Oct 15 11:44:36.165 INFO testing CrazyFork/rs_webserver_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:44:36.165 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 11:44:36.515 INFO blam! ca442e32020204c8840cd22348fc0cd912f4b1fb17ac9402c284a96386ef9933 Oct 15 11:44:36.517 INFO running `"docker" "start" "-a" "ca442e32020204c8840cd22348fc0cd912f4b1fb17ac9402c284a96386ef9933"` Oct 15 11:44:37.173 INFO kablam! usermod: no changes Oct 15 11:44:37.215 INFO kablam! Compiling server-tictac v0.1.0 (/source) Oct 15 11:44:37.911 INFO kablam! warning: module `Status` should have a snake case name such as `status` Oct 15 11:44:37.911 INFO kablam! --> src/common.rs:305:1 Oct 15 11:44:37.911 INFO kablam! | Oct 15 11:44:37.911 INFO kablam! 305 | / pub mod Status { Oct 15 11:44:37.911 INFO kablam! 306 | | use ::Response; Oct 15 11:44:37.911 INFO kablam! 307 | | Oct 15 11:44:37.911 INFO kablam! 308 | | pub fn faulty_query(text: &str) -> Response { Oct 15 11:44:37.911 INFO kablam! ... | Oct 15 11:44:37.911 INFO kablam! 350 | | } Oct 15 11:44:37.911 INFO kablam! 351 | | } Oct 15 11:44:37.911 INFO kablam! | |_^ Oct 15 11:44:37.911 INFO kablam! | Oct 15 11:44:37.911 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:44:37.911 INFO kablam! Oct 15 11:44:39.522 INFO kablam! warning: variable does not need to be mutable Oct 15 11:44:39.522 INFO kablam! --> src/game_server.rs:79:13 Oct 15 11:44:39.522 INFO kablam! | Oct 15 11:44:39.522 INFO kablam! 79 | let mut board = match guard.board.get_mut(&user_id) { Oct 15 11:44:39.522 INFO kablam! | ----^^^^^ Oct 15 11:44:39.522 INFO kablam! | | Oct 15 11:44:39.522 INFO kablam! | help: remove this `mut` Oct 15 11:44:39.522 INFO kablam! | Oct 15 11:44:39.522 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:44:39.522 INFO kablam! Oct 15 11:44:41.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.69s Oct 15 11:44:41.884 INFO kablam! su: No module specific data is present Oct 15 11:44:43.121 INFO running `"docker" "rm" "-f" "ca442e32020204c8840cd22348fc0cd912f4b1fb17ac9402c284a96386ef9933"` Oct 15 11:44:43.425 INFO blam! ca442e32020204c8840cd22348fc0cd912f4b1fb17ac9402c284a96386ef9933 Oct 15 11:44:43.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 11:44:43.917 INFO blam! db5d8f39476c1b99801403e2d09b2664e6f8ca64dc9849385993660ddd8e1c09 Oct 15 11:44:43.919 INFO running `"docker" "start" "-a" "db5d8f39476c1b99801403e2d09b2664e6f8ca64dc9849385993660ddd8e1c09"` Oct 15 11:44:45.753 INFO kablam! usermod: no changes Oct 15 11:44:45.843 INFO kablam! Compiling server-tictac v0.1.0 (/source) Oct 15 11:44:46.995 INFO kablam! warning: variable does not need to be mutable Oct 15 11:44:46.996 INFO kablam! --> src/game_server.rs:79:13 Oct 15 11:44:46.996 INFO kablam! | Oct 15 11:44:46.997 INFO kablam! 79 | let mut board = match guard.board.get_mut(&user_id) { Oct 15 11:44:46.997 INFO kablam! | ----^^^^^ Oct 15 11:44:46.997 INFO kablam! | | Oct 15 11:44:46.998 INFO kablam! | help: remove this `mut` Oct 15 11:44:46.998 INFO kablam! | Oct 15 11:44:46.998 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:44:46.998 INFO kablam! Oct 15 11:44:47.147 INFO kablam! warning: module `Status` should have a snake case name such as `status` Oct 15 11:44:47.147 INFO kablam! --> src/common.rs:305:1 Oct 15 11:44:47.147 INFO kablam! | Oct 15 11:44:47.147 INFO kablam! 305 | / pub mod Status { Oct 15 11:44:47.147 INFO kablam! 306 | | use ::Response; Oct 15 11:44:47.147 INFO kablam! 307 | | Oct 15 11:44:47.147 INFO kablam! 308 | | pub fn faulty_query(text: &str) -> Response { Oct 15 11:44:47.147 INFO kablam! ... | Oct 15 11:44:47.147 INFO kablam! 350 | | } Oct 15 11:44:47.147 INFO kablam! 351 | | } Oct 15 11:44:47.147 INFO kablam! | |_^ Oct 15 11:44:47.147 INFO kablam! | Oct 15 11:44:47.147 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:44:47.147 INFO kablam! Oct 15 11:44:48.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.43s Oct 15 11:44:48.216 INFO kablam! su: No module specific data is present Oct 15 11:44:49.395 INFO running `"docker" "rm" "-f" "db5d8f39476c1b99801403e2d09b2664e6f8ca64dc9849385993660ddd8e1c09"` Oct 15 11:44:49.717 INFO blam! db5d8f39476c1b99801403e2d09b2664e6f8ca64dc9849385993660ddd8e1c09 Oct 15 11:44:49.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 11:44:50.289 INFO blam! 8fa529b13da668893f097f2ed44ac3024f7828810a01eb69484c68d1b2592c08 Oct 15 11:44:50.292 INFO running `"docker" "start" "-a" "8fa529b13da668893f097f2ed44ac3024f7828810a01eb69484c68d1b2592c08"` Oct 15 11:44:52.059 INFO kablam! usermod: no changes Oct 15 11:44:52.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 11:44:52.115 INFO kablam! Running /target/debug/deps/common-d00077222653c7fb Oct 15 11:44:52.123 INFO kablam! Running /target/debug/deps/game_server-5378dac2f75fc401 Oct 15 11:44:52.123 INFO blam! Oct 15 11:44:52.123 INFO blam! running 0 tests Oct 15 11:44:52.123 INFO blam! Oct 15 11:44:52.123 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:44:52.123 INFO blam! Oct 15 11:44:52.123 INFO blam! Oct 15 11:44:52.123 INFO blam! running 0 tests Oct 15 11:44:52.123 INFO blam! Oct 15 11:44:52.123 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:44:52.123 INFO blam! Oct 15 11:44:52.125 INFO kablam! Running /target/debug/deps/web_server-6c557db9a040c69e Oct 15 11:44:52.126 INFO blam! Oct 15 11:44:52.126 INFO blam! running 0 tests Oct 15 11:44:52.131 INFO blam! Oct 15 11:44:52.131 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:44:52.131 INFO blam! Oct 15 11:44:52.131 INFO kablam! Doc-tests common Oct 15 11:44:53.051 INFO blam! Oct 15 11:44:53.051 INFO blam! running 0 tests Oct 15 11:44:53.051 INFO blam! Oct 15 11:44:53.051 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:44:53.051 INFO blam! Oct 15 11:44:53.055 INFO kablam! su: No module specific data is present Oct 15 11:44:54.127 INFO running `"docker" "rm" "-f" "8fa529b13da668893f097f2ed44ac3024f7828810a01eb69484c68d1b2592c08"` Oct 15 11:44:54.415 INFO blam! 8fa529b13da668893f097f2ed44ac3024f7828810a01eb69484c68d1b2592c08