Christian Theune
Christian Theune
This happens repeatably (without any load issue) for me on Darwin. NixOS is on unstable. ``` Darwin chazzzzz 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:52 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T8103...
@someplaceguy This /could/ also be a NixOS issue. Did you happen to already open a bug there?
I just double-checked with the NixOS repo and our package definition hasn't changed in 8 months and has been on 1.1.1 since then: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/security/age/default.nix
It does look a bit like /something/ changed on our side: https://hydra.nixos.org/log/3p7vyypyrsbys1r4wa8zv2h9ma3cjhhd-age-1.1.1.drv
Yeah, could be. The issue seems to trigger upstream as well and it has been happening for me since yesterday and it happens repeatedly. Here's the build that broke upstream....
So, it seems I ended up with a working version of age when disabling the tests, but the tests keep failing reliably for me. Maybe pinging @bdd and @zowoq who...
@bdd Thanks for investigating! See my output below. @FiloSottile yeah, the mysterious part is that it used to work and age didn't change. I was wondering whether a dependency change...
Sure. I'm using ``` (age.overrideAttrs (finalAttrs: previousAttrs: { doCheck = false; # https://github.com/FiloSottile/age/issues/517 })) ```
And of course this happened again on 12.2. (@frlan)