[INFO] crate cargo-inspect 0.10.0 is already in cache [INFO] checking cargo-inspect-0.10.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [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 f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 264caea6beb52a950dd02b832ebbf07a14329234a24659df75883d57240d12d3 [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" "264caea6beb52a950dd02b832ebbf07a14329234a24659df75883d57240d12d3"` [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking shell-words v0.1.0 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling ansi_colours v1.0.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking directories v1.0.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Checking content_inspector v0.2.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Compiling backtrace v0.3.43 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling darling_macro v0.9.0 [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 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 1m 38s [INFO] running `"docker" "inspect" "264caea6beb52a950dd02b832ebbf07a14329234a24659df75883d57240d12d3"` [INFO] running `"docker" "rm" "-f" "264caea6beb52a950dd02b832ebbf07a14329234a24659df75883d57240d12d3"` [INFO] [stdout] 264caea6beb52a950dd02b832ebbf07a14329234a24659df75883d57240d12d3