b4 0 -> 1 attrpath: b4 Checking auto update branch... Received ExitFailure 1 when running Raw command: nix-env -f /var/cache/nixpkgs-update/worker/outpath/outpaths.nix -qaP --no-name --out-path --arg path /var/cache/nixpkgs-update/worker/worktree/b4 --arg checkMeta true --show-trace Standard output: error: … while evaluating call site at «none»:0: (source not available) … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/outpath/outpaths.nix:40:12: 39| tweak = lib.mapAttrs 40| (name: val: | ^ 41| if name == "recurseForDerivations" then true … while evaluating call site at «none»:0: (source not available) … while calling 'g' at /var/cache/nixpkgs-update/worker/worktree/b4/lib/attrsets.nix:535:19: 534| g = 535| name: value: | ^ 536| if isAttrs value && cond value … while evaluating call site at «none»:0: (source not available) … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/b4/pkgs/top-level/release-lib.nix:148:38: 147| set of meta.platforms values. */ 148| packagePlatforms = mapAttrs (name: value: | ^ 149| if isDerivation value then … while evaluating call site at /var/cache/nixpkgs-update/worker/worktree/b4/pkgs/top-level/release-lib.nix:149:10: 148| packagePlatforms = mapAttrs (name: value: 149| if isDerivation value then | ^ 150| value.meta.hydraPlatforms … while calling 'isDerivation' at /var/cache/nixpkgs-update/worker/worktree/b4/lib/attrsets.nix:576:5: 575| # Value to check. 576| value: value.type or null == "derivation"; | ^ 577| … while evaluating call site at /var/cache/nixpkgs-update/worker/worktree/b4/pkgs/top-level/all-packages.nix:33138:11: 33137| 33138| viber = callPackage ../applications/networking/instant-messengers/viber { }; | ^ 33139| … while calling 'callPackageWith' at /var/cache/nixpkgs-update/worker/worktree/b4/lib/customisation.nix:128:35: 127| */ 128| callPackageWith = autoArgs: fn: args: | ^ 129| let … while evaluating call site at /var/cache/nixpkgs-update/worker/worktree/b4/lib/customisation.nix:141:10: 140| # Filter out arguments that have a default value 141| (lib.filterAttrs (name: value: ! value) | ^ 142| # Filter out arguments that would be passed … while calling 'filterAttrs' at /var/cache/nixpkgs-update/worker/worktree/b4/lib/attrsets.nix:305:5: 304| # The attribute set to filter 305| set: | ^ 306| listToAttrs (concatMap (name: let v = set.${name}; in if pred name v then [(nameValuePair name v)] else []) (attrNames set)); … while evaluating call site at /var/cache/nixpkgs-update/worker/worktree/b4/lib/customisation.nix:131:15: 130| f = if lib.isFunction fn then fn else import fn; 131| fargs = lib.functionArgs f; | ^ 132| … while calling 'functionArgs' at /var/cache/nixpkgs-update/worker/worktree/b4/lib/trivial.nix:440:18: 439| */ 440| functionArgs = f: | ^ 441| if f ? __functor error: undefined variable 'openssl' at /var/cache/nixpkgs-update/worker/worktree/b4/pkgs/applications/networking/instant-messengers/viber/default.nix:42:7: 41| nss 42| openssl | ^ 43| stdenv.cc.cc