nixbot

builds

effect:sandbox-test build #35 · raw

1warning: could not read HEAD ref from repo at '/var/lib/buildbot-nix/worktrees/726-b78920407a9f-e5fd245f', using 'master'2error:3       … while calling the 'derivationStrict' builtin4         at «nix-internal»/derivation-internal.nix:37:12:5           36|6           37|   strict = derivationStrict drvAttrs;7             |            ^8           38|910       … while evaluating derivation 'effect-sandbox-test'11         whose name attribute is located at /nix/store/z62x1phckyqk631vbrj75f6kc4a6016q-source/pkgs/stdenv/generic/make-derivation.nix:651:111213       … while evaluating attribute 'secretsMap' of derivation 'effect-sandbox-test'14         at /nix/store/x4p0y3da4p2dc8n10sdwg53s640wqy1h-source/checks/effects.nix:42:11:15           41|           ];16           42|           secretsMap.git = {17             |           ^18           43|             type = "GitToken";1920       error: cannot coerce a set to a string: { git = «thunk»; }21Traceback (most recent call last):22  File "/nix/store/rkhml8hw0p585xp1phc5sr2iqwh6k4w4-buildbot-effects/bin/.buildbot-effects-wrapped", line 9, in <module>23    sys.exit(main())24             ~~~~^^25  File "/nix/store/rkhml8hw0p585xp1phc5sr2iqwh6k4w4-buildbot-effects/lib/python3.13/site-packages/buildbot_effects/cli.py", line 369, in main26    args.func(args)27    ~~~~~~~~~^^^^^^28  File "/nix/store/rkhml8hw0p585xp1phc5sr2iqwh6k4w4-buildbot-effects/lib/python3.13/site-packages/buildbot_effects/cli.py", line 122, in run_command29    drv_path = instantiate_effects(effect, options, gcroot)30  File "/nix/store/rkhml8hw0p585xp1phc5sr2iqwh6k4w4-buildbot-effects/lib/python3.13/site-packages/buildbot_effects/__init__.py", line 237, in instantiate_effects31    return _instantiate(32        f"let e = ({effect_function(opts)}).{effect}; in if e ? run then e.run else e",33        opts,34        gcroot,35    )36  File "/nix/store/rkhml8hw0p585xp1phc5sr2iqwh6k4w4-buildbot-effects/lib/python3.13/site-packages/buildbot_effects/__init__.py", line 231, in _instantiate37    proc = run(cmd, stdout=subprocess.PIPE, debug=opts.debug)38  File "/nix/store/rkhml8hw0p585xp1phc5sr2iqwh6k4w4-buildbot-effects/lib/python3.13/site-packages/buildbot_effects/__init__.py", line 39, in run39    return subprocess.run(40           ~~~~~~~~~~~~~~^41        cmd,42        ^^^^43    ...<4 lines>...44        stderr=stderr,45        ^^^^^^^^^^^^^^46    )47    ^48  File "/nix/store/60m4rxhg2fldqaak400c0lry96ijrzqn-python3-3.13.13/lib/python3.13/subprocess.py", line 577, in run49    raise CalledProcessError(retcode, process.args,50                             output=stdout, stderr=stderr)51subprocess.CalledProcessError: Command '['nix-instantiate', '--add-root', '/tmp/tmpmh0gtr_q/result', '--expr', 'let e = (\n      let\n        flake = builtins.getFlake "git+file:///var/lib/buildbot-nix/worktrees/726-b78920407a9f-e5fd245f?rev=b78920407a9f7a908eafcd3efd22102e42e2a5a6#";\n        outputName = if flake.outputs ? herculesCI then\n          "herculesCI"\n        else if flake.outputs ? effects then\n          "effects"\n        else\n          null;\n      in\n        if outputName == null then\n          {}\n        else\n          (flake.outputs.${outputName}\n            (builtins.fromJSON "{\\"primaryRepo\\": {\\"name\\": \\"Mic92/dotfiles\\", \\"branch\\": \\"main\\", \\"ref\\": null, \\"tag\\": null, \\"rev\\": \\"b78920407a9f7a908eafcd3efd22102e42e2a5a6\\", \\"shortRev\\": \\"b789204\\", \\"remoteHttpUrl\\": \\"https://github.com/Mic92/dotfiles.git\\"}, \\"name\\": \\"Mic92/dotfiles\\", \\"branch\\": \\"main\\", \\"ref\\": null, \\"tag\\": null, \\"rev\\": \\"b78920407a9f7a908eafcd3efd22102e42e2a5a6\\", \\"shortRev\\": \\"b789204\\", \\"remoteHttpUrl\\": \\"https://github.com/Mic92/dotfiles.git\\"}")).onPush.default.outputs.effects or {}\n    ).sandbox-test; in if e ? run then e.run else e']' returned non-zero exit status 1.