Oct 26 21:01:15.060 INFO checking shockham/cuo against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:01:15.060 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 26 21:01:15.571 INFO blam! ff02e463c72a2f208c8be37d9b02827a55c5e6984802709cb5d28dd758e019f8 Oct 26 21:01:15.623 INFO running `"docker" "start" "-a" "ff02e463c72a2f208c8be37d9b02827a55c5e6984802709cb5d28dd758e019f8"` Oct 26 21:01:17.059 INFO kablam! usermod: no changes Oct 26 21:01:17.479 INFO kablam! Compiling failure_derive v0.1.3 Oct 26 21:01:17.479 INFO kablam! Compiling openssl v0.10.15 Oct 26 21:01:17.479 INFO kablam! Checking same-file v1.0.3 Oct 26 21:01:17.490 INFO kablam! Checking shell-escape v0.1.4 Oct 26 21:01:17.490 INFO kablam! Checking home v0.3.3 Oct 26 21:01:17.490 INFO kablam! Checking rustc-workspace-hack v1.0.0 Oct 26 21:01:17.490 INFO kablam! Compiling libz-sys v1.0.25 Oct 26 21:01:17.490 INFO kablam! Compiling curl-sys v0.4.13 Oct 26 21:01:18.067 INFO kablam! Compiling libgit2-sys v0.7.10 Oct 26 21:01:18.459 INFO kablam! Checking fs2 v0.4.3 Oct 26 21:01:18.786 INFO kablam! Checking socket2 v0.3.8 Oct 26 21:01:21.475 INFO kablam! Checking filetime v0.2.1 Oct 26 21:01:21.475 INFO kablam! Compiling serde v1.0.80 Oct 26 21:01:21.475 INFO kablam! Checking jobserver v0.1.11 Oct 26 21:01:22.088 INFO kablam! Checking walkdir v2.2.5 Oct 26 21:01:22.321 INFO kablam! Checking lock_api v0.1.4 Oct 26 21:01:22.555 INFO kablam! Checking serde_ignored v0.0.4 Oct 26 21:01:22.723 INFO kablam! Checking semver v0.9.0 Oct 26 21:01:23.047 INFO kablam! Checking tar v0.4.17 Oct 26 21:01:23.127 INFO kablam! Compiling syn v0.15.14 Oct 26 21:01:23.139 INFO kablam! Checking crossbeam-epoch v0.6.0 Oct 26 21:01:24.711 INFO kablam! Compiling libssh2-sys v0.2.11 Oct 26 21:01:26.366 INFO kablam! Checking globset v0.4.2 Oct 26 21:01:26.795 INFO kablam! Checking curl v0.4.18 Oct 26 21:01:38.015 INFO kablam! Checking crypto-hash v0.3.1 Oct 26 21:01:49.571 INFO kablam! Compiling synstructure v0.10.0 Oct 26 21:01:49.571 INFO kablam! Compiling serde_derive v1.0.80 Oct 26 21:02:05.387 INFO kablam! Compiling rustc_version v0.2.3 Oct 26 21:02:07.167 INFO kablam! Checking failure v0.1.3 Oct 26 21:02:08.235 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 26 21:02:12.531 INFO kablam! Checking parking_lot v0.6.4 Oct 26 21:02:14.488 INFO kablam! Checking crossbeam-channel v0.2.6 Oct 26 21:02:19.239 INFO kablam! Checking ignore v0.4.4 Oct 26 21:02:32.099 INFO kablam! Checking rustfix v0.4.2 Oct 26 21:02:32.099 INFO kablam! Checking crates-io v0.18.0 Oct 26 21:02:44.969 INFO kablam! Checking git2 v0.7.5 Oct 26 21:02:49.651 INFO kablam! Checking git2-curl v0.8.2 Oct 26 21:02:50.299 INFO kablam! Checking cargo v0.30.0 Oct 26 21:03:04.929 INFO kablam! Checking cuo v0.3.0 (/source) Oct 26 21:03:06.419 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 26 21:03:06.419 INFO kablam! --> src/main.rs:73:27 Oct 26 21:03:06.419 INFO kablam! | Oct 26 21:03:06.419 INFO kablam! 73 | let mut pk_path = std::env::home_dir().unwrap(); Oct 26 21:03:06.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 21:03:06.419 INFO kablam! | Oct 26 21:03:06.419 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 21:03:06.419 INFO kablam! Oct 26 21:03:06.443 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 26 21:03:06.443 INFO kablam! --> src/main.rs:73:27 Oct 26 21:03:06.443 INFO kablam! | Oct 26 21:03:06.443 INFO kablam! 73 | let mut pk_path = std::env::home_dir().unwrap(); Oct 26 21:03:06.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 21:03:06.443 INFO kablam! | Oct 26 21:03:06.443 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 21:03:06.443 INFO kablam! Oct 26 21:03:06.617 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 49s Oct 26 21:03:06.635 INFO kablam! su: No module specific data is present Oct 26 21:03:07.455 INFO running `"docker" "rm" "-f" "ff02e463c72a2f208c8be37d9b02827a55c5e6984802709cb5d28dd758e019f8"` Oct 26 21:03:07.707 INFO blam! ff02e463c72a2f208c8be37d9b02827a55c5e6984802709cb5d28dd758e019f8