Oct 10 20:06:19.308 INFO testing kirillkh/xword_constructor against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:06:19.308 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:06:19.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 20:06:19.707 INFO blam! cf9b6832a7a21de354243a55d969a7279951146fbae8a6beab54009b3c4c82d2 Oct 10 20:06:19.713 INFO running `"docker" "start" "-a" "cf9b6832a7a21de354243a55d969a7279951146fbae8a6beab54009b3c4c82d2"` Oct 10 20:06:20.592 INFO kablam! usermod: no changes Oct 10 20:06:20.701 INFO kablam! Compiling libc v0.2.8 Oct 10 20:06:20.702 INFO kablam! Compiling ndarray v0.6.8 Oct 10 20:06:20.702 INFO kablam! Compiling mempool v0.2.0 Oct 10 20:06:20.702 INFO kablam! Compiling regex-syntax v0.3.1 Oct 10 20:06:20.702 INFO kablam! Compiling matrixmultiply v0.1.11 Oct 10 20:06:22.931 INFO kablam! Compiling memchr v0.1.10 Oct 10 20:06:22.933 INFO kablam! Compiling rand v0.3.14 Oct 10 20:06:24.704 INFO kablam! Compiling aho-corasick v0.5.1 Oct 10 20:06:29.417 INFO kablam! Compiling regex v0.1.61 Oct 10 20:06:34.540 INFO kablam! Compiling xword_constructor v0.2.1 (/source) Oct 10 20:06:35.788 INFO kablam! warning: unused macro definition Oct 10 20:06:35.788 INFO kablam! --> src/common.rs:524:1 Oct 10 20:06:35.788 INFO kablam! | Oct 10 20:06:35.788 INFO kablam! 524 | / macro_rules! if_let { Oct 10 20:06:35.788 INFO kablam! 525 | | ($x:pat = $e:expr => $a:block else $b:block) => {{ Oct 10 20:06:35.788 INFO kablam! 526 | | let opt_value = if let $x = $e { Oct 10 20:06:35.788 INFO kablam! 527 | | Some($a) Oct 10 20:06:35.788 INFO kablam! ... | Oct 10 20:06:35.788 INFO kablam! 536 | | }} Oct 10 20:06:35.788 INFO kablam! 537 | | } Oct 10 20:06:35.788 INFO kablam! | |_^ Oct 10 20:06:35.788 INFO kablam! | Oct 10 20:06:35.788 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 20:06:35.788 INFO kablam! Oct 10 20:06:35.792 INFO kablam! warning: unused import: `fnv::FnvHashSet` Oct 10 20:06:35.792 INFO kablam! --> src/global2/variant_grid/compat_map.rs:5:5 Oct 10 20:06:35.792 INFO kablam! | Oct 10 20:06:35.792 INFO kablam! 5 | use fnv::FnvHashSet; Oct 10 20:06:35.792 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:06:35.792 INFO kablam! | Oct 10 20:06:35.792 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:06:35.792 INFO kablam! Oct 10 20:06:35.792 INFO kablam! warning: unused imports: `max`, `min` Oct 10 20:06:35.792 INFO kablam! --> src/global2/variant_grid/mod.rs:13:16 Oct 10 20:06:35.792 INFO kablam! | Oct 10 20:06:35.792 INFO kablam! 13 | use std::cmp::{max, min}; Oct 10 20:06:35.792 INFO kablam! | ^^^ ^^^ Oct 10 20:06:35.792 INFO kablam! Oct 10 20:06:36.090 INFO kablam! warning: type annotations needed Oct 10 20:06:36.091 INFO kablam! --> src/global2/weighted_selection_tree.rs:59:38 Oct 10 20:06:36.091 INFO kablam! | Oct 10 20:06:36.092 INFO kablam! 59 | ptr::write(nodes_ptr.offset(i as isize), node); Oct 10 20:06:36.092 INFO kablam! | ^^^^^^ Oct 10 20:06:36.104 INFO kablam! | Oct 10 20:06:36.104 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 10 20:06:36.104 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 10 20:06:36.104 INFO kablam! = note: for more information, see issue #46906 Oct 10 20:06:36.104 INFO kablam! Oct 10 20:06:36.188 INFO kablam! warning: type annotations needed Oct 10 20:06:36.188 INFO kablam! --> src/global2/weighted_selection_tree.rs:615:47 Oct 10 20:06:36.188 INFO kablam! | Oct 10 20:06:36.188 INFO kablam! 615 | let rm_ptr = unsafe { removed_ptr.offset(iremoved as isize) }; Oct 10 20:06:36.188 INFO kablam! | ^^^^^^ Oct 10 20:06:36.188 INFO kablam! | Oct 10 20:06:36.188 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 10 20:06:36.188 INFO kablam! = note: for more information, see issue #46906 Oct 10 20:06:36.188 INFO kablam! Oct 10 20:06:36.352 INFO kablam! warning: unused variable: `pid` Oct 10 20:06:36.352 INFO kablam! --> src/global2/variant_grid/compat_map.rs:16:17 Oct 10 20:06:36.352 INFO kablam! | Oct 10 20:06:36.352 INFO kablam! 16 | let pid = place.id; Oct 10 20:06:36.352 INFO kablam! | ^^^ help: consider using `_pid` instead Oct 10 20:06:36.352 INFO kablam! | Oct 10 20:06:36.352 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:06:36.352 INFO kablam! Oct 10 20:06:36.352 INFO kablam! warning: unused variable: `char_idx` Oct 10 20:06:36.352 INFO kablam! --> src/global2/variant_grid/mod.rs:154:51 Oct 10 20:06:36.352 INFO kablam! | Oct 10 20:06:36.352 INFO kablam! 154 | place.fold_positions_index((), |(), y, x, char_idx| { Oct 10 20:06:36.352 INFO kablam! | ^^^^^^^^ help: consider using `_char_idx` instead Oct 10 20:06:36.352 INFO kablam! Oct 10 20:06:36.536 INFO kablam! warning: variable does not need to be mutable Oct 10 20:06:36.536 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 10 20:06:36.536 INFO kablam! | Oct 10 20:06:36.536 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 10 20:06:36.536 INFO kablam! | ----^^^^ Oct 10 20:06:36.536 INFO kablam! | | Oct 10 20:06:36.536 INFO kablam! | help: remove this `mut` Oct 10 20:06:36.536 INFO kablam! | Oct 10 20:06:36.536 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:06:36.536 INFO kablam! Oct 10 20:06:36.536 INFO kablam! warning: variable does not need to be mutable Oct 10 20:06:36.536 INFO kablam! --> src/global2/variant_grid/mod.rs:256:21 Oct 10 20:06:36.536 INFO kablam! | Oct 10 20:06:36.536 INFO kablam! 256 | let mut entry2: &mut [usize] = self.entries.slice_unchecked_mut(swapped_id.0); Oct 10 20:06:36.536 INFO kablam! | ----^^^^^^ Oct 10 20:06:36.536 INFO kablam! | | Oct 10 20:06:36.536 INFO kablam! | help: remove this `mut` Oct 10 20:06:36.536 INFO kablam! Oct 10 20:06:36.536 INFO kablam! warning: variable does not need to be mutable Oct 10 20:06:36.536 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 10 20:06:36.537 INFO kablam! | Oct 10 20:06:36.537 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 10 20:06:36.537 INFO kablam! | ----^^^^ Oct 10 20:06:36.537 INFO kablam! | | Oct 10 20:06:36.537 INFO kablam! | help: remove this `mut` Oct 10 20:06:36.537 INFO kablam! Oct 10 20:06:36.541 INFO kablam! warning: method is never used: `tuple` Oct 10 20:06:36.541 INFO kablam! --> src/common.rs:27:2 Oct 10 20:06:36.541 INFO kablam! | Oct 10 20:06:36.541 INFO kablam! 27 | fn tuple(t: (dim, dim)) -> MatrixDim { MatrixDim(t.0, t.1) } Oct 10 20:06:36.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:36.541 INFO kablam! | Oct 10 20:06:36.541 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:06:36.541 INFO kablam! Oct 10 20:06:36.541 INFO kablam! warning: field is never used: `dic_arena` Oct 10 20:06:36.541 INFO kablam! --> src/common.rs:339:5 Oct 10 20:06:36.541 INFO kablam! | Oct 10 20:06:36.541 INFO kablam! 339 | dic_arena: SlicedArena, Oct 10 20:06:36.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:36.541 INFO kablam! Oct 10 20:06:36.541 INFO kablam! warning: function is never used: `filter_indices` Oct 10 20:06:36.541 INFO kablam! --> src/common.rs:487:1 Oct 10 20:06:36.541 INFO kablam! | Oct 10 20:06:36.541 INFO kablam! 487 | pub fn filter_indices (mut items: Vec, indices: &[usize]) -> (Vec, Vec) { Oct 10 20:06:36.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:36.541 INFO kablam! Oct 10 20:06:36.544 INFO kablam! warning: method is never used: `insert` Oct 10 20:06:36.544 INFO kablam! --> src/global2/weighted_selection_tree.rs:261:5 Oct 10 20:06:36.544 INFO kablam! | Oct 10 20:06:36.544 INFO kablam! 261 | pub fn insert(&mut self, k: K, it: It) -> Option { Oct 10 20:06:36.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:36.544 INFO kablam! Oct 10 20:06:36.544 INFO kablam! warning: method is never used: `leaves_count` Oct 10 20:06:36.544 INFO kablam! --> src/global2/weighted_selection_tree.rs:494:5 Oct 10 20:06:36.544 INFO kablam! | Oct 10 20:06:36.544 INFO kablam! 494 | fn leaves_count(&mut self, idx: NdIndex) -> usize { Oct 10 20:06:36.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:36.544 INFO kablam! Oct 10 20:06:36.544 INFO kablam! warning: method is never used: `score_at` Oct 10 20:06:36.544 INFO kablam! --> src/global2/weighted_selection_tree.rs:532:5 Oct 10 20:06:36.544 INFO kablam! | Oct 10 20:06:36.544 INFO kablam! 532 | fn score_at(&self, idx: NdIndex) -> f32 { Oct 10 20:06:36.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:36.544 INFO kablam! Oct 10 20:06:36.544 INFO kablam! warning: field is never used: `it` Oct 10 20:06:36.544 INFO kablam! --> src/global2/weighted_selection_tree.rs:647:5 Oct 10 20:06:36.544 INFO kablam! | Oct 10 20:06:36.544 INFO kablam! 647 | it: ScoredMove, Oct 10 20:06:36.544 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:06:36.544 INFO kablam! Oct 10 20:06:36.560 INFO kablam! warning: variable `Ts` should have a snake case name such as `ts` Oct 10 20:06:36.560 INFO kablam! --> src/global2/constructor2.rs:564:17 Oct 10 20:06:36.560 INFO kablam! | Oct 10 20:06:36.560 INFO kablam! 564 | let mut Ts: Vec = Vec::new(); Oct 10 20:06:36.560 INFO kablam! | ^^^^^^ Oct 10 20:06:36.560 INFO kablam! | Oct 10 20:06:36.560 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:06:36.560 INFO kablam! Oct 10 20:06:42.612 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.612 INFO kablam! --> src/bin/problem_gen.rs:13:15 Oct 10 20:06:42.612 INFO kablam! | Oct 10 20:06:42.612 INFO kablam! 13 | use ndarray::{OwnedArray, Axis, ArrayView}; Oct 10 20:06:42.612 INFO kablam! | ^^^^^^^^^^ Oct 10 20:06:42.612 INFO kablam! | Oct 10 20:06:42.612 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:06:42.612 INFO kablam! Oct 10 20:06:42.612 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.612 INFO kablam! --> src/bin/problem_gen.rs:22:20 Oct 10 20:06:42.612 INFO kablam! | Oct 10 20:06:42.612 INFO kablam! 22 | let mut templ: OwnedArray = parse(bytes); Oct 10 20:06:42.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:42.612 INFO kablam! Oct 10 20:06:42.612 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.613 INFO kablam! --> src/bin/problem_gen.rs:33:19 Oct 10 20:06:42.613 INFO kablam! | Oct 10 20:06:42.613 INFO kablam! 33 | fn print(filled: &OwnedArray) { Oct 10 20:06:42.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:42.613 INFO kablam! Oct 10 20:06:42.613 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.613 INFO kablam! --> src/bin/problem_gen.rs:43:21 Oct 10 20:06:42.613 INFO kablam! | Oct 10 20:06:42.613 INFO kablam! 43 | fn fill(templ: &mut OwnedArray) { Oct 10 20:06:42.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:42.613 INFO kablam! Oct 10 20:06:42.613 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.613 INFO kablam! --> src/bin/problem_gen.rs:59:28 Oct 10 20:06:42.613 INFO kablam! | Oct 10 20:06:42.613 INFO kablam! 59 | fn gen_problem(templ: &mut OwnedArray) -> Problem { Oct 10 20:06:42.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:42.613 INFO kablam! Oct 10 20:06:42.613 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.613 INFO kablam! --> src/bin/problem_gen.rs:63:47 Oct 10 20:06:42.613 INFO kablam! | Oct 10 20:06:42.613 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 10 20:06:42.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:42.613 INFO kablam! Oct 10 20:06:42.613 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.613 INFO kablam! --> src/bin/problem_gen.rs:63:17 Oct 10 20:06:42.613 INFO kablam! | Oct 10 20:06:42.613 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 10 20:06:42.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:42.613 INFO kablam! Oct 10 20:06:42.613 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.613 INFO kablam! --> src/bin/problem_gen.rs:175:29 Oct 10 20:06:42.613 INFO kablam! | Oct 10 20:06:42.613 INFO kablam! 175 | fn parse(bytes: Vec) -> OwnedArray { Oct 10 20:06:42.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:42.613 INFO kablam! Oct 10 20:06:42.613 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.613 INFO kablam! --> src/bin/problem_gen.rs:183:45 Oct 10 20:06:42.613 INFO kablam! | Oct 10 20:06:42.613 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 10 20:06:42.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:42.613 INFO kablam! Oct 10 20:06:42.613 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:42.613 INFO kablam! --> src/bin/problem_gen.rs:183:17 Oct 10 20:06:42.613 INFO kablam! | Oct 10 20:06:42.613 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 10 20:06:42.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:42.613 INFO kablam! Oct 10 20:06:45.722 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.10s Oct 10 20:06:45.748 INFO kablam! su: No module specific data is present Oct 10 20:06:46.552 INFO running `"docker" "rm" "-f" "cf9b6832a7a21de354243a55d969a7279951146fbae8a6beab54009b3c4c82d2"` Oct 10 20:06:46.790 INFO blam! cf9b6832a7a21de354243a55d969a7279951146fbae8a6beab54009b3c4c82d2 Oct 10 20:06:46.797 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:06:46.798 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 20:06:47.180 INFO blam! 9f34233a2046cf5887d01f5a86f9e052fa47abe97a31fed88b2b2e72ccedac20 Oct 10 20:06:47.188 INFO running `"docker" "start" "-a" "9f34233a2046cf5887d01f5a86f9e052fa47abe97a31fed88b2b2e72ccedac20"` Oct 10 20:06:49.484 INFO kablam! usermod: no changes Oct 10 20:06:49.556 INFO kablam! Compiling xword_constructor v0.2.1 (/source) Oct 10 20:06:51.749 INFO kablam! warning: unused macro definition Oct 10 20:06:51.749 INFO kablam! --> src/common.rs:524:1 Oct 10 20:06:51.750 INFO kablam! | Oct 10 20:06:51.750 INFO kablam! 524 | / macro_rules! if_let { Oct 10 20:06:51.750 INFO kablam! 525 | | ($x:pat = $e:expr => $a:block else $b:block) => {{ Oct 10 20:06:51.751 INFO kablam! 526 | | let opt_value = if let $x = $e { Oct 10 20:06:51.751 INFO kablam! 527 | | Some($a) Oct 10 20:06:51.751 INFO kablam! ... | Oct 10 20:06:51.752 INFO kablam! 536 | | }} Oct 10 20:06:51.752 INFO kablam! 537 | | } Oct 10 20:06:51.752 INFO kablam! | |_^ Oct 10 20:06:51.753 INFO kablam! | Oct 10 20:06:51.753 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 20:06:51.753 INFO kablam! Oct 10 20:06:51.753 INFO kablam! warning: unused import: `super::Orientation::*` Oct 10 20:06:51.754 INFO kablam! --> src/common.rs:723:6 Oct 10 20:06:51.754 INFO kablam! | Oct 10 20:06:51.754 INFO kablam! 723 | use super::Orientation::*; Oct 10 20:06:51.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:51.755 INFO kablam! | Oct 10 20:06:51.755 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:06:51.756 INFO kablam! Oct 10 20:06:51.763 INFO kablam! warning: unused import: `fnv::FnvHashSet` Oct 10 20:06:51.763 INFO kablam! --> src/global2/variant_grid/compat_map.rs:5:5 Oct 10 20:06:51.763 INFO kablam! | Oct 10 20:06:51.763 INFO kablam! 5 | use fnv::FnvHashSet; Oct 10 20:06:51.763 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 20:06:51.763 INFO kablam! Oct 10 20:06:51.772 INFO kablam! warning: unused imports: `max`, `min` Oct 10 20:06:51.773 INFO kablam! --> src/global2/variant_grid/mod.rs:13:16 Oct 10 20:06:51.773 INFO kablam! | Oct 10 20:06:51.773 INFO kablam! 13 | use std::cmp::{max, min}; Oct 10 20:06:51.773 INFO kablam! | ^^^ ^^^ Oct 10 20:06:51.776 INFO kablam! Oct 10 20:06:52.724 INFO kablam! warning: type annotations needed Oct 10 20:06:52.724 INFO kablam! --> src/global2/weighted_selection_tree.rs:59:38 Oct 10 20:06:52.724 INFO kablam! | Oct 10 20:06:52.724 INFO kablam! 59 | ptr::write(nodes_ptr.offset(i as isize), node); Oct 10 20:06:52.724 INFO kablam! | ^^^^^^ Oct 10 20:06:52.724 INFO kablam! | Oct 10 20:06:52.724 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 10 20:06:52.724 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 10 20:06:52.724 INFO kablam! = note: for more information, see issue #46906 Oct 10 20:06:52.724 INFO kablam! Oct 10 20:06:52.756 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:13:15 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 13 | use ndarray::{OwnedArray, Axis, ArrayView}; Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.757 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:22:20 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 22 | let mut templ: OwnedArray = parse(bytes); Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.757 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:33:19 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 33 | fn print(filled: &OwnedArray) { Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.757 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:43:21 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 43 | fn fill(templ: &mut OwnedArray) { Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.757 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:59:28 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 59 | fn gen_problem(templ: &mut OwnedArray) -> Problem { Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.757 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:63:47 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.757 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:63:17 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.757 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:175:29 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 175 | fn parse(bytes: Vec) -> OwnedArray { Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.757 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:183:45 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.757 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 10 20:06:52.757 INFO kablam! --> src/bin/problem_gen.rs:183:17 Oct 10 20:06:52.757 INFO kablam! | Oct 10 20:06:52.757 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 10 20:06:52.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:52.757 INFO kablam! Oct 10 20:06:52.812 INFO kablam! warning: type annotations needed Oct 10 20:06:52.812 INFO kablam! --> src/global2/weighted_selection_tree.rs:615:47 Oct 10 20:06:52.812 INFO kablam! | Oct 10 20:06:52.812 INFO kablam! 615 | let rm_ptr = unsafe { removed_ptr.offset(iremoved as isize) }; Oct 10 20:06:52.812 INFO kablam! | ^^^^^^ Oct 10 20:06:52.812 INFO kablam! | Oct 10 20:06:52.812 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 10 20:06:52.812 INFO kablam! = note: for more information, see issue #46906 Oct 10 20:06:52.812 INFO kablam! Oct 10 20:06:53.012 INFO kablam! warning: unused variable: `pid` Oct 10 20:06:53.012 INFO kablam! --> src/global2/variant_grid/compat_map.rs:16:17 Oct 10 20:06:53.012 INFO kablam! | Oct 10 20:06:53.012 INFO kablam! 16 | let pid = place.id; Oct 10 20:06:53.012 INFO kablam! | ^^^ help: consider using `_pid` instead Oct 10 20:06:53.012 INFO kablam! | Oct 10 20:06:53.012 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:06:53.012 INFO kablam! Oct 10 20:06:53.012 INFO kablam! warning: unused variable: `char_idx` Oct 10 20:06:53.012 INFO kablam! --> src/global2/variant_grid/mod.rs:154:51 Oct 10 20:06:53.012 INFO kablam! | Oct 10 20:06:53.012 INFO kablam! 154 | place.fold_positions_index((), |(), y, x, char_idx| { Oct 10 20:06:53.012 INFO kablam! | ^^^^^^^^ help: consider using `_char_idx` instead Oct 10 20:06:53.012 INFO kablam! Oct 10 20:06:53.620 INFO kablam! warning: variable does not need to be mutable Oct 10 20:06:53.620 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 10 20:06:53.620 INFO kablam! | Oct 10 20:06:53.620 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 10 20:06:53.620 INFO kablam! | ----^^^^ Oct 10 20:06:53.620 INFO kablam! | | Oct 10 20:06:53.620 INFO kablam! | help: remove this `mut` Oct 10 20:06:53.620 INFO kablam! | Oct 10 20:06:53.620 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:06:53.620 INFO kablam! Oct 10 20:06:53.620 INFO kablam! warning: variable does not need to be mutable Oct 10 20:06:53.620 INFO kablam! --> src/global2/variant_grid/mod.rs:256:21 Oct 10 20:06:53.620 INFO kablam! | Oct 10 20:06:53.620 INFO kablam! 256 | let mut entry2: &mut [usize] = self.entries.slice_unchecked_mut(swapped_id.0); Oct 10 20:06:53.620 INFO kablam! | ----^^^^^^ Oct 10 20:06:53.620 INFO kablam! | | Oct 10 20:06:53.620 INFO kablam! | help: remove this `mut` Oct 10 20:06:53.620 INFO kablam! Oct 10 20:06:53.620 INFO kablam! warning: variable does not need to be mutable Oct 10 20:06:53.620 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 10 20:06:53.620 INFO kablam! | Oct 10 20:06:53.621 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 10 20:06:53.621 INFO kablam! | ----^^^^ Oct 10 20:06:53.621 INFO kablam! | | Oct 10 20:06:53.621 INFO kablam! | help: remove this `mut` Oct 10 20:06:53.621 INFO kablam! Oct 10 20:06:53.635 INFO kablam! warning: method is never used: `tuple` Oct 10 20:06:53.635 INFO kablam! --> src/common.rs:27:2 Oct 10 20:06:53.635 INFO kablam! | Oct 10 20:06:53.635 INFO kablam! 27 | fn tuple(t: (dim, dim)) -> MatrixDim { MatrixDim(t.0, t.1) } Oct 10 20:06:53.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:53.635 INFO kablam! | Oct 10 20:06:53.635 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:06:53.635 INFO kablam! Oct 10 20:06:53.635 INFO kablam! warning: field is never used: `dic_arena` Oct 10 20:06:53.635 INFO kablam! --> src/common.rs:339:5 Oct 10 20:06:53.635 INFO kablam! | Oct 10 20:06:53.635 INFO kablam! 339 | dic_arena: SlicedArena, Oct 10 20:06:53.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:53.635 INFO kablam! Oct 10 20:06:53.635 INFO kablam! warning: function is never used: `filter_indices` Oct 10 20:06:53.635 INFO kablam! --> src/common.rs:487:1 Oct 10 20:06:53.635 INFO kablam! | Oct 10 20:06:53.635 INFO kablam! 487 | pub fn filter_indices (mut items: Vec, indices: &[usize]) -> (Vec, Vec) { Oct 10 20:06:53.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:53.635 INFO kablam! Oct 10 20:06:53.636 INFO kablam! warning: method is never used: `insert` Oct 10 20:06:53.636 INFO kablam! --> src/global2/weighted_selection_tree.rs:261:5 Oct 10 20:06:53.636 INFO kablam! | Oct 10 20:06:53.636 INFO kablam! 261 | pub fn insert(&mut self, k: K, it: It) -> Option { Oct 10 20:06:53.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:53.636 INFO kablam! Oct 10 20:06:53.636 INFO kablam! warning: method is never used: `leaves_count` Oct 10 20:06:53.636 INFO kablam! --> src/global2/weighted_selection_tree.rs:494:5 Oct 10 20:06:53.636 INFO kablam! | Oct 10 20:06:53.636 INFO kablam! 494 | fn leaves_count(&mut self, idx: NdIndex) -> usize { Oct 10 20:06:53.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:53.636 INFO kablam! Oct 10 20:06:53.637 INFO kablam! warning: method is never used: `score_at` Oct 10 20:06:53.637 INFO kablam! --> src/global2/weighted_selection_tree.rs:532:5 Oct 10 20:06:53.637 INFO kablam! | Oct 10 20:06:53.637 INFO kablam! 532 | fn score_at(&self, idx: NdIndex) -> f32 { Oct 10 20:06:53.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:06:53.637 INFO kablam! Oct 10 20:06:53.640 INFO kablam! warning: field is never used: `it` Oct 10 20:06:53.640 INFO kablam! --> src/global2/weighted_selection_tree.rs:647:5 Oct 10 20:06:53.640 INFO kablam! | Oct 10 20:06:53.640 INFO kablam! 647 | it: ScoredMove, Oct 10 20:06:53.640 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 20:06:53.640 INFO kablam! Oct 10 20:06:53.676 INFO kablam! warning: variable `Ts` should have a snake case name such as `ts` Oct 10 20:06:53.676 INFO kablam! --> src/global2/constructor2.rs:564:17 Oct 10 20:06:53.676 INFO kablam! | Oct 10 20:06:53.676 INFO kablam! 564 | let mut Ts: Vec = Vec::new(); Oct 10 20:06:53.676 INFO kablam! | ^^^^^^ Oct 10 20:06:53.676 INFO kablam! | Oct 10 20:06:53.676 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 20:06:53.676 INFO kablam! Oct 10 20:06:55.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.31s Oct 10 20:06:55.850 INFO kablam! su: No module specific data is present Oct 10 20:06:57.093 INFO running `"docker" "rm" "-f" "9f34233a2046cf5887d01f5a86f9e052fa47abe97a31fed88b2b2e72ccedac20"` Oct 10 20:06:57.460 INFO blam! 9f34233a2046cf5887d01f5a86f9e052fa47abe97a31fed88b2b2e72ccedac20 Oct 10 20:06:57.462 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:06:57.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 20:06:57.891 INFO blam! 31ed9961c6776194b67f5d46a179740b0da5a26c169c54c56bac070f8ec0aa15 Oct 10 20:06:57.893 INFO running `"docker" "start" "-a" "31ed9961c6776194b67f5d46a179740b0da5a26c169c54c56bac070f8ec0aa15"` Oct 10 20:07:00.028 INFO kablam! usermod: no changes Oct 10 20:07:00.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 20:07:00.140 INFO kablam! Running /target/debug/deps/xword-7dbc6ebcdfc591d0 Oct 10 20:07:00.156 INFO blam! Oct 10 20:07:00.156 INFO blam! running 10 tests Oct 10 20:07:00.192 INFO blam! test common::orientation_tests::alignment_tests ... ok Oct 10 20:07:00.192 INFO blam! test common::placement_tests::compat_intersection ... ok Oct 10 20:07:00.192 INFO blam! test common::placement_tests::incompat_adjacent ... ok Oct 10 20:07:00.192 INFO blam! test global2::weighted_selection_tree::tests::test_levels ... ok Oct 10 20:07:00.193 INFO blam! test global2::weighted_selection_tree::tests::test_new ... ok Oct 10 20:07:00.193 INFO blam! test common::placement_tests::incompat_overlap ... ok Oct 10 20:07:00.200 INFO blam! test global2::weighted_selection_tree::tests::test_remove_bulk ... ok Oct 10 20:07:00.212 INFO blam! test common::placement_tests::incompat_intersection ... ok Oct 10 20:07:00.212 INFO blam! test common::placement_tests::compat_corners ... ok Oct 10 20:07:00.467 INFO blam! test global2::weighted_selection_tree::tests::remove_bulk_bench ... ok Oct 10 20:07:00.467 INFO blam! Oct 10 20:07:00.467 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:07:00.467 INFO blam! Oct 10 20:07:00.468 INFO kablam! Running /target/debug/deps/probgen-7af6257faad428da Oct 10 20:07:00.478 INFO blam! Oct 10 20:07:00.478 INFO blam! running 0 tests Oct 10 20:07:00.478 INFO blam! Oct 10 20:07:00.479 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:07:00.479 INFO blam! Oct 10 20:07:00.480 INFO kablam! Running /target/debug/deps/xword-203882ddba36c35b Oct 10 20:07:00.487 INFO blam! Oct 10 20:07:00.487 INFO blam! running 1 test Oct 10 20:07:00.488 INFO blam! test placement_tests::placement_ids_are_nat ... ok Oct 10 20:07:00.488 INFO kablam! Doc-tests xword Oct 10 20:07:00.488 INFO blam! Oct 10 20:07:00.488 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:07:00.488 INFO blam! Oct 10 20:07:02.507 INFO blam! Oct 10 20:07:02.507 INFO blam! running 0 tests Oct 10 20:07:02.507 INFO blam! Oct 10 20:07:02.508 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:07:02.508 INFO blam! Oct 10 20:07:02.516 INFO kablam! su: No module specific data is present Oct 10 20:07:04.064 INFO running `"docker" "rm" "-f" "31ed9961c6776194b67f5d46a179740b0da5a26c169c54c56bac070f8ec0aa15"` Oct 10 20:07:04.352 INFO blam! 31ed9961c6776194b67f5d46a179740b0da5a26c169c54c56bac070f8ec0aa15