Oct 10 15:21:30.175 INFO testing schneki/game_server_manager against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:21:30.175 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:21:30.177 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:21:30.594 INFO blam! 1c2d3f276bdd1372f3d9e6ee5cb199bac09a4ca6b620a1fa73e4bc41ca017516 Oct 10 15:21:30.596 INFO running `"docker" "start" "-a" "1c2d3f276bdd1372f3d9e6ee5cb199bac09a4ca6b620a1fa73e4bc41ca017516"` Oct 10 15:21:31.838 INFO kablam! usermod: no changes Oct 10 15:21:32.075 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 10 15:21:32.079 INFO kablam! Compiling miniz_oxide v0.1.3 Oct 10 15:21:32.079 INFO kablam! Compiling want v0.0.5 Oct 10 15:21:32.081 INFO kablam! Compiling mio v0.6.14 Oct 10 15:21:32.081 INFO kablam! Compiling tokio-io v0.1.7 Oct 10 15:21:32.081 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 10 15:21:32.081 INFO kablam! Compiling serde_json v1.0.22 Oct 10 15:21:32.081 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 10 15:21:33.693 INFO kablam! Compiling bzip2 v0.3.3 Oct 10 15:21:39.386 INFO kablam! Compiling tokio-codec v0.1.0 Oct 10 15:21:39.386 INFO kablam! Compiling h2 v0.1.10 Oct 10 15:21:44.764 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 10 15:21:46.324 INFO kablam! Compiling tokio-fs v0.1.1 Oct 10 15:21:46.832 INFO kablam! Compiling flate2 v1.0.1 Oct 10 15:21:52.288 INFO kablam! Compiling tokio-udp v0.1.1 Oct 10 15:21:52.288 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 15:21:53.160 INFO kablam! Compiling zip v0.4.2 Oct 10 15:21:55.881 INFO kablam! Compiling tokio v0.1.7 Oct 10 15:22:02.320 INFO kablam! Compiling hyper v0.12.5 Oct 10 15:22:11.584 INFO kablam! Compiling game_server_manager v0.1.0 (/source) Oct 10 15:22:14.576 INFO kablam! warning: unused import: `BufWriter` Oct 10 15:22:14.576 INFO kablam! --> src/minecraft.rs:2:41 Oct 10 15:22:14.576 INFO kablam! | Oct 10 15:22:14.576 INFO kablam! 2 | use std::io::{Read, BufRead, BufReader, BufWriter, Write}; Oct 10 15:22:14.576 INFO kablam! | ^^^^^^^^^ Oct 10 15:22:14.576 INFO kablam! | Oct 10 15:22:14.576 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:22:14.576 INFO kablam! Oct 10 15:22:14.576 INFO kablam! warning: unused import: `self` Oct 10 15:22:14.576 INFO kablam! --> src/main.rs:17:17 Oct 10 15:22:14.576 INFO kablam! | Oct 10 15:22:14.576 INFO kablam! 17 | use hyper::rt::{self, Future, Stream}; Oct 10 15:22:14.576 INFO kablam! | ^^^^ Oct 10 15:22:14.576 INFO kablam! Oct 10 15:22:14.770 INFO kablam! warning: unused import: `Stream` Oct 10 15:22:14.770 INFO kablam! --> src/main.rs:17:31 Oct 10 15:22:14.770 INFO kablam! | Oct 10 15:22:14.770 INFO kablam! 17 | use hyper::rt::{self, Future, Stream}; Oct 10 15:22:14.770 INFO kablam! | ^^^^^^ Oct 10 15:22:14.770 INFO kablam! Oct 10 15:22:14.788 INFO kablam! warning: unused variable: `mods` Oct 10 15:22:14.788 INFO kablam! --> src/minecraft.rs:94:9 Oct 10 15:22:14.788 INFO kablam! | Oct 10 15:22:14.788 INFO kablam! 94 | let mods = zip_mods(&mc_path, get_mods(&mc_path)); Oct 10 15:22:14.788 INFO kablam! | ^^^^ help: consider using `_mods` instead Oct 10 15:22:14.788 INFO kablam! | Oct 10 15:22:14.788 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:22:14.788 INFO kablam! Oct 10 15:22:14.788 INFO kablam! warning: unused variable: `m` Oct 10 15:22:14.788 INFO kablam! --> src/minecraft.rs:98:17 Oct 10 15:22:14.788 INFO kablam! | Oct 10 15:22:14.788 INFO kablam! 98 | pub fn add_mods(m: Vec) { Oct 10 15:22:14.788 INFO kablam! | ^ help: consider using `_m` instead Oct 10 15:22:14.788 INFO kablam! Oct 10 15:22:14.788 INFO kablam! warning: unused variable: `name` Oct 10 15:22:14.788 INFO kablam! --> src/minecraft.rs:102:19 Oct 10 15:22:14.788 INFO kablam! | Oct 10 15:22:14.788 INFO kablam! 102 | pub fn remove_mod(name: &str) { Oct 10 15:22:14.788 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 15:22:14.788 INFO kablam! Oct 10 15:22:14.836 INFO kablam! warning: variable does not need to be mutable Oct 10 15:22:14.836 INFO kablam! --> src/main.rs:38:13 Oct 10 15:22:14.836 INFO kablam! | Oct 10 15:22:14.836 INFO kablam! 38 | let mut f = fs::File::open("config.json").unwrap(); Oct 10 15:22:14.836 INFO kablam! | ----^ Oct 10 15:22:14.836 INFO kablam! | | Oct 10 15:22:14.836 INFO kablam! | help: remove this `mut` Oct 10 15:22:14.836 INFO kablam! | Oct 10 15:22:14.836 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:22:14.836 INFO kablam! Oct 10 15:22:14.872 INFO kablam! warning: function is never used: `save_mods_and_get_zip` Oct 10 15:22:14.872 INFO kablam! --> src/minecraft.rs:93:1 Oct 10 15:22:14.872 INFO kablam! | Oct 10 15:22:14.873 INFO kablam! 93 | pub fn save_mods_and_get_zip(mc_path: &str) -> Vec { Oct 10 15:22:14.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:22:14.873 INFO kablam! | Oct 10 15:22:14.873 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:22:14.873 INFO kablam! Oct 10 15:22:14.873 INFO kablam! warning: function is never used: `add_mods` Oct 10 15:22:14.873 INFO kablam! --> src/minecraft.rs:98:1 Oct 10 15:22:14.873 INFO kablam! | Oct 10 15:22:14.873 INFO kablam! 98 | pub fn add_mods(m: Vec) { Oct 10 15:22:14.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:22:14.873 INFO kablam! Oct 10 15:22:14.873 INFO kablam! warning: function is never used: `remove_mod` Oct 10 15:22:14.873 INFO kablam! --> src/minecraft.rs:102:1 Oct 10 15:22:14.873 INFO kablam! | Oct 10 15:22:14.873 INFO kablam! 102 | pub fn remove_mod(name: &str) { Oct 10 15:22:14.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:22:14.876 INFO kablam! Oct 10 15:22:14.876 INFO kablam! warning: function is never used: `clear_mods` Oct 10 15:22:14.876 INFO kablam! --> src/minecraft.rs:107:1 Oct 10 15:22:14.876 INFO kablam! | Oct 10 15:22:14.876 INFO kablam! 107 | pub fn clear_mods() { Oct 10 15:22:14.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:22:14.876 INFO kablam! Oct 10 15:22:20.393 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.52s Oct 10 15:22:20.409 INFO kablam! su: No module specific data is present Oct 10 15:22:21.190 INFO running `"docker" "rm" "-f" "1c2d3f276bdd1372f3d9e6ee5cb199bac09a4ca6b620a1fa73e4bc41ca017516"` Oct 10 15:22:21.477 INFO blam! 1c2d3f276bdd1372f3d9e6ee5cb199bac09a4ca6b620a1fa73e4bc41ca017516 Oct 10 15:22:21.488 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:22:21.488 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:22:21.935 INFO blam! bf76fb55477aeab0fa71809cd436142506d7b371e83eea01be54d5644898e8d6 Oct 10 15:22:21.937 INFO running `"docker" "start" "-a" "bf76fb55477aeab0fa71809cd436142506d7b371e83eea01be54d5644898e8d6"` Oct 10 15:22:23.282 INFO kablam! usermod: no changes Oct 10 15:22:23.469 INFO kablam! Compiling game_server_manager v0.1.0 (/source) Oct 10 15:22:26.392 INFO kablam! warning: unused import: `BufWriter` Oct 10 15:22:26.392 INFO kablam! --> src/minecraft.rs:2:41 Oct 10 15:22:26.392 INFO kablam! | Oct 10 15:22:26.392 INFO kablam! 2 | use std::io::{Read, BufRead, BufReader, BufWriter, Write}; Oct 10 15:22:26.392 INFO kablam! | ^^^^^^^^^ Oct 10 15:22:26.392 INFO kablam! | Oct 10 15:22:26.392 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:22:26.392 INFO kablam! Oct 10 15:22:26.392 INFO kablam! warning: unused import: `self` Oct 10 15:22:26.392 INFO kablam! --> src/main.rs:17:17 Oct 10 15:22:26.392 INFO kablam! | Oct 10 15:22:26.392 INFO kablam! 17 | use hyper::rt::{self, Future, Stream}; Oct 10 15:22:26.392 INFO kablam! | ^^^^ Oct 10 15:22:26.392 INFO kablam! Oct 10 15:22:26.576 INFO kablam! warning: unused import: `Stream` Oct 10 15:22:26.576 INFO kablam! --> src/main.rs:17:31 Oct 10 15:22:26.576 INFO kablam! | Oct 10 15:22:26.576 INFO kablam! 17 | use hyper::rt::{self, Future, Stream}; Oct 10 15:22:26.576 INFO kablam! | ^^^^^^ Oct 10 15:22:26.576 INFO kablam! Oct 10 15:22:26.589 INFO kablam! warning: unused variable: `mods` Oct 10 15:22:26.589 INFO kablam! --> src/minecraft.rs:94:9 Oct 10 15:22:26.589 INFO kablam! | Oct 10 15:22:26.589 INFO kablam! 94 | let mods = zip_mods(&mc_path, get_mods(&mc_path)); Oct 10 15:22:26.589 INFO kablam! | ^^^^ help: consider using `_mods` instead Oct 10 15:22:26.589 INFO kablam! | Oct 10 15:22:26.589 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:22:26.589 INFO kablam! Oct 10 15:22:26.589 INFO kablam! warning: unused variable: `m` Oct 10 15:22:26.589 INFO kablam! --> src/minecraft.rs:98:17 Oct 10 15:22:26.589 INFO kablam! | Oct 10 15:22:26.589 INFO kablam! 98 | pub fn add_mods(m: Vec) { Oct 10 15:22:26.589 INFO kablam! | ^ help: consider using `_m` instead Oct 10 15:22:26.589 INFO kablam! Oct 10 15:22:26.589 INFO kablam! warning: unused variable: `name` Oct 10 15:22:26.589 INFO kablam! --> src/minecraft.rs:102:19 Oct 10 15:22:26.589 INFO kablam! | Oct 10 15:22:26.589 INFO kablam! 102 | pub fn remove_mod(name: &str) { Oct 10 15:22:26.589 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 15:22:26.589 INFO kablam! Oct 10 15:22:26.627 INFO kablam! warning: variable does not need to be mutable Oct 10 15:22:26.627 INFO kablam! --> src/main.rs:38:13 Oct 10 15:22:26.627 INFO kablam! | Oct 10 15:22:26.627 INFO kablam! 38 | let mut f = fs::File::open("config.json").unwrap(); Oct 10 15:22:26.627 INFO kablam! | ----^ Oct 10 15:22:26.627 INFO kablam! | | Oct 10 15:22:26.627 INFO kablam! | help: remove this `mut` Oct 10 15:22:26.627 INFO kablam! | Oct 10 15:22:26.627 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:22:26.627 INFO kablam! Oct 10 15:22:26.660 INFO kablam! warning: function is never used: `save_mods_and_get_zip` Oct 10 15:22:26.660 INFO kablam! --> src/minecraft.rs:93:1 Oct 10 15:22:26.660 INFO kablam! | Oct 10 15:22:26.660 INFO kablam! 93 | pub fn save_mods_and_get_zip(mc_path: &str) -> Vec { Oct 10 15:22:26.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:22:26.660 INFO kablam! | Oct 10 15:22:26.660 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:22:26.660 INFO kablam! Oct 10 15:22:26.660 INFO kablam! warning: function is never used: `add_mods` Oct 10 15:22:26.660 INFO kablam! --> src/minecraft.rs:98:1 Oct 10 15:22:26.660 INFO kablam! | Oct 10 15:22:26.660 INFO kablam! 98 | pub fn add_mods(m: Vec) { Oct 10 15:22:26.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:22:26.660 INFO kablam! Oct 10 15:22:26.660 INFO kablam! warning: function is never used: `remove_mod` Oct 10 15:22:26.660 INFO kablam! --> src/minecraft.rs:102:1 Oct 10 15:22:26.660 INFO kablam! | Oct 10 15:22:26.660 INFO kablam! 102 | pub fn remove_mod(name: &str) { Oct 10 15:22:26.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:22:26.660 INFO kablam! Oct 10 15:22:26.664 INFO kablam! warning: function is never used: `clear_mods` Oct 10 15:22:26.664 INFO kablam! --> src/minecraft.rs:107:1 Oct 10 15:22:26.664 INFO kablam! | Oct 10 15:22:26.664 INFO kablam! 107 | pub fn clear_mods() { Oct 10 15:22:26.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:22:26.664 INFO kablam! Oct 10 15:22:27.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.86s Oct 10 15:22:27.184 INFO kablam! su: No module specific data is present Oct 10 15:22:28.194 INFO running `"docker" "rm" "-f" "bf76fb55477aeab0fa71809cd436142506d7b371e83eea01be54d5644898e8d6"` Oct 10 15:22:28.516 INFO blam! bf76fb55477aeab0fa71809cd436142506d7b371e83eea01be54d5644898e8d6 Oct 10 15:22:28.519 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:22:28.520 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:22:29.036 INFO blam! f8cd55473161778e5079fbbfdb2091c4a80460cb299dfb9b8d32ab57a21f18d1 Oct 10 15:22:29.040 INFO running `"docker" "start" "-a" "f8cd55473161778e5079fbbfdb2091c4a80460cb299dfb9b8d32ab57a21f18d1"` Oct 10 15:22:30.265 INFO kablam! usermod: no changes Oct 10 15:22:30.478 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 15:22:30.485 INFO kablam! Running /target/debug/deps/game_server_manager-bea2ed1ce6910a12 Oct 10 15:22:30.492 INFO blam! Oct 10 15:22:30.492 INFO blam! running 0 tests Oct 10 15:22:30.492 INFO blam! Oct 10 15:22:30.492 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:22:30.492 INFO blam! Oct 10 15:22:30.492 INFO kablam! su: No module specific data is present Oct 10 15:22:31.308 INFO running `"docker" "rm" "-f" "f8cd55473161778e5079fbbfdb2091c4a80460cb299dfb9b8d32ab57a21f18d1"` Oct 10 15:22:31.632 INFO blam! f8cd55473161778e5079fbbfdb2091c4a80460cb299dfb9b8d32ab57a21f18d1