[INFO] cloning repository mdsherry/ministat [INFO] running `"git" "clone" "--bare" "git://github.com/mdsherry/ministat.git" "work/cache/sources/gh/mdsherry/ministat"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/mdsherry/ministat'... [INFO] running `"git" "clone" "work/cache/sources/gh/mdsherry/ministat" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mdsherry/ministat"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mdsherry/ministat'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mdsherry/ministat" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdsherry/ministat"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdsherry/ministat'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f8900b6f6c5a407a9e7f045c2faa830a3c61b382 [INFO] sha for GitHub repo mdsherry/ministat: f8900b6f6c5a407a9e7f045c2faa830a3c61b382 [INFO] validating manifest of mdsherry/ministat 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 mdsherry/ministat 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 mdsherry/ministat [INFO] finished frobbing mdsherry/ministat [INFO] frobbed toml for mdsherry/ministat written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/mdsherry/ministat/Cargo.toml [INFO] started frobbing mdsherry/ministat [INFO] finished frobbing mdsherry/ministat [INFO] frobbed toml for mdsherry/ministat written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdsherry/ministat/Cargo.toml [INFO] crate mdsherry/ministat 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 kahan v0.1.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mdsherry/ministat against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdsherry/ministat:/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] 2660c0402d548641abe9269f413e35339c3d81b39c8a7a35f5f125542744381c [INFO] running `"docker" "start" "-a" "2660c0402d548641abe9269f413e35339c3d81b39c8a7a35f5f125542744381c"` [INFO] [stderr] Compiling kahan v0.1.0 [INFO] [stderr] Compiling structopt v0.1.6 [INFO] [stderr] Compiling terminal_size v0.1.7 [INFO] [stderr] Compiling ministat v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `BufReader` is imported redundantly [INFO] [stderr] --> src/data.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{BufReader, BufRead}; [INFO] [stderr] | --------- the item `BufReader` is already imported here [INFO] [stderr] ... [INFO] [stderr] 53 | use std::io::BufReader; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:35 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:59 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.09s [INFO] running `"docker" "inspect" "2660c0402d548641abe9269f413e35339c3d81b39c8a7a35f5f125542744381c"` [INFO] running `"docker" "rm" "-f" "2660c0402d548641abe9269f413e35339c3d81b39c8a7a35f5f125542744381c"` [INFO] [stdout] 2660c0402d548641abe9269f413e35339c3d81b39c8a7a35f5f125542744381c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdsherry/ministat:/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] d09c59cb5c25849ca31a9de371f3c6fa0cea9c4eadbee1b62f482cd8f8533b91 [INFO] running `"docker" "start" "-a" "d09c59cb5c25849ca31a9de371f3c6fa0cea9c4eadbee1b62f482cd8f8533b91"` [INFO] [stderr] Compiling ministat v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `BufReader` is imported redundantly [INFO] [stderr] --> src/data.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{BufReader, BufRead}; [INFO] [stderr] | --------- the item `BufReader` is already imported here [INFO] [stderr] ... [INFO] [stderr] 53 | use std::io::BufReader; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:35 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:59 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `"docker" "inspect" "d09c59cb5c25849ca31a9de371f3c6fa0cea9c4eadbee1b62f482cd8f8533b91"` [INFO] running `"docker" "rm" "-f" "d09c59cb5c25849ca31a9de371f3c6fa0cea9c4eadbee1b62f482cd8f8533b91"` [INFO] [stdout] d09c59cb5c25849ca31a9de371f3c6fa0cea9c4eadbee1b62f482cd8f8533b91 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/mdsherry/ministat:/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] 4166fe10e2a761f5b7515dd49d7002ef1961ae2334b45a035b684edba7e20deb [INFO] running `"docker" "start" "-a" "4166fe10e2a761f5b7515dd49d7002ef1961ae2334b45a035b684edba7e20deb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/ministat-86ad1f76e2feffbd [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" "4166fe10e2a761f5b7515dd49d7002ef1961ae2334b45a035b684edba7e20deb"` [INFO] running `"docker" "rm" "-f" "4166fe10e2a761f5b7515dd49d7002ef1961ae2334b45a035b684edba7e20deb"` [INFO] [stdout] 4166fe10e2a761f5b7515dd49d7002ef1961ae2334b45a035b684edba7e20deb