[INFO] crate grin_store 2.1.0 is already in cache [INFO] checking grin_store-2.1.0 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate grin_store 2.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate grin_store 2.1.0 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate grin_store 2.1.0 [INFO] finished tweaking crates.io crate grin_store 2.1.0 [INFO] tweaked toml for crates.io crate grin_store 2.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9a0c7e47e62f7a96fee69e96f290182b5797696cf3b0ebba58ec2ca926a8722d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "9a0c7e47e62f7a96fee69e96f290182b5797696cf3b0ebba58ec2ca926a8722d"` [INFO] [stderr] Checking supercow v0.1.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling grin_secp256k1zkp v0.7.7 [INFO] [stderr] Compiling liblmdb-sys v0.2.2 [INFO] [stderr] Checking arrayvec v0.4.12 [INFO] [stderr] Checking getrandom v0.1.13 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking rand_pcg v0.1.2 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking filetime v0.2.8 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking zip v0.5.3 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking ripemd160 v0.7.0 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling zeroize_derive v0.9.3 [INFO] [stderr] Checking pbkdf2 v0.2.3 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking zeroize v0.9.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking lmdb-zero v0.4.4 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking serde v1.0.103 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking serde-value v0.5.3 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking log4rs v0.8.3 [INFO] [stderr] Compiling bindgen v0.37.4 [INFO] [stderr] Checking grin_util v2.1.0 [INFO] [stderr] Checking grin_keychain v2.1.0 [INFO] [stderr] Compiling croaring-sys v0.3.9 [INFO] [stderr] Checking croaring v0.3.9 [INFO] [stderr] Checking grin_core v2.1.0 [INFO] [stderr] Checking grin_store v2.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pmmr.rs:113:41 [INFO] [stderr] | [INFO] [stderr] 113 | fn get_hash(&self, pos: u64) -> Option<(Hash)> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pmmr.rs:122:41 [INFO] [stderr] | [INFO] [stderr] 122 | fn get_data(&self, pos: u64) -> Option<(T::E)> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pmmr.rs:113:41 [INFO] [stderr] | [INFO] [stderr] 113 | fn get_hash(&self, pos: u64) -> Option<(Hash)> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/pmmr.rs:122:41 [INFO] [stderr] | [INFO] [stderr] 122 | fn get_data(&self, pos: u64) -> Option<(T::E)> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 25s [INFO] running `"docker" "inspect" "9a0c7e47e62f7a96fee69e96f290182b5797696cf3b0ebba58ec2ca926a8722d"` [INFO] running `"docker" "rm" "-f" "9a0c7e47e62f7a96fee69e96f290182b5797696cf3b0ebba58ec2ca926a8722d"` [INFO] [stdout] 9a0c7e47e62f7a96fee69e96f290182b5797696cf3b0ebba58ec2ca926a8722d