1this derivation will be built:2 /nix/store/cpdr4996my3d2dlzxxphbpybllbykrxa-formatelf-clippy-0.1.0.drv3building '/nix/store/cpdr4996my3d2dlzxxphbpybllbykrxa-formatelf-clippy-0.1.0.drv' on 'ssh-ng://customer@mac02'4building '/nix/store/cpdr4996my3d2dlzxxphbpybllbykrxa-formatelf-clippy-0.1.0.drv'5formatelf-clippy-0.1.0> Running phase: unpackPhase6formatelf-clippy-0.1.0> unpacking source archive /nix/store/vhgh42q9rljyxz8zrv3xm3gxirq2jscz-0y8jfl8xpmqykvw8ymsdysrggm51cvyi-source7formatelf-clippy-0.1.0> source root is 0y8jfl8xpmqykvw8ymsdysrggm51cvyi-source8formatelf-clippy-0.1.0> Executing cargoSetupPostUnpackHook9formatelf-clippy-0.1.0> Finished cargoSetupPostUnpackHook10formatelf-clippy-0.1.0> Running phase: patchPhase11formatelf-clippy-0.1.0> Executing cargoSetupPostPatchHook12formatelf-clippy-0.1.0> Validating consistency between /nix/var/nix/builds/nix-33606-2630209003/0y8jfl8xpmqykvw8ymsdysrggm51cvyi-source/Cargo.lock and /nix/var/nix/builds/nix-33606-2630209003/cargo-vendor-dir/Cargo.lock13formatelf-clippy-0.1.0> Finished cargoSetupPostPatchHook14formatelf-clippy-0.1.0> Running phase: updateAutotoolsGnuConfigScriptsPhase15formatelf-clippy-0.1.0> Running phase: configurePhase16formatelf-clippy-0.1.0> Running phase: buildPhase17formatelf-clippy-0.1.0> Compiling libc v0.2.18618formatelf-clippy-0.1.0> Compiling getrandom v0.3.419formatelf-clippy-0.1.0> Compiling rustix v1.1.420formatelf-clippy-0.1.0> Compiling proc-macro2 v1.0.10621formatelf-clippy-0.1.0> Compiling quote v1.0.4622formatelf-clippy-0.1.0> Compiling unicode-ident v1.0.2423formatelf-clippy-0.1.0> Checking cfg-if v1.0.424formatelf-clippy-0.1.0> Checking bitflags v2.13.025formatelf-clippy-0.1.0> Compiling thiserror v2.0.1826formatelf-clippy-0.1.0> Compiling object v0.36.727formatelf-clippy-0.1.0> Compiling zerocopy v0.8.5228formatelf-clippy-0.1.0> Compiling autocfg v1.5.129formatelf-clippy-0.1.0> Checking clap_lex v1.1.030formatelf-clippy-0.1.0> Checking anstyle v1.0.1431formatelf-clippy-0.1.0> Checking once_cell v1.21.432formatelf-clippy-0.1.0> Checking fastrand v2.4.133formatelf-clippy-0.1.0> Checking memchr v2.8.234formatelf-clippy-0.1.0> Compiling num-traits v0.2.1935formatelf-clippy-0.1.0> Checking unarray v0.1.436formatelf-clippy-0.1.0> Checking condtype v1.3.037formatelf-clippy-0.1.0> Checking lexopt v0.3.238formatelf-clippy-0.1.0> Checking regex-lite v0.1.939formatelf-clippy-0.1.0> Checking regex-syntax v0.8.1140formatelf-clippy-0.1.0> Compiling syn v2.0.11841formatelf-clippy-0.1.0> Checking errno v0.3.1442formatelf-clippy-0.1.0> Checking memmap2 v0.9.1143formatelf-clippy-0.1.0> Checking rand_core v0.9.544formatelf-clippy-0.1.0> Checking rand v0.9.445formatelf-clippy-0.1.0> Checking rand_xorshift v0.4.046formatelf-clippy-0.1.0> Compiling thiserror-impl v2.0.1847formatelf-clippy-0.1.0> Compiling divan-macros v0.1.2148formatelf-clippy-0.1.0> Checking tempfile v3.27.049formatelf-clippy-0.1.0> Checking terminal_size v0.4.450formatelf-clippy-0.1.0> Checking clap_builder v4.6.051formatelf-clippy-0.1.0> Checking clap v4.6.152formatelf-clippy-0.1.0> Checking divan v0.1.2153formatelf-clippy-0.1.0> Checking formatelf v0.1.0 (/nix/var/nix/builds/nix-33606-2630209003/0y8jfl8xpmqykvw8ymsdysrggm51cvyi-source)54formatelf-clippy-0.1.0> Checking ppv-lite86 v0.2.2155formatelf-clippy-0.1.0> Checking rand_chacha v0.9.056formatelf-clippy-0.1.0> Checking proptest v1.11.057formatelf-clippy-0.1.0> error: unsafe attribute used without unsafe58formatelf-clippy-0.1.0> --> tests/sample_cdylib.rs:3:359formatelf-clippy-0.1.0> |60formatelf-clippy-0.1.0> 3 | #[no_mangle]61formatelf-clippy-0.1.0> | ^^^^^^^^^ usage of unsafe attribute62formatelf-clippy-0.1.0> |63formatelf-clippy-0.1.0> help: wrap the attribute in `unsafe(...)`64formatelf-clippy-0.1.0> |65formatelf-clippy-0.1.0> 3 | #[unsafe(no_mangle)]66formatelf-clippy-0.1.0> | +++++++ +67formatelf-clippy-0.1.0> 68formatelf-clippy-0.1.0> error: could not compile `formatelf` (test "sample_cdylib") due to 1 previous error69formatelf-clippy-0.1.0> warning: build failed, waiting for other jobs to finish...70error: build of '/nix/store/cpdr4996my3d2dlzxxphbpybllbykrxa-formatelf-clippy-0.1.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/cpdr4996my3d2dlzxxphbpybllbykrxa-formatelf-clippy-0.1.0.drv'.71 Reason: builder failed with exit code 101.72 Output paths:73 /nix/store/kpzzyyid2090nvc9l4xx33b9b7k9q4nv-formatelf-clippy-0.1.074 Last 25 log lines:75 > Checking rand_xorshift v0.4.076 > Compiling thiserror-impl v2.0.1877 > Compiling divan-macros v0.1.2178 > Checking tempfile v3.27.079 > Checking terminal_size v0.4.480 > Checking clap_builder v4.6.081 > Checking clap v4.6.182 > Checking divan v0.1.2183 > Checking formatelf v0.1.0 (/nix/var/nix/builds/nix-33606-2630209003/0y8jfl8xpmqykvw8ymsdysrggm51cvyi-source)84 > Checking ppv-lite86 v0.2.2185 > Checking rand_chacha v0.9.086 > Checking proptest v1.11.087 > error: unsafe attribute used without unsafe88 > --> tests/sample_cdylib.rs:3:389 > |90 > 3 | #[no_mangle]91 > | ^^^^^^^^^ usage of unsafe attribute92 > |93 > help: wrap the attribute in `unsafe(...)`94 > |95 > 3 | #[unsafe(no_mangle)]96 > | +++++++ +97 >98 > error: could not compile `formatelf` (test "sample_cdylib") due to 1 previous error99 > warning: build failed, waiting for other jobs to finish...100 For full logs, run:101 nix log /nix/store/cpdr4996my3d2dlzxxphbpybllbykrxa-formatelf-clippy-0.1.0.drv102error: Cannot build '/nix/store/cpdr4996my3d2dlzxxphbpybllbykrxa-formatelf-clippy-0.1.0.drv'.103 Reason: builder failed with exit code 1.104 Output paths:105 /nix/store/kpzzyyid2090nvc9l4xx33b9b7k9q4nv-formatelf-clippy-0.1.0