Oct 12 04:29:16.585 INFO testing butlerd-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 04:29:16.585 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 04:29:16.935 INFO blam! 13cbd7731ce2856b033a822c6bbf9ce7bf04d520a7cca2541400058d4d1302c2 Oct 12 04:29:16.938 INFO running `"docker" "start" "-a" "13cbd7731ce2856b033a822c6bbf9ce7bf04d520a7cca2541400058d4d1302c2"` Oct 12 04:29:18.912 INFO kablam! usermod: no changes Oct 12 04:29:19.380 INFO kablam! Compiling butlerd v0.1.2 (/source) Oct 12 04:29:31.618 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 04:29:31.618 INFO kablam! --> src/lib.rs:678:25 Oct 12 04:29:31.618 INFO kablam! | Oct 12 04:29:31.618 INFO kablam! 678 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 12 04:29:31.618 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:29:31.618 INFO kablam! | Oct 12 04:29:31.618 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:29:31.618 INFO kablam! Oct 12 04:29:31.620 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 04:29:31.621 INFO kablam! --> src/lib.rs:100:17 Oct 12 04:29:31.622 INFO kablam! | Oct 12 04:29:31.622 INFO kablam! 100 | ::std::thread::sleep_ms(250); Oct 12 04:29:31.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:31.623 INFO kablam! Oct 12 04:29:31.624 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 04:29:31.625 INFO kablam! --> src/lib.rs:546:13 Oct 12 04:29:31.625 INFO kablam! | Oct 12 04:29:31.625 INFO kablam! 546 | ::std::thread::sleep_ms(1000); Oct 12 04:29:31.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:31.626 INFO kablam! Oct 12 04:29:33.571 INFO kablam! warning: value assigned to `file` is never read Oct 12 04:29:33.572 INFO kablam! --> src/lib.rs:64:13 Oct 12 04:29:33.572 INFO kablam! | Oct 12 04:29:33.573 INFO kablam! 64 | file = fs::File::create(log_path).unwrap(); Oct 12 04:29:33.573 INFO kablam! | ^^^^ Oct 12 04:29:33.574 INFO kablam! | Oct 12 04:29:33.575 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:29:33.575 INFO kablam! Oct 12 04:29:33.576 INFO kablam! warning: value assigned to `b` is never read Oct 12 04:29:33.577 INFO kablam! --> src/lib.rs:652:17 Oct 12 04:29:33.577 INFO kablam! | Oct 12 04:29:33.578 INFO kablam! 652 | let mut b = String::new(); Oct 12 04:29:33.578 INFO kablam! | ^ Oct 12 04:29:33.579 INFO kablam! Oct 12 04:29:33.580 INFO kablam! warning: value assigned to `b` is never read Oct 12 04:29:33.580 INFO kablam! --> src/lib.rs:666:17 Oct 12 04:29:33.581 INFO kablam! | Oct 12 04:29:33.581 INFO kablam! 666 | let mut b = String::new(); Oct 12 04:29:33.582 INFO kablam! | ^ Oct 12 04:29:33.582 INFO kablam! Oct 12 04:29:34.092 INFO kablam! warning: variant `i386` should have a camel case name such as `I386` Oct 12 04:29:34.092 INFO kablam! --> src/Responses.rs:100:5 Oct 12 04:29:34.092 INFO kablam! | Oct 12 04:29:34.092 INFO kablam! 100 | i386, Oct 12 04:29:34.092 INFO kablam! | ^^^^ Oct 12 04:29:34.092 INFO kablam! | Oct 12 04:29:34.092 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 04:29:34.092 INFO kablam! Oct 12 04:29:34.132 INFO kablam! warning: unused `hyper::client::ResponseFuture` which must be used Oct 12 04:29:34.132 INFO kablam! --> src/lib.rs:543:9 Oct 12 04:29:34.132 INFO kablam! | Oct 12 04:29:34.132 INFO kablam! 543 | self.hclient.request(request); Oct 12 04:29:34.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:34.132 INFO kablam! | Oct 12 04:29:34.132 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 04:29:34.132 INFO kablam! = note: futures do nothing unless polled Oct 12 04:29:34.132 INFO kablam! Oct 12 04:29:40.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.35s Oct 12 04:29:40.300 INFO kablam! su: No module specific data is present Oct 12 04:29:40.673 INFO running `"docker" "rm" "-f" "13cbd7731ce2856b033a822c6bbf9ce7bf04d520a7cca2541400058d4d1302c2"` Oct 12 04:29:40.860 INFO blam! 13cbd7731ce2856b033a822c6bbf9ce7bf04d520a7cca2541400058d4d1302c2 Oct 12 04:29:40.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 04:29:41.261 INFO blam! 4c96f210d28ab755ad01f08148ad91cfa45489fb57fac465551e03e4496914ed Oct 12 04:29:41.263 INFO running `"docker" "start" "-a" "4c96f210d28ab755ad01f08148ad91cfa45489fb57fac465551e03e4496914ed"` Oct 12 04:29:42.181 INFO kablam! usermod: no changes Oct 12 04:29:42.400 INFO kablam! Compiling butlerd v0.1.2 (/source) Oct 12 04:29:55.340 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 04:29:55.341 INFO kablam! --> src/lib.rs:678:25 Oct 12 04:29:55.341 INFO kablam! | Oct 12 04:29:55.341 INFO kablam! 678 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 12 04:29:55.341 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:29:55.341 INFO kablam! | Oct 12 04:29:55.341 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:29:55.342 INFO kablam! Oct 12 04:29:55.342 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 04:29:55.342 INFO kablam! --> src/lib.rs:100:17 Oct 12 04:29:55.342 INFO kablam! | Oct 12 04:29:55.342 INFO kablam! 100 | ::std::thread::sleep_ms(250); Oct 12 04:29:55.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:55.356 INFO kablam! Oct 12 04:29:55.356 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 04:29:55.356 INFO kablam! --> src/lib.rs:546:13 Oct 12 04:29:55.356 INFO kablam! | Oct 12 04:29:55.356 INFO kablam! 546 | ::std::thread::sleep_ms(1000); Oct 12 04:29:55.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:55.356 INFO kablam! Oct 12 04:29:57.048 INFO kablam! warning: value assigned to `file` is never read Oct 12 04:29:57.049 INFO kablam! --> src/lib.rs:64:13 Oct 12 04:29:57.049 INFO kablam! | Oct 12 04:29:57.049 INFO kablam! 64 | file = fs::File::create(log_path).unwrap(); Oct 12 04:29:57.049 INFO kablam! | ^^^^ Oct 12 04:29:57.050 INFO kablam! | Oct 12 04:29:57.050 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:29:57.050 INFO kablam! Oct 12 04:29:57.050 INFO kablam! warning: value assigned to `b` is never read Oct 12 04:29:57.051 INFO kablam! --> src/lib.rs:652:17 Oct 12 04:29:57.051 INFO kablam! | Oct 12 04:29:57.051 INFO kablam! 652 | let mut b = String::new(); Oct 12 04:29:57.052 INFO kablam! | ^ Oct 12 04:29:57.052 INFO kablam! Oct 12 04:29:57.052 INFO kablam! warning: value assigned to `b` is never read Oct 12 04:29:57.052 INFO kablam! --> src/lib.rs:666:17 Oct 12 04:29:57.053 INFO kablam! | Oct 12 04:29:57.053 INFO kablam! 666 | let mut b = String::new(); Oct 12 04:29:57.053 INFO kablam! | ^ Oct 12 04:29:57.053 INFO kablam! Oct 12 04:29:57.676 INFO kablam! warning: variant `i386` should have a camel case name such as `I386` Oct 12 04:29:57.676 INFO kablam! --> src/Responses.rs:100:5 Oct 12 04:29:57.676 INFO kablam! | Oct 12 04:29:57.676 INFO kablam! 100 | i386, Oct 12 04:29:57.676 INFO kablam! | ^^^^ Oct 12 04:29:57.676 INFO kablam! | Oct 12 04:29:57.676 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 04:29:57.676 INFO kablam! Oct 12 04:29:57.728 INFO kablam! warning: unused `hyper::client::ResponseFuture` which must be used Oct 12 04:29:57.728 INFO kablam! --> src/lib.rs:543:9 Oct 12 04:29:57.728 INFO kablam! | Oct 12 04:29:57.728 INFO kablam! 543 | self.hclient.request(request); Oct 12 04:29:57.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:57.728 INFO kablam! | Oct 12 04:29:57.728 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 04:29:57.728 INFO kablam! = note: futures do nothing unless polled Oct 12 04:29:57.728 INFO kablam! Oct 12 04:29:58.348 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:29:58.348 INFO kablam! --> tests/lib.rs:52:13 Oct 12 04:29:58.348 INFO kablam! | Oct 12 04:29:58.348 INFO kablam! 52 | but.login_api_key(&key.unwrap().into_string().unwrap()); Oct 12 04:29:58.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:58.348 INFO kablam! | Oct 12 04:29:58.348 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 04:29:58.348 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:29:58.348 INFO kablam! Oct 12 04:29:58.352 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:29:58.352 INFO kablam! --> tests/lib.rs:151:9 Oct 12 04:29:58.352 INFO kablam! | Oct 12 04:29:58.352 INFO kablam! 151 | but.check_update(vec!["e97cd944-386d-4c6c-b1e9-76a3175f4ca9".to_string()]); Oct 12 04:29:58.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:58.352 INFO kablam! | Oct 12 04:29:58.352 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:29:58.352 INFO kablam! Oct 12 04:30:04.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.05s Oct 12 04:30:04.275 INFO kablam! su: No module specific data is present Oct 12 04:30:04.840 INFO running `"docker" "rm" "-f" "4c96f210d28ab755ad01f08148ad91cfa45489fb57fac465551e03e4496914ed"` Oct 12 04:30:05.128 INFO blam! 4c96f210d28ab755ad01f08148ad91cfa45489fb57fac465551e03e4496914ed Oct 12 04:30:05.132 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 04:30:05.590 INFO blam! fa56666833621fb504fccc04228bd5a0cab71f2bb3566428b21f4341882421c9 Oct 12 04:30:05.594 INFO running `"docker" "start" "-a" "fa56666833621fb504fccc04228bd5a0cab71f2bb3566428b21f4341882421c9"` Oct 12 04:30:06.889 INFO kablam! usermod: no changes Oct 12 04:30:07.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 12 04:30:07.160 INFO kablam! Running /target/debug/deps/butlerd-57f4803d9d6ad421 Oct 12 04:30:07.169 INFO blam! Oct 12 04:30:07.169 INFO blam! running 0 tests Oct 12 04:30:07.169 INFO blam! Oct 12 04:30:07.169 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:30:07.169 INFO blam! Oct 12 04:30:07.172 INFO kablam! Running /target/debug/deps/lib-22264df204fbf969 Oct 12 04:30:07.188 INFO blam! Oct 12 04:30:07.188 INFO blam! running 20 tests Oct 12 04:30:07.192 INFO kablam! sh: 1: butler: not found Oct 12 04:30:07.192 INFO kablam! sh: 1: butler: not found Oct 12 04:30:07.192 INFO kablam! sh: 1: butler: not found Oct 12 04:30:07.200 INFO kablam! sh: 1: butler: not found Oct 12 04:30:07.200 INFO kablam! sh: 1: butler: not found Oct 12 04:30:07.205 INFO kablam! sh: 1: butler: not found Oct 12 04:30:07.212 INFO kablam! sh: 1: butler: not found Oct 12 04:30:07.212 INFO kablam! sh: 1: butler: not found Oct 12 04:31:07.182 INFO blam! test commons ... test commons has been running for over 60 seconds Oct 12 04:31:07.183 INFO blam! test check_updates ... test check_updates has been running for over 60 seconds Oct 12 04:31:07.183 INFO blam! test check_sale_none ... test check_sale_none has been running for over 60 seconds Oct 12 04:31:07.183 INFO blam! test fetch_version ... test fetch_version has been running for over 60 seconds Oct 12 04:31:07.184 INFO blam! test fetch_uploads ... test fetch_uploads has been running for over 60 seconds Oct 12 04:31:07.184 INFO blam! test fetch_cave ... test fetch_cave has been running for over 60 seconds Oct 12 04:31:07.184 INFO blam! test expireall ... test expireall has been running for over 60 seconds Oct 12 04:31:07.185 INFO blam! test fetch_game ... test fetch_game has been running for over 60 seconds Oct 12 04:36:07.098 INFO error running command: process killed after not generating output for 300s Oct 12 04:36:07.098 INFO running `"docker" "rm" "-f" "fa56666833621fb504fccc04228bd5a0cab71f2bb3566428b21f4341882421c9"` Oct 12 04:36:08.508 INFO blam! fa56666833621fb504fccc04228bd5a0cab71f2bb3566428b21f4341882421c9