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/sr9i3jn3q2hkmd7saxh0186h1cjwy51p-nix-ld.drv6building '/nix/store/sr9i3jn3q2hkmd7saxh0186h1cjwy51p-nix-ld.drv' on 'ssh-ng://nix@jamie'7building '/nix/store/sr9i3jn3q2hkmd7saxh0186h1cjwy51p-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: installPhase18nix-ld> Compiling find-msvc-tools v0.1.919nix-ld> Compiling shlex v2.0.120nix-ld> Compiling heapless v0.9.321nix-ld> Checking byteorder v1.5.022nix-ld> Checking plain v0.2.323nix-ld> Checking stable_deref_trait v1.2.024nix-ld> Checking scroll v0.13.025nix-ld> Checking linux-raw-sys v0.12.126nix-ld> Checking log v0.4.3227nix-ld> Checking embedded-io v0.7.128nix-ld> Compiling cc v1.2.6329nix-ld> Checking hash32 v0.3.130nix-ld> Checking goblin v0.10.531nix-ld> Compiling nix-ld v2.0.6 (/build/source)32nix-ld> error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied33nix-ld> --> src/sys.rs:131:1834nix-ld> |35nix-ld> 131 | type Error = Error;36nix-ld> | ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`37nix-ld> |38nix-ld> = help: the following other types implement trait `embedded_io::Error`:39nix-ld> core::convert::Infallible40nix-ld> embedded_io::ErrorKind41nix-ld> embedded_io::SliceWriteError42nix-ld> sys::Error43nix-ld> = note: required for `<sys::File as embedded_io::ErrorType>::Error` to implement `embedded_io::Error`44nix-ld> note: required by a bound in `embedded_io::ErrorType::Error`45nix-ld> --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:221:1746nix-ld> |47nix-ld> 221 | type Error: Error;48nix-ld> | ^^^^^ required by this bound in `ErrorType::Error`49nix-ld> 50nix-ld> error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied51nix-ld> --> src/sys.rs:142:2152nix-ld> |53nix-ld> 142 | impl eio::Error for Error {54nix-ld> | ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`55nix-ld> |56nix-ld> note: required by a bound in `embedded_io::Error`57nix-ld> --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:177:1858nix-ld> |59nix-ld> 177 | pub trait Error: core::error::Error {60nix-ld> | ^^^^^^^^^^^^^^^^^^ required by this bound in `Error`61nix-ld> 62nix-ld> For more information about this error, try `rustc --explain E0277`.63nix-ld> error: could not compile `nix-ld` (bin "nix-ld") due to 2 previous errors64error: build of '/nix/store/sr9i3jn3q2hkmd7saxh0186h1cjwy51p-nix-ld.drv' on 'ssh-ng://nix@jamie' failed: Cannot build '/nix/store/sr9i3jn3q2hkmd7saxh0186h1cjwy51p-nix-ld.drv'.65 Reason: builder failed with exit code 101.66 Output paths:67 /nix/store/nmp39kjcx2f2ppsplrpgdsg8dxw6bd59-nix-ld68 Last 25 log lines:69 > core::convert::Infallible70 > embedded_io::ErrorKind71 > embedded_io::SliceWriteError72 > sys::Error73 > = note: required for `<sys::File as embedded_io::ErrorType>::Error` to implement `embedded_io::Error`74 > note: required by a bound in `embedded_io::ErrorType::Error`75 > --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:221:1776 > |77 > 221 | type Error: Error;78 > | ^^^^^ required by this bound in `ErrorType::Error`79 >80 > error[E0277]: the trait bound `sys::Error: core::error::Error` is not satisfied81 > --> src/sys.rs:142:2182 > |83 > 142 | impl eio::Error for Error {84 > | ^^^^^ the trait `core::error::Error` is not implemented for `sys::Error`85 > |86 > note: required by a bound in `embedded_io::Error`87 > --> /build/cargo-vendor-dir/embedded-io-0.7.1/src/lib.rs:177:1888 > |89 > 177 | pub trait Error: core::error::Error {90 > | ^^^^^^^^^^^^^^^^^^ required by this bound in `Error`91 >92 > For more information about this error, try `rustc --explain E0277`.93 > error: could not compile `nix-ld` (bin "nix-ld") due to 2 previous errors94 For full logs, run:95 nix log /nix/store/sr9i3jn3q2hkmd7saxh0186h1cjwy51p-nix-ld.drv96error: Cannot build '/nix/store/sr9i3jn3q2hkmd7saxh0186h1cjwy51p-nix-ld.drv'.97 Reason: builder failed with exit code 1.98 Output paths:99 /nix/store/nmp39kjcx2f2ppsplrpgdsg8dxw6bd59-nix-ld