1warning: could not read HEAD ref from repo at '/var/lib/nixbot/worktrees/effect-1228', using 'master'2this effect fails on purpose3Traceback (most recent call last):4 File "/nix/store/pcprf2w3synw8cbl8diz77kqx2rxjn7d-nixbot-effects/bin/.nixbot-effects-wrapped", line 9, in <module>5 sys.exit(main())6 ~~~~^^7 File "/nix/store/pcprf2w3synw8cbl8diz77kqx2rxjn7d-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/cli.py", line 357, in main8 args.func(args)9 ~~~~~~~~~^^^^^^10 File "/nix/store/pcprf2w3synw8cbl8diz77kqx2rxjn7d-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/pcprf2w3synw8cbl8diz77kqx2rxjn7d-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/pcprf2w3synw8cbl8diz77kqx2rxjn7d-nixbot-effects/lib/python3.13/site-packages/nixbot_effects/__init__.py", line 533, in run_effects24 raise NixbotEffectsError(msg)25nixbot_effects.NixbotEffectsError: command failed with exit code 1