[INFO] cloning repository coreyja/rust-devicon-lookup [INFO] running `"git" "clone" "--bare" "git://github.com/coreyja/rust-devicon-lookup.git" "work/cache/sources/gh/coreyja/rust-devicon-lookup"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/coreyja/rust-devicon-lookup'... [INFO] running `"git" "clone" "work/cache/sources/gh/coreyja/rust-devicon-lookup" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/coreyja/rust-devicon-lookup"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/coreyja/rust-devicon-lookup'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/coreyja/rust-devicon-lookup" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/coreyja/rust-devicon-lookup"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coreyja/rust-devicon-lookup on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-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-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cargo-release v0.11.2 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing coreyja/rust-devicon-lookup against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 3d7d369512ab7ea86a53dc89ddf056d720b121d32913f9c559de1f19eafcb299 [INFO] running `"docker" "start" "-a" "3d7d369512ab7ea86a53dc89ddf056d720b121d32913f9c559de1f19eafcb299"` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling devicon-lookup v0.7.0 (/opt/crater/workdir) [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Compiling docopt v1.1.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 26.22s [INFO] running `"docker" "inspect" "3d7d369512ab7ea86a53dc89ddf056d720b121d32913f9c559de1f19eafcb299"` [INFO] running `"docker" "rm" "-f" "3d7d369512ab7ea86a53dc89ddf056d720b121d32913f9c559de1f19eafcb299"` [INFO] [stdout] 3d7d369512ab7ea86a53dc89ddf056d720b121d32913f9c559de1f19eafcb299 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 480724b454c68bb8c3a62a5df6864d5a7de22a7ac2678349551ca554bd369269 [INFO] running `"docker" "start" "-a" "480724b454c68bb8c3a62a5df6864d5a7de22a7ac2678349551ca554bd369269"` [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Compiling rgb v0.8.13 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling predicates v1.0.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling assert_cmd v0.11.1 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling devicon-lookup v0.7.0 (/opt/crater/workdir) [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 59.85s [INFO] running `"docker" "inspect" "480724b454c68bb8c3a62a5df6864d5a7de22a7ac2678349551ca554bd369269"` [INFO] running `"docker" "rm" "-f" "480724b454c68bb8c3a62a5df6864d5a7de22a7ac2678349551ca554bd369269"` [INFO] [stdout] 480724b454c68bb8c3a62a5df6864d5a7de22a7ac2678349551ca554bd369269 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] aebdfa1ce7d5ec90940df5d0050396736174079c54315a81496e01e2106e6724 [INFO] running `"docker" "start" "-a" "aebdfa1ce7d5ec90940df5d0050396736174079c54315a81496e01e2106e6724"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/devicon_lookup-fc86c44b1dce5594 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/base-387df0384d6194d2 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test integration::calling_devicon_lookup_with_single_file_default_icon ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_single_path_unique_icon ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_large_fixture_file ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_single_file_unique_icon ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_multiple_files ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/strip_ansi-28d71fe9ce0b0a73 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test integration::calling_devicon_lookup_without_strip_color_single_file ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_strip_color_single_file ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_strip_color_multi_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "aebdfa1ce7d5ec90940df5d0050396736174079c54315a81496e01e2106e6724"` [INFO] running `"docker" "rm" "-f" "aebdfa1ce7d5ec90940df5d0050396736174079c54315a81496e01e2106e6724"` [INFO] [stdout] aebdfa1ce7d5ec90940df5d0050396736174079c54315a81496e01e2106e6724