[INFO] crate connectr 1.0.0 is already in cache [INFO] extracting crate connectr 1.0.0 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/connectr/1.0.0 [INFO] extracting crate connectr 1.0.0 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/connectr/1.0.0 [INFO] validating manifest of connectr-1.0.0 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of connectr-1.0.0 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing connectr-1.0.0 [INFO] finished frobbing connectr-1.0.0 [INFO] frobbed toml for connectr-1.0.0 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/connectr/1.0.0/Cargo.toml [INFO] started frobbing connectr-1.0.0 [INFO] finished frobbing connectr-1.0.0 [INFO] frobbed toml for connectr-1.0.0 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/connectr/1.0.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing connectr-1.0.0 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/connectr/1.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] f08a436afa78a91ac7a58e2650348bdc1652e8e0e34721ea3c6954fd37de354d [INFO] running `"docker" "start" "-a" "f08a436afa78a91ac7a58e2650348bdc1652e8e0e34721ea3c6954fd37de354d"` [INFO] [stderr] Compiling rubrail v0.7.0 [INFO] [stderr] Compiling rust-ini v0.10.3 [INFO] [stderr] Compiling wrapped-vec v0.2.1 [INFO] [stderr] Compiling timer v0.2.0 [INFO] [stderr] Compiling log4rs v0.8.1 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling fruitbasket v0.6.0 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling reqwest v0.7.3 [INFO] [stderr] Compiling rustfm-scrobble v0.9.1 [INFO] [stderr] Compiling connectr v1.0.0 (/opt/crater/workdir) [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. [INFO] [stderr] --> src/lib.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | if let Some(dir) = std::env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [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. [INFO] [stderr] --> src/settings/mod.rs:62:23 [INFO] [stderr] | [INFO] [stderr] 62 | format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [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. [INFO] [stderr] --> src/settings/mod.rs:67:34 [INFO] [stderr] | [INFO] [stderr] 67 | let path = format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `"docker" "inspect" "f08a436afa78a91ac7a58e2650348bdc1652e8e0e34721ea3c6954fd37de354d"` [INFO] running `"docker" "rm" "-f" "f08a436afa78a91ac7a58e2650348bdc1652e8e0e34721ea3c6954fd37de354d"` [INFO] [stdout] f08a436afa78a91ac7a58e2650348bdc1652e8e0e34721ea3c6954fd37de354d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/connectr/1.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 34493def293e195d74f26632fec67e8c76c2d7a2b8c379e495774120cb4d8c46 [INFO] running `"docker" "start" "-a" "34493def293e195d74f26632fec67e8c76c2d7a2b8c379e495774120cb4d8c46"` [INFO] [stderr] Compiling connectr v1.0.0 (/opt/crater/workdir) [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. [INFO] [stderr] --> src/lib.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | if let Some(dir) = std::env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [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. [INFO] [stderr] --> src/settings/mod.rs:62:23 [INFO] [stderr] | [INFO] [stderr] 62 | format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [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. [INFO] [stderr] --> src/settings/mod.rs:67:34 [INFO] [stderr] | [INFO] [stderr] 67 | let path = format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.59s [INFO] running `"docker" "inspect" "34493def293e195d74f26632fec67e8c76c2d7a2b8c379e495774120cb4d8c46"` [INFO] running `"docker" "rm" "-f" "34493def293e195d74f26632fec67e8c76c2d7a2b8c379e495774120cb4d8c46"` [INFO] [stdout] 34493def293e195d74f26632fec67e8c76c2d7a2b8c379e495774120cb4d8c46 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/connectr/1.0.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] a0cd17661aa5fc508143b1709f38a86652a9cefddf0ce91e29fddb0a28b260ba [INFO] running `"docker" "start" "-a" "a0cd17661aa5fc508143b1709f38a86652a9cefddf0ce91e29fddb0a28b260ba"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running /opt/crater/target/debug/deps/connectr-f1239a6c4b97acec [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test webapi::test::tests::test_alarm_scheduler ... ok [INFO] [stdout] test webapi::test::tests::test_refresh_oauth_tokens_no_connection ... ok [INFO] [stdout] test webapi::test::tests::test_refresh_oauth_tokens_pass ... ok [INFO] [stdout] test webapi::test::tests::test_refresh_oauth_tokens_error_status ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/connectr-f3f4d616e03f04b5 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests connectr [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a0cd17661aa5fc508143b1709f38a86652a9cefddf0ce91e29fddb0a28b260ba"` [INFO] running `"docker" "rm" "-f" "a0cd17661aa5fc508143b1709f38a86652a9cefddf0ce91e29fddb0a28b260ba"` [INFO] [stdout] a0cd17661aa5fc508143b1709f38a86652a9cefddf0ce91e29fddb0a28b260ba