nixbot

builds

failed aarch64-linux.package-default build #27 · raw · ·

1these 4 derivations will be built:2  /nix/store/fqhfjyqz6zlc94cp0d1rnrjbzr41ispv-crate-embedded-io-0.7.1.tar.gz.drv3  /nix/store/p04xa8kv6mjq6blzdg298gvgpv02irh6-embedded-io-0.7.1.drv4  /nix/store/96k1vn1qj6p07msgbgxpgnxjz5qv26ls-cargo-vendor-dir.drv5  /nix/store/vi0nkqq488ipxrz7sf8l5r63ljkqqjzb-nix-ld.drv6building '/nix/store/vi0nkqq488ipxrz7sf8l5r63ljkqqjzb-nix-ld.drv' on 'ssh-ng://nix@eliza'7building '/nix/store/vi0nkqq488ipxrz7sf8l5r63ljkqqjzb-nix-ld.drv'8nix-ld> Running phase: unpackPhase9nix-ld> unpacking source archive /nix/store/9crjy7silxqza0h7k2yk1i6x70srxnbl-source10nix-ld> source root is source11nix-ld> Executing cargoSetupPostUnpackHook12nix-ld> Finished cargoSetupPostUnpackHook13nix-ld> Running phase: patchPhase14nix-ld> Executing cargoSetupPostPatchHook15nix-ld> Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock16nix-ld> Finished cargoSetupPostPatchHook17nix-ld> Running phase: updateAutotoolsGnuConfigScriptsPhase18nix-ld> Running phase: configurePhase19nix-ld> Running phase: buildPhase20nix-ld> Executing cargoBuildHook21nix-ld> cargoBuildHook flags: -j 192 --target aarch64-unknown-linux-gnu --offline --profile release22nix-ld>    Compiling find-msvc-tools v0.1.923nix-ld>    Compiling shlex v2.0.124nix-ld>    Compiling byteorder v1.5.025nix-ld>    Compiling heapless v0.9.326nix-ld>    Compiling stable_deref_trait v1.2.027nix-ld>    Compiling plain v0.2.328nix-ld>    Compiling scroll v0.13.029nix-ld>    Compiling embedded-io v0.7.130nix-ld>    Compiling log v0.4.3231nix-ld>    Compiling linux-raw-sys v0.12.132nix-ld>    Compiling cc v1.2.6333nix-ld>    Compiling hash32 v0.3.134nix-ld>    Compiling goblin v0.10.535nix-ld>    Compiling nix-ld v2.0.6 (/build/source)36nix-ld> error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied37nix-ld>    --> src/sys.rs:131:1838nix-ld>     |39nix-ld> 131 |     type Error = Error;40nix-ld>     |                  ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`41nix-ld>     |42nix-ld>     = help: the following other types implement trait `embedded_io::Error`:43nix-ld>               ErrorKind44nix-ld>               Infallible45nix-ld>               SliceWriteError46nix-ld>               sys::Error47nix-ld>     = note: required for `<File as ErrorType>::Error` to implement `embedded_io::Error`48nix-ld> note: required by a bound in `embedded_io::ErrorType::Error`49nix-ld>    --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:221:1750nix-ld>     |51nix-ld> 221 |     type Error: Error;52nix-ld>     |                 ^^^^^ required by this bound in `ErrorType::Error`53nix-ld> 54nix-ld> error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied55nix-ld>    --> src/sys.rs:142:2156nix-ld>     |57nix-ld> 142 | impl eio::Error for Error {58nix-ld>     |                     ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`59nix-ld>     |60nix-ld> note: required by a bound in `embedded_io::Error`61nix-ld>    --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:177:1862nix-ld>     |63nix-ld> 177 | pub trait Error: core::error::Error {64nix-ld>     |                  ^^^^^^^^^^^^^^^^^^ required by this bound in `Error`65nix-ld> 66nix-ld> For more information about this error, try `rustc --explain E0277`.67nix-ld> error: could not compile `nix-ld` (bin "nix-ld") due to 2 previous errors68error: build of '/nix/store/vi0nkqq488ipxrz7sf8l5r63ljkqqjzb-nix-ld.drv' on 'ssh-ng://nix@eliza' failed: Cannot build '/nix/store/vi0nkqq488ipxrz7sf8l5r63ljkqqjzb-nix-ld.drv'.69       Reason: builder failed with exit code 101.70       Output paths:71         /nix/store/a695w5s0mm1w20iya36pdzqr77p1223j-nix-ld72       Last 25 log lines:73       >               ErrorKind74       >               Infallible75       >               SliceWriteError76       >               sys::Error77       >     = note: required for `<File as ErrorType>::Error` to implement `embedded_io::Error`78       > note: required by a bound in `embedded_io::ErrorType::Error`79       >    --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:221:1780       >     |81       > 221 |     type Error: Error;82       >     |                 ^^^^^ required by this bound in `ErrorType::Error`83       >84       > error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied85       >    --> src/sys.rs:142:2186       >     |87       > 142 | impl eio::Error for Error {88       >     |                     ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`89       >     |90       > note: required by a bound in `embedded_io::Error`91       >    --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:177:1892       >     |93       > 177 | pub trait Error: core::error::Error {94       >     |                  ^^^^^^^^^^^^^^^^^^ required by this bound in `Error`95       >96       > For more information about this error, try `rustc --explain E0277`.97       > error: could not compile `nix-ld` (bin "nix-ld") due to 2 previous errors98       For full logs, run:99         nix log /nix/store/vi0nkqq488ipxrz7sf8l5r63ljkqqjzb-nix-ld.drv100error: Cannot build '/nix/store/vi0nkqq488ipxrz7sf8l5r63ljkqqjzb-nix-ld.drv'.101       Reason: builder failed with exit code 1.102       Output paths:103         /nix/store/a695w5s0mm1w20iya36pdzqr77p1223j-nix-ld