[INFO] fetching crate ethereumvm-stateful 0.11.0... [INFO] checking ethereumvm-stateful-0.11.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate ethereumvm-stateful 0.11.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate ethereumvm-stateful 0.11.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ethereumvm-stateful 0.11.0 [INFO] finished tweaking crates.io crate ethereumvm-stateful 0.11.0 [INFO] tweaked toml for crates.io crate ethereumvm-stateful 0.11.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 84f521dcd449bfb12fa4e2aab777a74495225f68379946a097de0bf665ab9929 [INFO] running `"docker" "start" "-a" "84f521dcd449bfb12fa4e2aab777a74495225f68379946a097de0bf665ab9929"` [INFO] [stderr] Checking ethereum-hexutil v0.2.3 [INFO] [stderr] Checking elastic-array-plus v0.9.1 [INFO] [stderr] Checking blockchain v0.2.0 [INFO] [stderr] Checking delegate v0.1.3 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Checking generic-array v0.8.3 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking bn-plus v0.4.4 [INFO] [stderr] Checking digest v0.6.2 [INFO] [stderr] Checking block-buffer v0.2.0 [INFO] [stderr] Checking crypto-mac v0.4.0 [INFO] [stderr] Checking hmac v0.4.2 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking sha3 v0.6.0 [INFO] [stderr] Checking sha2 v0.6.0 [INFO] [stderr] Checking ripemd160 v0.6.0 [INFO] [stderr] Checking hmac-drbg v0.1.2 [INFO] [stderr] Checking ethereum-rlp v0.2.3 [INFO] [stderr] Checking libsecp256k1 v0.1.15 [INFO] [stderr] Checking ethereum-bigint v0.2.9 [INFO] [stderr] Checking ethereum-trie v0.5.0 [INFO] [stderr] Checking ethereum-block-core v0.2.0 [INFO] [stderr] Checking ethereum-bloom v0.2.1 [INFO] [stderr] Checking ethereum-trie v0.3.8 [INFO] [stderr] Checking ethereum-trie-memory v0.5.0 [INFO] [stderr] Checking ethereum-block v0.4.0 [INFO] [stderr] Checking ethereumvm v0.11.0 [INFO] [stderr] Checking ethereumvm-precompiled-modexp v0.11.0 [INFO] [stderr] Checking ethereumvm-precompiled-bn128 v0.11.0 [INFO] [stderr] Checking ethereumvm-stateful v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking ethereumvm-network-classic v0.11.0 [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> examples/parallel.rs:278:1 [INFO] [stderr] | [INFO] [stderr] 278 | / lazy_static! { [INFO] [stderr] 279 | | static ref DATABASE: MemoryDatabase = MemoryDatabase::default(); [INFO] [stderr] 280 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/genesis.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / lazy_static! { [INFO] [stderr] 34 | | static ref GENESIS_ACCOUNTS: HashMap = [INFO] [stderr] 35 | | serde_json::from_str(include_str!("../res/genesis.json")).unwrap(); [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/genesis.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | / lazy_static! { [INFO] [stderr] 39 | | static ref MORDEN_ACCOUNTS: HashMap = [INFO] [stderr] 40 | | serde_json::from_str(include_str!("../res/morden.json")).unwrap(); [INFO] [stderr] 41 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.68s [INFO] running `"docker" "inspect" "84f521dcd449bfb12fa4e2aab777a74495225f68379946a097de0bf665ab9929"` [INFO] running `"docker" "rm" "-f" "84f521dcd449bfb12fa4e2aab777a74495225f68379946a097de0bf665ab9929"` [INFO] [stdout] 84f521dcd449bfb12fa4e2aab777a74495225f68379946a097de0bf665ab9929