nixbot

builds

failed aarch64-darwin.clippy build #6 · raw · ·

1this derivation will be built:2  /nix/store/lc0az8vpmn09mqbzv1qwjzp49yz0vfd1-formatelf-clippy-0.1.0.drv3building '/nix/store/lc0az8vpmn09mqbzv1qwjzp49yz0vfd1-formatelf-clippy-0.1.0.drv' on 'ssh-ng://customer@mac02'4building '/nix/store/lc0az8vpmn09mqbzv1qwjzp49yz0vfd1-formatelf-clippy-0.1.0.drv'5formatelf-clippy-0.1.0> Running phase: unpackPhase6formatelf-clippy-0.1.0> unpacking source archive /nix/store/vjwa54zz63kgdxd7lzcn4bp9nl3nw07v-qilr29hkqbnxclfnvjlj94nvmcjhz2d5-source7formatelf-clippy-0.1.0> source root is qilr29hkqbnxclfnvjlj94nvmcjhz2d5-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-31544-1425755477/qilr29hkqbnxclfnvjlj94nvmcjhz2d5-source/Cargo.lock and /nix/var/nix/builds/nix-31544-1425755477/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 proc-macro2 v1.0.10620formatelf-clippy-0.1.0>    Compiling rustix v1.1.421formatelf-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 object v0.36.726formatelf-clippy-0.1.0>    Compiling thiserror v2.0.1827formatelf-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 memchr v2.8.232formatelf-clippy-0.1.0>    Compiling num-traits v0.2.1933formatelf-clippy-0.1.0>     Checking once_cell v1.21.434formatelf-clippy-0.1.0>     Checking fastrand v2.4.135formatelf-clippy-0.1.0>     Checking regex-lite v0.1.936formatelf-clippy-0.1.0>     Checking condtype v1.3.037formatelf-clippy-0.1.0>     Checking lexopt v0.3.238formatelf-clippy-0.1.0>     Checking unarray v0.1.439formatelf-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_xorshift v0.4.045formatelf-clippy-0.1.0>     Checking rand v0.9.446formatelf-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 terminal_size v0.4.449formatelf-clippy-0.1.0>     Checking tempfile v3.27.050formatelf-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 ppv-lite86 v0.2.2154formatelf-clippy-0.1.0>     Checking rand_chacha v0.9.055formatelf-clippy-0.1.0>     Checking proptest v1.11.056formatelf-clippy-0.1.0>     Checking formatelf v0.1.0 (/nix/var/nix/builds/nix-31544-1425755477/qilr29hkqbnxclfnvjlj94nvmcjhz2d5-source)57formatelf-clippy-0.1.0> error: this operation will always return zero. This is likely not the intended outcome58formatelf-clippy-0.1.0>  --> tests/sample.rs:4:2459formatelf-clippy-0.1.0>   |60formatelf-clippy-0.1.0> 4 |     std::process::exit(std::hint::black_box(20) & 0);61formatelf-clippy-0.1.0>   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^62formatelf-clippy-0.1.0>   |63formatelf-clippy-0.1.0>   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#erasing_op64formatelf-clippy-0.1.0>   = note: `#[deny(clippy::erasing_op)]` on by default65formatelf-clippy-0.1.0> 66formatelf-clippy-0.1.0> error: unsafe attribute used without unsafe67formatelf-clippy-0.1.0>  --> tests/sample_cdylib.rs:3:368formatelf-clippy-0.1.0>   |69formatelf-clippy-0.1.0> 3 | #[no_mangle]70formatelf-clippy-0.1.0>   |   ^^^^^^^^^ usage of unsafe attribute71formatelf-clippy-0.1.0>   |72formatelf-clippy-0.1.0> help: wrap the attribute in `unsafe(...)`73formatelf-clippy-0.1.0>   |74formatelf-clippy-0.1.0> 3 | #[unsafe(no_mangle)]75formatelf-clippy-0.1.0>   |   +++++++         +76formatelf-clippy-0.1.0> 77formatelf-clippy-0.1.0> error: could not compile `formatelf` (test "sample") due to 1 previous error78formatelf-clippy-0.1.0> warning: build failed, waiting for other jobs to finish...79formatelf-clippy-0.1.0> error: could not compile `formatelf` (test "sample_cdylib") due to 1 previous error80error: build of '/nix/store/lc0az8vpmn09mqbzv1qwjzp49yz0vfd1-formatelf-clippy-0.1.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/lc0az8vpmn09mqbzv1qwjzp49yz0vfd1-formatelf-clippy-0.1.0.drv'.81       Reason: builder failed with exit code 101.82       Output paths:83         /nix/store/9i220hgjgkfqz5axdfix3baz90ail2m5-formatelf-clippy-0.1.084       Last 25 log lines:85       >     Checking proptest v1.11.086       >     Checking formatelf v0.1.0 (/nix/var/nix/builds/nix-31544-1425755477/qilr29hkqbnxclfnvjlj94nvmcjhz2d5-source)87       > error: this operation will always return zero. This is likely not the intended outcome88       >  --> tests/sample.rs:4:2489       >   |90       > 4 |     std::process::exit(std::hint::black_box(20) & 0);91       >   |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^92       >   |93       >   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#erasing_op94       >   = note: `#[deny(clippy::erasing_op)]` on by default95       >96       > error: unsafe attribute used without unsafe97       >  --> tests/sample_cdylib.rs:3:398       >   |99       > 3 | #[no_mangle]100       >   |   ^^^^^^^^^ usage of unsafe attribute101       >   |102       > help: wrap the attribute in `unsafe(...)`103       >   |104       > 3 | #[unsafe(no_mangle)]105       >   |   +++++++         +106       >107       > error: could not compile `formatelf` (test "sample") due to 1 previous error108       > warning: build failed, waiting for other jobs to finish...109       > error: could not compile `formatelf` (test "sample_cdylib") due to 1 previous error110       For full logs, run:111         nix log /nix/store/lc0az8vpmn09mqbzv1qwjzp49yz0vfd1-formatelf-clippy-0.1.0.drv112error: Cannot build '/nix/store/lc0az8vpmn09mqbzv1qwjzp49yz0vfd1-formatelf-clippy-0.1.0.drv'.113       Reason: builder failed with exit code 1.114       Output paths:115         /nix/store/9i220hgjgkfqz5axdfix3baz90ail2m5-formatelf-clippy-0.1.0