You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: [json.exception.type_error.302] type must be string, but is null
This is the same meaningless error message that’s bitten us several times before. An attempt was made to replace it with a useful error message in NixOS/hydra#825, but that was reverted in NixOS/hydra#1047. It looks like there’s another attempt pending in NixOS/hydra#1025.
I was able to locally reproduce the error with nix-shell -p hydra-unstable --run 'hydra-eval-jobs -I . nixos/release-combined.nix --verbose', and spent a day bisecting it to commit d76a91b “source-sans-pro: 3.006 -> 3.046” (#142434). Probably related: #142864 “nixos/gnome: remove alias reference to source-sans-pro”.
Interesting - if I understand correctly, this eval failure is in a nixos module, which snuck by ofborg (it only checks packages). Also nixpkgs-unstable is chugging along happily, as the issue only affects nixos-unstable.
https://hydra.nixos.org/jobset/nixos/trunk-combined#tabs-errors
This is the same meaningless error message that’s bitten us several times before. An attempt was made to replace it with a useful error message in NixOS/hydra#825, but that was reverted in NixOS/hydra#1047. It looks like there’s another attempt pending in NixOS/hydra#1025.
I was able to locally reproduce the error with
nix-shell -p hydra-unstable --run 'hydra-eval-jobs -I . nixos/release-combined.nix --verbose'
, and spent a day bisecting it to commit d76a91b “source-sans-pro: 3.006 -> 3.046” (#142434). Probably related: #142864 “nixos/gnome: remove alias reference to source-sans-pro”.Cc @marsam @SuperSandro2000 @jonringer
The text was updated successfully, but these errors were encountered: