Oct 14 15:02:19.455 INFO testing kirillkh/xword_constructor against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:02:19.455 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15:02:19.924 INFO blam! 2cde8264a4b98587ef61ef5d9d293e0943d38d629af8b2cc4af579fb81a81d77 Oct 14 15:02:19.929 INFO running `"docker" "start" "-a" "2cde8264a4b98587ef61ef5d9d293e0943d38d629af8b2cc4af579fb81a81d77"` Oct 14 15:02:21.287 INFO kablam! usermod: no changes Oct 14 15:02:21.388 INFO kablam! Compiling libc v0.2.8 Oct 14 15:02:21.391 INFO kablam! Compiling either v1.0.1 Oct 14 15:02:21.391 INFO kablam! Compiling ndarray v0.6.8 Oct 14 15:02:21.392 INFO kablam! Compiling regex-syntax v0.3.1 Oct 14 15:02:21.407 INFO kablam! Compiling matrixmultiply v0.1.11 Oct 14 15:02:21.423 INFO kablam! Compiling mempool v0.2.0 Oct 14 15:02:21.432 INFO kablam! Compiling num-complex v0.1.35 Oct 14 15:02:22.073 INFO kablam! Compiling itertools v0.5.5 Oct 14 15:02:22.851 INFO kablam! Compiling memchr v0.1.10 Oct 14 15:02:22.955 INFO kablam! Compiling rand v0.3.14 Oct 14 15:02:23.347 INFO kablam! Compiling aho-corasick v0.5.1 Oct 14 15:02:27.622 INFO kablam! Compiling regex v0.1.61 Oct 14 15:02:32.251 INFO kablam! Compiling xword_constructor v0.2.1 (/source) Oct 14 15:02:32.543 INFO kablam! warning: unused macro definition Oct 14 15:02:32.543 INFO kablam! --> src/common.rs:524:1 Oct 14 15:02:32.543 INFO kablam! | Oct 14 15:02:32.543 INFO kablam! 524 | / macro_rules! if_let { Oct 14 15:02:32.543 INFO kablam! 525 | | ($x:pat = $e:expr => $a:block else $b:block) => {{ Oct 14 15:02:32.544 INFO kablam! 526 | | let opt_value = if let $x = $e { Oct 14 15:02:32.544 INFO kablam! 527 | | Some($a) Oct 14 15:02:32.544 INFO kablam! ... | Oct 14 15:02:32.544 INFO kablam! 536 | | }} Oct 14 15:02:32.544 INFO kablam! 537 | | } Oct 14 15:02:32.544 INFO kablam! | |_^ Oct 14 15:02:32.544 INFO kablam! | Oct 14 15:02:32.544 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 15:02:32.544 INFO kablam! Oct 14 15:02:32.547 INFO kablam! warning: unused import: `fnv::FnvHashSet` Oct 14 15:02:32.547 INFO kablam! --> src/global2/variant_grid/compat_map.rs:5:5 Oct 14 15:02:32.547 INFO kablam! | Oct 14 15:02:32.547 INFO kablam! 5 | use fnv::FnvHashSet; Oct 14 15:02:32.547 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:02:32.547 INFO kablam! | Oct 14 15:02:32.547 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:02:32.547 INFO kablam! Oct 14 15:02:32.547 INFO kablam! warning: unused imports: `max`, `min` Oct 14 15:02:32.547 INFO kablam! --> src/global2/variant_grid/mod.rs:13:16 Oct 14 15:02:32.547 INFO kablam! | Oct 14 15:02:32.547 INFO kablam! 13 | use std::cmp::{max, min}; Oct 14 15:02:32.547 INFO kablam! | ^^^ ^^^ Oct 14 15:02:32.547 INFO kablam! Oct 14 15:02:32.839 INFO kablam! warning: type annotations needed Oct 14 15:02:32.839 INFO kablam! --> src/global2/weighted_selection_tree.rs:59:38 Oct 14 15:02:32.839 INFO kablam! | Oct 14 15:02:32.839 INFO kablam! 59 | ptr::write(nodes_ptr.offset(i as isize), node); Oct 14 15:02:32.839 INFO kablam! | ^^^^^^ Oct 14 15:02:32.839 INFO kablam! | Oct 14 15:02:32.839 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 15:02:32.839 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:32.839 INFO kablam! = note: for more information, see issue #46906 Oct 14 15:02:32.839 INFO kablam! Oct 14 15:02:32.927 INFO kablam! warning: type annotations needed Oct 14 15:02:32.927 INFO kablam! --> src/global2/weighted_selection_tree.rs:615:47 Oct 14 15:02:32.927 INFO kablam! | Oct 14 15:02:32.927 INFO kablam! 615 | let rm_ptr = unsafe { removed_ptr.offset(iremoved as isize) }; Oct 14 15:02:32.927 INFO kablam! | ^^^^^^ Oct 14 15:02:32.927 INFO kablam! | Oct 14 15:02:32.927 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:32.927 INFO kablam! = note: for more information, see issue #46906 Oct 14 15:02:32.927 INFO kablam! Oct 14 15:02:33.098 INFO kablam! warning: unused variable: `pid` Oct 14 15:02:33.098 INFO kablam! --> src/global2/variant_grid/compat_map.rs:16:17 Oct 14 15:02:33.098 INFO kablam! | Oct 14 15:02:33.098 INFO kablam! 16 | let pid = place.id; Oct 14 15:02:33.098 INFO kablam! | ^^^ help: consider using `_pid` instead Oct 14 15:02:33.098 INFO kablam! | Oct 14 15:02:33.098 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:02:33.099 INFO kablam! Oct 14 15:02:33.099 INFO kablam! warning: unused variable: `char_idx` Oct 14 15:02:33.099 INFO kablam! --> src/global2/variant_grid/mod.rs:154:51 Oct 14 15:02:33.099 INFO kablam! | Oct 14 15:02:33.099 INFO kablam! 154 | place.fold_positions_index((), |(), y, x, char_idx| { Oct 14 15:02:33.099 INFO kablam! | ^^^^^^^^ help: consider using `_char_idx` instead Oct 14 15:02:33.099 INFO kablam! Oct 14 15:02:33.276 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:33.276 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 14 15:02:33.276 INFO kablam! | Oct 14 15:02:33.276 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 14 15:02:33.276 INFO kablam! | ----^^^^ Oct 14 15:02:33.276 INFO kablam! | | Oct 14 15:02:33.276 INFO kablam! | help: remove this `mut` Oct 14 15:02:33.276 INFO kablam! | Oct 14 15:02:33.276 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:02:33.276 INFO kablam! Oct 14 15:02:33.279 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:33.279 INFO kablam! --> src/global2/variant_grid/mod.rs:256:21 Oct 14 15:02:33.279 INFO kablam! | Oct 14 15:02:33.279 INFO kablam! 256 | let mut entry2: &mut [usize] = self.entries.slice_unchecked_mut(swapped_id.0); Oct 14 15:02:33.280 INFO kablam! | ----^^^^^^ Oct 14 15:02:33.280 INFO kablam! | | Oct 14 15:02:33.280 INFO kablam! | help: remove this `mut` Oct 14 15:02:33.280 INFO kablam! Oct 14 15:02:33.280 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:33.280 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 14 15:02:33.280 INFO kablam! | Oct 14 15:02:33.281 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 14 15:02:33.281 INFO kablam! | ----^^^^ Oct 14 15:02:33.281 INFO kablam! | | Oct 14 15:02:33.281 INFO kablam! | help: remove this `mut` Oct 14 15:02:33.281 INFO kablam! Oct 14 15:02:33.286 INFO kablam! warning: method is never used: `tuple` Oct 14 15:02:33.286 INFO kablam! --> src/common.rs:27:2 Oct 14 15:02:33.287 INFO kablam! | Oct 14 15:02:33.287 INFO kablam! 27 | fn tuple(t: (dim, dim)) -> MatrixDim { MatrixDim(t.0, t.1) } Oct 14 15:02:33.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.287 INFO kablam! | Oct 14 15:02:33.287 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:02:33.287 INFO kablam! Oct 14 15:02:33.288 INFO kablam! warning: field is never used: `dic_arena` Oct 14 15:02:33.288 INFO kablam! --> src/common.rs:339:5 Oct 14 15:02:33.288 INFO kablam! | Oct 14 15:02:33.288 INFO kablam! 339 | dic_arena: SlicedArena, Oct 14 15:02:33.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.289 INFO kablam! Oct 14 15:02:33.289 INFO kablam! warning: function is never used: `filter_indices` Oct 14 15:02:33.289 INFO kablam! --> src/common.rs:487:1 Oct 14 15:02:33.289 INFO kablam! | Oct 14 15:02:33.289 INFO kablam! 487 | pub fn filter_indices (mut items: Vec, indices: &[usize]) -> (Vec, Vec) { Oct 14 15:02:33.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.290 INFO kablam! Oct 14 15:02:33.290 INFO kablam! warning: method is never used: `insert` Oct 14 15:02:33.290 INFO kablam! --> src/global2/weighted_selection_tree.rs:261:5 Oct 14 15:02:33.290 INFO kablam! | Oct 14 15:02:33.290 INFO kablam! 261 | pub fn insert(&mut self, k: K, it: It) -> Option { Oct 14 15:02:33.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.295 INFO kablam! Oct 14 15:02:33.295 INFO kablam! warning: method is never used: `leaves_count` Oct 14 15:02:33.295 INFO kablam! --> src/global2/weighted_selection_tree.rs:494:5 Oct 14 15:02:33.295 INFO kablam! | Oct 14 15:02:33.296 INFO kablam! 494 | fn leaves_count(&mut self, idx: NdIndex) -> usize { Oct 14 15:02:33.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.296 INFO kablam! Oct 14 15:02:33.296 INFO kablam! warning: method is never used: `score_at` Oct 14 15:02:33.296 INFO kablam! --> src/global2/weighted_selection_tree.rs:532:5 Oct 14 15:02:33.296 INFO kablam! | Oct 14 15:02:33.297 INFO kablam! 532 | fn score_at(&self, idx: NdIndex) -> f32 { Oct 14 15:02:33.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:33.297 INFO kablam! Oct 14 15:02:33.297 INFO kablam! warning: field is never used: `it` Oct 14 15:02:33.297 INFO kablam! --> src/global2/weighted_selection_tree.rs:647:5 Oct 14 15:02:33.298 INFO kablam! | Oct 14 15:02:33.299 INFO kablam! 647 | it: ScoredMove, Oct 14 15:02:33.299 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:02:33.299 INFO kablam! Oct 14 15:02:33.307 INFO kablam! warning: variable `Ts` should have a snake case name such as `ts` Oct 14 15:02:33.307 INFO kablam! --> src/global2/constructor2.rs:564:17 Oct 14 15:02:33.307 INFO kablam! | Oct 14 15:02:33.307 INFO kablam! 564 | let mut Ts: Vec = Vec::new(); Oct 14 15:02:33.308 INFO kablam! | ^^^^^^ Oct 14 15:02:33.308 INFO kablam! | Oct 14 15:02:33.308 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:02:33.308 INFO kablam! Oct 14 15:02:36.291 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.291 INFO kablam! --> src/bin/problem_gen.rs:13:15 Oct 14 15:02:36.291 INFO kablam! | Oct 14 15:02:36.291 INFO kablam! 13 | use ndarray::{OwnedArray, Axis, ArrayView}; Oct 14 15:02:36.291 INFO kablam! | ^^^^^^^^^^ Oct 14 15:02:36.291 INFO kablam! | Oct 14 15:02:36.291 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:02:36.291 INFO kablam! Oct 14 15:02:36.291 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.291 INFO kablam! --> src/bin/problem_gen.rs:22:20 Oct 14 15:02:36.291 INFO kablam! | Oct 14 15:02:36.291 INFO kablam! 22 | let mut templ: OwnedArray = parse(bytes); Oct 14 15:02:36.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:36.291 INFO kablam! Oct 14 15:02:36.291 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.291 INFO kablam! --> src/bin/problem_gen.rs:33:19 Oct 14 15:02:36.291 INFO kablam! | Oct 14 15:02:36.291 INFO kablam! 33 | fn print(filled: &OwnedArray) { Oct 14 15:02:36.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:36.291 INFO kablam! Oct 14 15:02:36.291 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.291 INFO kablam! --> src/bin/problem_gen.rs:43:21 Oct 14 15:02:36.291 INFO kablam! | Oct 14 15:02:36.292 INFO kablam! 43 | fn fill(templ: &mut OwnedArray) { Oct 14 15:02:36.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:36.292 INFO kablam! Oct 14 15:02:36.292 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.292 INFO kablam! --> src/bin/problem_gen.rs:59:28 Oct 14 15:02:36.292 INFO kablam! | Oct 14 15:02:36.292 INFO kablam! 59 | fn gen_problem(templ: &mut OwnedArray) -> Problem { Oct 14 15:02:36.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:36.292 INFO kablam! Oct 14 15:02:36.292 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.292 INFO kablam! --> src/bin/problem_gen.rs:63:47 Oct 14 15:02:36.292 INFO kablam! | Oct 14 15:02:36.292 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:36.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:36.292 INFO kablam! Oct 14 15:02:36.292 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.292 INFO kablam! --> src/bin/problem_gen.rs:63:17 Oct 14 15:02:36.292 INFO kablam! | Oct 14 15:02:36.292 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:36.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:36.292 INFO kablam! Oct 14 15:02:36.292 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.292 INFO kablam! --> src/bin/problem_gen.rs:175:29 Oct 14 15:02:36.292 INFO kablam! | Oct 14 15:02:36.292 INFO kablam! 175 | fn parse(bytes: Vec) -> OwnedArray { Oct 14 15:02:36.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:36.292 INFO kablam! Oct 14 15:02:36.292 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.292 INFO kablam! --> src/bin/problem_gen.rs:183:45 Oct 14 15:02:36.292 INFO kablam! | Oct 14 15:02:36.292 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:36.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:36.292 INFO kablam! Oct 14 15:02:36.292 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:36.292 INFO kablam! --> src/bin/problem_gen.rs:183:17 Oct 14 15:02:36.292 INFO kablam! | Oct 14 15:02:36.292 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:36.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:36.292 INFO kablam! Oct 14 15:02:38.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.32s Oct 14 15:02:38.649 INFO kablam! su: No module specific data is present Oct 14 15:02:39.412 INFO running `"docker" "rm" "-f" "2cde8264a4b98587ef61ef5d9d293e0943d38d629af8b2cc4af579fb81a81d77"` Oct 14 15:02:39.643 INFO blam! 2cde8264a4b98587ef61ef5d9d293e0943d38d629af8b2cc4af579fb81a81d77 Oct 14 15:02:39.645 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15:02:40.014 INFO blam! 621a79bdcd8abf88923de5cb342c42c717e4365a08ea6717105965775c85b6b0 Oct 14 15:02:40.016 INFO running `"docker" "start" "-a" "621a79bdcd8abf88923de5cb342c42c717e4365a08ea6717105965775c85b6b0"` Oct 14 15:02:40.657 INFO kablam! usermod: no changes Oct 14 15:02:40.709 INFO kablam! Compiling xword_constructor v0.2.1 (/source) Oct 14 15:02:40.971 INFO kablam! warning: unused macro definition Oct 14 15:02:40.971 INFO kablam! --> src/common.rs:524:1 Oct 14 15:02:40.971 INFO kablam! | Oct 14 15:02:40.971 INFO kablam! 524 | / macro_rules! if_let { Oct 14 15:02:40.971 INFO kablam! 525 | | ($x:pat = $e:expr => $a:block else $b:block) => {{ Oct 14 15:02:40.971 INFO kablam! 526 | | let opt_value = if let $x = $e { Oct 14 15:02:40.971 INFO kablam! 527 | | Some($a) Oct 14 15:02:40.971 INFO kablam! ... | Oct 14 15:02:40.971 INFO kablam! 536 | | }} Oct 14 15:02:40.971 INFO kablam! 537 | | } Oct 14 15:02:40.971 INFO kablam! | |_^ Oct 14 15:02:40.971 INFO kablam! | Oct 14 15:02:40.971 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 14 15:02:40.971 INFO kablam! Oct 14 15:02:40.971 INFO kablam! warning: unused import: `super::Orientation::*` Oct 14 15:02:40.971 INFO kablam! --> src/common.rs:723:6 Oct 14 15:02:40.971 INFO kablam! | Oct 14 15:02:40.971 INFO kablam! 723 | use super::Orientation::*; Oct 14 15:02:40.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.971 INFO kablam! | Oct 14 15:02:40.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:02:40.971 INFO kablam! Oct 14 15:02:40.973 INFO kablam! warning: unused import: `fnv::FnvHashSet` Oct 14 15:02:40.973 INFO kablam! --> src/global2/variant_grid/compat_map.rs:5:5 Oct 14 15:02:40.973 INFO kablam! | Oct 14 15:02:40.973 INFO kablam! 5 | use fnv::FnvHashSet; Oct 14 15:02:40.973 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 15:02:40.973 INFO kablam! Oct 14 15:02:40.973 INFO kablam! warning: unused imports: `max`, `min` Oct 14 15:02:40.973 INFO kablam! --> src/global2/variant_grid/mod.rs:13:16 Oct 14 15:02:40.973 INFO kablam! | Oct 14 15:02:40.973 INFO kablam! 13 | use std::cmp::{max, min}; Oct 14 15:02:40.973 INFO kablam! | ^^^ ^^^ Oct 14 15:02:40.973 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:13:15 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 13 | use ndarray::{OwnedArray, Axis, ArrayView}; Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:22:20 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 22 | let mut templ: OwnedArray = parse(bytes); Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:33:19 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 33 | fn print(filled: &OwnedArray) { Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:43:21 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 43 | fn fill(templ: &mut OwnedArray) { Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:59:28 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 59 | fn gen_problem(templ: &mut OwnedArray) -> Problem { Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:63:47 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:63:17 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 63 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:175:29 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 175 | fn parse(bytes: Vec) -> OwnedArray { Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:183:45 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:40.993 INFO kablam! warning: use of deprecated item 'ndarray::OwnedArray': Use the type alias `Array` instead Oct 14 15:02:40.993 INFO kablam! --> src/bin/problem_gen.rs:183:17 Oct 14 15:02:40.993 INFO kablam! | Oct 14 15:02:40.993 INFO kablam! 183 | let mut board: OwnedArray = OwnedArray::default(MatrixDim(h, w)); Oct 14 15:02:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:40.993 INFO kablam! Oct 14 15:02:41.367 INFO kablam! warning: type annotations needed Oct 14 15:02:41.367 INFO kablam! --> src/global2/weighted_selection_tree.rs:59:38 Oct 14 15:02:41.367 INFO kablam! | Oct 14 15:02:41.367 INFO kablam! 59 | ptr::write(nodes_ptr.offset(i as isize), node); Oct 14 15:02:41.367 INFO kablam! | ^^^^^^ Oct 14 15:02:41.367 INFO kablam! | Oct 14 15:02:41.367 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 15:02:41.367 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:41.367 INFO kablam! = note: for more information, see issue #46906 Oct 14 15:02:41.367 INFO kablam! Oct 14 15:02:41.479 INFO kablam! warning: type annotations needed Oct 14 15:02:41.479 INFO kablam! --> src/global2/weighted_selection_tree.rs:615:47 Oct 14 15:02:41.479 INFO kablam! | Oct 14 15:02:41.479 INFO kablam! 615 | let rm_ptr = unsafe { removed_ptr.offset(iremoved as isize) }; Oct 14 15:02:41.479 INFO kablam! | ^^^^^^ Oct 14 15:02:41.479 INFO kablam! | Oct 14 15:02:41.479 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:41.479 INFO kablam! = note: for more information, see issue #46906 Oct 14 15:02:41.479 INFO kablam! Oct 14 15:02:41.648 INFO kablam! warning: unused variable: `pid` Oct 14 15:02:41.648 INFO kablam! --> src/global2/variant_grid/compat_map.rs:16:17 Oct 14 15:02:41.648 INFO kablam! | Oct 14 15:02:41.649 INFO kablam! 16 | let pid = place.id; Oct 14 15:02:41.649 INFO kablam! | ^^^ help: consider using `_pid` instead Oct 14 15:02:41.649 INFO kablam! | Oct 14 15:02:41.649 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:02:41.649 INFO kablam! Oct 14 15:02:41.649 INFO kablam! warning: unused variable: `char_idx` Oct 14 15:02:41.649 INFO kablam! --> src/global2/variant_grid/mod.rs:154:51 Oct 14 15:02:41.649 INFO kablam! | Oct 14 15:02:41.649 INFO kablam! 154 | place.fold_positions_index((), |(), y, x, char_idx| { Oct 14 15:02:41.649 INFO kablam! | ^^^^^^^^ help: consider using `_char_idx` instead Oct 14 15:02:41.649 INFO kablam! Oct 14 15:02:41.862 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:41.862 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 14 15:02:41.862 INFO kablam! | Oct 14 15:02:41.862 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 14 15:02:41.862 INFO kablam! | ----^^^^ Oct 14 15:02:41.862 INFO kablam! | | Oct 14 15:02:41.862 INFO kablam! | help: remove this `mut` Oct 14 15:02:41.862 INFO kablam! | Oct 14 15:02:41.862 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:02:41.862 INFO kablam! Oct 14 15:02:41.862 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:41.862 INFO kablam! --> src/global2/variant_grid/mod.rs:256:21 Oct 14 15:02:41.862 INFO kablam! | Oct 14 15:02:41.862 INFO kablam! 256 | let mut entry2: &mut [usize] = self.entries.slice_unchecked_mut(swapped_id.0); Oct 14 15:02:41.862 INFO kablam! | ----^^^^^^ Oct 14 15:02:41.862 INFO kablam! | | Oct 14 15:02:41.862 INFO kablam! | help: remove this `mut` Oct 14 15:02:41.862 INFO kablam! Oct 14 15:02:41.867 INFO kablam! warning: variable does not need to be mutable Oct 14 15:02:41.867 INFO kablam! --> src/global2/variant_grid/mod.rs:242:17 Oct 14 15:02:41.867 INFO kablam! | Oct 14 15:02:41.867 INFO kablam! 242 | let mut cell: &mut ShrinkVec = self.field.uget_mut((y,x)); Oct 14 15:02:41.867 INFO kablam! | ----^^^^ Oct 14 15:02:41.867 INFO kablam! | | Oct 14 15:02:41.867 INFO kablam! | help: remove this `mut` Oct 14 15:02:41.867 INFO kablam! Oct 14 15:02:41.869 INFO kablam! warning: method is never used: `tuple` Oct 14 15:02:41.869 INFO kablam! --> src/common.rs:27:2 Oct 14 15:02:41.869 INFO kablam! | Oct 14 15:02:41.869 INFO kablam! 27 | fn tuple(t: (dim, dim)) -> MatrixDim { MatrixDim(t.0, t.1) } Oct 14 15:02:41.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:41.869 INFO kablam! | Oct 14 15:02:41.869 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:02:41.869 INFO kablam! Oct 14 15:02:41.870 INFO kablam! warning: field is never used: `dic_arena` Oct 14 15:02:41.870 INFO kablam! --> src/common.rs:339:5 Oct 14 15:02:41.870 INFO kablam! | Oct 14 15:02:41.870 INFO kablam! 339 | dic_arena: SlicedArena, Oct 14 15:02:41.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:41.870 INFO kablam! Oct 14 15:02:41.870 INFO kablam! warning: function is never used: `filter_indices` Oct 14 15:02:41.870 INFO kablam! --> src/common.rs:487:1 Oct 14 15:02:41.870 INFO kablam! | Oct 14 15:02:41.870 INFO kablam! 487 | pub fn filter_indices (mut items: Vec, indices: &[usize]) -> (Vec, Vec) { Oct 14 15:02:41.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:41.870 INFO kablam! Oct 14 15:02:41.871 INFO kablam! warning: method is never used: `insert` Oct 14 15:02:41.871 INFO kablam! --> src/global2/weighted_selection_tree.rs:261:5 Oct 14 15:02:41.871 INFO kablam! | Oct 14 15:02:41.871 INFO kablam! 261 | pub fn insert(&mut self, k: K, it: It) -> Option { Oct 14 15:02:41.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:41.871 INFO kablam! Oct 14 15:02:41.871 INFO kablam! warning: method is never used: `leaves_count` Oct 14 15:02:41.871 INFO kablam! --> src/global2/weighted_selection_tree.rs:494:5 Oct 14 15:02:41.871 INFO kablam! | Oct 14 15:02:41.871 INFO kablam! 494 | fn leaves_count(&mut self, idx: NdIndex) -> usize { Oct 14 15:02:41.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:41.871 INFO kablam! Oct 14 15:02:41.871 INFO kablam! warning: method is never used: `score_at` Oct 14 15:02:41.871 INFO kablam! --> src/global2/weighted_selection_tree.rs:532:5 Oct 14 15:02:41.871 INFO kablam! | Oct 14 15:02:41.871 INFO kablam! 532 | fn score_at(&self, idx: NdIndex) -> f32 { Oct 14 15:02:41.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:02:41.871 INFO kablam! Oct 14 15:02:41.871 INFO kablam! warning: field is never used: `it` Oct 14 15:02:41.871 INFO kablam! --> src/global2/weighted_selection_tree.rs:647:5 Oct 14 15:02:41.871 INFO kablam! | Oct 14 15:02:41.871 INFO kablam! 647 | it: ScoredMove, Oct 14 15:02:41.871 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 15:02:41.871 INFO kablam! Oct 14 15:02:41.885 INFO kablam! warning: variable `Ts` should have a snake case name such as `ts` Oct 14 15:02:41.885 INFO kablam! --> src/global2/constructor2.rs:564:17 Oct 14 15:02:41.885 INFO kablam! | Oct 14 15:02:41.885 INFO kablam! 564 | let mut Ts: Vec = Vec::new(); Oct 14 15:02:41.885 INFO kablam! | ^^^^^^ Oct 14 15:02:41.885 INFO kablam! | Oct 14 15:02:41.885 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 15:02:41.886 INFO kablam! Oct 14 15:02:42.873 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 14 15:02:42.877 INFO kablam! su: No module specific data is present Oct 14 15:02:43.175 INFO running `"docker" "rm" "-f" "621a79bdcd8abf88923de5cb342c42c717e4365a08ea6717105965775c85b6b0"` Oct 14 15:02:43.307 INFO blam! 621a79bdcd8abf88923de5cb342c42c717e4365a08ea6717105965775c85b6b0 Oct 14 15:02:43.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15:02:43.480 INFO blam! 469c79877188b0126e25bf101acda3318b95fca2ed2e515ef451d6d82da08225 Oct 14 15:02:43.481 INFO running `"docker" "start" "-a" "469c79877188b0126e25bf101acda3318b95fca2ed2e515ef451d6d82da08225"` Oct 14 15:02:43.864 INFO kablam! usermod: no changes Oct 14 15:02:43.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 15:02:43.897 INFO kablam! Running /target/debug/deps/xword-7dbc6ebcdfc591d0 Oct 14 15:02:43.899 INFO blam! Oct 14 15:02:43.899 INFO blam! running 10 tests Oct 14 15:02:43.901 INFO blam! test common::orientation_tests::alignment_tests ... ok Oct 14 15:02:43.902 INFO blam! test common::placement_tests::compat_corners ... ok Oct 14 15:02:43.902 INFO blam! test common::placement_tests::incompat_adjacent ... ok Oct 14 15:02:43.902 INFO blam! test common::placement_tests::compat_intersection ... ok Oct 14 15:02:43.902 INFO blam! test global2::weighted_selection_tree::tests::test_levels ... ok Oct 14 15:02:43.902 INFO blam! test common::placement_tests::incompat_intersection ... ok Oct 14 15:02:43.904 INFO blam! test common::placement_tests::incompat_overlap ... ok Oct 14 15:02:43.904 INFO blam! test global2::weighted_selection_tree::tests::test_remove_bulk ... ok Oct 14 15:02:43.904 INFO blam! test global2::weighted_selection_tree::tests::test_new ... ok Oct 14 15:02:44.079 INFO blam! test global2::weighted_selection_tree::tests::remove_bulk_bench ... ok Oct 14 15:02:44.079 INFO kablam! Running /target/debug/deps/probgen-7af6257faad428da Oct 14 15:02:44.079 INFO blam! Oct 14 15:02:44.079 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:02:44.079 INFO blam! Oct 14 15:02:44.081 INFO blam! Oct 14 15:02:44.081 INFO kablam! Running /target/debug/deps/xword-203882ddba36c35b Oct 14 15:02:44.081 INFO blam! running 0 tests Oct 14 15:02:44.081 INFO blam! Oct 14 15:02:44.081 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:02:44.081 INFO blam! Oct 14 15:02:44.083 INFO blam! Oct 14 15:02:44.083 INFO blam! running 1 test Oct 14 15:02:44.083 INFO blam! test placement_tests::placement_ids_are_nat ... ok Oct 14 15:02:44.083 INFO blam! Oct 14 15:02:44.083 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:02:44.083 INFO blam! Oct 14 15:02:44.086 INFO kablam! Doc-tests xword Oct 14 15:02:44.418 INFO blam! Oct 14 15:02:44.419 INFO blam! running 0 tests Oct 14 15:02:44.419 INFO blam! Oct 14 15:02:44.419 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:02:44.419 INFO blam! Oct 14 15:02:44.430 INFO kablam! su: No module specific data is present Oct 14 15:02:44.763 INFO running `"docker" "rm" "-f" "469c79877188b0126e25bf101acda3318b95fca2ed2e515ef451d6d82da08225"` Oct 14 15:02:44.992 INFO blam! 469c79877188b0126e25bf101acda3318b95fca2ed2e515ef451d6d82da08225