Oct 10 15:20:07.029 INFO testing schumacher-m/rpomo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:20:07.029 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:20:07.029 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:20:07.464 INFO blam! d128e6b44bc6eacbc64cabe5fb3cdf7992260070c38904d6c27ffe7c9250a5d8 Oct 10 15:20:07.472 INFO running `"docker" "start" "-a" "d128e6b44bc6eacbc64cabe5fb3cdf7992260070c38904d6c27ffe7c9250a5d8"` Oct 10 15:20:09.111 INFO kablam! usermod: no changes Oct 10 15:20:09.292 INFO kablam! Compiling chrono v0.4.0 Oct 10 15:20:13.188 INFO kablam! Compiling rpomo v1.0.2 (/source) Oct 10 15:20:14.768 INFO kablam! 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. Oct 10 15:20:14.769 INFO kablam! --> src/pomodoro/mod.rs:166:26 Oct 10 15:20:14.769 INFO kablam! | Oct 10 15:20:14.770 INFO kablam! 166 | format!("{}/{}", env::home_dir().unwrap().display(), CONFIG_FILENAME) Oct 10 15:20:14.770 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:20:14.770 INFO kablam! | Oct 10 15:20:14.770 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 15:20:14.771 INFO kablam! Oct 10 15:20:16.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.82s Oct 10 15:20:16.976 INFO kablam! su: No module specific data is present Oct 10 15:20:17.989 INFO running `"docker" "rm" "-f" "d128e6b44bc6eacbc64cabe5fb3cdf7992260070c38904d6c27ffe7c9250a5d8"` Oct 10 15:20:18.308 INFO blam! d128e6b44bc6eacbc64cabe5fb3cdf7992260070c38904d6c27ffe7c9250a5d8 Oct 10 15:20:18.316 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:20:18.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:20:18.773 INFO blam! 066170c3a41f9f902b9a5d782fe21c8e18c6e505e86246cbf1b6a9c8a736e39e Oct 10 15:20:18.779 INFO running `"docker" "start" "-a" "066170c3a41f9f902b9a5d782fe21c8e18c6e505e86246cbf1b6a9c8a736e39e"` Oct 10 15:20:20.256 INFO kablam! usermod: no changes Oct 10 15:20:20.372 INFO kablam! Compiling rpomo v1.0.2 (/source) Oct 10 15:20:21.844 INFO kablam! 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. Oct 10 15:20:21.844 INFO kablam! --> src/pomodoro/mod.rs:334:24 Oct 10 15:20:21.844 INFO kablam! | Oct 10 15:20:21.844 INFO kablam! 334 | let home_dir = env::home_dir().unwrap(); Oct 10 15:20:21.844 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:20:21.844 INFO kablam! | Oct 10 15:20:21.844 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 15:20:21.844 INFO kablam! Oct 10 15:20:21.844 INFO kablam! 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. Oct 10 15:20:21.844 INFO kablam! --> src/pomodoro/mod.rs:166:26 Oct 10 15:20:21.844 INFO kablam! | Oct 10 15:20:21.845 INFO kablam! 166 | format!("{}/{}", env::home_dir().unwrap().display(), CONFIG_FILENAME) Oct 10 15:20:21.845 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:20:21.845 INFO kablam! Oct 10 15:20:23.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 10 15:20:23.640 INFO kablam! su: No module specific data is present Oct 10 15:20:24.678 INFO running `"docker" "rm" "-f" "066170c3a41f9f902b9a5d782fe21c8e18c6e505e86246cbf1b6a9c8a736e39e"` Oct 10 15:20:25.013 INFO blam! 066170c3a41f9f902b9a5d782fe21c8e18c6e505e86246cbf1b6a9c8a736e39e Oct 10 15:20:25.020 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:20:25.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:20:25.577 INFO blam! 64d7fc59f8278d4ae83b0988c67c64f83ca2fdf42e86957ccb1548b1aa4da434 Oct 10 15:20:25.579 INFO running `"docker" "start" "-a" "64d7fc59f8278d4ae83b0988c67c64f83ca2fdf42e86957ccb1548b1aa4da434"` Oct 10 15:20:27.328 INFO kablam! usermod: no changes Oct 10 15:20:27.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 10 15:20:27.496 INFO blam! Oct 10 15:20:27.497 INFO kablam! Running /target/debug/deps/rpomo-9454fcbd0af85dc2 Oct 10 15:20:27.497 INFO blam! running 15 tests Oct 10 15:20:27.498 INFO blam! test pomodoro::tests::it_can_handle_empty_work_date_time ... ok Oct 10 15:20:27.498 INFO blam! test pomodoro::tests::it_returns_on_exceeding_break_time ... ok Oct 10 15:20:27.498 INFO blam! test pomodoro::tests::it_increases_work_count ... ok Oct 10 15:20:27.498 INFO blam! test pomodoro::tests::it_returns_false_if_not_working ... ok Oct 10 15:20:27.499 INFO blam! test pomodoro::tests::it_can_handle_empty_break_date_time ... ok Oct 10 15:20:27.499 INFO blam! test pomodoro::tests::it_returns_false_if_not_break_is_active ... ok Oct 10 15:20:27.499 INFO blam! test pomodoro::tests::it_returns_the_default_file_path ... ok Oct 10 15:20:27.500 INFO blam! test pomodoro::tests::it_triggers_a_long_break ... ok Oct 10 15:20:27.500 INFO blam! test pomodoro::tests::it_returns_on_exceeding_long_break_time ... ok Oct 10 15:20:27.512 INFO blam! test pomodoro::tests::it_triggers_a_break ... ok Oct 10 15:20:27.512 INFO blam! test pomodoro::tests::it_triggers_stop ... ok Oct 10 15:20:27.512 INFO blam! test pomodoro::tests::it_returns_on_exceeding_work_time ... ok Oct 10 15:20:27.513 INFO blam! test pomodoro::tests::it_triggers_start ... ok Oct 10 15:20:27.513 INFO blam! test pomodoro::tests::it_returns_state ... ok Oct 10 15:20:27.513 INFO blam! test pomodoro::tests::it_returns_a_status_string ... ok Oct 10 15:20:27.514 INFO blam! Oct 10 15:20:27.514 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:20:27.514 INFO blam! Oct 10 15:20:27.536 INFO kablam! su: No module specific data is present Oct 10 15:20:28.376 INFO running `"docker" "rm" "-f" "64d7fc59f8278d4ae83b0988c67c64f83ca2fdf42e86957ccb1548b1aa4da434"` Oct 10 15:20:28.716 INFO blam! 64d7fc59f8278d4ae83b0988c67c64f83ca2fdf42e86957ccb1548b1aa4da434