libsecret: fix non-deterministic fail of test-collection#215584
libsecret: fix non-deterministic fail of test-collection#2155847c6f434c merged 1 commit intoNixOS:stagingfrom superherointj:fix-libsecret-non-deterministic-fail
Conversation
Problem usually happens when all CPUs are busy. Upstream issue: https://gitlab.gnome.org/GNOME/libsecret/-/issues/80 Logs: https://gist.github.com/superherointj/08d68a9674f695e73bbabcf8c9a1e535
|
Thanks! I had this problem for a longer time. |
|
Did not fix the issue for me, had to restart libsecret build after a failure (on 518d5f0): https://hydra.armv7l.xyz/build/5230/nixlog/1 |
Reference: https://mesonbuild.com/Unit-tests.html ~~ |
Is it though? That branch is only executed if
I'm using Oracle Cloud aarch64 VM to build for armv7l and it's pretty fast. |
I don't know. Feel free to check. |
|
The default test timeout is 30 seconds, but in my case, the |
|
This is what timeout failures look like: ( |
|
You have a point. |
|
Timeout in logs was 0. So you are actually right. I don't know problem or solution then. |
|
Sorry for the kind of unrelated question of the initial issue but I still have to ask. |
|
The "solution" is to restart the build until it succeeds |
libsecret: fix non-deterministic fail of test-collection
Error logs: https://gist.github.com/superherointj/08d68a9674f695e73bbabcf8c9a1e535
Upstream issue: https://gitlab.gnome.org/GNOME/libsecret/-/issues/80
Update: It is unclear if this actually solves the problem. Likely doesn't. Because at logs, timeout is 0! (Should list some timeout.)