Oct 16 16:19:40.620 INFO testing butlerd-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 16:19:40.620 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/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 16 16:19:40.963 INFO blam! 88482034937b53c671c414b7689ecf78ca6317a03c5a0cbe75ab2134d37b2653 Oct 16 16:19:40.965 INFO running `"docker" "start" "-a" "88482034937b53c671c414b7689ecf78ca6317a03c5a0cbe75ab2134d37b2653"` Oct 16 16:19:41.848 INFO kablam! usermod: no changes Oct 16 16:19:42.256 INFO kablam! Compiling butlerd v0.1.2 (/source) Oct 16 16:19:50.727 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 16:19:50.727 INFO kablam! --> src/lib.rs:678:25 Oct 16 16:19:50.727 INFO kablam! | Oct 16 16:19:50.727 INFO kablam! 678 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 16 16:19:50.727 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:19:50.727 INFO kablam! | Oct 16 16:19:50.727 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 16:19:50.727 INFO kablam! Oct 16 16:19:50.727 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 16:19:50.727 INFO kablam! --> src/lib.rs:100:17 Oct 16 16:19:50.727 INFO kablam! | Oct 16 16:19:50.727 INFO kablam! 100 | ::std::thread::sleep_ms(250); Oct 16 16:19:50.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:19:50.727 INFO kablam! Oct 16 16:19:50.727 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 16:19:50.727 INFO kablam! --> src/lib.rs:546:13 Oct 16 16:19:50.727 INFO kablam! | Oct 16 16:19:50.727 INFO kablam! 546 | ::std::thread::sleep_ms(1000); Oct 16 16:19:50.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:19:50.728 INFO kablam! Oct 16 16:19:52.329 INFO kablam! warning: value assigned to `file` is never read Oct 16 16:19:52.329 INFO kablam! --> src/lib.rs:64:13 Oct 16 16:19:52.329 INFO kablam! | Oct 16 16:19:52.330 INFO kablam! 64 | file = fs::File::create(log_path).unwrap(); Oct 16 16:19:52.330 INFO kablam! | ^^^^ Oct 16 16:19:52.330 INFO kablam! | Oct 16 16:19:52.331 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 16:19:52.331 INFO kablam! Oct 16 16:19:52.332 INFO kablam! warning: value assigned to `b` is never read Oct 16 16:19:52.332 INFO kablam! --> src/lib.rs:652:17 Oct 16 16:19:52.333 INFO kablam! | Oct 16 16:19:52.333 INFO kablam! 652 | let mut b = String::new(); Oct 16 16:19:52.333 INFO kablam! | ^ Oct 16 16:19:52.333 INFO kablam! Oct 16 16:19:52.334 INFO kablam! warning: value assigned to `b` is never read Oct 16 16:19:52.334 INFO kablam! --> src/lib.rs:666:17 Oct 16 16:19:52.335 INFO kablam! | Oct 16 16:19:52.335 INFO kablam! 666 | let mut b = String::new(); Oct 16 16:19:52.335 INFO kablam! | ^ Oct 16 16:19:52.335 INFO kablam! Oct 16 16:19:52.826 INFO kablam! warning: variant `i386` should have a camel case name such as `I386` Oct 16 16:19:52.827 INFO kablam! --> src/Responses.rs:100:5 Oct 16 16:19:52.827 INFO kablam! | Oct 16 16:19:52.828 INFO kablam! 100 | i386, Oct 16 16:19:52.828 INFO kablam! | ^^^^ Oct 16 16:19:52.829 INFO kablam! | Oct 16 16:19:52.830 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 16:19:52.830 INFO kablam! Oct 16 16:19:52.872 INFO kablam! warning: unused `hyper::client::ResponseFuture` which must be used Oct 16 16:19:52.873 INFO kablam! --> src/lib.rs:543:9 Oct 16 16:19:52.873 INFO kablam! | Oct 16 16:19:52.874 INFO kablam! 543 | self.hclient.request(request); Oct 16 16:19:52.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:19:52.875 INFO kablam! | Oct 16 16:19:52.876 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 16:19:52.876 INFO kablam! = note: futures do nothing unless polled Oct 16 16:19:52.877 INFO kablam! Oct 16 16:20:01.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.39s Oct 16 16:20:01.293 INFO kablam! su: No module specific data is present Oct 16 16:20:02.234 INFO running `"docker" "rm" "-f" "88482034937b53c671c414b7689ecf78ca6317a03c5a0cbe75ab2134d37b2653"` Oct 16 16:20:02.547 INFO blam! 88482034937b53c671c414b7689ecf78ca6317a03c5a0cbe75ab2134d37b2653 Oct 16 16:20:02.551 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/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 16 16:20:03.213 INFO blam! 56c482690e4c6ad20b3cd2c1182ac3ea8a8360bb4c559abee1aadedab21a5ff3 Oct 16 16:20:03.215 INFO running `"docker" "start" "-a" "56c482690e4c6ad20b3cd2c1182ac3ea8a8360bb4c559abee1aadedab21a5ff3"` Oct 16 16:20:04.427 INFO kablam! usermod: no changes Oct 16 16:20:04.791 INFO kablam! Compiling butlerd v0.1.2 (/source) Oct 16 16:20:15.675 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 16:20:15.676 INFO kablam! --> src/lib.rs:678:25 Oct 16 16:20:15.676 INFO kablam! | Oct 16 16:20:15.676 INFO kablam! 678 | return String::from(env::home_dir().unwrap().to_str().unwrap()); Oct 16 16:20:15.676 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 16:20:15.676 INFO kablam! | Oct 16 16:20:15.676 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 16:20:15.676 INFO kablam! Oct 16 16:20:15.676 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 16:20:15.676 INFO kablam! --> src/lib.rs:100:17 Oct 16 16:20:15.676 INFO kablam! | Oct 16 16:20:15.676 INFO kablam! 100 | ::std::thread::sleep_ms(250); Oct 16 16:20:15.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:20:15.676 INFO kablam! Oct 16 16:20:15.676 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 16:20:15.676 INFO kablam! --> src/lib.rs:546:13 Oct 16 16:20:15.676 INFO kablam! | Oct 16 16:20:15.676 INFO kablam! 546 | ::std::thread::sleep_ms(1000); Oct 16 16:20:15.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:20:15.677 INFO kablam! Oct 16 16:20:17.188 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:20:17.188 INFO kablam! --> tests/lib.rs:52:13 Oct 16 16:20:17.188 INFO kablam! | Oct 16 16:20:17.189 INFO kablam! 52 | but.login_api_key(&key.unwrap().into_string().unwrap()); Oct 16 16:20:17.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:20:17.189 INFO kablam! | Oct 16 16:20:17.190 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 16:20:17.190 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:20:17.190 INFO kablam! Oct 16 16:20:17.195 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 16:20:17.195 INFO kablam! --> tests/lib.rs:151:9 Oct 16 16:20:17.196 INFO kablam! | Oct 16 16:20:17.196 INFO kablam! 151 | but.check_update(vec!["e97cd944-386d-4c6c-b1e9-76a3175f4ca9".to_string()]); Oct 16 16:20:17.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:20:17.197 INFO kablam! | Oct 16 16:20:17.197 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 16:20:17.197 INFO kablam! Oct 16 16:20:17.995 INFO kablam! warning: value assigned to `file` is never read Oct 16 16:20:17.996 INFO kablam! --> src/lib.rs:64:13 Oct 16 16:20:17.996 INFO kablam! | Oct 16 16:20:17.996 INFO kablam! 64 | file = fs::File::create(log_path).unwrap(); Oct 16 16:20:17.997 INFO kablam! | ^^^^ Oct 16 16:20:17.997 INFO kablam! | Oct 16 16:20:17.997 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 16:20:17.997 INFO kablam! Oct 16 16:20:17.998 INFO kablam! warning: value assigned to `b` is never read Oct 16 16:20:17.998 INFO kablam! --> src/lib.rs:652:17 Oct 16 16:20:17.999 INFO kablam! | Oct 16 16:20:17.999 INFO kablam! 652 | let mut b = String::new(); Oct 16 16:20:17.999 INFO kablam! | ^ Oct 16 16:20:17.999 INFO kablam! Oct 16 16:20:18.000 INFO kablam! warning: value assigned to `b` is never read Oct 16 16:20:18.000 INFO kablam! --> src/lib.rs:666:17 Oct 16 16:20:18.000 INFO kablam! | Oct 16 16:20:18.001 INFO kablam! 666 | let mut b = String::new(); Oct 16 16:20:18.001 INFO kablam! | ^ Oct 16 16:20:18.001 INFO kablam! Oct 16 16:20:18.511 INFO kablam! warning: variant `i386` should have a camel case name such as `I386` Oct 16 16:20:18.512 INFO kablam! --> src/Responses.rs:100:5 Oct 16 16:20:18.512 INFO kablam! | Oct 16 16:20:18.513 INFO kablam! 100 | i386, Oct 16 16:20:18.514 INFO kablam! | ^^^^ Oct 16 16:20:18.519 INFO kablam! | Oct 16 16:20:18.519 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 16 16:20:18.519 INFO kablam! Oct 16 16:20:18.567 INFO kablam! warning: unused `hyper::client::ResponseFuture` which must be used Oct 16 16:20:18.567 INFO kablam! --> src/lib.rs:543:9 Oct 16 16:20:18.567 INFO kablam! | Oct 16 16:20:18.567 INFO kablam! 543 | self.hclient.request(request); Oct 16 16:20:18.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 16:20:18.567 INFO kablam! | Oct 16 16:20:18.567 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 16:20:18.567 INFO kablam! = note: futures do nothing unless polled Oct 16 16:20:18.567 INFO kablam! Oct 16 16:20:24.046 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.60s Oct 16 16:20:24.063 INFO kablam! su: No module specific data is present Oct 16 16:20:24.723 INFO running `"docker" "rm" "-f" "56c482690e4c6ad20b3cd2c1182ac3ea8a8360bb4c559abee1aadedab21a5ff3"` Oct 16 16:20:25.107 INFO blam! 56c482690e4c6ad20b3cd2c1182ac3ea8a8360bb4c559abee1aadedab21a5ff3 Oct 16 16:20:25.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/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 16 16:20:25.551 INFO blam! e76234dfd0d3980dd38fc32521da06b2e476b759a7733ecf949634c1752e2a0d Oct 16 16:20:25.559 INFO running `"docker" "start" "-a" "e76234dfd0d3980dd38fc32521da06b2e476b759a7733ecf949634c1752e2a0d"` Oct 16 16:20:26.902 INFO kablam! usermod: no changes Oct 16 16:20:27.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 16 16:20:27.221 INFO kablam! Running /target/debug/deps/butlerd-04d31b3a319ef558 Oct 16 16:20:27.228 INFO blam! Oct 16 16:20:27.228 INFO blam! running 0 tests Oct 16 16:20:27.228 INFO blam! Oct 16 16:20:27.228 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 16:20:27.228 INFO blam! Oct 16 16:20:27.231 INFO kablam! Running /target/debug/deps/lib-cda1cf58776c4b0a Oct 16 16:20:27.237 INFO blam! Oct 16 16:20:27.237 INFO blam! running 20 tests Oct 16 16:20:27.242 INFO kablam! sh: 1: butler: not found Oct 16 16:20:27.243 INFO kablam! sh: 1: butler: not found Oct 16 16:20:27.244 INFO kablam! sh: 1: butler: not found Oct 16 16:20:27.245 INFO kablam! sh: 1: butler: not found Oct 16 16:20:27.257 INFO kablam! sh: 1: butler: not found Oct 16 16:20:27.259 INFO kablam! sh: 1: butler: not found Oct 16 16:20:27.261 INFO kablam! sh: 1: butler: not found Oct 16 16:20:27.273 INFO kablam! sh: 1: butler: not found Oct 16 16:21:27.237 INFO blam! test check_updates ... test check_updates has been running for over 60 seconds Oct 16 16:21:27.238 INFO blam! test commons ... test commons has been running for over 60 seconds Oct 16 16:21:27.238 INFO blam! test check_sale_none ... test check_sale_none has been running for over 60 seconds Oct 16 16:21:27.238 INFO blam! test fetch_cave ... test fetch_cave has been running for over 60 seconds Oct 16 16:21:27.238 INFO blam! test expireall ... test expireall has been running for over 60 seconds Oct 16 16:21:27.239 INFO blam! test fetch_game ... test fetch_game has been running for over 60 seconds Oct 16 16:21:27.239 INFO blam! test fetch_uploads ... test fetch_uploads has been running for over 60 seconds Oct 16 16:21:27.239 INFO blam! test fetch_version ... test fetch_version has been running for over 60 seconds Oct 16 16:26:27.164 INFO error running command: process killed after not generating output for 300s Oct 16 16:26:27.164 INFO running `"docker" "rm" "-f" "e76234dfd0d3980dd38fc32521da06b2e476b759a7733ecf949634c1752e2a0d"` Oct 16 16:26:27.538 INFO blam! e76234dfd0d3980dd38fc32521da06b2e476b759a7733ecf949634c1752e2a0d