nixbot

builds

effect:default.onSchedule.update-pkgs.outputs.effects.update-pkgs build #521 ยท raw

1warning: could not read HEAD ref from repo at '/var/lib/nixbot/worktrees/effect-1641', using 'master'2warning: could not read HEAD ref from repo at '/var/lib/nixbot/worktrees/effect-1641', using 'master'3:: live-ocr - no usable updateScript or update.sh, skipping4:: netbox-seed - no usable updateScript or update.sh, skipping5:: updater - no usable updateScript or update.sh, skipping6error: cannot open '.git/FETCH_HEAD': No such file or directory7fatal: Unable to read current working directory: No such file or directory8Traceback (most recent call last):9  File "/nix/store/ja1das1cyqbcybc2dznsi3zbwa7yln1y-updater-0.1.0/lib/updater/update_packages.py", line 153, in <module>10    sys.exit(main())11             ~~~~^^12  File "/nix/store/ja1das1cyqbcybc2dznsi3zbwa7yln1y-updater-0.1.0/lib/updater/update_packages.py", line 117, in main13    forge, prs = pipeline.connect(repo, dry_run=args.dry_run)14                 ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^15  File "/nix/store/ja1das1cyqbcybc2dznsi3zbwa7yln1y-updater-0.1.0/lib/updater/pipeline.py", line 59, in connect16    run(repo=repo, cmd=["git", "fetch", "origin", BASE])17    ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^18  File "/nix/store/ja1das1cyqbcybc2dznsi3zbwa7yln1y-updater-0.1.0/lib/updater/packages.py", line 32, in run19    return subprocess.run(cmd, cwd=repo, text=True, check=check)20           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^21  File "/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/lib/python3.14/subprocess.py", line 578, in run22    raise CalledProcessError(retcode, process.args,23                             output=stdout, stderr=stderr)24subprocess.CalledProcessError: Command '['git', 'fetch', 'origin', 'main']' returned non-zero exit status 255.25error: nix failed with exit code 1