[INFO] fetching crate rlp 0.6.1...
[INFO] testing rlp-0.6.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate rlp 0.6.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate rlp 0.6.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rlp 0.6.1
[INFO] tweaked toml for crates.io crate rlp 0.6.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rlp 0.6.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 114 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.7.0)
[INFO] [stderr]       Adding hex-literal v0.4.1 (available: v1.0.0)
[INFO] [stderr]       Adding primitive-types v0.13.1 (available: v0.14.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bd9a15fa024d6714fddfedf3317be4232ff7307bd79df162a2f36ad735cb331c
[INFO] running `Command { std: "docker" "start" "-a" "bd9a15fa024d6714fddfedf3317be4232ff7307bd79df162a2f36ad735cb331c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd9a15fa024d6714fddfedf3317be4232ff7307bd79df162a2f36ad735cb331c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd9a15fa024d6714fddfedf3317be4232ff7307bd79df162a2f36ad735cb331c", kill_on_drop: false }`
[INFO] [stdout] bd9a15fa024d6714fddfedf3317be4232ff7307bd79df162a2f36ad735cb331c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 349c7cb7212c29a8797c5154c4e0b703f4af6bd98ea625d0f40c762df44a9e77
[INFO] running `Command { std: "docker" "start" "-a" "349c7cb7212c29a8797c5154c4e0b703f4af6bd98ea625d0f40c762df44a9e77", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling rlp v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rlpin.rs:300:17
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn decoder(&self) -> BasicDecoder {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn decoder(&self) -> BasicDecoder<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stream.rs:327:17
[INFO] [stdout]     |
[INFO] [stdout] 327 |     pub fn encoder(&mut self) -> BasicEncoder {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 |     pub fn encoder(&mut self) -> BasicEncoder<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] running `Command { std: "docker" "inspect" "349c7cb7212c29a8797c5154c4e0b703f4af6bd98ea625d0f40c762df44a9e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "349c7cb7212c29a8797c5154c4e0b703f4af6bd98ea625d0f40c762df44a9e77", kill_on_drop: false }`
[INFO] [stdout] 349c7cb7212c29a8797c5154c4e0b703f4af6bd98ea625d0f40c762df44a9e77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 261986affe619c49b59e9f60554e782b277e4624cc00be70b53a76ebefa318a5
[INFO] running `Command { std: "docker" "start" "-a" "261986affe619c49b59e9f60554e782b277e4624cc00be70b53a76ebefa318a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rlp v0.6.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling impl-rlp v0.4.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling uint v0.10.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rlpin.rs:300:17
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn decoder(&self) -> BasicDecoder {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn decoder(&self) -> BasicDecoder<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stream.rs:327:17
[INFO] [stdout]     |
[INFO] [stdout] 327 |     pub fn encoder(&mut self) -> BasicEncoder {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 |     pub fn encoder(&mut self) -> BasicEncoder<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling primitive-types v0.13.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling rlp v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rlpin.rs:300:17
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn decoder(&self) -> BasicDecoder {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 300 |     pub fn decoder(&self) -> BasicDecoder<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stream.rs:327:17
[INFO] [stdout]     |
[INFO] [stdout] 327 |     pub fn encoder(&mut self) -> BasicEncoder {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 327 |     pub fn encoder(&mut self) -> BasicEncoder<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:225:3
[INFO] [stdout]     |
[INFO] [stdout] 225 |         ETestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout]     |         ^^^^^^^^^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `ETestPair<U256>` to implement `From<(U256, [u8; 1])>`
[INFO] [stdout]    --> tests/tests.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 | impl<T, Repr> From<(T, Repr)> for ETestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 163 | where
[INFO] [stdout] 164 |     T: Encodable,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:225:3
[INFO] [stdout]     |
[INFO] [stdout] 225 |         ETestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:226:3
[INFO] [stdout]     |
[INFO] [stdout] 226 |         ETestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout]     |         ^^^^^^^^^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `ETestPair<U256>` to implement `From<(U256, [u8; 5])>`
[INFO] [stdout]    --> tests/tests.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 | impl<T, Repr> From<(T, Repr)> for ETestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 163 | where
[INFO] [stdout] 164 |     T: Encodable,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:226:3
[INFO] [stdout]     |
[INFO] [stdout] 226 |         ETestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:227:3
[INFO] [stdout]     |
[INFO] [stdout] 227 |         ETestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout]     |         ^^^^^^^^^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `ETestPair<U256>` to implement `From<(U256, [u8; 5])>`
[INFO] [stdout]    --> tests/tests.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 | impl<T, Repr> From<(T, Repr)> for ETestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 163 | where
[INFO] [stdout] 164 |     T: Encodable,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:227:3
[INFO] [stdout]     |
[INFO] [stdout] 227 |         ETestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:228:3
[INFO] [stdout]     |
[INFO] [stdout] 228 |         ETestPair::from((
[INFO] [stdout]     |         ^^^^^^^^^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `ETestPair<U256>` to implement `From<(U256, [u8; 33])>`
[INFO] [stdout]    --> tests/tests.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 | impl<T, Repr> From<(T, Repr)> for ETestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 163 | where
[INFO] [stdout] 164 |     T: Encodable,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:228:3
[INFO] [stdout]     |
[INFO] [stdout] 228 | /         ETestPair::from((
[INFO] [stdout] 229 | |             U256::from_big_endian(&hex!("  8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0")),
[INFO] [stdout] 230 | |             hex!("a08090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0"),
[INFO] [stdout] 231 | |         )),
[INFO] [stdout]     | |__________^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:224:14
[INFO] [stdout]     |
[INFO] [stdout] 224 |       let tests = vec![
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 225 | |         ETestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout] 226 | |         ETestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout] 227 | |         ETestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout] ...   |
[INFO] [stdout] 231 | |         )),
[INFO] [stdout] 232 | |     ];
[INFO] [stdout]     | |_____^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:224:14
[INFO] [stdout]     |
[INFO] [stdout] 224 |       let tests = vec![
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 225 | |         ETestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout] 226 | |         ETestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout] 227 | |         ETestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout] ...   |
[INFO] [stdout] 231 | |         )),
[INFO] [stdout] 232 | |     ];
[INFO] [stdout]     | |_____^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:224:14
[INFO] [stdout]     |
[INFO] [stdout] 224 |       let tests = vec![
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 225 | |         ETestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout] 226 | |         ETestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout] 227 | |         ETestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout] ...   |
[INFO] [stdout] 231 | |         )),
[INFO] [stdout] 232 | |     ];
[INFO] [stdout]     | |_____^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:224:14
[INFO] [stdout]     |
[INFO] [stdout] 224 |       let tests = vec![
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 225 | |         ETestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout] 226 | |         ETestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout] 227 | |         ETestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout] ...   |
[INFO] [stdout] 231 | |         )),
[INFO] [stdout] 232 | |     ];
[INFO] [stdout]     | |_____^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:233:19
[INFO] [stdout]     |
[INFO] [stdout] 233 |     run_encode_tests(tests);
[INFO] [stdout]     |     ---------------- ^^^^^ the trait `Encodable` is not implemented for `U256`
[INFO] [stdout]     |     |
[INFO] [stdout]     |     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `run_encode_tests`
[INFO] [stdout]    --> tests/tests.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn run_encode_tests<T>(tests: Vec<ETestPair<T>>)
[INFO] [stdout]     |    ---------------- required by a bound in this function
[INFO] [stdout] 139 | where
[INFO] [stdout] 140 |     T: Encodable,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `run_encode_tests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:282:19
[INFO] [stdout]     |
[INFO] [stdout] 282 |     let tests = vec![ETestPair::from((
[INFO] [stdout]     |                      ^^^^^^^^^ the trait `Encodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `ETestPair<H160>` to implement `From<(H160, [u8; 21])>`
[INFO] [stdout]    --> tests/tests.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 | impl<T, Repr> From<(T, Repr)> for ETestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 163 | where
[INFO] [stdout] 164 |     T: Encodable,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:282:19
[INFO] [stdout]     |
[INFO] [stdout] 282 |       let tests = vec![ETestPair::from((
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 283 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 284 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 285 | |     ))];
[INFO] [stdout]     | |______^ the trait `Encodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:282:14
[INFO] [stdout]     |
[INFO] [stdout] 282 |       let tests = vec![ETestPair::from((
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 283 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 284 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 285 | |     ))];
[INFO] [stdout]     | |_______^ the trait `Encodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:282:14
[INFO] [stdout]     |
[INFO] [stdout] 282 |       let tests = vec![ETestPair::from((
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 283 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 284 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 285 | |     ))];
[INFO] [stdout]     | |_______^ the trait `Encodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:282:14
[INFO] [stdout]     |
[INFO] [stdout] 282 |       let tests = vec![ETestPair::from((
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 283 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 284 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 285 | |     ))];
[INFO] [stdout]     | |_______^ the trait `Encodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:282:14
[INFO] [stdout]     |
[INFO] [stdout] 282 |       let tests = vec![ETestPair::from((
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 283 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 284 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 285 | |     ))];
[INFO] [stdout]     | |_______^ the trait `Encodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `ETestPair`
[INFO] [stdout]    --> tests/tests.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | struct ETestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 135 | where
[INFO] [stdout] 136 |     T: Encodable;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `ETestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:286:19
[INFO] [stdout]     |
[INFO] [stdout] 286 |     run_encode_tests(tests);
[INFO] [stdout]     |     ---------------- ^^^^^ the trait `Encodable` is not implemented for `H160`
[INFO] [stdout]     |     |
[INFO] [stdout]     |     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 |   pub trait Encodable {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `run_encode_tests`
[INFO] [stdout]    --> tests/tests.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn run_encode_tests<T>(tests: Vec<ETestPair<T>>)
[INFO] [stdout]     |    ---------------- required by a bound in this function
[INFO] [stdout] 139 | where
[INFO] [stdout] 140 |     T: Encodable,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `run_encode_tests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:481:3
[INFO] [stdout]     |
[INFO] [stdout] 481 |         DTestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout]     |         ^^^^^^^^^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `DTestPair<U256>` to implement `From<(U256, [u8; 1])>`
[INFO] [stdout]    --> tests/tests.rs:383:15
[INFO] [stdout]     |
[INFO] [stdout] 383 | impl<T, Repr> From<(T, Repr)> for DTestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 384 | where
[INFO] [stdout] 385 |     T: Decodable + fmt::Debug + cmp::Eq,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:481:3
[INFO] [stdout]     |
[INFO] [stdout] 481 |         DTestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:482:3
[INFO] [stdout]     |
[INFO] [stdout] 482 |         DTestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout]     |         ^^^^^^^^^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `DTestPair<U256>` to implement `From<(U256, [u8; 5])>`
[INFO] [stdout]    --> tests/tests.rs:383:15
[INFO] [stdout]     |
[INFO] [stdout] 383 | impl<T, Repr> From<(T, Repr)> for DTestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 384 | where
[INFO] [stdout] 385 |     T: Decodable + fmt::Debug + cmp::Eq,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:482:3
[INFO] [stdout]     |
[INFO] [stdout] 482 |         DTestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:483:3
[INFO] [stdout]     |
[INFO] [stdout] 483 |         DTestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout]     |         ^^^^^^^^^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `DTestPair<U256>` to implement `From<(U256, [u8; 5])>`
[INFO] [stdout]    --> tests/tests.rs:383:15
[INFO] [stdout]     |
[INFO] [stdout] 383 | impl<T, Repr> From<(T, Repr)> for DTestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 384 | where
[INFO] [stdout] 385 |     T: Decodable + fmt::Debug + cmp::Eq,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:483:3
[INFO] [stdout]     |
[INFO] [stdout] 483 |         DTestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:484:3
[INFO] [stdout]     |
[INFO] [stdout] 484 |         DTestPair::from((
[INFO] [stdout]     |         ^^^^^^^^^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `DTestPair<U256>` to implement `From<(U256, [u8; 33])>`
[INFO] [stdout]    --> tests/tests.rs:383:15
[INFO] [stdout]     |
[INFO] [stdout] 383 | impl<T, Repr> From<(T, Repr)> for DTestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 384 | where
[INFO] [stdout] 385 |     T: Decodable + fmt::Debug + cmp::Eq,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:484:3
[INFO] [stdout]     |
[INFO] [stdout] 484 | /         DTestPair::from((
[INFO] [stdout] 485 | |             U256::from_big_endian(&hex!("  8090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0")),
[INFO] [stdout] 486 | |             hex!("a08090a0b0c0d0e0f00910203040506077000000000000000100000000000012f0"),
[INFO] [stdout] 487 | |         )),
[INFO] [stdout]     | |__________^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:480:14
[INFO] [stdout]     |
[INFO] [stdout] 480 |       let tests = vec![
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 481 | |         DTestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout] 482 | |         DTestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout] 483 | |         DTestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |         )),
[INFO] [stdout] 488 | |     ];
[INFO] [stdout]     | |_____^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:480:14
[INFO] [stdout]     |
[INFO] [stdout] 480 |       let tests = vec![
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 481 | |         DTestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout] 482 | |         DTestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout] 483 | |         DTestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |         )),
[INFO] [stdout] 488 | |     ];
[INFO] [stdout]     | |_____^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:480:14
[INFO] [stdout]     |
[INFO] [stdout] 480 |       let tests = vec![
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 481 | |         DTestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout] 482 | |         DTestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout] 483 | |         DTestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |         )),
[INFO] [stdout] 488 | |     ];
[INFO] [stdout]     | |_____^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:480:14
[INFO] [stdout]     |
[INFO] [stdout] 480 |       let tests = vec![
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 481 | |         DTestPair::from((U256::from(0_u64), hex!("80"))),
[INFO] [stdout] 482 | |         DTestPair::from((U256::from(0x0100_0000_u64), hex!("8401000000"))),
[INFO] [stdout] 483 | |         DTestPair::from((U256::from(0xffff_ffff_u64), hex!("84ffffffff"))),
[INFO] [stdout] ...   |
[INFO] [stdout] 487 | |         )),
[INFO] [stdout] 488 | |     ];
[INFO] [stdout]     | |_____^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:489:19
[INFO] [stdout]     |
[INFO] [stdout] 489 |     run_decode_tests(tests);
[INFO] [stdout]     |     ---------------- ^^^^^ the trait `Decodable` is not implemented for `U256`
[INFO] [stdout]     |     |
[INFO] [stdout]     |     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | / construct_uint! {
[INFO] [stdout]  45 | |     /// 256-bit unsigned integer.
[INFO] [stdout]  46 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  47 | |     pub struct U256(4);
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `run_decode_tests`
[INFO] [stdout]    --> tests/tests.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 361 | fn run_decode_tests<T>(tests: Vec<DTestPair<T>>)
[INFO] [stdout]     |    ---------------- required by a bound in this function
[INFO] [stdout] 362 | where
[INFO] [stdout] 363 |     T: Decodable + fmt::Debug + cmp::Eq,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `run_decode_tests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:514:19
[INFO] [stdout]     |
[INFO] [stdout] 514 |     let tests = vec![DTestPair::from((
[INFO] [stdout]     |                      ^^^^^^^^^ the trait `Decodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required for `DTestPair<H160>` to implement `From<(H160, [u8; 21])>`
[INFO] [stdout]    --> tests/tests.rs:383:15
[INFO] [stdout]     |
[INFO] [stdout] 383 | impl<T, Repr> From<(T, Repr)> for DTestPair<T>
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^     ^^^^^^^^^^^^
[INFO] [stdout] 384 | where
[INFO] [stdout] 385 |     T: Decodable + fmt::Debug + cmp::Eq,
[INFO] [stdout]     |        --------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:514:19
[INFO] [stdout]     |
[INFO] [stdout] 514 |       let tests = vec![DTestPair::from((
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 515 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 516 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 517 | |     ))];
[INFO] [stdout]     | |______^ the trait `Decodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:514:14
[INFO] [stdout]     |
[INFO] [stdout] 514 |       let tests = vec![DTestPair::from((
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 515 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 516 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 517 | |     ))];
[INFO] [stdout]     | |_______^ the trait `Decodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:514:14
[INFO] [stdout]     |
[INFO] [stdout] 514 |       let tests = vec![DTestPair::from((
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 515 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 516 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 517 | |     ))];
[INFO] [stdout]     | |_______^ the trait `Decodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:514:14
[INFO] [stdout]     |
[INFO] [stdout] 514 |       let tests = vec![DTestPair::from((
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 515 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 516 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 517 | |     ))];
[INFO] [stdout]     | |_______^ the trait `Decodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:514:14
[INFO] [stdout]     |
[INFO] [stdout] 514 |       let tests = vec![DTestPair::from((
[INFO] [stdout]     |  _________________^
[INFO] [stdout] 515 | |         H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")),
[INFO] [stdout] 516 | |         hex!("94ef2d6d194084c2de36e0dabfce45d046b37d1106"),
[INFO] [stdout] 517 | |     ))];
[INFO] [stdout]     | |_______^ the trait `Decodable` is not implemented for `H160`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `DTestPair`
[INFO] [stdout]    --> tests/tests.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 353 | struct DTestPair<T>(T, Vec<u8>)
[INFO] [stdout]     |        --------- required by a bound in this struct
[INFO] [stdout] 354 | where
[INFO] [stdout] 355 |     T: Decodable + fmt::Debug + cmp::Eq;
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `DTestPair`
[INFO] [stdout]     = note: this error originates in the macro `vec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied
[INFO] [stdout]    --> tests/tests.rs:518:19
[INFO] [stdout]     |
[INFO] [stdout] 518 |     run_decode_tests(tests);
[INFO] [stdout]     |     ---------------- ^^^^^ the trait `Decodable` is not implemented for `H160`
[INFO] [stdout]     |     |
[INFO] [stdout]     |     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rlp` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/workdir/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: tests/tests.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |   use primitive_types::{H160, U256};
[INFO] [stdout]     |       --------------- one version of crate `rlp` used here, as a dependency of crate `impl_rlp`
[INFO] [stdout]  14 |   use rlp::{Decodable, DecoderError, Encodable, Rlp, RlpStream};
[INFO] [stdout]     |       --- one version of crate `rlp` used here, as a direct dependency of the current crate
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rlp-0.6.1/src/traits.rs:15:1
[INFO] [stdout]     |
[INFO] [stdout]  15 |   pub trait Decodable: Sized {
[INFO] [stdout]     |   -------------------------- this is the found trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/primitive-types-0.13.1/src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / construct_fixed_hash! {
[INFO] [stdout]  62 | |     /// Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
[INFO] [stdout]  63 | |     #[cfg_attr(feature = "scale-info", derive(TypeInfo))]
[INFO] [stdout]  64 | |     pub struct H160(20);
[INFO] [stdout]  65 | | }
[INFO] [stdout]     | |_- this type doesn't implement the required trait
[INFO] [stdout]     = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stdout] note: required by a bound in `run_decode_tests`
[INFO] [stdout]    --> tests/tests.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 361 | fn run_decode_tests<T>(tests: Vec<DTestPair<T>>)
[INFO] [stdout]     |    ---------------- required by a bound in this function
[INFO] [stdout] 362 | where
[INFO] [stdout] 363 |     T: Decodable + fmt::Debug + cmp::Eq,
[INFO] [stdout]     |        ^^^^^^^^^ required by this bound in `run_decode_tests`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rlp` (test "tests") due to 40 previous errors
[INFO] running `Command { std: "docker" "inspect" "261986affe619c49b59e9f60554e782b277e4624cc00be70b53a76ebefa318a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "261986affe619c49b59e9f60554e782b277e4624cc00be70b53a76ebefa318a5", kill_on_drop: false }`
[INFO] [stdout] 261986affe619c49b59e9f60554e782b277e4624cc00be70b53a76ebefa318a5
