Oct 14 15:02:16.742 INFO testing kirillkh/xword_constructor against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:02:16.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15:02:17.035 INFO blam! f0d88f338c8c19f696c47cc9edf28377b830948acecb42cd8a2a5523fc235bff Oct 14 15:02:17.036 INFO running `"docker" "start" "-a" "f0d88f338c8c19f696c47cc9edf28377b830948acecb42cd8a2a5523fc235bff"` Oct 14 15:02:17.724 INFO kablam! usermod: no changes Oct 14 15:02:17.846 INFO kablam! Compiling ndarray v0.6.8 Oct 14 15:02:17.846 INFO kablam! Compiling either v1.0.1 Oct 14 15:02:17.846 INFO kablam! Compiling mempool v0.2.0 Oct 14 15:02:17.846 INFO kablam! Compiling regex-syntax v0.3.1 Oct 14 15:02:17.846 INFO kablam! Compiling bit-vec v0.4.3 Oct 14 15:02:17.846 INFO kablam! Compiling matrixmultiply v0.1.11 Oct 14 15:02:17.846 INFO kablam! Compiling memchr v0.1.10 Oct 14 15:02:17.846 INFO kablam! Compiling rand v0.3.14 Oct 14 15:02:18.987 INFO kablam! Compiling num-complex v0.1.35 Oct 14 15:02:19.002 INFO kablam! Compiling itertools v0.5.5 Oct 14 15:02:19.019 INFO kablam! Compiling aho-corasick v0.5.1 Oct 14 15:02:19.741 INFO kablam! Compiling bit-set v0.4.0 Oct 14 15:02:24.167 INFO kablam! Compiling regex v0.1.61 Oct 14 15:02:29.303 INFO kablam! Compiling xword_constructor v0.2.1 (/source) Oct 14 15:02:29.603 INFO kablam! warning: unused macro definition Oct 14 15:02:29.603 INFO kablam! --> src/common.rs:524:1 Oct 14 15:02:29.604 INFO kablam! | Oct 14 15:02:29.604 INFO kablam! 524 | / macro_rules! if_let { Oct 14 15:02:29.604 INFO kablam! 525 | | ($x:pat = $e:expr => $a:block else $b:block) => {{ Oct 14 15:02:29.604 INFO kablam! 526 | | let opt_value = if let $x = $e { Oct 14 15:02:29.605 INFO kablam! 527 | | Some($a) Oct 14 15:02:29.605 INFO kablam! ... | Oct 14 15:02:29.605 INFO kablam! 536 | | }} Oct 14 15:02:29.605 INFO kablam! 537 | | } Oct 14 15:02:29.606 INFO kablam! | |_^ Oct 14 15:02:29.606 INFO kablam! | Oct 14 15:02:29.606 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 15:02:29.606 INFO kablam! Oct 14 15:02:29.607 INFO kablam! warning: unused import: `fnv::FnvHashSet` Oct 14 15:02:29.607 INFO kablam! --> src/global2/variant_grid/compat_map.rs:5:5 Oct 14 15:02:29.607 INFO kablam! | Oct 14 15:02:29.608 INFO kablam! 5 | use fnv::FnvHashSet; Oct 14 15:02:29.608 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:02:29.608 INFO kablam! | Oct 14 15:02:29.608 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:02:29.609 INFO kablam! Oct 14 15:02:29.609 INFO kablam! warning: unused imports: `max`, `min` Oct 14 15:02:29.609 INFO kablam! --> src/global2/variant_grid/mod.rs:13:16 Oct 14 15:02:29.609 INFO kablam! | Oct 14 15:02:29.609 INFO kablam! 13 | use std::cmp::{max, min}; Oct 14 15:02:29.610 INFO kablam! | ^^^ ^^^ Oct 14 15:02:29.610 INFO kablam! Oct 14 15:02:29.883 INFO kablam! warning: type annotations needed Oct 14 15:02:29.883 INFO kablam! --> src/global2/weighted_selection_tree.rs:59:38 Oct 14 15:02:29.883 INFO kablam! | Oct 14 15:02:29.883 INFO kablam! 59 | ptr::write(nodes_ptr.offset(i as isize), node); Oct 14 15:02:29.883 INFO kablam! | ^^^^^^ Oct 14 15:02:29.883 INFO kablam! | Oct 14 15:02:29.883 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 15:02:29.883 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 14 15:02:29.883 INFO kablam! = note: for more information, see issue #46906 Oct 14 15:02:29.883 INFO kablam! Oct 14 15:02:29.963 INFO kablam! warning: type annotations needed Oct 14 15:02:29.963 INFO kablam! --> src/global2/weighted_selection_tree.rs:615:47 Oct 14 15:02:29.963 INFO kablam! | Oct 14 15:02:29.963 INFO kablam! 615 | let rm_ptr = unsafe { removed_ptr.offset(iremoved as isize) }; Oct 14 15:02:29.963 INFO kablam! | ^^^^^^ Oct 14 15:02:29.963 INFO kablam! | Oct 14 15:02:29.963 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 14 15:02:29.963 INFO kablam! = note: for more information, see issue #46906 Oct 14 15:02:29.963 INFO kablam! Oct 14 15:02:30.116 INFO kablam! warning: unused variable: `pid` Oct 14 15:02:30.116 INFO kablam! --> src/global2/variant_grid/compat_map.rs:16:17 Oct 14 15:02:30.116 INFO kablam! | Oct 14 15:02:30.116 INFO kablam! 16 | let pid = place.id; Oct 14 15:02:30.116 INFO kablam! | ^^^ help: consider using `_pid` instead Oct 14 15:02:30.117 INFO kablam! | Oct 14 15:02:30.117 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:02:30.117 INFO kablam! Oct 14 15:02:30.117 INFO kablam! warning: unused variable: `char_idx` Oct 14 15:02:30.117 INFO kablam! --> src/global2/variant_grid/mod.rs:154:51 Oct 14 15:02:30.117 INFO kablam! | Oct 14 15:02:30.117 INFO kablam! 154 | place.fold_positions_index((), |(), y, x, char_idx| { Oct 14 15:02:30.117 INFO kablam! | ^^^^^^^^ help: consider using `_char_idx` instead Oct 14 15:02:30.117 INFO kablam! Oct 14 15:02:30.307 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:30.307 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 14 15:02:30.307 INFO kablam! | Oct 14 15:02:30.307 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 14 15:02:30.307 INFO kablam! | ----^^^^ Oct 14 15:02:30.307 INFO kablam! | | Oct 14 15:02:30.307 INFO kablam! | help: remove this `mut` Oct 14 15:02:30.307 INFO kablam! | Oct 14 15:02:30.307 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:02:30.307 INFO kablam! Oct 14 15:02:30.307 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:30.307 INFO kablam! --> src/global2/variant_grid/mod.rs:256:21 Oct 14 15:02:30.307 INFO kablam! | Oct 14 15:02:30.307 INFO kablam! 256 | let mut entry2: &mut [usize] = self.entries.slice_unchecked_mut(swapped_id.0); Oct 14 15:02:30.307 INFO kablam! | ----^^^^^^ Oct 14 15:02:30.307 INFO kablam! | | Oct 14 15:02:30.307 INFO kablam! | help: remove this `mut` Oct 14 15:02:30.307 INFO kablam! Oct 14 15:02:30.307 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:30.307 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 14 15:02:30.307 INFO kablam! | Oct 14 15:02:30.307 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 14 15:02:30.307 INFO kablam! | ----^^^^ Oct 14 15:02:30.307 INFO kablam! | | Oct 14 15:02:30.307 INFO kablam! | help: remove this `mut` Oct 14 15:02:30.307 INFO kablam! Oct 14 15:02:30.319 INFO kablam! warning: method is never used: `tuple` Oct 14 15:02:30.319 INFO kablam! --> src/common.rs:27:2 Oct 14 15:02:30.319 INFO kablam! | Oct 14 15:02:30.319 INFO kablam! 27 | fn tuple(t: (dim, dim)) -> MatrixDim { MatrixDim(t.0, t.1) } Oct 14 15:02:30.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:30.319 INFO kablam! | Oct 14 15:02:30.319 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:02:30.319 INFO kablam! Oct 14 15:02:30.319 INFO kablam! warning: field is never used: `dic_arena` Oct 14 15:02:30.319 INFO kablam! --> src/common.rs:339:5 Oct 14 15:02:30.319 INFO kablam! | Oct 14 15:02:30.319 INFO kablam! 339 | dic_arena: SlicedArena, Oct 14 15:02:30.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:30.319 INFO kablam! Oct 14 15:02:30.319 INFO kablam! warning: function is never used: `filter_indices` Oct 14 15:02:30.319 INFO kablam! --> src/common.rs:487:1 Oct 14 15:02:30.319 INFO kablam! | Oct 14 15:02:30.319 INFO kablam! 487 | pub fn filter_indices (mut items: Vec, indices: &[usize]) -> (Vec, Vec) { Oct 14 15:02:30.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:30.319 INFO kablam! Oct 14 15:02:30.319 INFO kablam! warning: method is never used: `insert` Oct 14 15:02:30.319 INFO kablam! --> src/global2/weighted_selection_tree.rs:261:5 Oct 14 15:02:30.319 INFO kablam! | Oct 14 15:02:30.319 INFO kablam! 261 | pub fn insert(&mut self, k: K, it: It) -> Option { Oct 14 15:02:30.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:30.319 INFO kablam! Oct 14 15:02:30.319 INFO kablam! warning: method is never used: `leaves_count` Oct 14 15:02:30.319 INFO kablam! --> src/global2/weighted_selection_tree.rs:494:5 Oct 14 15:02:30.319 INFO kablam! | Oct 14 15:02:30.319 INFO kablam! 494 | fn leaves_count(&mut self, idx: NdIndex) -> usize { Oct 14 15:02:30.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:30.319 INFO kablam! Oct 14 15:02:30.319 INFO kablam! warning: method is never used: `score_at` Oct 14 15:02:30.319 INFO kablam! --> src/global2/weighted_selection_tree.rs:532:5 Oct 14 15:02:30.319 INFO kablam! | Oct 14 15:02:30.319 INFO kablam! 532 | fn score_at(&self, idx: NdIndex) -> f32 { Oct 14 15:02:30.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:30.319 INFO kablam! Oct 14 15:02:30.319 INFO kablam! warning: field is never used: `it` Oct 14 15:02:30.319 INFO kablam! --> src/global2/weighted_selection_tree.rs:647:5 Oct 14 15:02:30.319 INFO kablam! | Oct 14 15:02:30.319 INFO kablam! 647 | it: ScoredMove, Oct 14 15:02:30.319 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:02:30.319 INFO kablam! Oct 14 15:02:30.339 INFO kablam! warning: variable `Ts` should have a snake case name such as `ts` Oct 14 15:02:30.339 INFO kablam! --> src/global2/constructor2.rs:564:17 Oct 14 15:02:30.339 INFO kablam! | Oct 14 15:02:30.339 INFO kablam! 564 | let mut Ts: Vec = Vec::new(); Oct 14 15:02:30.339 INFO kablam! | ^^^^^^ Oct 14 15:02:30.339 INFO kablam! | Oct 14 15:02:30.339 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:02:30.339 INFO kablam! Oct 14 15:02:33.583 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.583 INFO kablam! --> src/bin/problem_gen.rs:13:15 Oct 14 15:02:33.583 INFO kablam! | Oct 14 15:02:33.583 INFO kablam! 13 | use ndarray::{OwnedArray, Axis, ArrayView}; Oct 14 15:02:33.583 INFO kablam! | ^^^^^^^^^^ Oct 14 15:02:33.583 INFO kablam! | Oct 14 15:02:33.583 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:02:33.583 INFO kablam! Oct 14 15:02:33.583 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.583 INFO kablam! --> src/bin/problem_gen.rs:22:20 Oct 14 15:02:33.583 INFO kablam! | Oct 14 15:02:33.583 INFO kablam! 22 | let mut templ: OwnedArray = parse(bytes); Oct 14 15:02:33.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.583 INFO kablam! Oct 14 15:02:33.591 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.591 INFO kablam! --> src/bin/problem_gen.rs:33:19 Oct 14 15:02:33.591 INFO kablam! | Oct 14 15:02:33.591 INFO kablam! 33 | fn print(filled: &OwnedArray) { Oct 14 15:02:33.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.591 INFO kablam! Oct 14 15:02:33.591 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.591 INFO kablam! --> src/bin/problem_gen.rs:43:21 Oct 14 15:02:33.591 INFO kablam! | Oct 14 15:02:33.591 INFO kablam! 43 | fn fill(templ: &mut OwnedArray) { Oct 14 15:02:33.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.591 INFO kablam! Oct 14 15:02:33.591 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.591 INFO kablam! --> src/bin/problem_gen.rs:59:28 Oct 14 15:02:33.591 INFO kablam! | Oct 14 15:02:33.591 INFO kablam! 59 | fn gen_problem(templ: &mut OwnedArray) -> Problem { Oct 14 15:02:33.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.591 INFO kablam! Oct 14 15:02:33.591 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.591 INFO kablam! --> src/bin/problem_gen.rs:63:47 Oct 14 15:02:33.591 INFO kablam! | Oct 14 15:02:33.591 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:33.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.591 INFO kablam! Oct 14 15:02:33.591 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.591 INFO kablam! --> src/bin/problem_gen.rs:63:17 Oct 14 15:02:33.591 INFO kablam! | Oct 14 15:02:33.591 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:33.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.591 INFO kablam! Oct 14 15:02:33.591 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.591 INFO kablam! --> src/bin/problem_gen.rs:175:29 Oct 14 15:02:33.591 INFO kablam! | Oct 14 15:02:33.591 INFO kablam! 175 | fn parse(bytes: Vec) -> OwnedArray { Oct 14 15:02:33.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.591 INFO kablam! Oct 14 15:02:33.591 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.591 INFO kablam! --> src/bin/problem_gen.rs:183:45 Oct 14 15:02:33.591 INFO kablam! | Oct 14 15:02:33.591 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:33.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.591 INFO kablam! Oct 14 15:02:33.591 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:33.591 INFO kablam! --> src/bin/problem_gen.rs:183:17 Oct 14 15:02:33.591 INFO kablam! | Oct 14 15:02:33.591 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:33.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.591 INFO kablam! Oct 14 15:02:36.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.61s Oct 14 15:02:36.390 INFO kablam! su: No module specific data is present Oct 14 15:02:36.964 INFO running `"docker" "rm" "-f" "f0d88f338c8c19f696c47cc9edf28377b830948acecb42cd8a2a5523fc235bff"` Oct 14 15:02:37.180 INFO blam! f0d88f338c8c19f696c47cc9edf28377b830948acecb42cd8a2a5523fc235bff Oct 14 15:02:37.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15:02:37.518 INFO blam! 4e950c5e180ae05f1bc07009052484739a4209c090f01e913ae39694c833893d Oct 14 15:02:37.521 INFO running `"docker" "start" "-a" "4e950c5e180ae05f1bc07009052484739a4209c090f01e913ae39694c833893d"` Oct 14 15:02:38.218 INFO kablam! usermod: no changes Oct 14 15:02:38.277 INFO kablam! Compiling xword_constructor v0.2.1 (/source) Oct 14 15:02:38.783 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.783 INFO kablam! --> src/bin/problem_gen.rs:13:15 Oct 14 15:02:38.783 INFO kablam! | Oct 14 15:02:38.783 INFO kablam! 13 | use ndarray::{OwnedArray, Axis, ArrayView}; Oct 14 15:02:38.783 INFO kablam! | ^^^^^^^^^^ Oct 14 15:02:38.783 INFO kablam! | Oct 14 15:02:38.783 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:02:38.783 INFO kablam! Oct 14 15:02:38.783 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.783 INFO kablam! --> src/bin/problem_gen.rs:22:20 Oct 14 15:02:38.783 INFO kablam! | Oct 14 15:02:38.783 INFO kablam! 22 | let mut templ: OwnedArray = parse(bytes); Oct 14 15:02:38.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.783 INFO kablam! Oct 14 15:02:38.783 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.783 INFO kablam! --> src/bin/problem_gen.rs:33:19 Oct 14 15:02:38.783 INFO kablam! | Oct 14 15:02:38.783 INFO kablam! 33 | fn print(filled: &OwnedArray) { Oct 14 15:02:38.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.783 INFO kablam! Oct 14 15:02:38.783 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.783 INFO kablam! --> src/bin/problem_gen.rs:43:21 Oct 14 15:02:38.783 INFO kablam! | Oct 14 15:02:38.783 INFO kablam! 43 | fn fill(templ: &mut OwnedArray) { Oct 14 15:02:38.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.783 INFO kablam! Oct 14 15:02:38.783 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.783 INFO kablam! --> src/bin/problem_gen.rs:59:28 Oct 14 15:02:38.783 INFO kablam! | Oct 14 15:02:38.783 INFO kablam! 59 | fn gen_problem(templ: &mut OwnedArray) -> Problem { Oct 14 15:02:38.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.783 INFO kablam! Oct 14 15:02:38.783 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.783 INFO kablam! --> src/bin/problem_gen.rs:63:47 Oct 14 15:02:38.783 INFO kablam! | Oct 14 15:02:38.783 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:38.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.783 INFO kablam! Oct 14 15:02:38.784 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.784 INFO kablam! --> src/bin/problem_gen.rs:63:17 Oct 14 15:02:38.784 INFO kablam! | Oct 14 15:02:38.784 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:38.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.784 INFO kablam! Oct 14 15:02:38.784 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.784 INFO kablam! --> src/bin/problem_gen.rs:175:29 Oct 14 15:02:38.784 INFO kablam! | Oct 14 15:02:38.784 INFO kablam! 175 | fn parse(bytes: Vec) -> OwnedArray { Oct 14 15:02:38.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.784 INFO kablam! Oct 14 15:02:38.784 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.784 INFO kablam! --> src/bin/problem_gen.rs:183:45 Oct 14 15:02:38.784 INFO kablam! | Oct 14 15:02:38.784 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:38.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.784 INFO kablam! Oct 14 15:02:38.784 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:38.784 INFO kablam! --> src/bin/problem_gen.rs:183:17 Oct 14 15:02:38.784 INFO kablam! | Oct 14 15:02:38.784 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:38.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.784 INFO kablam! Oct 14 15:02:38.799 INFO kablam! warning: unused macro definition Oct 14 15:02:38.799 INFO kablam! --> src/common.rs:524:1 Oct 14 15:02:38.799 INFO kablam! | Oct 14 15:02:38.799 INFO kablam! 524 | / macro_rules! if_let { Oct 14 15:02:38.799 INFO kablam! 525 | | ($x:pat = $e:expr => $a:block else $b:block) => {{ Oct 14 15:02:38.799 INFO kablam! 526 | | let opt_value = if let $x = $e { Oct 14 15:02:38.799 INFO kablam! 527 | | Some($a) Oct 14 15:02:38.799 INFO kablam! ... | Oct 14 15:02:38.799 INFO kablam! 536 | | }} Oct 14 15:02:38.799 INFO kablam! 537 | | } Oct 14 15:02:38.799 INFO kablam! | |_^ Oct 14 15:02:38.799 INFO kablam! | Oct 14 15:02:38.799 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 15:02:38.799 INFO kablam! Oct 14 15:02:38.799 INFO kablam! warning: unused import: `super::Orientation::*` Oct 14 15:02:38.799 INFO kablam! --> src/common.rs:723:6 Oct 14 15:02:38.799 INFO kablam! | Oct 14 15:02:38.799 INFO kablam! 723 | use super::Orientation::*; Oct 14 15:02:38.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:38.799 INFO kablam! | Oct 14 15:02:38.799 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:02:38.799 INFO kablam! Oct 14 15:02:38.807 INFO kablam! warning: unused import: `fnv::FnvHashSet` Oct 14 15:02:38.807 INFO kablam! --> src/global2/variant_grid/compat_map.rs:5:5 Oct 14 15:02:38.807 INFO kablam! | Oct 14 15:02:38.807 INFO kablam! 5 | use fnv::FnvHashSet; Oct 14 15:02:38.807 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:02:38.807 INFO kablam! Oct 14 15:02:38.807 INFO kablam! warning: unused imports: `max`, `min` Oct 14 15:02:38.807 INFO kablam! --> src/global2/variant_grid/mod.rs:13:16 Oct 14 15:02:38.807 INFO kablam! | Oct 14 15:02:38.807 INFO kablam! 13 | use std::cmp::{max, min}; Oct 14 15:02:38.807 INFO kablam! | ^^^ ^^^ Oct 14 15:02:38.807 INFO kablam! Oct 14 15:02:39.376 INFO kablam! warning: type annotations needed Oct 14 15:02:39.376 INFO kablam! --> src/global2/weighted_selection_tree.rs:59:38 Oct 14 15:02:39.376 INFO kablam! | Oct 14 15:02:39.376 INFO kablam! 59 | ptr::write(nodes_ptr.offset(i as isize), node); Oct 14 15:02:39.376 INFO kablam! | ^^^^^^ Oct 14 15:02:39.376 INFO kablam! | Oct 14 15:02:39.376 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 15:02:39.376 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 14 15:02:39.376 INFO kablam! = note: for more information, see issue #46906 Oct 14 15:02:39.378 INFO kablam! Oct 14 15:02:39.507 INFO kablam! warning: type annotations needed Oct 14 15:02:39.508 INFO kablam! --> src/global2/weighted_selection_tree.rs:615:47 Oct 14 15:02:39.509 INFO kablam! | Oct 14 15:02:39.509 INFO kablam! 615 | let rm_ptr = unsafe { removed_ptr.offset(iremoved as isize) }; Oct 14 15:02:39.510 INFO kablam! | ^^^^^^ Oct 14 15:02:39.510 INFO kablam! | Oct 14 15:02:39.515 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 14 15:02:39.515 INFO kablam! = note: for more information, see issue #46906 Oct 14 15:02:39.516 INFO kablam! Oct 14 15:02:39.723 INFO kablam! warning: unused variable: `pid` Oct 14 15:02:39.723 INFO kablam! --> src/global2/variant_grid/compat_map.rs:16:17 Oct 14 15:02:39.723 INFO kablam! | Oct 14 15:02:39.723 INFO kablam! 16 | let pid = place.id; Oct 14 15:02:39.723 INFO kablam! | ^^^ help: consider using `_pid` instead Oct 14 15:02:39.724 INFO kablam! | Oct 14 15:02:39.724 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:02:39.724 INFO kablam! Oct 14 15:02:39.724 INFO kablam! warning: unused variable: `char_idx` Oct 14 15:02:39.724 INFO kablam! --> src/global2/variant_grid/mod.rs:154:51 Oct 14 15:02:39.724 INFO kablam! | Oct 14 15:02:39.724 INFO kablam! 154 | place.fold_positions_index((), |(), y, x, char_idx| { Oct 14 15:02:39.725 INFO kablam! | ^^^^^^^^ help: consider using `_char_idx` instead Oct 14 15:02:39.725 INFO kablam! Oct 14 15:02:39.979 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:39.980 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 14 15:02:39.980 INFO kablam! | Oct 14 15:02:39.980 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 14 15:02:39.981 INFO kablam! | ----^^^^ Oct 14 15:02:39.981 INFO kablam! | | Oct 14 15:02:39.981 INFO kablam! | help: remove this `mut` Oct 14 15:02:39.981 INFO kablam! | Oct 14 15:02:39.982 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:02:39.982 INFO kablam! Oct 14 15:02:39.982 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:39.982 INFO kablam! --> src/global2/variant_grid/mod.rs:256:21 Oct 14 15:02:39.983 INFO kablam! | Oct 14 15:02:39.983 INFO kablam! 256 | let mut entry2: &mut [usize] = self.entries.slice_unchecked_mut(swapped_id.0); Oct 14 15:02:39.983 INFO kablam! | ----^^^^^^ Oct 14 15:02:39.983 INFO kablam! | | Oct 14 15:02:39.984 INFO kablam! | help: remove this `mut` Oct 14 15:02:39.984 INFO kablam! Oct 14 15:02:39.984 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:39.984 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 14 15:02:39.985 INFO kablam! | Oct 14 15:02:39.985 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 14 15:02:39.985 INFO kablam! | ----^^^^ Oct 14 15:02:39.985 INFO kablam! | | Oct 14 15:02:39.986 INFO kablam! | help: remove this `mut` Oct 14 15:02:39.987 INFO kablam! Oct 14 15:02:39.987 INFO kablam! warning: method is never used: `tuple` Oct 14 15:02:39.987 INFO kablam! --> src/common.rs:27:2 Oct 14 15:02:39.988 INFO kablam! | Oct 14 15:02:39.988 INFO kablam! 27 | fn tuple(t: (dim, dim)) -> MatrixDim { MatrixDim(t.0, t.1) } Oct 14 15:02:39.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:39.988 INFO kablam! | Oct 14 15:02:39.989 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:02:39.989 INFO kablam! Oct 14 15:02:39.989 INFO kablam! warning: field is never used: `dic_arena` Oct 14 15:02:39.989 INFO kablam! --> src/common.rs:339:5 Oct 14 15:02:39.989 INFO kablam! | Oct 14 15:02:39.990 INFO kablam! 339 | dic_arena: SlicedArena, Oct 14 15:02:39.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:39.990 INFO kablam! Oct 14 15:02:39.991 INFO kablam! warning: function is never used: `filter_indices` Oct 14 15:02:39.991 INFO kablam! --> src/common.rs:487:1 Oct 14 15:02:39.991 INFO kablam! | Oct 14 15:02:39.991 INFO kablam! 487 | pub fn filter_indices (mut items: Vec, indices: &[usize]) -> (Vec, Vec) { Oct 14 15:02:39.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:39.992 INFO kablam! Oct 14 15:02:39.992 INFO kablam! warning: method is never used: `insert` Oct 14 15:02:39.992 INFO kablam! --> src/global2/weighted_selection_tree.rs:261:5 Oct 14 15:02:39.992 INFO kablam! | Oct 14 15:02:39.992 INFO kablam! 261 | pub fn insert(&mut self, k: K, it: It) -> Option { Oct 14 15:02:39.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:39.992 INFO kablam! Oct 14 15:02:39.992 INFO kablam! warning: method is never used: `leaves_count` Oct 14 15:02:39.992 INFO kablam! --> src/global2/weighted_selection_tree.rs:494:5 Oct 14 15:02:39.992 INFO kablam! | Oct 14 15:02:39.992 INFO kablam! 494 | fn leaves_count(&mut self, idx: NdIndex) -> usize { Oct 14 15:02:39.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:39.992 INFO kablam! Oct 14 15:02:39.992 INFO kablam! warning: method is never used: `score_at` Oct 14 15:02:39.992 INFO kablam! --> src/global2/weighted_selection_tree.rs:532:5 Oct 14 15:02:39.992 INFO kablam! | Oct 14 15:02:39.992 INFO kablam! 532 | fn score_at(&self, idx: NdIndex) -> f32 { Oct 14 15:02:39.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:39.993 INFO kablam! Oct 14 15:02:39.993 INFO kablam! warning: field is never used: `it` Oct 14 15:02:39.993 INFO kablam! --> src/global2/weighted_selection_tree.rs:647:5 Oct 14 15:02:39.993 INFO kablam! | Oct 14 15:02:39.993 INFO kablam! 647 | it: ScoredMove, Oct 14 15:02:39.993 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:02:39.993 INFO kablam! Oct 14 15:02:40.001 INFO kablam! warning: variable `Ts` should have a snake case name such as `ts` Oct 14 15:02:40.001 INFO kablam! --> src/global2/constructor2.rs:564:17 Oct 14 15:02:40.001 INFO kablam! | Oct 14 15:02:40.001 INFO kablam! 564 | let mut Ts: Vec = Vec::new(); Oct 14 15:02:40.001 INFO kablam! | ^^^^^^ Oct 14 15:02:40.001 INFO kablam! | Oct 14 15:02:40.001 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:02:40.001 INFO kablam! Oct 14 15:02:40.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.60s Oct 14 15:02:40.851 INFO kablam! su: No module specific data is present Oct 14 15:02:41.186 INFO running `"docker" "rm" "-f" "4e950c5e180ae05f1bc07009052484739a4209c090f01e913ae39694c833893d"` Oct 14 15:02:41.358 INFO blam! 4e950c5e180ae05f1bc07009052484739a4209c090f01e913ae39694c833893d Oct 14 15:02:41.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15:02:41.663 INFO blam! 9c1177f9bb9ee326ca737c22ae3b3852f106405108b112f360d30c071738a67f Oct 14 15:02:41.667 INFO running `"docker" "start" "-a" "9c1177f9bb9ee326ca737c22ae3b3852f106405108b112f360d30c071738a67f"` Oct 14 15:02:42.245 INFO kablam! usermod: no changes Oct 14 15:02:42.350 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 15:02:42.360 INFO kablam! Running /target/debug/deps/xword-d4f959ca2368d2dd Oct 14 15:02:42.366 INFO blam! Oct 14 15:02:42.366 INFO blam! running 10 tests Oct 14 15:02:42.374 INFO blam! test common::placement_tests::compat_corners ... ok Oct 14 15:02:42.375 INFO blam! test global2::weighted_selection_tree::tests::test_levels ... ok Oct 14 15:02:42.391 INFO blam! test common::orientation_tests::alignment_tests ... ok Oct 14 15:02:42.392 INFO blam! test common::placement_tests::incompat_adjacent ... ok Oct 14 15:02:42.393 INFO blam! test common::placement_tests::incompat_overlap ... ok Oct 14 15:02:42.394 INFO blam! test common::placement_tests::incompat_intersection ... ok Oct 14 15:02:42.395 INFO blam! test common::placement_tests::compat_intersection ... ok Oct 14 15:02:42.395 INFO blam! test global2::weighted_selection_tree::tests::test_new ... ok Oct 14 15:02:42.397 INFO blam! test global2::weighted_selection_tree::tests::test_remove_bulk ... ok Oct 14 15:02:42.598 INFO blam! test global2::weighted_selection_tree::tests::remove_bulk_bench ... ok Oct 14 15:02:42.598 INFO blam! Oct 14 15:02:42.598 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:02:42.598 INFO blam! Oct 14 15:02:42.604 INFO kablam! Running /target/debug/deps/probgen-3e217688f4dc2d0f Oct 14 15:02:42.607 INFO blam! Oct 14 15:02:42.607 INFO blam! running 0 tests Oct 14 15:02:42.607 INFO blam! Oct 14 15:02:42.607 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:02:42.607 INFO blam! Oct 14 15:02:42.608 INFO kablam! Running /target/debug/deps/xword-495fb9a04fefb538 Oct 14 15:02:42.611 INFO blam! Oct 14 15:02:42.611 INFO blam! running 1 test Oct 14 15:02:42.612 INFO blam! test placement_tests::placement_ids_are_nat ... ok Oct 14 15:02:42.612 INFO blam! Oct 14 15:02:42.612 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:02:42.612 INFO blam! Oct 14 15:02:42.612 INFO kablam! Doc-tests xword Oct 14 15:02:42.939 INFO blam! Oct 14 15:02:42.939 INFO blam! running 0 tests Oct 14 15:02:42.939 INFO blam! Oct 14 15:02:42.939 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:02:42.940 INFO blam! Oct 14 15:02:42.948 INFO kablam! su: No module specific data is present Oct 14 15:02:43.183 INFO running `"docker" "rm" "-f" "9c1177f9bb9ee326ca737c22ae3b3852f106405108b112f360d30c071738a67f"` Oct 14 15:02:43.294 INFO blam! 9c1177f9bb9ee326ca737c22ae3b3852f106405108b112f360d30c071738a67f