[INFO] fetching crate rlp 0.4.6... [INFO] checking rlp-0.4.6 against beta for pr-78714 [INFO] extracting crate rlp 0.4.6 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rlp 0.4.6 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rlp 0.4.6 [INFO] finished tweaking crates.io crate rlp 0.4.6 [INFO] tweaked toml for crates.io crate rlp 0.4.6 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c8c6bbc79dde9ffec7a2fc9dc1431fc858b72fb0c29e4fd74b977c5ad6b9c064 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c8c6bbc79dde9ffec7a2fc9dc1431fc858b72fb0c29e4fd74b977c5ad6b9c064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8c6bbc79dde9ffec7a2fc9dc1431fc858b72fb0c29e4fd74b977c5ad6b9c064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8c6bbc79dde9ffec7a2fc9dc1431fc858b72fb0c29e4fd74b977c5ad6b9c064", kill_on_drop: false }` [INFO] [stdout] c8c6bbc79dde9ffec7a2fc9dc1431fc858b72fb0c29e4fd74b977c5ad6b9c064 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 770b859a3a5577a960e14a06ef11daad7022d0c41c524fe695f09a663139f031 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "770b859a3a5577a960e14a06ef11daad7022d0c41c524fe695f09a663139f031", kill_on_drop: false }` [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Checking rlp v0.4.6 [INFO] [stderr] Checking rlp v0.4.6 (/opt/rustwide/workdir) [INFO] [stderr] Checking bitvec v0.17.4 [INFO] [stderr] Compiling hex-literal-impl v0.2.2 [INFO] [stderr] Checking fixed-hash v0.6.1 [INFO] [stderr] Checking criterion v0.3.3 [INFO] [stderr] Checking impl-rlp v0.2.1 [INFO] [stderr] Checking uint v0.8.5 [INFO] [stderr] Checking hex-literal v0.2.1 [INFO] [stderr] Checking parity-scale-codec v1.3.5 [INFO] [stderr] Checking impl-codec v0.4.2 [INFO] [stderr] Checking primitive-types v0.7.3 [INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:185:3 [INFO] [stdout] | [INFO] [stdout] 124 | / struct ETestPair(T, Vec) [INFO] [stdout] 125 | | where [INFO] [stdout] 126 | | T: Encodable; [INFO] [stdout] | |_________________- required by `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 185 | ETestPair(U256::from(0u64), vec![0x80u8]), [INFO] [stdout] | ^^^^^^^^^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:184:14 [INFO] [stdout] | [INFO] [stdout] 124 | struct ETestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 125 | where [INFO] [stdout] 126 | T: Encodable; [INFO] [stdout] | --------- required by this bound in `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 184 | let tests = vec![ [INFO] [stdout] | _________________^ [INFO] [stdout] 185 | | ETestPair(U256::from(0u64), vec![0x80u8]), [INFO] [stdout] 186 | | ETestPair(U256::from(0x0100_0000u64), vec![0x84, 0x01, 0x00, 0x00, 0x00]), [INFO] [stdout] 187 | | ETestPair(U256::from(0xffff_ffffu64), vec![0x84, 0xff, 0xff, 0xff, 0xff]), [INFO] [stdout] ... | [INFO] [stdout] 196 | | ), [INFO] [stdout] 197 | | ]; [INFO] [stdout] | |_____^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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:186:3 [INFO] [stdout] | [INFO] [stdout] 124 | / struct ETestPair(T, Vec) [INFO] [stdout] 125 | | where [INFO] [stdout] 126 | | T: Encodable; [INFO] [stdout] | |_________________- required by `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 186 | ETestPair(U256::from(0x0100_0000u64), vec![0x84, 0x01, 0x00, 0x00, 0x00]), [INFO] [stdout] | ^^^^^^^^^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 124 | struct ETestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 125 | where [INFO] [stdout] 126 | T: Encodable; [INFO] [stdout] | --------- required by this bound in `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 186 | ETestPair(U256::from(0x0100_0000u64), vec![0x84, 0x01, 0x00, 0x00, 0x00]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:187:3 [INFO] [stdout] | [INFO] [stdout] 124 | / struct ETestPair(T, Vec) [INFO] [stdout] 125 | | where [INFO] [stdout] 126 | | T: Encodable; [INFO] [stdout] | |_________________- required by `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 187 | ETestPair(U256::from(0xffff_ffffu64), vec![0x84, 0xff, 0xff, 0xff, 0xff]), [INFO] [stdout] | ^^^^^^^^^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:187:3 [INFO] [stdout] | [INFO] [stdout] 124 | struct ETestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 125 | where [INFO] [stdout] 126 | T: Encodable; [INFO] [stdout] | --------- required by this bound in `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 187 | ETestPair(U256::from(0xffff_ffffu64), vec![0x84, 0xff, 0xff, 0xff, 0xff]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:188:3 [INFO] [stdout] | [INFO] [stdout] 124 | / struct ETestPair(T, Vec) [INFO] [stdout] 125 | | where [INFO] [stdout] 126 | | T: Encodable; [INFO] [stdout] | |_________________- required by `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 188 | ETestPair( [INFO] [stdout] | ^^^^^^^^^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:188:3 [INFO] [stdout] | [INFO] [stdout] 124 | struct ETestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 125 | where [INFO] [stdout] 126 | T: Encodable; [INFO] [stdout] | --------- required by this bound in `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 188 | ETestPair( [INFO] [stdout] | _________^ [INFO] [stdout] 189 | | ("8090a0b0c0d0e0f00910203040506077000000000000\ [INFO] [stdout] 190 | | 000100000000000012f0") [INFO] [stdout] 191 | | .into(), [INFO] [stdout] ... | [INFO] [stdout] 195 | | ], [INFO] [stdout] 196 | | ), [INFO] [stdout] | |_________^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:184:14 [INFO] [stdout] | [INFO] [stdout] 124 | struct ETestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 125 | where [INFO] [stdout] 126 | T: Encodable; [INFO] [stdout] | --------- required by this bound in `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 184 | let tests = vec![ [INFO] [stdout] | _________________^ [INFO] [stdout] 185 | | ETestPair(U256::from(0u64), vec![0x80u8]), [INFO] [stdout] 186 | | ETestPair(U256::from(0x0100_0000u64), vec![0x84, 0x01, 0x00, 0x00, 0x00]), [INFO] [stdout] 187 | | ETestPair(U256::from(0xffff_ffffu64), vec![0x84, 0xff, 0xff, 0xff, 0xff]), [INFO] [stdout] ... | [INFO] [stdout] 196 | | ), [INFO] [stdout] 197 | | ]; [INFO] [stdout] | |_____^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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:198:19 [INFO] [stdout] | [INFO] [stdout] 128 | fn run_encode_tests(tests: Vec>) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 129 | where [INFO] [stdout] 130 | T: Encodable, [INFO] [stdout] | --------- required by this bound in `run_encode_tests` [INFO] [stdout] ... [INFO] [stdout] 198 | run_encode_tests(tests); [INFO] [stdout] | ^^^^^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:223:19 [INFO] [stdout] | [INFO] [stdout] 124 | / struct ETestPair(T, Vec) [INFO] [stdout] 125 | | where [INFO] [stdout] 126 | | T: Encodable; [INFO] [stdout] | |_________________- required by `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 223 | let tests = vec![ETestPair( [INFO] [stdout] | ^^^^^^^^^ the trait `Encodable` is not implemented for `H160` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:223:14 [INFO] [stdout] | [INFO] [stdout] 124 | struct ETestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 125 | where [INFO] [stdout] 126 | T: Encodable; [INFO] [stdout] | --------- required by this bound in `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 223 | let tests = vec![ETestPair( [INFO] [stdout] | _________________^ [INFO] [stdout] 224 | | H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")), [INFO] [stdout] 225 | | vec![ [INFO] [stdout] 226 | | 0x94, 0xef, 0x2d, 0x6d, 0x19, 0x40, 0x84, 0xc2, 0xde, 0x36, 0xe0, 0xda, 0xbf, 0xce, 0x45, 0xd0, 0x46, 0xb3, [INFO] [stdout] 227 | | 0x7d, 0x11, 0x06, [INFO] [stdout] 228 | | ], [INFO] [stdout] 229 | | )]; [INFO] [stdout] | |______^ the trait `Encodable` is not implemented for `H160` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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] --> benches/rlp.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | stream.append(&uint); [INFO] [stdout] | ^^^^^ the trait `Encodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `H160: Encodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:223:14 [INFO] [stdout] | [INFO] [stdout] 124 | struct ETestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 125 | where [INFO] [stdout] 126 | T: Encodable; [INFO] [stdout] | --------- required by this bound in `ETestPair` [INFO] [stdout] ... [INFO] [stdout] 223 | let tests = vec![ETestPair( [INFO] [stdout] | _________________^ [INFO] [stdout] 224 | | H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")), [INFO] [stdout] 225 | | vec![ [INFO] [stdout] 226 | | 0x94, 0xef, 0x2d, 0x6d, 0x19, 0x40, 0x84, 0xc2, 0xde, 0x36, 0xe0, 0xda, 0xbf, 0xce, 0x45, 0xd0, 0x46, 0xb3, [INFO] [stdout] 227 | | 0x7d, 0x11, 0x06, [INFO] [stdout] 228 | | ], [INFO] [stdout] 229 | | )]; [INFO] [stdout] | |______^ the trait `Encodable` is not implemented for `H160` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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:230:19 [INFO] [stdout] | [INFO] [stdout] 128 | fn run_encode_tests(tests: Vec>) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 129 | where [INFO] [stdout] 130 | T: Encodable, [INFO] [stdout] | --------- required by this bound in `run_encode_tests` [INFO] [stdout] ... [INFO] [stdout] 230 | run_encode_tests(tests); [INFO] [stdout] | ^^^^^ the trait `Encodable` is not implemented for `H160` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:340:3 [INFO] [stdout] | [INFO] [stdout] 265 | / struct DTestPair(T, Vec) [INFO] [stdout] 266 | | where [INFO] [stdout] 267 | | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | |________________________________________- required by `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 340 | DTestPair(U256::from(0u64), vec![0x80u8]), [INFO] [stdout] | ^^^^^^^^^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:339:14 [INFO] [stdout] | [INFO] [stdout] 265 | struct DTestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 266 | where [INFO] [stdout] 267 | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | --------- required by this bound in `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 339 | let tests = vec![ [INFO] [stdout] | _________________^ [INFO] [stdout] 340 | | DTestPair(U256::from(0u64), vec![0x80u8]), [INFO] [stdout] 341 | | DTestPair(U256::from(0x0100_0000u64), vec![0x84, 0x01, 0x00, 0x00, 0x00]), [INFO] [stdout] 342 | | DTestPair(U256::from(0xffff_ffffu64), vec![0x84, 0xff, 0xff, 0xff, 0xff]), [INFO] [stdout] ... | [INFO] [stdout] 351 | | ), [INFO] [stdout] 352 | | ]; [INFO] [stdout] | |_____^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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] --> benches/rlp.rs:74:39 [INFO] [stdout] | [INFO] [stdout] 74 | let _: primitive_types::U256 = rlp.as_val().unwrap(); [INFO] [stdout] | ^^^^^^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:341:3 [INFO] [stdout] | [INFO] [stdout] 265 | / struct DTestPair(T, Vec) [INFO] [stdout] 266 | | where [INFO] [stdout] 267 | | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | |________________________________________- required by `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 341 | DTestPair(U256::from(0x0100_0000u64), vec![0x84, 0x01, 0x00, 0x00, 0x00]), [INFO] [stdout] | ^^^^^^^^^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:341:3 [INFO] [stdout] | [INFO] [stdout] 265 | struct DTestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 266 | where [INFO] [stdout] 267 | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | --------- required by this bound in `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 341 | DTestPair(U256::from(0x0100_0000u64), vec![0x84, 0x01, 0x00, 0x00, 0x00]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:342:3 [INFO] [stdout] | [INFO] [stdout] 265 | / struct DTestPair(T, Vec) [INFO] [stdout] 266 | | where [INFO] [stdout] 267 | | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | |________________________________________- required by `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 342 | DTestPair(U256::from(0xffff_ffffu64), vec![0x84, 0xff, 0xff, 0xff, 0xff]), [INFO] [stdout] | ^^^^^^^^^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:342:3 [INFO] [stdout] | [INFO] [stdout] 265 | struct DTestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 266 | where [INFO] [stdout] 267 | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | --------- required by this bound in `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 342 | DTestPair(U256::from(0xffff_ffffu64), vec![0x84, 0xff, 0xff, 0xff, 0xff]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:343:3 [INFO] [stdout] | [INFO] [stdout] 265 | / struct DTestPair(T, Vec) [INFO] [stdout] 266 | | where [INFO] [stdout] 267 | | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | |________________________________________- required by `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 343 | DTestPair( [INFO] [stdout] | ^^^^^^^^^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:343:3 [INFO] [stdout] | [INFO] [stdout] 265 | struct DTestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 266 | where [INFO] [stdout] 267 | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | --------- required by this bound in `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 343 | DTestPair( [INFO] [stdout] | _________^ [INFO] [stdout] 344 | | ("8090a0b0c0d0e0f00910203040506077000000000000\ [INFO] [stdout] 345 | | 000100000000000012f0") [INFO] [stdout] 346 | | .into(), [INFO] [stdout] ... | [INFO] [stdout] 350 | | ], [INFO] [stdout] 351 | | ), [INFO] [stdout] | |_________^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `U256: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:339:14 [INFO] [stdout] | [INFO] [stdout] 265 | struct DTestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 266 | where [INFO] [stdout] 267 | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | --------- required by this bound in `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 339 | let tests = vec![ [INFO] [stdout] | _________________^ [INFO] [stdout] 340 | | DTestPair(U256::from(0u64), vec![0x80u8]), [INFO] [stdout] 341 | | DTestPair(U256::from(0x0100_0000u64), vec![0x84, 0x01, 0x00, 0x00, 0x00]), [INFO] [stdout] 342 | | DTestPair(U256::from(0xffff_ffffu64), vec![0x84, 0xff, 0xff, 0xff, 0xff]), [INFO] [stdout] ... | [INFO] [stdout] 351 | | ), [INFO] [stdout] 352 | | ]; [INFO] [stdout] | |_____^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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:353:19 [INFO] [stdout] | [INFO] [stdout] 273 | fn run_decode_tests(tests: Vec>) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 274 | where [INFO] [stdout] 275 | T: Decodable + fmt::Debug + cmp::Eq, [INFO] [stdout] | --------- required by this bound in `run_decode_tests` [INFO] [stdout] ... [INFO] [stdout] 353 | run_decode_tests(tests); [INFO] [stdout] | ^^^^^ the trait `Decodable` is not implemented for `U256` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:378:19 [INFO] [stdout] | [INFO] [stdout] 265 | / struct DTestPair(T, Vec) [INFO] [stdout] 266 | | where [INFO] [stdout] 267 | | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | |________________________________________- required by `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 378 | let tests = vec![DTestPair( [INFO] [stdout] | ^^^^^^^^^ the trait `Decodable` is not implemented for `H160` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:378:14 [INFO] [stdout] | [INFO] [stdout] 265 | struct DTestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 266 | where [INFO] [stdout] 267 | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | --------- required by this bound in `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 378 | let tests = vec![DTestPair( [INFO] [stdout] | _________________^ [INFO] [stdout] 379 | | H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")), [INFO] [stdout] 380 | | vec![ [INFO] [stdout] 381 | | 0x94, 0xef, 0x2d, 0x6d, 0x19, 0x40, 0x84, 0xc2, 0xde, 0x36, 0xe0, 0xda, 0xbf, 0xce, 0x45, 0xd0, 0x46, 0xb3, [INFO] [stdout] 382 | | 0x7d, 0x11, 0x06, [INFO] [stdout] 383 | | ], [INFO] [stdout] 384 | | )]; [INFO] [stdout] | |______^ the trait `Decodable` is not implemented for `H160` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rlp` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `H160: Decodable` is not satisfied [INFO] [stdout] --> tests/tests.rs:378:14 [INFO] [stdout] | [INFO] [stdout] 265 | struct DTestPair(T, Vec) [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 266 | where [INFO] [stdout] 267 | T: Decodable + fmt::Debug + cmp::Eq; [INFO] [stdout] | --------- required by this bound in `DTestPair` [INFO] [stdout] ... [INFO] [stdout] 378 | let tests = vec![DTestPair( [INFO] [stdout] | _________________^ [INFO] [stdout] 379 | | H160::from(hex!("ef2d6d194084c2de36e0dabfce45d046b37d1106")), [INFO] [stdout] 380 | | vec![ [INFO] [stdout] 381 | | 0x94, 0xef, 0x2d, 0x6d, 0x19, 0x40, 0x84, 0xc2, 0xde, 0x36, 0xe0, 0xda, 0xbf, 0xce, 0x45, 0xd0, 0x46, 0xb3, [INFO] [stdout] 382 | | 0x7d, 0x11, 0x06, [INFO] [stdout] 383 | | ], [INFO] [stdout] 384 | | )]; [INFO] [stdout] | |______^ the trait `Decodable` is not implemented for `H160` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (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:385:19 [INFO] [stdout] | [INFO] [stdout] 273 | fn run_decode_tests(tests: Vec>) [INFO] [stdout] | ---------------- required by a bound in this [INFO] [stdout] 274 | where [INFO] [stdout] 275 | T: Decodable + fmt::Debug + cmp::Eq, [INFO] [stdout] | --------- required by this bound in `run_decode_tests` [INFO] [stdout] ... [INFO] [stdout] 385 | run_decode_tests(tests); [INFO] [stdout] | ^^^^^ the trait `Decodable` is not implemented for `H160` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 28 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "770b859a3a5577a960e14a06ef11daad7022d0c41c524fe695f09a663139f031", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "770b859a3a5577a960e14a06ef11daad7022d0c41c524fe695f09a663139f031", kill_on_drop: false }` [INFO] [stdout] 770b859a3a5577a960e14a06ef11daad7022d0c41c524fe695f09a663139f031