[INFO] updating cached repository https://github.com/coreyja/rust-devicon-lookup [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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/backtrace-0.3.39 [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/libc-0.2.64 [INFO] [stderr] * [new branch] dependabot/cargo/backtrace-0.3.40 -> dependabot/cargo/backtrace-0.3.40 [INFO] [stderr] * [new branch] dependabot/cargo/libc-0.2.65 -> dependabot/cargo/libc-0.2.65 [INFO] [stderr] * [new branch] dependabot/cargo/phf-0.8.0 -> dependabot/cargo/phf-0.8.0 [INFO] [stderr] * [new branch] dependabot/cargo/phf_codegen-0.8.0 -> dependabot/cargo/phf_codegen-0.8.0 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f6fb6426ac36304a825a40680da68e65131610f6 [INFO] checking coreyja/rust-devicon-lookup against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoreyja%2Frust-devicon-lookup" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coreyja/rust-devicon-lookup on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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 /workspace/builds/worker-6/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 `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 3e43d085336a456f2f1b1ee6f88d24941048ce1a07d54ca00e995e02e4e5dafd [INFO] running `"docker" "start" "-a" "3e43d085336a456f2f1b1ee6f88d24941048ce1a07d54ca00e995e02e4e5dafd"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Checking regex-automata v0.1.7 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Compiling syn v1.0.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling devicon-lookup v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Compiling serde_derive v1.0.101 [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] 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 escargot v0.4.0 [INFO] [stderr] Checking tinytemplate v1.0.2 [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 27s [INFO] running `"docker" "inspect" "3e43d085336a456f2f1b1ee6f88d24941048ce1a07d54ca00e995e02e4e5dafd"` [INFO] running `"docker" "rm" "-f" "3e43d085336a456f2f1b1ee6f88d24941048ce1a07d54ca00e995e02e4e5dafd"` [INFO] [stdout] 3e43d085336a456f2f1b1ee6f88d24941048ce1a07d54ca00e995e02e4e5dafd