Oct 10 22:44:02.223 INFO testing garyemerson/queens_on_board against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:44:02.223 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:44:02.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:44:02.735 INFO blam! bc6efdeaeb53c0d068e0694d8db602a96d41c7f4e076c1983ad065a401b5f5bd Oct 10 22:44:02.738 INFO running `"docker" "start" "-a" "bc6efdeaeb53c0d068e0694d8db602a96d41c7f4e076c1983ad065a401b5f5bd"` Oct 10 22:44:04.724 INFO kablam! usermod: no changes Oct 10 22:44:04.764 INFO kablam! Compiling queens_on_board v0.1.0 (/source) Oct 10 22:44:05.461 INFO kablam! warning: unused variable: `test_case_num` Oct 10 22:44:05.462 INFO kablam! --> src/main.rs:10:9 Oct 10 22:44:05.462 INFO kablam! | Oct 10 22:44:05.463 INFO kablam! 10 | for test_case_num in 0..num_test_cases { Oct 10 22:44:05.464 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_case_num` instead Oct 10 22:44:05.464 INFO kablam! | Oct 10 22:44:05.465 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:44:05.465 INFO kablam! Oct 10 22:44:05.466 INFO kablam! warning: unused variable: `all_placements` Oct 10 22:44:05.467 INFO kablam! --> src/main.rs:47:13 Oct 10 22:44:05.467 INFO kablam! | Oct 10 22:44:05.468 INFO kablam! 47 | let mut all_placements: Vec>> = Vec::new(); Oct 10 22:44:05.468 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_all_placements` instead Oct 10 22:44:05.469 INFO kablam! Oct 10 22:44:05.470 INFO kablam! warning: unused variable: `rows` Oct 10 22:44:05.470 INFO kablam! --> src/main.rs:87:19 Oct 10 22:44:05.471 INFO kablam! | Oct 10 22:44:05.471 INFO kablam! 87 | fn print_in_order(rows: i32, cols: i32, placement: &HashSet<(i32, i32)>) { Oct 10 22:44:05.472 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 10 22:44:05.472 INFO kablam! Oct 10 22:44:05.479 INFO kablam! warning: variable does not need to be mutable Oct 10 22:44:05.479 INFO kablam! --> src/main.rs:47:9 Oct 10 22:44:05.480 INFO kablam! | Oct 10 22:44:05.480 INFO kablam! 47 | let mut all_placements: Vec>> = Vec::new(); Oct 10 22:44:05.480 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 22:44:05.481 INFO kablam! | | Oct 10 22:44:05.481 INFO kablam! | help: remove this `mut` Oct 10 22:44:05.482 INFO kablam! | Oct 10 22:44:05.482 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:44:05.483 INFO kablam! Oct 10 22:44:05.520 INFO kablam! warning: function is never used: `solve` Oct 10 22:44:05.520 INFO kablam! --> src/main.rs:46:1 Oct 10 22:44:05.520 INFO kablam! | Oct 10 22:44:05.520 INFO kablam! 46 | fn solve(rows: i32, cols: i32, blocked_positions: &HashSet<(i32, i32)>) -> usize { Oct 10 22:44:05.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:05.522 INFO kablam! | Oct 10 22:44:05.522 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:44:05.522 INFO kablam! Oct 10 22:44:05.523 INFO kablam! warning: function is never used: `print_in_order` Oct 10 22:44:05.523 INFO kablam! --> src/main.rs:87:1 Oct 10 22:44:05.523 INFO kablam! | Oct 10 22:44:05.523 INFO kablam! 87 | fn print_in_order(rows: i32, cols: i32, placement: &HashSet<(i32, i32)>) { Oct 10 22:44:05.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:05.524 INFO kablam! Oct 10 22:44:05.524 INFO kablam! warning: function is never used: `get_placements_from_basis` Oct 10 22:44:05.524 INFO kablam! --> src/main.rs:97:1 Oct 10 22:44:05.524 INFO kablam! | Oct 10 22:44:05.525 INFO kablam! 97 | / fn get_placements_from_basis( Oct 10 22:44:05.525 INFO kablam! 98 | | rows: i32, Oct 10 22:44:05.525 INFO kablam! 99 | | cols: i32, Oct 10 22:44:05.525 INFO kablam! 100 | | basis_placements: Vec<(HashSet<(i32, i32)>, i32)>, Oct 10 22:44:05.525 INFO kablam! ... | Oct 10 22:44:05.525 INFO kablam! 119 | | placements Oct 10 22:44:05.525 INFO kablam! 120 | | } Oct 10 22:44:05.525 INFO kablam! | |_^ Oct 10 22:44:05.525 INFO kablam! Oct 10 22:44:05.527 INFO kablam! warning: function is never used: `print_placement` Oct 10 22:44:05.527 INFO kablam! --> src/main.rs:135:1 Oct 10 22:44:05.527 INFO kablam! | Oct 10 22:44:05.527 INFO kablam! 135 | fn print_placement(rows: i32, cols: i32, occupied_positions: &HashSet<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) { Oct 10 22:44:05.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:05.527 INFO kablam! Oct 10 22:44:05.527 INFO kablam! warning: function is never used: `solve_brute_force` Oct 10 22:44:05.527 INFO kablam! --> src/main.rs:150:1 Oct 10 22:44:05.527 INFO kablam! | Oct 10 22:44:05.528 INFO kablam! 150 | fn solve_brute_force(rows: i32, cols: i32, blocked_positions: &HashSet<(i32, i32)>) -> Vec> { Oct 10 22:44:05.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:05.528 INFO kablam! Oct 10 22:44:05.529 INFO kablam! warning: function is never used: `is_valid_placement` Oct 10 22:44:05.529 INFO kablam! --> src/main.rs:160:1 Oct 10 22:44:05.529 INFO kablam! | Oct 10 22:44:05.529 INFO kablam! 160 | fn is_valid_placement(rows: i32, cols: i32, positions: &Vec<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) -> bool { Oct 10 22:44:05.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:05.530 INFO kablam! Oct 10 22:44:05.530 INFO kablam! warning: function is never used: `is_valid_path` Oct 10 22:44:05.530 INFO kablam! --> src/main.rs:331:1 Oct 10 22:44:05.530 INFO kablam! | Oct 10 22:44:05.530 INFO kablam! 331 | fn is_valid_path(path: Vec<(i32, i32)>, occupied_positions: &HashSet<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) -> bool { Oct 10 22:44:05.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:05.531 INFO kablam! Oct 10 22:44:05.531 INFO kablam! warning: function is never used: `enumerate_placements` Oct 10 22:44:05.531 INFO kablam! --> src/main.rs:342:1 Oct 10 22:44:05.531 INFO kablam! | Oct 10 22:44:05.532 INFO kablam! 342 | fn enumerate_placements(rows: i32, cols: i32, max_queens: i32) -> Vec> { Oct 10 22:44:05.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:05.532 INFO kablam! Oct 10 22:44:05.532 INFO kablam! warning: function is never used: `num_to_coord` Oct 10 22:44:05.533 INFO kablam! --> src/main.rs:359:1 Oct 10 22:44:05.533 INFO kablam! | Oct 10 22:44:05.533 INFO kablam! 359 | fn num_to_coord(cols: i32, num: i32) -> (i32, i32) { Oct 10 22:44:05.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:05.533 INFO kablam! Oct 10 22:44:05.534 INFO kablam! warning: function is never used: `get_choose_set` Oct 10 22:44:05.534 INFO kablam! --> src/main.rs:363:1 Oct 10 22:44:05.534 INFO kablam! | Oct 10 22:44:05.534 INFO kablam! 363 | fn get_choose_set(start: i32, end: i32, num: i32) -> Vec> { Oct 10 22:44:05.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:05.535 INFO kablam! Oct 10 22:44:06.581 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 10 22:44:06.584 INFO kablam! su: No module specific data is present Oct 10 22:44:08.058 INFO running `"docker" "rm" "-f" "bc6efdeaeb53c0d068e0694d8db602a96d41c7f4e076c1983ad065a401b5f5bd"` Oct 10 22:44:08.408 INFO blam! bc6efdeaeb53c0d068e0694d8db602a96d41c7f4e076c1983ad065a401b5f5bd Oct 10 22:44:08.420 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:44:08.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:44:08.805 INFO blam! 76b4aa5328f0f2440d78d3fb2a9eb0050bd948d0b89e292a8a637b8d6418aa93 Oct 10 22:44:08.806 INFO running `"docker" "start" "-a" "76b4aa5328f0f2440d78d3fb2a9eb0050bd948d0b89e292a8a637b8d6418aa93"` Oct 10 22:44:10.860 INFO kablam! usermod: no changes Oct 10 22:44:10.888 INFO kablam! Compiling queens_on_board v0.1.0 (/source) Oct 10 22:44:11.769 INFO kablam! warning: unused variable: `test_case_num` Oct 10 22:44:11.769 INFO kablam! --> src/main.rs:10:9 Oct 10 22:44:11.769 INFO kablam! | Oct 10 22:44:11.769 INFO kablam! 10 | for test_case_num in 0..num_test_cases { Oct 10 22:44:11.769 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_case_num` instead Oct 10 22:44:11.769 INFO kablam! | Oct 10 22:44:11.769 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:44:11.769 INFO kablam! Oct 10 22:44:11.771 INFO kablam! warning: unused variable: `all_placements` Oct 10 22:44:11.771 INFO kablam! --> src/main.rs:47:13 Oct 10 22:44:11.771 INFO kablam! | Oct 10 22:44:11.771 INFO kablam! 47 | let mut all_placements: Vec>> = Vec::new(); Oct 10 22:44:11.771 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_all_placements` instead Oct 10 22:44:11.772 INFO kablam! Oct 10 22:44:11.772 INFO kablam! warning: unused variable: `rows` Oct 10 22:44:11.772 INFO kablam! --> src/main.rs:87:19 Oct 10 22:44:11.772 INFO kablam! | Oct 10 22:44:11.772 INFO kablam! 87 | fn print_in_order(rows: i32, cols: i32, placement: &HashSet<(i32, i32)>) { Oct 10 22:44:11.772 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 10 22:44:11.772 INFO kablam! Oct 10 22:44:11.775 INFO kablam! warning: variable does not need to be mutable Oct 10 22:44:11.775 INFO kablam! --> src/main.rs:47:9 Oct 10 22:44:11.775 INFO kablam! | Oct 10 22:44:11.775 INFO kablam! 47 | let mut all_placements: Vec>> = Vec::new(); Oct 10 22:44:11.775 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 10 22:44:11.775 INFO kablam! | | Oct 10 22:44:11.775 INFO kablam! | help: remove this `mut` Oct 10 22:44:11.777 INFO kablam! | Oct 10 22:44:11.777 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:44:11.777 INFO kablam! Oct 10 22:44:11.807 INFO kablam! warning: function is never used: `solve` Oct 10 22:44:11.807 INFO kablam! --> src/main.rs:46:1 Oct 10 22:44:11.808 INFO kablam! | Oct 10 22:44:11.808 INFO kablam! 46 | fn solve(rows: i32, cols: i32, blocked_positions: &HashSet<(i32, i32)>) -> usize { Oct 10 22:44:11.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:11.809 INFO kablam! | Oct 10 22:44:11.810 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:44:11.810 INFO kablam! Oct 10 22:44:11.811 INFO kablam! warning: function is never used: `print_in_order` Oct 10 22:44:11.811 INFO kablam! --> src/main.rs:87:1 Oct 10 22:44:11.812 INFO kablam! | Oct 10 22:44:11.812 INFO kablam! 87 | fn print_in_order(rows: i32, cols: i32, placement: &HashSet<(i32, i32)>) { Oct 10 22:44:11.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:11.812 INFO kablam! Oct 10 22:44:11.812 INFO kablam! warning: function is never used: `get_placements_from_basis` Oct 10 22:44:11.812 INFO kablam! --> src/main.rs:97:1 Oct 10 22:44:11.812 INFO kablam! | Oct 10 22:44:11.812 INFO kablam! 97 | / fn get_placements_from_basis( Oct 10 22:44:11.812 INFO kablam! 98 | | rows: i32, Oct 10 22:44:11.812 INFO kablam! 99 | | cols: i32, Oct 10 22:44:11.812 INFO kablam! 100 | | basis_placements: Vec<(HashSet<(i32, i32)>, i32)>, Oct 10 22:44:11.813 INFO kablam! ... | Oct 10 22:44:11.814 INFO kablam! 119 | | placements Oct 10 22:44:11.814 INFO kablam! 120 | | } Oct 10 22:44:11.814 INFO kablam! | |_^ Oct 10 22:44:11.814 INFO kablam! Oct 10 22:44:11.814 INFO kablam! warning: function is never used: `print_placement` Oct 10 22:44:11.814 INFO kablam! --> src/main.rs:135:1 Oct 10 22:44:11.814 INFO kablam! | Oct 10 22:44:11.814 INFO kablam! 135 | fn print_placement(rows: i32, cols: i32, occupied_positions: &HashSet<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) { Oct 10 22:44:11.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:11.816 INFO kablam! Oct 10 22:44:11.816 INFO kablam! warning: function is never used: `solve_brute_force` Oct 10 22:44:11.816 INFO kablam! --> src/main.rs:150:1 Oct 10 22:44:11.816 INFO kablam! | Oct 10 22:44:11.816 INFO kablam! 150 | fn solve_brute_force(rows: i32, cols: i32, blocked_positions: &HashSet<(i32, i32)>) -> Vec> { Oct 10 22:44:11.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:11.816 INFO kablam! Oct 10 22:44:11.816 INFO kablam! warning: function is never used: `is_valid_placement` Oct 10 22:44:11.816 INFO kablam! --> src/main.rs:160:1 Oct 10 22:44:11.816 INFO kablam! | Oct 10 22:44:11.816 INFO kablam! 160 | fn is_valid_placement(rows: i32, cols: i32, positions: &Vec<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) -> bool { Oct 10 22:44:11.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:11.816 INFO kablam! Oct 10 22:44:11.816 INFO kablam! warning: function is never used: `is_valid_path` Oct 10 22:44:11.816 INFO kablam! --> src/main.rs:331:1 Oct 10 22:44:11.816 INFO kablam! | Oct 10 22:44:11.816 INFO kablam! 331 | fn is_valid_path(path: Vec<(i32, i32)>, occupied_positions: &HashSet<(i32, i32)>, blocked_positions: &HashSet<(i32, i32)>) -> bool { Oct 10 22:44:11.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:11.816 INFO kablam! Oct 10 22:44:11.816 INFO kablam! warning: function is never used: `enumerate_placements` Oct 10 22:44:11.816 INFO kablam! --> src/main.rs:342:1 Oct 10 22:44:11.816 INFO kablam! | Oct 10 22:44:11.816 INFO kablam! 342 | fn enumerate_placements(rows: i32, cols: i32, max_queens: i32) -> Vec> { Oct 10 22:44:11.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:11.816 INFO kablam! Oct 10 22:44:11.817 INFO kablam! warning: function is never used: `num_to_coord` Oct 10 22:44:11.817 INFO kablam! --> src/main.rs:359:1 Oct 10 22:44:11.817 INFO kablam! | Oct 10 22:44:11.817 INFO kablam! 359 | fn num_to_coord(cols: i32, num: i32) -> (i32, i32) { Oct 10 22:44:11.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:11.817 INFO kablam! Oct 10 22:44:11.817 INFO kablam! warning: function is never used: `get_choose_set` Oct 10 22:44:11.817 INFO kablam! --> src/main.rs:363:1 Oct 10 22:44:11.817 INFO kablam! | Oct 10 22:44:11.817 INFO kablam! 363 | fn get_choose_set(start: i32, end: i32, num: i32) -> Vec> { Oct 10 22:44:11.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:44:11.817 INFO kablam! Oct 10 22:44:12.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.41s Oct 10 22:44:12.292 INFO kablam! su: No module specific data is present Oct 10 22:44:13.676 INFO running `"docker" "rm" "-f" "76b4aa5328f0f2440d78d3fb2a9eb0050bd948d0b89e292a8a637b8d6418aa93"` Oct 10 22:44:14.060 INFO blam! 76b4aa5328f0f2440d78d3fb2a9eb0050bd948d0b89e292a8a637b8d6418aa93 Oct 10 22:44:14.076 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:44:14.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:44:14.547 INFO blam! 26c08f2e986520233449d2cdb3b22084196c274c677201011a658647b850817f Oct 10 22:44:14.549 INFO running `"docker" "start" "-a" "26c08f2e986520233449d2cdb3b22084196c274c677201011a658647b850817f"` Oct 10 22:44:16.687 INFO kablam! usermod: no changes Oct 10 22:44:16.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 22:44:16.784 INFO kablam! Running /target/debug/deps/queens_on_board-199a7f6b3ef1c498 Oct 10 22:44:16.788 INFO blam! Oct 10 22:44:16.788 INFO blam! running 0 tests Oct 10 22:44:16.788 INFO blam! Oct 10 22:44:16.788 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:44:16.788 INFO blam! Oct 10 22:44:16.788 INFO kablam! su: No module specific data is present Oct 10 22:44:18.165 INFO running `"docker" "rm" "-f" "26c08f2e986520233449d2cdb3b22084196c274c677201011a658647b850817f"` Oct 10 22:44:18.549 INFO blam! 26c08f2e986520233449d2cdb3b22084196c274c677201011a658647b850817f