setup
checks.x86_64-linux.nixos-tinc
· build #11
· raw
1these 33 derivations will be built:2 /nix/store/1wz1kylggs7ry78b07nlqrg3riwmpsh4-Cargo.toml.drv3 /nix/store/a89qda2r11lqzn9z0z56yhygarvhpw87-cargo-package-sha3-0.12.0.drv4 /nix/store/mx4k2hcjzs08yxwvifa8b1kgw6dmp097-cargo-package-sponge-cursor-0.1.0.drv5 /nix/store/c5s9by169sxywf3alcn5ssf8h52s602c-vendor-registry.drv6 /nix/store/9nsvpxqw4zw1dsdhzfl51pnyiycml7sf-vendor-cargo-deps.drv7 /nix/store/igpz7wbi13i38513d92331vnzfycayj9-source.drv8 /nix/store/66rbxf1maffsxrwz3gic8fwk1h57xm2j-tincd-deps-0.1.0.drv9 /nix/store/jxv4jj8grscr37ychz0243x0j7gjx67g-tincd-0.1.0.drv10 /nix/store/yc9b6ys46cl6s65g4mkj3cxmx04zhdbq-system-path.drv11 /nix/store/y10jrmxcr6g67ri785rdwfild0mfgh4p-dbus-1.drv12 /nix/store/vspng9597cf8i6n3jwm8z2khrbsccg6a-X-Restart-Triggers-dbus-broker.drv13 /nix/store/2mz3fgwkj2jbzf89xyjwrmyscc83fkly-unit-dbus-broker.service.drv14 /nix/store/5g014ry2nn0n1kl7h5k5s1zd03dadbwj-unit-dbus-broker.service.drv15 /nix/store/m3p13kmj6hwyb3gx286228vsba8irqh9-user-units.drv16 /nix/store/mwg1wwzy68kwk6r3pwkbas5iwf51ln73-unit-tinc.mesh.service.drv17 /nix/store/x1a4pka7qr5r1jgk3bn9vm89nnyhhmp1-system-units.drv18 /nix/store/4piq0qmfg9dzb5vnbizgbkrvywxr2v5r-etc.drv19 /nix/store/5zdazscdjlmlqhb28v2vf2xiraxpwyyf-unit-tinc.mesh.service.drv20 /nix/store/6bzc1zji4k2cx1rc3g4kz7bw9r2pn62j-activate.drv21 /nix/store/gjm9w663fybhcykp8brxny7qi9bqh8i3-nixos-system-alpha-test.drv22 /nix/store/va7m62gg6m5qpdb007ch5all1lv6lsb7-closure-info.drv23 /nix/store/nrn06qq0pdv4kba2ksrxmy7mk4k41lds-run-nixos-vm.drv24 /nix/store/7125chw4azbi72s79lkh4ldrv1lkgghs-nixos-vm.drv25 /nix/store/slji8j06fiz6qvwwffp6n1633nmx7q9v-system-units.drv26 /nix/store/k1gls6l3abmbn4w0mfkwwqaiipbc4jxr-etc.drv27 /nix/store/kiqz8nf8bb73hbcbjr5p5bzqp1sqnm5n-activate.drv28 /nix/store/adh2h7w2b7wzyl813zlqlrspq0638ppq-nixos-system-beta-test.drv29 /nix/store/g6d55hnnmcf7qwwnz0r8dgk5hcfcq40w-closure-info.drv30 /nix/store/ra7iy3iss0dyl7gka8gs5y88ybpfi45p-run-nixos-vm.drv31 /nix/store/zxlgq9hfdfiwx18zbqgv65vlf4xpvrp8-nixos-vm.drv32 /nix/store/g41jr828x4dsfr09f05zl1f50nfz98ab-driverConfiguration.json.drv33 /nix/store/bbv9lrkbvwc40pm3nqj52d2zj5rkbyic-nixos-test-driver-tincd-nixos.drv34 /nix/store/8m1an36zjnpcwmgj4kn4y1ph4qcv9b2w-vm-test-run-tincd-nixos.drv35error: Cannot build '/nix/store/jxv4jj8grscr37ychz0243x0j7gjx67g-tincd-0.1.0.drv'.36 Reason: builder failed with exit code 101.37 Output paths:38 /nix/store/5yp1rmxhwr7fg6jdx4d08k2ld2jx72z7-tincd-0.1.039 Last 25 log lines:40 > +++ command cargo --version41 > cargo 1.97.0 (c980f4866 2026-06-30)42 > +++ command cargo build --release --message-format json-render-diagnostics -p tincd -p tinc-tools43 > Compiling tinc-proto v0.0.0 (/build/source/crates/tinc-proto)44 > Compiling tincd v0.1.0 (/build/source/crates/tincd)45 > Compiling tinc-device v0.0.0 (/build/source/crates/tinc-device)46 > Compiling tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto)47 > Compiling tinc-conf v0.0.0 (/build/source/crates/tinc-conf)48 > Compiling tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps)49 > Compiling tinc-tools v0.0.0 (/build/source/crates/tinc-tools)50 > error[E0432]: unresolved import `sha3::Shake256`51 > --> crates/tincd/src/discovery/blind.rs:24:2252 > |53 > 24 | use sha3::{Sha3_256, Shake256};54 > | ^^^^^^^^ no `Shake256` in the root55 > |56 > help: a similar name exists in the module57 > |58 > 24 - use sha3::{Sha3_256, Shake256};59 > 24 + use sha3::{Sha3_256, Sha3_256};60 > |61 >62 > For more information about this error, try `rustc --explain E0432`.63 > error: could not compile `tincd` (lib) due to 1 previous error64 > warning: build failed, waiting for other jobs to finish...65 For full logs, run:66 nix log /nix/store/jxv4jj8grscr37ychz0243x0j7gjx67g-tincd-0.1.0.drv67error: Cannot build '/nix/store/yc9b6ys46cl6s65g4mkj3cxmx04zhdbq-system-path.drv'.68 Reason: 1 dependency failed.69 Output paths:70 /nix/store/nl1071zj1h7x5aqlgy3a0dkfcmj5ibrp-system-path71error: Cannot build '/nix/store/5zdazscdjlmlqhb28v2vf2xiraxpwyyf-unit-tinc.mesh.service.drv'.72 Reason: 1 dependency failed.73 Output paths:74 /nix/store/sgka3vsvn6hy407sfcc01q4sfsy26qgf-unit-tinc.mesh.service75error: Cannot build '/nix/store/mwg1wwzy68kwk6r3pwkbas5iwf51ln73-unit-tinc.mesh.service.drv'.76 Reason: 1 dependency failed.77 Output paths:78 /nix/store/396126xflrpszdsd0sl3iqwwm26q3v4j-unit-tinc.mesh.service79error: Cannot build '/nix/store/y10jrmxcr6g67ri785rdwfild0mfgh4p-dbus-1.drv'.80 Reason: 1 dependency failed.81 Output paths:82 /nix/store/45v27yiip95x41aainjnj0c7lgmfy9lp-dbus-183error: Cannot build '/nix/store/vspng9597cf8i6n3jwm8z2khrbsccg6a-X-Restart-Triggers-dbus-broker.drv'.84 Reason: 1 dependency failed.85 Output paths:86 /nix/store/5fy20ncbz1j8rc4rkv8cd8rj4lnyfbxw-X-Restart-Triggers-dbus-broker87error: Cannot build '/nix/store/2mz3fgwkj2jbzf89xyjwrmyscc83fkly-unit-dbus-broker.service.drv'.88 Reason: 1 dependency failed.89 Output paths:90 /nix/store/qsalh0yxy9khwvbnbqfmnd9c1adv2gf1-unit-dbus-broker.service91error: Cannot build '/nix/store/5g014ry2nn0n1kl7h5k5s1zd03dadbwj-unit-dbus-broker.service.drv'.92 Reason: 1 dependency failed.93 Output paths:94 /nix/store/5af7ggdm9a970amhzwxik6vnciihjwwj-unit-dbus-broker.service95error: Cannot build '/nix/store/slji8j06fiz6qvwwffp6n1633nmx7q9v-system-units.drv'.96 Reason: 2 dependencies failed.97 Output paths:98 /nix/store/jy4ndal44jy7ar6zy0iippz637859vwv-system-units99error: Cannot build '/nix/store/x1a4pka7qr5r1jgk3bn9vm89nnyhhmp1-system-units.drv'.100 Reason: 2 dependencies failed.101 Output paths:102 /nix/store/nj7fmyb2f7wgj664hdcj6ajwnxcsx047-system-units103error: Cannot build '/nix/store/m3p13kmj6hwyb3gx286228vsba8irqh9-user-units.drv'.104 Reason: 1 dependency failed.105 Output paths:106 /nix/store/g746148hj6764g4xkf31in0afij0in48-user-units107error: Cannot build '/nix/store/4piq0qmfg9dzb5vnbizgbkrvywxr2v5r-etc.drv'.108 Reason: 4 dependencies failed.109 Output paths:110 /nix/store/9dk434lgvzkgj7iqga6k1fzmahb1ymax-etc111error: Cannot build '/nix/store/k1gls6l3abmbn4w0mfkwwqaiipbc4jxr-etc.drv'.112 Reason: 4 dependencies failed.113 Output paths:114 /nix/store/7cmrmmm4kj53ym646cndjqsiwvsgsg53-etc115error: Cannot build '/nix/store/6bzc1zji4k2cx1rc3g4kz7bw9r2pn62j-activate.drv'.116 Reason: 1 dependency failed.117 Output paths:118 /nix/store/m1r4in5nb8y8c3hx09afccra79cy37gd-activate119error: Cannot build '/nix/store/kiqz8nf8bb73hbcbjr5p5bzqp1sqnm5n-activate.drv'.120 Reason: 1 dependency failed.121 Output paths:122 /nix/store/4fgcmp2c8p0g80cfg3z9rvzlnxgkhnwq-activate123error: Cannot build '/nix/store/gjm9w663fybhcykp8brxny7qi9bqh8i3-nixos-system-alpha-test.drv'.124 Reason: 3 dependencies failed.125 Output paths:126 /nix/store/2cpr307q0gp01i1mr8i32m7lfivwgdwd-nixos-system-alpha-test127error: Cannot build '/nix/store/adh2h7w2b7wzyl813zlqlrspq0638ppq-nixos-system-beta-test.drv'.128 Reason: 3 dependencies failed.129 Output paths:130 /nix/store/miflsaj6jmym9srmxraw182k63q4baip-nixos-system-beta-test131error: Cannot build '/nix/store/g6d55hnnmcf7qwwnz0r8dgk5hcfcq40w-closure-info.drv'.132 Reason: 1 dependency failed.133 Output paths:134 /nix/store/a0bbjqnrsk2qsisnnrdxm2gaz60zdqa2-closure-info135error: Cannot build '/nix/store/va7m62gg6m5qpdb007ch5all1lv6lsb7-closure-info.drv'.136 Reason: 1 dependency failed.137 Output paths:138 /nix/store/4mc8sswvwh0rzbxx2z3xy5wqkx6r4nay-closure-info139error: Cannot build '/nix/store/nrn06qq0pdv4kba2ksrxmy7mk4k41lds-run-nixos-vm.drv'.140 Reason: 2 dependencies failed.141 Output paths:142 /nix/store/3mwvdpb6ibm9wz5j1h0fljkc9sq5czs4-run-nixos-vm143error: Cannot build '/nix/store/ra7iy3iss0dyl7gka8gs5y88ybpfi45p-run-nixos-vm.drv'.144 Reason: 2 dependencies failed.145 Output paths:146 /nix/store/390r8qaicsbnhr8zhd8x82r08v7xmal8-run-nixos-vm147error: Cannot build '/nix/store/7125chw4azbi72s79lkh4ldrv1lkgghs-nixos-vm.drv'.148 Reason: 2 dependencies failed.149 Output paths:150 /nix/store/nsivgk6g0krr3hal0fpkvjbji5vdn0vh-nixos-vm151error: Cannot build '/nix/store/zxlgq9hfdfiwx18zbqgv65vlf4xpvrp8-nixos-vm.drv'.152 Reason: 2 dependencies failed.153 Output paths:154 /nix/store/yh1pfxjjch3rk7l6rzncq8c70p97s1fr-nixos-vm155error: Cannot build '/nix/store/g41jr828x4dsfr09f05zl1f50nfz98ab-driverConfiguration.json.drv'.156 Reason: 2 dependencies failed.157 Output paths:158 /nix/store/4288qqg56xd8ciy4aff8q495k31z9d58-driverConfiguration.json159error: Cannot build '/nix/store/bbv9lrkbvwc40pm3nqj52d2zj5rkbyic-nixos-test-driver-tincd-nixos.drv'.160 Reason: 1 dependency failed.161 Output paths:162 /nix/store/5j8549wknvxnqsnmnx4jzb8hma92z3zq-nixos-test-driver-tincd-nixos163error: Cannot build '/nix/store/8m1an36zjnpcwmgj4kn4y1ph4qcv9b2w-vm-test-run-tincd-nixos.drv'.164 Reason: 1 dependency failed.165 Output paths:166 /nix/store/wfcj98da0y9r2d6qn57gqv1q5q2g1hqd-vm-test-run-tincd-nixos