[INFO] crate ethereumvm-stateful 0.11.0 is already in cache [INFO] checking ethereumvm-stateful-0.11.0 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate ethereumvm-stateful 0.11.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate ethereumvm-stateful 0.11.0 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] 16be56c822ab5833a154d43fdd3ebb1c8a507185f92897645113d5004068db1a [INFO] running `"docker" "start" "-a" "16be56c822ab5833a154d43fdd3ebb1c8a507185f92897645113d5004068db1a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking ethereum-hexutil v0.2.3 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling serde_derive v1.0.109 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking ethereum-rlp v0.2.3 [INFO] [stderr] Checking bn-plus v0.4.4 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking ethereum-bigint v0.2.9 [INFO] [stderr] Checking generic-array v0.8.3 [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 sha3 v0.6.0 [INFO] [stderr] Checking sha2 v0.6.0 [INFO] [stderr] Checking ripemd160 v0.6.0 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking hmac-drbg v0.1.2 [INFO] [stderr] Checking libsecp256k1 v0.1.15 [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-bn128 v0.11.0 [INFO] [stderr] Checking ethereumvm-precompiled-modexp 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.08s [INFO] running `"docker" "inspect" "16be56c822ab5833a154d43fdd3ebb1c8a507185f92897645113d5004068db1a"` [INFO] running `"docker" "rm" "-f" "16be56c822ab5833a154d43fdd3ebb1c8a507185f92897645113d5004068db1a"` [INFO] [stdout] 16be56c822ab5833a154d43fdd3ebb1c8a507185f92897645113d5004068db1a