[INFO] cloning repository hyarsan/finfetch-rs [INFO] running `"git" "clone" "--bare" "git://github.com/hyarsan/finfetch-rs.git" "work/cache/sources/gh/hyarsan/finfetch-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/hyarsan/finfetch-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/hyarsan/finfetch-rs" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/hyarsan/finfetch-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/hyarsan/finfetch-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hyarsan/finfetch-rs" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/hyarsan/finfetch-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/hyarsan/finfetch-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bbf0fd3e6ce8203d731d30c93cd46008dbe5ee78 [INFO] sha for GitHub repo hyarsan/finfetch-rs: bbf0fd3e6ce8203d731d30c93cd46008dbe5ee78 [INFO] validating manifest of hyarsan/finfetch-rs 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 hyarsan/finfetch-rs 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 hyarsan/finfetch-rs [INFO] finished frobbing hyarsan/finfetch-rs [INFO] frobbed toml for hyarsan/finfetch-rs written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/hyarsan/finfetch-rs/Cargo.toml [INFO] started frobbing hyarsan/finfetch-rs [INFO] finished frobbing hyarsan/finfetch-rs [INFO] frobbed toml for hyarsan/finfetch-rs written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/hyarsan/finfetch-rs/Cargo.toml [INFO] crate hyarsan/finfetch-rs 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing hyarsan/finfetch-rs against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/hyarsan/finfetch-rs:/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] 5468640858e36450a1b5df098ba59cf6d4154447159417dc6926b1b858aca01d [INFO] running `"docker" "start" "-a" "5468640858e36450a1b5df098ba59cf6d4154447159417dc6926b1b858aca01d"` [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling time v0.1.41 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling clicolors-control v1.0.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling console v0.7.2 [INFO] [stderr] Compiling finfetch-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | 0...6 => term.write_line(line), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.76s [INFO] running `"docker" "inspect" "5468640858e36450a1b5df098ba59cf6d4154447159417dc6926b1b858aca01d"` [INFO] running `"docker" "rm" "-f" "5468640858e36450a1b5df098ba59cf6d4154447159417dc6926b1b858aca01d"` [INFO] [stdout] 5468640858e36450a1b5df098ba59cf6d4154447159417dc6926b1b858aca01d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/hyarsan/finfetch-rs:/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] cd0066638edbdfb474d25166f0effafbf46e926cbf926451027a7c2cf34bf6f6 [INFO] running `"docker" "start" "-a" "cd0066638edbdfb474d25166f0effafbf46e926cbf926451027a7c2cf34bf6f6"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling finfetch-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | 0...6 => term.write_line(line), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.78s [INFO] running `"docker" "inspect" "cd0066638edbdfb474d25166f0effafbf46e926cbf926451027a7c2cf34bf6f6"` [INFO] running `"docker" "rm" "-f" "cd0066638edbdfb474d25166f0effafbf46e926cbf926451027a7c2cf34bf6f6"` [INFO] [stdout] cd0066638edbdfb474d25166f0effafbf46e926cbf926451027a7c2cf34bf6f6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/hyarsan/finfetch-rs:/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] 7aec0d57aa0c713b15b2d2a3de5ce6f966b430927f4f21db801f7e7243b21e7c [INFO] running `"docker" "start" "-a" "7aec0d57aa0c713b15b2d2a3de5ce6f966b430927f4f21db801f7e7243b21e7c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/finfetch-a1b69554bdf0387f [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] running `"docker" "inspect" "7aec0d57aa0c713b15b2d2a3de5ce6f966b430927f4f21db801f7e7243b21e7c"` [INFO] running `"docker" "rm" "-f" "7aec0d57aa0c713b15b2d2a3de5ce6f966b430927f4f21db801f7e7243b21e7c"` [INFO] [stdout] 7aec0d57aa0c713b15b2d2a3de5ce6f966b430927f4f21db801f7e7243b21e7c