Oct 10 16:33:46.273 INFO testing proudzhu/sudoku-norvig against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:33:46.273 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:33:46.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 16:33:46.658 INFO blam! 42db718958f13257870ffb03d879c2cd8d4401bb8e9332a63242edf0f00321b1 Oct 10 16:33:46.660 INFO running `"docker" "start" "-a" "42db718958f13257870ffb03d879c2cd8d4401bb8e9332a63242edf0f00321b1"` Oct 10 16:33:48.063 INFO kablam! usermod: no changes Oct 10 16:33:48.122 INFO kablam! Compiling norvig v0.1.0 (/source) Oct 10 16:33:48.780 INFO kablam! warning: struct is never constructed: `Possible` Oct 10 16:33:48.780 INFO kablam! --> src/main.rs:10:1 Oct 10 16:33:48.780 INFO kablam! | Oct 10 16:33:48.781 INFO kablam! 10 | struct Possible { Oct 10 16:33:48.781 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:33:48.781 INFO kablam! | Oct 10 16:33:48.781 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:33:48.781 INFO kablam! Oct 10 16:33:48.781 INFO kablam! warning: method is never used: `is_on` Oct 10 16:33:48.781 INFO kablam! --> src/main.rs:15:5 Oct 10 16:33:48.781 INFO kablam! | Oct 10 16:33:48.781 INFO kablam! 15 | fn is_on(&self, i: u8) -> bool { Oct 10 16:33:48.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:48.781 INFO kablam! Oct 10 16:33:48.781 INFO kablam! warning: method is never used: `count` Oct 10 16:33:48.781 INFO kablam! --> src/main.rs:19:5 Oct 10 16:33:48.781 INFO kablam! | Oct 10 16:33:48.781 INFO kablam! 19 | fn count(&self) -> u8 { Oct 10 16:33:48.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:48.781 INFO kablam! Oct 10 16:33:48.781 INFO kablam! warning: method is never used: `eliminate` Oct 10 16:33:48.781 INFO kablam! --> src/main.rs:25:5 Oct 10 16:33:48.781 INFO kablam! | Oct 10 16:33:48.781 INFO kablam! 25 | fn eliminate(&mut self, i: u8) { Oct 10 16:33:48.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:48.781 INFO kablam! Oct 10 16:33:48.781 INFO kablam! warning: method is never used: `val` Oct 10 16:33:48.781 INFO kablam! --> src/main.rs:29:5 Oct 10 16:33:48.781 INFO kablam! | Oct 10 16:33:48.781 INFO kablam! 29 | fn val(&self) -> u8 { Oct 10 16:33:48.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:48.781 INFO kablam! Oct 10 16:33:48.781 INFO kablam! warning: struct is never constructed: `Sudoku` Oct 10 16:33:48.781 INFO kablam! --> src/main.rs:34:1 Oct 10 16:33:48.781 INFO kablam! | Oct 10 16:33:48.781 INFO kablam! 34 | struct Sudoku { Oct 10 16:33:48.781 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:33:48.781 INFO kablam! Oct 10 16:33:48.781 INFO kablam! warning: method is never used: `assign` Oct 10 16:33:48.781 INFO kablam! --> src/main.rs:41:5 Oct 10 16:33:48.781 INFO kablam! | Oct 10 16:33:48.781 INFO kablam! 41 | fn assign(&mut self, grid: &[Vec], row: usize, col: usize, d: u8) -> bool { Oct 10 16:33:48.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:48.781 INFO kablam! Oct 10 16:33:48.781 INFO kablam! warning: method is never used: `eliminate` Oct 10 16:33:48.781 INFO kablam! --> src/main.rs:50:5 Oct 10 16:33:48.781 INFO kablam! | Oct 10 16:33:48.781 INFO kablam! 50 | fn eliminate(&mut self, grid: &[Vec], row: usize, col: usize, d: u8) -> bool { Oct 10 16:33:48.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:48.781 INFO kablam! Oct 10 16:33:49.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 10 16:33:49.558 INFO kablam! su: No module specific data is present Oct 10 16:33:50.433 INFO running `"docker" "rm" "-f" "42db718958f13257870ffb03d879c2cd8d4401bb8e9332a63242edf0f00321b1"` Oct 10 16:33:50.640 INFO blam! 42db718958f13257870ffb03d879c2cd8d4401bb8e9332a63242edf0f00321b1 Oct 10 16:33:50.645 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:33:50.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 16:33:51.056 INFO blam! ecafd7e92f7807baace732ad46bcd23fde2a010a9e74c055a9c964a8a4344783 Oct 10 16:33:51.058 INFO running `"docker" "start" "-a" "ecafd7e92f7807baace732ad46bcd23fde2a010a9e74c055a9c964a8a4344783"` Oct 10 16:33:52.511 INFO kablam! usermod: no changes Oct 10 16:33:52.564 INFO kablam! Compiling norvig v0.1.0 (/source) Oct 10 16:33:53.384 INFO kablam! warning: struct is never constructed: `Possible` Oct 10 16:33:53.385 INFO kablam! --> src/main.rs:10:1 Oct 10 16:33:53.385 INFO kablam! | Oct 10 16:33:53.385 INFO kablam! 10 | struct Possible { Oct 10 16:33:53.386 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:33:53.386 INFO kablam! | Oct 10 16:33:53.386 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:33:53.387 INFO kablam! Oct 10 16:33:53.387 INFO kablam! warning: method is never used: `is_on` Oct 10 16:33:53.387 INFO kablam! --> src/main.rs:15:5 Oct 10 16:33:53.388 INFO kablam! | Oct 10 16:33:53.388 INFO kablam! 15 | fn is_on(&self, i: u8) -> bool { Oct 10 16:33:53.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:53.388 INFO kablam! Oct 10 16:33:53.389 INFO kablam! warning: method is never used: `count` Oct 10 16:33:53.389 INFO kablam! --> src/main.rs:19:5 Oct 10 16:33:53.389 INFO kablam! | Oct 10 16:33:53.390 INFO kablam! 19 | fn count(&self) -> u8 { Oct 10 16:33:53.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:53.390 INFO kablam! Oct 10 16:33:53.391 INFO kablam! warning: method is never used: `eliminate` Oct 10 16:33:53.391 INFO kablam! --> src/main.rs:25:5 Oct 10 16:33:53.391 INFO kablam! | Oct 10 16:33:53.391 INFO kablam! 25 | fn eliminate(&mut self, i: u8) { Oct 10 16:33:53.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:53.392 INFO kablam! Oct 10 16:33:53.392 INFO kablam! warning: method is never used: `val` Oct 10 16:33:53.393 INFO kablam! --> src/main.rs:29:5 Oct 10 16:33:53.393 INFO kablam! | Oct 10 16:33:53.393 INFO kablam! 29 | fn val(&self) -> u8 { Oct 10 16:33:53.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:53.394 INFO kablam! Oct 10 16:33:53.394 INFO kablam! warning: struct is never constructed: `Sudoku` Oct 10 16:33:53.394 INFO kablam! --> src/main.rs:34:1 Oct 10 16:33:53.395 INFO kablam! | Oct 10 16:33:53.395 INFO kablam! 34 | struct Sudoku { Oct 10 16:33:53.395 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:33:53.396 INFO kablam! Oct 10 16:33:53.396 INFO kablam! warning: method is never used: `assign` Oct 10 16:33:53.396 INFO kablam! --> src/main.rs:41:5 Oct 10 16:33:53.397 INFO kablam! | Oct 10 16:33:53.397 INFO kablam! 41 | fn assign(&mut self, grid: &[Vec], row: usize, col: usize, d: u8) -> bool { Oct 10 16:33:53.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:53.397 INFO kablam! Oct 10 16:33:53.398 INFO kablam! warning: method is never used: `eliminate` Oct 10 16:33:53.398 INFO kablam! --> src/main.rs:50:5 Oct 10 16:33:53.398 INFO kablam! | Oct 10 16:33:53.399 INFO kablam! 50 | fn eliminate(&mut self, grid: &[Vec], row: usize, col: usize, d: u8) -> bool { Oct 10 16:33:53.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:33:53.399 INFO kablam! Oct 10 16:33:53.875 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 10 16:33:53.881 INFO kablam! su: No module specific data is present Oct 10 16:33:54.538 INFO running `"docker" "rm" "-f" "ecafd7e92f7807baace732ad46bcd23fde2a010a9e74c055a9c964a8a4344783"` Oct 10 16:33:54.916 INFO blam! ecafd7e92f7807baace732ad46bcd23fde2a010a9e74c055a9c964a8a4344783 Oct 10 16:33:54.918 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:33:54.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 16:33:55.362 INFO blam! ff51da33c8d4d4f20ef8673da7495714cee9f955c680e71245e58ed5df233741 Oct 10 16:33:55.363 INFO running `"docker" "start" "-a" "ff51da33c8d4d4f20ef8673da7495714cee9f955c680e71245e58ed5df233741"` Oct 10 16:33:56.849 INFO kablam! usermod: no changes Oct 10 16:33:56.900 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 16:33:56.910 INFO kablam! Running /target/debug/deps/norvig-70bc0b070edb01c5 Oct 10 16:33:56.916 INFO blam! Oct 10 16:33:56.916 INFO blam! running 0 tests Oct 10 16:33:56.917 INFO blam! Oct 10 16:33:56.917 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:33:56.917 INFO blam! Oct 10 16:33:56.930 INFO kablam! su: No module specific data is present Oct 10 16:33:57.514 INFO running `"docker" "rm" "-f" "ff51da33c8d4d4f20ef8673da7495714cee9f955c680e71245e58ed5df233741"` Oct 10 16:33:57.832 INFO blam! ff51da33c8d4d4f20ef8673da7495714cee9f955c680e71245e58ed5df233741