Nov 17 10:09:51.629 INFO testing aerys/gpm against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 10:09:51.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 10:09:52.183 INFO [stdout] 5866635e31272667f4596e7d9d63785d52c0d40244a6a4c5ffda5b9db3c9960b Nov 17 10:09:52.183 INFO running `"docker" "start" "-a" "5866635e31272667f4596e7d9d63785d52c0d40244a6a4c5ffda5b9db3c9960b"` Nov 17 10:09:54.466 INFO [stderr] usermod: no changes Nov 17 10:09:54.925 INFO [stderr] Compiling encoding_rs v0.8.6 Nov 17 10:09:54.940 INFO [stderr] Compiling curl-sys v0.4.7 Nov 17 10:09:54.969 INFO [stderr] Compiling want v0.0.4 Nov 17 10:09:54.975 INFO [stderr] Compiling libssh2-sys v0.2.8 Nov 17 10:09:54.978 INFO [stderr] Compiling libgit2-sys v0.7.7 Nov 17 10:09:54.992 INFO [stderr] Compiling tokio-io v0.1.7 Nov 17 10:09:54.996 INFO [stderr] Compiling tokio-threadpool v0.1.5 Nov 17 10:09:55.004 INFO [stderr] Compiling openssl v0.10.10 Nov 17 10:09:57.486 INFO [stderr] Compiling console v0.6.1 Nov 17 10:10:02.184 INFO [stderr] Compiling pretty_env_logger v0.2.3 Nov 17 10:10:05.499 INFO [stderr] Compiling tokio-codec v0.1.0 Nov 17 10:10:12.479 INFO [stderr] Compiling tokio-reactor v0.1.2 Nov 17 10:10:12.612 INFO [stderr] Compiling indicatif v0.9.0 Nov 17 10:10:13.820 INFO [stderr] Compiling tokio-fs v0.1.1 Nov 17 10:10:28.468 INFO [stderr] Compiling tokio-udp v0.1.1 Nov 17 10:10:32.564 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 17 10:10:36.437 INFO [stderr] Compiling crypto-hash v0.3.1 Nov 17 10:10:38.929 INFO [stderr] Compiling ssh2 v0.3.3 Nov 17 10:10:39.133 INFO [stderr] Compiling tokio v0.1.7 Nov 17 10:10:50.172 INFO [stderr] Compiling tokio-core v0.1.17 Nov 17 10:11:14.227 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 17 10:11:14.291 INFO [stderr] Compiling tokio-tls v0.1.4 Nov 17 10:11:18.439 INFO [stderr] Compiling git2 v0.7.4 Nov 17 10:11:22.583 INFO [stderr] Compiling hyper v0.11.27 Nov 17 10:11:40.115 INFO [stderr] Compiling hyper-tls v0.1.3 Nov 17 10:11:42.895 INFO [stderr] Compiling reqwest v0.8.8 Nov 17 10:11:53.277 INFO [stderr] Compiling gitlfs v0.1.0 (/source/gitlfs) Nov 17 10:11:57.212 INFO [stderr] Compiling gpm v0.10.0 (/source) Nov 17 10:12:02.355 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 10:12:02.355 INFO [stderr] --> src/gpm/file.rs:63:19 Nov 17 10:12:02.355 INFO [stderr] | Nov 17 10:12:02.355 INFO [stderr] 63 | let dot_gpm = env::home_dir().unwrap().join(".gpm"); Nov 17 10:12:02.355 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 10:12:02.355 INFO [stderr] | Nov 17 10:12:02.355 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 10:12:02.355 INFO [stderr] Nov 17 10:12:02.355 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 10:12:02.355 INFO [stderr] --> src/gpm/ssh.rs:21:11 Nov 17 10:12:02.355 INFO [stderr] | Nov 17 10:12:02.355 INFO [stderr] 21 | match env::home_dir() { Nov 17 10:12:02.355 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 10:12:02.355 INFO [stderr] Nov 17 10:12:02.355 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 10:12:02.355 INFO [stderr] --> src/gpm/ssh.rs:87:11 Nov 17 10:12:02.355 INFO [stderr] | Nov 17 10:12:02.355 INFO [stderr] 87 | match env::home_dir() { Nov 17 10:12:02.355 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 10:12:02.355 INFO [stderr] Nov 17 10:12:12.517 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 18s Nov 17 10:12:12.545 INFO [stderr] su: No module specific data is present Nov 17 10:12:13.301 INFO running `"docker" "inspect" "5866635e31272667f4596e7d9d63785d52c0d40244a6a4c5ffda5b9db3c9960b"` Nov 17 10:12:13.625 INFO running `"docker" "rm" "-f" "5866635e31272667f4596e7d9d63785d52c0d40244a6a4c5ffda5b9db3c9960b"` Nov 17 10:12:13.963 INFO [stdout] 5866635e31272667f4596e7d9d63785d52c0d40244a6a4c5ffda5b9db3c9960b Nov 17 10:12:13.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 10:12:14.528 INFO [stdout] f44914daf103677164ba02cd446589177fc75c6ce36884b4c964249c65f2fc3b Nov 17 10:12:14.535 INFO running `"docker" "start" "-a" "f44914daf103677164ba02cd446589177fc75c6ce36884b4c964249c65f2fc3b"` Nov 17 10:12:15.908 INFO [stderr] usermod: no changes Nov 17 10:12:16.278 INFO [stderr] Compiling gpm v0.10.0 (/source) Nov 17 10:12:21.775 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 10:12:21.775 INFO [stderr] --> src/gpm/file.rs:63:19 Nov 17 10:12:21.775 INFO [stderr] | Nov 17 10:12:21.775 INFO [stderr] 63 | let dot_gpm = env::home_dir().unwrap().join(".gpm"); Nov 17 10:12:21.775 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 10:12:21.775 INFO [stderr] | Nov 17 10:12:21.775 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 10:12:21.775 INFO [stderr] Nov 17 10:12:21.775 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 10:12:21.775 INFO [stderr] --> src/gpm/ssh.rs:21:11 Nov 17 10:12:21.775 INFO [stderr] | Nov 17 10:12:21.775 INFO [stderr] 21 | match env::home_dir() { Nov 17 10:12:21.775 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 10:12:21.775 INFO [stderr] Nov 17 10:12:21.775 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 10:12:21.775 INFO [stderr] --> src/gpm/ssh.rs:87:11 Nov 17 10:12:21.775 INFO [stderr] | Nov 17 10:12:21.775 INFO [stderr] 87 | match env::home_dir() { Nov 17 10:12:21.775 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 10:12:21.775 INFO [stderr] Nov 17 10:12:23.375 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.43s Nov 17 10:12:23.392 INFO [stderr] su: No module specific data is present Nov 17 10:12:24.025 INFO running `"docker" "inspect" "f44914daf103677164ba02cd446589177fc75c6ce36884b4c964249c65f2fc3b"` Nov 17 10:12:24.331 INFO running `"docker" "rm" "-f" "f44914daf103677164ba02cd446589177fc75c6ce36884b4c964249c65f2fc3b"` Nov 17 10:12:24.611 INFO [stdout] f44914daf103677164ba02cd446589177fc75c6ce36884b4c964249c65f2fc3b Nov 17 10:12:24.621 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --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 10:12:25.142 INFO [stdout] aecf8965d8396591b7d0692cf732be6c2a5f3aabf01f3cb76081180cf2739582 Nov 17 10:12:25.145 INFO running `"docker" "start" "-a" "aecf8965d8396591b7d0692cf732be6c2a5f3aabf01f3cb76081180cf2739582"` Nov 17 10:12:26.214 INFO [stderr] usermod: no changes Nov 17 10:12:26.599 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.34s Nov 17 10:12:26.623 INFO [stderr] Running /target/debug/deps/gpm-08bb911e91a74a57 Nov 17 10:12:26.647 INFO [stdout] Nov 17 10:12:26.647 INFO [stdout] running 0 tests Nov 17 10:12:26.647 INFO [stdout] Nov 17 10:12:26.648 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 10:12:26.648 INFO [stdout] Nov 17 10:12:26.652 INFO [stderr] su: No module specific data is present Nov 17 10:12:27.141 INFO running `"docker" "inspect" "aecf8965d8396591b7d0692cf732be6c2a5f3aabf01f3cb76081180cf2739582"` Nov 17 10:12:27.448 INFO running `"docker" "rm" "-f" "aecf8965d8396591b7d0692cf732be6c2a5f3aabf01f3cb76081180cf2739582"` Nov 17 10:12:27.767 INFO [stdout] aecf8965d8396591b7d0692cf732be6c2a5f3aabf01f3cb76081180cf2739582