Oct 11 07:11:41.007 INFO testing CrazyFork/rs_webserver_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:11:41.007 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:11:41.007 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 07:11:41.191 INFO blam! 9ab2e44e889bef7568844072922e42a62b457760d13e7238e0352bfc6a2c6df9 Oct 11 07:11:41.194 INFO running `"docker" "start" "-a" "9ab2e44e889bef7568844072922e42a62b457760d13e7238e0352bfc6a2c6df9"` Oct 11 07:11:41.762 INFO kablam! usermod: no changes Oct 11 07:11:41.807 INFO kablam! Compiling server-tictac v0.1.0 (/source) Oct 11 07:11:42.564 INFO kablam! warning: module `Status` should have a snake case name such as `status` Oct 11 07:11:42.564 INFO kablam! --> src/common.rs:305:1 Oct 11 07:11:42.564 INFO kablam! | Oct 11 07:11:42.564 INFO kablam! 305 | / pub mod Status { Oct 11 07:11:42.564 INFO kablam! 306 | | use ::Response; Oct 11 07:11:42.564 INFO kablam! 307 | | Oct 11 07:11:42.564 INFO kablam! 308 | | pub fn faulty_query(text: &str) -> Response { Oct 11 07:11:42.564 INFO kablam! ... | Oct 11 07:11:42.564 INFO kablam! 350 | | } Oct 11 07:11:42.564 INFO kablam! 351 | | } Oct 11 07:11:42.564 INFO kablam! | |_^ Oct 11 07:11:42.564 INFO kablam! | Oct 11 07:11:42.564 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:11:42.564 INFO kablam! Oct 11 07:11:43.840 INFO kablam! warning: variable does not need to be mutable Oct 11 07:11:43.840 INFO kablam! --> src/game_server.rs:79:13 Oct 11 07:11:43.840 INFO kablam! | Oct 11 07:11:43.840 INFO kablam! 79 | let mut board = match guard.board.get_mut(&user_id) { Oct 11 07:11:43.840 INFO kablam! | ----^^^^^ Oct 11 07:11:43.841 INFO kablam! | | Oct 11 07:11:43.841 INFO kablam! | help: remove this `mut` Oct 11 07:11:43.841 INFO kablam! | Oct 11 07:11:43.841 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:11:43.841 INFO kablam! Oct 11 07:11:45.820 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.02s Oct 11 07:11:45.821 INFO kablam! su: No module specific data is present Oct 11 07:11:46.488 INFO running `"docker" "rm" "-f" "9ab2e44e889bef7568844072922e42a62b457760d13e7238e0352bfc6a2c6df9"` Oct 11 07:11:46.784 INFO blam! 9ab2e44e889bef7568844072922e42a62b457760d13e7238e0352bfc6a2c6df9 Oct 11 07:11:46.789 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:11:46.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 07:11:47.180 INFO blam! 541e614c75b5914dd41c624b509bd3f5acfa190dc8f30ea2f8b4ba297eea419b Oct 11 07:11:47.186 INFO running `"docker" "start" "-a" "541e614c75b5914dd41c624b509bd3f5acfa190dc8f30ea2f8b4ba297eea419b"` Oct 11 07:11:48.632 INFO kablam! usermod: no changes Oct 11 07:11:48.700 INFO kablam! Compiling server-tictac v0.1.0 (/source) Oct 11 07:11:50.072 INFO kablam! warning: module `Status` should have a snake case name such as `status` Oct 11 07:11:50.072 INFO kablam! --> src/common.rs:305:1 Oct 11 07:11:50.072 INFO kablam! | Oct 11 07:11:50.072 INFO kablam! 305 | / pub mod Status { Oct 11 07:11:50.072 INFO kablam! 306 | | use ::Response; Oct 11 07:11:50.072 INFO kablam! 307 | | Oct 11 07:11:50.072 INFO kablam! 308 | | pub fn faulty_query(text: &str) -> Response { Oct 11 07:11:50.072 INFO kablam! ... | Oct 11 07:11:50.072 INFO kablam! 350 | | } Oct 11 07:11:50.072 INFO kablam! 351 | | } Oct 11 07:11:50.072 INFO kablam! | |_^ Oct 11 07:11:50.072 INFO kablam! | Oct 11 07:11:50.072 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:11:50.072 INFO kablam! Oct 11 07:11:50.368 INFO kablam! warning: variable does not need to be mutable Oct 11 07:11:50.368 INFO kablam! --> src/game_server.rs:79:13 Oct 11 07:11:50.368 INFO kablam! | Oct 11 07:11:50.368 INFO kablam! 79 | let mut board = match guard.board.get_mut(&user_id) { Oct 11 07:11:50.368 INFO kablam! | ----^^^^^ Oct 11 07:11:50.368 INFO kablam! | | Oct 11 07:11:50.368 INFO kablam! | help: remove this `mut` Oct 11 07:11:50.368 INFO kablam! | Oct 11 07:11:50.368 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:11:50.368 INFO kablam! Oct 11 07:11:51.264 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 11 07:11:51.268 INFO kablam! su: No module specific data is present Oct 11 07:11:52.357 INFO running `"docker" "rm" "-f" "541e614c75b5914dd41c624b509bd3f5acfa190dc8f30ea2f8b4ba297eea419b"` Oct 11 07:11:52.520 INFO blam! 541e614c75b5914dd41c624b509bd3f5acfa190dc8f30ea2f8b4ba297eea419b Oct 11 07:11:52.539 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:11:52.539 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 07:11:52.857 INFO blam! 50fa354787d1fd1ab496363e756b1d5b3629f58f2d8e25ad50685e3c51484d79 Oct 11 07:11:52.859 INFO running `"docker" "start" "-a" "50fa354787d1fd1ab496363e756b1d5b3629f58f2d8e25ad50685e3c51484d79"` Oct 11 07:11:53.887 INFO kablam! usermod: no changes Oct 11 07:11:53.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 07:11:53.916 INFO kablam! Running /target/debug/deps/common-d00077222653c7fb Oct 11 07:11:53.923 INFO blam! Oct 11 07:11:53.923 INFO blam! running 0 tests Oct 11 07:11:53.924 INFO blam! Oct 11 07:11:53.924 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:11:53.924 INFO blam! Oct 11 07:11:53.925 INFO kablam! Running /target/debug/deps/game_server-5378dac2f75fc401 Oct 11 07:11:53.930 INFO blam! Oct 11 07:11:53.931 INFO blam! running 0 tests Oct 11 07:11:53.931 INFO blam! Oct 11 07:11:53.931 INFO kablam! Running /target/debug/deps/web_server-6c557db9a040c69e Oct 11 07:11:53.931 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:11:53.931 INFO blam! Oct 11 07:11:53.940 INFO kablam! Doc-tests common Oct 11 07:11:53.940 INFO blam! Oct 11 07:11:53.940 INFO blam! running 0 tests Oct 11 07:11:53.940 INFO blam! Oct 11 07:11:53.940 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:11:53.940 INFO blam! Oct 11 07:11:55.109 INFO blam! Oct 11 07:11:55.109 INFO blam! running 0 tests Oct 11 07:11:55.109 INFO blam! Oct 11 07:11:55.109 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:11:55.109 INFO blam! Oct 11 07:11:55.115 INFO kablam! su: No module specific data is present Oct 11 07:11:55.619 INFO running `"docker" "rm" "-f" "50fa354787d1fd1ab496363e756b1d5b3629f58f2d8e25ad50685e3c51484d79"` Oct 11 07:11:55.801 INFO blam! 50fa354787d1fd1ab496363e756b1d5b3629f58f2d8e25ad50685e3c51484d79