| 12 Feb 2026 |
Tristan Ross | I thought aarch64-linux doesn't have minimal bootstrap | 04:39:04 |
dramforever | it's there since 13 | 04:39:09 |
Tristan Ross | Wtf, why is it broken then? | 04:39:57 |
dramforever | oh watit nevermind didn't see aarch64-linux, let me take a look | 04:40:38 |
Tristan Ross | For now, I'm just going to disable that hardening option. | 04:40:59 |
dramforever | yeah pkgs/stdenv/linux/bootstrap-files/aarch64-unknown-linux-gnu.nix is still on 12 | 04:41:11 |
dramforever | how hard is it to bump that | 04:41:19 |
Tristan Ross | Idk | 04:41:23 |
Tristan Ross | But it would be good to not have a broken aarch64-linux stdenv | 04:41:36 |
Tristan Ross | I got hello built with just disabling the hardening option. I'll work on bumping it over to GCC 13 | 04:42:03 |
Tristan Ross | Ideally, we should update the bootstrap a bit more frequently. It looks like the bootstrap for aarch64-linux is quite old. | 04:49:59 |
Tristan Ross | Last time it was touched was 2023 | 04:50:30 |
Tristan Ross | * I got hello built with just disabling the hardening option. I'll work on bumping it over to GCC 13+ | 04:52:53 |
Tristan Ross | https://github.com/NixOS/nixpkgs/pull/489675 in case anyone wants to look, currently working on building a stdenv | 04:55:08 |
Tristan Ross | no-mtab-status.sh: skipped test: internal test failure: maybe LD_PRELOAD doesn't work?
Hangup "$@" >> "$log_file" 2>&1
make[4]: *** Deleting file 'tests/mv/part-rename.log'
Hangup "$@" >> "$log_file" 2>&1
make[4]: *** Deleting file 'tests/mv/part-hardlink.log'
make[3]: *** [Makefile:24668: check-TESTS] Hangup
make[4]: *** Deleting file 'tests/mv/part-fail.log'
Hangup "$@" >> "$log_file" 2>&1
make[4]: *** Deleting file 'tests/mv/no-target-dir.log'
make[4]: *** Deleting file 'tests/mv/no-copy.log'
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
make[4]: *** Deleting file 'tests/mv/mv-special-1.log'
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
make[2]: *** [Makefile:24920: check-am] Hangup
make[1]: *** [Makefile:24419: check-recursive] Hangup
Hangup "$@" >> "$log_file" 2>&1
./build-aux/test-driver: fork: Cannot allocate memory
coreutils didn't build, memory shouldn't be a problem since I have 512GB
| 05:53:53 |
Tristan Ross | * no-mtab-status.sh: skipped test: internal test failure: maybe LD_PRELOAD doesn't work?
Hangup "$@" >> "$log_file" 2>&1
make[4]: *** Deleting file 'tests/mv/part-rename.log'
Hangup "$@" >> "$log_file" 2>&1
make[4]: *** Deleting file 'tests/mv/part-hardlink.log'
make[3]: *** [Makefile:24668: check-TESTS] Hangup
make[4]: *** Deleting file 'tests/mv/part-fail.log'
Hangup "$@" >> "$log_file" 2>&1
make[4]: *** Deleting file 'tests/mv/no-target-dir.log'
make[4]: *** Deleting file 'tests/mv/no-copy.log'
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
make[4]: *** Deleting file 'tests/mv/mv-special-1.log'
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
Hangup "$@" >> "$log_file" 2>&1
make[2]: *** [Makefile:24920: check-am] Hangup
make[1]: *** [Makefile:24419: check-recursive] Hangup
Hangup "$@" >> "$log_file" 2>&1
./build-aux/test-driver: fork: Cannot allocate memory
coreutils didn't pass a test, memory shouldn't be a problem since I have 512GB
| 05:54:09 |
ghpzin | reduce threads, it seems to be a new thing after update | 05:54:27 |
Tristan Ross | Hmm, so basically I have way too many resources available? | 05:55:28 |
ghpzin | Have not looked why it happens exactly, but from experience with default it failed 5 times in a row spamming these Hangup messages. With --cores 1 tests pass. | 06:08:46 |
Tristan Ross | Huh, I dropped it to 8 and it passes | 06:12:52 |
Tristan Ross | Sweet, I got an stdenv now | 06:13:23 |
ghpzin | * reduce threads, it seems to be a new thing after update:
https://github.com/NixOS/nixpkgs/pull/487081 | 06:13:42 |
ghpzin | reduce threads, it seems to be a new thing after coreutils update: https://github.com/NixOS/nixpkgs/pull/487081 | 06:14:04 |
K900 | Also older kernels are busted with latest rust | 10:12:35 |
K900 | Not sure if we want to actually fix that or just yeet rust | 10:12:44 |
K900 | Kinda leaning towards yeet rust unless someone knows exactly what's going on | 10:13:06 |
K900 | coreutils-i686 still busted | 10:14:45 |
K900 | (unsurprisingly) | 10:14:48 |
K900 | I accidentally GCed a bunch of builds from last night so I'm going to have to rerun those before I find more regressions probably | 10:16:24 |
Alyssa Ross | Still? I got a fix backported already | 11:19:17 |