Nov 17 02:27:30.305 INFO testing g-plane/ns against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 02:27:30.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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 17 02:27:30.693 INFO [stdout] f1c6f12ddeb0d6545b7779832f9e1340b724144394793813d1d150db8f6b3d50 Nov 17 02:27:30.697 INFO running `"docker" "start" "-a" "f1c6f12ddeb0d6545b7779832f9e1340b724144394793813d1d150db8f6b3d50"` Nov 17 02:27:31.899 INFO [stderr] usermod: no changes Nov 17 02:27:32.233 INFO [stderr] Compiling termios v0.2.2 Nov 17 02:27:32.233 INFO [stderr] Compiling xattr v0.1.11 Nov 17 02:27:32.239 INFO [stderr] Compiling tokio-executor v0.1.1 Nov 17 02:27:32.240 INFO [stderr] Compiling relay v0.1.1 Nov 17 02:27:32.240 INFO [stderr] Compiling openssl-sys v0.9.27 Nov 17 02:27:32.240 INFO [stderr] Compiling clicolors-control v0.2.0 Nov 17 02:27:32.241 INFO [stderr] Compiling bytes v0.4.6 Nov 17 02:27:32.241 INFO [stderr] Compiling parking_lot_core v0.2.13 Nov 17 02:27:33.528 INFO [stderr] Compiling futures-cpupool v0.1.8 Nov 17 02:27:34.739 INFO [stderr] Compiling lzma-sys v0.1.9 Nov 17 02:27:36.054 INFO [stderr] Compiling serde_yaml v0.7.3 Nov 17 02:27:36.059 INFO [stderr] Compiling tar v0.4.14 Nov 17 02:27:36.721 INFO [stderr] Compiling tokio-threadpool v0.1.1 Nov 17 02:27:36.730 INFO [stderr] Compiling parking_lot v0.5.4 Nov 17 02:27:36.735 INFO [stderr] Compiling sha2 v0.7.0 Nov 17 02:27:36.797 INFO [stderr] Compiling tokio-io v0.1.6 Nov 17 02:27:37.264 INFO [stderr] Compiling openssl v0.9.24 Nov 17 02:27:39.215 INFO [stderr] Compiling console v0.6.1 Nov 17 02:27:39.731 INFO [stderr] Compiling xz2 v0.1.4 Nov 17 02:27:44.831 INFO [stderr] Compiling tokio-reactor v0.1.1 Nov 17 02:27:47.130 INFO [stderr] Compiling indicatif v0.9.0 Nov 17 02:27:48.831 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 17 02:27:48.831 INFO [stderr] Compiling tokio-udp v0.1.0 Nov 17 02:27:51.463 INFO [stderr] Compiling tokio v0.1.4 Nov 17 02:27:54.279 INFO [stderr] Compiling native-tls v0.1.5 Nov 17 02:27:54.775 INFO [stderr] Compiling tokio-core v0.1.16 Nov 17 02:27:57.815 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 17 02:27:57.816 INFO [stderr] Compiling tokio-tls v0.1.4 Nov 17 02:28:00.821 INFO [stderr] Compiling hyper v0.11.24 Nov 17 02:28:09.298 INFO [stderr] Compiling hyper-tls v0.1.3 Nov 17 02:28:11.025 INFO [stderr] Compiling ns v0.1.0 (/source) Nov 17 02:28:13.563 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 17 02:28:13.563 INFO [stderr] --> src/node.rs:139:20 Nov 17 02:28:13.563 INFO [stderr] | Nov 17 02:28:13.563 INFO [stderr] 139 | let home_dir = env::home_dir().unwrap_or_else(|| { Nov 17 02:28:13.563 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:28:13.563 INFO [stderr] | Nov 17 02:28:13.563 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 02:28:13.563 INFO [stderr] Nov 17 02:28:13.564 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 17 02:28:13.564 INFO [stderr] --> src/config.rs:31:34 Nov 17 02:28:13.564 INFO [stderr] | Nov 17 02:28:13.564 INFO [stderr] 31 | let home_dir = match env::home_dir() { Nov 17 02:28:13.564 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:28:13.564 INFO [stderr] Nov 17 02:28:13.564 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 17 02:28:13.564 INFO [stderr] --> src/config.rs:94:27 Nov 17 02:28:13.564 INFO [stderr] | Nov 17 02:28:13.564 INFO [stderr] 94 | None => match env::home_dir() { Nov 17 02:28:13.564 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:28:13.564 INFO [stderr] Nov 17 02:28:21.371 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.45s Nov 17 02:28:21.379 INFO [stderr] su: No module specific data is present Nov 17 02:28:21.873 INFO running `"docker" "inspect" "f1c6f12ddeb0d6545b7779832f9e1340b724144394793813d1d150db8f6b3d50"` Nov 17 02:28:22.099 INFO running `"docker" "rm" "-f" "f1c6f12ddeb0d6545b7779832f9e1340b724144394793813d1d150db8f6b3d50"` Nov 17 02:28:22.391 INFO [stdout] f1c6f12ddeb0d6545b7779832f9e1340b724144394793813d1d150db8f6b3d50 Nov 17 02:28:22.398 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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 17 02:28:22.763 INFO [stdout] 3926c8e0a79f3602a49305ab9be145d1c9891dcbf563342ca10a92b01079f576 Nov 17 02:28:22.767 INFO running `"docker" "start" "-a" "3926c8e0a79f3602a49305ab9be145d1c9891dcbf563342ca10a92b01079f576"` Nov 17 02:28:23.753 INFO [stderr] usermod: no changes Nov 17 02:28:24.031 INFO [stderr] Compiling num-bigint v0.1.43 Nov 17 02:28:26.679 INFO [stderr] Compiling num-rational v0.1.42 Nov 17 02:28:28.143 INFO [stderr] Compiling num v0.1.42 Nov 17 02:28:28.547 INFO [stderr] Compiling hamcrest v0.1.5 Nov 17 02:28:29.876 INFO [stderr] Compiling ns v0.1.0 (/source) Nov 17 02:28:32.530 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 17 02:28:32.530 INFO [stderr] --> src/node.rs:139:20 Nov 17 02:28:32.530 INFO [stderr] | Nov 17 02:28:32.530 INFO [stderr] 139 | let home_dir = env::home_dir().unwrap_or_else(|| { Nov 17 02:28:32.530 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:28:32.530 INFO [stderr] | Nov 17 02:28:32.530 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 02:28:32.530 INFO [stderr] Nov 17 02:28:32.531 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 17 02:28:32.531 INFO [stderr] --> src/config.rs:31:34 Nov 17 02:28:32.531 INFO [stderr] | Nov 17 02:28:32.531 INFO [stderr] 31 | let home_dir = match env::home_dir() { Nov 17 02:28:32.531 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:28:32.531 INFO [stderr] Nov 17 02:28:32.531 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 17 02:28:32.531 INFO [stderr] --> src/config.rs:94:27 Nov 17 02:28:32.531 INFO [stderr] | Nov 17 02:28:32.531 INFO [stderr] 94 | None => match env::home_dir() { Nov 17 02:28:32.531 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:28:32.531 INFO [stderr] Nov 17 02:28:38.221 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.44s Nov 17 02:28:38.239 INFO [stderr] su: No module specific data is present Nov 17 02:28:38.907 INFO running `"docker" "inspect" "3926c8e0a79f3602a49305ab9be145d1c9891dcbf563342ca10a92b01079f576"` Nov 17 02:28:39.213 INFO running `"docker" "rm" "-f" "3926c8e0a79f3602a49305ab9be145d1c9891dcbf563342ca10a92b01079f576"` Nov 17 02:28:39.455 INFO [stdout] 3926c8e0a79f3602a49305ab9be145d1c9891dcbf563342ca10a92b01079f576