[INFO] crate cargo-inspect 0.10.0 is already in cache [INFO] checking cargo-inspect-0.10.0 against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] extracting crate cargo-inspect 0.10.0 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate cargo-inspect 0.10.0 on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "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 work/builds/worker-2/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8aeeb46a5b415a546d3507d74b9a03b2df34296bd8bcd05855c7c63780da5533 [INFO] running `"docker" "start" "-a" "8aeeb46a5b415a546d3507d74b9a03b2df34296bd8bcd05855c7c63780da5533"` [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking shell-words v0.1.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling ansi_colours v1.0.1 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking directories v1.0.2 [INFO] [stderr] Checking content_inspector v0.2.4 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling cexpr v0.3.5 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking console v0.9.0 [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 1m 39s [INFO] running `"docker" "inspect" "8aeeb46a5b415a546d3507d74b9a03b2df34296bd8bcd05855c7c63780da5533"` [INFO] running `"docker" "rm" "-f" "8aeeb46a5b415a546d3507d74b9a03b2df34296bd8bcd05855c7c63780da5533"` [INFO] [stdout] 8aeeb46a5b415a546d3507d74b9a03b2df34296bd8bcd05855c7c63780da5533