Oct 15 02:24:12.678 INFO testing blitzserver/blitzserver-rustserver against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 02:24:12.680 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 02:24:13.176 INFO blam! 94290fea329d9a24802efaae2b7bfc68b66a56a2b3401885275256fd76fb41ce Oct 15 02:24:13.191 INFO running `"docker" "start" "-a" "94290fea329d9a24802efaae2b7bfc68b66a56a2b3401885275256fd76fb41ce"` Oct 15 02:24:14.935 INFO kablam! usermod: no changes Oct 15 02:24:15.096 INFO kablam! Compiling separator v0.3.1 Oct 15 02:24:15.096 INFO kablam! Compiling scan_fmt v0.1.1 Oct 15 02:24:15.096 INFO kablam! Compiling bitflags v1.0.0 Oct 15 02:24:15.096 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 02:24:15.103 INFO kablam! Compiling hostname v0.1.3 Oct 15 02:24:15.103 INFO kablam! Compiling serde_json v1.0.3 Oct 15 02:24:15.103 INFO kablam! Compiling semver v0.8.0 Oct 15 02:24:15.103 INFO kablam! Compiling chrono v0.4.0 Oct 15 02:24:16.599 INFO kablam! Compiling flate2 v0.2.19 Oct 15 02:24:26.990 INFO kablam! Compiling textnonce v0.6.1 Oct 15 02:24:36.064 INFO kablam! Compiling bson v0.9.0 Oct 15 02:24:39.359 INFO kablam! Compiling mongodb v0.3.4 Oct 15 02:24:47.975 INFO kablam! Compiling blitzserver-rustserver v0.1.0 (/source) Oct 15 02:24:49.142 INFO kablam! warning: unreachable expression Oct 15 02:24:49.142 INFO kablam! --> packet/body/stc_mods.rs:34:9 Oct 15 02:24:49.143 INFO kablam! | Oct 15 02:24:49.143 INFO kablam! 34 | / Ok(Box::new(StcMods { Oct 15 02:24:49.143 INFO kablam! 35 | | mods: mods, Oct 15 02:24:49.143 INFO kablam! 36 | | body: src.to_vec(), Oct 15 02:24:49.143 INFO kablam! 37 | | })) Oct 15 02:24:49.143 INFO kablam! | |___________^ Oct 15 02:24:49.143 INFO kablam! | Oct 15 02:24:49.143 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 02:24:49.143 INFO kablam! Oct 15 02:24:49.231 INFO kablam! warning: unused import: `std::io::Read` Oct 15 02:24:49.232 INFO kablam! --> client.rs:3:5 Oct 15 02:24:49.232 INFO kablam! | Oct 15 02:24:49.232 INFO kablam! 3 | use std::io::Read; Oct 15 02:24:49.233 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:24:49.233 INFO kablam! | Oct 15 02:24:49.233 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:24:49.234 INFO kablam! Oct 15 02:24:49.251 INFO kablam! warning: unused variable: `mods` Oct 15 02:24:49.252 INFO kablam! --> packet/body/stc_mods.rs:16:13 Oct 15 02:24:49.252 INFO kablam! | Oct 15 02:24:49.252 INFO kablam! 16 | let mods = Vec::new(); Oct 15 02:24:49.253 INFO kablam! | ^^^^ help: consider using `_mods` instead Oct 15 02:24:49.253 INFO kablam! | Oct 15 02:24:49.253 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:24:49.253 INFO kablam! Oct 15 02:24:49.351 INFO kablam! warning: struct is never constructed: `StcInfoLobby` Oct 15 02:24:49.351 INFO kablam! --> packet/body/stc_info.rs:29:1 Oct 15 02:24:49.351 INFO kablam! | Oct 15 02:24:49.351 INFO kablam! 29 | pub struct StcInfoLobby {} Oct 15 02:24:49.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:49.351 INFO kablam! | Oct 15 02:24:49.351 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:24:49.351 INFO kablam! Oct 15 02:24:49.351 INFO kablam! warning: struct is never constructed: `StcInfoRunning` Oct 15 02:24:49.351 INFO kablam! --> packet/body/stc_info.rs:30:1 Oct 15 02:24:49.351 INFO kablam! | Oct 15 02:24:49.351 INFO kablam! 30 | pub struct StcInfoRunning { Oct 15 02:24:49.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:49.351 INFO kablam! Oct 15 02:24:49.351 INFO kablam! warning: enum is never used: `StcInfoBody` Oct 15 02:24:49.351 INFO kablam! --> packet/body/stc_info.rs:34:1 Oct 15 02:24:49.351 INFO kablam! | Oct 15 02:24:49.351 INFO kablam! 34 | enum StcInfoBody { Oct 15 02:24:49.351 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:24:49.351 INFO kablam! Oct 15 02:24:49.351 INFO kablam! warning: constant item is never used: `REALMSTATE_AI` Oct 15 02:24:49.351 INFO kablam! --> packet/body/stc_info.rs:52:1 Oct 15 02:24:49.351 INFO kablam! | Oct 15 02:24:49.351 INFO kablam! 52 | const REALMSTATE_AI: u8 = 2; Oct 15 02:24:49.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:49.351 INFO kablam! Oct 15 02:24:49.351 INFO kablam! warning: constant item is never used: `REALMSTATE_OCCUPIED` Oct 15 02:24:49.351 INFO kablam! --> packet/body/stc_info.rs:53:1 Oct 15 02:24:49.351 INFO kablam! | Oct 15 02:24:49.351 INFO kablam! 53 | const REALMSTATE_OCCUPIED: u8 = 1; Oct 15 02:24:49.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:49.351 INFO kablam! Oct 15 02:24:49.351 INFO kablam! warning: constant item is never used: `REALMSTATE_CLOSED` Oct 15 02:24:49.351 INFO kablam! --> packet/body/stc_info.rs:54:1 Oct 15 02:24:49.351 INFO kablam! | Oct 15 02:24:49.351 INFO kablam! 54 | const REALMSTATE_CLOSED: u8 = 253; Oct 15 02:24:49.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:49.351 INFO kablam! Oct 15 02:24:49.351 INFO kablam! warning: struct is never constructed: `MongoRepository` Oct 15 02:24:49.351 INFO kablam! --> repository/repository/mongo/mod.rs:8:1 Oct 15 02:24:49.351 INFO kablam! | Oct 15 02:24:49.351 INFO kablam! 8 | pub struct MongoRepository { Oct 15 02:24:49.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:49.351 INFO kablam! Oct 15 02:24:49.351 INFO kablam! warning: function is never used: `create_repository` Oct 15 02:24:49.352 INFO kablam! --> repository/repository/mod.rs:13:1 Oct 15 02:24:49.352 INFO kablam! | Oct 15 02:24:49.352 INFO kablam! 13 | / pub fn create_repository( Oct 15 02:24:49.352 INFO kablam! 14 | | host: &str, Oct 15 02:24:49.352 INFO kablam! 15 | | port: &str, Oct 15 02:24:49.352 INFO kablam! 16 | | database: &str, Oct 15 02:24:49.352 INFO kablam! ... | Oct 15 02:24:49.352 INFO kablam! 19 | | Ok(repo) Oct 15 02:24:49.352 INFO kablam! 20 | | } Oct 15 02:24:49.352 INFO kablam! | |_^ Oct 15 02:24:49.352 INFO kablam! Oct 15 02:24:49.352 INFO kablam! warning: struct is never constructed: `Client` Oct 15 02:24:49.352 INFO kablam! --> spoofed_client.rs:9:1 Oct 15 02:24:49.352 INFO kablam! | Oct 15 02:24:49.352 INFO kablam! 9 | pub struct Client { Oct 15 02:24:49.352 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:24:49.352 INFO kablam! Oct 15 02:24:49.352 INFO kablam! warning: function is never used: `launch_client` Oct 15 02:24:49.352 INFO kablam! --> spoofed_client.rs:13:1 Oct 15 02:24:49.352 INFO kablam! | Oct 15 02:24:49.352 INFO kablam! 13 | pub fn launch_client(host: &str, port: &str) -> Result<(), Box> { Oct 15 02:24:49.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:49.352 INFO kablam! Oct 15 02:24:50.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.84s Oct 15 02:24:50.821 INFO kablam! su: No module specific data is present Oct 15 02:24:51.482 INFO running `"docker" "rm" "-f" "94290fea329d9a24802efaae2b7bfc68b66a56a2b3401885275256fd76fb41ce"` Oct 15 02:24:51.702 INFO blam! 94290fea329d9a24802efaae2b7bfc68b66a56a2b3401885275256fd76fb41ce Oct 15 02:24:51.707 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 02:24:52.107 INFO blam! ddc964793312837949de62d32050188c792140c45e1b71bee7a99d8c94403949 Oct 15 02:24:52.115 INFO running `"docker" "start" "-a" "ddc964793312837949de62d32050188c792140c45e1b71bee7a99d8c94403949"` Oct 15 02:24:53.211 INFO kablam! usermod: no changes Oct 15 02:24:53.427 INFO kablam! Compiling blitzserver-rustserver v0.1.0 (/source) Oct 15 02:24:54.683 INFO kablam! warning: unreachable expression Oct 15 02:24:54.683 INFO kablam! --> packet/body/stc_mods.rs:34:9 Oct 15 02:24:54.683 INFO kablam! | Oct 15 02:24:54.683 INFO kablam! 34 | / Ok(Box::new(StcMods { Oct 15 02:24:54.683 INFO kablam! 35 | | mods: mods, Oct 15 02:24:54.683 INFO kablam! 36 | | body: src.to_vec(), Oct 15 02:24:54.683 INFO kablam! 37 | | })) Oct 15 02:24:54.683 INFO kablam! | |___________^ Oct 15 02:24:54.683 INFO kablam! | Oct 15 02:24:54.683 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 02:24:54.683 INFO kablam! Oct 15 02:24:54.757 INFO kablam! warning: unused import: `std::io::Read` Oct 15 02:24:54.757 INFO kablam! --> client.rs:3:5 Oct 15 02:24:54.757 INFO kablam! | Oct 15 02:24:54.757 INFO kablam! 3 | use std::io::Read; Oct 15 02:24:54.757 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:24:54.757 INFO kablam! | Oct 15 02:24:54.757 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:24:54.757 INFO kablam! Oct 15 02:24:54.779 INFO kablam! warning: unused variable: `mods` Oct 15 02:24:54.779 INFO kablam! --> packet/body/stc_mods.rs:16:13 Oct 15 02:24:54.780 INFO kablam! | Oct 15 02:24:54.780 INFO kablam! 16 | let mods = Vec::new(); Oct 15 02:24:54.780 INFO kablam! | ^^^^ help: consider using `_mods` instead Oct 15 02:24:54.780 INFO kablam! | Oct 15 02:24:54.780 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:24:54.780 INFO kablam! Oct 15 02:24:54.883 INFO kablam! warning: struct is never constructed: `StcInfoLobby` Oct 15 02:24:54.883 INFO kablam! --> packet/body/stc_info.rs:29:1 Oct 15 02:24:54.883 INFO kablam! | Oct 15 02:24:54.883 INFO kablam! 29 | pub struct StcInfoLobby {} Oct 15 02:24:54.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:54.883 INFO kablam! | Oct 15 02:24:54.883 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:24:54.883 INFO kablam! Oct 15 02:24:54.883 INFO kablam! warning: struct is never constructed: `StcInfoRunning` Oct 15 02:24:54.883 INFO kablam! --> packet/body/stc_info.rs:30:1 Oct 15 02:24:54.883 INFO kablam! | Oct 15 02:24:54.883 INFO kablam! 30 | pub struct StcInfoRunning { Oct 15 02:24:54.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:54.883 INFO kablam! Oct 15 02:24:54.883 INFO kablam! warning: enum is never used: `StcInfoBody` Oct 15 02:24:54.883 INFO kablam! --> packet/body/stc_info.rs:34:1 Oct 15 02:24:54.883 INFO kablam! | Oct 15 02:24:54.883 INFO kablam! 34 | enum StcInfoBody { Oct 15 02:24:54.883 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:24:54.883 INFO kablam! Oct 15 02:24:54.884 INFO kablam! warning: constant item is never used: `REALMSTATE_AI` Oct 15 02:24:54.884 INFO kablam! --> packet/body/stc_info.rs:52:1 Oct 15 02:24:54.884 INFO kablam! | Oct 15 02:24:54.884 INFO kablam! 52 | const REALMSTATE_AI: u8 = 2; Oct 15 02:24:54.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:54.884 INFO kablam! Oct 15 02:24:54.884 INFO kablam! warning: constant item is never used: `REALMSTATE_OCCUPIED` Oct 15 02:24:54.884 INFO kablam! --> packet/body/stc_info.rs:53:1 Oct 15 02:24:54.884 INFO kablam! | Oct 15 02:24:54.884 INFO kablam! 53 | const REALMSTATE_OCCUPIED: u8 = 1; Oct 15 02:24:54.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:54.884 INFO kablam! Oct 15 02:24:54.884 INFO kablam! warning: constant item is never used: `REALMSTATE_CLOSED` Oct 15 02:24:54.884 INFO kablam! --> packet/body/stc_info.rs:54:1 Oct 15 02:24:54.884 INFO kablam! | Oct 15 02:24:54.884 INFO kablam! 54 | const REALMSTATE_CLOSED: u8 = 253; Oct 15 02:24:54.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:54.884 INFO kablam! Oct 15 02:24:54.884 INFO kablam! warning: struct is never constructed: `MongoRepository` Oct 15 02:24:54.884 INFO kablam! --> repository/repository/mongo/mod.rs:8:1 Oct 15 02:24:54.884 INFO kablam! | Oct 15 02:24:54.885 INFO kablam! 8 | pub struct MongoRepository { Oct 15 02:24:54.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:54.885 INFO kablam! Oct 15 02:24:54.885 INFO kablam! warning: function is never used: `create_repository` Oct 15 02:24:54.885 INFO kablam! --> repository/repository/mod.rs:13:1 Oct 15 02:24:54.885 INFO kablam! | Oct 15 02:24:54.885 INFO kablam! 13 | / pub fn create_repository( Oct 15 02:24:54.885 INFO kablam! 14 | | host: &str, Oct 15 02:24:54.885 INFO kablam! 15 | | port: &str, Oct 15 02:24:54.885 INFO kablam! 16 | | database: &str, Oct 15 02:24:54.885 INFO kablam! ... | Oct 15 02:24:54.885 INFO kablam! 19 | | Ok(repo) Oct 15 02:24:54.885 INFO kablam! 20 | | } Oct 15 02:24:54.885 INFO kablam! | |_^ Oct 15 02:24:54.885 INFO kablam! Oct 15 02:24:54.885 INFO kablam! warning: struct is never constructed: `Client` Oct 15 02:24:54.885 INFO kablam! --> spoofed_client.rs:9:1 Oct 15 02:24:54.885 INFO kablam! | Oct 15 02:24:54.885 INFO kablam! 9 | pub struct Client { Oct 15 02:24:54.885 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:24:54.885 INFO kablam! Oct 15 02:24:54.885 INFO kablam! warning: function is never used: `launch_client` Oct 15 02:24:54.885 INFO kablam! --> spoofed_client.rs:13:1 Oct 15 02:24:54.885 INFO kablam! | Oct 15 02:24:54.885 INFO kablam! 13 | pub fn launch_client(host: &str, port: &str) -> Result<(), Box> { Oct 15 02:24:54.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:24:54.885 INFO kablam! Oct 15 02:24:55.458 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 15 02:24:55.469 INFO kablam! su: No module specific data is present Oct 15 02:24:56.292 INFO running `"docker" "rm" "-f" "ddc964793312837949de62d32050188c792140c45e1b71bee7a99d8c94403949"` Oct 15 02:24:56.611 INFO blam! ddc964793312837949de62d32050188c792140c45e1b71bee7a99d8c94403949 Oct 15 02:24:56.615 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 02:24:57.039 INFO blam! 968d0c5d7044cb6552cdc2bf83fc486f629f30f771e3310c61e478659348a32b Oct 15 02:24:57.041 INFO running `"docker" "start" "-a" "968d0c5d7044cb6552cdc2bf83fc486f629f30f771e3310c61e478659348a32b"` Oct 15 02:24:58.375 INFO kablam! usermod: no changes Oct 15 02:24:58.538 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 02:24:58.550 INFO kablam! Running /target/debug/deps/blitzserver_rustserver-cfe9b4e142e58e37 Oct 15 02:24:58.554 INFO blam! Oct 15 02:24:58.555 INFO blam! running 0 tests Oct 15 02:24:58.555 INFO blam! Oct 15 02:24:58.555 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:24:58.555 INFO blam! Oct 15 02:24:58.556 INFO kablam! su: No module specific data is present Oct 15 02:24:59.393 INFO running `"docker" "rm" "-f" "968d0c5d7044cb6552cdc2bf83fc486f629f30f771e3310c61e478659348a32b"` Oct 15 02:24:59.659 INFO blam! 968d0c5d7044cb6552cdc2bf83fc486f629f30f771e3310c61e478659348a32b