| 15 Jul 2022 |
hexa | that's just not very helpful to investigate | 18:20:24 |
Artturin | In reply to @hexa:lossy.network can someone help me … what does ofborg run during eval? https://github.com/NixOS/ofborg#running-meta-checks-locally | 18:32:44 |
Artturin | but change checkMeta true to false | 18:32:50 |
hexa | thanks | 18:33:41 |
hexa | hrm, --show-trace doesn't do anything | 18:36:16 |
Artturin | nothing useful in -vvvvvvvv either | 18:36:24 |
hexa | bisecting. | 18:37:02 |
hexa | it wants >>10G to eval | 18:51:31 |
hexa | annoying | 18:51:33 |
Artturin | im thinking
https://github.com/NixOS/nixpkgs/pull/181620/commits/1458f5e084dc8c94c6831fea2ecbb43d57b5de8e
or
https://github.com/NixOS/nixpkgs/pull/181620/commits/1458f5e084dc8c94c6831fea2ecbb43d57b5de8e | 18:52:03 |
hexa | which are the same commit! | 18:52:19 |
Artturin | *or https://github.com/NixOS/nixpkgs/pull/181620/commits/2cca4244b0e68d55a07855b27b72c1bf9a201191 | 18:52:44 |
hexa | yeah, those were the two tests where I worked around infinite recursions with hypothesis | 18:53:04 |
Artturin | would be nice if the new cli could be used | 19:04:20 |
Artturin | it has better error messages | 19:04:25 |
hexa | the second commit I'm bisecting takes me 25GB of memory until it gets killed | 19:11:51 |
Artturin | In reply to @hexa:lossy.network the second commit I'm bisecting takes me 25GB of memory until it gets killed ./maintainers/scripts/rebuild-amount.sh --print HEAD does it for cheaper | 19:18:21 |
hexa | hehe | 19:18:37 |
hexa | I've moved to my remote builder, I stopped caring | 19:18:52 |
hexa | * I've moved to my remote builder, I stopped caring about memory usage just now | 19:19:40 |
hexa | Artturin: anything in particular that looks sus to you? | 20:22:17 |
hexa | I've bisected the issue to the hypothesis commit 😛 | 20:22:29 |
Artturin | which one | 20:23:49 |
hexa | the version bump | 20:27:02 |
hexa | where I add the exclusiongroup dependency | 20:27:12 |
hexa | https://github.com/NixOS/nixpkgs/commit/8437fff66de36d91f0975c35b96d7c4c056ff748 | 20:30:24 |
hexa | * Artturin: https://github.com/NixOS/nixpkgs/commit/8437fff66de36d91f0975c35b96d7c4c056ff748 | 20:30:32 |
hexa | I can see the infinite recursion when trying to build awsebclì | 20:33:30 |
hexa | but not by building one of its dependencies 🙂 | 20:33:42 |
Artturin | thats the last evaluating file in nix-eval-jobs
nix-eval-jobs . --debug | 20:34:37 |