[INFO] crate traildb 0.6.0 is already in cache [INFO] checking traildb-0.6.0 against master#7f940ef5d91b53e889f111f27e00849f2f5ae4a2 for pr-72493 [INFO] extracting crate traildb 0.6.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate traildb 0.6.0 on toolchain 7f940ef5d91b53e889f111f27e00849f2f5ae4a2 [INFO] running `"/workspace/cargo-home/bin/cargo" "+7f940ef5d91b53e889f111f27e00849f2f5ae4a2" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate traildb 0.6.0 [INFO] finished tweaking crates.io crate traildb 0.6.0 [INFO] tweaked toml for crates.io crate traildb 0.6.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+7f940ef5d91b53e889f111f27e00849f2f5ae4a2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+7f940ef5d91b53e889f111f27e00849f2f5ae4a2" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+7f940ef5d91b53e889f111f27e00849f2f5ae4a2" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 063861f6efd52c22b80bcd3824043f36599d3d09e8b19e74e576ba4a8aa1fda0 [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" "063861f6efd52c22b80bcd3824043f36599d3d09e8b19e74e576ba4a8aa1fda0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Compiling traildb v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling filetime v0.2.10 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling tar v0.4.28 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Compiling regex v1.3.8 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling traildb-sys v0.6.3 [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> examples/wiki.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | const SESSION_LIMIT: u64 = (30 * 60); // at least 30 minutes between edits [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] Finished dev [unoptimized + debuginfo] target(s) in 1m 50s [INFO] running `"docker" "inspect" "063861f6efd52c22b80bcd3824043f36599d3d09e8b19e74e576ba4a8aa1fda0"` [INFO] running `"docker" "rm" "-f" "063861f6efd52c22b80bcd3824043f36599d3d09e8b19e74e576ba4a8aa1fda0"` [INFO] [stdout] 063861f6efd52c22b80bcd3824043f36599d3d09e8b19e74e576ba4a8aa1fda0