[INFO] fetching crate etcommon-bigint 0.2.10... [INFO] testing etcommon-bigint-0.2.10 against 1.59.0 for beta-1.60-1 [INFO] extracting crate etcommon-bigint 0.2.10 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate etcommon-bigint 0.2.10 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69514507909dbd34f4e658940dfc4ae0d07a72a465d72d645d157214c8ac4ac4 [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" "69514507909dbd34f4e658940dfc4ae0d07a72a465d72d645d157214c8ac4ac4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69514507909dbd34f4e658940dfc4ae0d07a72a465d72d645d157214c8ac4ac4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69514507909dbd34f4e658940dfc4ae0d07a72a465d72d645d157214c8ac4ac4", kill_on_drop: false }` [INFO] [stdout] 69514507909dbd34f4e658940dfc4ae0d07a72a465d72d645d157214c8ac4ac4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94d2902164405d1bdf6b4ca9cc9bda5eb2f1b60c1a04daaf1ecd9b3db630c05b [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" "94d2902164405d1bdf6b4ca9cc9bda5eb2f1b60c1a04daaf1ecd9b3db630c05b", 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] Compiling etcommon-hexutil v0.2.4 [INFO] [stderr] Compiling elastic-array-plus v0.10.0 [INFO] [stderr] Compiling etcommon-rlp v0.2.5 [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 5.15s [INFO] running `Command { std: "docker" "inspect" "94d2902164405d1bdf6b4ca9cc9bda5eb2f1b60c1a04daaf1ecd9b3db630c05b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94d2902164405d1bdf6b4ca9cc9bda5eb2f1b60c1a04daaf1ecd9b3db630c05b", kill_on_drop: false }` [INFO] [stdout] 94d2902164405d1bdf6b4ca9cc9bda5eb2f1b60c1a04daaf1ecd9b3db630c05b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92c862ad660f02ac6b8c2a96439d6f72308206a3467d5d841ed47ec97ebde33b [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" "92c862ad660f02ac6b8c2a96439d6f72308206a3467d5d841ed47ec97ebde33b", 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] [stderr] Compiling etcommon-bigint v0.2.10 (/opt/rustwide/workdir) [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] [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 3.50s [INFO] running `Command { std: "docker" "inspect" "92c862ad660f02ac6b8c2a96439d6f72308206a3467d5d841ed47ec97ebde33b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92c862ad660f02ac6b8c2a96439d6f72308206a3467d5d841ed47ec97ebde33b", kill_on_drop: false }` [INFO] [stdout] 92c862ad660f02ac6b8c2a96439d6f72308206a3467d5d841ed47ec97ebde33b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3bd842466305922105cd55aec6b70772adf5613ace43030cba775e1db8815f20 [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" "3bd842466305922105cd55aec6b70772adf5613ace43030cba775e1db8815f20", kill_on_drop: false }` [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_address ... ok [INFO] [stderr] | [INFO] [stdout] test hash::tests::from_and_to_u64 ... 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::from_u64 ... ok [INFO] [stderr] 1183 | construct_uint!(U512, 8); [INFO] [stdout] test hash::tests::hash_bitor ... ok [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stdout] test hash::tests::hasher_alignment ... ok [INFO] [stderr] | [INFO] [stdout] test m256::tests::sub ... ok [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] test mi256::tests::m256 ... 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::sdiv ... ok [INFO] [stderr] [INFO] [stdout] test uint::tests::u256_mul ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test uint::tests::little_endian ... ok [INFO] [stderr] --> src/uint/mod.rs:1166:8 [INFO] [stdout] test uint::tests::big_endian ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::display_uint ... ok [INFO] [stderr] 1166 | try!(write!(f, "{:X}", nibble)); [INFO] [stdout] test uint::tests::display_uint_zero ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test uint::tests::u256_multi_full_mul ... ok [INFO] [stderr] ... [INFO] [stdout] test uint::tests::u256_multi_muls ... ok [INFO] [stderr] 1183 | construct_uint!(U512, 8); [INFO] [stdout] test uint::tests::u256_multi_muls_overflow ... ok [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stdout] test uint::tests::u256_multi_subs ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::u256_multi_adds ... 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 hash::tests::hash ... ok [INFO] [stderr] [INFO] [stdout] test uint::tests::u256_multi_carry_all ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test uint::tests::u256_div ... ok [INFO] [stderr] --> src/uint/mod.rs:1149:8 [INFO] [stdout] test uint::tests::u512_multi_adds ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::u256_multi_muls2 ... ok [INFO] [stderr] 1149 | try!(write!(f, "{:x}", nibble)); [INFO] [stdout] test uint::tests::uint128_add_overflow_panic ... ignored [INFO] [stderr] | ^^^ [INFO] [stdout] test uint::tests::uint256_exp10 ... ok [INFO] [stderr] ... [INFO] [stdout] test uint::tests::uint256_extreme_bitshift_test ... ok [INFO] [stderr] 1184 | construct_uint!(U256, 4); [INFO] [stdout] test uint::tests::uint256_comp_test ... ok [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stdout] test uint::tests::uint256_mul_overflow ... ok [INFO] [stderr] | [INFO] [stdout] test uint::tests::uint256_from ... ok [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: `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.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bigint-b9b17b9225709c9b) [INFO] [stdout] test uint::tests::uint256_from_dec_str ... ok [INFO] [stdout] test uint::tests::uint256_arithmetic_test ... ok [INFO] [stdout] test uint::tests::uint256_overflowing_pow ... ok [INFO] [stdout] test uint::tests::uint128_add ... ok [INFO] [stdout] test uint::tests::uint128_mul ... ok [INFO] [stdout] test uint::tests::u512_multi_subs ... ok [INFO] [stdout] test uint::tests::uint256_mul32 ... ok [INFO] [stdout] test uint::tests::uint256_div ... ok [INFO] [stdout] test uint::tests::uint256_mul ... ok [INFO] [stdout] test uint::tests::uint256_mul1 ... ok [INFO] [stdout] test uint::tests::uint128_add_overflow ... ok [INFO] [stdout] test uint::tests::uint256_overflowing_mul ... ok [INFO] [stdout] test uint::tests::uint256_bits_test ... ok [INFO] [stdout] test uint::tests::uint256_mul2 ... ok [INFO] [stdout] test uint::tests::uint256_simple_mul ... ok [INFO] [stdout] test uint::tests::uint256_shl_words ... ok [INFO] [stdout] test uint::tests::uint512_mul ... ok [INFO] [stdout] test uint::tests::uint256_pow ... ok [INFO] [stdout] test uint::tests::uint256_rem ... ok [INFO] [stdout] test uint::tests::example ... ok [INFO] [stdout] test uint::tests::uint256_shl ... ok [INFO] [stdout] test uint::tests::uint256_sub_overflow ... ok [INFO] [stdout] test uint::tests::uint256_to ... ok [INFO] [stdout] test uint::tests::uint256_mul_overflow_panic - should panic ... ok [INFO] [stderr] Doc-tests bigint [INFO] [stdout] test uint::tests::uint256_sub_overflow_panic - should panic ... ok [INFO] [stdout] test uint::tests::uint256_pow_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.08s [INFO] [stdout] [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" "3bd842466305922105cd55aec6b70772adf5613ace43030cba775e1db8815f20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bd842466305922105cd55aec6b70772adf5613ace43030cba775e1db8815f20", kill_on_drop: false }` [INFO] [stdout] 3bd842466305922105cd55aec6b70772adf5613ace43030cba775e1db8815f20