Oct 12 02:40:54.857 INFO testing connectr-1.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 02:40:54.858 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 12 02:40:55.291 INFO blam! fc9d2f34db8ba569f172b4901b63468ab3a310389b8e888e6909c787cf7ebe08 Oct 12 02:40:55.294 INFO running `"docker" "start" "-a" "fc9d2f34db8ba569f172b4901b63468ab3a310389b8e888e6909c787cf7ebe08"` Oct 12 02:40:56.507 INFO kablam! usermod: no changes Oct 12 02:40:56.964 INFO kablam! Compiling rubrail v0.7.0 Oct 12 02:40:56.976 INFO kablam! Compiling wrapped-vec v0.2.1 Oct 12 02:40:56.984 INFO kablam! Compiling tokio-io v0.1.9 Oct 12 02:40:56.984 INFO kablam! Compiling mio v0.6.16 Oct 12 02:40:56.984 INFO kablam! Compiling log v0.3.9 Oct 12 02:40:56.984 INFO kablam! Compiling want v0.0.4 Oct 12 02:40:56.984 INFO kablam! Compiling ordered-float v0.5.2 Oct 12 02:40:56.984 INFO kablam! Compiling timer v0.2.0 Oct 12 02:41:02.003 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 12 02:41:02.258 INFO kablam! Compiling serde-value v0.5.2 Oct 12 02:41:07.237 INFO kablam! Compiling tokio-codec v0.1.1 Oct 12 02:41:09.751 INFO kablam! Compiling log4rs v0.8.0 Oct 12 02:41:12.620 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 12 02:41:12.620 INFO kablam! Compiling mio-uds v0.6.7 Oct 12 02:41:17.349 INFO kablam! Compiling tokio-fs v0.1.3 Oct 12 02:41:23.497 INFO kablam! Compiling tokio-uds v0.2.2 Oct 12 02:41:23.497 INFO kablam! Compiling tokio-udp v0.1.2 Oct 12 02:41:23.497 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 12 02:41:33.020 INFO kablam! Compiling tokio v0.1.11 Oct 12 02:41:39.830 INFO kablam! Compiling fruitbasket v0.6.0 Oct 12 02:41:43.301 INFO kablam! Compiling tokio-core v0.1.17 Oct 12 02:41:50.600 INFO kablam! Compiling tokio-proto v0.1.1 Oct 12 02:41:50.600 INFO kablam! Compiling tokio-tls v0.1.4 Oct 12 02:41:57.446 INFO kablam! Compiling hyper v0.11.27 Oct 12 02:42:11.240 INFO kablam! Compiling hyper-tls v0.1.4 Oct 12 02:42:16.307 INFO kablam! Compiling reqwest v0.7.3 Oct 12 02:42:26.708 INFO kablam! Compiling rustfm-scrobble v0.9.1 Oct 12 02:42:34.358 INFO kablam! Compiling connectr v1.0.0 (/source) Oct 12 02:42:42.904 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 12 02:42:42.904 INFO kablam! --> src/settings/mod.rs:62:23 Oct 12 02:42:42.904 INFO kablam! | Oct 12 02:42:42.904 INFO kablam! 62 | format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE) Oct 12 02:42:42.904 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 02:42:42.904 INFO kablam! | Oct 12 02:42:42.904 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 02:42:42.904 INFO kablam! Oct 12 02:42:42.904 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 12 02:42:42.904 INFO kablam! --> src/settings/mod.rs:67:34 Oct 12 02:42:42.904 INFO kablam! | Oct 12 02:42:42.904 INFO kablam! 67 | let path = format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE); Oct 12 02:42:42.904 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 02:42:42.904 INFO kablam! Oct 12 02:42:42.904 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 12 02:42:42.904 INFO kablam! --> src/lib.rs:158:24 Oct 12 02:42:42.904 INFO kablam! | Oct 12 02:42:42.904 INFO kablam! 158 | if let Some(dir) = std::env::home_dir() { Oct 12 02:42:42.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:42:42.905 INFO kablam! Oct 12 02:43:15.428 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 18s Oct 12 02:43:15.452 INFO kablam! su: No module specific data is present Oct 12 02:43:16.064 INFO running `"docker" "rm" "-f" "fc9d2f34db8ba569f172b4901b63468ab3a310389b8e888e6909c787cf7ebe08"` Oct 12 02:43:16.321 INFO blam! fc9d2f34db8ba569f172b4901b63468ab3a310389b8e888e6909c787cf7ebe08 Oct 12 02:43:16.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 12 02:43:16.844 INFO blam! 7c2c3fa90b0ea294d6c7667fe56820bf2c072dd1b1c79d4932ae99b91aac755f Oct 12 02:43:16.856 INFO running `"docker" "start" "-a" "7c2c3fa90b0ea294d6c7667fe56820bf2c072dd1b1c79d4932ae99b91aac755f"` Oct 12 02:43:18.085 INFO kablam! usermod: no changes Oct 12 02:43:18.392 INFO kablam! Compiling connectr v1.0.0 (/source) Oct 12 02:43:29.060 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 12 02:43:29.060 INFO kablam! --> src/settings/mod.rs:62:23 Oct 12 02:43:29.060 INFO kablam! | Oct 12 02:43:29.060 INFO kablam! 62 | format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE) Oct 12 02:43:29.060 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 02:43:29.060 INFO kablam! | Oct 12 02:43:29.060 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 02:43:29.060 INFO kablam! Oct 12 02:43:29.060 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 12 02:43:29.060 INFO kablam! --> src/settings/mod.rs:67:34 Oct 12 02:43:29.060 INFO kablam! | Oct 12 02:43:29.060 INFO kablam! 67 | let path = format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE); Oct 12 02:43:29.060 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 02:43:29.060 INFO kablam! Oct 12 02:43:29.064 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 12 02:43:29.064 INFO kablam! --> src/lib.rs:158:24 Oct 12 02:43:29.064 INFO kablam! | Oct 12 02:43:29.064 INFO kablam! 158 | if let Some(dir) = std::env::home_dir() { Oct 12 02:43:29.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:43:29.064 INFO kablam! Oct 12 02:43:39.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.60s Oct 12 02:43:39.744 INFO kablam! su: No module specific data is present Oct 12 02:43:40.138 INFO running `"docker" "rm" "-f" "7c2c3fa90b0ea294d6c7667fe56820bf2c072dd1b1c79d4932ae99b91aac755f"` Oct 12 02:43:40.393 INFO blam! 7c2c3fa90b0ea294d6c7667fe56820bf2c072dd1b1c79d4932ae99b91aac755f Oct 12 02:43:40.405 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 12 02:43:40.746 INFO blam! 62acedf17d59f55d7f243300bcd7a87437c414cee32a4609993f6cc280fb667f Oct 12 02:43:40.748 INFO running `"docker" "start" "-a" "62acedf17d59f55d7f243300bcd7a87437c414cee32a4609993f6cc280fb667f"` Oct 12 02:43:41.514 INFO kablam! usermod: no changes Oct 12 02:43:41.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 12 02:43:41.781 INFO kablam! Running /target/debug/deps/connectr-5e313534e3666dab Oct 12 02:43:41.806 INFO blam! Oct 12 02:43:41.806 INFO blam! running 4 tests Oct 12 02:43:41.856 INFO blam! test webapi::test::tests::test_refresh_oauth_tokens_no_connection ... ok Oct 12 02:43:41.856 INFO blam! test webapi::test::tests::test_alarm_scheduler ... ok Oct 12 02:43:42.312 INFO blam! test webapi::test::tests::test_refresh_oauth_tokens_error_status ... ok Oct 12 02:43:42.320 INFO blam! test webapi::test::tests::test_refresh_oauth_tokens_pass ... ok Oct 12 02:43:42.321 INFO kablam! Running /target/debug/deps/connectr-9eb24f0de33771fb Oct 12 02:43:42.321 INFO blam! Oct 12 02:43:42.321 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:43:42.322 INFO blam! Oct 12 02:43:42.322 INFO kablam! Doc-tests connectr Oct 12 02:43:42.322 INFO blam! Oct 12 02:43:42.322 INFO blam! running 0 tests Oct 12 02:43:42.323 INFO blam! Oct 12 02:43:42.323 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:43:42.323 INFO blam! Oct 12 02:43:58.038 INFO blam! Oct 12 02:43:58.038 INFO blam! running 0 tests Oct 12 02:43:58.038 INFO blam! Oct 12 02:43:58.038 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:43:58.038 INFO blam! Oct 12 02:43:58.056 INFO kablam! su: No module specific data is present Oct 12 02:43:58.619 INFO running `"docker" "rm" "-f" "62acedf17d59f55d7f243300bcd7a87437c414cee32a4609993f6cc280fb667f"` Oct 12 02:43:58.952 INFO blam! 62acedf17d59f55d7f243300bcd7a87437c414cee32a4609993f6cc280fb667f