Add the Leios protocol parameters to pparams updates - #1333
Open
ch1bo wants to merge 1 commit into
Open
IOG Hydra / ci/eval:aarch64-darwin.devShells.default
failed
Sep 9, 2026 in 5s
Evaluation failed
Checkout took 4s.
Evaluation took 6 min 20s.
Details
Evaluation error:
error:
… from call site
at /nix/store/5j5y90a6m6jssvg2xybf86xgkjfa4zab-source/lib/attrsets.nix:1529:11:
1528| zipAttrsWith (
1529| n: values:
| ^
1530| let
… while calling anonymous lambda
at /nix/store/5j5y90a6m6jssvg2xybf86xgkjfa4zab-source/lib/attrsets.nix:1529:14:
1528| zipAttrsWith (
1529| n: values:
| ^
1530| let
… while calling the 'head' builtin
at /nix/store/5j5y90a6m6jssvg2xybf86xgkjfa4zab-source/lib/attrsets.nix:1534:13:
1533| if length values == 1 || pred here (elemAt values 1) (head values) then
1534| head values
| ^
1535| else
… while calling anonymous lambda
at /nix/store/5j5y90a6m6jssvg2xybf86xgkjfa4zab-source/lib/attrsets.nix:1529:14:
1528| zipAttrsWith (
1529| n: values:
| ^
1530| let
… while calling the 'head' builtin
at /nix/store/5j5y90a6m6jssvg2xybf86xgkjfa4zab-source/lib/attrsets.nix:1534:13:
1533| if length values == 1 || pred here (elemAt values 1) (head values) then
1534| head values
| ^
1535| else
… while calling anonymous lambda
at /nix/store/5j5y90a6m6jssvg2xybf86xgkjfa4zab-source/lib/attrsets.nix:1529:14:
1528| zipAttrsWith (
1529| n: values:
| ^
1530| let
… while calling the 'head' builtin
at /nix/store/5j5y90a6m6jssvg2xybf86xgkjfa4zab-source/lib/attrsets.nix:1534:13:
1533| if length values == 1 || pred here (elemAt values 1) (head values) then
1534| head values
| ^
1535| else
… while evaluating the attribute 'shell'
at /nix/store/yc40ffx8c748ijrqf6rd5w15xma3c7hv-source/overlays/haskell.nix:838:13:
837| shellFor = extraArgs: (appendModule { shell = extraArgs; }).shell;
838| shell = shellFor' rawProject.args.shell.crossPlatforms;
| ^
839| shellFor' = crossPlatforms:
… from call site
at /nix/store/yc40ffx8c748ijrqf6rd5w15xma3c7hv-source/overlays/haskell.nix:838:21:
837| shellFor = extraArgs: (appendModule { shell = extraArgs; }).shell;
838| shell = shellFor' rawProject.args.shell.crossPlatforms;
| ^
839| shellFor' = crossPlatforms:
… while calling 'shellFor''
at /nix/store/yc40ffx8c748ijrqf6rd5w15xma3c7hv-source/overlays/haskell.nix:839:25:
838| shell = shellFor' rawProject.args.shell.crossPlatforms;
839| shellFor' = crossPlatforms:
| ^
840| let
… while evaluating the attribute 'hsPkgs.shellFor'
at /nix/store/yc40ffx8c748ijrqf6rd5w15xma3c7hv-source/overlays/haskell.nix:708:44:
707| project = addProjectAndPackageAttrs rec {
708| inherit (pkg-set.config) hsPkgs;
| ^
709| inherit pkg-set;
… while evaluating a branch condition
at /nix/store/yc40ffx8c748ijrqf6rd5w15xma3c7hv-source/overlays/haskell.nix:676:25:
675| else project;
676| pkg-set = if plan-pkgs ? configurationError
| ^
677| then {
… while evaluating a branch condition
at /nix/store/yc40ffx8c748ijrqf6rd5w15xma3c7hv-source/overlays/haskell.nix:661:27:
660| callProjectResults = callCabalProjectToNix config;
661| plan-pkgs = if !builtins.pathExists (callProjectResults.projectNix + "/plan.json")
| ^
662| then
… in the argument of the not operator
at /nix/store/yc40ffx8c748ijrqf6rd5w15xma3c7hv-source/overlays/haskell.nix:661:31:
660| callProjectResults = callCabalProjectToNix config;
661| plan-pkgs = if !builtins.pathExists (callProjectResults.projectNix + "/plan.json")
| ^
662| then
… while calling the 'pathExists' builtin
at /nix/store/yc40ffx8c748ijrqf6rd5w15xma3c7hv-source/overlays/haskell.nix:661:31:
660| callProjectResults = callCabalProjectToNix config;
661| plan-pkgs = if !builtins.pathExists (callProjectResults.projectNix + "/plan.json")
| ^
662| then
… while realising the context of path '/nix/store/8742r9pbd1b617vm2gz3svk18hl9i3fc-cardano-api-plan-to-nix-pkgs/plan.json'
error: Cannot build '/nix/store/n3dsnpmwcnznl63kp7qs9flwii7wdx4s-cardano-api-plan-to-nix-pkgs.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/0273pg6r7xkmb1czwr243gpiyk2p37vp-cardano-api-plan-to-nix-pkgs-freeze
/nix/store/8742r9pbd1b617vm2gz3svk18hl9i3fc-cardano-api-plan-to-nix-pkgs
Last 25 log lines:
> remote: Enumerating objects: 2494, done.
> remote: Counting objects: 100% (2494/2494), done.
> remote: Compressing objects: 100% (2090/2090), done.
> remote: Total 2494 (delta 387), reused 0 (delta 0), pack-reused 0 (from 0)
> Receiving objects: 100% (2494/2494), 28.50 MiB | 21.75 MiB/s, done.
> Resolving deltas: 100% (387/387), done.
> From file:///nix/store/lgpc86pyx0xhrg08c83chihzirk3b02l-source-repository-package
> * branch minimal -> FETCH_HEAD
> HEAD is now at 024825b Minimal Repo For Haskell.Nix
> Cloning into '/nix/var/nix/builds/nix-98184-928509682/tmp.Ewj7llmRH6/dist-newstyle/src/x2r4zf4xq_-8bf15657594ea37be14c61ffc69d3fe2740ff5db90be4a636adc1a0a59956dd2'...
> remote: Enumerating objects: 492, done.
> remote: Counting objects: 100% (492/492), done.
> remote: Compressing objects: 100% (386/386), done.
> remote: Total 492 (delta 33), reused 0 (delta 0), pack-reused 0 (from 0)
> Receiving objects: 100% (492/492), 516.65 KiB | 14.76 MiB/s, done.
> Resolving deltas: 100% (33/33), done.
> From file:///nix/store/x2r4zf4xqngsiyc0bhlqpssgdakcdvlw-source-repository-package
> * branch minimal -> FETCH_HEAD
> HEAD is now at 3e6eebe Minimal Repo For Haskell.Nix
> Warning: The package list for 'hackage.haskell.org' is 20705 days old.
> Run 'cabal update' to get the latest list of available packages.
> Error: [Cabal-7159]
> Latest known index-state for 'hackage.haskell.org' (2026-08-03T03:25:45Z) is older than the requested index-state (2026-09-02T14:05:07Z).
> Run 'cabal update' or set the index-state to a value at or before 2026-08-03T03:25:45Z.
>
For full logs, run:
nix log /nix/store/n3dsnpmwcnznl63kp7qs9flwii7wdx4s-cardano-api-plan-to-nix-pkgs.drv
Loading