setup
checks.aarch64-darwin.darwin-evo
· build #448
· raw
1these 35 derivations will be built:2 /nix/store/14ljllwlvqbp6j3nk3ilbk04b6745033-cargo-package-chacha20poly1305-0.11.0.drv3 /nix/store/28amnr5mv07bcs09ln4b3npnr3vyga64-cargo-package-sponge-cursor-0.1.0.drv4 /nix/store/3pqiwh3yx4x37mwic0yry3gaj89fv3q5-cargo-package-crypto-common-0.2.2.drv5 /nix/store/412xyc2h2qpcxs0f04ixpq77jhvzi086-cargo-package-pkg-config-0.3.34.drv6 /nix/store/6xyx1i7x2k3ypfjhvjydmn1kp6fqcygf-cargo-package-aead-0.6.1.drv7 /nix/store/72xsk45c7sah2g89z8s2az8a1y4pmrq3-cargo-package-poly1305-0.9.1.drv8 /nix/store/frd0llhh7jjqkzd20h37fzwi5knszmyc-cargo-package-chacha20-0.10.1.drv9 /nix/store/ji9l0sgb0bv7p9h6s49jfcd3javnpgvr-cargo-package-sha3-0.12.0.drv10 /nix/store/kn8zcyzlvksjynkw1kalxi5b77v5s0sm-cargo-package-universal-hash-0.6.1.drv11 /nix/store/mj3mi42aaav28xig18h8qi3hw88dpq1l-cargo-package-openssl-sys-0.9.117.drv12 /nix/store/rm5b5z5jjq9jsryfy70vsrcvfa8wl5ks-cargo-package-cipher-0.5.2.drv13 /nix/store/y9f2vyyyz96872f2cvfm0g2fg4rvajsk-cargo-package-shake-0.1.0.drv14 /nix/store/ymiw0b36avwfzp4dlqqc0pi72lcjy0qp-cargo-package-inout-0.2.2.drv15 /nix/store/fzw4hwazq6llpv8r3dq0balm5knqn98l-vendor-registry.drv16 /nix/store/2r6bv4nk3r48yqy5qmrcpwlmk0i5igb7-vendor-cargo-deps.drv17 /nix/store/5xdwh7d5mp6grz13m0fqyjh57w8hpz2b-Cargo.toml.drv18 /nix/store/bkyx1mv6nwf87wf9nzxvp1zk85djdn1w-Cargo.toml.drv19 /nix/store/gf9r4wlb2l3kvdjgyr0fs5ljkc7f6plm-Cargo.toml.drv20 /nix/store/v8n8sjpa3x3l5di4n67vk53lhy65x313-Cargo.toml.drv21 /nix/store/aaab1x35773s29wv06zz7khhzwijaz35-source.drv22 /nix/store/14fvzml5s2i6m1clx0lgqxg8r9ndna9m-tincd-deps-0.1.0.drv23 /nix/store/p5wxniirkv5qswzl1llqa1yil2giv50y-tincd-0.1.0.drv24 /nix/store/k1b6zjxq5gjays422lrmvwmf7681yxba-tinc.retiolum.drv25 /nix/store/hq0h8w7aw3akj38pkk36jhaa1wif4npx-system-path.drv26 /nix/store/pnrfrap2kli926r181fmmsrnw8axc66j-etc-registry.json.drv27 /nix/store/27d3ya205j72vlwzdyywr7szg704nfcq-etc.drv28 /nix/store/8lz1ghlvc0h178cvzv0kx7l06fz12w6l-tincr-retiolum-start.drv29 /nix/store/ps0pfg4a37a6fr624xwm1iq4rf9xdn9s-flake-inputs.prom.drv30 /nix/store/n23cnmx9c1i2ns4gg0nprkxmml7l0xv8-config.toml.drv31 /nix/store/q6868g8ylgyydf45d41n6fjw5wldg57x-telegraf-start.drv32 /nix/store/9cr5gacsbq9x0jzcig94wwki0ndsgxf8-org.nixos.telegraf.plist.drv33 /nix/store/d6x58vx8zzqpx2y626xhvnscvq2ba79i-system-applications.drv34 /nix/store/s0gd682vfd8a18y0xvv96irbf8mnmkdw-org.tincr.retiolum.plist.drv35 /nix/store/ya0rfpyc43qwnkz1s7g1prrjwqay4dkw-launchd.drv36 /nix/store/bpv770bhx6y58ih80f6al48cs3zrm8m3-darwin-system-26.11.57a3171.drv37error: build of '/nix/store/p5wxniirkv5qswzl1llqa1yil2giv50y-tincd-0.1.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/p5wxniirkv5qswzl1llqa1yil2giv50y-tincd-0.1.0.drv'.38 Reason: builder failed with exit code 101.39 Output paths:40 /nix/store/z740gapbbgb0ac7v3a1zcg1vbgdps4vx-tincd-0.1.041 Last 25 log lines:42 > |43 > = help: if you wanted to use a crate named `sockopt`, use `cargo add sockopt` to add it to your `Cargo.toml`44 >45 > error[E0433]: cannot find module or crate `sockopt` in this scope46 > --> crates/tincd/src/listen.rs:465:947 > |48 > 465 | sockopt::SndBuf,49 > | ^^^^^^^ use of unresolved module or unlinked crate `sockopt`50 > |51 > = help: if you wanted to use a crate named `sockopt`, use `cargo add sockopt` to add it to your `Cargo.toml`52 >53 > warning: unused variable: `n_shards`54 > --> crates/tincd/src/daemon/setup.rs:659:1355 > |56 > 659 | let n_shards = if shard_tuns.is_empty() {57 > | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_n_shards`58 > |59 > = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default60 >61 > Some errors have detailed explanations: E0425, E0432, E0433.62 > For more information about an error, try `rustc --explain E0425`.63 > warning: `tincd` (lib) generated 1 warning64 > warning: tincd@0.1.0: Warning: supplying the --target arm64-apple-macosx != arm64-apple-darwin argument to a nix-wrapped compiler may not work correctly - cc-wrapper is currently not designed with multi-target compilers in mind. You may want to use an un-wrapped compiler instead.65 > error: could not compile `tincd` (lib) due to 15 previous errors; 1 warning emitted66 > warning: build failed, waiting for other jobs to finish...67 For full logs, run:68 nix log /nix/store/p5wxniirkv5qswzl1llqa1yil2giv50y-tincd-0.1.0.drv69error: Cannot build '/nix/store/p5wxniirkv5qswzl1llqa1yil2giv50y-tincd-0.1.0.drv'.70 Reason: builder failed with exit code 1.71 Output paths:72 /nix/store/z740gapbbgb0ac7v3a1zcg1vbgdps4vx-tincd-0.1.073error: Cannot build '/nix/store/k1b6zjxq5gjays422lrmvwmf7681yxba-tinc.retiolum.drv'.74 Reason: 1 dependency failed.75 Output paths:76 /nix/store/cqwwlv4gkljw8ac9jrz8fmx6d0bhy6jf-tinc.retiolum77error: Cannot build '/nix/store/8lz1ghlvc0h178cvzv0kx7l06fz12w6l-tincr-retiolum-start.drv'.78 Reason: 1 dependency failed.79 Output paths:80 /nix/store/d27dc4hm7dxps8dc7221djq9y48adyx6-tincr-retiolum-start81error: Cannot build '/nix/store/s0gd682vfd8a18y0xvv96irbf8mnmkdw-org.tincr.retiolum.plist.drv'.82 Reason: 2 dependencies failed.83 Output paths:84 /nix/store/7jssv7w9hj5a0kc6v47blvndd01ycm8f-org.tincr.retiolum.plist85error: Cannot build '/nix/store/d6x58vx8zzqpx2y626xhvnscvq2ba79i-system-applications.drv'.86 Reason: 2 dependencies failed.87 Output paths:88 /nix/store/q5r7v9r28c23vd27mxh1wj743lld227b-system-applications89error: Cannot build '/nix/store/hq0h8w7aw3akj38pkk36jhaa1wif4npx-system-path.drv'.90 Reason: 2 dependencies failed.91 Output paths:92 /nix/store/da5pzrmgs1a24sz5gcir5lvqk5n7bb80-system-path93error: Cannot build '/nix/store/27d3ya205j72vlwzdyywr7szg704nfcq-etc.drv'.94 Reason: 1 dependency failed.95 Output paths:96 /nix/store/45861jarmfv94vdgzblg1l2wj9j13m3k-etc97error: Cannot build '/nix/store/ya0rfpyc43qwnkz1s7g1prrjwqay4dkw-launchd.drv'.98 Reason: 1 dependency failed.99 Output paths:100 /nix/store/ln1nnbjqpw87f621ck7d8z524i5s9pib-launchd101error: Cannot build '/nix/store/bpv770bhx6y58ih80f6al48cs3zrm8m3-darwin-system-26.11.57a3171.drv'.102 Reason: 4 dependencies failed.103 Output paths:104 /nix/store/xvw5p6akrbg0qs0ffxmc32va8pcq540m-darwin-system-26.11.57a3171