Oct 10 21:55:21.009 INFO testing huytd/sergaem against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:55:21.009 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:55:21.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:55:21.376 INFO blam! eccb3e8dd19a7f516752ef556305af020a7e2a4a42ddd5d13079ab1692da3139 Oct 10 21:55:21.377 INFO running `"docker" "start" "-a" "eccb3e8dd19a7f516752ef556305af020a7e2a4a42ddd5d13079ab1692da3139"` Oct 10 21:55:21.765 INFO kablam! usermod: no changes Oct 10 21:55:21.842 INFO kablam! Compiling ws v0.7.3 Oct 10 21:55:25.872 INFO kablam! Compiling sergaem v0.1.0 (/source) Oct 10 21:55:27.612 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 10 21:55:27.612 INFO kablam! --> src/engine/network.rs:2:5 Oct 10 21:55:27.612 INFO kablam! | Oct 10 21:55:27.612 INFO kablam! 2 | use std::cell::RefCell; Oct 10 21:55:27.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:55:27.612 INFO kablam! | Oct 10 21:55:27.612 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:55:27.612 INFO kablam! Oct 10 21:55:27.748 INFO kablam! warning: variable does not need to be mutable Oct 10 21:55:27.748 INFO kablam! --> src/engine/game.rs:30:21 Oct 10 21:55:27.748 INFO kablam! | Oct 10 21:55:27.748 INFO kablam! 30 | let mut game_logic = GameLogic::new(self.clone()); Oct 10 21:55:27.748 INFO kablam! | ----^^^^^^^^^^ Oct 10 21:55:27.748 INFO kablam! | | Oct 10 21:55:27.748 INFO kablam! | help: remove this `mut` Oct 10 21:55:27.748 INFO kablam! | Oct 10 21:55:27.748 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:55:27.748 INFO kablam! Oct 10 21:55:27.748 INFO kablam! warning: variable does not need to be mutable Oct 10 21:55:27.748 INFO kablam! --> src/engine/game.rs:30:21 Oct 10 21:55:27.748 INFO kablam! | Oct 10 21:55:27.748 INFO kablam! 30 | let mut game_logic = GameLogic::new(self.clone()); Oct 10 21:55:27.748 INFO kablam! | ----^^^^^^^^^^ Oct 10 21:55:27.748 INFO kablam! | | Oct 10 21:55:27.748 INFO kablam! | help: remove this `mut` Oct 10 21:55:27.748 INFO kablam! Oct 10 21:55:27.753 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:55:27.753 INFO kablam! --> src/engine/game.rs:72:13 Oct 10 21:55:27.753 INFO kablam! | Oct 10 21:55:27.753 INFO kablam! 72 | player.send(Message::from(msg)); Oct 10 21:55:27.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:27.753 INFO kablam! | Oct 10 21:55:27.753 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:55:27.753 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:55:27.753 INFO kablam! Oct 10 21:55:30.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.79s Oct 10 21:55:30.579 INFO kablam! su: No module specific data is present Oct 10 21:55:31.310 INFO running `"docker" "rm" "-f" "eccb3e8dd19a7f516752ef556305af020a7e2a4a42ddd5d13079ab1692da3139"` Oct 10 21:55:31.557 INFO blam! eccb3e8dd19a7f516752ef556305af020a7e2a4a42ddd5d13079ab1692da3139 Oct 10 21:55:31.559 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:55:31.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:55:31.980 INFO blam! 97e26221b2197f221ebcbd4438755a040ae6194a7df908bcf889585345aa743d Oct 10 21:55:31.982 INFO running `"docker" "start" "-a" "97e26221b2197f221ebcbd4438755a040ae6194a7df908bcf889585345aa743d"` Oct 10 21:55:33.063 INFO kablam! usermod: no changes Oct 10 21:55:33.164 INFO kablam! Compiling sergaem v0.1.0 (/source) Oct 10 21:55:34.964 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 10 21:55:34.964 INFO kablam! --> src/engine/network.rs:2:5 Oct 10 21:55:34.964 INFO kablam! | Oct 10 21:55:34.964 INFO kablam! 2 | use std::cell::RefCell; Oct 10 21:55:34.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 21:55:34.964 INFO kablam! | Oct 10 21:55:34.964 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:55:34.964 INFO kablam! Oct 10 21:55:35.095 INFO kablam! warning: variable does not need to be mutable Oct 10 21:55:35.095 INFO kablam! --> src/engine/game.rs:30:21 Oct 10 21:55:35.095 INFO kablam! | Oct 10 21:55:35.095 INFO kablam! 30 | let mut game_logic = GameLogic::new(self.clone()); Oct 10 21:55:35.095 INFO kablam! | ----^^^^^^^^^^ Oct 10 21:55:35.095 INFO kablam! | | Oct 10 21:55:35.095 INFO kablam! | help: remove this `mut` Oct 10 21:55:35.095 INFO kablam! | Oct 10 21:55:35.095 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:55:35.095 INFO kablam! Oct 10 21:55:35.095 INFO kablam! warning: variable does not need to be mutable Oct 10 21:55:35.095 INFO kablam! --> src/engine/game.rs:30:21 Oct 10 21:55:35.095 INFO kablam! | Oct 10 21:55:35.095 INFO kablam! 30 | let mut game_logic = GameLogic::new(self.clone()); Oct 10 21:55:35.095 INFO kablam! | ----^^^^^^^^^^ Oct 10 21:55:35.095 INFO kablam! | | Oct 10 21:55:35.095 INFO kablam! | help: remove this `mut` Oct 10 21:55:35.095 INFO kablam! Oct 10 21:55:35.110 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:55:35.110 INFO kablam! --> src/engine/game.rs:72:13 Oct 10 21:55:35.110 INFO kablam! | Oct 10 21:55:35.110 INFO kablam! 72 | player.send(Message::from(msg)); Oct 10 21:55:35.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:55:35.110 INFO kablam! | Oct 10 21:55:35.110 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:55:35.110 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:55:35.110 INFO kablam! Oct 10 21:55:35.595 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.50s Oct 10 21:55:35.601 INFO kablam! su: No module specific data is present Oct 10 21:55:36.161 INFO running `"docker" "rm" "-f" "97e26221b2197f221ebcbd4438755a040ae6194a7df908bcf889585345aa743d"` Oct 10 21:55:36.380 INFO blam! 97e26221b2197f221ebcbd4438755a040ae6194a7df908bcf889585345aa743d Oct 10 21:55:36.381 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:55:36.383 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:55:36.868 INFO blam! b5404c576e0e575507bed2d857d6a9b4f24091c4415e9780e663ee9a954d246e Oct 10 21:55:36.877 INFO running `"docker" "start" "-a" "b5404c576e0e575507bed2d857d6a9b4f24091c4415e9780e663ee9a954d246e"` Oct 10 21:55:37.712 INFO kablam! usermod: no changes Oct 10 21:55:37.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 21:55:37.787 INFO kablam! Running /target/debug/deps/sergaem-6a90d717dd808950 Oct 10 21:55:37.791 INFO blam! Oct 10 21:55:37.791 INFO blam! running 0 tests Oct 10 21:55:37.791 INFO blam! Oct 10 21:55:37.791 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:55:37.791 INFO blam! Oct 10 21:55:37.796 INFO kablam! su: No module specific data is present Oct 10 21:55:38.246 INFO running `"docker" "rm" "-f" "b5404c576e0e575507bed2d857d6a9b4f24091c4415e9780e663ee9a954d246e"` Oct 10 21:55:38.386 INFO blam! b5404c576e0e575507bed2d857d6a9b4f24091c4415e9780e663ee9a954d246e