Oct 15 02:24:12.938 INFO testing blitzserver/blitzserver-rustserver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:24:12.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 15 02:24:13.371 INFO blam! 290d102810b39f2ad809e95030c6d08498d38f622f0cb32edae05e15a80380d0 Oct 15 02:24:13.383 INFO running `"docker" "start" "-a" "290d102810b39f2ad809e95030c6d08498d38f622f0cb32edae05e15a80380d0"` Oct 15 02:24:15.160 INFO kablam! usermod: no changes Oct 15 02:24:15.396 INFO kablam! Compiling serde v1.0.14 Oct 15 02:24:15.408 INFO kablam! Compiling bitflags v1.0.0 Oct 15 02:24:15.408 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 02:24:15.408 INFO kablam! Compiling libz-sys v1.0.16 Oct 15 02:24:15.408 INFO kablam! Compiling hostname v0.1.3 Oct 15 02:24:15.408 INFO kablam! Compiling semver v0.8.0 Oct 15 02:24:15.408 INFO kablam! Compiling chrono v0.4.0 Oct 15 02:24:15.408 INFO kablam! Compiling serde_derive v1.0.14 Oct 15 02:24:24.627 INFO kablam! Compiling flate2 v0.2.19 Oct 15 02:24:44.471 INFO kablam! Compiling serde_json v1.0.3 Oct 15 02:24:44.471 INFO kablam! Compiling textnonce v0.6.1 Oct 15 02:24:48.523 INFO kablam! Compiling bson v0.9.0 Oct 15 02:24:51.063 INFO kablam! Compiling mongodb v0.3.4 Oct 15 02:24:58.911 INFO kablam! Compiling blitzserver-rustserver v0.1.0 (/source) Oct 15 02:25:00.251 INFO kablam! warning: unreachable expression Oct 15 02:25:00.251 INFO kablam! --> packet/body/stc_mods.rs:34:9 Oct 15 02:25:00.251 INFO kablam! | Oct 15 02:25:00.251 INFO kablam! 34 | / Ok(Box::new(StcMods { Oct 15 02:25:00.251 INFO kablam! 35 | | mods: mods, Oct 15 02:25:00.251 INFO kablam! 36 | | body: src.to_vec(), Oct 15 02:25:00.251 INFO kablam! 37 | | })) Oct 15 02:25:00.251 INFO kablam! | |___________^ Oct 15 02:25:00.251 INFO kablam! | Oct 15 02:25:00.251 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 02:25:00.251 INFO kablam! Oct 15 02:25:00.331 INFO kablam! warning: unused import: `std::io::Read` Oct 15 02:25:00.331 INFO kablam! --> client.rs:3:5 Oct 15 02:25:00.331 INFO kablam! | Oct 15 02:25:00.331 INFO kablam! 3 | use std::io::Read; Oct 15 02:25:00.331 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:25:00.331 INFO kablam! | Oct 15 02:25:00.331 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:25:00.331 INFO kablam! Oct 15 02:25:00.349 INFO kablam! warning: unused variable: `mods` Oct 15 02:25:00.349 INFO kablam! --> packet/body/stc_mods.rs:16:13 Oct 15 02:25:00.349 INFO kablam! | Oct 15 02:25:00.350 INFO kablam! 16 | let mods = Vec::new(); Oct 15 02:25:00.350 INFO kablam! | ^^^^ help: consider using `_mods` instead Oct 15 02:25:00.350 INFO kablam! | Oct 15 02:25:00.351 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:25:00.351 INFO kablam! Oct 15 02:25:00.451 INFO kablam! warning: struct is never constructed: `StcInfoLobby` Oct 15 02:25:00.451 INFO kablam! --> packet/body/stc_info.rs:29:1 Oct 15 02:25:00.452 INFO kablam! | Oct 15 02:25:00.452 INFO kablam! 29 | pub struct StcInfoLobby {} Oct 15 02:25:00.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:00.453 INFO kablam! | Oct 15 02:25:00.453 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:25:00.453 INFO kablam! Oct 15 02:25:00.453 INFO kablam! warning: struct is never constructed: `StcInfoRunning` Oct 15 02:25:00.454 INFO kablam! --> packet/body/stc_info.rs:30:1 Oct 15 02:25:00.454 INFO kablam! | Oct 15 02:25:00.454 INFO kablam! 30 | pub struct StcInfoRunning { Oct 15 02:25:00.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:00.455 INFO kablam! Oct 15 02:25:00.455 INFO kablam! warning: enum is never used: `StcInfoBody` Oct 15 02:25:00.455 INFO kablam! --> packet/body/stc_info.rs:34:1 Oct 15 02:25:00.456 INFO kablam! | Oct 15 02:25:00.456 INFO kablam! 34 | enum StcInfoBody { Oct 15 02:25:00.456 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:25:00.456 INFO kablam! Oct 15 02:25:00.457 INFO kablam! warning: constant item is never used: `REALMSTATE_AI` Oct 15 02:25:00.457 INFO kablam! --> packet/body/stc_info.rs:52:1 Oct 15 02:25:00.457 INFO kablam! | Oct 15 02:25:00.457 INFO kablam! 52 | const REALMSTATE_AI: u8 = 2; Oct 15 02:25:00.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:00.458 INFO kablam! Oct 15 02:25:00.458 INFO kablam! warning: constant item is never used: `REALMSTATE_OCCUPIED` Oct 15 02:25:00.459 INFO kablam! --> packet/body/stc_info.rs:53:1 Oct 15 02:25:00.459 INFO kablam! | Oct 15 02:25:00.459 INFO kablam! 53 | const REALMSTATE_OCCUPIED: u8 = 1; Oct 15 02:25:00.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:00.460 INFO kablam! Oct 15 02:25:00.460 INFO kablam! warning: constant item is never used: `REALMSTATE_CLOSED` Oct 15 02:25:00.460 INFO kablam! --> packet/body/stc_info.rs:54:1 Oct 15 02:25:00.460 INFO kablam! | Oct 15 02:25:00.461 INFO kablam! 54 | const REALMSTATE_CLOSED: u8 = 253; Oct 15 02:25:00.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:00.461 INFO kablam! Oct 15 02:25:00.461 INFO kablam! warning: struct is never constructed: `MongoRepository` Oct 15 02:25:00.462 INFO kablam! --> repository/repository/mongo/mod.rs:8:1 Oct 15 02:25:00.462 INFO kablam! | Oct 15 02:25:00.462 INFO kablam! 8 | pub struct MongoRepository { Oct 15 02:25:00.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:00.463 INFO kablam! Oct 15 02:25:00.463 INFO kablam! warning: function is never used: `create_repository` Oct 15 02:25:00.463 INFO kablam! --> repository/repository/mod.rs:13:1 Oct 15 02:25:00.464 INFO kablam! | Oct 15 02:25:00.464 INFO kablam! 13 | / pub fn create_repository( Oct 15 02:25:00.464 INFO kablam! 14 | | host: &str, Oct 15 02:25:00.464 INFO kablam! 15 | | port: &str, Oct 15 02:25:00.465 INFO kablam! 16 | | database: &str, Oct 15 02:25:00.465 INFO kablam! ... | Oct 15 02:25:00.465 INFO kablam! 19 | | Ok(repo) Oct 15 02:25:00.465 INFO kablam! 20 | | } Oct 15 02:25:00.466 INFO kablam! | |_^ Oct 15 02:25:00.466 INFO kablam! Oct 15 02:25:00.466 INFO kablam! warning: struct is never constructed: `Client` Oct 15 02:25:00.467 INFO kablam! --> spoofed_client.rs:9:1 Oct 15 02:25:00.467 INFO kablam! | Oct 15 02:25:00.467 INFO kablam! 9 | pub struct Client { Oct 15 02:25:00.467 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:25:00.468 INFO kablam! Oct 15 02:25:00.468 INFO kablam! warning: function is never used: `launch_client` Oct 15 02:25:00.468 INFO kablam! --> spoofed_client.rs:13:1 Oct 15 02:25:00.468 INFO kablam! | Oct 15 02:25:00.469 INFO kablam! 13 | pub fn launch_client(host: &str, port: &str) -> Result<(), Box> { Oct 15 02:25:00.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:00.469 INFO kablam! Oct 15 02:25:02.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.88s Oct 15 02:25:02.083 INFO kablam! su: No module specific data is present Oct 15 02:25:03.042 INFO running `"docker" "rm" "-f" "290d102810b39f2ad809e95030c6d08498d38f622f0cb32edae05e15a80380d0"` Oct 15 02:25:03.403 INFO blam! 290d102810b39f2ad809e95030c6d08498d38f622f0cb32edae05e15a80380d0 Oct 15 02:25:03.407 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 15 02:25:03.900 INFO blam! ddd728c810b6064b025a382527239aeba21c76b6ed2c0b0ac1d783c37ff3d1a5 Oct 15 02:25:03.903 INFO running `"docker" "start" "-a" "ddd728c810b6064b025a382527239aeba21c76b6ed2c0b0ac1d783c37ff3d1a5"` Oct 15 02:25:05.387 INFO kablam! usermod: no changes Oct 15 02:25:05.539 INFO kablam! Compiling blitzserver-rustserver v0.1.0 (/source) Oct 15 02:25:06.947 INFO kablam! warning: unreachable expression Oct 15 02:25:06.947 INFO kablam! --> packet/body/stc_mods.rs:34:9 Oct 15 02:25:06.947 INFO kablam! | Oct 15 02:25:06.947 INFO kablam! 34 | / Ok(Box::new(StcMods { Oct 15 02:25:06.947 INFO kablam! 35 | | mods: mods, Oct 15 02:25:06.947 INFO kablam! 36 | | body: src.to_vec(), Oct 15 02:25:06.947 INFO kablam! 37 | | })) Oct 15 02:25:06.947 INFO kablam! | |___________^ Oct 15 02:25:06.947 INFO kablam! | Oct 15 02:25:06.947 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 02:25:06.947 INFO kablam! Oct 15 02:25:07.075 INFO kablam! warning: unused import: `std::io::Read` Oct 15 02:25:07.075 INFO kablam! --> client.rs:3:5 Oct 15 02:25:07.075 INFO kablam! | Oct 15 02:25:07.075 INFO kablam! 3 | use std::io::Read; Oct 15 02:25:07.075 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:25:07.075 INFO kablam! | Oct 15 02:25:07.075 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:25:07.075 INFO kablam! Oct 15 02:25:07.111 INFO kablam! warning: unused variable: `mods` Oct 15 02:25:07.111 INFO kablam! --> packet/body/stc_mods.rs:16:13 Oct 15 02:25:07.111 INFO kablam! | Oct 15 02:25:07.111 INFO kablam! 16 | let mods = Vec::new(); Oct 15 02:25:07.111 INFO kablam! | ^^^^ help: consider using `_mods` instead Oct 15 02:25:07.111 INFO kablam! | Oct 15 02:25:07.111 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:25:07.111 INFO kablam! Oct 15 02:25:07.204 INFO kablam! warning: struct is never constructed: `StcInfoLobby` Oct 15 02:25:07.204 INFO kablam! --> packet/body/stc_info.rs:29:1 Oct 15 02:25:07.204 INFO kablam! | Oct 15 02:25:07.204 INFO kablam! 29 | pub struct StcInfoLobby {} Oct 15 02:25:07.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:07.204 INFO kablam! | Oct 15 02:25:07.205 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:25:07.205 INFO kablam! Oct 15 02:25:07.205 INFO kablam! warning: struct is never constructed: `StcInfoRunning` Oct 15 02:25:07.205 INFO kablam! --> packet/body/stc_info.rs:30:1 Oct 15 02:25:07.205 INFO kablam! | Oct 15 02:25:07.205 INFO kablam! 30 | pub struct StcInfoRunning { Oct 15 02:25:07.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:07.205 INFO kablam! Oct 15 02:25:07.205 INFO kablam! warning: enum is never used: `StcInfoBody` Oct 15 02:25:07.205 INFO kablam! --> packet/body/stc_info.rs:34:1 Oct 15 02:25:07.205 INFO kablam! | Oct 15 02:25:07.205 INFO kablam! 34 | enum StcInfoBody { Oct 15 02:25:07.205 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:25:07.205 INFO kablam! Oct 15 02:25:07.205 INFO kablam! warning: constant item is never used: `REALMSTATE_AI` Oct 15 02:25:07.205 INFO kablam! --> packet/body/stc_info.rs:52:1 Oct 15 02:25:07.205 INFO kablam! | Oct 15 02:25:07.205 INFO kablam! 52 | const REALMSTATE_AI: u8 = 2; Oct 15 02:25:07.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:07.205 INFO kablam! Oct 15 02:25:07.205 INFO kablam! warning: constant item is never used: `REALMSTATE_OCCUPIED` Oct 15 02:25:07.205 INFO kablam! --> packet/body/stc_info.rs:53:1 Oct 15 02:25:07.205 INFO kablam! | Oct 15 02:25:07.205 INFO kablam! 53 | const REALMSTATE_OCCUPIED: u8 = 1; Oct 15 02:25:07.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:07.205 INFO kablam! Oct 15 02:25:07.205 INFO kablam! warning: constant item is never used: `REALMSTATE_CLOSED` Oct 15 02:25:07.205 INFO kablam! --> packet/body/stc_info.rs:54:1 Oct 15 02:25:07.205 INFO kablam! | Oct 15 02:25:07.205 INFO kablam! 54 | const REALMSTATE_CLOSED: u8 = 253; Oct 15 02:25:07.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:07.205 INFO kablam! Oct 15 02:25:07.205 INFO kablam! warning: struct is never constructed: `MongoRepository` Oct 15 02:25:07.205 INFO kablam! --> repository/repository/mongo/mod.rs:8:1 Oct 15 02:25:07.205 INFO kablam! | Oct 15 02:25:07.205 INFO kablam! 8 | pub struct MongoRepository { Oct 15 02:25:07.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:07.205 INFO kablam! Oct 15 02:25:07.205 INFO kablam! warning: function is never used: `create_repository` Oct 15 02:25:07.205 INFO kablam! --> repository/repository/mod.rs:13:1 Oct 15 02:25:07.205 INFO kablam! | Oct 15 02:25:07.205 INFO kablam! 13 | / pub fn create_repository( Oct 15 02:25:07.205 INFO kablam! 14 | | host: &str, Oct 15 02:25:07.205 INFO kablam! 15 | | port: &str, Oct 15 02:25:07.205 INFO kablam! 16 | | database: &str, Oct 15 02:25:07.205 INFO kablam! ... | Oct 15 02:25:07.205 INFO kablam! 19 | | Ok(repo) Oct 15 02:25:07.205 INFO kablam! 20 | | } Oct 15 02:25:07.205 INFO kablam! | |_^ Oct 15 02:25:07.206 INFO kablam! Oct 15 02:25:07.206 INFO kablam! warning: struct is never constructed: `Client` Oct 15 02:25:07.206 INFO kablam! --> spoofed_client.rs:9:1 Oct 15 02:25:07.206 INFO kablam! | Oct 15 02:25:07.206 INFO kablam! 9 | pub struct Client { Oct 15 02:25:07.206 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:25:07.207 INFO kablam! Oct 15 02:25:07.207 INFO kablam! warning: function is never used: `launch_client` Oct 15 02:25:07.207 INFO kablam! --> spoofed_client.rs:13:1 Oct 15 02:25:07.207 INFO kablam! | Oct 15 02:25:07.207 INFO kablam! 13 | pub fn launch_client(host: &str, port: &str) -> Result<(), Box> { Oct 15 02:25:07.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:25:07.207 INFO kablam! Oct 15 02:25:07.818 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 15 02:25:07.828 INFO kablam! su: No module specific data is present Oct 15 02:25:08.617 INFO running `"docker" "rm" "-f" "ddd728c810b6064b025a382527239aeba21c76b6ed2c0b0ac1d783c37ff3d1a5"` Oct 15 02:25:08.907 INFO blam! ddd728c810b6064b025a382527239aeba21c76b6ed2c0b0ac1d783c37ff3d1a5 Oct 15 02:25:08.909 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 15 02:25:09.247 INFO blam! 4e94c821b2f622baa423f873bd3de3ef6ee607b2af81555fe16d4aa84d874dc8 Oct 15 02:25:09.251 INFO running `"docker" "start" "-a" "4e94c821b2f622baa423f873bd3de3ef6ee607b2af81555fe16d4aa84d874dc8"` Oct 15 02:25:10.551 INFO kablam! usermod: no changes Oct 15 02:25:10.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 15 02:25:10.767 INFO kablam! Running /target/debug/deps/blitzserver_rustserver-11413621086d96df Oct 15 02:25:10.771 INFO blam! Oct 15 02:25:10.771 INFO blam! running 0 tests Oct 15 02:25:10.771 INFO blam! Oct 15 02:25:10.771 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:25:10.771 INFO blam! Oct 15 02:25:10.775 INFO kablam! su: No module specific data is present Oct 15 02:25:11.644 INFO running `"docker" "rm" "-f" "4e94c821b2f622baa423f873bd3de3ef6ee607b2af81555fe16d4aa84d874dc8"` Oct 15 02:25:11.927 INFO blam! 4e94c821b2f622baa423f873bd3de3ef6ee607b2af81555fe16d4aa84d874dc8