Skip to content

CDFs for EB announcements - #6639

Open
coot wants to merge 2 commits into
leios-prototypefrom
coot/leios-cdfs
Open

CDFs for EB announcements#6639
coot wants to merge 2 commits into
leios-prototypefrom
coot/leios-cdfs

CDFs for EB announcements

ee7ea74
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/eval:x86_64-darwin.required failed Aug 5, 2026 in 15s

Evaluation failed

Checkout took 4s.
Evaluation took 5 min 46s.

Details

Evaluation error:

error:
       … from call site
         at /nix/store/vic1vi018cldl7a6yb1cdhajsbiri1ds-source/ci/aggregates.nix:26:20:
           25|     meta.description = "All jobs required to pass CI";
           26|     constituents = collectConstituents nonRequiredTest;
             |                    ^
           27|   };

       … while calling 'collectConstituents'
         at /nix/store/vic1vi018cldl7a6yb1cdhajsbiri1ds-source/ci/aggregates.nix:11:25:
           10| }: let
           11|   collectConstituents = excludeTest:
             |                         ^
           12|     lib.collect lib.isDerivation

       … from call site
         at /nix/store/vic1vi018cldl7a6yb1cdhajsbiri1ds-source/ci/aggregates.nix:12:5:
           11|   collectConstituents = excludeTest:
           12|     lib.collect lib.isDerivation
             |     ^
           13|     (lib.mapAttrsRecursiveCond (v: !(lib.isDerivation v))

       … while calling 'collect'
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:877:11:
          876|   collect =
          877|     pred: attrs:
             |           ^
          878|     if pred attrs then

       … while calling the 'concatMap' builtin
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:881:7:
          880|     else if isAttrs attrs then
          881|       concatMap (collect pred) (attrValues attrs)
             |       ^
          882|     else

       … while calling 'collect'
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:877:11:
          876|   collect =
          877|     pred: attrs:
             |           ^
          878|     if pred attrs then

       … while calling the 'concatMap' builtin
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:881:7:
          880|     else if isAttrs attrs then
          881|       concatMap (collect pred) (attrValues attrs)
             |       ^
          882|     else

       … while calling 'collect'
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:877:11:
          876|   collect =
          877|     pred: attrs:
             |           ^
          878|     if pred attrs then

       … while evaluating a branch condition
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:878:5:
          877|     pred: attrs:
          878|     if pred attrs then
             |     ^
          879|       [ attrs ]

       … from call site
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:878:8:
          877|     pred: attrs:
          878|     if pred attrs then
             |        ^
          879|       [ attrs ]

       … while calling 'isDerivation'
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:1418:18:
         1417|   */
         1418|   isDerivation = value: value.type or null == "derivation";
             |                  ^
         1419|

       … from call site
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:1418:25:
         1417|   */
         1418|   isDerivation = value: value.type or null == "derivation";
             |                         ^
         1419|

       … while calling anonymous lambda
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:1193:17:
         1192|         mapAttrs (
         1193|           name: value:
             |                 ^
         1194|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value

       … while evaluating a branch condition
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:1194:11:
         1193|           name: value:
         1194|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value
             |           ^
         1195|         );

       … in the left operand of the AND (&&) operator
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:1194:28:
         1193|           name: value:
         1194|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value
             |                            ^
         1195|         );

       … while calling the 'isAttrs' builtin
         at /nix/store/lsdw9m87nam4syiycx607yjf1b8v9zir-source/lib/attrsets.nix:1194:14:
         1193|           name: value:
         1194|           if isAttrs value && cond value then recurse (path ++ [ name ]) value else f (path ++ [ name ]) value
             |              ^
         1195|         );

       error: undefined variable 'dmq-node'
       at /nix/store/a6fqxw7xl8isxymrhndz78lnkkn27j68-source/flake.nix:137:20:
          136|           inherit (bech32.components.exes) bech32;
          137|           inherit (dmq-node.components.exes) dmq-node;
             |                    ^
          138|           inherit (ouroboros-consensus.components.exes) db-analyser db-synthesizer db-truncater snapshot-converter;