Oct 12 04:29:07.504 INFO testing butlerd-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 04:29:07.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:07.774 INFO blam! 9a55d097a76e7cb781e348f15902db263a88f0406c888204bc0a429205f73fce Oct 12 04:29:07.781 INFO running `"docker" "start" "-a" "9a55d097a76e7cb781e348f15902db263a88f0406c888204bc0a429205f73fce"` Oct 12 04:29:08.828 INFO kablam! usermod: no changes Oct 12 04:29:09.232 INFO kablam! Compiling butlerd v0.1.2 (/source) Oct 12 04:29:12.437 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:12.437 INFO kablam! --> src/lib.rs:678:25 Oct 12 04:29:12.437 INFO kablam! | Oct 12 04:29:12.438 INFO kablam! 678 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 12 04:29:12.438 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:29:12.438 INFO kablam! | Oct 12 04:29:12.438 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:29:12.439 INFO kablam! Oct 12 04:29:12.439 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 04:29:12.439 INFO kablam! --> src/lib.rs:100:17 Oct 12 04:29:12.439 INFO kablam! | Oct 12 04:29:12.440 INFO kablam! 100 | ::std::thread::sleep_ms(250); Oct 12 04:29:12.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:12.440 INFO kablam! Oct 12 04:29:12.444 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 04:29:12.445 INFO kablam! --> src/lib.rs:546:13 Oct 12 04:29:12.445 INFO kablam! | Oct 12 04:29:12.445 INFO kablam! 546 | ::std::thread::sleep_ms(1000); Oct 12 04:29:12.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:12.446 INFO kablam! Oct 12 04:29:14.224 INFO kablam! warning: value assigned to `file` is never read Oct 12 04:29:14.224 INFO kablam! --> src/lib.rs:64:13 Oct 12 04:29:14.224 INFO kablam! | Oct 12 04:29:14.224 INFO kablam! 64 | file = fs::File::create(log_path).unwrap(); Oct 12 04:29:14.224 INFO kablam! | ^^^^ Oct 12 04:29:14.224 INFO kablam! | Oct 12 04:29:14.224 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:29:14.224 INFO kablam! Oct 12 04:29:14.224 INFO kablam! warning: value assigned to `b` is never read Oct 12 04:29:14.224 INFO kablam! --> src/lib.rs:652:17 Oct 12 04:29:14.224 INFO kablam! | Oct 12 04:29:14.224 INFO kablam! 652 | let mut b = String::new(); Oct 12 04:29:14.224 INFO kablam! | ^ Oct 12 04:29:14.224 INFO kablam! Oct 12 04:29:14.224 INFO kablam! warning: value assigned to `b` is never read Oct 12 04:29:14.224 INFO kablam! --> src/lib.rs:666:17 Oct 12 04:29:14.224 INFO kablam! | Oct 12 04:29:14.224 INFO kablam! 666 | let mut b = String::new(); Oct 12 04:29:14.224 INFO kablam! | ^ Oct 12 04:29:14.224 INFO kablam! Oct 12 04:29:14.716 INFO kablam! warning: variant `i386` should have a camel case name such as `I386` Oct 12 04:29:14.716 INFO kablam! --> src/Responses.rs:100:5 Oct 12 04:29:14.716 INFO kablam! | Oct 12 04:29:14.716 INFO kablam! 100 | i386, Oct 12 04:29:14.716 INFO kablam! | ^^^^ Oct 12 04:29:14.716 INFO kablam! | Oct 12 04:29:14.716 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 04:29:14.716 INFO kablam! Oct 12 04:29:14.756 INFO kablam! warning: unused `hyper::client::ResponseFuture` which must be used Oct 12 04:29:14.756 INFO kablam! --> src/lib.rs:543:9 Oct 12 04:29:14.756 INFO kablam! | Oct 12 04:29:14.756 INFO kablam! 543 | self.hclient.request(request); Oct 12 04:29:14.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:14.756 INFO kablam! | Oct 12 04:29:14.756 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 04:29:14.756 INFO kablam! = note: futures do nothing unless polled Oct 12 04:29:14.756 INFO kablam! Oct 12 04:29:22.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.16s Oct 12 04:29:22.035 INFO kablam! su: No module specific data is present Oct 12 04:29:23.134 INFO running `"docker" "rm" "-f" "9a55d097a76e7cb781e348f15902db263a88f0406c888204bc0a429205f73fce"` Oct 12 04:29:23.392 INFO blam! 9a55d097a76e7cb781e348f15902db263a88f0406c888204bc0a429205f73fce Oct 12 04:29:23.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:23.741 INFO blam! a9fc1a2ffa5a94109ce30fddc55fe62d0806aa5cedf4b0c5405a2b83c73c22f4 Oct 12 04:29:23.742 INFO running `"docker" "start" "-a" "a9fc1a2ffa5a94109ce30fddc55fe62d0806aa5cedf4b0c5405a2b83c73c22f4"` Oct 12 04:29:24.400 INFO kablam! usermod: no changes Oct 12 04:29:24.627 INFO kablam! Compiling butlerd v0.1.2 (/source) Oct 12 04:29:26.217 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:29:26.218 INFO kablam! --> tests/lib.rs:52:13 Oct 12 04:29:26.218 INFO kablam! | Oct 12 04:29:26.219 INFO kablam! 52 | but.login_api_key(&key.unwrap().into_string().unwrap()); Oct 12 04:29:26.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:26.219 INFO kablam! | Oct 12 04:29:26.220 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 04:29:26.220 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:29:26.220 INFO kablam! Oct 12 04:29:26.220 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 04:29:26.221 INFO kablam! --> tests/lib.rs:151:9 Oct 12 04:29:26.221 INFO kablam! | Oct 12 04:29:26.221 INFO kablam! 151 | but.check_update(vec!["e97cd944-386d-4c6c-b1e9-76a3175f4ca9".to_string()]); Oct 12 04:29:26.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:26.222 INFO kablam! | Oct 12 04:29:26.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 04:29:26.222 INFO kablam! Oct 12 04:29:27.684 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:27.684 INFO kablam! --> src/lib.rs:678:25 Oct 12 04:29:27.684 INFO kablam! | Oct 12 04:29:27.684 INFO kablam! 678 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 12 04:29:27.684 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 04:29:27.684 INFO kablam! | Oct 12 04:29:27.684 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:29:27.684 INFO kablam! Oct 12 04:29:27.685 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 04:29:27.685 INFO kablam! --> src/lib.rs:100:17 Oct 12 04:29:27.685 INFO kablam! | Oct 12 04:29:27.685 INFO kablam! 100 | ::std::thread::sleep_ms(250); Oct 12 04:29:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:27.685 INFO kablam! Oct 12 04:29:27.688 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 04:29:27.688 INFO kablam! --> src/lib.rs:546:13 Oct 12 04:29:27.688 INFO kablam! | Oct 12 04:29:27.688 INFO kablam! 546 | ::std::thread::sleep_ms(1000); Oct 12 04:29:27.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:27.688 INFO kablam! Oct 12 04:29:29.476 INFO kablam! warning: value assigned to `file` is never read Oct 12 04:29:29.476 INFO kablam! --> src/lib.rs:64:13 Oct 12 04:29:29.476 INFO kablam! | Oct 12 04:29:29.476 INFO kablam! 64 | file = fs::File::create(log_path).unwrap(); Oct 12 04:29:29.476 INFO kablam! | ^^^^ Oct 12 04:29:29.476 INFO kablam! | Oct 12 04:29:29.476 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 04:29:29.476 INFO kablam! Oct 12 04:29:29.476 INFO kablam! warning: value assigned to `b` is never read Oct 12 04:29:29.476 INFO kablam! --> src/lib.rs:652:17 Oct 12 04:29:29.476 INFO kablam! | Oct 12 04:29:29.476 INFO kablam! 652 | let mut b = String::new(); Oct 12 04:29:29.476 INFO kablam! | ^ Oct 12 04:29:29.476 INFO kablam! Oct 12 04:29:29.476 INFO kablam! warning: value assigned to `b` is never read Oct 12 04:29:29.476 INFO kablam! --> src/lib.rs:666:17 Oct 12 04:29:29.476 INFO kablam! | Oct 12 04:29:29.476 INFO kablam! 666 | let mut b = String::new(); Oct 12 04:29:29.476 INFO kablam! | ^ Oct 12 04:29:29.476 INFO kablam! Oct 12 04:29:30.156 INFO kablam! warning: variant `i386` should have a camel case name such as `I386` Oct 12 04:29:30.156 INFO kablam! --> src/Responses.rs:100:5 Oct 12 04:29:30.156 INFO kablam! | Oct 12 04:29:30.156 INFO kablam! 100 | i386, Oct 12 04:29:30.156 INFO kablam! | ^^^^ Oct 12 04:29:30.156 INFO kablam! | Oct 12 04:29:30.156 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 04:29:30.156 INFO kablam! Oct 12 04:29:30.232 INFO kablam! warning: unused `hyper::client::ResponseFuture` which must be used Oct 12 04:29:30.232 INFO kablam! --> src/lib.rs:543:9 Oct 12 04:29:30.232 INFO kablam! | Oct 12 04:29:30.232 INFO kablam! 543 | self.hclient.request(request); Oct 12 04:29:30.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:29:30.232 INFO kablam! | Oct 12 04:29:30.232 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 04:29:30.232 INFO kablam! = note: futures do nothing unless polled Oct 12 04:29:30.232 INFO kablam! Oct 12 04:29:33.605 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.19s Oct 12 04:29:33.625 INFO kablam! su: No module specific data is present Oct 12 04:29:35.093 INFO running `"docker" "rm" "-f" "a9fc1a2ffa5a94109ce30fddc55fe62d0806aa5cedf4b0c5405a2b83c73c22f4"` Oct 12 04:29:35.372 INFO blam! a9fc1a2ffa5a94109ce30fddc55fe62d0806aa5cedf4b0c5405a2b83c73c22f4 Oct 12 04:29:35.374 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:29:35.726 INFO blam! 3df729596d77a3bae748224cb0c4110890dddad035cea3f106c9094c703e0971 Oct 12 04:29:35.727 INFO running `"docker" "start" "-a" "3df729596d77a3bae748224cb0c4110890dddad035cea3f106c9094c703e0971"` Oct 12 04:29:37.136 INFO kablam! usermod: no changes Oct 12 04:29:37.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 12 04:29:37.432 INFO kablam! Running /target/debug/deps/butlerd-f8bad7a202589a43 Oct 12 04:29:37.436 INFO blam! Oct 12 04:29:37.437 INFO blam! running 0 tests Oct 12 04:29:37.437 INFO blam! Oct 12 04:29:37.437 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 04:29:37.438 INFO blam! Oct 12 04:29:37.438 INFO kablam! Running /target/debug/deps/lib-587682ed04f4b250 Oct 12 04:29:37.454 INFO blam! Oct 12 04:29:37.455 INFO blam! running 20 tests Oct 12 04:29:37.474 INFO kablam! sh: 1: butler: not found Oct 12 04:29:37.481 INFO kablam! sh: 1: butler: not found Oct 12 04:29:37.485 INFO kablam! sh: 1: butler: not found Oct 12 04:29:37.485 INFO kablam! sh: 1: butler: not found Oct 12 04:29:37.485 INFO kablam! sh: 1: butler: not found Oct 12 04:29:37.486 INFO kablam! sh: 1: butler: not found Oct 12 04:29:37.505 INFO kablam! sh: 1: butler: not found Oct 12 04:29:37.513 INFO kablam! sh: 1: butler: not found Oct 12 04:30:37.456 INFO blam! test check_sale_none ... test check_sale_none has been running for over 60 seconds Oct 12 04:30:37.457 INFO blam! test commons ... test commons has been running for over 60 seconds Oct 12 04:30:37.457 INFO blam! test check_updates ... test check_updates has been running for over 60 seconds Oct 12 04:30:37.457 INFO blam! test expireall ... test expireall has been running for over 60 seconds Oct 12 04:30:37.458 INFO blam! test fetch_cave ... test fetch_cave has been running for over 60 seconds Oct 12 04:30:37.458 INFO blam! test fetch_game ... test fetch_game has been running for over 60 seconds Oct 12 04:30:37.460 INFO blam! test fetch_version ... test fetch_version has been running for over 60 seconds Oct 12 04:30:37.460 INFO blam! test fetch_uploads ... test fetch_uploads has been running for over 60 seconds Oct 12 04:35:37.433 INFO error running command: process killed after not generating output for 300s Oct 12 04:35:37.433 INFO running `"docker" "rm" "-f" "3df729596d77a3bae748224cb0c4110890dddad035cea3f106c9094c703e0971"` Oct 12 04:35:38.628 INFO blam! 3df729596d77a3bae748224cb0c4110890dddad035cea3f106c9094c703e0971