[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 try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 0c52a5a9388fb8514f3593e379c1b9c4ee69cce61f7aac2ec78f1502ef879acf [INFO] running `"docker" "start" "-a" "0c52a5a9388fb8514f3593e379c1b9c4ee69cce61f7aac2ec78f1502ef879acf"` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling devicon-lookup v0.7.0 (/opt/crater/workdir) [INFO] [stderr] Compiling serde v1.0.92 [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 35.46s [INFO] running `"docker" "inspect" "0c52a5a9388fb8514f3593e379c1b9c4ee69cce61f7aac2ec78f1502ef879acf"` [INFO] running `"docker" "rm" "-f" "0c52a5a9388fb8514f3593e379c1b9c4ee69cce61f7aac2ec78f1502ef879acf"` [INFO] [stdout] 0c52a5a9388fb8514f3593e379c1b9c4ee69cce61f7aac2ec78f1502ef879acf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 91293c184e1a5112a2c676c8b260d680fb89a6153c59fc32dbfe749a649050a6 [INFO] running `"docker" "start" "-a" "91293c184e1a5112a2c676c8b260d680fb89a6153c59fc32dbfe749a649050a6"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling predicates v1.0.1 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling assert_cmd v0.11.1 [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 1m 02s [INFO] running `"docker" "inspect" "91293c184e1a5112a2c676c8b260d680fb89a6153c59fc32dbfe749a649050a6"` [INFO] running `"docker" "rm" "-f" "91293c184e1a5112a2c676c8b260d680fb89a6153c59fc32dbfe749a649050a6"` [INFO] [stdout] 91293c184e1a5112a2c676c8b260d680fb89a6153c59fc32dbfe749a649050a6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 7d5582481a6485a5d290d8ef3f2ebf7567924d9807dbfc7969f79ed3dc25744c [INFO] running `"docker" "start" "-a" "7d5582481a6485a5d290d8ef3f2ebf7567924d9807dbfc7969f79ed3dc25744c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running /opt/crater/target/debug/deps/devicon_lookup-81fe33589b789373 [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-fe7014372fd6d99f [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test integration::calling_devicon_lookup_with_single_file_unique_icon ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_single_path_unique_icon ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_multiple_files ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_single_file_default_icon ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_large_fixture_file ... 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-7672b4161609073e [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test integration::calling_devicon_lookup_with_strip_color_multi_file ... ok [INFO] [stdout] test integration::calling_devicon_lookup_with_strip_color_single_file ... ok [INFO] [stdout] test integration::calling_devicon_lookup_without_strip_color_single_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" "7d5582481a6485a5d290d8ef3f2ebf7567924d9807dbfc7969f79ed3dc25744c"` [INFO] running `"docker" "rm" "-f" "7d5582481a6485a5d290d8ef3f2ebf7567924d9807dbfc7969f79ed3dc25744c"` [INFO] [stdout] 7d5582481a6485a5d290d8ef3f2ebf7567924d9807dbfc7969f79ed3dc25744c