Oct 15 08:09:45.939 INFO testing NurbsOtter/tinyrs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:09:45.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 08:09:46.384 INFO blam! 767cc03bbb6bf63e628a2f75a5f989a0b0ec35e8b87566f65aea461d9a8501a8 Oct 15 08:09:46.386 INFO running `"docker" "start" "-a" "767cc03bbb6bf63e628a2f75a5f989a0b0ec35e8b87566f65aea461d9a8501a8"` Oct 15 08:09:48.360 INFO kablam! usermod: no changes Oct 15 08:09:48.633 INFO kablam! Compiling hyper v0.10.13 Oct 15 08:09:48.633 INFO kablam! Compiling ws v0.7.3 Oct 15 08:09:48.639 INFO kablam! Compiling env_logger v0.4.3 Oct 15 08:10:02.755 INFO kablam! Compiling iron v0.5.1 Oct 15 08:10:05.055 INFO kablam! Compiling mount v0.3.0 Oct 15 08:10:05.055 INFO kablam! Compiling logger v0.3.0 Oct 15 08:10:05.055 INFO kablam! Compiling router v0.5.1 Oct 15 08:10:10.471 INFO kablam! Compiling staticfile v0.4.0 Oct 15 08:10:12.651 INFO kablam! Compiling tinyrs v0.1.0 (/source) Oct 15 08:10:14.507 INFO kablam! warning: unused import: `env_logger` Oct 15 08:10:14.507 INFO kablam! --> src/web_server/mod.rs:6:5 Oct 15 08:10:14.507 INFO kablam! | Oct 15 08:10:14.507 INFO kablam! 6 | use env_logger; Oct 15 08:10:14.507 INFO kablam! | ^^^^^^^^^^ Oct 15 08:10:14.507 INFO kablam! | Oct 15 08:10:14.507 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:10:14.507 INFO kablam! Oct 15 08:10:14.507 INFO kablam! warning: unused import: `socket_server::gamestate` Oct 15 08:10:14.507 INFO kablam! --> src/socket_server/client.rs:2:5 Oct 15 08:10:14.507 INFO kablam! | Oct 15 08:10:14.507 INFO kablam! 2 | use socket_server::gamestate; Oct 15 08:10:14.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:14.507 INFO kablam! Oct 15 08:10:14.507 INFO kablam! warning: unused import: `socket_server::client::Client` Oct 15 08:10:14.507 INFO kablam! --> src/socket_server/gamestate.rs:1:5 Oct 15 08:10:14.507 INFO kablam! | Oct 15 08:10:14.507 INFO kablam! 1 | use socket_server::client::Client; Oct 15 08:10:14.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:14.507 INFO kablam! Oct 15 08:10:14.594 INFO kablam! warning: unused variable: `err` Oct 15 08:10:14.594 INFO kablam! --> src/socket_server/mod.rs:20:8 Oct 15 08:10:14.594 INFO kablam! | Oct 15 08:10:14.594 INFO kablam! 20 | Err(err) =>println!("Socket error"), Oct 15 08:10:14.594 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:10:14.594 INFO kablam! | Oct 15 08:10:14.594 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:10:14.594 INFO kablam! Oct 15 08:10:14.609 INFO kablam! warning: function is never used: `hello_test` Oct 15 08:10:14.609 INFO kablam! --> src/web_server/mod.rs:9:1 Oct 15 08:10:14.609 INFO kablam! | Oct 15 08:10:14.610 INFO kablam! 9 | fn hello_test(_: &mut Request)->IronResult{ Oct 15 08:10:14.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:14.610 INFO kablam! | Oct 15 08:10:14.610 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:10:14.610 INFO kablam! Oct 15 08:10:14.612 INFO kablam! warning: method `sendAll` should have a snake case name such as `send_all` Oct 15 08:10:14.612 INFO kablam! --> src/socket_server/gamestate.rs:19:2 Oct 15 08:10:14.612 INFO kablam! | Oct 15 08:10:14.612 INFO kablam! 19 | pub fn sendAll(&mut self, message: String,id: u64){ Oct 15 08:10:14.612 INFO kablam! | _____^ Oct 15 08:10:14.612 INFO kablam! 20 | | for (key,_) in &self.clients{ Oct 15 08:10:14.613 INFO kablam! 21 | | if *key != id{ Oct 15 08:10:14.613 INFO kablam! 22 | | match self.clients.get(&key){ Oct 15 08:10:14.613 INFO kablam! ... | Oct 15 08:10:14.613 INFO kablam! 27 | | } Oct 15 08:10:14.613 INFO kablam! 28 | | } Oct 15 08:10:14.613 INFO kablam! | |_____^ Oct 15 08:10:14.613 INFO kablam! | Oct 15 08:10:14.614 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:10:14.614 INFO kablam! Oct 15 08:10:14.614 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:10:14.614 INFO kablam! --> src/socket_server/gamestate.rs:23:16 Oct 15 08:10:14.614 INFO kablam! | Oct 15 08:10:14.614 INFO kablam! 23 | Some(c)=>{c.send(message.clone());}, Oct 15 08:10:14.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:14.615 INFO kablam! | Oct 15 08:10:14.615 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:10:14.615 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:10:14.615 INFO kablam! Oct 15 08:10:14.615 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:10:14.616 INFO kablam! --> src/main.rs:15:2 Oct 15 08:10:14.616 INFO kablam! | Oct 15 08:10:14.616 INFO kablam! 15 | handle.join(); Oct 15 08:10:14.616 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:10:14.616 INFO kablam! | Oct 15 08:10:14.616 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:10:14.617 INFO kablam! Oct 15 08:10:21.081 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.68s Oct 15 08:10:21.088 INFO kablam! su: No module specific data is present Oct 15 08:10:22.949 INFO running `"docker" "rm" "-f" "767cc03bbb6bf63e628a2f75a5f989a0b0ec35e8b87566f65aea461d9a8501a8"` Oct 15 08:10:23.227 INFO blam! 767cc03bbb6bf63e628a2f75a5f989a0b0ec35e8b87566f65aea461d9a8501a8 Oct 15 08:10:23.234 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 08:10:23.773 INFO blam! 9604716995e33a5da9f6c85040417319c088b9f94c87ccadc9a5b6735dc7c174 Oct 15 08:10:23.775 INFO running `"docker" "start" "-a" "9604716995e33a5da9f6c85040417319c088b9f94c87ccadc9a5b6735dc7c174"` Oct 15 08:10:26.420 INFO kablam! usermod: no changes Oct 15 08:10:26.587 INFO kablam! Compiling tinyrs v0.1.0 (/source) Oct 15 08:10:28.370 INFO kablam! warning: unused import: `env_logger` Oct 15 08:10:28.370 INFO kablam! --> src/web_server/mod.rs:6:5 Oct 15 08:10:28.370 INFO kablam! | Oct 15 08:10:28.370 INFO kablam! 6 | use env_logger; Oct 15 08:10:28.370 INFO kablam! | ^^^^^^^^^^ Oct 15 08:10:28.370 INFO kablam! | Oct 15 08:10:28.370 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:10:28.370 INFO kablam! Oct 15 08:10:28.372 INFO kablam! warning: unused import: `socket_server::gamestate` Oct 15 08:10:28.372 INFO kablam! --> src/socket_server/client.rs:2:5 Oct 15 08:10:28.372 INFO kablam! | Oct 15 08:10:28.372 INFO kablam! 2 | use socket_server::gamestate; Oct 15 08:10:28.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:28.372 INFO kablam! Oct 15 08:10:28.372 INFO kablam! warning: unused import: `socket_server::client::Client` Oct 15 08:10:28.372 INFO kablam! --> src/socket_server/gamestate.rs:1:5 Oct 15 08:10:28.372 INFO kablam! | Oct 15 08:10:28.372 INFO kablam! 1 | use socket_server::client::Client; Oct 15 08:10:28.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:28.372 INFO kablam! Oct 15 08:10:28.461 INFO kablam! warning: unused variable: `err` Oct 15 08:10:28.461 INFO kablam! --> src/socket_server/mod.rs:20:8 Oct 15 08:10:28.461 INFO kablam! | Oct 15 08:10:28.461 INFO kablam! 20 | Err(err) =>println!("Socket error"), Oct 15 08:10:28.461 INFO kablam! | ^^^ help: consider using `_err` instead Oct 15 08:10:28.461 INFO kablam! | Oct 15 08:10:28.461 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:10:28.461 INFO kablam! Oct 15 08:10:28.475 INFO kablam! warning: function is never used: `hello_test` Oct 15 08:10:28.475 INFO kablam! --> src/web_server/mod.rs:9:1 Oct 15 08:10:28.475 INFO kablam! | Oct 15 08:10:28.475 INFO kablam! 9 | fn hello_test(_: &mut Request)->IronResult{ Oct 15 08:10:28.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:28.475 INFO kablam! | Oct 15 08:10:28.475 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:10:28.475 INFO kablam! Oct 15 08:10:28.476 INFO kablam! warning: method `sendAll` should have a snake case name such as `send_all` Oct 15 08:10:28.476 INFO kablam! --> src/socket_server/gamestate.rs:19:2 Oct 15 08:10:28.476 INFO kablam! | Oct 15 08:10:28.476 INFO kablam! 19 | pub fn sendAll(&mut self, message: String,id: u64){ Oct 15 08:10:28.476 INFO kablam! | _____^ Oct 15 08:10:28.476 INFO kablam! 20 | | for (key,_) in &self.clients{ Oct 15 08:10:28.476 INFO kablam! 21 | | if *key != id{ Oct 15 08:10:28.476 INFO kablam! 22 | | match self.clients.get(&key){ Oct 15 08:10:28.476 INFO kablam! ... | Oct 15 08:10:28.476 INFO kablam! 27 | | } Oct 15 08:10:28.476 INFO kablam! 28 | | } Oct 15 08:10:28.476 INFO kablam! | |_____^ Oct 15 08:10:28.476 INFO kablam! | Oct 15 08:10:28.476 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 08:10:28.476 INFO kablam! Oct 15 08:10:28.476 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:10:28.476 INFO kablam! --> src/socket_server/gamestate.rs:23:16 Oct 15 08:10:28.476 INFO kablam! | Oct 15 08:10:28.476 INFO kablam! 23 | Some(c)=>{c.send(message.clone());}, Oct 15 08:10:28.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:10:28.476 INFO kablam! | Oct 15 08:10:28.476 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 08:10:28.476 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:10:28.477 INFO kablam! Oct 15 08:10:28.477 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 08:10:28.477 INFO kablam! --> src/main.rs:15:2 Oct 15 08:10:28.477 INFO kablam! | Oct 15 08:10:28.477 INFO kablam! 15 | handle.join(); Oct 15 08:10:28.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:10:28.477 INFO kablam! | Oct 15 08:10:28.477 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 08:10:28.477 INFO kablam! Oct 15 08:10:29.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.58s Oct 15 08:10:29.044 INFO kablam! su: No module specific data is present Oct 15 08:10:30.520 INFO running `"docker" "rm" "-f" "9604716995e33a5da9f6c85040417319c088b9f94c87ccadc9a5b6735dc7c174"` Oct 15 08:10:30.871 INFO blam! 9604716995e33a5da9f6c85040417319c088b9f94c87ccadc9a5b6735dc7c174 Oct 15 08:10:30.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 08:10:31.330 INFO blam! ee617650c2e8a79752a090dc770fb8f7e975411e38a965d515567c9057cddc5a Oct 15 08:10:31.332 INFO running `"docker" "start" "-a" "ee617650c2e8a79752a090dc770fb8f7e975411e38a965d515567c9057cddc5a"` Oct 15 08:10:33.387 INFO kablam! usermod: no changes Oct 15 08:10:33.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 15 08:10:33.515 INFO kablam! Running /target/debug/deps/tinyrs-2fa03c1996dbdb52 Oct 15 08:10:33.515 INFO blam! Oct 15 08:10:33.515 INFO blam! running 0 tests Oct 15 08:10:33.515 INFO blam! Oct 15 08:10:33.515 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:10:33.515 INFO blam! Oct 15 08:10:33.527 INFO kablam! su: No module specific data is present Oct 15 08:10:34.281 INFO running `"docker" "rm" "-f" "ee617650c2e8a79752a090dc770fb8f7e975411e38a965d515567c9057cddc5a"` Oct 15 08:10:34.630 INFO blam! ee617650c2e8a79752a090dc770fb8f7e975411e38a965d515567c9057cddc5a