setup
x86_64-linux.nixos-test
· build #132
· raw
1these 32 derivations will be built:2 /nix/store/sfczbn0rd9w7mylm84k5sk7qk9c1ghhl-X-Restart-Triggers-dbus-broker.drv3 /nix/store/z6ihvl6q9qbgngvdksipvi0k9i1svcgc-unit-dbus-broker.service.drv4 /nix/store/2n55ndwwsq7fqzrm464jf97azgy6jcwl-user-units.drv5 /nix/store/dvivr66izpmx72r6gfgpn07afy6wqxsd-tribuchet-attach.drv6 /nix/store/i6lgviq0aaj4z9zjm914b20qpisqn5vz-nix.conf.drv7 /nix/store/w6m114axvxlb5msb629wcb2l0g5pj8vw-X-Restart-Triggers-nix-daemon.drv8 /nix/store/2pgcr4drs1j4sq1sxkwwvzlzbkpdmybd-unit-nix-daemon.service.drv9 /nix/store/hfrkwmj0593bkkqf8yi1npz1jhdagmyy-unit-dbus-broker.service.drv10 /nix/store/af133b34h6dm00l71h877wjli6zdrj5i-system-units.drv11 /nix/store/a7cqxda5brw6zknffdn81pv0xv3nfqv0-etc.drv12 /nix/store/1ivv17bgw1kc3z9qyygpc3ws40a1cbss-activate.drv13 /nix/store/my5nhrmh6csvkhaqvpy9n3phprhdz7kw-X-Restart-Triggers-dbus-broker.drv14 /nix/store/aw4k3rrl69day8hq3k9yyn5kysmvi1q1-unit-dbus-broker.service.drv15 /nix/store/49n4ncdidb2lbsvp8hh0nagahr70b8n0-system-units.drv16 /nix/store/zkiicjnrr4ppxzbi3i8l27jki0zg6ncg-unit-dbus-broker.service.drv17 /nix/store/ghybm7k8hsbk8hddc4wr7fyh6gfj0m30-user-units.drv18 /nix/store/y09rgp1ayabs3fdfzlnl84821wgs6v2c-etc.drv19 /nix/store/nlx001q88kv2wf4cck3wla8jjlfq04i7-activate.drv20 /nix/store/45ls9djhan2jsz1h9a2ad9avdx3nhbqd-nixos-system-worker-test.drv21 /nix/store/v8bhl5d9rbiw3dwdzr4dkmafj589jgp5-string-references.drv22 /nix/store/hdxj846610b34qc7q1zfffa4xww52fhq-closure-info.drv23 /nix/store/7dafw98bzk953g3x5v78z6yq8whc78xi-closure-info.drv24 /nix/store/g4skrg8cvpl9wjil7p94n70awh8i1zwm-nixos-system-hub-test.drv25 /nix/store/qj9aj9gqdp3jjb9ka7mb8f9hx1xi6ish-closure-info.drv26 /nix/store/c1kxzwwwq5xd1qgjsnn0kfx604d2q8q6-run-nixos-vm.drv27 /nix/store/bzqsjnywszgsnhnx12m6ysrqzki2x9ih-nixos-vm.drv28 /nix/store/lqb3w8qxg45pf1pj4jhrls00r9ghdi4r-test-script.drv29 /nix/store/givljiry2xqamx3vivsk62cr20s57dgr-run-nixos-vm.drv30 /nix/store/zngxai4cx8v9mwmihh23mzlf4dlh2vl2-nixos-vm.drv31 /nix/store/8dghd10y5j3h59dn2rcnnyw0f9r6cpa9-driverConfiguration.json.drv32 /nix/store/wwpll5gfaxljqiaz99j7rh92rdszksb0-nixos-test-driver-tribuchet.drv33 /nix/store/l8xd8kcwa1wz3j8sxcmjhffq1la1lfqa-vm-test-run-tribuchet.drv34error: Cannot build '/nix/store/l8xd8kcwa1wz3j8sxcmjhffq1la1lfqa-vm-test-run-tribuchet.drv'.35 Reason: builder failed with exit code 1.36 Output paths:37 /nix/store/m58xa2jaid00vf61ngqn7sx01p7v35c0-vm-test-run-tribuchet38 Last 25 log lines:39 > Note: this requires systemd-ssh-proxy(1) to be enabled (default on NixOS 25.05 and newer).40 > hub: ssh -o User=root vsock-mux//build/tmpaib606lh/hub_host.socket41 > worker: ssh -o User=root vsock-mux//build/tmpaib606lh/worker_host.socket42 > additionally exposed symbols:43 > hub, worker,44 > vlan1,45 > start_all, test_script, machines, machines_qemu, machines_nspawn, vlans, driver, log, os, create_machine, subtest, run_tests, join_all, retry, serial_stdout_off, serial_stdout_on, polling_condition, BaseMachine, QemuMachine, NspawnMachine, t, debug, dump_machine_ssh46 > Traceback (most recent call last):47 > File "/nix/store/pddvy5cnci8wbb4iv45wbaf63pa5z04z-nixos-test-driver-1.1/bin/.nixos-test-driver-wrapped", line 9, in <module>48 > sys.exit(main())49 > ~~~~^^50 > File "/nix/store/pddvy5cnci8wbb4iv45wbaf63pa5z04z-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/__init__.py", line 185, in main51 > driver.run_tests()52 > ~~~~~~~~~~~~~~~~^^53 > File "/nix/store/pddvy5cnci8wbb4iv45wbaf63pa5z04z-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/driver.py", line 434, in run_tests54 > self.test_script()55 > ~~~~~~~~~~~~~~~~^^56 > File "/nix/store/pddvy5cnci8wbb4iv45wbaf63pa5z04z-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/driver.py", line 392, in test_script57 > exec(self.tests, symbols, None)58 > ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^59 > File "<string>", line 48, in <module>60 > File "/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/lib/python3.14/subprocess.py", line 578, in run61 > raise CalledProcessError(retcode, process.args,62 > output=stdout, stderr=stderr)63 > subprocess.CalledProcessError: Command '['/nix/store/55sj7yky3bnzcz6hzbs13kqwizppb5g5-tribuchet-e2e-0.1.0/bin/tribuchet-e2e', 'build_', '--nocapture', '--test-threads=8']' returned non-zero exit status 101.64 For full logs, run:65 nix log /nix/store/l8xd8kcwa1wz3j8sxcmjhffq1la1lfqa-vm-test-run-tribuchet.drv