[INFO] crate eip-712 0.1.1 is already in cache [INFO] checking eip-712-0.1.1 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate eip-712 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate eip-712 0.1.1 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate eip-712 0.1.1 [INFO] finished tweaking crates.io crate eip-712 0.1.1 [INFO] tweaked toml for crates.io crate eip-712 0.1.1 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] 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] 673e020bc5f6eb5e781b5aa2e18a815195bd10a39a79378545df159733636493 [INFO] running `"docker" "start" "-a" "673e020bc5f6eb5e781b5aa2e18a815195bd10a39a79378545df159733636493"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Compiling if_chain v0.1.3 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Checking rlp v0.4.5 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Checking impl-rlp v0.2.1 [INFO] [stderr] Checking impl-serde v0.2.3 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking parity-codec v3.5.4 [INFO] [stderr] Checking tiny-keccak v1.5.0 [INFO] [stderr] Checking uint v0.7.1 [INFO] [stderr] Checking toolshed v0.6.3 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking fixed-hash v0.3.2 [INFO] [stderr] Checking impl-codec v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Checking ethbloom v0.6.4 [INFO] [stderr] Checking primitive-types v0.3.0 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Checking ethereum-types v0.6.0 [INFO] [stderr] Checking keccak-hash v0.2.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.109 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Compiling logos-derive v0.7.7 [INFO] [stderr] Checking logos v0.7.7 [INFO] [stderr] Checking lunarity-lexer v0.2.1 [INFO] [stderr] Compiling validator v0.8.0 [INFO] [stderr] Checking ethabi v8.0.1 [INFO] [stderr] Compiling validator_derive v0.8.0 [INFO] [stderr] Checking eip-712 v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/encode.rs:44:93 [INFO] [stderr] | [INFO] [stderr] 44 | fn build_dependencies<'a>(message_type: &'a str, message_types: &'a MessageTypes) -> Option<(HashSet<&'a str>)> [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/encode.rs:44:93 [INFO] [stderr] | [INFO] [stderr] 44 | fn build_dependencies<'a>(message_type: &'a str, message_types: &'a MessageTypes) -> Option<(HashSet<&'a str>)> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 31s [INFO] running `"docker" "inspect" "673e020bc5f6eb5e781b5aa2e18a815195bd10a39a79378545df159733636493"` [INFO] running `"docker" "rm" "-f" "673e020bc5f6eb5e781b5aa2e18a815195bd10a39a79378545df159733636493"` [INFO] [stdout] 673e020bc5f6eb5e781b5aa2e18a815195bd10a39a79378545df159733636493