[INFO] crate tessellation 0.7.0 is already in cache [INFO] extracting crate tessellation 0.7.0 into work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/tessellation/0.7.0 [INFO] extracting crate tessellation 0.7.0 into work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/tessellation/0.7.0 [INFO] validating manifest of tessellation-0.7.0 on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tessellation-0.7.0 on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "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/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/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/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/tessellation/0.7.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking tessellation-0.7.0 against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-1/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/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=forbid" "-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" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f45078557eefcf24c71be4f57762f1c5326921266afdc67d9767eb07f7c83aad [INFO] running `"docker" "start" "-a" "f45078557eefcf24c71be4f57762f1c5326921266afdc67d9767eb07f7c83aad"` [INFO] [stderr] Checking num-complex v0.2.1 [INFO] [stderr] Checking approx v0.3.1 [INFO] [stderr] Checking stl_io v0.4.2 [INFO] [stderr] Checking alga v0.7.2 [INFO] [stderr] Checking nalgebra v0.16.13 [INFO] [stderr] Checking bbox v0.9.1 [INFO] [stderr] Checking implicit3d v0.11.4 [INFO] [stderr] Checking 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: 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] error[E0432]: unresolved imports `implicit3d::SlabX`, `implicit3d::SlabY`, `implicit3d::SlabZ` [INFO] [stderr] --> src/benches/tessellation.rs:10:40 [INFO] [stderr] | [INFO] [stderr] 10 | use implicit3d::{Intersection, Object, SlabX, SlabY, SlabZ, Sphere}; [INFO] [stderr] | ^^^^^ ^^^^^ ^^^^^ no `SlabZ` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `SlabY` in the root [INFO] [stderr] | no `SlabX` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `tessellation`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f45078557eefcf24c71be4f57762f1c5326921266afdc67d9767eb07f7c83aad"` [INFO] running `"docker" "rm" "-f" "f45078557eefcf24c71be4f57762f1c5326921266afdc67d9767eb07f7c83aad"` [INFO] [stdout] f45078557eefcf24c71be4f57762f1c5326921266afdc67d9767eb07f7c83aad