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/d1j9zbnj8xcgcikpnhvyrq79bg19wfmg-nix-ld.drv6building '/nix/store/p04xa8kv6mjq6blzdg298gvgpv02irh6-embedded-io-0.7.1.drv' on 'ssh-ng://nix@eliza'7building '/nix/store/p04xa8kv6mjq6blzdg298gvgpv02irh6-embedded-io-0.7.1.drv'8building '/nix/store/96k1vn1qj6p07msgbgxpgnxjz5qv26ls-cargo-vendor-dir.drv' on 'ssh-ng://nix@eliza'9building '/nix/store/96k1vn1qj6p07msgbgxpgnxjz5qv26ls-cargo-vendor-dir.drv'10building '/nix/store/d1j9zbnj8xcgcikpnhvyrq79bg19wfmg-nix-ld.drv' on 'ssh-ng://nix@eliza'11building '/nix/store/d1j9zbnj8xcgcikpnhvyrq79bg19wfmg-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: installPhase22nix-ld> Compiling shlex v2.0.123nix-ld> Compiling find-msvc-tools v0.1.924nix-ld> Compiling heapless v0.9.325nix-ld> Checking byteorder v1.5.026nix-ld> Checking stable_deref_trait v1.2.027nix-ld> Checking plain v0.2.328nix-ld> Checking scroll v0.13.029nix-ld> Checking linux-raw-sys v0.12.130nix-ld> Checking log v0.4.3231nix-ld> Checking embedded-io v0.7.132nix-ld> Compiling cc v1.2.6333nix-ld> Checking hash32 v0.3.134nix-ld> Checking 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> core::convert::Infallible44nix-ld> embedded_io::ErrorKind45nix-ld> embedded_io::SliceWriteError46nix-ld> sys::Error47nix-ld> = note: required for `<sys::File as embedded_io::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/d1j9zbnj8xcgcikpnhvyrq79bg19wfmg-nix-ld.drv' on 'ssh-ng://nix@eliza' failed: Cannot build '/nix/store/d1j9zbnj8xcgcikpnhvyrq79bg19wfmg-nix-ld.drv'.69 Reason: builder failed with exit code 101.70 Output paths:71 /nix/store/rr9384rapgx4glhpq23bhggpj1p9x6qd-nix-ld72 Last 25 log lines:73 > core::convert::Infallible74 > embedded_io::ErrorKind75 > embedded_io::SliceWriteError76 > sys::Error77 > = note: required for `<sys::File as embedded_io::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/d1j9zbnj8xcgcikpnhvyrq79bg19wfmg-nix-ld.drv100error: Cannot build '/nix/store/d1j9zbnj8xcgcikpnhvyrq79bg19wfmg-nix-ld.drv'.101 Reason: builder failed with exit code 1.102 Output paths:103 /nix/store/rr9384rapgx4glhpq23bhggpj1p9x6qd-nix-ld