Oct 16 14:29:22.086 INFO testing connectr-1.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 14:29:22.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 16 14:29:22.542 INFO blam! 3333d5be3f951d9b7d30022b959514d6dd00d9ccb587633ef034ae5eb746d942 Oct 16 14:29:22.548 INFO running `"docker" "start" "-a" "3333d5be3f951d9b7d30022b959514d6dd00d9ccb587633ef034ae5eb746d942"` Oct 16 14:29:23.607 INFO kablam! usermod: no changes Oct 16 14:29:24.051 INFO kablam! Compiling rubrail v0.7.0 Oct 16 14:29:24.051 INFO kablam! Compiling rust-ini v0.10.3 Oct 16 14:29:24.051 INFO kablam! Compiling wrapped-vec v0.2.1 Oct 16 14:29:24.051 INFO kablam! Compiling ctrlc v3.1.1 Oct 16 14:29:24.051 INFO kablam! Compiling tokio-io v0.1.9 Oct 16 14:29:24.051 INFO kablam! Compiling mio v0.6.16 Oct 16 14:29:24.051 INFO kablam! Compiling log v0.3.9 Oct 16 14:29:24.051 INFO kablam! Compiling want v0.0.4 Oct 16 14:29:27.771 INFO kablam! Compiling serde-value v0.5.2 Oct 16 14:29:30.831 INFO kablam! Compiling timer v0.2.0 Oct 16 14:29:30.871 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 16 14:29:34.755 INFO kablam! Compiling tokio-codec v0.1.1 Oct 16 14:29:38.279 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 16 14:29:38.299 INFO kablam! Compiling mio-uds v0.6.7 Oct 16 14:29:38.387 INFO kablam! Compiling log4rs v0.8.0 Oct 16 14:29:47.195 INFO kablam! Compiling tokio-fs v0.1.3 Oct 16 14:29:51.212 INFO kablam! Compiling tokio-udp v0.1.2 Oct 16 14:29:51.212 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 16 14:29:51.213 INFO kablam! Compiling tokio-uds v0.2.2 Oct 16 14:30:04.203 INFO kablam! Compiling tokio v0.1.11 Oct 16 14:30:05.979 INFO kablam! Compiling fruitbasket v0.6.0 Oct 16 14:30:10.908 INFO kablam! Compiling tokio-core v0.1.17 Oct 16 14:30:17.107 INFO kablam! Compiling tokio-proto v0.1.1 Oct 16 14:30:17.107 INFO kablam! Compiling tokio-tls v0.1.4 Oct 16 14:30:23.123 INFO kablam! Compiling hyper v0.11.27 Oct 16 14:30:35.035 INFO kablam! Compiling hyper-tls v0.1.4 Oct 16 14:30:40.379 INFO kablam! Compiling reqwest v0.7.3 Oct 16 14:30:52.558 INFO kablam! Compiling rustfm-scrobble v0.9.1 Oct 16 14:31:01.531 INFO kablam! Compiling connectr v1.0.0 (/source) Oct 16 14:31:11.048 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 16 14:31:11.048 INFO kablam! --> src/settings/mod.rs:62:23 Oct 16 14:31:11.048 INFO kablam! | Oct 16 14:31:11.048 INFO kablam! 62 | format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE) Oct 16 14:31:11.049 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 14:31:11.049 INFO kablam! | Oct 16 14:31:11.049 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:31:11.049 INFO kablam! Oct 16 14:31:11.050 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 16 14:31:11.050 INFO kablam! --> src/settings/mod.rs:67:34 Oct 16 14:31:11.050 INFO kablam! | Oct 16 14:31:11.051 INFO kablam! 67 | let path = format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE); Oct 16 14:31:11.051 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 14:31:11.051 INFO kablam! Oct 16 14:31:11.051 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 16 14:31:11.052 INFO kablam! --> src/lib.rs:158:24 Oct 16 14:31:11.052 INFO kablam! | Oct 16 14:31:11.052 INFO kablam! 158 | if let Some(dir) = std::env::home_dir() { Oct 16 14:31:11.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 14:31:11.053 INFO kablam! Oct 16 14:31:41.927 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 18s Oct 16 14:31:41.949 INFO kablam! su: No module specific data is present Oct 16 14:31:42.483 INFO running `"docker" "rm" "-f" "3333d5be3f951d9b7d30022b959514d6dd00d9ccb587633ef034ae5eb746d942"` Oct 16 14:31:42.707 INFO blam! 3333d5be3f951d9b7d30022b959514d6dd00d9ccb587633ef034ae5eb746d942 Oct 16 14:31:42.707 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 16 14:31:43.098 INFO blam! e6ba6c5f879959793536ee25a324bae67c6b75ff6deaa8254625ea23aea7d724 Oct 16 14:31:43.111 INFO running `"docker" "start" "-a" "e6ba6c5f879959793536ee25a324bae67c6b75ff6deaa8254625ea23aea7d724"` Oct 16 14:31:43.935 INFO kablam! usermod: no changes Oct 16 14:31:44.231 INFO kablam! Compiling connectr v1.0.0 (/source) Oct 16 14:31:55.631 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 16 14:31:55.631 INFO kablam! --> src/settings/mod.rs:62:23 Oct 16 14:31:55.631 INFO kablam! | Oct 16 14:31:55.631 INFO kablam! 62 | format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE) Oct 16 14:31:55.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 14:31:55.631 INFO kablam! | Oct 16 14:31:55.631 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 14:31:55.631 INFO kablam! Oct 16 14:31:55.631 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 16 14:31:55.631 INFO kablam! --> src/settings/mod.rs:67:34 Oct 16 14:31:55.631 INFO kablam! | Oct 16 14:31:55.631 INFO kablam! 67 | let path = format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE); Oct 16 14:31:55.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 14:31:55.631 INFO kablam! Oct 16 14:31:55.631 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 16 14:31:55.631 INFO kablam! --> src/lib.rs:158:24 Oct 16 14:31:55.631 INFO kablam! | Oct 16 14:31:55.631 INFO kablam! 158 | if let Some(dir) = std::env::home_dir() { Oct 16 14:31:55.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 14:31:55.631 INFO kablam! Oct 16 14:32:07.842 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.87s Oct 16 14:32:07.860 INFO kablam! su: No module specific data is present Oct 16 14:32:09.126 INFO running `"docker" "rm" "-f" "e6ba6c5f879959793536ee25a324bae67c6b75ff6deaa8254625ea23aea7d724"` Oct 16 14:32:09.431 INFO blam! e6ba6c5f879959793536ee25a324bae67c6b75ff6deaa8254625ea23aea7d724 Oct 16 14:32:09.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 16 14:32:09.902 INFO blam! 1fec49c78f43c4a16bcc19f860e4c30cec3152b479c13a015fd501180e1d663b Oct 16 14:32:09.904 INFO running `"docker" "start" "-a" "1fec49c78f43c4a16bcc19f860e4c30cec3152b479c13a015fd501180e1d663b"` Oct 16 14:32:11.219 INFO kablam! usermod: no changes Oct 16 14:32:11.500 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 16 14:32:11.538 INFO kablam! Running /target/debug/deps/connectr-e06acb61c696669f Oct 16 14:32:11.578 INFO blam! Oct 16 14:32:11.578 INFO blam! running 4 tests Oct 16 14:32:11.592 INFO blam! test webapi::test::tests::test_alarm_scheduler ... ok Oct 16 14:32:11.606 INFO blam! test webapi::test::tests::test_refresh_oauth_tokens_no_connection ... ok Oct 16 14:32:12.092 INFO blam! test webapi::test::tests::test_refresh_oauth_tokens_error_status ... ok Oct 16 14:32:12.093 INFO blam! test webapi::test::tests::test_refresh_oauth_tokens_pass ... ok Oct 16 14:32:12.093 INFO blam! Oct 16 14:32:12.093 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:32:12.093 INFO blam! Oct 16 14:32:12.104 INFO kablam! Running /target/debug/deps/connectr-5501e3b528523760 Oct 16 14:32:12.106 INFO blam! Oct 16 14:32:12.106 INFO blam! running 0 tests Oct 16 14:32:12.106 INFO blam! Oct 16 14:32:12.106 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:32:12.106 INFO blam! Oct 16 14:32:12.106 INFO kablam! Doc-tests connectr Oct 16 14:32:28.823 INFO blam! Oct 16 14:32:28.823 INFO blam! running 0 tests Oct 16 14:32:28.824 INFO blam! Oct 16 14:32:28.824 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:32:28.824 INFO blam! Oct 16 14:32:28.830 INFO kablam! su: No module specific data is present Oct 16 14:32:29.403 INFO running `"docker" "rm" "-f" "1fec49c78f43c4a16bcc19f860e4c30cec3152b479c13a015fd501180e1d663b"` Oct 16 14:32:29.699 INFO blam! 1fec49c78f43c4a16bcc19f860e4c30cec3152b479c13a015fd501180e1d663b