Dec 05 20:21:45.888 INFO testing jamesmunns/zeit-rs against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 20:21:45.888 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 05 20:21:46.064 INFO [stdout] 2a7be7da3cd3eb86bbce223328720756e593338ec4a912bfc91a601fddc06467 Dec 05 20:21:46.066 INFO running `"docker" "start" "-a" "2a7be7da3cd3eb86bbce223328720756e593338ec4a912bfc91a601fddc06467"` Dec 05 20:21:46.508 INFO [stderr] usermod: no changes Dec 05 20:21:46.526 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 20:21:46.526 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 20:21:46.526 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 20:21:46.526 INFO [stderr] files will be included as a binary target: Dec 05 20:21:46.526 INFO [stderr] Dec 05 20:21:46.526 INFO [stderr] * /source/src/main.rs Dec 05 20:21:46.526 INFO [stderr] Dec 05 20:21:46.526 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 20:21:46.526 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 20:21:46.526 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 20:21:46.526 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 20:21:46.526 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 20:21:46.526 INFO [stderr] Dec 05 20:21:46.526 INFO [stderr] For more information on this warning you can consult Dec 05 20:21:46.526 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 20:21:46.526 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Dec 05 20:21:46.526 INFO [stderr] please set bin.path in Cargo.toml Dec 05 20:21:46.610 INFO [stderr] Compiling dtoa v0.3.1 Dec 05 20:21:46.614 INFO [stderr] Compiling humantime v1.0.0 Dec 05 20:21:46.614 INFO [stderr] Compiling toml v0.3.1 Dec 05 20:21:46.615 INFO [stderr] Compiling ordered-float v0.2.3 Dec 05 20:21:46.615 INFO [stderr] Compiling uuid v0.4.0 Dec 05 20:21:46.623 INFO [stderr] Compiling yaml-rust v0.3.5 Dec 05 20:21:46.623 INFO [stderr] Compiling chrono v0.3.0 Dec 05 20:21:47.886 INFO [stderr] Compiling serde-value v0.3.1 Dec 05 20:21:52.720 INFO [stderr] Compiling serde_yaml v0.5.1 Dec 05 20:21:54.775 INFO [stderr] Compiling log4rs v0.5.2 Dec 05 20:21:59.098 INFO [stderr] Compiling zeit-rs v0.1.2 (/source) Dec 05 20:21:59.952 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. Dec 05 20:21:59.953 INFO [stderr] --> src/cli.rs:29:16 Dec 05 20:21:59.953 INFO [stderr] | Dec 05 20:21:59.953 INFO [stderr] 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Dec 05 20:21:59.953 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 20:21:59.953 INFO [stderr] | Dec 05 20:21:59.953 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 05 20:21:59.953 INFO [stderr] Dec 05 20:22:00.220 INFO [stderr] warning: method is never used: `new` Dec 05 20:22:00.220 INFO [stderr] --> src/pomodoro.rs:45:5 Dec 05 20:22:00.220 INFO [stderr] | Dec 05 20:22:00.220 INFO [stderr] 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Dec 05 20:22:00.220 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 20:22:00.220 INFO [stderr] | Dec 05 20:22:00.220 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 05 20:22:00.220 INFO [stderr] Dec 05 20:22:01.832 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.30s Dec 05 20:22:01.834 INFO [stderr] su: No module specific data is present Dec 05 20:22:02.157 INFO running `"docker" "inspect" "2a7be7da3cd3eb86bbce223328720756e593338ec4a912bfc91a601fddc06467"` Dec 05 20:22:02.221 INFO running `"docker" "rm" "-f" "2a7be7da3cd3eb86bbce223328720756e593338ec4a912bfc91a601fddc06467"` Dec 05 20:22:02.296 INFO [stdout] 2a7be7da3cd3eb86bbce223328720756e593338ec4a912bfc91a601fddc06467 Dec 05 20:22:02.298 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 05 20:22:02.656 INFO [stdout] d5dcfc7ae956dec66f4b612bd11ab02d2df596e5827cba67aafb59f2735fac87 Dec 05 20:22:02.658 INFO running `"docker" "start" "-a" "d5dcfc7ae956dec66f4b612bd11ab02d2df596e5827cba67aafb59f2735fac87"` Dec 05 20:22:03.527 INFO [stderr] usermod: no changes Dec 05 20:22:03.563 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 20:22:03.563 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 20:22:03.563 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 20:22:03.563 INFO [stderr] files will be included as a binary target: Dec 05 20:22:03.563 INFO [stderr] Dec 05 20:22:03.563 INFO [stderr] * /source/src/main.rs Dec 05 20:22:03.563 INFO [stderr] Dec 05 20:22:03.563 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 20:22:03.563 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 20:22:03.563 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 20:22:03.563 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 20:22:03.563 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 20:22:03.563 INFO [stderr] Dec 05 20:22:03.563 INFO [stderr] For more information on this warning you can consult Dec 05 20:22:03.563 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 20:22:03.563 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Dec 05 20:22:03.563 INFO [stderr] please set bin.path in Cargo.toml Dec 05 20:22:03.654 INFO [stderr] Compiling zeit-rs v0.1.2 (/source) Dec 05 20:22:04.463 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. Dec 05 20:22:04.463 INFO [stderr] --> src/cli.rs:29:16 Dec 05 20:22:04.463 INFO [stderr] | Dec 05 20:22:04.463 INFO [stderr] 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Dec 05 20:22:04.463 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 20:22:04.463 INFO [stderr] | Dec 05 20:22:04.463 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 05 20:22:04.463 INFO [stderr] Dec 05 20:22:04.696 INFO [stderr] warning: method is never used: `new` Dec 05 20:22:04.696 INFO [stderr] --> src/pomodoro.rs:45:5 Dec 05 20:22:04.696 INFO [stderr] | Dec 05 20:22:04.696 INFO [stderr] 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Dec 05 20:22:04.696 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 20:22:04.696 INFO [stderr] | Dec 05 20:22:04.696 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 05 20:22:04.696 INFO [stderr] Dec 05 20:22:07.300 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.74s Dec 05 20:22:07.308 INFO [stderr] su: No module specific data is present Dec 05 20:22:08.076 INFO running `"docker" "inspect" "d5dcfc7ae956dec66f4b612bd11ab02d2df596e5827cba67aafb59f2735fac87"` Dec 05 20:22:08.304 INFO running `"docker" "rm" "-f" "d5dcfc7ae956dec66f4b612bd11ab02d2df596e5827cba67aafb59f2735fac87"` Dec 05 20:22:08.568 INFO [stdout] d5dcfc7ae956dec66f4b612bd11ab02d2df596e5827cba67aafb59f2735fac87 Dec 05 20:22:08.575 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 05 20:22:09.057 INFO [stdout] 50e09594dfdd6c4f6983d8359f1567441b43d6ec74e2b74219e84763128429a7 Dec 05 20:22:09.059 INFO running `"docker" "start" "-a" "50e09594dfdd6c4f6983d8359f1567441b43d6ec74e2b74219e84763128429a7"` Dec 05 20:22:10.437 INFO [stderr] usermod: no changes Dec 05 20:22:10.514 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 20:22:10.514 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 20:22:10.514 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 20:22:10.514 INFO [stderr] files will be included as a binary target: Dec 05 20:22:10.514 INFO [stderr] Dec 05 20:22:10.514 INFO [stderr] * /source/src/main.rs Dec 05 20:22:10.514 INFO [stderr] Dec 05 20:22:10.514 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 20:22:10.514 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 20:22:10.514 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 20:22:10.514 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 20:22:10.514 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 20:22:10.514 INFO [stderr] Dec 05 20:22:10.514 INFO [stderr] For more information on this warning you can consult Dec 05 20:22:10.514 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 20:22:10.514 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Dec 05 20:22:10.514 INFO [stderr] please set bin.path in Cargo.toml Dec 05 20:22:10.636 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s Dec 05 20:22:10.652 INFO [stderr] Running /target/debug/deps/zeit-d1b055aee2063427 Dec 05 20:22:10.658 INFO [stdout] Dec 05 20:22:10.658 INFO [stdout] running 2 tests Dec 05 20:22:10.677 INFO [stdout] test pomodoro::tests::history_deserialize ... ok Dec 05 20:22:10.677 INFO [stdout] test pomodoro::tests::history_serialize ... ok Dec 05 20:22:10.677 INFO [stdout] Dec 05 20:22:10.677 INFO [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 20:22:10.677 INFO [stdout] Dec 05 20:22:10.685 INFO [stderr] su: No module specific data is present Dec 05 20:22:11.474 INFO running `"docker" "inspect" "50e09594dfdd6c4f6983d8359f1567441b43d6ec74e2b74219e84763128429a7"` Dec 05 20:22:11.728 INFO running `"docker" "rm" "-f" "50e09594dfdd6c4f6983d8359f1567441b43d6ec74e2b74219e84763128429a7"` Dec 05 20:22:12.051 INFO [stdout] 50e09594dfdd6c4f6983d8359f1567441b43d6ec74e2b74219e84763128429a7