| 9 Jun 2026 |
| spencerwilson joined the room. | 07:36:08 |
raitobezarius | what i see is | 08:30:04 |
raitobezarius | 5/6 check - lix:libstore-unit-tests FAIL 1391.06s killed by signal 4 SIGILL | 08:30:06 |
raitobezarius | looks like death was not sufficient to tear down the test sequence | 08:30:37 |
raitobezarius | if you have the SIGILL coredump, that's interesting | 08:30:46 |
raitobezarius | what is the exact CPU of the builder? | 08:30:54 |
raitobezarius | on aarch64 | 08:31:10 |
raitobezarius | 5/6 check - lix:libstore-unit-tests FAIL 568.12s killed by signal 5 SIGTRAP | 08:31:12 |
raitobezarius | same question | 08:31:16 |
| @monsterdruide1:matrix.org left the room. | 08:31:28 |
raitobezarius | if the stdout is to be trusted, reportsSetupErrors dies in aarch64, handlesContentEncoding dies in x86 | 08:32:25 |
raitobezarius | I will see if I can reproduce outside of Hydra | 08:37:38 |
raitobezarius | this reproduces cleanly | 09:00:47 |
raitobezarius | but it doesn't die in the same place | 09:01:26 |
raitobezarius | will bisect today | 09:19:41 |
vcunat | sleepy-brown is AMD EPYC 9454P | 09:44:45 |
vcunat | coredump wasn't preserved, apparently?
Mon 2026-06-08 01:20:22 UTC 3467591 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixmain-tests >
Mon 2026-06-08 01:20:22 UTC 3467614 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixmain-tests >
Mon 2026-06-08 01:20:22 UTC 3467624 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixmain-tests >
Mon 2026-06-08 01:20:22 UTC 3467627 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixutil-tests >
Mon 2026-06-08 01:20:22 UTC 3467656 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixutil-tests >
Mon 2026-06-08 01:43:33 UTC 3467557 872415232 872415232 SIGILL none /build/source/build/tests/unit/liblixstore-tests >
| 09:46:01 |
raitobezarius | i was able to reproduce | 09:46:10 |
raitobezarius | i'm bisecting | 09:46:11 |
| Alex0 joined the room. | 09:50:12 |
Sergei Zimmerman (xokdvium) | In reply to @vcunat:matrix.org
coredump wasn't preserved, apparently?
Mon 2026-06-08 01:20:22 UTC 3467591 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixmain-tests >
Mon 2026-06-08 01:20:22 UTC 3467614 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixmain-tests >
Mon 2026-06-08 01:20:22 UTC 3467624 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixmain-tests >
Mon 2026-06-08 01:20:22 UTC 3467627 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixutil-tests >
Mon 2026-06-08 01:20:22 UTC 3467656 872415232 872415232 SIGABRT none /build/source/build/tests/unit/liblixutil-tests >
Mon 2026-06-08 01:43:33 UTC 3467557 872415232 872415232 SIGILL none /build/source/build/tests/unit/liblixstore-tests >
Coredumps are disabled by default in the sandbox iirc | 11:30:18 |
| Astreaprtcl joined the room. | 12:03:44 |
| Lotte (it/its)/Cinny (she/her) θΔ& changed their profile picture. | 13:23:47 |
| 10 Jun 2026 |
| CRYSTL ⬡ changed their profile picture. | 01:31:32 |
K900 | Oh man I forgot about the whole -A takes array indices thing | 07:11:30 |
K900 | God why is this software | 07:11:35 |
K900 | In case anyone wants to scream | 07:12:31 |
K900 | ~
❯ nix-instantiate --eval --expr '[ "one" "two" "three" ]' -A 0
"one"
| 07:12:35 |
K900 | And yes, it composes | 07:13:28 |
K900 | ~
❯ nix-instantiate --eval --expr '{ stuff = [ { number = "one"; } { number = "two"; } { number = "three"; } ]; }' -A stuff.0.number
"one"
| 07:13:31 |