Oct 26 21:21:29.932 INFO checking scripts-richard/rusty_hue against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:21:29.932 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:21:30.407 INFO blam! fdf68bc940e6309f8b4c8b40dba0b0ac256fa5771ae2e81bcdd88ea0de208329 Oct 26 21:21:30.423 INFO running `"docker" "start" "-a" "fdf68bc940e6309f8b4c8b40dba0b0ac256fa5771ae2e81bcdd88ea0de208329"` Oct 26 21:21:32.379 INFO kablam! usermod: no changes Oct 26 21:21:32.719 INFO kablam! Compiling serde v1.0.59 Oct 26 21:21:32.723 INFO kablam! Checking log v0.4.2 Oct 26 21:21:32.724 INFO kablam! Checking net2 v0.2.32 Oct 26 21:21:32.725 INFO kablam! Compiling openssl-sys v0.9.36 Oct 26 21:21:32.725 INFO kablam! Checking tokio-executor v0.1.2 Oct 26 21:21:32.726 INFO kablam! Checking bytes v0.4.8 Oct 26 21:21:32.726 INFO kablam! Checking futures-cpupool v0.1.8 Oct 26 21:21:32.727 INFO kablam! Checking rand v0.5.5 Oct 26 21:21:34.960 INFO kablam! Checking encoding_rs v0.8.10 Oct 26 21:21:35.287 INFO kablam! Checking clap v2.32.0 Oct 26 21:21:36.176 INFO kablam! Checking want v0.0.6 Oct 26 21:21:36.868 INFO kablam! Checking tokio-timer v0.2.5 Oct 26 21:21:38.599 INFO kablam! Checking mio v0.6.14 Oct 26 21:21:38.656 INFO kablam! Checking libflate v0.1.18 Oct 26 21:21:39.076 INFO kablam! Compiling serde_derive v1.0.59 Oct 26 21:21:42.429 INFO kablam! Checking tokio-io v0.1.6 Oct 26 21:21:43.548 INFO kablam! Checking http v0.1.13 Oct 26 21:21:48.176 INFO kablam! Checking tokio-threadpool v0.1.7 Oct 26 21:21:48.748 INFO kablam! Checking uuid v0.7.1 Oct 26 21:21:48.960 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 26 21:21:55.163 INFO kablam! Compiling openssl v0.10.12 Oct 26 21:21:59.727 INFO kablam! Compiling native-tls v0.2.1 Oct 26 21:21:59.767 INFO kablam! Checking tokio-reactor v0.1.1 Oct 26 21:21:59.847 INFO kablam! Checking tokio-fs v0.1.0 Oct 26 21:22:05.388 INFO kablam! Checking tokio-tcp v0.1.0 Oct 26 21:22:05.388 INFO kablam! Checking tokio-udp v0.1.0 Oct 26 21:22:09.127 INFO kablam! Checking tokio v0.1.7 Oct 26 21:22:10.191 INFO kablam! Checking h2 v0.1.12 Oct 26 21:22:22.979 INFO kablam! Checking hyper v0.12.11 Oct 26 21:22:31.196 INFO kablam! Checking serde_json v1.0.17 Oct 26 21:22:31.196 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 26 21:22:33.835 INFO kablam! Checking hyper-tls v0.3.1 Oct 26 21:22:35.028 INFO kablam! Checking reqwest v0.9.2 Oct 26 21:22:37.130 INFO kablam! Checking rusty_hue v0.4.0 (/source) Oct 26 21:22:39.079 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:22:39.079 INFO kablam! --> src/colors.rs:250:11 Oct 26 21:22:39.079 INFO kablam! | Oct 26 21:22:39.079 INFO kablam! 250 | match env::home_dir() { Oct 26 21:22:39.079 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 21:22:39.079 INFO kablam! | Oct 26 21:22:39.079 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 21:22:39.079 INFO kablam! Oct 26 21:22:39.091 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:22:39.091 INFO kablam! --> src/hue.rs:307:11 Oct 26 21:22:39.091 INFO kablam! | Oct 26 21:22:39.091 INFO kablam! 307 | match env::home_dir() { Oct 26 21:22:39.091 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 21:22:39.091 INFO kablam! Oct 26 21:22:39.094 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:22:39.095 INFO kablam! --> src/colors.rs:250:11 Oct 26 21:22:39.095 INFO kablam! | Oct 26 21:22:39.095 INFO kablam! 250 | match env::home_dir() { Oct 26 21:22:39.095 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 21:22:39.095 INFO kablam! | Oct 26 21:22:39.095 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 21:22:39.095 INFO kablam! Oct 26 21:22:39.098 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:22:39.098 INFO kablam! --> src/hue.rs:307:11 Oct 26 21:22:39.099 INFO kablam! | Oct 26 21:22:39.099 INFO kablam! 307 | match env::home_dir() { Oct 26 21:22:39.099 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 21:22:39.099 INFO kablam! Oct 26 21:22:42.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 26 21:22:42.303 INFO kablam! su: No module specific data is present Oct 26 21:22:42.951 INFO running `"docker" "rm" "-f" "fdf68bc940e6309f8b4c8b40dba0b0ac256fa5771ae2e81bcdd88ea0de208329"` Oct 26 21:22:43.168 INFO blam! fdf68bc940e6309f8b4c8b40dba0b0ac256fa5771ae2e81bcdd88ea0de208329