[INFO] fetching crate ethereum-bigint 0.2.9... [INFO] testing ethereum-bigint-0.2.9 against 1.60.0 for beta-1.61-1 [INFO] extracting crate ethereum-bigint 0.2.9 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate ethereum-bigint 0.2.9 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ethereum-bigint 0.2.9 [INFO] finished tweaking crates.io crate ethereum-bigint 0.2.9 [INFO] tweaked toml for crates.io crate ethereum-bigint 0.2.9 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b004dfa073b5f741127eb1728ba65c8bf728f8722a04898a456a79b6aeae144 [INFO] running `Command { std: "docker" "start" "-a" "4b004dfa073b5f741127eb1728ba65c8bf728f8722a04898a456a79b6aeae144", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b004dfa073b5f741127eb1728ba65c8bf728f8722a04898a456a79b6aeae144", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b004dfa073b5f741127eb1728ba65c8bf728f8722a04898a456a79b6aeae144", kill_on_drop: false }` [INFO] [stdout] 4b004dfa073b5f741127eb1728ba65c8bf728f8722a04898a456a79b6aeae144 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e42cc0730cf341e6a750033272a93a317f4c06baf120fba56c5a1ca4a2f92d7c [INFO] running `Command { std: "docker" "start" "-a" "e42cc0730cf341e6a750033272a93a317f4c06baf120fba56c5a1ca4a2f92d7c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ethereum-hexutil v0.2.3 [INFO] [stderr] Compiling elastic-array-plus v0.9.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling ethereum-rlp v0.2.3 [INFO] [stderr] Compiling ethereum-bigint v0.2.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1149:8 [INFO] [stdout] | [INFO] [stdout] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | construct_uint!(U512, 8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1166:8 [INFO] [stdout] | [INFO] [stdout] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | construct_uint!(U512, 8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1149:8 [INFO] [stdout] | [INFO] [stdout] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | construct_uint!(U256, 4); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1166:8 [INFO] [stdout] | [INFO] [stdout] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | construct_uint!(U256, 4); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1149:8 [INFO] [stdout] | [INFO] [stdout] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | construct_uint!(U128, 2); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1166:8 [INFO] [stdout] | [INFO] [stdout] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | construct_uint!(U128, 2); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H256FastMap` [INFO] [stdout] --> src/hash/mod.rs:541:1 [INFO] [stdout] | [INFO] [stdout] 541 | pub type H256FastMap = Map>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H256FastSet` [INFO] [stdout] --> src/hash/mod.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | pub type H256FastSet = Set>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.51s [INFO] running `Command { std: "docker" "inspect" "e42cc0730cf341e6a750033272a93a317f4c06baf120fba56c5a1ca4a2f92d7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e42cc0730cf341e6a750033272a93a317f4c06baf120fba56c5a1ca4a2f92d7c", kill_on_drop: false }` [INFO] [stdout] e42cc0730cf341e6a750033272a93a317f4c06baf120fba56c5a1ca4a2f92d7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07abe0f8ba28651fc6f8dc7d267703c19354771ae89f9bb66cd3b37a1c984bab [INFO] running `Command { std: "docker" "start" "-a" "07abe0f8ba28651fc6f8dc7d267703c19354771ae89f9bb66cd3b37a1c984bab", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1149:8 [INFO] [stdout] | [INFO] [stdout] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | construct_uint!(U512, 8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1166:8 [INFO] [stdout] | [INFO] [stdout] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | construct_uint!(U512, 8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1149:8 [INFO] [stdout] | [INFO] [stdout] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | construct_uint!(U256, 4); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1166:8 [INFO] [stdout] | [INFO] [stdout] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | construct_uint!(U256, 4); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1149:8 [INFO] [stdout] | [INFO] [stdout] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | construct_uint!(U128, 2); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1166:8 [INFO] [stdout] | [INFO] [stdout] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | construct_uint!(U128, 2); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H256FastMap` [INFO] [stdout] --> src/hash/mod.rs:541:1 [INFO] [stdout] | [INFO] [stdout] 541 | pub type H256FastMap = Map>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H256FastSet` [INFO] [stdout] --> src/hash/mod.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | pub type H256FastSet = Set>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ethereum-bigint v0.2.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1149:8 [INFO] [stdout] | [INFO] [stdout] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | construct_uint!(U512, 8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1166:8 [INFO] [stdout] | [INFO] [stdout] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1183 | construct_uint!(U512, 8); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1149:8 [INFO] [stdout] | [INFO] [stdout] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | construct_uint!(U256, 4); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1166:8 [INFO] [stdout] | [INFO] [stdout] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1184 | construct_uint!(U256, 4); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1149:8 [INFO] [stdout] | [INFO] [stdout] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | construct_uint!(U128, 2); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/uint/mod.rs:1166:8 [INFO] [stdout] | [INFO] [stdout] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 1185 | construct_uint!(U128, 2); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H256FastMap` [INFO] [stdout] --> src/hash/mod.rs:541:1 [INFO] [stdout] | [INFO] [stdout] 541 | pub type H256FastMap = Map>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `H256FastSet` [INFO] [stdout] --> src/hash/mod.rs:544:1 [INFO] [stdout] | [INFO] [stdout] 544 | pub type H256FastSet = Set>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/uint/tests.rs:334:5 [INFO] [stdout] | [INFO] [stdout] 334 | / U128::from_str("ffffffffffffffffffffffffffffffff").unwrap() [INFO] [stdout] 335 | | + [INFO] [stdout] 336 | | U128::from_str("ffffffffffffffffffffffffffffffff").unwrap(); [INFO] [stdout] | |___________________________________________________________________^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:29 [INFO] [stdout] | [INFO] [stdout] 2 | unused_comparisons, unused_must_use, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 334 | let _ = U128::from_str("ffffffffffffffffffffffffffffffff").unwrap() [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/uint/tests.rs:370:5 [INFO] [stdout] | [INFO] [stdout] 370 | / U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() [INFO] [stdout] 371 | | * [INFO] [stdout] 372 | | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(); [INFO] [stdout] | |___________________________________________________________________________________________________^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 370 | let _ = U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/uint/tests.rs:389:5 [INFO] [stdout] | [INFO] [stdout] 389 | / U256::from_str("0").unwrap() [INFO] [stdout] 390 | | - [INFO] [stdout] 391 | | U256::from_str("1").unwrap(); [INFO] [stdout] | |____________________________________^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 389 | let _ = U256::from_str("0").unwrap() [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.30s [INFO] running `Command { std: "docker" "inspect" "07abe0f8ba28651fc6f8dc7d267703c19354771ae89f9bb66cd3b37a1c984bab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07abe0f8ba28651fc6f8dc7d267703c19354771ae89f9bb66cd3b37a1c984bab", kill_on_drop: false }` [INFO] [stdout] 07abe0f8ba28651fc6f8dc7d267703c19354771ae89f9bb66cd3b37a1c984bab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a8dcbe0e221ff0b916d59180d8889a744a7e7c144cb7b16dd384c319d24ab9fb [INFO] running `Command { std: "docker" "start" "-a" "a8dcbe0e221ff0b916d59180d8889a744a7e7c144cb7b16dd384c319d24ab9fb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/uint/mod.rs:1149:8 [INFO] [stderr] | [INFO] [stderr] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1183 | construct_uint!(U512, 8); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/uint/mod.rs:1166:8 [INFO] [stderr] | [INFO] [stderr] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1183 | construct_uint!(U512, 8); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/uint/mod.rs:1149:8 [INFO] [stderr] | [INFO] [stderr] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1184 | construct_uint!(U256, 4); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/uint/mod.rs:1166:8 [INFO] [stderr] | [INFO] [stderr] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1184 | construct_uint!(U256, 4); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/uint/mod.rs:1149:8 [INFO] [stderr] | [INFO] [stderr] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1185 | construct_uint!(U128, 2); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/uint/mod.rs:1166:8 [INFO] [stderr] | [INFO] [stderr] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 1185 | construct_uint!(U128, 2); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `H256FastMap` [INFO] [stderr] --> src/hash/mod.rs:541:1 [INFO] [stderr] | [INFO] [stderr] 541 | pub type H256FastMap = Map>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `H256FastSet` [INFO] [stderr] --> src/hash/mod.rs:544:1 [INFO] [stderr] | [INFO] [stderr] 544 | pub type H256FastSet = Set>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/uint/tests.rs:334:5 [INFO] [stderr] | [INFO] [stderr] 334 | / U128::from_str("ffffffffffffffffffffffffffffffff").unwrap() [INFO] [stderr] 335 | | + [INFO] [stderr] 336 | | U128::from_str("ffffffffffffffffffffffffffffffff").unwrap(); [INFO] [stderr] | |___________________________________________________________________^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:2:29 [INFO] [stderr] | [INFO] [stderr] 2 | unused_comparisons, unused_must_use, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 334 | let _ = U128::from_str("ffffffffffffffffffffffffffffffff").unwrap() [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/uint/tests.rs:370:5 [INFO] [stderr] | [INFO] [stderr] 370 | / U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() [INFO] [stderr] 371 | | * [INFO] [stderr] 372 | | U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap(); [INFO] [stderr] | |___________________________________________________________________________________________________^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 370 | let _ = U256::from_str("7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff").unwrap() [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: unused arithmetic operation that must be used [INFO] [stderr] --> src/uint/tests.rs:389:5 [INFO] [stderr] | [INFO] [stderr] 389 | / U256::from_str("0").unwrap() [INFO] [stderr] 390 | | - [INFO] [stderr] 391 | | U256::from_str("1").unwrap(); [INFO] [stderr] | |____________________________________^ the arithmetic operation produces a value [INFO] [stderr] | [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 389 | let _ = U256::from_str("0").unwrap() [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `ethereum-bigint` (lib) generated 8 warnings [INFO] [stderr] warning: `ethereum-bigint` (lib test) generated 11 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.33s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bigint-c8e1ab9e7ddeb81e) [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test hash::tests::from_and_to_address ... ok [INFO] [stdout] test hash::tests::from_and_to_u64 ... ok [INFO] [stdout] test hash::tests::from_u64 ... ok [INFO] [stdout] test hash::tests::hash_bitor ... ok [INFO] [stdout] test hash::tests::from_and_to_u256 ... ok [INFO] [stdout] test hash::tests::hash ... ok [INFO] [stdout] test m256::tests::sub ... ok [INFO] [stdout] test hash::tests::hasher_alignment ... ok [INFO] [stdout] test hash::tests::from_str ... ok [INFO] [stdout] test mi256::tests::m256 ... ok [INFO] [stdout] test uint::tests::u256_multi_adds ... ok [INFO] [stdout] test uint::tests::u256_multi_carry_all ... ok [INFO] [stdout] test uint::tests::u256_multi_full_mul ... ok [INFO] [stdout] test uint::tests::display_uint ... ok [INFO] [stdout] test mi256::tests::sdiv ... ok [INFO] [stdout] test uint::tests::little_endian ... ok [INFO] [stdout] test uint::tests::big_endian ... ok [INFO] [stdout] test uint::tests::u256_mul ... ok [INFO] [stdout] test uint::tests::u256_div ... ok [INFO] [stdout] test uint::tests::example ... ok [INFO] [stdout] test uint::tests::u256_multi_muls ... ok [INFO] [stdout] test uint::tests::display_uint_zero ... ok [INFO] [stdout] test uint::tests::u256_multi_muls2 ... ok [INFO] [stdout] test uint::tests::uint128_add_overflow_panic ... ignored [INFO] [stdout] test uint::tests::u512_multi_subs ... ok [INFO] [stdout] test uint::tests::uint256_bits_test ... ok [INFO] [stdout] test uint::tests::uint256_arithmetic_test ... ok [INFO] [stdout] test uint::tests::uint128_add ... ok [INFO] [stdout] test uint::tests::u256_multi_muls_overflow ... ok [INFO] [stdout] test uint::tests::uint128_mul ... ok [INFO] [stdout] test uint::tests::u512_multi_adds ... ok [INFO] [stdout] test uint::tests::uint256_comp_test ... ok [INFO] [stdout] test uint::tests::u256_multi_subs ... ok [INFO] [stdout] test uint::tests::uint256_overflowing_mul ... ok [INFO] [stdout] test uint::tests::uint128_add_overflow ... ok [INFO] [stdout] test uint::tests::uint256_sub_overflow ... ok [INFO] [stdout] test uint::tests::uint256_mul1 ... ok [INFO] [stdout] test uint::tests::uint256_exp10 ... ok [INFO] [stdout] test uint::tests::uint256_from ... ok [INFO] [stdout] test uint::tests::uint256_simple_mul ... ok [INFO] [stdout] test uint::tests::uint256_div ... ok [INFO] [stdout] test uint::tests::uint512_mul ... ok [INFO] [stdout] test uint::tests::uint256_extreme_bitshift_test ... ok [INFO] [stdout] test uint::tests::uint256_mul ... ok [INFO] [stdout] test uint::tests::uint256_mul32 ... ok [INFO] [stdout] test uint::tests::uint256_shl ... ok [INFO] [stdout] test uint::tests::uint256_shl_words ... ok [INFO] [stdout] test uint::tests::uint256_from_dec_str ... ok [INFO] [stdout] test uint::tests::uint256_pow ... ok [INFO] [stdout] test uint::tests::uint256_overflowing_pow ... ok [INFO] [stdout] test uint::tests::uint256_to ... ok [INFO] [stdout] test uint::tests::uint256_mul2 ... ok [INFO] [stdout] test uint::tests::uint256_mul_overflow ... ok [INFO] [stdout] test uint::tests::uint256_rem ... ok [INFO] [stdout] test uint::tests::uint256_mul_overflow_panic - should panic ... ok [INFO] [stdout] test uint::tests::uint256_pow_overflow_panic - should panic ... ok [INFO] [stdout] test uint::tests::uint256_sub_overflow_panic - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] [stderr] Doc-tests bigint [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a8dcbe0e221ff0b916d59180d8889a744a7e7c144cb7b16dd384c319d24ab9fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8dcbe0e221ff0b916d59180d8889a744a7e7c144cb7b16dd384c319d24ab9fb", kill_on_drop: false }` [INFO] [stdout] a8dcbe0e221ff0b916d59180d8889a744a7e7c144cb7b16dd384c319d24ab9fb