Nov 16 08:35:32.639 INFO testing wehjin/bittrex_dl against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 08:35:32.641 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 16 08:35:33.080 INFO [stdout] afe034794a94ce096b3a2cc9fb76ef05d2c09ea922cafe3c65738871ce5b1fc0 Nov 16 08:35:33.087 INFO running `"docker" "start" "-a" "afe034794a94ce096b3a2cc9fb76ef05d2c09ea922cafe3c65738871ce5b1fc0"` Nov 16 08:35:34.394 INFO [stderr] usermod: no changes Nov 16 08:35:34.950 INFO [stderr] Compiling futures v0.1.18 Nov 16 08:35:34.958 INFO [stderr] Compiling scoped-tls v0.1.0 Nov 16 08:35:34.958 INFO [stderr] Compiling build_const v0.2.0 Nov 16 08:35:34.958 INFO [stderr] Compiling num-traits v0.2.0 Nov 16 08:35:34.958 INFO [stderr] Compiling json v0.11.13 Nov 16 08:35:34.958 INFO [stderr] Compiling iovec v0.1.2 Nov 16 08:35:34.958 INFO [stderr] Compiling rand v0.4.2 Nov 16 08:35:34.958 INFO [stderr] Compiling time v0.1.39 Nov 16 08:35:36.544 INFO [stderr] Compiling net2 v0.2.31 Nov 16 08:35:36.589 INFO [stderr] Compiling encoding_rs v0.7.2 Nov 16 08:35:38.263 INFO [stderr] Compiling openssl-sys v0.9.26 Nov 16 08:35:46.007 INFO [stderr] Compiling bytes v0.4.6 Nov 16 08:35:46.051 INFO [stderr] Compiling crc v1.7.0 Nov 16 08:35:46.071 INFO [stderr] Compiling num-integer v0.1.36 Nov 16 08:35:46.159 INFO [stderr] Compiling num-traits v0.1.43 Nov 16 08:35:46.291 INFO [stderr] Compiling mio v0.6.13 Nov 16 08:35:46.799 INFO [stderr] Compiling rand v0.3.22 Nov 16 08:35:47.455 INFO [stderr] Compiling url v1.7.0 Nov 16 08:35:47.830 INFO [stderr] Compiling phf_shared v0.7.21 Nov 16 08:35:47.943 INFO [stderr] Compiling serde_json v1.0.9 Nov 16 08:35:48.463 INFO [stderr] Compiling uuid v0.5.1 Nov 16 08:35:49.099 INFO [stderr] Compiling crypto-mac v0.5.2 Nov 16 08:35:50.602 INFO [stderr] Compiling num-iter v0.1.35 Nov 16 08:35:50.763 INFO [stderr] Compiling openssl v0.9.24 Nov 16 08:35:51.975 INFO [stderr] Compiling phf_generator v0.7.21 Nov 16 08:35:53.607 INFO [stderr] Compiling phf v0.7.21 Nov 16 08:35:57.491 INFO [stderr] Compiling hmac v0.5.0 Nov 16 08:35:57.551 INFO [stderr] Compiling num v0.1.42 Nov 16 08:35:57.719 INFO [stderr] Compiling phf_codegen v0.7.21 Nov 16 08:35:58.435 INFO [stderr] Compiling tokio-io v0.1.5 Nov 16 08:35:58.483 INFO [stderr] Compiling tokio-service v0.1.0 Nov 16 08:35:58.931 INFO [stderr] Compiling futures-cpupool v0.1.8 Nov 16 08:36:04.340 INFO [stderr] Compiling relay v0.1.1 Nov 16 08:36:04.367 INFO [stderr] Compiling chrono v0.4.0 Nov 16 08:36:04.437 INFO [stderr] Compiling libflate v0.1.14 Nov 16 08:36:04.511 INFO [stderr] Compiling mime_guess v2.0.0-alpha.4 Nov 16 08:36:05.423 INFO [stderr] Compiling tokio-core v0.1.12 Nov 16 08:36:08.077 INFO [stderr] Compiling serde_urlencoded v0.5.1 Nov 16 08:36:14.799 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 16 08:36:15.895 INFO [stderr] Compiling native-tls v0.1.5 Nov 16 08:36:17.031 INFO [stderr] Compiling tokio-tls v0.1.4 Nov 16 08:36:18.262 INFO [stderr] Compiling hyper v0.11.19 Nov 16 08:36:27.945 INFO [stderr] Compiling hyper-tls v0.1.2 Nov 16 08:36:28.651 INFO [stderr] Compiling reqwest v0.8.5 Nov 16 08:36:35.760 INFO [stderr] Compiling bittrex_dl v0.1.0 (/source) Nov 16 08:36:36.443 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 16 08:36:36.444 INFO [stderr] --> src/setup.rs:42:29 Nov 16 08:36:36.444 INFO [stderr] | Nov 16 08:36:36.444 INFO [stderr] 42 | if let Some(path_buf) = std::env::home_dir() { Nov 16 08:36:36.445 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 08:36:36.445 INFO [stderr] | Nov 16 08:36:36.445 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 08:36:36.446 INFO [stderr] Nov 16 08:36:39.931 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Nov 16 08:36:39.943 INFO [stderr] su: No module specific data is present Nov 16 08:36:40.357 INFO running `"docker" "inspect" "afe034794a94ce096b3a2cc9fb76ef05d2c09ea922cafe3c65738871ce5b1fc0"` Nov 16 08:36:40.476 INFO running `"docker" "rm" "-f" "afe034794a94ce096b3a2cc9fb76ef05d2c09ea922cafe3c65738871ce5b1fc0"` Nov 16 08:36:40.611 INFO [stdout] afe034794a94ce096b3a2cc9fb76ef05d2c09ea922cafe3c65738871ce5b1fc0 Nov 16 08:36:40.621 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 16 08:36:41.151 INFO [stdout] a4f8d1386d60768bb5d1e67e4559312936c69a50f37516018ceeb02e8f7247fd Nov 16 08:36:41.156 INFO running `"docker" "start" "-a" "a4f8d1386d60768bb5d1e67e4559312936c69a50f37516018ceeb02e8f7247fd"` Nov 16 08:36:41.601 INFO [stderr] usermod: no changes Nov 16 08:36:41.742 INFO [stderr] Compiling bittrex_dl v0.1.0 (/source) Nov 16 08:36:42.237 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 16 08:36:42.238 INFO [stderr] --> src/setup.rs:42:29 Nov 16 08:36:42.238 INFO [stderr] | Nov 16 08:36:42.238 INFO [stderr] 42 | if let Some(path_buf) = std::env::home_dir() { Nov 16 08:36:42.238 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 08:36:42.238 INFO [stderr] | Nov 16 08:36:42.238 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 08:36:42.238 INFO [stderr] Nov 16 08:36:42.855 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.23s Nov 16 08:36:42.875 INFO [stderr] su: No module specific data is present Nov 16 08:36:43.508 INFO running `"docker" "inspect" "a4f8d1386d60768bb5d1e67e4559312936c69a50f37516018ceeb02e8f7247fd"` Nov 16 08:36:43.797 INFO running `"docker" "rm" "-f" "a4f8d1386d60768bb5d1e67e4559312936c69a50f37516018ceeb02e8f7247fd"` Nov 16 08:36:44.123 INFO [stdout] a4f8d1386d60768bb5d1e67e4559312936c69a50f37516018ceeb02e8f7247fd Nov 16 08:36:44.125 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" "-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 16 08:36:44.611 INFO [stdout] 40622f4c0951100d8ebef33c9e0c27360ab9bbae34b7cb24fef7923db1f26a9b Nov 16 08:36:44.619 INFO running `"docker" "start" "-a" "40622f4c0951100d8ebef33c9e0c27360ab9bbae34b7cb24fef7923db1f26a9b"` Nov 16 08:36:45.966 INFO [stderr] usermod: no changes Nov 16 08:36:46.294 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.30s Nov 16 08:36:46.319 INFO [stderr] Running /target/debug/deps/bittrex_dl-b884bfce82dc0fbb Nov 16 08:36:46.323 INFO [stdout] Nov 16 08:36:46.323 INFO [stdout] running 0 tests Nov 16 08:36:46.327 INFO [stdout] Nov 16 08:36:46.327 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 08:36:46.327 INFO [stdout] Nov 16 08:36:46.339 INFO [stderr] su: No module specific data is present Nov 16 08:36:47.121 INFO running `"docker" "inspect" "40622f4c0951100d8ebef33c9e0c27360ab9bbae34b7cb24fef7923db1f26a9b"` Nov 16 08:36:47.387 INFO running `"docker" "rm" "-f" "40622f4c0951100d8ebef33c9e0c27360ab9bbae34b7cb24fef7923db1f26a9b"` Nov 16 08:36:47.707 INFO [stdout] 40622f4c0951100d8ebef33c9e0c27360ab9bbae34b7cb24fef7923db1f26a9b