Oct 21 16:35:10.985 INFO checking kdeal/repo-notify against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:35:10.986 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 21 16:35:11.463 INFO blam! 65071f5347ecf8e2cfc7ae08f7155b77838ee6a97313a18bd8450eae7cc342d3 Oct 21 16:35:11.464 INFO running `"docker" "start" "-a" "65071f5347ecf8e2cfc7ae08f7155b77838ee6a97313a18bd8450eae7cc342d3"` Oct 21 16:35:13.595 INFO kablam! usermod: no changes Oct 21 16:35:13.957 INFO kablam! Compiling libc v0.2.31 Oct 21 16:35:13.984 INFO kablam! Checking rprompt v1.0.3 Oct 21 16:35:13.987 INFO kablam! Checking iovec v0.1.0 Oct 21 16:35:13.988 INFO kablam! Checking net2 v0.2.31 Oct 21 16:35:13.988 INFO kablam! Checking libflate v0.1.11 Oct 21 16:35:13.996 INFO kablam! Checking futures-cpupool v0.1.6 Oct 21 16:35:14.016 INFO kablam! Checking openssl-sys v0.9.19 Oct 21 16:35:14.036 INFO kablam! Checking backtrace-sys v0.1.14 Oct 21 16:35:16.394 INFO kablam! Checking rpassword v1.0.2 Oct 21 16:35:16.492 INFO kablam! Checking mime v0.3.4 Oct 21 16:35:16.680 INFO kablam! Checking backtrace v0.3.3 Oct 21 16:35:17.612 INFO kablam! Checking bytes v0.4.5 Oct 21 16:35:17.672 INFO kablam! Checking openssl v0.9.19 Oct 21 16:35:19.248 INFO kablam! Checking mio v0.6.10 Oct 21 16:35:19.880 INFO kablam! Compiling num_cpus v1.6.2 Oct 21 16:35:19.880 INFO kablam! Compiling rand v0.3.16 Oct 21 16:35:20.452 INFO kablam! Checking error-chain v0.10.0 Oct 21 16:35:23.716 INFO kablam! Checking tokio-io v0.1.3 Oct 21 16:35:27.790 INFO kablam! Compiling rayon-core v1.2.1 Oct 21 16:35:28.571 INFO kablam! Checking tokio-core v0.1.9 Oct 21 16:35:30.011 INFO kablam! Checking native-tls v0.1.4 Oct 21 16:35:32.256 INFO kablam! Compiling rayon v0.7.1 Oct 21 16:35:32.828 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 16:35:32.828 INFO kablam! Checking tokio-tls v0.1.3 Oct 21 16:35:35.925 INFO kablam! Compiling ring v0.11.0 Oct 21 16:35:38.935 INFO kablam! Checking hyper v0.11.2 Oct 21 16:35:46.145 INFO kablam! Checking webpki v0.14.0 Oct 21 16:35:47.527 INFO kablam! Checking rustls v0.9.0 Oct 21 16:35:47.528 INFO kablam! Checking webpki-roots v0.11.0 Oct 21 16:35:49.106 INFO kablam! Checking hyper-tls v0.1.2 Oct 21 16:35:51.412 INFO kablam! Checking reqwest v0.7.3 Oct 21 16:35:54.581 INFO kablam! Checking tokio-rustls v0.2.4 Oct 21 16:35:56.216 INFO kablam! Checking hyper-rustls v0.8.0 Oct 21 16:35:57.564 INFO kablam! Checking github-rs v0.5.1 Oct 21 16:35:59.844 INFO kablam! Checking repo-notify v0.1.0 (/source) Oct 21 16:36:03.080 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 21 16:36:03.080 INFO kablam! --> src/config.rs:2:5 Oct 21 16:36:03.080 INFO kablam! | Oct 21 16:36:03.080 INFO kablam! 2 | use std::env::home_dir; Oct 21 16:36:03.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 16:36:03.080 INFO kablam! | Oct 21 16:36:03.080 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 16:36:03.080 INFO kablam! Oct 21 16:36:03.084 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 21 16:36:03.084 INFO kablam! --> src/config.rs:32:28 Oct 21 16:36:03.084 INFO kablam! | Oct 21 16:36:03.084 INFO kablam! 32 | let mut home_dir = home_dir().expect("Can't get home directory"); Oct 21 16:36:03.084 INFO kablam! | ^^^^^^^^ Oct 21 16:36:03.084 INFO kablam! Oct 21 16:36:03.133 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 21 16:36:03.133 INFO kablam! --> src/config.rs:2:5 Oct 21 16:36:03.133 INFO kablam! | Oct 21 16:36:03.133 INFO kablam! 2 | use std::env::home_dir; Oct 21 16:36:03.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 16:36:03.134 INFO kablam! | Oct 21 16:36:03.134 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 16:36:03.134 INFO kablam! Oct 21 16:36:03.135 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 21 16:36:03.135 INFO kablam! --> src/config.rs:32:28 Oct 21 16:36:03.135 INFO kablam! | Oct 21 16:36:03.135 INFO kablam! 32 | let mut home_dir = home_dir().expect("Can't get home directory"); Oct 21 16:36:03.136 INFO kablam! | ^^^^^^^^ Oct 21 16:36:03.136 INFO kablam! Oct 21 16:36:04.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.72s Oct 21 16:36:04.372 INFO kablam! su: No module specific data is present Oct 21 16:36:05.081 INFO running `"docker" "rm" "-f" "65071f5347ecf8e2cfc7ae08f7155b77838ee6a97313a18bd8450eae7cc342d3"` Oct 21 16:36:05.389 INFO blam! 65071f5347ecf8e2cfc7ae08f7155b77838ee6a97313a18bd8450eae7cc342d3