Oct 27 02:21:01.014 INFO checking kdeal/repo-notify against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:21:01.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 27 02:21:01.491 INFO blam! 6c2455cb27145c2f832ac91d5aaf3c013ccb266b44ad946d4e6d0dffeeca087a Oct 27 02:21:01.493 INFO running `"docker" "start" "-a" "6c2455cb27145c2f832ac91d5aaf3c013ccb266b44ad946d4e6d0dffeeca087a"` Oct 27 02:21:04.139 INFO kablam! usermod: no changes Oct 27 02:21:04.563 INFO kablam! Compiling scopeguard v0.3.2 Oct 27 02:21:04.584 INFO kablam! Compiling openssl v0.9.19 Oct 27 02:21:04.587 INFO kablam! Checking rprompt v1.0.3 Oct 27 02:21:04.624 INFO kablam! Checking text_io v0.1.6 Oct 27 02:21:04.626 INFO kablam! Compiling num_cpus v1.6.2 Oct 27 02:21:04.627 INFO kablam! Checking iovec v0.1.0 Oct 27 02:21:04.628 INFO kablam! Compiling openssl-sys v0.9.19 Oct 27 02:21:04.635 INFO kablam! Checking net2 v0.2.31 Oct 27 02:21:06.827 INFO kablam! Checking futures-cpupool v0.1.6 Oct 27 02:21:06.892 INFO kablam! Checking rpassword v1.0.2 Oct 27 02:21:07.045 INFO kablam! Compiling coco v0.1.1 Oct 27 02:21:07.408 INFO kablam! Checking bytes v0.4.5 Oct 27 02:21:11.175 INFO kablam! Checking mime v0.3.4 Oct 27 02:21:11.956 INFO kablam! Checking mio v0.6.10 Oct 27 02:21:13.079 INFO kablam! Compiling rayon-core v1.2.1 Oct 27 02:21:14.479 INFO kablam! Checking tokio-io v0.1.3 Oct 27 02:21:19.567 INFO kablam! Compiling rayon v0.7.1 Oct 27 02:21:19.779 INFO kablam! Checking tokio-core v0.1.9 Oct 27 02:21:23.807 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 02:21:25.733 INFO kablam! Compiling ring v0.11.0 Oct 27 02:21:28.232 INFO kablam! Checking native-tls v0.1.4 Oct 27 02:21:31.261 INFO kablam! Checking tokio-tls v0.1.3 Oct 27 02:21:32.579 INFO kablam! Checking hyper v0.11.2 Oct 27 02:21:39.325 INFO kablam! Checking webpki v0.14.0 Oct 27 02:21:40.776 INFO kablam! Checking rustls v0.9.0 Oct 27 02:21:40.779 INFO kablam! Checking webpki-roots v0.11.0 Oct 27 02:21:43.587 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 02:21:45.813 INFO kablam! Checking reqwest v0.7.3 Oct 27 02:21:47.656 INFO kablam! Checking tokio-rustls v0.2.4 Oct 27 02:21:49.702 INFO kablam! Checking hyper-rustls v0.8.0 Oct 27 02:21:51.067 INFO kablam! Checking github-rs v0.5.1 Oct 27 02:21:53.264 INFO kablam! Checking repo-notify v0.1.0 (/source) Oct 27 02:21:56.935 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 27 02:21:56.935 INFO kablam! --> src/config.rs:2:5 Oct 27 02:21:56.935 INFO kablam! | Oct 27 02:21:56.935 INFO kablam! 2 | use std::env::home_dir; Oct 27 02:21:56.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 02:21:56.935 INFO kablam! | Oct 27 02:21:56.935 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 02:21:56.935 INFO kablam! Oct 27 02:21:56.937 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 27 02:21:56.937 INFO kablam! --> src/config.rs:32:28 Oct 27 02:21:56.937 INFO kablam! | Oct 27 02:21:56.937 INFO kablam! 32 | let mut home_dir = home_dir().expect("Can't get home directory"); Oct 27 02:21:56.938 INFO kablam! | ^^^^^^^^ Oct 27 02:21:56.938 INFO kablam! Oct 27 02:21:57.407 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 27 02:21:57.407 INFO kablam! --> src/config.rs:2:5 Oct 27 02:21:57.407 INFO kablam! | Oct 27 02:21:57.407 INFO kablam! 2 | use std::env::home_dir; Oct 27 02:21:57.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 02:21:57.407 INFO kablam! | Oct 27 02:21:57.407 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 02:21:57.407 INFO kablam! Oct 27 02:21:57.409 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 27 02:21:57.409 INFO kablam! --> src/config.rs:32:28 Oct 27 02:21:57.409 INFO kablam! | Oct 27 02:21:57.409 INFO kablam! 32 | let mut home_dir = home_dir().expect("Can't get home directory"); Oct 27 02:21:57.409 INFO kablam! | ^^^^^^^^ Oct 27 02:21:57.409 INFO kablam! Oct 27 02:21:58.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.47s Oct 27 02:21:58.678 INFO kablam! su: No module specific data is present Oct 27 02:21:59.932 INFO running `"docker" "rm" "-f" "6c2455cb27145c2f832ac91d5aaf3c013ccb266b44ad946d4e6d0dffeeca087a"` Oct 27 02:22:00.247 INFO blam! 6c2455cb27145c2f832ac91d5aaf3c013ccb266b44ad946d4e6d0dffeeca087a