Dec 13 04:15:38.295 INFO testing schumacher-m/rpomo against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 04:15:38.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 13 04:15:38.802 INFO [stdout] 64f64033e17adda2063fe88b2a0c5e1cdb39e09012c88b81136bdd05a0094dc2 Dec 13 04:15:38.804 INFO running `"docker" "start" "-a" "64f64033e17adda2063fe88b2a0c5e1cdb39e09012c88b81136bdd05a0094dc2"` Dec 13 04:15:40.515 INFO [stderr] usermod: no changes Dec 13 04:15:40.655 INFO [stderr] Compiling serde_json v1.0.9 Dec 13 04:15:40.655 INFO [stderr] Compiling clap v2.29.2 Dec 13 04:15:40.663 INFO [stderr] Compiling num v0.1.41 Dec 13 04:15:41.293 INFO [stderr] Compiling chrono v0.4.0 Dec 13 04:16:04.359 INFO [stderr] Compiling rpomo v1.0.2 (/source) Dec 13 04:16:05.047 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 13 04:16:05.047 INFO [stderr] --> src/pomodoro/mod.rs:166:26 Dec 13 04:16:05.047 INFO [stderr] | Dec 13 04:16:05.047 INFO [stderr] 166 | format!("{}/{}", env::home_dir().unwrap().display(), CONFIG_FILENAME) Dec 13 04:16:05.047 INFO [stderr] | ^^^^^^^^^^^^^ Dec 13 04:16:05.047 INFO [stderr] | Dec 13 04:16:05.047 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 13 04:16:05.047 INFO [stderr] Dec 13 04:16:07.532 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.00s Dec 13 04:16:07.538 INFO [stderr] su: No module specific data is present Dec 13 04:16:09.093 INFO running `"docker" "inspect" "64f64033e17adda2063fe88b2a0c5e1cdb39e09012c88b81136bdd05a0094dc2"` Dec 13 04:16:09.405 INFO running `"docker" "rm" "-f" "64f64033e17adda2063fe88b2a0c5e1cdb39e09012c88b81136bdd05a0094dc2"` Dec 13 04:16:09.697 INFO [stdout] 64f64033e17adda2063fe88b2a0c5e1cdb39e09012c88b81136bdd05a0094dc2 Dec 13 04:16:09.705 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 13 04:16:10.220 INFO [stdout] 635bc7b3061c27b3fdf1ec1fe17ff4bf5e7e814ef0b3edcfe4ac24e132c17194 Dec 13 04:16:10.223 INFO running `"docker" "start" "-a" "635bc7b3061c27b3fdf1ec1fe17ff4bf5e7e814ef0b3edcfe4ac24e132c17194"` Dec 13 04:16:12.199 INFO [stderr] usermod: no changes Dec 13 04:16:12.335 INFO [stderr] Compiling rpomo v1.0.2 (/source) Dec 13 04:16:12.879 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 13 04:16:12.879 INFO [stderr] --> src/pomodoro/mod.rs:334:24 Dec 13 04:16:12.879 INFO [stderr] | Dec 13 04:16:12.879 INFO [stderr] 334 | let home_dir = env::home_dir().unwrap(); Dec 13 04:16:12.879 INFO [stderr] | ^^^^^^^^^^^^^ Dec 13 04:16:12.879 INFO [stderr] | Dec 13 04:16:12.879 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 13 04:16:12.879 INFO [stderr] Dec 13 04:16:12.879 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 13 04:16:12.879 INFO [stderr] --> src/pomodoro/mod.rs:166:26 Dec 13 04:16:12.879 INFO [stderr] | Dec 13 04:16:12.879 INFO [stderr] 166 | format!("{}/{}", env::home_dir().unwrap().display(), CONFIG_FILENAME) Dec 13 04:16:12.879 INFO [stderr] | ^^^^^^^^^^^^^ Dec 13 04:16:12.879 INFO [stderr] Dec 13 04:16:14.737 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.51s Dec 13 04:16:14.743 INFO [stderr] su: No module specific data is present Dec 13 04:16:15.403 INFO running `"docker" "inspect" "635bc7b3061c27b3fdf1ec1fe17ff4bf5e7e814ef0b3edcfe4ac24e132c17194"` Dec 13 04:16:15.568 INFO running `"docker" "rm" "-f" "635bc7b3061c27b3fdf1ec1fe17ff4bf5e7e814ef0b3edcfe4ac24e132c17194"` Dec 13 04:16:15.730 INFO [stdout] 635bc7b3061c27b3fdf1ec1fe17ff4bf5e7e814ef0b3edcfe4ac24e132c17194 Dec 13 04:16:15.730 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 13 04:16:16.118 INFO [stdout] 2d22b4cb3f3f875d07c3bc8e97b4611a0fc4119b04a73d64ebde462560dd85f0 Dec 13 04:16:16.122 INFO running `"docker" "start" "-a" "2d22b4cb3f3f875d07c3bc8e97b4611a0fc4119b04a73d64ebde462560dd85f0"` Dec 13 04:16:16.544 INFO [stderr] usermod: no changes Dec 13 04:16:16.610 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s Dec 13 04:16:16.623 INFO [stderr] Running /target/debug/deps/rpomo-46eae8d842785b45 Dec 13 04:16:16.631 INFO [stdout] Dec 13 04:16:16.631 INFO [stdout] running 15 tests Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_can_handle_empty_break_date_time ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_returns_a_status_string ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_returns_false_if_not_working ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_returns_false_if_not_break_is_active ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_can_handle_empty_work_date_time ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_increases_work_count ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_triggers_start ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_triggers_a_long_break ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_triggers_a_break ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_returns_the_default_file_path ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_triggers_stop ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_returns_on_exceeding_long_break_time ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_returns_on_exceeding_work_time ... ok Dec 13 04:16:16.634 INFO [stdout] test pomodoro::tests::it_returns_state ... ok Dec 13 04:16:16.635 INFO [stdout] test pomodoro::tests::it_returns_on_exceeding_break_time ... ok Dec 13 04:16:16.635 INFO [stdout] Dec 13 04:16:16.635 INFO [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 04:16:16.635 INFO [stdout] Dec 13 04:16:16.640 INFO [stderr] su: No module specific data is present Dec 13 04:16:17.095 INFO running `"docker" "inspect" "2d22b4cb3f3f875d07c3bc8e97b4611a0fc4119b04a73d64ebde462560dd85f0"` Dec 13 04:16:17.401 INFO running `"docker" "rm" "-f" "2d22b4cb3f3f875d07c3bc8e97b4611a0fc4119b04a73d64ebde462560dd85f0"` Dec 13 04:16:17.619 INFO [stdout] 2d22b4cb3f3f875d07c3bc8e97b4611a0fc4119b04a73d64ebde462560dd85f0