Oct 27 10:24:54.216 INFO checking NurbsOtter/tinyrs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:24:54.218 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 10:24:54.735 INFO blam! 69c2407f98d36e85216e1114653901ed48d23e91714b2a07ad1a35d85fef329a Oct 27 10:24:54.737 INFO running `"docker" "start" "-a" "69c2407f98d36e85216e1114653901ed48d23e91714b2a07ad1a35d85fef329a"` Oct 27 10:24:55.947 INFO kablam! usermod: no changes Oct 27 10:24:56.149 INFO kablam! Checking ws v0.7.3 Oct 27 10:24:56.155 INFO kablam! Checking hyper v0.10.13 Oct 27 10:25:01.592 INFO kablam! Checking iron v0.5.1 Oct 27 10:25:03.366 INFO kablam! Checking mount v0.3.0 Oct 27 10:25:03.367 INFO kablam! Checking router v0.5.1 Oct 27 10:25:03.367 INFO kablam! Checking logger v0.3.0 Oct 27 10:25:07.692 INFO kablam! Checking staticfile v0.4.0 Oct 27 10:25:09.555 INFO kablam! Checking tinyrs v0.1.0 (/source) Oct 27 10:25:12.571 INFO kablam! warning: unused import: `env_logger` Oct 27 10:25:12.571 INFO kablam! --> src/web_server/mod.rs:6:5 Oct 27 10:25:12.572 INFO kablam! | Oct 27 10:25:12.572 INFO kablam! 6 | use env_logger; Oct 27 10:25:12.572 INFO kablam! | ^^^^^^^^^^ Oct 27 10:25:12.573 INFO kablam! | Oct 27 10:25:12.573 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:25:12.573 INFO kablam! Oct 27 10:25:12.574 INFO kablam! warning: unused import: `socket_server::gamestate` Oct 27 10:25:12.574 INFO kablam! --> src/socket_server/client.rs:2:5 Oct 27 10:25:12.574 INFO kablam! | Oct 27 10:25:12.574 INFO kablam! 2 | use socket_server::gamestate; Oct 27 10:25:12.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:25:12.575 INFO kablam! Oct 27 10:25:12.575 INFO kablam! warning: unused import: `socket_server::client::Client` Oct 27 10:25:12.576 INFO kablam! --> src/socket_server/gamestate.rs:1:5 Oct 27 10:25:12.576 INFO kablam! | Oct 27 10:25:12.576 INFO kablam! 1 | use socket_server::client::Client; Oct 27 10:25:12.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:25:12.577 INFO kablam! Oct 27 10:25:12.660 INFO kablam! warning: unused variable: `err` Oct 27 10:25:12.660 INFO kablam! --> src/socket_server/mod.rs:20:8 Oct 27 10:25:12.660 INFO kablam! | Oct 27 10:25:12.660 INFO kablam! 20 | Err(err) =>println!("Socket error"), Oct 27 10:25:12.707 INFO kablam! | ^^^ help: consider using `_err` instead Oct 27 10:25:12.707 INFO kablam! | Oct 27 10:25:12.707 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:25:12.707 INFO kablam! Oct 27 10:25:12.707 INFO kablam! warning: function is never used: `hello_test` Oct 27 10:25:12.707 INFO kablam! --> src/web_server/mod.rs:9:1 Oct 27 10:25:12.707 INFO kablam! | Oct 27 10:25:12.707 INFO kablam! 9 | fn hello_test(_: &mut Request)->IronResult{ Oct 27 10:25:12.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:25:12.707 INFO kablam! | Oct 27 10:25:12.707 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:25:12.707 INFO kablam! Oct 27 10:25:12.714 INFO kablam! warning: method `sendAll` should have a snake case name such as `send_all` Oct 27 10:25:12.715 INFO kablam! --> src/socket_server/gamestate.rs:19:2 Oct 27 10:25:12.715 INFO kablam! | Oct 27 10:25:12.715 INFO kablam! 19 | pub fn sendAll(&mut self, message: String,id: u64){ Oct 27 10:25:12.715 INFO kablam! | _____^ Oct 27 10:25:12.715 INFO kablam! 20 | | for (key,_) in &self.clients{ Oct 27 10:25:12.715 INFO kablam! 21 | | if *key != id{ Oct 27 10:25:12.715 INFO kablam! 22 | | match self.clients.get(&key){ Oct 27 10:25:12.715 INFO kablam! ... | Oct 27 10:25:12.715 INFO kablam! 27 | | } Oct 27 10:25:12.715 INFO kablam! 28 | | } Oct 27 10:25:12.715 INFO kablam! | |_____^ Oct 27 10:25:12.715 INFO kablam! | Oct 27 10:25:12.715 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 10:25:12.715 INFO kablam! Oct 27 10:25:12.715 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:25:12.715 INFO kablam! --> src/socket_server/gamestate.rs:23:16 Oct 27 10:25:12.715 INFO kablam! | Oct 27 10:25:12.715 INFO kablam! 23 | Some(c)=>{c.send(message.clone());}, Oct 27 10:25:12.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:25:12.715 INFO kablam! | Oct 27 10:25:12.715 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:25:12.715 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:25:12.715 INFO kablam! Oct 27 10:25:12.715 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:25:12.715 INFO kablam! --> src/main.rs:15:2 Oct 27 10:25:12.715 INFO kablam! | Oct 27 10:25:12.715 INFO kablam! 15 | handle.join(); Oct 27 10:25:12.715 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 10:25:12.715 INFO kablam! | Oct 27 10:25:12.715 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:25:12.715 INFO kablam! Oct 27 10:25:12.751 INFO kablam! warning: unused import: `env_logger` Oct 27 10:25:12.751 INFO kablam! --> src/web_server/mod.rs:6:5 Oct 27 10:25:12.751 INFO kablam! | Oct 27 10:25:12.751 INFO kablam! 6 | use env_logger; Oct 27 10:25:12.751 INFO kablam! | ^^^^^^^^^^ Oct 27 10:25:12.751 INFO kablam! | Oct 27 10:25:12.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:25:12.752 INFO kablam! Oct 27 10:25:12.752 INFO kablam! warning: unused import: `socket_server::gamestate` Oct 27 10:25:12.752 INFO kablam! --> src/socket_server/client.rs:2:5 Oct 27 10:25:12.752 INFO kablam! | Oct 27 10:25:12.752 INFO kablam! 2 | use socket_server::gamestate; Oct 27 10:25:12.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:25:12.752 INFO kablam! Oct 27 10:25:12.753 INFO kablam! warning: unused import: `socket_server::client::Client` Oct 27 10:25:12.753 INFO kablam! --> src/socket_server/gamestate.rs:1:5 Oct 27 10:25:12.753 INFO kablam! | Oct 27 10:25:12.753 INFO kablam! 1 | use socket_server::client::Client; Oct 27 10:25:12.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:25:12.754 INFO kablam! Oct 27 10:25:12.855 INFO kablam! warning: unused variable: `err` Oct 27 10:25:12.855 INFO kablam! --> src/socket_server/mod.rs:20:8 Oct 27 10:25:12.855 INFO kablam! | Oct 27 10:25:12.855 INFO kablam! 20 | Err(err) =>println!("Socket error"), Oct 27 10:25:12.855 INFO kablam! | ^^^ help: consider using `_err` instead Oct 27 10:25:12.855 INFO kablam! | Oct 27 10:25:12.855 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:25:12.855 INFO kablam! Oct 27 10:25:12.863 INFO kablam! warning: function is never used: `hello_test` Oct 27 10:25:12.863 INFO kablam! --> src/web_server/mod.rs:9:1 Oct 27 10:25:12.864 INFO kablam! | Oct 27 10:25:12.864 INFO kablam! 9 | fn hello_test(_: &mut Request)->IronResult{ Oct 27 10:25:12.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:25:12.864 INFO kablam! | Oct 27 10:25:12.864 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:25:12.864 INFO kablam! Oct 27 10:25:12.865 INFO kablam! warning: method `sendAll` should have a snake case name such as `send_all` Oct 27 10:25:12.865 INFO kablam! --> src/socket_server/gamestate.rs:19:2 Oct 27 10:25:12.865 INFO kablam! | Oct 27 10:25:12.865 INFO kablam! 19 | pub fn sendAll(&mut self, message: String,id: u64){ Oct 27 10:25:12.865 INFO kablam! | _____^ Oct 27 10:25:12.865 INFO kablam! 20 | | for (key,_) in &self.clients{ Oct 27 10:25:12.865 INFO kablam! 21 | | if *key != id{ Oct 27 10:25:12.865 INFO kablam! 22 | | match self.clients.get(&key){ Oct 27 10:25:12.865 INFO kablam! ... | Oct 27 10:25:12.865 INFO kablam! 27 | | } Oct 27 10:25:12.865 INFO kablam! 28 | | } Oct 27 10:25:12.865 INFO kablam! | |_____^ Oct 27 10:25:12.865 INFO kablam! | Oct 27 10:25:12.865 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 10:25:12.865 INFO kablam! Oct 27 10:25:12.867 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:25:12.867 INFO kablam! --> src/socket_server/gamestate.rs:23:16 Oct 27 10:25:12.867 INFO kablam! | Oct 27 10:25:12.867 INFO kablam! 23 | Some(c)=>{c.send(message.clone());}, Oct 27 10:25:12.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:25:12.867 INFO kablam! | Oct 27 10:25:12.867 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:25:12.867 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:25:12.867 INFO kablam! Oct 27 10:25:12.867 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:25:12.867 INFO kablam! --> src/main.rs:15:2 Oct 27 10:25:12.867 INFO kablam! | Oct 27 10:25:12.867 INFO kablam! 15 | handle.join(); Oct 27 10:25:12.867 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 10:25:12.867 INFO kablam! | Oct 27 10:25:12.867 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:25:12.867 INFO kablam! Oct 27 10:25:12.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.94s Oct 27 10:25:12.930 INFO kablam! su: No module specific data is present Oct 27 10:25:13.681 INFO running `"docker" "rm" "-f" "69c2407f98d36e85216e1114653901ed48d23e91714b2a07ad1a35d85fef329a"` Oct 27 10:25:13.891 INFO blam! 69c2407f98d36e85216e1114653901ed48d23e91714b2a07ad1a35d85fef329a