[INFO] crate rate-common 0.3.0 is already in cache [INFO] checking rate-common-0.3.0 against try#8a749131e7beb72f6edacefd2bdcbed3d67b2112 for pr-72331 [INFO] extracting crate rate-common 0.3.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rate-common 0.3.0 on toolchain 8a749131e7beb72f6edacefd2bdcbed3d67b2112 [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rate-common 0.3.0 [INFO] finished tweaking crates.io crate rate-common 0.3.0 [INFO] tweaked toml for crates.io crate rate-common 0.3.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "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] 8d43a5727bafdc8e5c1c3bee5cda0ae4466881dd578e9fdf93da0211df6a3ad3 [INFO] running `"docker" "start" "-a" "8d43a5727bafdc8e5c1c3bee5cda0ae4466881dd578e9fdf93da0211df6a3ad3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.70 [INFO] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Checking miniz_oxide v0.3.6 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling zstd-sys v1.4.15+zstd.1.4.4 [INFO] [stderr] Compiling lz4-sys v1.8.3 [INFO] [stderr] Compiling bzip2-sys v0.1.8+1.0.8 [INFO] [stderr] Compiling lzma-sys v0.1.16 [INFO] [stderr] Checking xz2 v0.1.6 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Compiling addr2line v0.12.1 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling rate-macros v0.3.0 [INFO] [stderr] Compiling derive_more v0.99.7 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling lz4 v1.23.1 [INFO] [stderr] Checking zstd-safe v2.0.3+zstd.1.4.4 [INFO] [stderr] Checking zstd v0.5.1+zstd.1.4.4 [INFO] [stderr] Checking rate-common v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/parser.rs:471:5 [INFO] [stderr] | [INFO] [stderr] 471 | ((1023 * sum + prod) ^ (31 * xor)) [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 block return value [INFO] [stderr] --> src/parser.rs:471:5 [INFO] [stderr] | [INFO] [stderr] 471 | ((1023 * sum + prod) ^ (31 * xor)) [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 3m 09s [INFO] running `"docker" "inspect" "8d43a5727bafdc8e5c1c3bee5cda0ae4466881dd578e9fdf93da0211df6a3ad3"` [INFO] running `"docker" "rm" "-f" "8d43a5727bafdc8e5c1c3bee5cda0ae4466881dd578e9fdf93da0211df6a3ad3"` [INFO] [stdout] 8d43a5727bafdc8e5c1c3bee5cda0ae4466881dd578e9fdf93da0211df6a3ad3