Oct 13 01:17:14.340 INFO testing schneki/game_server_manager against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:17:14.340 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 13 01:17:14.763 INFO blam! ec7b2bbeebbda9233f3efb71acbfc06578b3d3462554738364df9840b6da7eea Oct 13 01:17:14.765 INFO running `"docker" "start" "-a" "ec7b2bbeebbda9233f3efb71acbfc06578b3d3462554738364df9840b6da7eea"` Oct 13 01:17:16.611 INFO kablam! usermod: no changes Oct 13 01:17:16.867 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 13 01:17:16.867 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 13 01:17:16.895 INFO kablam! Compiling miniz_oxide v0.1.3 Oct 13 01:17:16.897 INFO kablam! Compiling msdos_time v0.1.6 Oct 13 01:17:16.897 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 13 01:17:16.897 INFO kablam! Compiling want v0.0.5 Oct 13 01:17:16.897 INFO kablam! Compiling mio v0.6.14 Oct 13 01:17:16.915 INFO kablam! Compiling tokio-io v0.1.7 Oct 13 01:17:19.317 INFO kablam! Compiling http v0.1.7 Oct 13 01:17:20.035 INFO kablam! Compiling serde_json v1.0.22 Oct 13 01:17:23.369 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 13 01:17:27.204 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 13 01:17:29.076 INFO kablam! Compiling tokio-codec v0.1.0 Oct 13 01:17:32.951 INFO kablam! Compiling bzip2 v0.3.3 Oct 13 01:17:33.579 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 13 01:17:35.011 INFO kablam! Compiling flate2 v1.0.1 Oct 13 01:17:40.443 INFO kablam! Compiling tokio-fs v0.1.1 Oct 13 01:17:40.828 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 13 01:17:40.828 INFO kablam! Compiling tokio-udp v0.1.1 Oct 13 01:17:42.824 INFO kablam! Compiling zip v0.4.2 Oct 13 01:17:45.167 INFO kablam! Compiling tokio v0.1.7 Oct 13 01:17:53.509 INFO kablam! Compiling h2 v0.1.10 Oct 13 01:18:01.487 INFO kablam! Compiling hyper v0.12.5 Oct 13 01:18:09.361 INFO kablam! Compiling game_server_manager v0.1.0 (/source) Oct 13 01:18:10.447 INFO kablam! warning: unused import: `BufWriter` Oct 13 01:18:10.448 INFO kablam! --> src/minecraft.rs:2:41 Oct 13 01:18:10.449 INFO kablam! | Oct 13 01:18:10.449 INFO kablam! 2 | use std::io::{Read, BufRead, BufReader, BufWriter, Write}; Oct 13 01:18:10.450 INFO kablam! | ^^^^^^^^^ Oct 13 01:18:10.451 INFO kablam! | Oct 13 01:18:10.451 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:18:10.452 INFO kablam! Oct 13 01:18:10.453 INFO kablam! warning: unused import: `self` Oct 13 01:18:10.453 INFO kablam! --> src/main.rs:17:17 Oct 13 01:18:10.454 INFO kablam! | Oct 13 01:18:10.454 INFO kablam! 17 | use hyper::rt::{self, Future, Stream}; Oct 13 01:18:10.454 INFO kablam! | ^^^^ Oct 13 01:18:10.455 INFO kablam! Oct 13 01:18:10.619 INFO kablam! warning: unused import: `Stream` Oct 13 01:18:10.619 INFO kablam! --> src/main.rs:17:31 Oct 13 01:18:10.619 INFO kablam! | Oct 13 01:18:10.619 INFO kablam! 17 | use hyper::rt::{self, Future, Stream}; Oct 13 01:18:10.619 INFO kablam! | ^^^^^^ Oct 13 01:18:10.619 INFO kablam! Oct 13 01:18:10.632 INFO kablam! warning: unused variable: `mods` Oct 13 01:18:10.632 INFO kablam! --> src/minecraft.rs:94:9 Oct 13 01:18:10.632 INFO kablam! | Oct 13 01:18:10.632 INFO kablam! 94 | let mods = zip_mods(&mc_path, get_mods(&mc_path)); Oct 13 01:18:10.632 INFO kablam! | ^^^^ help: consider using `_mods` instead Oct 13 01:18:10.632 INFO kablam! | Oct 13 01:18:10.632 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:18:10.632 INFO kablam! Oct 13 01:18:10.632 INFO kablam! warning: unused variable: `m` Oct 13 01:18:10.632 INFO kablam! --> src/minecraft.rs:98:17 Oct 13 01:18:10.632 INFO kablam! | Oct 13 01:18:10.632 INFO kablam! 98 | pub fn add_mods(m: Vec) { Oct 13 01:18:10.632 INFO kablam! | ^ help: consider using `_m` instead Oct 13 01:18:10.632 INFO kablam! Oct 13 01:18:10.633 INFO kablam! warning: unused variable: `name` Oct 13 01:18:10.633 INFO kablam! --> src/minecraft.rs:102:19 Oct 13 01:18:10.633 INFO kablam! | Oct 13 01:18:10.634 INFO kablam! 102 | pub fn remove_mod(name: &str) { Oct 13 01:18:10.634 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 01:18:10.634 INFO kablam! Oct 13 01:18:10.683 INFO kablam! warning: variable does not need to be mutable Oct 13 01:18:10.684 INFO kablam! --> src/main.rs:38:13 Oct 13 01:18:10.684 INFO kablam! | Oct 13 01:18:10.684 INFO kablam! 38 | let mut f = fs::File::open("config.json").unwrap(); Oct 13 01:18:10.684 INFO kablam! | ----^ Oct 13 01:18:10.684 INFO kablam! | | Oct 13 01:18:10.684 INFO kablam! | help: remove this `mut` Oct 13 01:18:10.684 INFO kablam! | Oct 13 01:18:10.684 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:18:10.684 INFO kablam! Oct 13 01:18:10.724 INFO kablam! warning: function is never used: `save_mods_and_get_zip` Oct 13 01:18:10.724 INFO kablam! --> src/minecraft.rs:93:1 Oct 13 01:18:10.725 INFO kablam! | Oct 13 01:18:10.725 INFO kablam! 93 | pub fn save_mods_and_get_zip(mc_path: &str) -> Vec { Oct 13 01:18:10.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:18:10.726 INFO kablam! | Oct 13 01:18:10.726 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:18:10.726 INFO kablam! Oct 13 01:18:10.726 INFO kablam! warning: function is never used: `add_mods` Oct 13 01:18:10.727 INFO kablam! --> src/minecraft.rs:98:1 Oct 13 01:18:10.727 INFO kablam! | Oct 13 01:18:10.727 INFO kablam! 98 | pub fn add_mods(m: Vec) { Oct 13 01:18:10.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:18:10.728 INFO kablam! Oct 13 01:18:10.728 INFO kablam! warning: function is never used: `remove_mod` Oct 13 01:18:10.728 INFO kablam! --> src/minecraft.rs:102:1 Oct 13 01:18:10.729 INFO kablam! | Oct 13 01:18:10.729 INFO kablam! 102 | pub fn remove_mod(name: &str) { Oct 13 01:18:10.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:18:10.729 INFO kablam! Oct 13 01:18:10.729 INFO kablam! warning: function is never used: `clear_mods` Oct 13 01:18:10.729 INFO kablam! --> src/minecraft.rs:107:1 Oct 13 01:18:10.729 INFO kablam! | Oct 13 01:18:10.729 INFO kablam! 107 | pub fn clear_mods() { Oct 13 01:18:10.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:18:10.730 INFO kablam! Oct 13 01:18:17.321 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 13 01:18:17.330 INFO kablam! su: No module specific data is present Oct 13 01:18:19.667 INFO running `"docker" "rm" "-f" "ec7b2bbeebbda9233f3efb71acbfc06578b3d3462554738364df9840b6da7eea"` Oct 13 01:18:19.990 INFO blam! ec7b2bbeebbda9233f3efb71acbfc06578b3d3462554738364df9840b6da7eea Oct 13 01:18:19.992 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 13 01:18:20.503 INFO blam! d3ccfcf57f0c9419228d27d4d6167a7e319b77e949665bf89419557d6cc3e6e5 Oct 13 01:18:20.523 INFO running `"docker" "start" "-a" "d3ccfcf57f0c9419228d27d4d6167a7e319b77e949665bf89419557d6cc3e6e5"` Oct 13 01:18:22.560 INFO kablam! usermod: no changes Oct 13 01:18:22.831 INFO kablam! Compiling game_server_manager v0.1.0 (/source) Oct 13 01:18:23.896 INFO kablam! warning: unused import: `BufWriter` Oct 13 01:18:23.896 INFO kablam! --> src/minecraft.rs:2:41 Oct 13 01:18:23.896 INFO kablam! | Oct 13 01:18:23.896 INFO kablam! 2 | use std::io::{Read, BufRead, BufReader, BufWriter, Write}; Oct 13 01:18:23.896 INFO kablam! | ^^^^^^^^^ Oct 13 01:18:23.896 INFO kablam! | Oct 13 01:18:23.896 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:18:23.896 INFO kablam! Oct 13 01:18:23.896 INFO kablam! warning: unused import: `self` Oct 13 01:18:23.897 INFO kablam! --> src/main.rs:17:17 Oct 13 01:18:23.897 INFO kablam! | Oct 13 01:18:23.897 INFO kablam! 17 | use hyper::rt::{self, Future, Stream}; Oct 13 01:18:23.897 INFO kablam! | ^^^^ Oct 13 01:18:23.897 INFO kablam! Oct 13 01:18:24.059 INFO kablam! warning: unused import: `Stream` Oct 13 01:18:24.059 INFO kablam! --> src/main.rs:17:31 Oct 13 01:18:24.059 INFO kablam! | Oct 13 01:18:24.059 INFO kablam! 17 | use hyper::rt::{self, Future, Stream}; Oct 13 01:18:24.059 INFO kablam! | ^^^^^^ Oct 13 01:18:24.059 INFO kablam! Oct 13 01:18:24.065 INFO kablam! warning: unused variable: `mods` Oct 13 01:18:24.065 INFO kablam! --> src/minecraft.rs:94:9 Oct 13 01:18:24.066 INFO kablam! | Oct 13 01:18:24.066 INFO kablam! 94 | let mods = zip_mods(&mc_path, get_mods(&mc_path)); Oct 13 01:18:24.066 INFO kablam! | ^^^^ help: consider using `_mods` instead Oct 13 01:18:24.067 INFO kablam! | Oct 13 01:18:24.067 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:18:24.067 INFO kablam! Oct 13 01:18:24.067 INFO kablam! warning: unused variable: `m` Oct 13 01:18:24.068 INFO kablam! --> src/minecraft.rs:98:17 Oct 13 01:18:24.068 INFO kablam! | Oct 13 01:18:24.068 INFO kablam! 98 | pub fn add_mods(m: Vec) { Oct 13 01:18:24.069 INFO kablam! | ^ help: consider using `_m` instead Oct 13 01:18:24.069 INFO kablam! Oct 13 01:18:24.069 INFO kablam! warning: unused variable: `name` Oct 13 01:18:24.069 INFO kablam! --> src/minecraft.rs:102:19 Oct 13 01:18:24.070 INFO kablam! | Oct 13 01:18:24.070 INFO kablam! 102 | pub fn remove_mod(name: &str) { Oct 13 01:18:24.070 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 01:18:24.071 INFO kablam! Oct 13 01:18:24.123 INFO kablam! warning: variable does not need to be mutable Oct 13 01:18:24.123 INFO kablam! --> src/main.rs:38:13 Oct 13 01:18:24.123 INFO kablam! | Oct 13 01:18:24.123 INFO kablam! 38 | let mut f = fs::File::open("config.json").unwrap(); Oct 13 01:18:24.123 INFO kablam! | ----^ Oct 13 01:18:24.123 INFO kablam! | | Oct 13 01:18:24.123 INFO kablam! | help: remove this `mut` Oct 13 01:18:24.123 INFO kablam! | Oct 13 01:18:24.123 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:18:24.123 INFO kablam! Oct 13 01:18:24.135 INFO kablam! warning: function is never used: `save_mods_and_get_zip` Oct 13 01:18:24.135 INFO kablam! --> src/minecraft.rs:93:1 Oct 13 01:18:24.135 INFO kablam! | Oct 13 01:18:24.135 INFO kablam! 93 | pub fn save_mods_and_get_zip(mc_path: &str) -> Vec { Oct 13 01:18:24.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:18:24.135 INFO kablam! | Oct 13 01:18:24.135 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:18:24.135 INFO kablam! Oct 13 01:18:24.135 INFO kablam! warning: function is never used: `add_mods` Oct 13 01:18:24.135 INFO kablam! --> src/minecraft.rs:98:1 Oct 13 01:18:24.135 INFO kablam! | Oct 13 01:18:24.135 INFO kablam! 98 | pub fn add_mods(m: Vec) { Oct 13 01:18:24.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:18:24.135 INFO kablam! Oct 13 01:18:24.135 INFO kablam! warning: function is never used: `remove_mod` Oct 13 01:18:24.135 INFO kablam! --> src/minecraft.rs:102:1 Oct 13 01:18:24.135 INFO kablam! | Oct 13 01:18:24.135 INFO kablam! 102 | pub fn remove_mod(name: &str) { Oct 13 01:18:24.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:18:24.135 INFO kablam! Oct 13 01:18:24.135 INFO kablam! warning: function is never used: `clear_mods` Oct 13 01:18:24.135 INFO kablam! --> src/minecraft.rs:107:1 Oct 13 01:18:24.135 INFO kablam! | Oct 13 01:18:24.135 INFO kablam! 107 | pub fn clear_mods() { Oct 13 01:18:24.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 01:18:24.135 INFO kablam! Oct 13 01:18:24.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 13 01:18:24.654 INFO kablam! su: No module specific data is present Oct 13 01:18:25.339 INFO running `"docker" "rm" "-f" "d3ccfcf57f0c9419228d27d4d6167a7e319b77e949665bf89419557d6cc3e6e5"` Oct 13 01:18:25.756 INFO blam! d3ccfcf57f0c9419228d27d4d6167a7e319b77e949665bf89419557d6cc3e6e5 Oct 13 01:18:25.758 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 13 01:18:26.211 INFO blam! c6e354dc61b426578674e1bd263e12eee71e289afdf199f43b6859595c7448fe Oct 13 01:18:26.215 INFO running `"docker" "start" "-a" "c6e354dc61b426578674e1bd263e12eee71e289afdf199f43b6859595c7448fe"` Oct 13 01:18:27.944 INFO kablam! usermod: no changes Oct 13 01:18:28.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 13 01:18:28.183 INFO blam! Oct 13 01:18:28.183 INFO blam! running 0 tests Oct 13 01:18:28.183 INFO blam! Oct 13 01:18:28.183 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:18:28.183 INFO blam! Oct 13 01:18:28.183 INFO kablam! Running /target/debug/deps/game_server_manager-5a2214cf06ad2c29 Oct 13 01:18:28.195 INFO kablam! su: No module specific data is present Oct 13 01:18:29.091 INFO running `"docker" "rm" "-f" "c6e354dc61b426578674e1bd263e12eee71e289afdf199f43b6859595c7448fe"` Oct 13 01:18:29.371 INFO blam! c6e354dc61b426578674e1bd263e12eee71e289afdf199f43b6859595c7448fe