Oct 15 12:00:48.064 INFO testing Cdayz/game_of_life against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:00:48.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12:00:48.299 INFO blam! f78586375660ad54ef428118a9196f99426efe00b08e77b2e222b73bacbf249e Oct 15 12:00:48.304 INFO running `"docker" "start" "-a" "f78586375660ad54ef428118a9196f99426efe00b08e77b2e222b73bacbf249e"` Oct 15 12:00:48.848 INFO kablam! usermod: no changes Oct 15 12:00:48.884 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 15 12:00:49.295 INFO kablam! warning: comparison is useless due to type limits Oct 15 12:00:49.295 INFO kablam! --> src/life.rs:43:20 Oct 15 12:00:49.295 INFO kablam! | Oct 15 12:00:49.295 INFO kablam! 43 | if x < 0 || x > self.board.len() { Oct 15 12:00:49.295 INFO kablam! | ^^^^^ Oct 15 12:00:49.295 INFO kablam! | Oct 15 12:00:49.295 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 15 12:00:49.295 INFO kablam! Oct 15 12:00:49.295 INFO kablam! warning: comparison is useless due to type limits Oct 15 12:00:49.295 INFO kablam! --> src/life.rs:46:20 Oct 15 12:00:49.295 INFO kablam! | Oct 15 12:00:49.295 INFO kablam! 46 | if y < 0 || y > self.board[0].len() { Oct 15 12:00:49.296 INFO kablam! | ^^^^^ Oct 15 12:00:49.296 INFO kablam! Oct 15 12:00:49.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 15 12:00:49.761 INFO kablam! su: No module specific data is present Oct 15 12:00:50.519 INFO running `"docker" "rm" "-f" "f78586375660ad54ef428118a9196f99426efe00b08e77b2e222b73bacbf249e"` Oct 15 12:00:50.739 INFO blam! f78586375660ad54ef428118a9196f99426efe00b08e77b2e222b73bacbf249e Oct 15 12:00:50.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12:00:51.299 INFO blam! cc544d28cac3af23483fcfc0dfa1e0037421f1fbcf969990aba87d076c7661a4 Oct 15 12:00:51.308 INFO running `"docker" "start" "-a" "cc544d28cac3af23483fcfc0dfa1e0037421f1fbcf969990aba87d076c7661a4"` Oct 15 12:00:51.861 INFO kablam! usermod: no changes Oct 15 12:00:51.883 INFO kablam! Compiling game_of_life v0.1.0 (/source) Oct 15 12:00:52.391 INFO kablam! warning: comparison is useless due to type limits Oct 15 12:00:52.392 INFO kablam! --> src/life.rs:43:20 Oct 15 12:00:52.392 INFO kablam! | Oct 15 12:00:52.392 INFO kablam! 43 | if x < 0 || x > self.board.len() { Oct 15 12:00:52.393 INFO kablam! | ^^^^^ Oct 15 12:00:52.393 INFO kablam! | Oct 15 12:00:52.393 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 15 12:00:52.394 INFO kablam! Oct 15 12:00:52.394 INFO kablam! warning: comparison is useless due to type limits Oct 15 12:00:52.394 INFO kablam! --> src/life.rs:46:20 Oct 15 12:00:52.394 INFO kablam! | Oct 15 12:00:52.395 INFO kablam! 46 | if y < 0 || y > self.board[0].len() { Oct 15 12:00:52.395 INFO kablam! | ^^^^^ Oct 15 12:00:52.395 INFO kablam! Oct 15 12:00:52.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 15 12:00:52.837 INFO kablam! su: No module specific data is present Oct 15 12:00:53.415 INFO running `"docker" "rm" "-f" "cc544d28cac3af23483fcfc0dfa1e0037421f1fbcf969990aba87d076c7661a4"` Oct 15 12:00:53.683 INFO blam! cc544d28cac3af23483fcfc0dfa1e0037421f1fbcf969990aba87d076c7661a4 Oct 15 12:00:53.685 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12:00:53.921 INFO blam! 4fe8c0e8dae3e53db36691d9cf336e6209c1c2232819985d615133fd4bda3ea5 Oct 15 12:00:53.923 INFO running `"docker" "start" "-a" "4fe8c0e8dae3e53db36691d9cf336e6209c1c2232819985d615133fd4bda3ea5"` Oct 15 12:00:54.459 INFO kablam! usermod: no changes Oct 15 12:00:54.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 12:00:54.481 INFO kablam! Running /target/debug/deps/game_of_life-3c197e6f030ea5ba Oct 15 12:00:54.491 INFO kablam! su: No module specific data is present Oct 15 12:00:54.491 INFO blam! Oct 15 12:00:54.491 INFO blam! running 0 tests Oct 15 12:00:54.491 INFO blam! Oct 15 12:00:54.491 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:00:54.491 INFO blam! Oct 15 12:00:54.997 INFO running `"docker" "rm" "-f" "4fe8c0e8dae3e53db36691d9cf336e6209c1c2232819985d615133fd4bda3ea5"` Oct 15 12:00:55.107 INFO blam! 4fe8c0e8dae3e53db36691d9cf336e6209c1c2232819985d615133fd4bda3ea5