| 2 Nov 2025 |
Vladimír Čunát | New staging-next: https://github.com/NixOS/nixpkgs/pull/457894 | 20:08:27 |
Grimmauld (any/all) | wait is that the one with the glib upgrade? That'll be fun | 20:13:14 |
Grimmauld (any/all) | also eval error because gradle? Thats not good... | 20:16:03 |
Wolfgang Walther | I'm currently looking at that Eval error. Seems to be because wrapGradle forces evaluation of more than it should, so accessing meta is not possible without triggering the insecure error immediately. | 20:23:38 |
Wolfgang Walther | I suspect it's that lib.makeOverridable call... | 20:23:50 |
Wolfgang Walther | This is only a problem for GHA eval, I think, not for hydra. | 20:25:16 |
Wolfgang Walther | Actually it's this: // lib.optionalAttrs (this-gradle-unwrapped == gradle-unwrapped) {. I think I remember who proposed it... I know that line... | 20:28:01 |
K900 | Rust 1.91? | 20:38:52 |
K900 | CC @Alyssa Ross | 20:38:58 |
Wolfgang Walther | Proposed a fix in https://github.com/NixOS/nixpkgs/pull/457900 | 20:50:45 |
Alyssa Ross | Rust will happen when it happens I think | 21:48:50 |
Alyssa Ross | I need https://github.com/NixOS/nixpkgs/pull/457908 this cycle if somebody would mind reviewing so we can beat Hydra to Valgrind | 21:50:10 |
Alyssa Ross | oh eval is broken on staging-next or master, lovely | 21:53:20 |
Alyssa Ross |
error: Package ‘gradle-7.6.6’ in /home/runner/work/nixpkgs/nixpkgs/nixpkgs/trusted/pkgs/development/tools/build-managers/gradle/default.nix:295 is marked as insecure, refusing to evaluate.
| 21:53:31 |
Alyssa Ross | well, I need to go to bed | 21:53:44 |
Grimmauld (any/all) | was just fixed | 21:54:11 |
Alyssa Ross | oh yay | 21:54:21 |
Alyssa Ross | so I guess we need a master→staging-next merge | 21:54:31 |
Alyssa Ross | can I just click the button and have it happen immediately… | 21:54:48 |
Grimmauld (any/all) | Also patch looks reasonable to me, though i can't really build it (needs ~260 uncached packages) | 21:55:07 |
Alyssa Ross | seems so, yay | 21:55:11 |
Winter | yeah, you can trigger the auto merge | 21:55:13 |
Winter | then rerun eval ci | 21:55:20 |
Alyssa Ross |
/usr/local/bundle/gems/octokit-4.14.0/lib/octokit/response/raise_error.rb:16:in `on_complete': POST https://api.github.com/repos/NixOS/nixpkgs/merges: 409 - Repository rule violations found (Octokit::Conflict)
Unable to validate Block force pushes: Rule was unable to be completed in 10 seconds
| 21:56:19 |
Winter | what | 21:56:33 |
Lun | kicked off a build here | 21:58:12 |
Grimmauld (any/all) | okay, build running, i can merge if you want to go to bed (though i can't kick hydra with that included) | 21:59:11 |
Alyssa Ross | Merged manually | 21:59:27 |
Grimmauld (any/all) | same, i picked the valgrind update to master to repro the build fail | 21:59:58 |
Grimmauld (any/all) | should be done in a few mins | 22:00:04 |