Nov 16 19:44:46.056 INFO testing michael-ar/rust-footy-cli against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 19:44:46.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 19:44:46.331 INFO [stdout] 53ff55faf4b9ca7955daa22f7d1cba4d0c946a223316f5ef0d2bed281efec323 Nov 16 19:44:46.334 INFO running `"docker" "start" "-a" "53ff55faf4b9ca7955daa22f7d1cba4d0c946a223316f5ef0d2bed281efec323"` Nov 16 19:44:47.640 INFO [stderr] usermod: no changes Nov 16 19:44:47.987 INFO [stderr] Compiling encode_unicode v0.3.1 Nov 16 19:44:47.991 INFO [stderr] Compiling memchr v1.0.2 Nov 16 19:44:47.991 INFO [stderr] Compiling termios v0.2.2 Nov 16 19:44:47.991 INFO [stderr] Compiling tokio-service v0.1.0 Nov 16 19:44:47.991 INFO [stderr] Compiling relay v0.1.1 Nov 16 19:44:47.996 INFO [stderr] Compiling clicolors-control v0.2.0 Nov 16 19:44:47.997 INFO [stderr] Compiling want v0.0.4 Nov 16 19:44:47.998 INFO [stderr] Compiling smallvec v0.6.4 Nov 16 19:44:49.859 INFO [stderr] Compiling clap v2.29.4 Nov 16 19:44:50.092 INFO [stderr] Compiling tokio-io v0.1.7 Nov 16 19:44:50.095 INFO [stderr] Compiling tempfile v2.2.0 Nov 16 19:44:50.679 INFO [stderr] Compiling tokio-threadpool v0.1.5 Nov 16 19:44:50.700 INFO [stderr] Compiling csv v0.15.0 Nov 16 19:44:50.701 INFO [stderr] Compiling parking_lot_core v0.2.14 Nov 16 19:44:50.753 INFO [stderr] Compiling libflate v0.1.16 Nov 16 19:44:54.135 INFO [stderr] Compiling chrono v0.4.5 Nov 16 19:44:54.211 INFO [stderr] Compiling phf_generator v0.7.22 Nov 16 19:44:58.843 INFO [stderr] Compiling phf_codegen v0.7.22 Nov 16 19:44:58.858 INFO [stderr] Compiling tokio-codec v0.1.0 Nov 16 19:44:58.943 INFO [stderr] Compiling tokio-reactor v0.1.2 Nov 16 19:44:59.071 INFO [stderr] Compiling parking_lot v0.6.3 Nov 16 19:45:05.575 INFO [stderr] Compiling prettytable-rs v0.6.7 Nov 16 19:45:05.604 INFO [stderr] Compiling mime_guess v2.0.0-alpha.6 Nov 16 19:45:05.604 INFO [stderr] Compiling console v0.6.1 Nov 16 19:45:05.643 INFO [stderr] Compiling tokio-fs v0.1.2 Nov 16 19:45:05.895 INFO [stderr] Compiling tokio-udp v0.1.1 Nov 16 19:45:05.895 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 16 19:45:09.715 INFO [stderr] Compiling tokio v0.1.7 Nov 16 19:45:11.318 INFO [stderr] Compiling dialoguer v0.1.0 Nov 16 19:45:14.909 INFO [stderr] Compiling tokio-core v0.1.17 Nov 16 19:45:18.353 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 16 19:45:18.353 INFO [stderr] Compiling tokio-tls v0.1.4 Nov 16 19:45:20.754 INFO [stderr] Compiling hyper v0.11.27 Nov 16 19:45:31.479 INFO [stderr] Compiling hyper-tls v0.1.3 Nov 16 19:45:33.663 INFO [stderr] Compiling reqwest v0.8.6 Nov 16 19:45:43.039 INFO [stderr] Compiling footy v0.1.2 (/source) Nov 16 19:45:46.067 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 16 19:45:46.068 INFO [stderr] --> src/utils.rs:19:20 Nov 16 19:45:46.068 INFO [stderr] | Nov 16 19:45:46.068 INFO [stderr] 19 | let mut path = env::home_dir().unwrap(); Nov 16 19:45:46.069 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 19:45:46.069 INFO [stderr] | Nov 16 19:45:46.069 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 19:45:46.069 INFO [stderr] Nov 16 19:45:46.070 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 16 19:45:46.070 INFO [stderr] --> src/utils.rs:38:20 Nov 16 19:45:46.070 INFO [stderr] | Nov 16 19:45:46.071 INFO [stderr] 38 | let mut path = env::home_dir().unwrap(); Nov 16 19:45:46.071 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 19:45:46.071 INFO [stderr] Nov 16 19:45:46.071 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 16 19:45:46.072 INFO [stderr] --> src/main.rs:36:24 Nov 16 19:45:46.072 INFO [stderr] | Nov 16 19:45:46.072 INFO [stderr] 36 | let mut path = env::home_dir().unwrap(); Nov 16 19:45:46.073 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 19:45:46.073 INFO [stderr] Nov 16 19:45:54.612 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Nov 16 19:45:54.651 INFO [stderr] su: No module specific data is present Nov 16 19:45:55.353 INFO running `"docker" "inspect" "53ff55faf4b9ca7955daa22f7d1cba4d0c946a223316f5ef0d2bed281efec323"` Nov 16 19:45:55.747 INFO running `"docker" "rm" "-f" "53ff55faf4b9ca7955daa22f7d1cba4d0c946a223316f5ef0d2bed281efec323"` Nov 16 19:45:56.095 INFO [stdout] 53ff55faf4b9ca7955daa22f7d1cba4d0c946a223316f5ef0d2bed281efec323 Nov 16 19:45:56.098 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 19:45:56.691 INFO [stdout] e13508c621a30e9a19665f55175150a93657bb2fcc7170fe45fa5bb96051f1c0 Nov 16 19:45:56.693 INFO running `"docker" "start" "-a" "e13508c621a30e9a19665f55175150a93657bb2fcc7170fe45fa5bb96051f1c0"` Nov 16 19:45:57.967 INFO [stderr] usermod: no changes Nov 16 19:45:58.252 INFO [stderr] Compiling footy v0.1.2 (/source) Nov 16 19:46:01.187 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 16 19:46:01.187 INFO [stderr] --> src/utils.rs:19:20 Nov 16 19:46:01.187 INFO [stderr] | Nov 16 19:46:01.187 INFO [stderr] 19 | let mut path = env::home_dir().unwrap(); Nov 16 19:46:01.187 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 19:46:01.187 INFO [stderr] | Nov 16 19:46:01.187 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 19:46:01.187 INFO [stderr] Nov 16 19:46:01.187 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 16 19:46:01.187 INFO [stderr] --> src/utils.rs:38:20 Nov 16 19:46:01.187 INFO [stderr] | Nov 16 19:46:01.187 INFO [stderr] 38 | let mut path = env::home_dir().unwrap(); Nov 16 19:46:01.187 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 19:46:01.187 INFO [stderr] Nov 16 19:46:01.187 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Nov 16 19:46:01.187 INFO [stderr] --> src/main.rs:36:24 Nov 16 19:46:01.187 INFO [stderr] | Nov 16 19:46:01.187 INFO [stderr] 36 | let mut path = env::home_dir().unwrap(); Nov 16 19:46:01.187 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 19:46:01.187 INFO [stderr] Nov 16 19:46:02.342 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.35s Nov 16 19:46:02.362 INFO [stderr] su: No module specific data is present Nov 16 19:46:03.515 INFO running `"docker" "inspect" "e13508c621a30e9a19665f55175150a93657bb2fcc7170fe45fa5bb96051f1c0"` Nov 16 19:46:03.859 INFO running `"docker" "rm" "-f" "e13508c621a30e9a19665f55175150a93657bb2fcc7170fe45fa5bb96051f1c0"` Nov 16 19:46:04.111 INFO [stdout] e13508c621a30e9a19665f55175150a93657bb2fcc7170fe45fa5bb96051f1c0 Nov 16 19:46:04.121 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 19:46:04.601 INFO [stdout] ca9eac506ff23007dcc2d3739db725dbdbc4f33c357a2c5a2cd173edff36148b Nov 16 19:46:04.604 INFO running `"docker" "start" "-a" "ca9eac506ff23007dcc2d3739db725dbdbc4f33c357a2c5a2cd173edff36148b"` Nov 16 19:46:06.175 INFO [stderr] usermod: no changes Nov 16 19:46:06.556 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.32s Nov 16 19:46:06.567 INFO [stderr] Running /target/debug/deps/footy-edecde84c70c4cb1 Nov 16 19:46:06.570 INFO [stdout] Nov 16 19:46:06.570 INFO [stdout] running 0 tests Nov 16 19:46:06.570 INFO [stdout] Nov 16 19:46:06.570 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 19:46:06.570 INFO [stdout] Nov 16 19:46:06.583 INFO [stderr] su: No module specific data is present Nov 16 19:46:08.259 INFO running `"docker" "inspect" "ca9eac506ff23007dcc2d3739db725dbdbc4f33c357a2c5a2cd173edff36148b"` Nov 16 19:46:08.603 INFO running `"docker" "rm" "-f" "ca9eac506ff23007dcc2d3739db725dbdbc4f33c357a2c5a2cd173edff36148b"` Nov 16 19:46:08.835 INFO [stdout] ca9eac506ff23007dcc2d3739db725dbdbc4f33c357a2c5a2cd173edff36148b