Oct 15 11:08:45.402 INFO testing ErikPartridge/sudoku-generator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:08:45.402 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:08:45.684 INFO blam! 68f26e7b0625dba2102742198e46e10ec53cae109418e2d53f7d291cdb3d74e6 Oct 15 11:08:45.699 INFO running `"docker" "start" "-a" "68f26e7b0625dba2102742198e46e10ec53cae109418e2d53f7d291cdb3d74e6"` Oct 15 11:08:46.340 INFO kablam! usermod: no changes Oct 15 11:08:46.395 INFO kablam! Compiling sudoku-generator v0.1.0 (/source) Oct 15 11:08:46.736 INFO kablam! warning: unused import: `freedom::Freedom` Oct 15 11:08:46.736 INFO kablam! --> src/main.rs:3:5 Oct 15 11:08:46.736 INFO kablam! | Oct 15 11:08:46.736 INFO kablam! 3 | use freedom::Freedom; Oct 15 11:08:46.736 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:08:46.736 INFO kablam! | Oct 15 11:08:46.736 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:08:46.736 INFO kablam! Oct 15 11:08:46.736 INFO kablam! warning: unused import: `problem::Problem` Oct 15 11:08:46.736 INFO kablam! --> src/main.rs:4:5 Oct 15 11:08:46.736 INFO kablam! | Oct 15 11:08:46.736 INFO kablam! 4 | use problem::Problem; Oct 15 11:08:46.736 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:08:46.736 INFO kablam! Oct 15 11:08:46.786 INFO kablam! warning: unused variable: `j` Oct 15 11:08:46.786 INFO kablam! --> src/freedom.rs:28:9 Oct 15 11:08:46.786 INFO kablam! | Oct 15 11:08:46.786 INFO kablam! 28 | for j in 0..3 { Oct 15 11:08:46.786 INFO kablam! | ^ help: consider using `_j` instead Oct 15 11:08:46.786 INFO kablam! | Oct 15 11:08:46.786 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:08:46.786 INFO kablam! Oct 15 11:08:46.792 INFO kablam! warning: constant item is never used: `ORDER` Oct 15 11:08:46.792 INFO kablam! --> src/freedom.rs:1:1 Oct 15 11:08:46.792 INFO kablam! | Oct 15 11:08:46.792 INFO kablam! 1 | const ORDER: u8 = 3; Oct 15 11:08:46.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.792 INFO kablam! | Oct 15 11:08:46.792 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:08:46.792 INFO kablam! Oct 15 11:08:46.792 INFO kablam! warning: constant item is never used: `DIM` Oct 15 11:08:46.792 INFO kablam! --> src/freedom.rs:2:1 Oct 15 11:08:46.792 INFO kablam! | Oct 15 11:08:46.792 INFO kablam! 2 | const DIM: u8 = ORDER * ORDER; Oct 15 11:08:46.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.792 INFO kablam! Oct 15 11:08:46.792 INFO kablam! warning: constant item is never used: `ELEMENTS` Oct 15 11:08:46.792 INFO kablam! --> src/freedom.rs:3:1 Oct 15 11:08:46.792 INFO kablam! | Oct 15 11:08:46.792 INFO kablam! 3 | const ELEMENTS: u8 = DIM * DIM; Oct 15 11:08:46.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.795 INFO kablam! Oct 15 11:08:46.795 INFO kablam! warning: constant item is never used: `ALL_VALUES` Oct 15 11:08:46.795 INFO kablam! --> src/freedom.rs:4:1 Oct 15 11:08:46.795 INFO kablam! | Oct 15 11:08:46.795 INFO kablam! 4 | const ALL_VALUES: u16 = (1 << DIM) - 1; Oct 15 11:08:46.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.795 INFO kablam! Oct 15 11:08:46.795 INFO kablam! warning: struct is never constructed: `Freedom` Oct 15 11:08:46.795 INFO kablam! --> src/freedom.rs:7:1 Oct 15 11:08:46.795 INFO kablam! | Oct 15 11:08:46.795 INFO kablam! 7 | pub struct Freedom { Oct 15 11:08:46.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.795 INFO kablam! Oct 15 11:08:46.795 INFO kablam! warning: function is never used: `singleton` Oct 15 11:08:46.795 INFO kablam! --> src/freedom.rs:11:1 Oct 15 11:08:46.795 INFO kablam! | Oct 15 11:08:46.795 INFO kablam! 11 | fn singleton(v: u16) -> u16 { Oct 15 11:08:46.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.795 INFO kablam! Oct 15 11:08:46.795 INFO kablam! warning: function is never used: `freedom_eliminate` Oct 15 11:08:46.795 INFO kablam! --> src/freedom.rs:16:1 Oct 15 11:08:46.795 INFO kablam! | Oct 15 11:08:46.795 INFO kablam! 16 | fn freedom_eliminate(f: &Freedom, col: u16, row: u16, value: u16) -> Freedom { Oct 15 11:08:46.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.795 INFO kablam! Oct 15 11:08:46.795 INFO kablam! warning: function is never used: `create_freedom` Oct 15 11:08:46.795 INFO kablam! --> src/freedom.rs:38:1 Oct 15 11:08:46.795 INFO kablam! | Oct 15 11:08:46.795 INFO kablam! 38 | fn create_freedom(problem: &Problem) -> Freedom { Oct 15 11:08:46.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.795 INFO kablam! Oct 15 11:08:46.795 INFO kablam! warning: function is never used: `sanity_check` Oct 15 11:08:46.795 INFO kablam! --> src/freedom.rs:52:1 Oct 15 11:08:46.795 INFO kablam! | Oct 15 11:08:46.795 INFO kablam! 52 | fn sanity_check(problem: &Problem, freedom: &Freedom) -> bool { Oct 15 11:08:46.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.795 INFO kablam! Oct 15 11:08:46.795 INFO kablam! warning: function is never used: `search_least_free` Oct 15 11:08:46.795 INFO kablam! --> src/freedom.rs:63:1 Oct 15 11:08:46.795 INFO kablam! | Oct 15 11:08:46.795 INFO kablam! 63 | fn search_least_free(problem: &Problem, freedom: &Freedom) -> u16 { Oct 15 11:08:46.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.795 INFO kablam! Oct 15 11:08:46.795 INFO kablam! warning: struct is never constructed: `Problem` Oct 15 11:08:46.795 INFO kablam! --> src/problem.rs:1:1 Oct 15 11:08:46.795 INFO kablam! | Oct 15 11:08:46.795 INFO kablam! 1 | pub struct Problem { Oct 15 11:08:46.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:08:46.795 INFO kablam! Oct 15 11:08:47.085 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.72s Oct 15 11:08:47.091 INFO kablam! su: No module specific data is present Oct 15 11:08:47.416 INFO running `"docker" "rm" "-f" "68f26e7b0625dba2102742198e46e10ec53cae109418e2d53f7d291cdb3d74e6"` Oct 15 11:08:47.548 INFO blam! 68f26e7b0625dba2102742198e46e10ec53cae109418e2d53f7d291cdb3d74e6 Oct 15 11:08:47.551 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:08:47.783 INFO blam! 3fe267fd835bde5aa32bca78155b5941a32067c2b8945f1b966d65ba7ecb2eed Oct 15 11:08:47.783 INFO running `"docker" "start" "-a" "3fe267fd835bde5aa32bca78155b5941a32067c2b8945f1b966d65ba7ecb2eed"` Oct 15 11:08:48.326 INFO kablam! usermod: no changes Oct 15 11:08:48.363 INFO kablam! Compiling sudoku-generator v0.1.0 (/source) Oct 15 11:08:48.915 INFO kablam! warning: unused import: `freedom::Freedom` Oct 15 11:08:48.915 INFO kablam! --> src/main.rs:3:5 Oct 15 11:08:48.915 INFO kablam! | Oct 15 11:08:48.915 INFO kablam! 3 | use freedom::Freedom; Oct 15 11:08:48.915 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:08:48.915 INFO kablam! | Oct 15 11:08:48.915 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:08:48.915 INFO kablam! Oct 15 11:08:48.915 INFO kablam! warning: unused import: `problem::Problem` Oct 15 11:08:48.915 INFO kablam! --> src/main.rs:4:5 Oct 15 11:08:48.915 INFO kablam! | Oct 15 11:08:48.915 INFO kablam! 4 | use problem::Problem; Oct 15 11:08:48.915 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 11:08:48.915 INFO kablam! Oct 15 11:08:48.959 INFO kablam! warning: unused variable: `j` Oct 15 11:08:48.959 INFO kablam! --> src/freedom.rs:28:9 Oct 15 11:08:48.959 INFO kablam! | Oct 15 11:08:48.959 INFO kablam! 28 | for j in 0..3 { Oct 15 11:08:48.959 INFO kablam! | ^ help: consider using `_j` instead Oct 15 11:08:48.959 INFO kablam! | Oct 15 11:08:48.959 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:08:48.959 INFO kablam! Oct 15 11:08:48.961 INFO kablam! warning: constant item is never used: `ORDER` Oct 15 11:08:48.961 INFO kablam! --> src/freedom.rs:1:1 Oct 15 11:08:48.961 INFO kablam! | Oct 15 11:08:48.961 INFO kablam! 1 | const ORDER: u8 = 3; Oct 15 11:08:48.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.961 INFO kablam! | Oct 15 11:08:48.961 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:08:48.962 INFO kablam! Oct 15 11:08:48.962 INFO kablam! warning: constant item is never used: `DIM` Oct 15 11:08:48.962 INFO kablam! --> src/freedom.rs:2:1 Oct 15 11:08:48.962 INFO kablam! | Oct 15 11:08:48.962 INFO kablam! 2 | const DIM: u8 = ORDER * ORDER; Oct 15 11:08:48.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.962 INFO kablam! Oct 15 11:08:48.962 INFO kablam! warning: constant item is never used: `ELEMENTS` Oct 15 11:08:48.962 INFO kablam! --> src/freedom.rs:3:1 Oct 15 11:08:48.962 INFO kablam! | Oct 15 11:08:48.962 INFO kablam! 3 | const ELEMENTS: u8 = DIM * DIM; Oct 15 11:08:48.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.962 INFO kablam! Oct 15 11:08:48.962 INFO kablam! warning: constant item is never used: `ALL_VALUES` Oct 15 11:08:48.962 INFO kablam! --> src/freedom.rs:4:1 Oct 15 11:08:48.962 INFO kablam! | Oct 15 11:08:48.962 INFO kablam! 4 | const ALL_VALUES: u16 = (1 << DIM) - 1; Oct 15 11:08:48.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.963 INFO kablam! Oct 15 11:08:48.963 INFO kablam! warning: struct is never constructed: `Freedom` Oct 15 11:08:48.963 INFO kablam! --> src/freedom.rs:7:1 Oct 15 11:08:48.963 INFO kablam! | Oct 15 11:08:48.963 INFO kablam! 7 | pub struct Freedom { Oct 15 11:08:48.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.963 INFO kablam! Oct 15 11:08:48.963 INFO kablam! warning: function is never used: `singleton` Oct 15 11:08:48.963 INFO kablam! --> src/freedom.rs:11:1 Oct 15 11:08:48.963 INFO kablam! | Oct 15 11:08:48.963 INFO kablam! 11 | fn singleton(v: u16) -> u16 { Oct 15 11:08:48.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.963 INFO kablam! Oct 15 11:08:48.963 INFO kablam! warning: function is never used: `freedom_eliminate` Oct 15 11:08:48.963 INFO kablam! --> src/freedom.rs:16:1 Oct 15 11:08:48.963 INFO kablam! | Oct 15 11:08:48.963 INFO kablam! 16 | fn freedom_eliminate(f: &Freedom, col: u16, row: u16, value: u16) -> Freedom { Oct 15 11:08:48.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.963 INFO kablam! Oct 15 11:08:48.963 INFO kablam! warning: function is never used: `create_freedom` Oct 15 11:08:48.963 INFO kablam! --> src/freedom.rs:38:1 Oct 15 11:08:48.963 INFO kablam! | Oct 15 11:08:48.963 INFO kablam! 38 | fn create_freedom(problem: &Problem) -> Freedom { Oct 15 11:08:48.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.963 INFO kablam! Oct 15 11:08:48.963 INFO kablam! warning: function is never used: `sanity_check` Oct 15 11:08:48.963 INFO kablam! --> src/freedom.rs:52:1 Oct 15 11:08:48.963 INFO kablam! | Oct 15 11:08:48.963 INFO kablam! 52 | fn sanity_check(problem: &Problem, freedom: &Freedom) -> bool { Oct 15 11:08:48.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.963 INFO kablam! Oct 15 11:08:48.963 INFO kablam! warning: function is never used: `search_least_free` Oct 15 11:08:48.963 INFO kablam! --> src/freedom.rs:63:1 Oct 15 11:08:48.963 INFO kablam! | Oct 15 11:08:48.963 INFO kablam! 63 | fn search_least_free(problem: &Problem, freedom: &Freedom) -> u16 { Oct 15 11:08:48.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.963 INFO kablam! Oct 15 11:08:48.963 INFO kablam! warning: struct is never constructed: `Problem` Oct 15 11:08:48.963 INFO kablam! --> src/problem.rs:1:1 Oct 15 11:08:48.963 INFO kablam! | Oct 15 11:08:48.963 INFO kablam! 1 | pub struct Problem { Oct 15 11:08:48.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:08:48.963 INFO kablam! Oct 15 11:08:49.410 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 15 11:08:49.413 INFO kablam! su: No module specific data is present Oct 15 11:08:49.792 INFO running `"docker" "rm" "-f" "3fe267fd835bde5aa32bca78155b5941a32067c2b8945f1b966d65ba7ecb2eed"` Oct 15 11:08:49.915 INFO blam! 3fe267fd835bde5aa32bca78155b5941a32067c2b8945f1b966d65ba7ecb2eed Oct 15 11:08:49.916 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:08:50.146 INFO blam! 4e464f5ae000790399302769c2d8d1b77c24d4e8e4d049f5eea3b9a49db11617 Oct 15 11:08:50.150 INFO running `"docker" "start" "-a" "4e464f5ae000790399302769c2d8d1b77c24d4e8e4d049f5eea3b9a49db11617"` Oct 15 11:08:50.755 INFO kablam! usermod: no changes Oct 15 11:08:50.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 11:08:50.791 INFO kablam! Running /target/debug/deps/sudoku_generator-21696b8f0998f8cf Oct 15 11:08:50.793 INFO blam! Oct 15 11:08:50.793 INFO blam! running 0 tests Oct 15 11:08:50.793 INFO blam! Oct 15 11:08:50.793 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:08:50.793 INFO blam! Oct 15 11:08:50.795 INFO kablam! su: No module specific data is present Oct 15 11:08:51.105 INFO running `"docker" "rm" "-f" "4e464f5ae000790399302769c2d8d1b77c24d4e8e4d049f5eea3b9a49db11617"` Oct 15 11:08:51.209 INFO blam! 4e464f5ae000790399302769c2d8d1b77c24d4e8e4d049f5eea3b9a49db11617