Oct 14 20:06:11.550 INFO testing garyemerson/queens_on_board against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:06:11.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 20:06:11.951 INFO blam! 8f02a5fb8b448c9bb430ea26d524a780cabe3d9d7078a2230ef88ab02182200b Oct 14 20:06:11.959 INFO running `"docker" "start" "-a" "8f02a5fb8b448c9bb430ea26d524a780cabe3d9d7078a2230ef88ab02182200b"` Oct 14 20:06:13.097 INFO kablam! usermod: no changes Oct 14 20:06:13.130 INFO kablam! Compiling queens_on_board v0.1.0 (/source) Oct 14 20:06:13.619 INFO kablam! warning: unused variable: `test_case_num` Oct 14 20:06:13.619 INFO kablam! --> src/main.rs:10:9 Oct 14 20:06:13.619 INFO kablam! | Oct 14 20:06:13.619 INFO kablam! 10 | for test_case_num in 0..num_test_cases { Oct 14 20:06:13.619 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_case_num` instead Oct 14 20:06:13.619 INFO kablam! | Oct 14 20:06:13.619 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:06:13.619 INFO kablam! Oct 14 20:06:13.619 INFO kablam! warning: unused variable: `all_placements` Oct 14 20:06:13.619 INFO kablam! --> src/main.rs:47:13 Oct 14 20:06:13.619 INFO kablam! | Oct 14 20:06:13.619 INFO kablam! 47 | let mut all_placements: Vec>> = Vec::new(); Oct 14 20:06:13.619 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_all_placements` instead Oct 14 20:06:13.619 INFO kablam! Oct 14 20:06:13.619 INFO kablam! warning: unused variable: `rows` Oct 14 20:06:13.619 INFO kablam! --> src/main.rs:87:19 Oct 14 20:06:13.619 INFO kablam! | Oct 14 20:06:13.619 INFO kablam! 87 | fn print_in_order(rows: i32, cols: i32, placement: &HashSet<(i32, i32)>) { Oct 14 20:06:13.619 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 14 20:06:13.619 INFO kablam! Oct 14 20:06:13.624 INFO kablam! warning: variable does not need to be mutable Oct 14 20:06:13.624 INFO kablam! --> src/main.rs:47:9 Oct 14 20:06:13.624 INFO kablam! | Oct 14 20:06:13.624 INFO kablam! 47 | let mut all_placements: Vec>> = Vec::new(); Oct 14 20:06:13.624 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 20:06:13.624 INFO kablam! | | Oct 14 20:06:13.624 INFO kablam! | help: remove this `mut` Oct 14 20:06:13.624 INFO kablam! | Oct 14 20:06:13.624 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:06:13.624 INFO kablam! Oct 14 20:06:13.655 INFO kablam! warning: function is never used: `solve` Oct 14 20:06:13.655 INFO kablam! --> src/main.rs:46:1 Oct 14 20:06:13.655 INFO kablam! | Oct 14 20:06:13.655 INFO kablam! 46 | fn solve(rows: i32, cols: i32, blocked_positions: &HashSet<(i32, i32)>) -> usize { Oct 14 20:06:13.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:13.655 INFO kablam! | Oct 14 20:06:13.655 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:06:13.655 INFO kablam! Oct 14 20:06:13.655 INFO kablam! warning: function is never used: `print_in_order` Oct 14 20:06:13.655 INFO kablam! --> src/main.rs:87:1 Oct 14 20:06:13.655 INFO kablam! | Oct 14 20:06:13.655 INFO kablam! 87 | fn print_in_order(rows: i32, cols: i32, placement: &HashSet<(i32, i32)>) { Oct 14 20:06:13.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:13.655 INFO kablam! Oct 14 20:06:13.655 INFO kablam! warning: function is never used: `get_placements_from_basis` Oct 14 20:06:13.655 INFO kablam! --> src/main.rs:97:1 Oct 14 20:06:13.655 INFO kablam! | Oct 14 20:06:13.655 INFO kablam! 97 | / fn get_placements_from_basis( Oct 14 20:06:13.655 INFO kablam! 98 | | rows: i32, Oct 14 20:06:13.655 INFO kablam! 99 | | cols: i32, Oct 14 20:06:13.655 INFO kablam! 100 | | basis_placements: Vec<(HashSet<(i32, i32)>, i32)>, Oct 14 20:06:13.655 INFO kablam! ... | Oct 14 20:06:13.655 INFO kablam! 119 | | placements Oct 14 20:06:13.655 INFO kablam! 120 | | } Oct 14 20:06:13.655 INFO kablam! | |_^ Oct 14 20:06:13.655 INFO kablam! Oct 14 20:06:13.655 INFO kablam! warning: function is never used: `print_placement` Oct 14 20:06:13.655 INFO kablam! --> src/main.rs:135:1 Oct 14 20:06:13.655 INFO kablam! | Oct 14 20:06:13.655 INFO kablam! 135 | fn print_placement(rows: i32, cols: i32, occupied_positions: &HashSet<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) { Oct 14 20:06:13.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:13.655 INFO kablam! Oct 14 20:06:13.655 INFO kablam! warning: function is never used: `solve_brute_force` Oct 14 20:06:13.655 INFO kablam! --> src/main.rs:150:1 Oct 14 20:06:13.655 INFO kablam! | Oct 14 20:06:13.655 INFO kablam! 150 | fn solve_brute_force(rows: i32, cols: i32, blocked_positions: &HashSet<(i32, i32)>) -> Vec> { Oct 14 20:06:13.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:13.655 INFO kablam! Oct 14 20:06:13.655 INFO kablam! warning: function is never used: `is_valid_placement` Oct 14 20:06:13.655 INFO kablam! --> src/main.rs:160:1 Oct 14 20:06:13.655 INFO kablam! | Oct 14 20:06:13.655 INFO kablam! 160 | fn is_valid_placement(rows: i32, cols: i32, positions: &Vec<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) -> bool { Oct 14 20:06:13.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:13.656 INFO kablam! Oct 14 20:06:13.656 INFO kablam! warning: function is never used: `is_valid_path` Oct 14 20:06:13.656 INFO kablam! --> src/main.rs:331:1 Oct 14 20:06:13.656 INFO kablam! | Oct 14 20:06:13.656 INFO kablam! 331 | fn is_valid_path(path: Vec<(i32, i32)>, occupied_positions: &HashSet<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) -> bool { Oct 14 20:06:13.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:13.656 INFO kablam! Oct 14 20:06:13.656 INFO kablam! warning: function is never used: `enumerate_placements` Oct 14 20:06:13.656 INFO kablam! --> src/main.rs:342:1 Oct 14 20:06:13.656 INFO kablam! | Oct 14 20:06:13.656 INFO kablam! 342 | fn enumerate_placements(rows: i32, cols: i32, max_queens: i32) -> Vec> { Oct 14 20:06:13.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:13.656 INFO kablam! Oct 14 20:06:13.656 INFO kablam! warning: function is never used: `num_to_coord` Oct 14 20:06:13.656 INFO kablam! --> src/main.rs:359:1 Oct 14 20:06:13.656 INFO kablam! | Oct 14 20:06:13.656 INFO kablam! 359 | fn num_to_coord(cols: i32, num: i32) -> (i32, i32) { Oct 14 20:06:13.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:13.656 INFO kablam! Oct 14 20:06:13.656 INFO kablam! warning: function is never used: `get_choose_set` Oct 14 20:06:13.656 INFO kablam! --> src/main.rs:363:1 Oct 14 20:06:13.656 INFO kablam! | Oct 14 20:06:13.656 INFO kablam! 363 | fn get_choose_set(start: i32, end: i32, num: i32) -> Vec> { Oct 14 20:06:13.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:13.656 INFO kablam! Oct 14 20:06:14.538 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 14 20:06:14.539 INFO kablam! su: No module specific data is present Oct 14 20:06:15.173 INFO running `"docker" "rm" "-f" "8f02a5fb8b448c9bb430ea26d524a780cabe3d9d7078a2230ef88ab02182200b"` Oct 14 20:06:15.439 INFO blam! 8f02a5fb8b448c9bb430ea26d524a780cabe3d9d7078a2230ef88ab02182200b Oct 14 20:06:15.455 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 20:06:15.983 INFO blam! 9f60e782d2170c8c1c958a9ccc95b9a551b8b2dfe72371a5e61cd1387cdfbef4 Oct 14 20:06:15.986 INFO running `"docker" "start" "-a" "9f60e782d2170c8c1c958a9ccc95b9a551b8b2dfe72371a5e61cd1387cdfbef4"` Oct 14 20:06:17.356 INFO kablam! usermod: no changes Oct 14 20:06:17.431 INFO kablam! Compiling queens_on_board v0.1.0 (/source) Oct 14 20:06:17.811 INFO kablam! warning: unused variable: `test_case_num` Oct 14 20:06:17.811 INFO kablam! --> src/main.rs:10:9 Oct 14 20:06:17.811 INFO kablam! | Oct 14 20:06:17.811 INFO kablam! 10 | for test_case_num in 0..num_test_cases { Oct 14 20:06:17.811 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_case_num` instead Oct 14 20:06:17.811 INFO kablam! | Oct 14 20:06:17.811 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 20:06:17.811 INFO kablam! Oct 14 20:06:17.811 INFO kablam! warning: unused variable: `all_placements` Oct 14 20:06:17.811 INFO kablam! --> src/main.rs:47:13 Oct 14 20:06:17.811 INFO kablam! | Oct 14 20:06:17.811 INFO kablam! 47 | let mut all_placements: Vec>> = Vec::new(); Oct 14 20:06:17.811 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_all_placements` instead Oct 14 20:06:17.811 INFO kablam! Oct 14 20:06:17.811 INFO kablam! warning: unused variable: `rows` Oct 14 20:06:17.811 INFO kablam! --> src/main.rs:87:19 Oct 14 20:06:17.811 INFO kablam! | Oct 14 20:06:17.811 INFO kablam! 87 | fn print_in_order(rows: i32, cols: i32, placement: &HashSet<(i32, i32)>) { Oct 14 20:06:17.811 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 14 20:06:17.811 INFO kablam! Oct 14 20:06:17.821 INFO kablam! warning: variable does not need to be mutable Oct 14 20:06:17.821 INFO kablam! --> src/main.rs:47:9 Oct 14 20:06:17.821 INFO kablam! | Oct 14 20:06:17.821 INFO kablam! 47 | let mut all_placements: Vec>> = Vec::new(); Oct 14 20:06:17.821 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 20:06:17.821 INFO kablam! | | Oct 14 20:06:17.821 INFO kablam! | help: remove this `mut` Oct 14 20:06:17.821 INFO kablam! | Oct 14 20:06:17.821 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:06:17.821 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `solve` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:46:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 46 | fn solve(rows: i32, cols: i32, blocked_positions: &HashSet<(i32, i32)>) -> usize { Oct 14 20:06:17.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:06:17.847 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `print_in_order` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:87:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 87 | fn print_in_order(rows: i32, cols: i32, placement: &HashSet<(i32, i32)>) { Oct 14 20:06:17.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:17.847 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `get_placements_from_basis` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:97:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 97 | / fn get_placements_from_basis( Oct 14 20:06:17.847 INFO kablam! 98 | | rows: i32, Oct 14 20:06:17.847 INFO kablam! 99 | | cols: i32, Oct 14 20:06:17.847 INFO kablam! 100 | | basis_placements: Vec<(HashSet<(i32, i32)>, i32)>, Oct 14 20:06:17.847 INFO kablam! ... | Oct 14 20:06:17.847 INFO kablam! 119 | | placements Oct 14 20:06:17.847 INFO kablam! 120 | | } Oct 14 20:06:17.847 INFO kablam! | |_^ Oct 14 20:06:17.847 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `print_placement` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:135:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 135 | fn print_placement(rows: i32, cols: i32, occupied_positions: &HashSet<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) { Oct 14 20:06:17.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:17.847 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `solve_brute_force` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:150:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 150 | fn solve_brute_force(rows: i32, cols: i32, blocked_positions: &HashSet<(i32, i32)>) -> Vec> { Oct 14 20:06:17.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:17.847 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `is_valid_placement` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:160:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 160 | fn is_valid_placement(rows: i32, cols: i32, positions: &Vec<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) -> bool { Oct 14 20:06:17.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:17.847 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `is_valid_path` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:331:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 331 | fn is_valid_path(path: Vec<(i32, i32)>, occupied_positions: &HashSet<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) -> bool { Oct 14 20:06:17.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:17.847 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `enumerate_placements` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:342:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 342 | fn enumerate_placements(rows: i32, cols: i32, max_queens: i32) -> Vec> { Oct 14 20:06:17.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:17.847 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `num_to_coord` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:359:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 359 | fn num_to_coord(cols: i32, num: i32) -> (i32, i32) { Oct 14 20:06:17.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:17.847 INFO kablam! Oct 14 20:06:17.847 INFO kablam! warning: function is never used: `get_choose_set` Oct 14 20:06:17.847 INFO kablam! --> src/main.rs:363:1 Oct 14 20:06:17.847 INFO kablam! | Oct 14 20:06:17.847 INFO kablam! 363 | fn get_choose_set(start: i32, end: i32, num: i32) -> Vec> { Oct 14 20:06:17.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:06:17.848 INFO kablam! Oct 14 20:06:18.357 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 14 20:06:18.359 INFO kablam! su: No module specific data is present Oct 14 20:06:19.070 INFO running `"docker" "rm" "-f" "9f60e782d2170c8c1c958a9ccc95b9a551b8b2dfe72371a5e61cd1387cdfbef4"` Oct 14 20:06:19.423 INFO blam! 9f60e782d2170c8c1c958a9ccc95b9a551b8b2dfe72371a5e61cd1387cdfbef4 Oct 14 20:06:19.427 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 20:06:19.823 INFO blam! 8d7d7232ad13fb75f4b7ee3dc903f8b2c149c703b7c1582bd16d1af2037b95fe Oct 14 20:06:19.831 INFO running `"docker" "start" "-a" "8d7d7232ad13fb75f4b7ee3dc903f8b2c149c703b7c1582bd16d1af2037b95fe"` Oct 14 20:06:21.259 INFO kablam! usermod: no changes Oct 14 20:06:21.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 20:06:21.316 INFO kablam! Running /target/debug/deps/queens_on_board-199a7f6b3ef1c498 Oct 14 20:06:21.323 INFO blam! Oct 14 20:06:21.324 INFO blam! running 0 tests Oct 14 20:06:21.324 INFO blam! Oct 14 20:06:21.324 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:06:21.325 INFO blam! Oct 14 20:06:21.327 INFO kablam! su: No module specific data is present Oct 14 20:06:21.937 INFO running `"docker" "rm" "-f" "8d7d7232ad13fb75f4b7ee3dc903f8b2c149c703b7c1582bd16d1af2037b95fe"` Oct 14 20:06:22.235 INFO blam! 8d7d7232ad13fb75f4b7ee3dc903f8b2c149c703b7c1582bd16d1af2037b95fe