Oct 28 00:21:15.328 INFO checking cargo-cacher-1.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:21:15.328 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 28 00:21:15.772 INFO blam! f6cac49148c94243492bcbeb704b430f3dfc7fee7f2d10f1df495a5aa695c58c Oct 28 00:21:15.774 INFO running `"docker" "start" "-a" "f6cac49148c94243492bcbeb704b430f3dfc7fee7f2d10f1df495a5aa695c58c"` Oct 28 00:21:16.291 INFO kablam! usermod: no changes Oct 28 00:21:16.412 INFO kablam! Checking linked-hash-map v0.0.9 Oct 28 00:21:16.412 INFO kablam! Compiling libsqlite3-sys v0.5.0 Oct 28 00:21:16.415 INFO kablam! Checking iron v0.4.0 Oct 28 00:21:17.435 INFO kablam! Checking lru-cache v0.0.7 Oct 28 00:21:19.599 INFO kablam! warning: redundant linker flag specified for library `sqlite3` Oct 28 00:21:19.599 INFO kablam! Oct 28 00:21:19.627 INFO kablam! Checking rusqlite v0.7.4 Oct 28 00:21:20.853 INFO kablam! Checking router v0.4.0 Oct 28 00:21:20.855 INFO kablam! Checking logger v0.1.0 Oct 28 00:21:25.499 INFO kablam! Checking cargo-cacher v1.1.0 (/source) Oct 28 00:21:31.651 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:21:31.651 INFO kablam! --> src/main.rs:3:1 Oct 28 00:21:31.651 INFO kablam! | Oct 28 00:21:31.651 INFO kablam! 3 | #[macro_use] Oct 28 00:21:31.651 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:21:31.651 INFO kablam! | Oct 28 00:21:31.651 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:21:31.651 INFO kablam! Oct 28 00:21:31.671 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 28 00:21:31.671 INFO kablam! --> src/git.rs:1:5 Oct 28 00:21:31.671 INFO kablam! | Oct 28 00:21:31.671 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 28 00:21:31.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:21:31.671 INFO kablam! | Oct 28 00:21:31.671 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:21:31.671 INFO kablam! Oct 28 00:21:31.679 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 28 00:21:31.679 INFO kablam! --> src/main.rs:121:56 Oct 28 00:21:31.679 INFO kablam! | Oct 28 00:21:31.679 INFO kablam! 121 | let default_crate_path = format!("{}/.crates", env::home_dir().unwrap().to_str().unwrap()); Oct 28 00:21:31.679 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:21:31.679 INFO kablam! Oct 28 00:21:31.924 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:21:31.924 INFO kablam! --> src/main.rs:3:1 Oct 28 00:21:31.924 INFO kablam! | Oct 28 00:21:31.924 INFO kablam! 3 | #[macro_use] Oct 28 00:21:31.924 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:21:31.927 INFO kablam! | Oct 28 00:21:31.927 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:21:31.927 INFO kablam! Oct 28 00:21:31.955 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 28 00:21:31.955 INFO kablam! --> src/git.rs:1:5 Oct 28 00:21:31.955 INFO kablam! | Oct 28 00:21:31.955 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 28 00:21:31.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:21:31.955 INFO kablam! | Oct 28 00:21:31.955 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:21:31.955 INFO kablam! Oct 28 00:21:31.955 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 28 00:21:31.955 INFO kablam! --> src/main.rs:121:56 Oct 28 00:21:31.955 INFO kablam! | Oct 28 00:21:31.955 INFO kablam! 121 | let default_crate_path = format!("{}/.crates", env::home_dir().unwrap().to_str().unwrap()); Oct 28 00:21:31.955 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:21:31.955 INFO kablam! Oct 28 00:21:32.067 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 28 00:21:32.067 INFO kablam! --> src/git.rs:1:5 Oct 28 00:21:32.067 INFO kablam! | Oct 28 00:21:32.067 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 28 00:21:32.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:21:32.067 INFO kablam! Oct 28 00:21:32.299 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 28 00:21:32.299 INFO kablam! --> src/git.rs:1:5 Oct 28 00:21:32.299 INFO kablam! | Oct 28 00:21:32.299 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 28 00:21:32.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:21:32.299 INFO kablam! Oct 28 00:21:32.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.29s Oct 28 00:21:32.619 INFO kablam! su: No module specific data is present Oct 28 00:21:33.610 INFO running `"docker" "rm" "-f" "f6cac49148c94243492bcbeb704b430f3dfc7fee7f2d10f1df495a5aa695c58c"` Oct 28 00:21:33.927 INFO blam! f6cac49148c94243492bcbeb704b430f3dfc7fee7f2d10f1df495a5aa695c58c