Oct 15 12:03:25.972 INFO testing CactusDev/mixer-chat-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:03:25.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12:03:26.513 INFO blam! 7131484f9a68f7f4ceb13865678dd74a3b286cbd8673dec6db69376b6c7801f0 Oct 15 12:03:26.515 INFO running `"docker" "start" "-a" "7131484f9a68f7f4ceb13865678dd74a3b286cbd8673dec6db69376b6c7801f0"` Oct 15 12:03:28.383 INFO kablam! usermod: no changes Oct 15 12:03:28.903 INFO kablam! Compiling maplit v1.0.1 Oct 15 12:03:28.947 INFO kablam! Compiling want v0.0.4 Oct 15 12:03:28.947 INFO kablam! Compiling mio v0.6.15 Oct 15 12:03:28.947 INFO kablam! Compiling tokio-io v0.1.8 Oct 15 12:03:28.947 INFO kablam! Compiling syn v0.14.9 Oct 15 12:03:28.947 INFO kablam! Compiling serde_urlencoded v0.5.3 Oct 15 12:03:28.947 INFO kablam! Compiling tokio-threadpool v0.1.6 Oct 15 12:03:28.947 INFO kablam! Compiling env_logger v0.5.13 Oct 15 12:03:39.055 INFO kablam! Compiling tokio-codec v0.1.0 Oct 15 12:03:44.023 INFO kablam! Compiling mio-uds v0.6.6 Oct 15 12:03:44.207 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 15 12:03:44.233 INFO kablam! Compiling mio-extras v2.0.5 Oct 15 12:03:44.453 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 12:03:48.364 INFO kablam! Compiling ws v0.7.8 Oct 15 12:03:53.543 INFO kablam! Compiling tokio-uds v0.2.1 Oct 15 12:03:53.543 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 12:03:53.543 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 15 12:04:03.427 INFO kablam! Compiling tokio v0.1.8 Oct 15 12:04:09.393 INFO kablam! Compiling serde_derive v1.0.76 Oct 15 12:04:11.979 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 12:04:17.619 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 12:04:17.619 INFO kablam! Compiling hyper v0.11.27 Oct 15 12:04:35.562 INFO kablam! Compiling hyper-tls v0.1.4 Oct 15 12:04:38.727 INFO kablam! Compiling reqwest v0.8.8 Oct 15 12:04:51.421 INFO kablam! Compiling mixer_chat v0.1.0 (/source) Oct 15 12:04:55.819 INFO kablam! warning: unused import: `collections::HashMap` Oct 15 12:04:55.819 INFO kablam! --> src/packets.rs:6:2 Oct 15 12:04:55.819 INFO kablam! | Oct 15 12:04:55.819 INFO kablam! 6 | collections::HashMap Oct 15 12:04:55.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:55.819 INFO kablam! | Oct 15 12:04:55.821 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:04:55.821 INFO kablam! Oct 15 12:04:55.826 INFO kablam! warning: unused import: `std::io::copy` Oct 15 12:04:55.826 INFO kablam! --> src/api.rs:2:5 Oct 15 12:04:55.826 INFO kablam! | Oct 15 12:04:55.826 INFO kablam! 2 | use std::io::copy; Oct 15 12:04:55.827 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 12:04:55.827 INFO kablam! Oct 15 12:04:55.827 INFO kablam! warning: unused `#[macro_use]` import Oct 15 12:04:55.827 INFO kablam! --> src/lib.rs:8:1 Oct 15 12:04:55.827 INFO kablam! | Oct 15 12:04:55.827 INFO kablam! 8 | #[macro_use] Oct 15 12:04:55.827 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:04:55.827 INFO kablam! Oct 15 12:04:56.549 INFO kablam! warning: unused variable: `err` Oct 15 12:04:56.549 INFO kablam! --> src/macros.rs:26:12 Oct 15 12:04:56.549 INFO kablam! | Oct 15 12:04:56.549 INFO kablam! 26 | Err(err) => Err("could not get response text".to_string()) Oct 15 12:04:56.549 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 12:04:56.549 INFO kablam! | Oct 15 12:04:56.549 INFO kablam! ::: src/api.rs:35:9 Oct 15 12:04:56.549 INFO kablam! | Oct 15 12:04:56.549 INFO kablam! 35 | mixer_request!(endpoint, self.client, self.authorization.clone(), User) Oct 15 12:04:56.549 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 15 12:04:56.549 INFO kablam! | Oct 15 12:04:56.549 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:04:56.549 INFO kablam! Oct 15 12:04:56.549 INFO kablam! warning: unused variable: `err` Oct 15 12:04:56.549 INFO kablam! --> src/macros.rs:26:12 Oct 15 12:04:56.549 INFO kablam! | Oct 15 12:04:56.549 INFO kablam! 26 | Err(err) => Err("could not get response text".to_string()) Oct 15 12:04:56.549 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 12:04:56.549 INFO kablam! | Oct 15 12:04:56.549 INFO kablam! ::: src/api.rs:40:9 Oct 15 12:04:56.549 INFO kablam! | Oct 15 12:04:56.549 INFO kablam! 40 | mixer_request!(endpoint, self.client, self.authorization.clone(), Channel) Oct 15 12:04:56.549 INFO kablam! | -------------------------------------------------------------------------- in this macro invocation Oct 15 12:04:56.549 INFO kablam! Oct 15 12:04:56.553 INFO kablam! warning: unused variable: `err` Oct 15 12:04:56.553 INFO kablam! --> src/macros.rs:26:12 Oct 15 12:04:56.553 INFO kablam! | Oct 15 12:04:56.553 INFO kablam! 26 | Err(err) => Err("could not get response text".to_string()) Oct 15 12:04:56.553 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 12:04:56.553 INFO kablam! | Oct 15 12:04:56.553 INFO kablam! ::: src/api.rs:46:9 Oct 15 12:04:56.553 INFO kablam! | Oct 15 12:04:56.553 INFO kablam! 46 | mixer_request!(endpoint, self.client, self.authorization.clone(), APIChatResponse) Oct 15 12:04:56.553 INFO kablam! | ---------------------------------------------------------------------------------- in this macro invocation Oct 15 12:04:56.553 INFO kablam! Oct 15 12:04:56.797 INFO kablam! warning: field is never used: `server` Oct 15 12:04:56.797 INFO kablam! --> src/packets.rs:48:2 Oct 15 12:04:56.798 INFO kablam! | Oct 15 12:04:56.798 INFO kablam! 48 | server: String Oct 15 12:04:56.798 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:04:56.798 INFO kablam! | Oct 15 12:04:56.798 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:04:56.798 INFO kablam! Oct 15 12:04:56.798 INFO kablam! warning: field is never used: `packet_type` Oct 15 12:04:56.798 INFO kablam! --> src/packets.rs:55:2 Oct 15 12:04:56.798 INFO kablam! | Oct 15 12:04:56.798 INFO kablam! 55 | packet_type: WebsocketPacketType, Oct 15 12:04:56.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.798 INFO kablam! Oct 15 12:04:56.798 INFO kablam! warning: field is never used: `event` Oct 15 12:04:56.798 INFO kablam! --> src/packets.rs:56:2 Oct 15 12:04:56.798 INFO kablam! | Oct 15 12:04:56.798 INFO kablam! 56 | event: WebsocketEventType, Oct 15 12:04:56.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.798 INFO kablam! Oct 15 12:04:56.798 INFO kablam! warning: field is never used: `data` Oct 15 12:04:56.798 INFO kablam! --> src/packets.rs:57:2 Oct 15 12:04:56.798 INFO kablam! | Oct 15 12:04:56.798 INFO kablam! 57 | data: WelcomeEventData Oct 15 12:04:56.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.798 INFO kablam! Oct 15 12:04:56.803 INFO kablam! warning: field is never used: `x` Oct 15 12:04:56.803 INFO kablam! --> src/packets.rs:62:2 Oct 15 12:04:56.803 INFO kablam! | Oct 15 12:04:56.803 INFO kablam! 62 | x: u16, Oct 15 12:04:56.803 INFO kablam! | ^^^^^^ Oct 15 12:04:56.803 INFO kablam! Oct 15 12:04:56.803 INFO kablam! warning: field is never used: `y` Oct 15 12:04:56.803 INFO kablam! --> src/packets.rs:63:2 Oct 15 12:04:56.803 INFO kablam! | Oct 15 12:04:56.803 INFO kablam! 63 | y: u16, Oct 15 12:04:56.803 INFO kablam! | ^^^^^^ Oct 15 12:04:56.803 INFO kablam! Oct 15 12:04:56.803 INFO kablam! warning: field is never used: `width` Oct 15 12:04:56.803 INFO kablam! --> src/packets.rs:64:2 Oct 15 12:04:56.803 INFO kablam! | Oct 15 12:04:56.803 INFO kablam! 64 | width: u16, Oct 15 12:04:56.803 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:04:56.803 INFO kablam! Oct 15 12:04:56.803 INFO kablam! warning: field is never used: `height` Oct 15 12:04:56.803 INFO kablam! --> src/packets.rs:65:2 Oct 15 12:04:56.803 INFO kablam! | Oct 15 12:04:56.803 INFO kablam! 65 | height: u16 Oct 15 12:04:56.803 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:04:56.803 INFO kablam! Oct 15 12:04:56.803 INFO kablam! warning: field is never used: `message_type` Oct 15 12:04:56.803 INFO kablam! --> src/packets.rs:87:2 Oct 15 12:04:56.803 INFO kablam! | Oct 15 12:04:56.803 INFO kablam! 87 | message_type: ChatMessageType, Oct 15 12:04:56.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.803 INFO kablam! Oct 15 12:04:56.803 INFO kablam! warning: field is never used: `data` Oct 15 12:04:56.803 INFO kablam! --> src/packets.rs:88:2 Oct 15 12:04:56.803 INFO kablam! | Oct 15 12:04:56.803 INFO kablam! 88 | data: Option, Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `text` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:89:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 89 | text: Option, Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `url` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:90:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 90 | url: Option, Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `id` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:91:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 91 | id: Option, Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `source` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:92:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 92 | source: Option, Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `coords` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:93:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 93 | coords: Option Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `whisper` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:98:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 98 | whisper: Option, Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `me` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:99:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 99 | me: Option, Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `censored` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:100:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 100 | censored: Option Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `message` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:105:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 105 | message: Vec, Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `meta` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:106:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 106 | meta: ChatMessageMeta Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:56.804 INFO kablam! warning: field is never used: `packet_type` Oct 15 12:04:56.804 INFO kablam! --> src/packets.rs:126:2 Oct 15 12:04:56.804 INFO kablam! | Oct 15 12:04:56.804 INFO kablam! 126 | packet_type: WebsocketPacketType, Oct 15 12:04:56.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:04:56.804 INFO kablam! Oct 15 12:04:58.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 15 12:04:58.519 INFO kablam! su: No module specific data is present Oct 15 12:04:59.433 INFO running `"docker" "rm" "-f" "7131484f9a68f7f4ceb13865678dd74a3b286cbd8673dec6db69376b6c7801f0"` Oct 15 12:04:59.735 INFO blam! 7131484f9a68f7f4ceb13865678dd74a3b286cbd8673dec6db69376b6c7801f0 Oct 15 12:04:59.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12:05:00.193 INFO blam! cdca22fb3a43bc78dabd1632251c937e89b5b644e228896dc0be8d6296301593 Oct 15 12:05:00.194 INFO running `"docker" "start" "-a" "cdca22fb3a43bc78dabd1632251c937e89b5b644e228896dc0be8d6296301593"` Oct 15 12:05:01.651 INFO kablam! usermod: no changes Oct 15 12:05:01.944 INFO kablam! Compiling mixer_chat v0.1.0 (/source) Oct 15 12:05:08.948 INFO kablam! warning: unused import: `collections::HashMap` Oct 15 12:05:08.949 INFO kablam! --> src/packets.rs:6:2 Oct 15 12:05:08.949 INFO kablam! | Oct 15 12:05:08.949 INFO kablam! 6 | collections::HashMap Oct 15 12:05:08.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:08.950 INFO kablam! | Oct 15 12:05:08.950 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:05:08.950 INFO kablam! Oct 15 12:05:08.965 INFO kablam! warning: unused import: `std::io::copy` Oct 15 12:05:08.965 INFO kablam! --> src/api.rs:2:5 Oct 15 12:05:08.966 INFO kablam! | Oct 15 12:05:08.966 INFO kablam! 2 | use std::io::copy; Oct 15 12:05:08.966 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 12:05:08.967 INFO kablam! Oct 15 12:05:08.967 INFO kablam! warning: unused `#[macro_use]` import Oct 15 12:05:08.967 INFO kablam! --> src/lib.rs:8:1 Oct 15 12:05:08.967 INFO kablam! | Oct 15 12:05:08.967 INFO kablam! 8 | #[macro_use] Oct 15 12:05:08.968 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:05:08.968 INFO kablam! Oct 15 12:05:10.383 INFO kablam! warning: unused variable: `err` Oct 15 12:05:10.383 INFO kablam! --> src/macros.rs:26:12 Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! 26 | Err(err) => Err("could not get response text".to_string()) Oct 15 12:05:10.383 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! ::: src/api.rs:35:9 Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! 35 | mixer_request!(endpoint, self.client, self.authorization.clone(), User) Oct 15 12:05:10.383 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:05:10.383 INFO kablam! Oct 15 12:05:10.383 INFO kablam! warning: unused variable: `err` Oct 15 12:05:10.383 INFO kablam! --> src/macros.rs:26:12 Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! 26 | Err(err) => Err("could not get response text".to_string()) Oct 15 12:05:10.383 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! ::: src/api.rs:40:9 Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! 40 | mixer_request!(endpoint, self.client, self.authorization.clone(), Channel) Oct 15 12:05:10.383 INFO kablam! | -------------------------------------------------------------------------- in this macro invocation Oct 15 12:05:10.383 INFO kablam! Oct 15 12:05:10.383 INFO kablam! warning: unused variable: `err` Oct 15 12:05:10.383 INFO kablam! --> src/macros.rs:26:12 Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! 26 | Err(err) => Err("could not get response text".to_string()) Oct 15 12:05:10.383 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! ::: src/api.rs:46:9 Oct 15 12:05:10.383 INFO kablam! | Oct 15 12:05:10.383 INFO kablam! 46 | mixer_request!(endpoint, self.client, self.authorization.clone(), APIChatResponse) Oct 15 12:05:10.383 INFO kablam! | ---------------------------------------------------------------------------------- in this macro invocation Oct 15 12:05:10.383 INFO kablam! Oct 15 12:05:10.831 INFO kablam! warning: field is never used: `server` Oct 15 12:05:10.831 INFO kablam! --> src/packets.rs:48:2 Oct 15 12:05:10.831 INFO kablam! | Oct 15 12:05:10.831 INFO kablam! 48 | server: String Oct 15 12:05:10.831 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:05:10.831 INFO kablam! | Oct 15 12:05:10.831 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:05:10.831 INFO kablam! Oct 15 12:05:10.831 INFO kablam! warning: field is never used: `packet_type` Oct 15 12:05:10.831 INFO kablam! --> src/packets.rs:55:2 Oct 15 12:05:10.831 INFO kablam! | Oct 15 12:05:10.831 INFO kablam! 55 | packet_type: WebsocketPacketType, Oct 15 12:05:10.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.831 INFO kablam! Oct 15 12:05:10.831 INFO kablam! warning: field is never used: `event` Oct 15 12:05:10.831 INFO kablam! --> src/packets.rs:56:2 Oct 15 12:05:10.831 INFO kablam! | Oct 15 12:05:10.831 INFO kablam! 56 | event: WebsocketEventType, Oct 15 12:05:10.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.831 INFO kablam! Oct 15 12:05:10.831 INFO kablam! warning: field is never used: `data` Oct 15 12:05:10.831 INFO kablam! --> src/packets.rs:57:2 Oct 15 12:05:10.831 INFO kablam! | Oct 15 12:05:10.831 INFO kablam! 57 | data: WelcomeEventData Oct 15 12:05:10.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.831 INFO kablam! Oct 15 12:05:10.831 INFO kablam! warning: field is never used: `x` Oct 15 12:05:10.831 INFO kablam! --> src/packets.rs:62:2 Oct 15 12:05:10.831 INFO kablam! | Oct 15 12:05:10.831 INFO kablam! 62 | x: u16, Oct 15 12:05:10.831 INFO kablam! | ^^^^^^ Oct 15 12:05:10.831 INFO kablam! Oct 15 12:05:10.835 INFO kablam! warning: field is never used: `y` Oct 15 12:05:10.835 INFO kablam! --> src/packets.rs:63:2 Oct 15 12:05:10.835 INFO kablam! | Oct 15 12:05:10.835 INFO kablam! 63 | y: u16, Oct 15 12:05:10.835 INFO kablam! | ^^^^^^ Oct 15 12:05:10.835 INFO kablam! Oct 15 12:05:10.835 INFO kablam! warning: field is never used: `width` Oct 15 12:05:10.835 INFO kablam! --> src/packets.rs:64:2 Oct 15 12:05:10.835 INFO kablam! | Oct 15 12:05:10.835 INFO kablam! 64 | width: u16, Oct 15 12:05:10.835 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:10.835 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `height` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:65:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 65 | height: u16 Oct 15 12:05:10.839 INFO kablam! | ^^^^^^^^^^^ Oct 15 12:05:10.839 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `message_type` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:87:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 87 | message_type: ChatMessageType, Oct 15 12:05:10.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.839 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `data` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:88:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 88 | data: Option, Oct 15 12:05:10.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.839 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `text` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:89:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 89 | text: Option, Oct 15 12:05:10.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.839 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `url` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:90:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 90 | url: Option, Oct 15 12:05:10.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.839 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `id` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:91:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 91 | id: Option, Oct 15 12:05:10.839 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.839 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `source` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:92:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 92 | source: Option, Oct 15 12:05:10.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.839 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `coords` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:93:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 93 | coords: Option Oct 15 12:05:10.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.839 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `whisper` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:98:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 98 | whisper: Option, Oct 15 12:05:10.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.839 INFO kablam! Oct 15 12:05:10.839 INFO kablam! warning: field is never used: `me` Oct 15 12:05:10.839 INFO kablam! --> src/packets.rs:99:2 Oct 15 12:05:10.839 INFO kablam! | Oct 15 12:05:10.839 INFO kablam! 99 | me: Option, Oct 15 12:05:10.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.840 INFO kablam! Oct 15 12:05:10.840 INFO kablam! warning: field is never used: `censored` Oct 15 12:05:10.840 INFO kablam! --> src/packets.rs:100:2 Oct 15 12:05:10.840 INFO kablam! | Oct 15 12:05:10.840 INFO kablam! 100 | censored: Option Oct 15 12:05:10.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.840 INFO kablam! Oct 15 12:05:10.840 INFO kablam! warning: field is never used: `message` Oct 15 12:05:10.840 INFO kablam! --> src/packets.rs:105:2 Oct 15 12:05:10.840 INFO kablam! | Oct 15 12:05:10.840 INFO kablam! 105 | message: Vec, Oct 15 12:05:10.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.840 INFO kablam! Oct 15 12:05:10.840 INFO kablam! warning: field is never used: `meta` Oct 15 12:05:10.840 INFO kablam! --> src/packets.rs:106:2 Oct 15 12:05:10.840 INFO kablam! | Oct 15 12:05:10.840 INFO kablam! 106 | meta: ChatMessageMeta Oct 15 12:05:10.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.840 INFO kablam! Oct 15 12:05:10.840 INFO kablam! warning: field is never used: `packet_type` Oct 15 12:05:10.840 INFO kablam! --> src/packets.rs:126:2 Oct 15 12:05:10.840 INFO kablam! | Oct 15 12:05:10.840 INFO kablam! 126 | packet_type: WebsocketPacketType, Oct 15 12:05:10.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:05:10.840 INFO kablam! Oct 15 12:05:11.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.18s Oct 15 12:05:11.883 INFO kablam! su: No module specific data is present Oct 15 12:05:13.083 INFO running `"docker" "rm" "-f" "cdca22fb3a43bc78dabd1632251c937e89b5b644e228896dc0be8d6296301593"` Oct 15 12:05:13.427 INFO blam! cdca22fb3a43bc78dabd1632251c937e89b5b644e228896dc0be8d6296301593 Oct 15 12:05:13.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12:05:13.969 INFO blam! 04f6d78c282076d97587bc55e0daa343cdb93ea069168272f83bd95837edc670 Oct 15 12:05:13.979 INFO running `"docker" "start" "-a" "04f6d78c282076d97587bc55e0daa343cdb93ea069168272f83bd95837edc670"` Oct 15 12:05:15.559 INFO kablam! usermod: no changes Oct 15 12:05:15.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.34s Oct 15 12:05:15.939 INFO kablam! Running /target/debug/deps/mixer_chat-e32ab5f20b4155c8 Oct 15 12:05:15.943 INFO blam! Oct 15 12:05:15.943 INFO blam! running 0 tests Oct 15 12:05:15.943 INFO blam! Oct 15 12:05:15.943 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:05:15.943 INFO blam! Oct 15 12:05:15.944 INFO kablam! Running /target/debug/deps/mod-5e62d66e196860d1 Oct 15 12:05:15.947 INFO blam! Oct 15 12:05:15.947 INFO blam! running 1 test Oct 15 12:05:15.947 INFO blam! test test_endpoint_macro ... ok Oct 15 12:05:15.947 INFO blam! Oct 15 12:05:15.947 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:05:15.947 INFO blam! Oct 15 12:05:15.947 INFO kablam! Doc-tests mixer_chat Oct 15 12:05:23.992 INFO blam! Oct 15 12:05:23.992 INFO blam! running 0 tests Oct 15 12:05:23.992 INFO blam! Oct 15 12:05:23.992 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:05:23.992 INFO blam! Oct 15 12:05:24.006 INFO kablam! su: No module specific data is present Oct 15 12:05:24.595 INFO running `"docker" "rm" "-f" "04f6d78c282076d97587bc55e0daa343cdb93ea069168272f83bd95837edc670"` Oct 15 12:05:24.911 INFO blam! 04f6d78c282076d97587bc55e0daa343cdb93ea069168272f83bd95837edc670