nixbot

builds

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

1these 4 derivations will be built:2  /nix/store/gcd3s1nibi0c64sdlqzpzv3k0q155m21-crate-embedded-io-0.7.1.tar.gz.drv3  /nix/store/2s4g2nd2qssqf7z6hwr6cv9pr3y5zhim-embedded-io-0.7.1.drv4  /nix/store/5bs9hgl99wdcdbfrspyhp7jz2y6xz0sj-cargo-vendor-dir.drv5  /nix/store/p7sgx36lv9gkmh1fpnjrd8hq1bmpvlvg-nix-ld.drv6waiting for the big Nix store lock...7building '/nix/store/p7sgx36lv9gkmh1fpnjrd8hq1bmpvlvg-nix-ld.drv' on 'ssh-ng://nix@jamie'8building '/nix/store/p7sgx36lv9gkmh1fpnjrd8hq1bmpvlvg-nix-ld.drv'9nix-ld> Running phase: unpackPhase10nix-ld> unpacking source archive /nix/store/9crjy7silxqza0h7k2yk1i6x70srxnbl-source11nix-ld> source root is source12nix-ld> Executing cargoSetupPostUnpackHook13nix-ld> Finished cargoSetupPostUnpackHook14nix-ld> Running phase: patchPhase15nix-ld> Executing cargoSetupPostPatchHook16nix-ld> Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock17nix-ld> Finished cargoSetupPostPatchHook18nix-ld> Running phase: updateAutotoolsGnuConfigScriptsPhase19nix-ld> Running phase: configurePhase20nix-ld> Running phase: buildPhase21nix-ld> Executing cargoBuildHook22nix-ld> cargoBuildHook flags: -j 384 --target i686-unknown-linux-gnu --offline --profile release23nix-ld>    Compiling find-msvc-tools v0.1.924nix-ld>    Compiling shlex v2.0.125nix-ld>    Compiling heapless v0.9.326nix-ld>    Compiling byteorder v1.5.027nix-ld>    Compiling scroll v0.13.028nix-ld>    Compiling stable_deref_trait v1.2.029nix-ld>    Compiling plain v0.2.330nix-ld>    Compiling log v0.4.3231nix-ld>    Compiling embedded-io v0.7.132nix-ld>    Compiling linux-raw-sys v0.12.133nix-ld>    Compiling cc v1.2.6334nix-ld>    Compiling hash32 v0.3.135nix-ld>    Compiling goblin v0.10.536nix-ld>    Compiling nix-ld v2.0.6 (/build/source)37nix-ld> error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied38nix-ld>    --> src/sys.rs:131:1839nix-ld>     |40nix-ld> 131 |     type Error = Error;41nix-ld>     |                  ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`42nix-ld>     |43nix-ld>     = help: the following other types implement trait `embedded_io::Error`:44nix-ld>               ErrorKind45nix-ld>               Infallible46nix-ld>               SliceWriteError47nix-ld>               sys::Error48nix-ld>     = note: required for `<File as ErrorType>::Error` to implement `embedded_io::Error`49nix-ld> note: required by a bound in `embedded_io::ErrorType::Error`50nix-ld>    --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:221:1751nix-ld>     |52nix-ld> 221 |     type Error: Error;53nix-ld>     |                 ^^^^^ required by this bound in `ErrorType::Error`54nix-ld> 55nix-ld> error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied56nix-ld>    --> src/sys.rs:142:2157nix-ld>     |58nix-ld> 142 | impl eio::Error for Error {59nix-ld>     |                     ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`60nix-ld>     |61nix-ld> note: required by a bound in `embedded_io::Error`62nix-ld>    --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:177:1863nix-ld>     |64nix-ld> 177 | pub trait Error: core::error::Error {65nix-ld>     |                  ^^^^^^^^^^^^^^^^^^ required by this bound in `Error`66nix-ld> 67nix-ld> For more information about this error, try `rustc --explain E0277`.68nix-ld> error: could not compile `nix-ld` (bin "nix-ld") due to 2 previous errors69error: build of '/nix/store/p7sgx36lv9gkmh1fpnjrd8hq1bmpvlvg-nix-ld.drv' on 'ssh-ng://nix@jamie' failed: Cannot build '/nix/store/p7sgx36lv9gkmh1fpnjrd8hq1bmpvlvg-nix-ld.drv'.70       Reason: builder failed with exit code 101.71       Output paths:72         /nix/store/h5yfsd0a1grp4d3fws770a5n7wrms9h5-nix-ld73       Last 25 log lines:74       >               ErrorKind75       >               Infallible76       >               SliceWriteError77       >               sys::Error78       >     = note: required for `<File as ErrorType>::Error` to implement `embedded_io::Error`79       > note: required by a bound in `embedded_io::ErrorType::Error`80       >    --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:221:1781       >     |82       > 221 |     type Error: Error;83       >     |                 ^^^^^ required by this bound in `ErrorType::Error`84       >85       > error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied86       >    --> src/sys.rs:142:2187       >     |88       > 142 | impl eio::Error for Error {89       >     |                     ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`90       >     |91       > note: required by a bound in `embedded_io::Error`92       >    --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:177:1893       >     |94       > 177 | pub trait Error: core::error::Error {95       >     |                  ^^^^^^^^^^^^^^^^^^ required by this bound in `Error`96       >97       > For more information about this error, try `rustc --explain E0277`.98       > error: could not compile `nix-ld` (bin "nix-ld") due to 2 previous errors99       For full logs, run:100         nix log /nix/store/p7sgx36lv9gkmh1fpnjrd8hq1bmpvlvg-nix-ld.drv101error: Cannot build '/nix/store/p7sgx36lv9gkmh1fpnjrd8hq1bmpvlvg-nix-ld.drv'.102       Reason: builder failed with exit code 1.103       Output paths:104         /nix/store/h5yfsd0a1grp4d3fws770a5n7wrms9h5-nix-ld