[INFO] fetching crate rlp 0.6.1... [INFO] testing rlp-0.6.1 against try#981ca440e18f6cc4bc9026d4be8ddb1ca8378af7 for pr-145277 [INFO] extracting crate rlp 0.6.1 into /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rlp 0.6.1 on toolchain 981ca440e18f6cc4bc9026d4be8ddb1ca8378af7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "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" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 110 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b03e3de526a41f5d0f64842aba759d76c433eb465cd1c8b0216010488bd00e0f [INFO] running `Command { std: "docker" "start" "-a" "b03e3de526a41f5d0f64842aba759d76c433eb465cd1c8b0216010488bd00e0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b03e3de526a41f5d0f64842aba759d76c433eb465cd1c8b0216010488bd00e0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b03e3de526a41f5d0f64842aba759d76c433eb465cd1c8b0216010488bd00e0f", kill_on_drop: false }` [INFO] [stdout] b03e3de526a41f5d0f64842aba759d76c433eb465cd1c8b0216010488bd00e0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf3aaf7b3083c7fedc84bb5a0d408cbca307675e65057fcb564f9d98627dc764 [INFO] running `Command { std: "docker" "start" "-a" "bf3aaf7b3083c7fedc84bb5a0d408cbca307675e65057fcb564f9d98627dc764", 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 0.75s [INFO] running `Command { std: "docker" "inspect" "bf3aaf7b3083c7fedc84bb5a0d408cbca307675e65057fcb564f9d98627dc764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf3aaf7b3083c7fedc84bb5a0d408cbca307675e65057fcb564f9d98627dc764", kill_on_drop: false }` [INFO] [stdout] bf3aaf7b3083c7fedc84bb5a0d408cbca307675e65057fcb564f9d98627dc764 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+981ca440e18f6cc4bc9026d4be8ddb1ca8378af7" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1ae04b677515e5a357e13893f7fb81c5cedae2309f691e1f5886cfa20fceb65 [INFO] running `Command { std: "docker" "start" "-a" "d1ae04b677515e5a357e13893f7fb81c5cedae2309f691e1f5886cfa20fceb65", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling proc-macro2 v1.0.97 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling rlp v0.6.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling clap_builder v4.5.44 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling uint v0.10.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling hex-literal v0.4.1 [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 impl-rlp v0.4.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.105 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling clap v4.5.45 [INFO] [stderr] Compiling fixed-hash v0.8.0 [INFO] [stderr] Compiling primitive-types v0.13.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [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` to implement `From<(U256, [u8; 1])>` [INFO] [stdout] --> tests/tests.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | impl From<(T, Repr)> for ETestPair [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, Vec) [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` to implement `From<(U256, [u8; 5])>` [INFO] [stdout] --> tests/tests.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | impl From<(T, Repr)> for ETestPair [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, Vec) [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` to implement `From<(U256, [u8; 5])>` [INFO] [stdout] --> tests/tests.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | impl From<(T, Repr)> for ETestPair [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, Vec) [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` to implement `From<(U256, [u8; 33])>` [INFO] [stdout] --> tests/tests.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | impl From<(T, Repr)> for ETestPair [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, Vec) [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, Vec) [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, Vec) [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, Vec) [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, Vec) [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(tests: Vec>) [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` to implement `From<(H160, [u8; 21])>` [INFO] [stdout] --> tests/tests.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | impl From<(T, Repr)> for ETestPair [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, Vec) [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, Vec) [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, Vec) [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, Vec) [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, Vec) [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(tests: Vec>) [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` to implement `From<(U256, [u8; 1])>` [INFO] [stdout] --> tests/tests.rs:383:15 [INFO] [stdout] | [INFO] [stdout] 383 | impl From<(T, Repr)> for DTestPair [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, Vec) [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` to implement `From<(U256, [u8; 5])>` [INFO] [stdout] --> tests/tests.rs:383:15 [INFO] [stdout] | [INFO] [stdout] 383 | impl From<(T, Repr)> for DTestPair [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, Vec) [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` to implement `From<(U256, [u8; 5])>` [INFO] [stdout] --> tests/tests.rs:383:15 [INFO] [stdout] | [INFO] [stdout] 383 | impl From<(T, Repr)> for DTestPair [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, Vec) [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` to implement `From<(U256, [u8; 33])>` [INFO] [stdout] --> tests/tests.rs:383:15 [INFO] [stdout] | [INFO] [stdout] 383 | impl From<(T, Repr)> for DTestPair [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, Vec) [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, Vec) [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, Vec) [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, Vec) [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, Vec) [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(tests: Vec>) [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` to implement `From<(H160, [u8; 21])>` [INFO] [stdout] --> tests/tests.rs:383:15 [INFO] [stdout] | [INFO] [stdout] 383 | impl From<(T, Repr)> for DTestPair [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, Vec) [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, Vec) [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, Vec) [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, Vec) [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, Vec) [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(tests: Vec>) [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" "d1ae04b677515e5a357e13893f7fb81c5cedae2309f691e1f5886cfa20fceb65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1ae04b677515e5a357e13893f7fb81c5cedae2309f691e1f5886cfa20fceb65", kill_on_drop: false }` [INFO] [stdout] d1ae04b677515e5a357e13893f7fb81c5cedae2309f691e1f5886cfa20fceb65