Nov 17 17:30:06.680 INFO testing zeit-rs-0.1.2 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 17:30:06.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/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 17 17:30:07.338 INFO [stdout] d3023111032a800c276c3376c7d55450afb9c46d94e1f40d6a2d16c74b0d35f6 Nov 17 17:30:07.341 INFO running `"docker" "start" "-a" "d3023111032a800c276c3376c7d55450afb9c46d94e1f40d6a2d16c74b0d35f6"` Nov 17 17:30:08.282 INFO [stderr] usermod: no changes Nov 17 17:30:08.331 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 17:30:08.331 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 17:30:08.331 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 17:30:08.331 INFO [stderr] files will be included as a binary target: Nov 17 17:30:08.331 INFO [stderr] Nov 17 17:30:08.331 INFO [stderr] * /source/src/main.rs Nov 17 17:30:08.331 INFO [stderr] Nov 17 17:30:08.331 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 17:30:08.331 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 17:30:08.331 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 17:30:08.331 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 17:30:08.331 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 17:30:08.331 INFO [stderr] Nov 17 17:30:08.331 INFO [stderr] For more information on this warning you can consult Nov 17 17:30:08.331 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 17:30:08.331 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Nov 17 17:30:08.331 INFO [stderr] please set bin.path in Cargo.toml Nov 17 17:30:08.459 INFO [stderr] Compiling toml v0.2.1 Nov 17 17:30:08.459 INFO [stderr] Compiling ordered-float v0.2.3 Nov 17 17:30:09.615 INFO [stderr] Compiling serde-value v0.3.1 Nov 17 17:30:11.451 INFO [stderr] Compiling log4rs v0.5.2 Nov 17 17:30:19.502 INFO [stderr] Compiling zeit-rs v0.1.2 (/source) Nov 17 17:30:20.431 INFO [stderr] warning: unused import: `clap` Nov 17 17:30:20.431 INFO [stderr] --> src/cli.rs:1:5 Nov 17 17:30:20.431 INFO [stderr] | Nov 17 17:30:20.431 INFO [stderr] 1 | use clap; Nov 17 17:30:20.431 INFO [stderr] | ^^^^ Nov 17 17:30:20.431 INFO [stderr] | Nov 17 17:30:20.431 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 17:30:20.431 INFO [stderr] Nov 17 17:30:20.431 INFO [stderr] warning: unused import: `Arg` Nov 17 17:30:20.431 INFO [stderr] --> src/cli.rs:3:12 Nov 17 17:30:20.431 INFO [stderr] | Nov 17 17:30:20.431 INFO [stderr] 3 | use clap::{Arg, App, SubCommand}; Nov 17 17:30:20.431 INFO [stderr] | ^^^ Nov 17 17:30:20.431 INFO [stderr] Nov 17 17:30:20.437 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 17 17:30:20.437 INFO [stderr] --> src/cli.rs:29:16 Nov 17 17:30:20.437 INFO [stderr] | Nov 17 17:30:20.437 INFO [stderr] 29 | let home = env::home_dir() Nov 17 17:30:20.437 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 17:30:20.437 INFO [stderr] | Nov 17 17:30:20.437 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 17:30:20.437 INFO [stderr] Nov 17 17:30:21.687 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.38s Nov 17 17:30:21.691 INFO [stderr] su: No module specific data is present Nov 17 17:30:22.325 INFO running `"docker" "inspect" "d3023111032a800c276c3376c7d55450afb9c46d94e1f40d6a2d16c74b0d35f6"` Nov 17 17:30:22.552 INFO running `"docker" "rm" "-f" "d3023111032a800c276c3376c7d55450afb9c46d94e1f40d6a2d16c74b0d35f6"` Nov 17 17:30:22.825 INFO [stdout] d3023111032a800c276c3376c7d55450afb9c46d94e1f40d6a2d16c74b0d35f6 Nov 17 17:30:22.829 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/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 17 17:30:23.361 INFO [stdout] f42c340a19828b92f280b864d86efc20d077196ef1be52cea1dfea20cddc21d8 Nov 17 17:30:23.365 INFO running `"docker" "start" "-a" "f42c340a19828b92f280b864d86efc20d077196ef1be52cea1dfea20cddc21d8"` Nov 17 17:30:24.208 INFO [stderr] usermod: no changes Nov 17 17:30:24.250 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 17:30:24.250 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 17:30:24.250 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 17:30:24.251 INFO [stderr] files will be included as a binary target: Nov 17 17:30:24.251 INFO [stderr] Nov 17 17:30:24.251 INFO [stderr] * /source/src/main.rs Nov 17 17:30:24.251 INFO [stderr] Nov 17 17:30:24.251 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 17:30:24.251 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 17:30:24.251 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 17:30:24.251 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 17:30:24.251 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 17:30:24.251 INFO [stderr] Nov 17 17:30:24.251 INFO [stderr] For more information on this warning you can consult Nov 17 17:30:24.251 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 17:30:24.251 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Nov 17 17:30:24.251 INFO [stderr] please set bin.path in Cargo.toml Nov 17 17:30:24.337 INFO [stderr] Compiling zeit-rs v0.1.2 (/source) Nov 17 17:30:25.083 INFO [stderr] warning: unused import: `clap` Nov 17 17:30:25.083 INFO [stderr] --> src/cli.rs:1:5 Nov 17 17:30:25.083 INFO [stderr] | Nov 17 17:30:25.083 INFO [stderr] 1 | use clap; Nov 17 17:30:25.083 INFO [stderr] | ^^^^ Nov 17 17:30:25.083 INFO [stderr] | Nov 17 17:30:25.083 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 17:30:25.083 INFO [stderr] Nov 17 17:30:25.083 INFO [stderr] warning: unused import: `Arg` Nov 17 17:30:25.083 INFO [stderr] --> src/cli.rs:3:12 Nov 17 17:30:25.083 INFO [stderr] | Nov 17 17:30:25.083 INFO [stderr] 3 | use clap::{Arg, App, SubCommand}; Nov 17 17:30:25.083 INFO [stderr] | ^^^ Nov 17 17:30:25.083 INFO [stderr] Nov 17 17:30:25.101 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 17 17:30:25.101 INFO [stderr] --> src/cli.rs:29:16 Nov 17 17:30:25.101 INFO [stderr] | Nov 17 17:30:25.101 INFO [stderr] 29 | let home = env::home_dir() Nov 17 17:30:25.101 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 17:30:25.101 INFO [stderr] | Nov 17 17:30:25.101 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 17:30:25.101 INFO [stderr] Nov 17 17:30:25.388 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.15s Nov 17 17:30:25.395 INFO [stderr] su: No module specific data is present Nov 17 17:30:25.795 INFO running `"docker" "inspect" "f42c340a19828b92f280b864d86efc20d077196ef1be52cea1dfea20cddc21d8"` Nov 17 17:30:25.913 INFO running `"docker" "rm" "-f" "f42c340a19828b92f280b864d86efc20d077196ef1be52cea1dfea20cddc21d8"` Nov 17 17:30:26.028 INFO [stdout] f42c340a19828b92f280b864d86efc20d077196ef1be52cea1dfea20cddc21d8 Nov 17 17:30:26.030 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/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 17 17:30:26.275 INFO [stdout] 44ae905f962fa9eb182417494630874fd7b668ec925be83f54a1af428b7b7823 Nov 17 17:30:26.277 INFO running `"docker" "start" "-a" "44ae905f962fa9eb182417494630874fd7b668ec925be83f54a1af428b7b7823"` Nov 17 17:30:26.789 INFO [stderr] usermod: no changes Nov 17 17:30:26.827 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 17:30:26.827 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 17:30:26.827 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 17:30:26.827 INFO [stderr] files will be included as a binary target: Nov 17 17:30:26.827 INFO [stderr] Nov 17 17:30:26.827 INFO [stderr] * /source/src/main.rs Nov 17 17:30:26.827 INFO [stderr] Nov 17 17:30:26.827 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 17:30:26.827 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 17:30:26.827 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 17:30:26.827 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 17:30:26.827 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 17:30:26.827 INFO [stderr] Nov 17 17:30:26.827 INFO [stderr] For more information on this warning you can consult Nov 17 17:30:26.827 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 17:30:26.827 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Nov 17 17:30:26.827 INFO [stderr] please set bin.path in Cargo.toml Nov 17 17:30:26.876 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s Nov 17 17:30:26.890 INFO [stderr] Running /target/debug/deps/zeit-62287a210cd50951 Nov 17 17:30:26.892 INFO [stdout] Nov 17 17:30:26.892 INFO [stdout] running 0 tests Nov 17 17:30:26.892 INFO [stdout] Nov 17 17:30:26.892 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 17:30:26.892 INFO [stdout] Nov 17 17:30:26.894 INFO [stderr] su: No module specific data is present Nov 17 17:30:27.166 INFO running `"docker" "inspect" "44ae905f962fa9eb182417494630874fd7b668ec925be83f54a1af428b7b7823"` Nov 17 17:30:27.253 INFO running `"docker" "rm" "-f" "44ae905f962fa9eb182417494630874fd7b668ec925be83f54a1af428b7b7823"` Nov 17 17:30:27.415 INFO [stdout] 44ae905f962fa9eb182417494630874fd7b668ec925be83f54a1af428b7b7823