[INFO] crate tessellation 0.7.0 is already in cache [INFO] extracting crate tessellation 0.7.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/tessellation/0.7.0 [INFO] extracting crate tessellation 0.7.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/tessellation/0.7.0 [INFO] validating manifest of tessellation-0.7.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tessellation-0.7.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/tessellation/0.7.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tessellation-0.7.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] cc154dc05fffd84fbfda6f255b117c1ce82f8dc499d35bb95093e5e81a8502b1 [INFO] running `"docker" "start" "-a" "cc154dc05fffd84fbfda6f255b117c1ce82f8dc499d35bb95093e5e81a8502b1"` [INFO] [stderr] Compiling num-complex v0.2.3 [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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling bbox v0.9.1 [INFO] [stderr] Compiling tessellation v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manifold_dual_contouring.rs:205:19 [INFO] [stderr] | [INFO] [stderr] 205 | function: &'a ImplicitFunction, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ImplicitFunction` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manifold_dual_contouring.rs:417:16 [INFO] [stderr] | [INFO] [stderr] 417 | f: &'a ImplicitFunction, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ImplicitFunction` [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 40.11s [INFO] running `"docker" "inspect" "cc154dc05fffd84fbfda6f255b117c1ce82f8dc499d35bb95093e5e81a8502b1"` [INFO] running `"docker" "rm" "-f" "cc154dc05fffd84fbfda6f255b117c1ce82f8dc499d35bb95093e5e81a8502b1"` [INFO] [stdout] cc154dc05fffd84fbfda6f255b117c1ce82f8dc499d35bb95093e5e81a8502b1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] b9750fb17be8a6f814e3b62bb7b903ee0d2c7109c1fb700a6fa144978535b023 [INFO] running `"docker" "start" "-a" "b9750fb17be8a6f814e3b62bb7b903ee0d2c7109c1fb700a6fa144978535b023"` [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manifold_dual_contouring.rs:205:19 [INFO] [stderr] | [INFO] [stderr] 205 | function: &'a ImplicitFunction, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ImplicitFunction` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/manifold_dual_contouring.rs:417:16 [INFO] [stderr] | [INFO] [stderr] 417 | f: &'a ImplicitFunction, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ImplicitFunction` [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 6.59s [INFO] running `"docker" "inspect" "b9750fb17be8a6f814e3b62bb7b903ee0d2c7109c1fb700a6fa144978535b023"` [INFO] running `"docker" "rm" "-f" "b9750fb17be8a6f814e3b62bb7b903ee0d2c7109c1fb700a6fa144978535b023"` [INFO] [stdout] b9750fb17be8a6f814e3b62bb7b903ee0d2c7109c1fb700a6fa144978535b023 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] ba52126c3890a5762f6713553abaec5cce5720941ff252f9667e56e9f9cef81e [INFO] running `"docker" "start" "-a" "ba52126c3890a5762f6713553abaec5cce5720941ff252f9667e56e9f9cef81e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/tessellation-77b5713faf384e6d [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test plane::test::empty ... ok [INFO] [stdout] test bitset::tests::intersect ... ok [INFO] [stdout] test bitset::tests::merge ... ok [INFO] [stdout] test mesh::test::empty ... ok [INFO] [stdout] test qef::tests::points_on_cube_solution_in_origin ... ok [INFO] [stdout] test qef::tests::points_on_origin_solution_on_cube ... ok [INFO] [stdout] test test::empty ... ok [INFO] [stdout] test manifold_dual_contouring::tests::connected_edges ... ok [INFO] [stdout] test bitset::tests::empty ... ok [INFO] [stdout] test cell_configs::test::empty ... ok [INFO] [stdout] test qef::tests::origin ... ok [INFO] [stdout] test bitset::tests::iterate ... ok [INFO] [stdout] test vertex_index::tests::neighbor ... 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" "ba52126c3890a5762f6713553abaec5cce5720941ff252f9667e56e9f9cef81e"` [INFO] running `"docker" "rm" "-f" "ba52126c3890a5762f6713553abaec5cce5720941ff252f9667e56e9f9cef81e"` [INFO] [stdout] ba52126c3890a5762f6713553abaec5cce5720941ff252f9667e56e9f9cef81e