[INFO] updating cached repository https://github.com/coreyja/rust-devicon-lookup [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/coreyja/rust-devicon-lookup [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/arrayvec-0.4.11 [INFO] [stderr] * [new branch] dependabot/cargo/arrayvec-0.4.12 -> dependabot/cargo/arrayvec-0.4.12 [INFO] [stderr] * [new branch] dependabot/cargo/nodrop-0.1.14 -> dependabot/cargo/nodrop-0.1.14 [INFO] [stderr] * [new branch] dependabot/cargo/ryu-1.0.1 -> dependabot/cargo/ryu-1.0.1 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d7401a64740e9c60970b33bec71f3e4ffa1e8a5d [INFO] checking coreyja/rust-devicon-lookup against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoreyja%2Frust-devicon-lookup" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coreyja/rust-devicon-lookup on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/coreyja/rust-devicon-lookup [INFO] finished tweaking git repo https://github.com/coreyja/rust-devicon-lookup [INFO] tweaked toml for git repo https://github.com/coreyja/rust-devicon-lookup written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/coreyja/rust-devicon-lookup already has a lockfile, it will not be regenerated [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-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/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] 92df65ba5591f25ad67eff828c04cc918cc64429003cb3f944190c1c9a8184eb [INFO] running `"docker" "start" "-a" "92df65ba5591f25ad67eff828c04cc918cc64429003cb3f944190c1c9a8184eb"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling syn v1.0.2 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Compiling devicon-lookup v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking bstr v0.2.1 [INFO] [stderr] Checking docopt v1.1.0 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:26:55 [INFO] [stderr] | [INFO] [stderr] 26 | fn line_to_symbolable(&self, line: String) -> Box { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Symbolable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:26:55 [INFO] [stderr] | [INFO] [stderr] 26 | fn line_to_symbolable(&self, line: String) -> Box { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Symbolable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 46s [INFO] running `"docker" "inspect" "92df65ba5591f25ad67eff828c04cc918cc64429003cb3f944190c1c9a8184eb"` [INFO] running `"docker" "rm" "-f" "92df65ba5591f25ad67eff828c04cc918cc64429003cb3f944190c1c9a8184eb"` [INFO] [stdout] 92df65ba5591f25ad67eff828c04cc918cc64429003cb3f944190c1c9a8184eb