setup
checks.aarch64-linux.package
· build #1
· raw
1these 6 derivations will be built:2 /nix/store/ca2bnfa72idsv0sr0rya0sx6b6a7yyqy-vendor-registry.drv3 /nix/store/5yy4x8x1infkbrpzd4gaffi9dgx0daff-vendor-cargo-deps.drv4 /nix/store/96z4pp3dg88mbkn48l4zyz7x064hwb5i-Cargo.toml.drv5 /nix/store/k705vhsdfxbqyx6rrqwcazvmclazja44-source.drv6 /nix/store/cmbv2ajxp9c0mczxr7spb3ns0d1wmc50-flakelet-relay-deps-0.1.0.drv7 /nix/store/sahhg4793czd7n2nq48va46v03phz68p-flakelet-relay-0.1.0.drv8Failed to find a machine for remote build!9derivation: 96z4pp3dg88mbkn48l4zyz7x064hwb5i-Cargo.toml.drv10required (system, features): (aarch64-linux, [])111 available machines:12(systems, maxjobs, supportedFeatures, mandatoryFeatures)13([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])14Failed to find a machine for remote build!15derivation: k705vhsdfxbqyx6rrqwcazvmclazja44-source.drv16required (system, features): (aarch64-linux, [])171 available machines:18(systems, maxjobs, supportedFeatures, mandatoryFeatures)19([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])20Failed to find a machine for remote build!21derivation: cmbv2ajxp9c0mczxr7spb3ns0d1wmc50-flakelet-relay-deps-0.1.0.drv22required (system, features): (aarch64-linux, [])231 available machines:24(systems, maxjobs, supportedFeatures, mandatoryFeatures)25([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])26Failed to find a machine for remote build!27derivation: sahhg4793czd7n2nq48va46v03phz68p-flakelet-relay-0.1.0.drv28required (system, features): (aarch64-linux, [])291 available machines:30(systems, maxjobs, supportedFeatures, mandatoryFeatures)31([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])32error: Cannot build '/nix/store/sahhg4793czd7n2nq48va46v03phz68p-flakelet-relay-0.1.0.drv'.33 Reason: builder failed with exit code 101.34 Output paths:35 /nix/store/10k5kg02gfbzqrwhbxk4zxiaisgzf2hd-flakelet-relay-0.1.036 Last 25 log lines:37 > default configurePhase, nothing to do38 > Running phase: buildPhase39 > +++ command cargo --version40 > cargo 1.97.0 (c980f4866 2026-06-30)41 > +++ command cargo build --release --message-format json-render-diagnostics --locked42 > Compiling flakelet-relay v0.1.0 (/build/source)43 > error[E0061]: this function takes 1 argument but 2 arguments were supplied44 > --> src/agent/conn.rs:41:1745 > |46 > 41 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);47 > | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool`48 > |49 > note: function defined here50 > --> /nix/store/r7n6bplmbrw7r5k0yky01dwx2c58ypx3-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:851 > |52 > 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> {53 > | ^^^^^^54 > help: remove the extra argument55 > |56 > 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);57 > 41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]);58 > |59 >60 > For more information about this error, try `rustc --explain E0061`.61 > error: could not compile `flakelet-relay` (lib) due to 1 previous error62 For full logs, run:63 nix log /nix/store/sahhg4793czd7n2nq48va46v03phz68p-flakelet-relay-0.1.0.drv