[INFO] updating cached repository coreyja/rust-devicon-lookup [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/coreyja/rust-devicon-lookup [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/coreyja/rust-devicon-lookup" "work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/coreyja/rust-devicon-lookup"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/coreyja/rust-devicon-lookup'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/coreyja/rust-devicon-lookup" "work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/coreyja/rust-devicon-lookup"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/coreyja/rust-devicon-lookup'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 80580f298e1695951d47e11da09a07e6be3c3e12 [INFO] sha for GitHub repo coreyja/rust-devicon-lookup: 80580f298e1695951d47e11da09a07e6be3c3e12 [INFO] validating manifest of coreyja/rust-devicon-lookup on toolchain master#5f9c0448dde167128d668da4555879f64e56af1d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coreyja/rust-devicon-lookup on toolchain try#8ec8125bea94852768b56958f05da47666c21ab0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing coreyja/rust-devicon-lookup [INFO] finished frobbing coreyja/rust-devicon-lookup [INFO] frobbed toml for coreyja/rust-devicon-lookup written to work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/coreyja/rust-devicon-lookup/Cargo.toml [INFO] started frobbing coreyja/rust-devicon-lookup [INFO] finished frobbing coreyja/rust-devicon-lookup [INFO] frobbed toml for coreyja/rust-devicon-lookup written to work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/coreyja/rust-devicon-lookup/Cargo.toml [INFO] crate coreyja/rust-devicon-lookup already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking coreyja/rust-devicon-lookup against master#5f9c0448dde167128d668da4555879f64e56af1d for pr-62133 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62133/worker-0/master#5f9c0448dde167128d668da4555879f64e56af1d:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/coreyja/rust-devicon-lookup:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1082a503ce521df32c5cac96b792feb1206f8f760d12eb65b1bc51feaafe137a [INFO] running `"docker" "start" "-a" "1082a503ce521df32c5cac96b792feb1206f8f760d12eb65b1bc51feaafe137a"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking regex v1.1.7 [INFO] [stderr] Compiling devicon-lookup v0.7.0 (/opt/crater/workdir) [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking docopt v1.1.0 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Checking winconsole v0.10.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 colored v1.8.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] Finished dev [unoptimized + debuginfo] target(s) in 27.26s [INFO] running `"docker" "inspect" "1082a503ce521df32c5cac96b792feb1206f8f760d12eb65b1bc51feaafe137a"` [INFO] running `"docker" "rm" "-f" "1082a503ce521df32c5cac96b792feb1206f8f760d12eb65b1bc51feaafe137a"` [INFO] [stdout] 1082a503ce521df32c5cac96b792feb1206f8f760d12eb65b1bc51feaafe137a