Oct 21 20:54:53.025 INFO checking Moraxno/DayPlanner against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:54:53.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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"` Oct 21 20:54:53.638 INFO blam! 461e04435130353552f2feb42c0ad0d304855e9db4a4e1c963150cb874776421 Oct 21 20:54:53.640 INFO running `"docker" "start" "-a" "461e04435130353552f2feb42c0ad0d304855e9db4a4e1c963150cb874776421"` Oct 21 20:54:54.921 INFO kablam! usermod: no changes Oct 21 20:54:55.024 INFO kablam! Checking num-integer v0.1.38 Oct 21 20:54:55.729 INFO kablam! Checking num-iter v0.1.37 Oct 21 20:54:56.243 INFO kablam! Checking num v0.1.42 Oct 21 20:54:56.689 INFO kablam! Checking chrono v0.2.25 Oct 21 20:54:58.772 INFO kablam! Checking day_planner v0.1.0 (/source) Oct 21 20:54:59.564 INFO kablam! warning: unused variable: `ts` Oct 21 20:54:59.564 INFO kablam! --> src/main.rs:11:13 Oct 21 20:54:59.564 INFO kablam! | Oct 21 20:54:59.564 INFO kablam! 11 | let mut ts = TaskScheduler::new(); Oct 21 20:54:59.564 INFO kablam! | ^^ help: consider using `_ts` instead Oct 21 20:54:59.564 INFO kablam! | Oct 21 20:54:59.564 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:54:59.564 INFO kablam! Oct 21 20:54:59.564 INFO kablam! warning: unused variable: `self_sta_bef_other_end` Oct 21 20:54:59.564 INFO kablam! --> src/tasks/task.rs:41:13 Oct 21 20:54:59.564 INFO kablam! | Oct 21 20:54:59.564 INFO kablam! 41 | let self_sta_bef_other_end = self.start_time < other_end; Oct 21 20:54:59.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_self_sta_bef_other_end` instead Oct 21 20:54:59.564 INFO kablam! Oct 21 20:54:59.572 INFO kablam! warning: variable does not need to be mutable Oct 21 20:54:59.572 INFO kablam! --> src/main.rs:11:9 Oct 21 20:54:59.572 INFO kablam! | Oct 21 20:54:59.572 INFO kablam! 11 | let mut ts = TaskScheduler::new(); Oct 21 20:54:59.572 INFO kablam! | ----^^ Oct 21 20:54:59.572 INFO kablam! | | Oct 21 20:54:59.572 INFO kablam! | help: remove this `mut` Oct 21 20:54:59.572 INFO kablam! | Oct 21 20:54:59.572 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:54:59.572 INFO kablam! Oct 21 20:54:59.648 INFO kablam! warning: unused variable: `ts` Oct 21 20:54:59.648 INFO kablam! --> src/main.rs:11:13 Oct 21 20:54:59.648 INFO kablam! | Oct 21 20:54:59.648 INFO kablam! 11 | let mut ts = TaskScheduler::new(); Oct 21 20:54:59.648 INFO kablam! | ^^ help: consider using `_ts` instead Oct 21 20:54:59.648 INFO kablam! | Oct 21 20:54:59.648 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:54:59.648 INFO kablam! Oct 21 20:54:59.648 INFO kablam! warning: unused variable: `self_sta_bef_other_end` Oct 21 20:54:59.648 INFO kablam! --> src/tasks/task.rs:41:13 Oct 21 20:54:59.648 INFO kablam! | Oct 21 20:54:59.648 INFO kablam! 41 | let self_sta_bef_other_end = self.start_time < other_end; Oct 21 20:54:59.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_self_sta_bef_other_end` instead Oct 21 20:54:59.648 INFO kablam! Oct 21 20:54:59.648 INFO kablam! warning: variable does not need to be mutable Oct 21 20:54:59.648 INFO kablam! --> src/main.rs:11:9 Oct 21 20:54:59.648 INFO kablam! | Oct 21 20:54:59.648 INFO kablam! 11 | let mut ts = TaskScheduler::new(); Oct 21 20:54:59.648 INFO kablam! | ----^^ Oct 21 20:54:59.648 INFO kablam! | | Oct 21 20:54:59.648 INFO kablam! | help: remove this `mut` Oct 21 20:54:59.648 INFO kablam! | Oct 21 20:54:59.648 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:54:59.648 INFO kablam! Oct 21 20:54:59.669 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.72s Oct 21 20:54:59.672 INFO kablam! su: No module specific data is present Oct 21 20:55:00.090 INFO running `"docker" "rm" "-f" "461e04435130353552f2feb42c0ad0d304855e9db4a4e1c963150cb874776421"` Oct 21 20:55:00.297 INFO blam! 461e04435130353552f2feb42c0ad0d304855e9db4a4e1c963150cb874776421