nixbot

builds

effect:fail-test build #159 ยท raw

1warning: could not read HEAD ref from repo at '/var/lib/nixbot/worktrees/effect-1240', using 'master'2this effect fails on purpose3Traceback (most recent call last):4  File "/nix/store/9rv4cdg81d7kswvlzjnzr4xvy56akq7p-nixbot-effects/bin/.nixbot-effects-wrapped", line 9, in <module>5    sys.exit(main())6             ~~~~^^7  File "/nix/store/9rv4cdg81d7kswvlzjnzr4xvy56akq7p-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/cli.py", line 357, in main8    args.func(args)9    ~~~~~~~~~^^^^^^10  File "/nix/store/9rv4cdg81d7kswvlzjnzr4xvy56akq7p-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/cli.py", line 150, in run_command11    _run_effect_derivation(drv_path, options)12    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^13  File "/nix/store/9rv4cdg81d7kswvlzjnzr4xvy56akq7p-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/cli.py", line 106, in _run_effect_derivation14    run_effects(15    ~~~~~~~~~~~^16        drv_path,17        ^^^^^^^^^18    ...<5 lines>...19        extra_sandbox_paths=options.extra_sandbox_paths,20        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^21    )22    ^23  File "/nix/store/9rv4cdg81d7kswvlzjnzr4xvy56akq7p-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/__init__.py", line 536, in run_effects24    raise NixbotEffectsError(msg)25nixbot_effects.NixbotEffectsError: command failed with exit code 1