these 8 derivations will be built: /nix/store/70w7zdgigkbkw09vmlwwp8krxzwlfqj8-cargo-package-flume-0.12.0.drv /nix/store/h94d79jfqms36f4hjnih3bii3nj2wzgl-cargo-package-mainline-8.0.0.drv /nix/store/mif5nm2xlb5n960gnvazqgsvj59rdhxp-vendor-registry.drv /nix/store/cjnkw610462f2cvzj376m50bp4xbkfzr-vendor-cargo-deps.drv /nix/store/nbyrrxzszgw9kkzhhzwljpkqk5yydrbm-Cargo.toml.drv /nix/store/jxlvyggsaaplwijms62jn1y26xz1zhx8-source.drv /nix/store/628lprhphay2zr0ps7408w2y9h1nqgp0-tincd-deps-0.1.0.drv /nix/store/3hagb820w37lqb8l4aiygc0vw76bhcza-tincd-0.1.0.drv Failed to find a machine for remote build! derivation: nbyrrxzszgw9kkzhhzwljpkqk5yydrbm-Cargo.toml.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) building '/nix/store/nbyrrxzszgw9kkzhhzwljpkqk5yydrbm-Cargo.toml.drv' Cargo.toml> tribuchet: building on eliza Failed to find a machine for remote build! derivation: jxlvyggsaaplwijms62jn1y26xz1zhx8-source.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) building '/nix/store/jxlvyggsaaplwijms62jn1y26xz1zhx8-source.drv' source> tribuchet: building on eliza Failed to find a machine for remote build! derivation: 3hagb820w37lqb8l4aiygc0vw76bhcza-tincd-0.1.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) building '/nix/store/3hagb820w37lqb8l4aiygc0vw76bhcza-tincd-0.1.0.drv' tincd-0.1.0> tribuchet: building on eliza tincd-0.1.0> Running phase: unpackPhase tincd-0.1.0> unpacking source archive /nix/store/3jf4kc1w7m12lwd5m59cw59ma8m1z8xf-source tincd-0.1.0> source root is source tincd-0.1.0> Running phase: patchPhase tincd-0.1.0> Executing configureCargoCommonVars tincd-0.1.0> decompressing cargo artifacts from /nix/store/nl3zs5qrh7zxiy6dzrbq0p67yxva9ri2-tincd-deps-0.1.0/target.tar.zst to target tincd-0.1.0> Running phase: updateAutotoolsGnuConfigScriptsPhase tincd-0.1.0> Running phase: configurePhase tincd-0.1.0> will append /build/source/.cargo-home/config.toml with contents of /nix/store/a15xw4zyhkgzqd3v989v3rlwqfsghri4-vendor-cargo-deps/config.toml tincd-0.1.0> default configurePhase, nothing to do tincd-0.1.0> Running phase: buildPhase tincd-0.1.0> +++ command cargo --version tincd-0.1.0> cargo 1.97.0 (c980f4866 2026-06-30) tincd-0.1.0> +++ command cargo build --release --message-format json-render-diagnostics -p tincd -p tinc-tools tincd-0.1.0> Compiling tinc-proto v0.0.0 (/build/source/crates/tinc-proto) tincd-0.1.0> Compiling tincd v0.1.0 (/build/source/crates/tincd) tincd-0.1.0> Compiling tinc-device v0.0.0 (/build/source/crates/tinc-device) tincd-0.1.0> Compiling tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto) tincd-0.1.0> Compiling tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps) tincd-0.1.0> Compiling tinc-conf v0.0.0 (/build/source/crates/tinc-conf) tincd-0.1.0> Compiling tinc-tools v0.0.0 (/build/source/crates/tinc-tools) tincd-0.1.0> warning: use of deprecated method `mainline::Dht::info`: use the async API via Dht::as_async() instead tincd-0.1.0> --> crates/tincd/src/discovery/worker.rs:73:44 tincd-0.1.0> | tincd-0.1.0> 73 | ... let info = dht.info(); tincd-0.1.0> | ^^^^ tincd-0.1.0> | tincd-0.1.0> = note: `#[warn(deprecated)]` on by default tincd-0.1.0> tincd-0.1.0> warning: use of deprecated method `mainline::Dht::to_bootstrap`: use the async API via Dht::as_async() instead tincd-0.1.0> --> crates/tincd/src/discovery/worker.rs:75:34 tincd-0.1.0> | tincd-0.1.0> 75 | ... .to_bootstrap() tincd-0.1.0> | ^^^^^^^^^^^^ tincd-0.1.0> tincd-0.1.0> warning: use of deprecated method `mainline::Dht::put_mutable`: use the async API via Dht::as_async() instead tincd-0.1.0> --> crates/tincd/src/discovery/worker.rs:90:42 tincd-0.1.0> | tincd-0.1.0> 90 | ... let ok = dht.put_mutable(item, None).is_ok(); tincd-0.1.0> | ^^^^^^^^^^^ tincd-0.1.0> tincd-0.1.0> warning: use of deprecated method `mainline::Dht::get_mutable`: use the async API via Dht::as_async() instead tincd-0.1.0> --> crates/tincd/src/discovery/worker.rs:146:10 tincd-0.1.0> | tincd-0.1.0> 146 | .get_mutable(&blind_pk, Some(&d.salt), None) tincd-0.1.0> | ^^^^^^^^^^^ tincd-0.1.0> tincd-0.1.0> warning: use of deprecated method `mainline::Dht::to_bootstrap`: use the async API via Dht::as_async() instead tincd-0.1.0> --> crates/tincd/src/discovery/mod.rs:348:18 tincd-0.1.0> | tincd-0.1.0> 348 | self.dht.to_bootstrap() tincd-0.1.0> | ^^^^^^^^^^^^ tincd-0.1.0> tincd-0.1.0> warning: `tincd` (lib) generated 5 warnings tincd-0.1.0> warning: use of deprecated method `mainline::Dht::bootstrapped`: use the async API via Dht::as_async() instead tincd-0.1.0> --> crates/tincd/src/bin/tinc-dht-seed.rs:129:9 tincd-0.1.0> | tincd-0.1.0> 129 | dht.bootstrapped(); tincd-0.1.0> | ^^^^^^^^^^^^ tincd-0.1.0> | tincd-0.1.0> = note: `#[warn(deprecated)]` on by default tincd-0.1.0> tincd-0.1.0> warning: use of deprecated method `mainline::Dht::info`: use the async API via Dht::as_async() instead tincd-0.1.0> --> crates/tincd/src/bin/tinc-dht-seed.rs:199:22 tincd-0.1.0> | tincd-0.1.0> 199 | let addr = d.info().local_addr(); tincd-0.1.0> | ^^^^ tincd-0.1.0> tincd-0.1.0> warning: `tincd` (bin "tinc-dht-seed") generated 2 warnings tincd-0.1.0> Finished `release` profile [optimized] target(s) in 56.60s tincd-0.1.0> searching for bins/libs to install from cargo build log at cargoBuildLogMj1x.json tincd-0.1.0> installing /build/source/target/release/sptps_keypair in postBuildInstallFromCargoBuildLogOutTempv9i/bin tincd-0.1.0> installing /build/source/target/release/sptps_test in postBuildInstallFromCargoBuildLogOutTempv9i/bin tincd-0.1.0> installing /build/source/target/release/tinc in postBuildInstallFromCargoBuildLogOutTempv9i/bin tincd-0.1.0> installing /build/source/target/release/tinc-auth in postBuildInstallFromCargoBuildLogOutTempv9i/bin tincd-0.1.0> installing /build/source/target/release/tinc-dht-seed in postBuildInstallFromCargoBuildLogOutTempv9i/bin tincd-0.1.0> installing /build/source/target/release/tincd in postBuildInstallFromCargoBuildLogOutTempv9i/bin tincd-0.1.0> searching for bins/libs complete tincd-0.1.0> buildPhase completed in 57 seconds tincd-0.1.0> Running phase: installPhase tincd-0.1.0> actually installing contents of postBuildInstallFromCargoBuildLogOutTempv9i to /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0 tincd-0.1.0> stripping references to Rust toolchain tincd-0.1.0> Rust toolchain at: /nix/store/mwq2wb1rfqgsckrc85ld0n1wicjr4g9z-rustc-1.97.1 tincd-0.1.0> stripping Rust toolchain references done tincd-0.1.0> stripping references to cargoVendorDir from: tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/sptps_keypair tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/sptps_test tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/tinc tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/tinc-auth tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/tinc-dht-seed tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/tincd tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/share/man/man5/tinc.conf.5 tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/share/man/man8/tinc-auth.8 tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/share/man/man8/tinc-dht-seed.8 tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/share/man/man8/tinc.8 tincd-0.1.0> /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/share/man/man8/tincd.8 tincd-0.1.0> stripping references done tincd-0.1.0> Running phase: fixupPhase tincd-0.1.0> shrinking RPATHs of ELF executables and libraries in /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0 tincd-0.1.0> shrinking /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/sptps_test tincd-0.1.0> shrinking /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/tinc tincd-0.1.0> shrinking /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/tinc-dht-seed tincd-0.1.0> shrinking /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/sptps_keypair tincd-0.1.0> shrinking /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/tincd tincd-0.1.0> shrinking /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin/tinc-auth tincd-0.1.0> checking for references to /build/ in /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0... tincd-0.1.0> gzipping man pages under /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/share/man/ tincd-0.1.0> patching script interpreter paths in /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0 tincd-0.1.0> stripping (with command strip and flags -S -p) in /nix/store/j8kvw15556c5nwx0xkmnrmmvlnb2la6w-tincd-0.1.0/bin post-build step Upload coverage to codecov: ok Skipping codecov: project=Mic92/tincr attr=checks.aarch64-linux.tincd