[INFO] crate cargo-inspect 0.10.0 is already in cache [INFO] checking cargo-inspect-0.10.0 against try#f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f for pr-69560 [INFO] extracting crate cargo-inspect 0.10.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate cargo-inspect 0.10.0 on toolchain f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f [INFO] running `"/workspace/cargo-home/bin/cargo" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-inspect 0.10.0 [INFO] finished tweaking crates.io crate cargo-inspect 0.10.0 [INFO] tweaked toml for crates.io crate cargo-inspect 0.10.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "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" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "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] ba9cd71204067b6b811aa4784a947a1ab9485d212e72d6ab568a647f1a1906d6 [INFO] running `"docker" "start" "-a" "ba9cd71204067b6b811aa4784a947a1ab9485d212e72d6ab568a647f1a1906d6"` [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking shell-words v0.1.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling ansi_colours v1.0.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking directories v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking content_inspector v0.2.4 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking console v0.9.2 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking indicatif v0.10.3 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling onig_sys v69.2.0 [INFO] [stderr] Checking onig v5.0.0 [INFO] [stderr] Checking syntect v3.3.0 [INFO] [stderr] Checking prettyprint v0.4.1 [INFO] [stderr] Checking cargo-inspect v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config.rs:5:50 [INFO] [stderr] | [INFO] [stderr] 5 | fn parse_tuple(s: &str) -> Result<(T, T), Box> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config.rs:5:50 [INFO] [stderr] | [INFO] [stderr] 5 | fn parse_tuple(s: &str) -> Result<(T, T), Box> [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 04s [INFO] running `"docker" "inspect" "ba9cd71204067b6b811aa4784a947a1ab9485d212e72d6ab568a647f1a1906d6"` [INFO] running `"docker" "rm" "-f" "ba9cd71204067b6b811aa4784a947a1ab9485d212e72d6ab568a647f1a1906d6"` [INFO] [stdout] ba9cd71204067b6b811aa4784a947a1ab9485d212e72d6ab568a647f1a1906d6