Nov 17 00:09:20.942 INFO testing jamesmunns/zeit-rs against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 00:09:20.943 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 00:09:21.419 INFO [stdout] 65826ebe31df3b52f3eade2c4f86548899c32cd4cb34615c8267e8bd8d115691 Nov 17 00:09:21.420 INFO running `"docker" "start" "-a" "65826ebe31df3b52f3eade2c4f86548899c32cd4cb34615c8267e8bd8d115691"` Nov 17 00:09:22.883 INFO [stderr] usermod: no changes Nov 17 00:09:22.919 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 00:09:22.919 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 00:09:22.919 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 00:09:22.919 INFO [stderr] files will be included as a binary target: Nov 17 00:09:22.919 INFO [stderr] Nov 17 00:09:22.919 INFO [stderr] * /source/src/main.rs Nov 17 00:09:22.919 INFO [stderr] Nov 17 00:09:22.919 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 00:09:22.919 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 00:09:22.919 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 00:09:22.919 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 00:09:22.919 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 00:09:22.919 INFO [stderr] Nov 17 00:09:22.919 INFO [stderr] For more information on this warning you can consult Nov 17 00:09:22.919 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 00:09:22.919 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Nov 17 00:09:22.919 INFO [stderr] please set bin.path in Cargo.toml Nov 17 00:09:23.034 INFO [stderr] Compiling dtoa v0.3.1 Nov 17 00:09:23.041 INFO [stderr] Compiling serde_test v0.8.23 Nov 17 00:09:23.041 INFO [stderr] Compiling humantime v1.0.0 Nov 17 00:09:23.041 INFO [stderr] Compiling toml v0.3.1 Nov 17 00:09:23.041 INFO [stderr] Compiling ordered-float v0.2.3 Nov 17 00:09:23.048 INFO [stderr] Compiling uuid v0.4.0 Nov 17 00:09:23.048 INFO [stderr] Compiling chrono v0.3.0 Nov 17 00:09:25.099 INFO [stderr] Compiling serde-value v0.3.1 Nov 17 00:09:26.695 INFO [stderr] Compiling linked-hash-map v0.3.0 Nov 17 00:09:27.427 INFO [stderr] Compiling yaml-rust v0.3.5 Nov 17 00:09:32.163 INFO [stderr] Compiling serde_yaml v0.5.1 Nov 17 00:09:33.497 INFO [stderr] Compiling log4rs v0.5.2 Nov 17 00:09:38.505 INFO [stderr] Compiling zeit-rs v0.1.2 (/source) Nov 17 00:09:39.132 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 00:09:39.132 INFO [stderr] --> src/cli.rs:29:16 Nov 17 00:09:39.132 INFO [stderr] | Nov 17 00:09:39.132 INFO [stderr] 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Nov 17 00:09:39.132 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 00:09:39.132 INFO [stderr] | Nov 17 00:09:39.132 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 00:09:39.132 INFO [stderr] Nov 17 00:09:39.324 INFO [stderr] warning: method is never used: `new` Nov 17 00:09:39.324 INFO [stderr] --> src/pomodoro.rs:45:5 Nov 17 00:09:39.324 INFO [stderr] | Nov 17 00:09:39.324 INFO [stderr] 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Nov 17 00:09:39.324 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 00:09:39.324 INFO [stderr] | Nov 17 00:09:39.324 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 00:09:39.324 INFO [stderr] Nov 17 00:09:40.408 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.50s Nov 17 00:09:40.416 INFO [stderr] su: No module specific data is present Nov 17 00:09:40.703 INFO running `"docker" "inspect" "65826ebe31df3b52f3eade2c4f86548899c32cd4cb34615c8267e8bd8d115691"` Nov 17 00:09:40.832 INFO running `"docker" "rm" "-f" "65826ebe31df3b52f3eade2c4f86548899c32cd4cb34615c8267e8bd8d115691"` Nov 17 00:09:40.932 INFO [stdout] 65826ebe31df3b52f3eade2c4f86548899c32cd4cb34615c8267e8bd8d115691 Nov 17 00:09:40.934 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 00:09:41.173 INFO [stdout] abdb759514b6d38692bdf9377c2dc367acd4833a4739345f7277401c02d28737 Nov 17 00:09:41.176 INFO running `"docker" "start" "-a" "abdb759514b6d38692bdf9377c2dc367acd4833a4739345f7277401c02d28737"` Nov 17 00:09:41.737 INFO [stderr] usermod: no changes Nov 17 00:09:41.759 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 00:09:41.759 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 00:09:41.759 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 00:09:41.759 INFO [stderr] files will be included as a binary target: Nov 17 00:09:41.759 INFO [stderr] Nov 17 00:09:41.759 INFO [stderr] * /source/src/main.rs Nov 17 00:09:41.759 INFO [stderr] Nov 17 00:09:41.759 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 00:09:41.759 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 00:09:41.759 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 00:09:41.759 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 00:09:41.759 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 00:09:41.759 INFO [stderr] Nov 17 00:09:41.759 INFO [stderr] For more information on this warning you can consult Nov 17 00:09:41.759 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 00:09:41.759 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Nov 17 00:09:41.759 INFO [stderr] please set bin.path in Cargo.toml Nov 17 00:09:41.823 INFO [stderr] Compiling zeit-rs v0.1.2 (/source) Nov 17 00:09:42.459 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 00:09:42.459 INFO [stderr] --> src/cli.rs:29:16 Nov 17 00:09:42.459 INFO [stderr] | Nov 17 00:09:42.459 INFO [stderr] 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Nov 17 00:09:42.459 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 00:09:42.459 INFO [stderr] | Nov 17 00:09:42.459 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 00:09:42.459 INFO [stderr] Nov 17 00:09:42.675 INFO [stderr] warning: method is never used: `new` Nov 17 00:09:42.675 INFO [stderr] --> src/pomodoro.rs:45:5 Nov 17 00:09:42.675 INFO [stderr] | Nov 17 00:09:42.675 INFO [stderr] 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Nov 17 00:09:42.675 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 00:09:42.675 INFO [stderr] | Nov 17 00:09:42.675 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 00:09:42.675 INFO [stderr] Nov 17 00:09:44.599 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.85s Nov 17 00:09:44.607 INFO [stderr] su: No module specific data is present Nov 17 00:09:44.946 INFO running `"docker" "inspect" "abdb759514b6d38692bdf9377c2dc367acd4833a4739345f7277401c02d28737"` Nov 17 00:09:45.149 INFO running `"docker" "rm" "-f" "abdb759514b6d38692bdf9377c2dc367acd4833a4739345f7277401c02d28737"` Nov 17 00:09:45.294 INFO [stdout] abdb759514b6d38692bdf9377c2dc367acd4833a4739345f7277401c02d28737 Nov 17 00:09:45.307 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 00:09:45.568 INFO [stdout] 222d5b106a82382a482d970fce0a0d18e586549e1e26d7b9f9a8cae04f433f86 Nov 17 00:09:45.572 INFO running `"docker" "start" "-a" "222d5b106a82382a482d970fce0a0d18e586549e1e26d7b9f9a8cae04f433f86"` Nov 17 00:09:46.189 INFO [stderr] usermod: no changes Nov 17 00:09:46.219 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 00:09:46.219 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 00:09:46.219 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 00:09:46.219 INFO [stderr] files will be included as a binary target: Nov 17 00:09:46.219 INFO [stderr] Nov 17 00:09:46.219 INFO [stderr] * /source/src/main.rs Nov 17 00:09:46.219 INFO [stderr] Nov 17 00:09:46.219 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 00:09:46.219 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 00:09:46.219 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 00:09:46.219 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 00:09:46.219 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 00:09:46.219 INFO [stderr] Nov 17 00:09:46.219 INFO [stderr] For more information on this warning you can consult Nov 17 00:09:46.219 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 00:09:46.219 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Nov 17 00:09:46.219 INFO [stderr] please set bin.path in Cargo.toml Nov 17 00:09:46.290 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s Nov 17 00:09:46.305 INFO [stderr] Running /target/debug/deps/zeit-a18d979ce4955652 Nov 17 00:09:46.312 INFO [stdout] Nov 17 00:09:46.312 INFO [stdout] running 2 tests Nov 17 00:09:46.315 INFO [stdout] test pomodoro::tests::history_deserialize ... ok Nov 17 00:09:46.316 INFO [stdout] test pomodoro::tests::history_serialize ... ok Nov 17 00:09:46.316 INFO [stdout] Nov 17 00:09:46.316 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 00:09:46.316 INFO [stdout] Nov 17 00:09:46.319 INFO [stderr] su: No module specific data is present Nov 17 00:09:46.981 INFO running `"docker" "inspect" "222d5b106a82382a482d970fce0a0d18e586549e1e26d7b9f9a8cae04f433f86"` Nov 17 00:09:47.183 INFO running `"docker" "rm" "-f" "222d5b106a82382a482d970fce0a0d18e586549e1e26d7b9f9a8cae04f433f86"` Nov 17 00:09:47.513 INFO [stdout] 222d5b106a82382a482d970fce0a0d18e586549e1e26d7b9f9a8cae04f433f86