Oct 27 04:29:48.969 INFO checking g-plane/ns against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:29:48.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 04:29:49.259 INFO blam! b7058328718a79a8ede76bde1cd484143748a8e44de2e447fd41465bbe0f4907 Oct 27 04:29:49.263 INFO running `"docker" "start" "-a" "b7058328718a79a8ede76bde1cd484143748a8e44de2e447fd41465bbe0f4907"` Oct 27 04:29:49.985 INFO kablam! usermod: no changes Oct 27 04:29:50.271 INFO kablam! Checking serde v1.0.36 Oct 27 04:29:50.271 INFO kablam! Checking termios v0.2.2 Oct 27 04:29:50.271 INFO kablam! Checking xattr v0.1.11 Oct 27 04:29:50.271 INFO kablam! Checking filetime v0.1.15 Oct 27 04:29:50.272 INFO kablam! Checking tokio-executor v0.1.1 Oct 27 04:29:50.279 INFO kablam! Checking clicolors-control v0.2.0 Oct 27 04:29:50.280 INFO kablam! Checking parking_lot_core v0.2.13 Oct 27 04:29:50.281 INFO kablam! Compiling lzma-sys v0.1.9 Oct 27 04:29:50.971 INFO kablam! Checking num-bigint v0.1.43 Oct 27 04:29:51.267 INFO kablam! Checking openssl-sys v0.9.27 Oct 27 04:29:51.651 INFO kablam! Compiling syn v0.12.15 Oct 27 04:29:51.807 INFO kablam! Checking regex v0.2.10 Oct 27 04:29:51.863 INFO kablam! Checking tar v0.4.14 Oct 27 04:29:52.483 INFO kablam! Checking tokio-reactor v0.1.1 Oct 27 04:29:54.227 INFO kablam! Checking tokio-threadpool v0.1.1 Oct 27 04:29:57.647 INFO kablam! Checking parking_lot v0.5.4 Oct 27 04:29:58.715 INFO kablam! Checking openssl v0.9.24 Oct 27 04:29:58.903 INFO kablam! Checking sha2 v0.7.0 Oct 27 04:29:59.065 INFO kablam! Checking num-rational v0.1.42 Oct 27 04:29:59.638 INFO kablam! Checking tokio-udp v0.1.0 Oct 27 04:30:00.875 INFO kablam! Checking tokio-tcp v0.1.0 Oct 27 04:30:01.115 INFO kablam! Checking num v0.1.42 Oct 27 04:30:02.007 INFO kablam! Checking console v0.6.1 Oct 27 04:30:02.183 INFO kablam! Checking xz2 v0.1.4 Oct 27 04:30:02.455 INFO kablam! Checking hamcrest v0.1.5 Oct 27 04:30:03.075 INFO kablam! Checking tokio v0.1.4 Oct 27 04:30:04.831 INFO kablam! Checking native-tls v0.1.5 Oct 27 04:30:06.697 INFO kablam! Checking indicatif v0.9.0 Oct 27 04:30:07.123 INFO kablam! Checking tokio-core v0.1.16 Oct 27 04:30:10.011 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 04:30:10.011 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 04:30:10.400 INFO kablam! Compiling serde_derive_internals v0.22.2 Oct 27 04:30:12.727 INFO kablam! Checking serde_yaml v0.7.3 Oct 27 04:30:14.287 INFO kablam! Checking hyper v0.11.24 Oct 27 04:30:15.948 INFO kablam! Compiling serde_derive v1.0.36 Oct 27 04:30:22.840 INFO kablam! Checking hyper-tls v0.1.3 Oct 27 04:30:25.516 INFO kablam! Checking ns v0.1.0 (/source) Oct 27 04:30:29.705 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 04:30:29.705 INFO kablam! --> src/node.rs:139:20 Oct 27 04:30:29.705 INFO kablam! | Oct 27 04:30:29.705 INFO kablam! 139 | let home_dir = env::home_dir().unwrap_or_else(|| { Oct 27 04:30:29.707 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:30:29.707 INFO kablam! | Oct 27 04:30:29.707 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:30:29.707 INFO kablam! Oct 27 04:30:29.707 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 04:30:29.707 INFO kablam! --> src/config.rs:31:34 Oct 27 04:30:29.707 INFO kablam! | Oct 27 04:30:29.707 INFO kablam! 31 | let home_dir = match env::home_dir() { Oct 27 04:30:29.707 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:30:29.707 INFO kablam! Oct 27 04:30:29.707 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 04:30:29.707 INFO kablam! --> src/config.rs:94:27 Oct 27 04:30:29.707 INFO kablam! | Oct 27 04:30:29.707 INFO kablam! 94 | None => match env::home_dir() { Oct 27 04:30:29.707 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:30:29.707 INFO kablam! Oct 27 04:30:30.355 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 04:30:30.355 INFO kablam! --> src/node.rs:139:20 Oct 27 04:30:30.355 INFO kablam! | Oct 27 04:30:30.355 INFO kablam! 139 | let home_dir = env::home_dir().unwrap_or_else(|| { Oct 27 04:30:30.355 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:30:30.355 INFO kablam! | Oct 27 04:30:30.355 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:30:30.355 INFO kablam! Oct 27 04:30:30.355 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 04:30:30.355 INFO kablam! --> src/config.rs:31:34 Oct 27 04:30:30.355 INFO kablam! | Oct 27 04:30:30.355 INFO kablam! 31 | let home_dir = match env::home_dir() { Oct 27 04:30:30.355 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:30:30.355 INFO kablam! Oct 27 04:30:30.355 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 04:30:30.355 INFO kablam! --> src/config.rs:94:27 Oct 27 04:30:30.355 INFO kablam! | Oct 27 04:30:30.355 INFO kablam! 94 | None => match env::home_dir() { Oct 27 04:30:30.355 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 04:30:30.355 INFO kablam! Oct 27 04:30:30.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.88s Oct 27 04:30:30.907 INFO kablam! su: No module specific data is present Oct 27 04:30:31.607 INFO running `"docker" "rm" "-f" "b7058328718a79a8ede76bde1cd484143748a8e44de2e447fd41465bbe0f4907"` Oct 27 04:30:31.874 INFO blam! b7058328718a79a8ede76bde1cd484143748a8e44de2e447fd41465bbe0f4907