Sep 19 14:19:26.618 INFO checking shockham/cuo against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 14:19:26.618 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 14:19:26.618 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:19:26.870 INFO blam! 9aca2ee53ce6ea7f0952c345ed7ef060ce1dd2cbecef4c25916fb1c0e31ef874 Sep 19 14:19:26.873 INFO running `"docker" "start" "-a" "9aca2ee53ce6ea7f0952c345ed7ef060ce1dd2cbecef4c25916fb1c0e31ef874"` Sep 19 14:19:28.414 INFO kablam! usermod: no changes Sep 19 14:19:28.732 INFO kablam! Compiling serde v1.0.79 Sep 19 14:19:28.732 INFO kablam! Compiling cc v1.0.25 Sep 19 14:19:28.736 INFO kablam! Compiling openssl v0.10.12 Sep 19 14:19:28.736 INFO kablam! Compiling num-traits v0.2.6 Sep 19 14:19:28.736 INFO kablam! Checking termcolor v1.0.4 Sep 19 14:19:28.736 INFO kablam! Compiling memchr v2.1.0 Sep 19 14:19:28.736 INFO kablam! Checking smallvec v0.6.5 Sep 19 14:19:28.736 INFO kablam! Checking tempfile v3.0.4 Sep 19 14:19:31.558 INFO kablam! Compiling syn v0.15.4 Sep 19 14:19:33.574 INFO kablam! Checking aho-corasick v0.6.8 Sep 19 14:19:35.842 INFO kablam! Checking regex v1.0.5 Sep 19 14:19:45.770 INFO kablam! Compiling openssl-sys v0.9.36 Sep 19 14:19:45.771 INFO kablam! Compiling libz-sys v1.0.22 Sep 19 14:19:45.771 INFO kablam! Compiling backtrace-sys v0.1.24 Sep 19 14:19:46.634 INFO kablam! Compiling curl-sys v0.4.11 Sep 19 14:19:52.931 INFO kablam! Compiling libssh2-sys v0.2.11 Sep 19 14:19:53.010 INFO kablam! Compiling libgit2-sys v0.7.8 Sep 19 14:19:53.636 INFO kablam! Compiling miniz-sys v0.1.10 Sep 19 14:19:54.708 INFO kablam! Checking globset v0.4.2 Sep 19 14:19:58.063 INFO kablam! Checking env_logger v0.5.13 Sep 19 14:20:04.794 INFO kablam! Checking backtrace v0.3.9 Sep 19 14:20:11.540 INFO kablam! Checking flate2 v1.0.2 Sep 19 14:20:11.620 INFO kablam! Checking failure v0.1.2 Sep 19 14:20:19.590 INFO kablam! Checking curl v0.4.17 Sep 19 14:20:21.771 INFO kablam! Compiling serde_derive v1.0.79 Sep 19 14:20:39.535 INFO kablam! Checking crypto-hash v0.3.1 Sep 19 14:20:42.090 INFO kablam! Checking serde_json v1.0.28 Sep 19 14:20:42.090 INFO kablam! Checking serde_ignored v0.0.4 Sep 19 14:20:42.090 INFO kablam! Checking semver v0.9.0 Sep 19 14:20:42.090 INFO kablam! Checking toml v0.4.6 Sep 19 14:20:52.735 INFO kablam! Compiling rustc_version v0.2.3 Sep 19 14:20:54.676 INFO kablam! Compiling parking_lot_core v0.3.1 Sep 19 14:20:58.326 INFO kablam! Checking parking_lot v0.6.4 Sep 19 14:20:59.756 INFO kablam! Checking crossbeam-channel v0.2.6 Sep 19 14:21:06.418 INFO kablam! Checking ignore v0.4.4 Sep 19 14:21:11.928 INFO kablam! Checking crates-io v0.17.0 Sep 19 14:21:29.667 INFO kablam! Checking git2 v0.7.5 Sep 19 14:21:34.186 INFO kablam! Checking git2-curl v0.8.1 Sep 19 14:21:34.609 INFO kablam! Checking cargo v0.29.0 Sep 19 14:21:49.286 INFO kablam! Checking cuo v0.3.0 (/source) Sep 19 14:21:50.222 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. Sep 19 14:21:50.222 INFO kablam! --> src/main.rs:73:27 Sep 19 14:21:50.222 INFO kablam! | Sep 19 14:21:50.222 INFO kablam! 73 | let mut pk_path = std::env::home_dir().unwrap(); Sep 19 14:21:50.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 14:21:50.222 INFO kablam! | Sep 19 14:21:50.222 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 14:21:50.222 INFO kablam! Sep 19 14:21:50.254 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. Sep 19 14:21:50.254 INFO kablam! --> src/main.rs:73:27 Sep 19 14:21:50.254 INFO kablam! | Sep 19 14:21:50.254 INFO kablam! 73 | let mut pk_path = std::env::home_dir().unwrap(); Sep 19 14:21:50.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 14:21:50.274 INFO kablam! | Sep 19 14:21:50.274 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 14:21:50.274 INFO kablam! Sep 19 14:21:50.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 22s Sep 19 14:21:50.727 INFO kablam! su: No module specific data is present Sep 19 14:21:51.811 INFO running `"docker" "rm" "-f" "9aca2ee53ce6ea7f0952c345ed7ef060ce1dd2cbecef4c25916fb1c0e31ef874"` Sep 19 14:21:51.938 INFO blam! 9aca2ee53ce6ea7f0952c345ed7ef060ce1dd2cbecef4c25916fb1c0e31ef874