| 25 Jun 2026 |
hexa | Redacted or Malformed Event | 11:55:47 |
hexa | can't find any reference to releaseTools.channel | 11:59:23 |
hexa | is it ded? | 11:59:28 |
hexa | 8f98a6d39bc9bfd4bde8d9cd692ca7ef92111809 states
It turned out that my assumption was wrong and we do use the attribute in Nixpkgs, namely via releaseTools.channel, which is similar to what we're doing in Vuizvui.
| 12:09:04 |
hexa | no idea where | 12:09:36 |
hexa | do we have any perl enjoyers here? https://github.com/NixOS/infra/pull/1103 | 13:35:50 |
Mic92 | DROCM_VERSION=70203 -Wall -Wno-unused-function -O3 -DNDEBUG -x hip -MD -MT CMakeFiles/testing_dpotri.dir/testing/testing_dpotri.cpp.o -MF CMakeFiles/testing_dpotri.dir/testing/testing_dpotri.cpp.o.d -o CMakeFiles/testing_dpotri.dir/testing/testing_dpotri.cpp.o -c /build/source/testing/testing_dpotri.cpp > error: unable to open output file '/build/testing_dpotri-gfx906-68b29b.o': 'No space left on device' > 1 error generated when compiling for gfx906. > ninja: build stopped: subcommand failed. For full logs, run: nix log /nix/store/j47xkc043h5ky66z93zlwj2wp86m53b7-magma-2.9.0.drv | 14:28:08 |
Mic92 | out of disk | 14:28:11 |
Mic92 | not a bug I'd say | 14:28:26 |
dgrig | Not a perl enjoyer (the opposite tbh), but the .diff view in github makes things pop up. I left a quick review without running/testing it | 14:40:40 |
dgrig | * Not a perl enjoyer (the opposite tbh), but the .diff view in github makes things pop up. I left a quick non-blocking review without running/testing it | 14:41:00 |
hexa | Thanks, I had hoped perlnavigator and perlcritic would be more attentive 🫠 | 14:41:19 |
Vladimír Čunát | No, that's log from a different attempt. | 15:26:46 |
Vladimír Čunát | This one didn't show any log. | 15:26:50 |
Mic92 | ok than I am missing context here. | 15:27:07 |
Vladimír Čunát | That's why I was posting the step number. | 15:27:40 |
Mic92 | Okay, do you already know if this is a flakiness issue or it will always reproduce? | 15:31:39 |
Vladimír Čunát | No, it didn't reproduce. | 15:33:53 |
Vladimír Čunát | On retrying I was running into that out-of-space issue with many different builds, as something left 64 GiB build dir and we only have 128 GiB tmpfs on elated-minsky, so we tended to run out with the current combination of build. | 15:35:42 |
Vladimír Čunát | * On retrying I was running into that out-of-space issue with many different builds, as something left 64 GiB build dir and we only have 128 GiB tmpfs on elated-minsky, so we tended to run out with the current combination of builds. | 15:35:57 |
Vladimír Čunát | A while ago:
Failed: error: path '/nix/store/36472w3j7c95dvwvxisjawpr14ll9fvf-hunspell-dict-he-il-libreoffice-6.3.0.4' is not valid
https://hydra.nixos.org/build/332729154#tabs-buildsteps (step 7)
| 15:38:22 |
Vladimír Čunát | So while these issues don't have 100% reproducibility, they do seem to happen relatively often, at least with our high-ish build rate. | 15:39:17 |
Vladimír Čunát | I'll be trying to keep reasonable balance between amount of failures and amount of restart-all-failed. | 15:40:20 |
Mic92 | looks like the error that vcunat showed me run before hexa deployed | 15:52:37 |
Mic92 | this one is after, from the looks of it:
7|1|elated-minsky|1782396035|1782396048|error: path '/nix/store/36472w3j7c95dvwvxisjawpr14ll9fvf-hunspell-dict-he-il-libreoffice-6.3.0.4' is not valid
| 15:55:09 |
hexa | https://meet.cccda.de/nix-osin-fra in 5m | 15:55:55 |
Mic92 | Sergei Zimmerman (xokdvium): could it be that we don't have https://github.com/NixOS/nix/pull/15992 and that's why temproots are not respected | 16:00:23 |
Mic92 | we have concurrency for sure | 16:00:31 |
Sergei Zimmerman (xokdvium) | In reply to @joerg:thalheim.io Sergei Zimmerman (xokdvium): could it be that we don't have https://github.com/NixOS/nix/pull/15992 and that's why temproots are not respected Might be. Though I wonder why it wasn’t surfaced before | 16:23:15 |
Mic92 | Before builds were potentially more serialized over ssh | 16:34:07 |