nix-eval-jobs-functional-tests:
if check and retcode:
> raise CalledProcessError(retcode, process.args,
…
nix-eval-jobs-functional-tests:
if check and retcode:
> raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
E subprocess.CalledProcessError: Command '['/nix/store/v7fgcpx3ram406y75pi5fqg854g6y4va-nix-eval-jobs-2.35.3/bin/nix-eval-jobs', '--gc-roots-dir', '/build/pytest-of-nixbld/pytest-0/test_workers_do_not_race_flake0/gc', '--workers', '8', '--extra-experimental-features', 'nix-command flakes', '--flake', 'git+file:///build/pytest-of-nixbld/pytest-0/test_workers_do_not_race_flake0/flake#hydraJobs']' returned non-zero exit status 1.
/nix/store/d64q19q1xjdwfhqx6czvrjgrhq0n3lcc-python3-3.14.7/lib/python3.14/subprocess.py:578: CalledProcessError
=========================== short test summary info ============================
FAILED tests-functional/test_eval.py::test_workers_do_not_race_flake_fetch - ...
========================= 1 failed, 32 passed in 7.86s =========================
|