Oct 12 23:34:51.635 INFO checking cjm00/rust-wfc against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:34:51.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 12 23:34:52.224 INFO blam! 52e81c938a3b1a228071d278b6421dd6e3502944b0cfc518e705105747cd184f Oct 12 23:34:52.226 INFO running `"docker" "start" "-a" "52e81c938a3b1a228071d278b6421dd6e3502944b0cfc518e705105747cd184f"` Oct 12 23:34:54.324 INFO kablam! usermod: no changes Oct 12 23:34:54.532 INFO kablam! Compiling ndarray v0.9.0 Oct 12 23:34:54.532 INFO kablam! Checking num-integer v0.1.33 Oct 12 23:34:54.532 INFO kablam! Checking num-complex v0.1.37 Oct 12 23:34:56.272 INFO kablam! Checking num-iter v0.1.33 Oct 12 23:34:57.157 INFO kablam! Checking num v0.1.36 Oct 12 23:34:57.157 INFO kablam! Checking png v0.6.2 Oct 12 23:34:58.212 INFO kablam! Checking chrono v0.3.0 Oct 12 23:35:06.721 INFO kablam! Checking rust-wfc v0.1.0 (/source) Oct 12 23:35:08.313 INFO kablam! warning: doc comment not used by rustdoc Oct 12 23:35:08.313 INFO kablam! --> src/overlappingmodel.rs:88:9 Oct 12 23:35:08.313 INFO kablam! | Oct 12 23:35:08.313 INFO kablam! 88 | /// Marks all but a single state of the BitVec as forbidden, randomly chosen Oct 12 23:35:08.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:35:08.313 INFO kablam! | Oct 12 23:35:08.313 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 23:35:08.313 INFO kablam! Oct 12 23:35:08.313 INFO kablam! warning: doc comment not used by rustdoc Oct 12 23:35:08.313 INFO kablam! --> src/utils.rs:40:5 Oct 12 23:35:08.313 INFO kablam! | Oct 12 23:35:08.313 INFO kablam! 40 | /// Returns an index from the slice of (T, u) where u is the integer weight, i.e. Oct 12 23:35:08.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:35:08.313 INFO kablam! Oct 12 23:35:08.545 INFO kablam! warning: unused variable: `coord` Oct 12 23:35:08.545 INFO kablam! --> src/overlappingmodel.rs:421:45 Oct 12 23:35:08.545 INFO kablam! | Oct 12 23:35:08.545 INFO kablam! 421 | fn wrap_coord>(&self, coord: (T, T)) -> Result<(usize, usize), ()> { Oct 12 23:35:08.545 INFO kablam! | ^^^^^ help: consider using `_coord` instead Oct 12 23:35:08.545 INFO kablam! | Oct 12 23:35:08.546 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:35:08.546 INFO kablam! Oct 12 23:35:08.812 INFO kablam! warning: doc comment not used by rustdoc Oct 12 23:35:08.812 INFO kablam! --> src/overlappingmodel.rs:88:9 Oct 12 23:35:08.812 INFO kablam! | Oct 12 23:35:08.812 INFO kablam! 88 | /// Marks all but a single state of the BitVec as forbidden, randomly chosen Oct 12 23:35:08.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:35:08.812 INFO kablam! | Oct 12 23:35:08.812 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 12 23:35:08.812 INFO kablam! Oct 12 23:35:08.812 INFO kablam! warning: doc comment not used by rustdoc Oct 12 23:35:08.812 INFO kablam! --> src/utils.rs:40:5 Oct 12 23:35:08.812 INFO kablam! | Oct 12 23:35:08.812 INFO kablam! 40 | /// Returns an index from the slice of (T, u) where u is the integer weight, i.e. Oct 12 23:35:08.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:35:08.812 INFO kablam! Oct 12 23:35:09.112 INFO kablam! warning: unused variable: `coord` Oct 12 23:35:09.112 INFO kablam! --> src/overlappingmodel.rs:421:45 Oct 12 23:35:09.112 INFO kablam! | Oct 12 23:35:09.112 INFO kablam! 421 | fn wrap_coord>(&self, coord: (T, T)) -> Result<(usize, usize), ()> { Oct 12 23:35:09.112 INFO kablam! | ^^^^^ help: consider using `_coord` instead Oct 12 23:35:09.112 INFO kablam! | Oct 12 23:35:09.112 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:35:09.112 INFO kablam! Oct 12 23:35:09.285 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.92s Oct 12 23:35:09.289 INFO kablam! su: No module specific data is present Oct 12 23:35:10.160 INFO running `"docker" "rm" "-f" "52e81c938a3b1a228071d278b6421dd6e3502944b0cfc518e705105747cd184f"` Oct 12 23:35:10.387 INFO blam! 52e81c938a3b1a228071d278b6421dd6e3502944b0cfc518e705105747cd184f