Oct 12 14:29:15.348 INFO checking ryanpbrewster/task-queue against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 14:29:15.349 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 14:29:15.900 INFO blam! 0b67dca7951a426aeadb1fd4535a032f05713a821a9a19a1e909a18438ae4f6a Oct 12 14:29:15.901 INFO running `"docker" "start" "-a" "0b67dca7951a426aeadb1fd4535a032f05713a821a9a19a1e909a18438ae4f6a"` Oct 12 14:29:17.807 INFO kablam! usermod: no changes Oct 12 14:29:18.024 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 12 14:29:18.024 INFO kablam! Checking rayon-core v1.4.0 Oct 12 14:29:19.896 INFO kablam! Checking rayon v1.0.1 Oct 12 14:29:30.764 INFO kablam! Checking rusqlite v0.13.0 Oct 12 14:29:31.975 INFO kablam! Checking task-queue v0.1.0 (/source) Oct 12 14:29:33.128 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 12 14:29:33.128 INFO kablam! --> src/lib.rs:149:20 Oct 12 14:29:33.128 INFO kablam! | Oct 12 14:29:33.128 INFO kablam! 149 | let home = std::env::home_dir().expect("$HOME not defined"); Oct 12 14:29:33.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 14:29:33.128 INFO kablam! | Oct 12 14:29:33.130 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 14:29:33.130 INFO kablam! Oct 12 14:29:33.252 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 12 14:29:33.253 INFO kablam! --> src/lib.rs:149:20 Oct 12 14:29:33.253 INFO kablam! | Oct 12 14:29:33.253 INFO kablam! 149 | let home = std::env::home_dir().expect("$HOME not defined"); Oct 12 14:29:33.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 14:29:33.253 INFO kablam! | Oct 12 14:29:33.253 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 14:29:33.253 INFO kablam! Oct 12 14:29:33.616 INFO kablam! warning: field is never used: `task_id` Oct 12 14:29:33.617 INFO kablam! --> src/lib.rs:46:5 Oct 12 14:29:33.618 INFO kablam! | Oct 12 14:29:33.619 INFO kablam! 46 | task_id: i64, Oct 12 14:29:33.620 INFO kablam! | ^^^^^^^^^^^^ Oct 12 14:29:33.620 INFO kablam! | Oct 12 14:29:33.621 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:29:33.621 INFO kablam! Oct 12 14:29:33.622 INFO kablam! warning: field is never used: `updated_at` Oct 12 14:29:33.622 INFO kablam! --> src/lib.rs:49:5 Oct 12 14:29:33.623 INFO kablam! | Oct 12 14:29:33.623 INFO kablam! warning: field is never used: `task_id` Oct 12 14:29:33.624 INFO kablam! --> src/lib.rs:46:5 Oct 12 14:29:33.625 INFO kablam! | Oct 12 14:29:33.625 INFO kablam! 46 | task_id: i64, Oct 12 14:29:33.626 INFO kablam! | ^^^^^^^^^^^^ Oct 12 14:29:33.626 INFO kablam! | Oct 12 14:29:33.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:29:33.627 INFO kablam! Oct 12 14:29:33.627 INFO kablam! warning: field is never used: `updated_at` Oct 12 14:29:33.627 INFO kablam! --> src/lib.rs:49:5 Oct 12 14:29:33.627 INFO kablam! | Oct 12 14:29:33.627 INFO kablam! 49 | updated_at: DateTime, Oct 12 14:29:33.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:29:33.628 INFO kablam! Oct 12 14:29:33.628 INFO kablam! 49 | updated_at: DateTime, Oct 12 14:29:33.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:29:33.628 INFO kablam! Oct 12 14:29:35.616 INFO kablam! warning: unused `#[macro_use]` import Oct 12 14:29:35.617 INFO kablam! --> src/bin/main.rs:1:1 Oct 12 14:29:35.618 INFO kablam! | Oct 12 14:29:35.619 INFO kablam! 1 | #[macro_use] Oct 12 14:29:35.619 INFO kablam! | ^^^^^^^^^^^^ Oct 12 14:29:35.620 INFO kablam! | Oct 12 14:29:35.621 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:29:35.621 INFO kablam! Oct 12 14:29:35.680 INFO kablam! warning: unused `#[macro_use]` import Oct 12 14:29:35.681 INFO kablam! --> src/bin/main.rs:1:1 Oct 12 14:29:35.682 INFO kablam! | Oct 12 14:29:35.683 INFO kablam! 1 | #[macro_use] Oct 12 14:29:35.683 INFO kablam! | ^^^^^^^^^^^^ Oct 12 14:29:35.684 INFO kablam! | Oct 12 14:29:35.685 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:29:35.685 INFO kablam! Oct 12 14:29:35.925 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.09s Oct 12 14:29:35.937 INFO kablam! su: No module specific data is present Oct 12 14:29:37.480 INFO running `"docker" "rm" "-f" "0b67dca7951a426aeadb1fd4535a032f05713a821a9a19a1e909a18438ae4f6a"` Oct 12 14:29:37.817 INFO blam! 0b67dca7951a426aeadb1fd4535a032f05713a821a9a19a1e909a18438ae4f6a