[INFO] fetching crate etcommon-bigint 0.2.10... [INFO] testing etcommon-bigint-0.2.10 against 1.60.0 for beta-1.61-1 [INFO] extracting crate etcommon-bigint 0.2.10 into /workspace/builds/worker-71/source [INFO] validating manifest of crates.io crate etcommon-bigint 0.2.10 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 etcommon-bigint 0.2.10 [INFO] finished tweaking crates.io crate etcommon-bigint 0.2.10 [INFO] tweaked toml for crates.io crate etcommon-bigint 0.2.10 written to /workspace/builds/worker-71/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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] 72c8ca34b511fd9eb404a61388fa0205d492411926161f9893aa255b3995f3b9 [INFO] running `Command { std: "docker" "start" "-a" "72c8ca34b511fd9eb404a61388fa0205d492411926161f9893aa255b3995f3b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72c8ca34b511fd9eb404a61388fa0205d492411926161f9893aa255b3995f3b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72c8ca34b511fd9eb404a61388fa0205d492411926161f9893aa255b3995f3b9", kill_on_drop: false }` [INFO] [stdout] 72c8ca34b511fd9eb404a61388fa0205d492411926161f9893aa255b3995f3b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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] 8eed29fded17076feca54e30b4fae68b376af122dfe0bb36264e50f34b0d4a0d [INFO] running `Command { std: "docker" "start" "-a" "8eed29fded17076feca54e30b4fae68b376af122dfe0bb36264e50f34b0d4a0d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling etcommon-hexutil v0.2.4 [INFO] [stderr] Compiling elastic-array-plus v0.10.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling etcommon-rlp v0.2.5 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling etcommon-bigint v0.2.10 (/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 13.30s [INFO] running `Command { std: "docker" "inspect" "8eed29fded17076feca54e30b4fae68b376af122dfe0bb36264e50f34b0d4a0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8eed29fded17076feca54e30b4fae68b376af122dfe0bb36264e50f34b0d4a0d", kill_on_drop: false }` [INFO] [stdout] 8eed29fded17076feca54e30b4fae68b376af122dfe0bb36264e50f34b0d4a0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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] 2f70809c1c6f4760ff397556d252de8a70b0d077f6265fd26e236776048252a1 [INFO] running `Command { std: "docker" "start" "-a" "2f70809c1c6f4760ff397556d252de8a70b0d077f6265fd26e236776048252a1", kill_on_drop: false }` [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] [stderr] Compiling etcommon-bigint v0.2.10 (/opt/rustwide/workdir) [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] [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 test [unoptimized + debuginfo] target(s) in 2.62s [INFO] running `Command { std: "docker" "inspect" "2f70809c1c6f4760ff397556d252de8a70b0d077f6265fd26e236776048252a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f70809c1c6f4760ff397556d252de8a70b0d077f6265fd26e236776048252a1", kill_on_drop: false }` [INFO] [stdout] 2f70809c1c6f4760ff397556d252de8a70b0d077f6265fd26e236776048252a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-71/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] 0e074928e7de72885038e75507173f8982a683970f5729540e5aea84da29e166 [INFO] running `Command { std: "docker" "start" "-a" "0e074928e7de72885038e75507173f8982a683970f5729540e5aea84da29e166", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] running 57 tests [INFO] [stderr] --> src/uint/mod.rs:1149:8 [INFO] [stdout] test hash::tests::from_and_to_u64 ... ok [INFO] [stderr] | [INFO] [stdout] test hash::tests::from_and_to_address ... ok [INFO] [stderr] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] test hash::tests::from_and_to_u256 ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test hash::tests::from_str ... ok [INFO] [stderr] ... [INFO] [stdout] test hash::tests::hash ... ok [INFO] [stderr] 1183 | construct_uint!(U512, 8); [INFO] [stdout] test hash::tests::from_u64 ... ok [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stdout] test hash::tests::hash_bitor ... ok [INFO] [stderr] | [INFO] [stdout] test hash::tests::hasher_alignment ... ok [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] test m256::tests::sub ... ok [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test mi256::tests::m256 ... ok [INFO] [stderr] [INFO] [stdout] test mi256::tests::sdiv ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test uint::tests::big_endian ... ok [INFO] [stderr] --> src/uint/mod.rs:1166:8 [INFO] [stdout] test uint::tests::display_uint_zero ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::little_endian ... ok [INFO] [stderr] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] test uint::tests::u256_mul ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test uint::tests::u256_div ... ok [INFO] [stderr] ... [INFO] [stdout] test uint::tests::u256_multi_adds ... ok [INFO] [stderr] 1183 | construct_uint!(U512, 8); [INFO] [stdout] test uint::tests::display_uint ... ok [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stdout] test uint::tests::u256_multi_full_mul ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::u256_multi_carry_all ... ok [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test uint::tests::u256_multi_muls_overflow ... ok [INFO] [stderr] [INFO] [stdout] test uint::tests::u256_multi_muls2 ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test uint::tests::u256_multi_subs ... ok [INFO] [stderr] --> src/uint/mod.rs:1149:8 [INFO] [stdout] test uint::tests::u256_multi_muls ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::u512_multi_adds ... ok [INFO] [stderr] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] test uint::tests::u512_multi_subs ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test uint::tests::uint128_add_overflow_panic ... ignored [INFO] [stderr] ... [INFO] [stdout] test uint::tests::uint128_add ... ok [INFO] [stderr] 1184 | construct_uint!(U256, 4); [INFO] [stdout] test uint::tests::uint128_add_overflow ... ok [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stdout] test uint::tests::uint128_mul ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::uint256_bits_test ... ok [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test uint::tests::uint256_arithmetic_test ... ok [INFO] [stderr] [INFO] [stdout] test uint::tests::uint256_comp_test ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test uint::tests::uint256_div ... ok [INFO] [stderr] --> src/uint/mod.rs:1166:8 [INFO] [stdout] test uint::tests::uint256_exp10 ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::uint256_extreme_bitshift_test ... ok [INFO] [stderr] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] test uint::tests::uint256_from ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test uint::tests::uint256_from_dec_str ... ok [INFO] [stderr] ... [INFO] [stdout] test uint::tests::example ... ok [INFO] [stderr] 1184 | construct_uint!(U256, 4); [INFO] [stdout] test uint::tests::uint256_mul ... ok [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stdout] test uint::tests::uint256_mul1 ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::uint256_mul32 ... ok [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test uint::tests::uint256_mul2 ... ok [INFO] [stderr] [INFO] [stdout] test uint::tests::uint256_mul_overflow ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test uint::tests::uint256_overflowing_mul ... ok [INFO] [stderr] --> src/uint/mod.rs:1149:8 [INFO] [stdout] test uint::tests::uint256_overflowing_pow ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::uint256_pow ... ok [INFO] [stderr] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] test uint::tests::uint256_rem ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test uint::tests::uint256_simple_mul ... ok [INFO] [stderr] ... [INFO] [stdout] test uint::tests::uint256_shl_words ... ok [INFO] [stderr] 1185 | construct_uint!(U128, 2); [INFO] [stdout] test uint::tests::uint256_shl ... ok [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stdout] test uint::tests::uint256_sub_overflow ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::uint256_to ... ok [INFO] [stderr] = note: this warning originates in the macro `construct_uint` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test uint::tests::uint512_mul ... ok [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: `etcommon-bigint` (lib) generated 8 warnings [INFO] [stderr] warning: `etcommon-bigint` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bigint-dc9ed0e9d639297d) [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.03s [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" "0e074928e7de72885038e75507173f8982a683970f5729540e5aea84da29e166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e074928e7de72885038e75507173f8982a683970f5729540e5aea84da29e166", kill_on_drop: false }` [INFO] [stdout] 0e074928e7de72885038e75507173f8982a683970f5729540e5aea84da29e166