Oct 15 08:09:55.806 INFO testing NurbsOtter/tinyrs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:09:55.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 08:09:56.183 INFO blam! 7f4cb651e26403ca141a91f07772bf90be58153687810ec5d3ceccbc91812c15 Oct 15 08:09:56.195 INFO running `"docker" "start" "-a" "7f4cb651e26403ca141a91f07772bf90be58153687810ec5d3ceccbc91812c15"` Oct 15 08:09:57.271 INFO kablam! usermod: no changes Oct 15 08:09:57.571 INFO kablam! Compiling num_cpus v1.7.0 Oct 15 08:09:57.571 INFO kablam! Compiling iovec v0.1.1 Oct 15 08:09:57.571 INFO kablam! Compiling net2 v0.2.31 Oct 15 08:09:59.019 INFO kablam! Compiling bytes v0.4.5 Oct 15 08:10:00.631 INFO kablam! Compiling hyper v0.10.13 Oct 15 08:10:00.771 INFO kablam! Compiling mio v0.6.10 Oct 15 08:10:05.603 INFO kablam! Compiling ws v0.7.3 Oct 15 08:10:18.536 INFO kablam! Compiling iron v0.5.1 Oct 15 08:10:20.944 INFO kablam! Compiling mount v0.3.0 Oct 15 08:10:20.945 INFO kablam! Compiling router v0.5.1 Oct 15 08:10:20.945 INFO kablam! Compiling logger v0.3.0 Oct 15 08:10:25.875 INFO kablam! Compiling staticfile v0.4.0 Oct 15 08:10:28.587 INFO kablam! Compiling tinyrs v0.1.0 (/source) Oct 15 08:10:30.468 INFO kablam! warning: unused import: `env_logger` Oct 15 08:10:30.474 INFO kablam! --> src/web_server/mod.rs:6:5 Oct 15 08:10:30.474 INFO kablam! | Oct 15 08:10:30.474 INFO kablam! 6 | use env_logger; Oct 15 08:10:30.474 INFO kablam! | ^^^^^^^^^^ Oct 15 08:10:30.474 INFO kablam! | Oct 15 08:10:30.474 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:10:30.475 INFO kablam! Oct 15 08:10:30.475 INFO kablam! warning: unused import: `socket_server::gamestate` Oct 15 08:10:30.475 INFO kablam! --> src/socket_server/client.rs:2:5 Oct 15 08:10:30.475 INFO kablam! | Oct 15 08:10:30.475 INFO kablam! 2 | use socket_server::gamestate; Oct 15 08:10:30.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:30.475 INFO kablam! Oct 15 08:10:30.475 INFO kablam! warning: unused import: `socket_server::client::Client` Oct 15 08:10:30.475 INFO kablam! --> src/socket_server/gamestate.rs:1:5 Oct 15 08:10:30.475 INFO kablam! | Oct 15 08:10:30.475 INFO kablam! 1 | use socket_server::client::Client; Oct 15 08:10:30.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:30.475 INFO kablam! Oct 15 08:10:30.583 INFO kablam! warning: unused variable: `err` Oct 15 08:10:30.583 INFO kablam! --> src/socket_server/mod.rs:20:8 Oct 15 08:10:30.583 INFO kablam! | Oct 15 08:10:30.583 INFO kablam! 20 | Err(err) =>println!("Socket error"), Oct 15 08:10:30.583 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:10:30.583 INFO kablam! | Oct 15 08:10:30.583 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:10:30.583 INFO kablam! Oct 15 08:10:30.599 INFO kablam! warning: function is never used: `hello_test` Oct 15 08:10:30.599 INFO kablam! --> src/web_server/mod.rs:9:1 Oct 15 08:10:30.599 INFO kablam! | Oct 15 08:10:30.599 INFO kablam! 9 | fn hello_test(_: &mut Request)->IronResult{ Oct 15 08:10:30.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:30.599 INFO kablam! | Oct 15 08:10:30.599 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:10:30.599 INFO kablam! Oct 15 08:10:30.599 INFO kablam! warning: method `sendAll` should have a snake case name such as `send_all` Oct 15 08:10:30.599 INFO kablam! --> src/socket_server/gamestate.rs:19:2 Oct 15 08:10:30.599 INFO kablam! | Oct 15 08:10:30.599 INFO kablam! 19 | pub fn sendAll(&mut self, message: String,id: u64){ Oct 15 08:10:30.599 INFO kablam! | _____^ Oct 15 08:10:30.599 INFO kablam! 20 | | for (key,_) in &self.clients{ Oct 15 08:10:30.599 INFO kablam! 21 | | if *key != id{ Oct 15 08:10:30.599 INFO kablam! 22 | | match self.clients.get(&key){ Oct 15 08:10:30.599 INFO kablam! ... | Oct 15 08:10:30.599 INFO kablam! 27 | | } Oct 15 08:10:30.599 INFO kablam! 28 | | } Oct 15 08:10:30.599 INFO kablam! | |_____^ Oct 15 08:10:30.599 INFO kablam! | Oct 15 08:10:30.599 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:10:30.599 INFO kablam! Oct 15 08:10:30.599 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:10:30.599 INFO kablam! --> src/socket_server/gamestate.rs:23:16 Oct 15 08:10:30.599 INFO kablam! | Oct 15 08:10:30.599 INFO kablam! 23 | Some(c)=>{c.send(message.clone());}, Oct 15 08:10:30.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:30.599 INFO kablam! | Oct 15 08:10:30.599 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:10:30.599 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:10:30.599 INFO kablam! Oct 15 08:10:30.599 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:10:30.599 INFO kablam! --> src/main.rs:15:2 Oct 15 08:10:30.599 INFO kablam! | Oct 15 08:10:30.599 INFO kablam! 15 | handle.join(); Oct 15 08:10:30.599 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:10:30.599 INFO kablam! | Oct 15 08:10:30.599 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:10:30.599 INFO kablam! Oct 15 08:10:35.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.40s Oct 15 08:10:35.719 INFO kablam! su: No module specific data is present Oct 15 08:10:36.550 INFO running `"docker" "rm" "-f" "7f4cb651e26403ca141a91f07772bf90be58153687810ec5d3ceccbc91812c15"` Oct 15 08:10:36.839 INFO blam! 7f4cb651e26403ca141a91f07772bf90be58153687810ec5d3ceccbc91812c15 Oct 15 08:10:36.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 08:10:37.344 INFO blam! 79ae3a91232d068271b71d7bf0df2c62f6bfd5db257f128d1748175366372020 Oct 15 08:10:37.346 INFO running `"docker" "start" "-a" "79ae3a91232d068271b71d7bf0df2c62f6bfd5db257f128d1748175366372020"` Oct 15 08:10:38.578 INFO kablam! usermod: no changes Oct 15 08:10:38.707 INFO kablam! Compiling tinyrs v0.1.0 (/source) Oct 15 08:10:40.515 INFO kablam! warning: unused import: `env_logger` Oct 15 08:10:40.515 INFO kablam! --> src/web_server/mod.rs:6:5 Oct 15 08:10:40.515 INFO kablam! | Oct 15 08:10:40.515 INFO kablam! 6 | use env_logger; Oct 15 08:10:40.515 INFO kablam! | ^^^^^^^^^^ Oct 15 08:10:40.515 INFO kablam! | Oct 15 08:10:40.515 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:10:40.515 INFO kablam! Oct 15 08:10:40.515 INFO kablam! warning: unused import: `socket_server::gamestate` Oct 15 08:10:40.515 INFO kablam! --> src/socket_server/client.rs:2:5 Oct 15 08:10:40.515 INFO kablam! | Oct 15 08:10:40.515 INFO kablam! 2 | use socket_server::gamestate; Oct 15 08:10:40.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:40.515 INFO kablam! Oct 15 08:10:40.515 INFO kablam! warning: unused import: `socket_server::client::Client` Oct 15 08:10:40.515 INFO kablam! --> src/socket_server/gamestate.rs:1:5 Oct 15 08:10:40.515 INFO kablam! | Oct 15 08:10:40.515 INFO kablam! 1 | use socket_server::client::Client; Oct 15 08:10:40.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:40.515 INFO kablam! Oct 15 08:10:40.615 INFO kablam! warning: unused variable: `err` Oct 15 08:10:40.615 INFO kablam! --> src/socket_server/mod.rs:20:8 Oct 15 08:10:40.615 INFO kablam! | Oct 15 08:10:40.615 INFO kablam! 20 | Err(err) =>println!("Socket error"), Oct 15 08:10:40.615 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:10:40.615 INFO kablam! | Oct 15 08:10:40.616 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:10:40.616 INFO kablam! Oct 15 08:10:40.627 INFO kablam! warning: function is never used: `hello_test` Oct 15 08:10:40.630 INFO kablam! --> src/web_server/mod.rs:9:1 Oct 15 08:10:40.631 INFO kablam! | Oct 15 08:10:40.631 INFO kablam! 9 | fn hello_test(_: &mut Request)->IronResult{ Oct 15 08:10:40.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:40.631 INFO kablam! | Oct 15 08:10:40.631 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:10:40.631 INFO kablam! Oct 15 08:10:40.631 INFO kablam! warning: method `sendAll` should have a snake case name such as `send_all` Oct 15 08:10:40.631 INFO kablam! --> src/socket_server/gamestate.rs:19:2 Oct 15 08:10:40.631 INFO kablam! | Oct 15 08:10:40.631 INFO kablam! 19 | pub fn sendAll(&mut self, message: String,id: u64){ Oct 15 08:10:40.631 INFO kablam! | _____^ Oct 15 08:10:40.631 INFO kablam! 20 | | for (key,_) in &self.clients{ Oct 15 08:10:40.631 INFO kablam! 21 | | if *key != id{ Oct 15 08:10:40.631 INFO kablam! 22 | | match self.clients.get(&key){ Oct 15 08:10:40.631 INFO kablam! ... | Oct 15 08:10:40.631 INFO kablam! 27 | | } Oct 15 08:10:40.631 INFO kablam! 28 | | } Oct 15 08:10:40.631 INFO kablam! | |_____^ Oct 15 08:10:40.631 INFO kablam! | Oct 15 08:10:40.631 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:10:40.631 INFO kablam! Oct 15 08:10:40.631 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:10:40.631 INFO kablam! --> src/socket_server/gamestate.rs:23:16 Oct 15 08:10:40.631 INFO kablam! | Oct 15 08:10:40.631 INFO kablam! 23 | Some(c)=>{c.send(message.clone());}, Oct 15 08:10:40.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:40.631 INFO kablam! | Oct 15 08:10:40.631 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:10:40.631 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:10:40.631 INFO kablam! Oct 15 08:10:40.631 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:10:40.631 INFO kablam! --> src/main.rs:15:2 Oct 15 08:10:40.631 INFO kablam! | Oct 15 08:10:40.631 INFO kablam! 15 | handle.join(); Oct 15 08:10:40.631 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:10:40.631 INFO kablam! | Oct 15 08:10:40.631 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:10:40.631 INFO kablam! Oct 15 08:10:41.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.64s Oct 15 08:10:41.251 INFO kablam! su: No module specific data is present Oct 15 08:10:41.837 INFO running `"docker" "rm" "-f" "79ae3a91232d068271b71d7bf0df2c62f6bfd5db257f128d1748175366372020"` Oct 15 08:10:42.099 INFO blam! 79ae3a91232d068271b71d7bf0df2c62f6bfd5db257f128d1748175366372020 Oct 15 08:10:42.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 08:10:42.603 INFO blam! 2030c3d4b9cf82a8b76865c2ca6000cbda530413c87b0461c34e924946b7156c Oct 15 08:10:42.605 INFO running `"docker" "start" "-a" "2030c3d4b9cf82a8b76865c2ca6000cbda530413c87b0461c34e924946b7156c"` Oct 15 08:10:43.166 INFO kablam! usermod: no changes Oct 15 08:10:43.269 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 08:10:43.273 INFO kablam! Running /target/debug/deps/tinyrs-82d71c5baf4b8f40 Oct 15 08:10:43.280 INFO blam! Oct 15 08:10:43.280 INFO blam! running 0 tests Oct 15 08:10:43.280 INFO blam! Oct 15 08:10:43.280 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:10:43.280 INFO blam! Oct 15 08:10:43.282 INFO kablam! su: No module specific data is present Oct 15 08:10:44.036 INFO running `"docker" "rm" "-f" "2030c3d4b9cf82a8b76865c2ca6000cbda530413c87b0461c34e924946b7156c"` Oct 15 08:10:44.263 INFO blam! 2030c3d4b9cf82a8b76865c2ca6000cbda530413c87b0461c34e924946b7156c