Oct 28 00:21:16.363 INFO checking cargo-cacher-1.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:21:16.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 28 00:21:16.645 INFO blam! 6f137209ec586333c0e75e40e096dc1670f26431aa3eff8c3189ad32b63daf14 Oct 28 00:21:16.651 INFO running `"docker" "start" "-a" "6f137209ec586333c0e75e40e096dc1670f26431aa3eff8c3189ad32b63daf14"` Oct 28 00:21:17.343 INFO kablam! usermod: no changes Oct 28 00:21:17.495 INFO kablam! Checking linked-hash-map v0.0.9 Oct 28 00:21:17.503 INFO kablam! Compiling libsqlite3-sys v0.5.0 Oct 28 00:21:17.506 INFO kablam! Checking simple_logger v0.4.0 Oct 28 00:21:17.507 INFO kablam! Checking logger v0.1.0 Oct 28 00:21:19.662 INFO kablam! Checking lru-cache v0.0.7 Oct 28 00:21:21.005 INFO kablam! warning: redundant linker flag specified for library `sqlite3` Oct 28 00:21:21.019 INFO kablam! Oct 28 00:21:21.277 INFO kablam! Checking rusqlite v0.7.4 Oct 28 00:21:23.263 INFO kablam! Checking cargo-cacher v1.1.0 (/source) Oct 28 00:21:29.815 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:21:29.815 INFO kablam! --> src/main.rs:3:1 Oct 28 00:21:29.815 INFO kablam! | Oct 28 00:21:29.815 INFO kablam! 3 | #[macro_use] Oct 28 00:21:29.815 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:21:29.815 INFO kablam! | Oct 28 00:21:29.817 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:21:29.817 INFO kablam! Oct 28 00:21:29.849 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 28 00:21:29.849 INFO kablam! --> src/git.rs:1:5 Oct 28 00:21:29.850 INFO kablam! | Oct 28 00:21:29.850 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 28 00:21:29.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:21:29.855 INFO kablam! | Oct 28 00:21:29.856 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:21:29.856 INFO kablam! Oct 28 00:21:29.858 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:29.858 INFO kablam! --> src/main.rs:121:56 Oct 28 00:21:29.859 INFO kablam! | Oct 28 00:21:29.859 INFO kablam! 121 | let default_crate_path = format!("{}/.crates", env::home_dir().unwrap().to_str().unwrap()); Oct 28 00:21:29.860 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:21:29.860 INFO kablam! Oct 28 00:21:30.236 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 28 00:21:30.237 INFO kablam! --> src/git.rs:1:5 Oct 28 00:21:30.237 INFO kablam! | Oct 28 00:21:30.238 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 28 00:21:30.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:21:30.239 INFO kablam! Oct 28 00:21:30.507 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:21:30.507 INFO kablam! --> src/main.rs:3:1 Oct 28 00:21:30.507 INFO kablam! | Oct 28 00:21:30.507 INFO kablam! 3 | #[macro_use] Oct 28 00:21:30.507 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:21:30.507 INFO kablam! | Oct 28 00:21:30.507 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:21:30.507 INFO kablam! Oct 28 00:21:30.577 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 28 00:21:30.577 INFO kablam! --> src/git.rs:1:5 Oct 28 00:21:30.577 INFO kablam! | Oct 28 00:21:30.577 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 28 00:21:30.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:21:30.578 INFO kablam! | Oct 28 00:21:30.578 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:21:30.578 INFO kablam! Oct 28 00:21:30.579 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:30.579 INFO kablam! --> src/main.rs:121:56 Oct 28 00:21:30.579 INFO kablam! | Oct 28 00:21:30.579 INFO kablam! 121 | let default_crate_path = format!("{}/.crates", env::home_dir().unwrap().to_str().unwrap()); Oct 28 00:21:30.579 INFO kablam! | ^^^^^^^^^^^^^ Oct 28 00:21:30.579 INFO kablam! Oct 28 00:21:30.820 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 28 00:21:30.820 INFO kablam! --> src/git.rs:1:5 Oct 28 00:21:30.820 INFO kablam! | Oct 28 00:21:30.820 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 28 00:21:30.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 28 00:21:30.820 INFO kablam! Oct 28 00:21:30.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.62s Oct 28 00:21:31.028 INFO kablam! su: No module specific data is present Oct 28 00:21:32.204 INFO running `"docker" "rm" "-f" "6f137209ec586333c0e75e40e096dc1670f26431aa3eff8c3189ad32b63daf14"` Oct 28 00:21:32.491 INFO blam! 6f137209ec586333c0e75e40e096dc1670f26431aa3eff8c3189ad32b63daf14