1these 4 derivations will be built:2 /nix/store/ziypza19874zyh3iiznp3k9byyq7ngbf-crate-embedded-io-0.7.1.tar.gz.drv3 /nix/store/r61v0l0b3g8wd6adr03lsjdzih016wrc-embedded-io-0.7.1.drv4 /nix/store/0f17ivk3vl2wxkivhhwkpj9xqsn09w8q-cargo-vendor-dir.drv5 /nix/store/q784zsb2s2fggjcvpqsdzh09dmy3ndnk-nix-ld.drv6building '/nix/store/r61v0l0b3g8wd6adr03lsjdzih016wrc-embedded-io-0.7.1.drv' on 'ssh-ng://nix@jamie'7building '/nix/store/r61v0l0b3g8wd6adr03lsjdzih016wrc-embedded-io-0.7.1.drv'8building '/nix/store/0f17ivk3vl2wxkivhhwkpj9xqsn09w8q-cargo-vendor-dir.drv' on 'ssh-ng://nix@jamie'9building '/nix/store/0f17ivk3vl2wxkivhhwkpj9xqsn09w8q-cargo-vendor-dir.drv'10building '/nix/store/q784zsb2s2fggjcvpqsdzh09dmy3ndnk-nix-ld.drv' on 'ssh-ng://nix@jamie'11building '/nix/store/q784zsb2s2fggjcvpqsdzh09dmy3ndnk-nix-ld.drv'12nix-ld> Running phase: unpackPhase13nix-ld> unpacking source archive /nix/store/9crjy7silxqza0h7k2yk1i6x70srxnbl-source14nix-ld> source root is source15nix-ld> Executing cargoSetupPostUnpackHook16nix-ld> Finished cargoSetupPostUnpackHook17nix-ld> Running phase: patchPhase18nix-ld> Executing cargoSetupPostPatchHook19nix-ld> Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock20nix-ld> Finished cargoSetupPostPatchHook21nix-ld> Running phase: updateAutotoolsGnuConfigScriptsPhase22nix-ld> Running phase: configurePhase23nix-ld> Running phase: buildPhase24nix-ld> Executing cargoBuildHook25nix-ld> cargoBuildHook flags: -j 384 --target x86_64-unknown-linux-gnu --offline --profile release26nix-ld> Compiling find-msvc-tools v0.1.927nix-ld> Compiling shlex v2.0.128nix-ld> Compiling byteorder v1.5.029nix-ld> Compiling heapless v0.9.330nix-ld> Compiling plain v0.2.331nix-ld> Compiling stable_deref_trait v1.2.032nix-ld> Compiling scroll v0.13.033nix-ld> Compiling linux-raw-sys v0.12.134nix-ld> Compiling embedded-io v0.7.135nix-ld> Compiling log v0.4.3236nix-ld> Compiling cc v1.2.6337nix-ld> Compiling hash32 v0.3.138nix-ld> Compiling goblin v0.10.539nix-ld> Compiling nix-ld v2.0.6 (/build/source)40nix-ld> error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied41nix-ld> --> src/sys.rs:131:1842nix-ld> |43nix-ld> 131 | type Error = Error;44nix-ld> | ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`45nix-ld> |46nix-ld> = help: the following other types implement trait `embedded_io::Error`:47nix-ld> ErrorKind48nix-ld> Infallible49nix-ld> SliceWriteError50nix-ld> sys::Error51nix-ld> = note: required for `<File as ErrorType>::Error` to implement `embedded_io::Error`52nix-ld> note: required by a bound in `embedded_io::ErrorType::Error`53nix-ld> --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:221:1754nix-ld> |55nix-ld> 221 | type Error: Error;56nix-ld> | ^^^^^ required by this bound in `ErrorType::Error`57nix-ld> 58nix-ld> error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied59nix-ld> --> src/sys.rs:142:2160nix-ld> |61nix-ld> 142 | impl eio::Error for Error {62nix-ld> | ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`63nix-ld> |64nix-ld> note: required by a bound in `embedded_io::Error`65nix-ld> --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:177:1866nix-ld> |67nix-ld> 177 | pub trait Error: core::error::Error {68nix-ld> | ^^^^^^^^^^^^^^^^^^ required by this bound in `Error`69nix-ld> 70nix-ld> For more information about this error, try `rustc --explain E0277`.71nix-ld> error: could not compile `nix-ld` (bin "nix-ld") due to 2 previous errors72error: build of '/nix/store/q784zsb2s2fggjcvpqsdzh09dmy3ndnk-nix-ld.drv' on 'ssh-ng://nix@jamie' failed: Cannot build '/nix/store/q784zsb2s2fggjcvpqsdzh09dmy3ndnk-nix-ld.drv'.73 Reason: builder failed with exit code 101.74 Output paths:75 /nix/store/w7a7fw8krkbhrnrids7kzbf1zw6wzv3b-nix-ld76 Last 25 log lines:77 > ErrorKind78 > Infallible79 > SliceWriteError80 > sys::Error81 > = note: required for `<File as ErrorType>::Error` to implement `embedded_io::Error`82 > note: required by a bound in `embedded_io::ErrorType::Error`83 > --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:221:1784 > |85 > 221 | type Error: Error;86 > | ^^^^^ required by this bound in `ErrorType::Error`87 >88 > error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied89 > --> src/sys.rs:142:2190 > |91 > 142 | impl eio::Error for Error {92 > | ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`93 > |94 > note: required by a bound in `embedded_io::Error`95 > --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:177:1896 > |97 > 177 | pub trait Error: core::error::Error {98 > | ^^^^^^^^^^^^^^^^^^ required by this bound in `Error`99 >100 > For more information about this error, try `rustc --explain E0277`.101 > error: could not compile `nix-ld` (bin "nix-ld") due to 2 previous errors102 For full logs, run:103 nix log /nix/store/q784zsb2s2fggjcvpqsdzh09dmy3ndnk-nix-ld.drv104error: Cannot build '/nix/store/q784zsb2s2fggjcvpqsdzh09dmy3ndnk-nix-ld.drv'.105 Reason: builder failed with exit code 1.106 Output paths:107 /nix/store/w7a7fw8krkbhrnrids7kzbf1zw6wzv3b-nix-ld