[INFO] crate tessellation 0.7.0 is already in cache [INFO] extracting crate tessellation 0.7.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/tessellation/0.7.0 [INFO] extracting crate tessellation 0.7.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tessellation/0.7.0 [INFO] validating manifest of tessellation-0.7.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tessellation-0.7.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tessellation-0.7.0 [INFO] finished frobbing tessellation-0.7.0 [INFO] frobbed toml for tessellation-0.7.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/tessellation/0.7.0/Cargo.toml [INFO] started frobbing tessellation-0.7.0 [INFO] finished frobbing tessellation-0.7.0 [INFO] frobbed toml for tessellation-0.7.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tessellation/0.7.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tessellation-0.7.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/tessellation/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] f240956a0bab30e98030cdf97d50778fb5fe1fbffb1e2f9054246fdfd77abb7c [INFO] running `"docker" "start" "-a" "f240956a0bab30e98030cdf97d50778fb5fe1fbffb1e2f9054246fdfd77abb7c"` [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling generic-array v0.11.1 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling nalgebra v0.16.13 [INFO] [stderr] warning[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.16.13/src/base/cg.rs:291:44 [INFO] [stderr] | [INFO] [stderr] 291 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)]; [INFO] [stderr] | ---------------------------^^^^------------------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling bbox v0.9.1 [INFO] [stderr] Compiling tessellation v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'na::dot': use `Matrix::dot` or `Quaternion::dot` instead [INFO] [stderr] --> src/qef.rs:139:30 [INFO] [stderr] | [INFO] [stderr] 139 | self.btb - _2_as_s * na::dot(point, &self.atb) + na::dot(point, &(*ma * *point)) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'na::dot': use `Matrix::dot` or `Quaternion::dot` instead [INFO] [stderr] --> src/qef.rs:139:58 [INFO] [stderr] | [INFO] [stderr] 139 | self.btb - _2_as_s * na::dot(point, &self.atb) + na::dot(point, &(*ma * *point)) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/manifold_dual_contouring.rs:614:33 [INFO] [stderr] | [INFO] [stderr] 614 | let mut adjacent_idx = [idx[0] + x - 1, idx[1] + y - 1, idx[2] + z - 1]; [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.31s [INFO] running `"docker" "inspect" "f240956a0bab30e98030cdf97d50778fb5fe1fbffb1e2f9054246fdfd77abb7c"` [INFO] running `"docker" "rm" "-f" "f240956a0bab30e98030cdf97d50778fb5fe1fbffb1e2f9054246fdfd77abb7c"` [INFO] [stdout] f240956a0bab30e98030cdf97d50778fb5fe1fbffb1e2f9054246fdfd77abb7c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/tessellation/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 5c3d82d343b51960389a6f497a198311e438332fa0c919f07c3b0550a3c978c6 [INFO] running `"docker" "start" "-a" "5c3d82d343b51960389a6f497a198311e438332fa0c919f07c3b0550a3c978c6"` [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling stl_io v0.4.2 [INFO] [stderr] Compiling implicit3d v0.11.4 [INFO] [stderr] Compiling tessellation v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/cell_configs.rs:421:9 [INFO] [stderr] | [INFO] [stderr] 421 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/mesh.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/plane.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/lib.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'na::dot': use `Matrix::dot` or `Quaternion::dot` instead [INFO] [stderr] --> src/qef.rs:139:30 [INFO] [stderr] | [INFO] [stderr] 139 | self.btb - _2_as_s * na::dot(point, &self.atb) + na::dot(point, &(*ma * *point)) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'na::dot': use `Matrix::dot` or `Quaternion::dot` instead [INFO] [stderr] --> src/qef.rs:139:58 [INFO] [stderr] | [INFO] [stderr] 139 | self.btb - _2_as_s * na::dot(point, &self.atb) + na::dot(point, &(*ma * *point)) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/manifold_dual_contouring.rs:614:33 [INFO] [stderr] | [INFO] [stderr] 614 | let mut adjacent_idx = [idx[0] + x - 1, idx[1] + y - 1, idx[2] + z - 1]; [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.42s [INFO] running `"docker" "inspect" "5c3d82d343b51960389a6f497a198311e438332fa0c919f07c3b0550a3c978c6"` [INFO] running `"docker" "rm" "-f" "5c3d82d343b51960389a6f497a198311e438332fa0c919f07c3b0550a3c978c6"` [INFO] [stdout] 5c3d82d343b51960389a6f497a198311e438332fa0c919f07c3b0550a3c978c6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/tessellation/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] abceaf7f6809c3cbf268ea81288f015cf215433c88828f69518c680abd7ef44c [INFO] running `"docker" "start" "-a" "abceaf7f6809c3cbf268ea81288f015cf215433c88828f69518c680abd7ef44c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/tessellation-5eabf423259cfa0d [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test bitset::tests::empty ... ok [INFO] [stdout] test bitset::tests::intersect ... ok [INFO] [stdout] test mesh::test::empty ... ok [INFO] [stdout] test cell_configs::test::empty ... ok [INFO] [stdout] test bitset::tests::iterate ... ok [INFO] [stdout] test plane::test::empty ... ok [INFO] [stdout] test manifold_dual_contouring::tests::connected_edges ... ok [INFO] [stdout] test bitset::tests::merge ... ok [INFO] [stdout] test qef::tests::points_on_cube_solution_in_origin ... ok [INFO] [stdout] test test::empty ... ok [INFO] [stdout] test vertex_index::tests::neighbor ... ok [INFO] [stdout] test qef::tests::origin ... ok [INFO] [stdout] test qef::tests::points_on_origin_solution_on_cube ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests tessellation [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "abceaf7f6809c3cbf268ea81288f015cf215433c88828f69518c680abd7ef44c"` [INFO] running `"docker" "rm" "-f" "abceaf7f6809c3cbf268ea81288f015cf215433c88828f69518c680abd7ef44c"` [INFO] [stdout] abceaf7f6809c3cbf268ea81288f015cf215433c88828f69518c680abd7ef44c