Nov 30 00:14:59.652 INFO checking kdeal/repo-notify against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 00:14:59.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-4/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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"` Nov 30 00:15:00.173 INFO [stdout] 81274e0ef4a285b8023adcc27326ecd9913dfcae3482ac27405957615f3336a7 Nov 30 00:15:00.175 INFO running `"docker" "start" "-a" "81274e0ef4a285b8023adcc27326ecd9913dfcae3482ac27405957615f3336a7"` Nov 30 00:15:02.627 INFO [stderr] usermod: no changes Nov 30 00:15:02.983 INFO [stderr] Compiling libc v0.2.31 Nov 30 00:15:02.989 INFO [stderr] Compiling openssl v0.9.19 Nov 30 00:15:02.990 INFO [stderr] Checking text_io v0.1.6 Nov 30 00:15:03.004 INFO [stderr] Compiling openssl-sys v0.9.19 Nov 30 00:15:03.008 INFO [stderr] Checking rpassword v1.0.2 Nov 30 00:15:03.011 INFO [stderr] Checking hyper v0.11.2 Nov 30 00:15:08.177 INFO [stderr] Compiling rand v0.3.16 Nov 30 00:15:08.185 INFO [stderr] Compiling num_cpus v1.6.2 Nov 30 00:15:15.241 INFO [stderr] Compiling rayon-core v1.2.1 Nov 30 00:15:19.192 INFO [stderr] Compiling rayon v0.7.1 Nov 30 00:15:19.899 INFO [stderr] Checking native-tls v0.1.4 Nov 30 00:15:20.998 INFO [stderr] Checking tokio-tls v0.1.3 Nov 30 00:15:22.397 INFO [stderr] Checking hyper-tls v0.1.2 Nov 30 00:15:23.835 INFO [stderr] Compiling ring v0.11.0 Nov 30 00:15:24.809 INFO [stderr] Checking reqwest v0.7.3 Nov 30 00:15:33.748 INFO [stderr] Checking webpki v0.14.0 Nov 30 00:15:34.482 INFO [stderr] Checking rustls v0.9.0 Nov 30 00:15:34.483 INFO [stderr] Checking webpki-roots v0.11.0 Nov 30 00:15:38.232 INFO [stderr] Checking tokio-rustls v0.2.4 Nov 30 00:15:39.502 INFO [stderr] Checking hyper-rustls v0.8.0 Nov 30 00:15:40.800 INFO [stderr] Checking github-rs v0.5.1 Nov 30 00:15:43.164 INFO [stderr] Checking repo-notify v0.1.0 (/source) Nov 30 00:15:47.096 INFO [stderr] 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. Nov 30 00:15:47.096 INFO [stderr] --> src/config.rs:2:5 Nov 30 00:15:47.096 INFO [stderr] | Nov 30 00:15:47.096 INFO [stderr] 2 | use std::env::home_dir; Nov 30 00:15:47.096 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 00:15:47.096 INFO [stderr] | Nov 30 00:15:47.096 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 30 00:15:47.096 INFO [stderr] Nov 30 00:15:47.096 INFO [stderr] 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. Nov 30 00:15:47.096 INFO [stderr] --> src/config.rs:32:28 Nov 30 00:15:47.096 INFO [stderr] | Nov 30 00:15:47.096 INFO [stderr] 32 | let mut home_dir = home_dir().expect("Can't get home directory"); Nov 30 00:15:47.096 INFO [stderr] | ^^^^^^^^ Nov 30 00:15:47.096 INFO [stderr] Nov 30 00:15:47.172 INFO [stderr] 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. Nov 30 00:15:47.172 INFO [stderr] --> src/config.rs:2:5 Nov 30 00:15:47.172 INFO [stderr] | Nov 30 00:15:47.172 INFO [stderr] 2 | use std::env::home_dir; Nov 30 00:15:47.172 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 30 00:15:47.172 INFO [stderr] | Nov 30 00:15:47.172 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 30 00:15:47.172 INFO [stderr] Nov 30 00:15:47.172 INFO [stderr] 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. Nov 30 00:15:47.172 INFO [stderr] --> src/config.rs:32:28 Nov 30 00:15:47.172 INFO [stderr] | Nov 30 00:15:47.172 INFO [stderr] 32 | let mut home_dir = home_dir().expect("Can't get home directory"); Nov 30 00:15:47.172 INFO [stderr] | ^^^^^^^^ Nov 30 00:15:47.172 INFO [stderr] Nov 30 00:15:48.424 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.75s Nov 30 00:15:48.443 INFO [stderr] su: No module specific data is present Nov 30 00:15:49.360 INFO running `"docker" "inspect" "81274e0ef4a285b8023adcc27326ecd9913dfcae3482ac27405957615f3336a7"` Nov 30 00:15:49.768 INFO running `"docker" "rm" "-f" "81274e0ef4a285b8023adcc27326ecd9913dfcae3482ac27405957615f3336a7"` Nov 30 00:15:50.052 INFO [stdout] 81274e0ef4a285b8023adcc27326ecd9913dfcae3482ac27405957615f3336a7