[INFO] cloning repository https://github.com/YATSKOVSKYI/cadcore
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YATSKOVSKYI/cadcore" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYATSKOVSKYI%2Fcadcore", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYATSKOVSKYI%2Fcadcore'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10436c1946cb6ecac5ff807f0167a9e5040ec905
[INFO] testing YATSKOVSKYI/cadcore against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYATSKOVSKYI%2Fcadcore" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/YATSKOVSKYI/cadcore
[INFO] finished tweaking git repo https://github.com/YATSKOVSKYI/cadcore
[INFO] tweaked toml for git repo https://github.com/YATSKOVSKYI/cadcore written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YATSKOVSKYI/cadcore on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/YATSKOVSKYI/cadcore already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9
[INFO] running `Command { std: "docker" "start" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling cadcore-math v0.1.22 (/opt/rustwide/workdir/crates/cadcore-math)
[INFO] [stderr]    Compiling cadcore-geom v0.1.22 (/opt/rustwide/workdir/crates/cadcore-geom)
[INFO] [stderr]    Compiling cadcore-topo v0.1.22 (/opt/rustwide/workdir/crates/cadcore-topo)
[INFO] [stderr]    Compiling cadcore-union v0.1.22 (/opt/rustwide/workdir/crates/cadcore-union)
[INFO] [stderr]    Compiling cadcore-step v0.1.22 (/opt/rustwide/workdir/crates/cadcore-step)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/cadcore-union/src/arrange/assembly.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |         let mut push_coedge = |brep: &mut BRep, coedges: &mut Vec<CoEdgeId>, edge, sense| {
[INFO] [stdout]     |             ----^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `plane_uv` is never used
[INFO] [stdout]   --> crates/cadcore-step/src/pcurve.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub(crate) fn plane_uv(pl: &Plane3, p: Point3) -> (f64, f64) {
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push_shared_polyline` is never used
[INFO] [stdout]     --> crates/cadcore-step/src/writer.rs:2562:4
[INFO] [stdout]      |
[INFO] [stdout] 2562 | fn push_shared_polyline(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cadcore-ops v0.1.22 (/opt/rustwide/workdir/crates/cadcore-ops)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:1215:9
[INFO] [stdout]      |
[INFO] [stdout] 1215 |     let mut d_not_on_elbow = 0usize;
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:2666:21
[INFO] [stdout]      |
[INFO] [stdout] 2666 |                 let mut add_line_pieces =
[INFO] [stdout]      |                     ----^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `geom`
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:5544:5
[INFO] [stdout]      |
[INFO] [stdout] 5544 |     geom: &FaceGeom,
[INFO] [stdout]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_geom`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tolerance` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:3413:5
[INFO] [stdout]      |
[INFO] [stdout] 3412 | struct VertexMap {
[INFO] [stdout]      |        --------- field in this struct
[INFO] [stdout] 3413 |     tolerance: f64,
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tolerance` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:3434:5
[INFO] [stdout]      |
[INFO] [stdout] 3433 | struct EdgeMap {
[INFO] [stdout]      |        ------- field in this struct
[INFO] [stdout] 3434 |     tolerance: f64,
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hole_ref_reversed_for_cylinder_ccw` is never used
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:3758:4
[INFO] [stdout]      |
[INFO] [stdout] 3758 | fn hole_ref_reversed_for_cylinder_ccw(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JunctionSplit` is never constructed
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4088:8
[INFO] [stdout]      |
[INFO] [stdout] 4088 | struct JunctionSplit {
[INFO] [stdout]      |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `i0` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4185:5
[INFO] [stdout]      |
[INFO] [stdout] 4177 | struct SpanPiece {
[INFO] [stdout]      |        --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 4185 |     i0: usize,
[INFO] [stdout]      |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `bite` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4197:5
[INFO] [stdout]      |
[INFO] [stdout] 4193 | struct ThroughPiece {
[INFO] [stdout]      |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 4197 |     bite: usize,
[INFO] [stdout]      |     ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ThroughPiece` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `split_spanning_loop` is never used
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4992:4
[INFO] [stdout]      |
[INFO] [stdout] 4992 | fn split_spanning_loop(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pts` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:5572:9
[INFO] [stdout]      |
[INFO] [stdout] 5565 |     struct RawNotch {
[INFO] [stdout]      |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 5572 |         pts: Vec<Point3>, // stored order = va → vb
[INFO] [stdout]      |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cadcore v0.1.22 (/opt/rustwide/workdir/crates/cadcore)
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> crates/cadcore/src/lib.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub mod step {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/cadcore/src/lib.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 21.30s
[INFO] running `Command { std: "docker" "inspect" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cadcore-geom v0.1.22 (/opt/rustwide/workdir/crates/cadcore-geom)
[INFO] [stderr]    Compiling cadcore-math v0.1.22 (/opt/rustwide/workdir/crates/cadcore-math)
[INFO] [stderr]    Compiling cadcore-topo v0.1.22 (/opt/rustwide/workdir/crates/cadcore-topo)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/cadcore-union/src/arrange/assembly.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |         let mut push_coedge = |brep: &mut BRep, coedges: &mut Vec<CoEdgeId>, edge, sense| {
[INFO] [stdout]     |             ----^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `plane_uv` is never used
[INFO] [stdout]   --> crates/cadcore-step/src/pcurve.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub(crate) fn plane_uv(pl: &Plane3, p: Point3) -> (f64, f64) {
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push_shared_polyline` is never used
[INFO] [stdout]     --> crates/cadcore-step/src/writer.rs:2562:4
[INFO] [stdout]      |
[INFO] [stdout] 2562 | fn push_shared_polyline(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:1215:9
[INFO] [stdout]      |
[INFO] [stdout] 1215 |     let mut d_not_on_elbow = 0usize;
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:2666:21
[INFO] [stdout]      |
[INFO] [stdout] 2666 |                 let mut add_line_pieces =
[INFO] [stdout]      |                     ----^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `geom`
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:5544:5
[INFO] [stdout]      |
[INFO] [stdout] 5544 |     geom: &FaceGeom,
[INFO] [stdout]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_geom`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tolerance` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:3413:5
[INFO] [stdout]      |
[INFO] [stdout] 3412 | struct VertexMap {
[INFO] [stdout]      |        --------- field in this struct
[INFO] [stdout] 3413 |     tolerance: f64,
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tolerance` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:3434:5
[INFO] [stdout]      |
[INFO] [stdout] 3433 | struct EdgeMap {
[INFO] [stdout]      |        ------- field in this struct
[INFO] [stdout] 3434 |     tolerance: f64,
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hole_ref_reversed_for_cylinder_ccw` is never used
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:3758:4
[INFO] [stdout]      |
[INFO] [stdout] 3758 | fn hole_ref_reversed_for_cylinder_ccw(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JunctionSplit` is never constructed
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4088:8
[INFO] [stdout]      |
[INFO] [stdout] 4088 | struct JunctionSplit {
[INFO] [stdout]      |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `i0` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4185:5
[INFO] [stdout]      |
[INFO] [stdout] 4177 | struct SpanPiece {
[INFO] [stdout]      |        --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 4185 |     i0: usize,
[INFO] [stdout]      |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `bite` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4197:5
[INFO] [stdout]      |
[INFO] [stdout] 4193 | struct ThroughPiece {
[INFO] [stdout]      |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 4197 |     bite: usize,
[INFO] [stdout]      |     ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ThroughPiece` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `split_spanning_loop` is never used
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4992:4
[INFO] [stdout]      |
[INFO] [stdout] 4992 | fn split_spanning_loop(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pts` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:5572:9
[INFO] [stdout]      |
[INFO] [stdout] 5565 |     struct RawNotch {
[INFO] [stdout]      |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 5572 |         pts: Vec<Point3>, // stored order = va → vb
[INFO] [stdout]      |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cadcore-ops v0.1.22 (/opt/rustwide/workdir/crates/cadcore-ops)
[INFO] [stderr]    Compiling cadcore-union v0.1.22 (/opt/rustwide/workdir/crates/cadcore-union)
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> crates/cadcore/src/lib.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub mod step {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/cadcore/src/lib.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cadcore-step v0.1.22 (/opt/rustwide/workdir/crates/cadcore-step)
[INFO] [stderr]    Compiling cadcore v0.1.22 (/opt/rustwide/workdir/crates/cadcore)
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]   --> crates/cadcore/src/lib.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub mod step {
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/cadcore/src/lib.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]     --> crates/cadcore-ops/src/sweep.rs:1986:13
[INFO] [stdout]      |
[INFO] [stdout] 1986 |             other => panic!("unexpected boundary {other:?}"),
[INFO] [stdout]      |             ^^^^^ no value can reach this
[INFO] [stdout]      |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]     --> crates/cadcore-ops/src/sweep.rs:1986:13
[INFO] [stdout]      |
[INFO] [stdout] 1981 |             FaceBoundary::Circle(_) => {}
[INFO] [stdout]      |             ----------------------- matches some of the same values
[INFO] [stdout] 1982 |             FaceBoundary::Ellipse(e) => panic!(
[INFO] [stdout]      |             ------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 1986 |             other => panic!("unexpected boundary {other:?}"),
[INFO] [stdout]      |             ^^^^^ collectively making this unreachable
[INFO] [stdout]      = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/cadcore-union/src/arrange/assembly.rs:542:13
[INFO] [stdout]     |
[INFO] [stdout] 542 |         let mut push_coedge = |brep: &mut BRep, coedges: &mut Vec<CoEdgeId>, edge, sense| {
[INFO] [stdout]     |             ----^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push_shared_polyline` is never used
[INFO] [stdout]     --> crates/cadcore-step/src/writer.rs:2562:4
[INFO] [stdout]      |
[INFO] [stdout] 2562 | fn push_shared_polyline(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:1215:9
[INFO] [stdout]      |
[INFO] [stdout] 1215 |     let mut d_not_on_elbow = 0usize;
[INFO] [stdout]      |         ----^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:2666:21
[INFO] [stdout]      |
[INFO] [stdout] 2666 |                 let mut add_line_pieces =
[INFO] [stdout]      |                     ----^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `geom`
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:5544:5
[INFO] [stdout]      |
[INFO] [stdout] 5544 |     geom: &FaceGeom,
[INFO] [stdout]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_geom`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tolerance` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:3413:5
[INFO] [stdout]      |
[INFO] [stdout] 3412 | struct VertexMap {
[INFO] [stdout]      |        --------- field in this struct
[INFO] [stdout] 3413 |     tolerance: f64,
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `tolerance` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:3434:5
[INFO] [stdout]      |
[INFO] [stdout] 3433 | struct EdgeMap {
[INFO] [stdout]      |        ------- field in this struct
[INFO] [stdout] 3434 |     tolerance: f64,
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JunctionSplit` is never constructed
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4088:8
[INFO] [stdout]      |
[INFO] [stdout] 4088 | struct JunctionSplit {
[INFO] [stdout]      |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `i0` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4185:5
[INFO] [stdout]      |
[INFO] [stdout] 4177 | struct SpanPiece {
[INFO] [stdout]      |        --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 4185 |     i0: usize,
[INFO] [stdout]      |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `bite` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4197:5
[INFO] [stdout]      |
[INFO] [stdout] 4193 | struct ThroughPiece {
[INFO] [stdout]      |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 4197 |     bite: usize,
[INFO] [stdout]      |     ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `ThroughPiece` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `split_spanning_loop` is never used
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:4992:4
[INFO] [stdout]      |
[INFO] [stdout] 4992 | fn split_spanning_loop(
[INFO] [stdout]      |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `pts` is never read
[INFO] [stdout]     --> crates/cadcore-ops/src/union.rs:5572:9
[INFO] [stdout]      |
[INFO] [stdout] 5565 |     struct RawNotch {
[INFO] [stdout]      |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 5572 |         pts: Vec<Point3>, // stored order = va → vb
[INFO] [stdout]      |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 15.01s
[INFO] running `Command { std: "docker" "inspect" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> crates/cadcore-union/src/arrange/assembly.rs:542:13
[INFO] [stderr]     |
[INFO] [stderr] 542 |         let mut push_coedge = |brep: &mut BRep, coedges: &mut Vec<CoEdgeId>, edge, sense| {
[INFO] [stderr]     |             ----^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `plane_uv` is never used
[INFO] [stderr]   --> crates/cadcore-step/src/pcurve.rs:26:15
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub(crate) fn plane_uv(pl: &Plane3, p: Point3) -> (f64, f64) {
[INFO] [stderr]    |               ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `push_shared_polyline` is never used
[INFO] [stderr]     --> crates/cadcore-step/src/writer.rs:2562:4
[INFO] [stderr]      |
[INFO] [stderr] 2562 | fn push_shared_polyline(
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `cadcore-union` (lib) generated 1 warning (run `cargo fix --lib -p cadcore-union` to apply 1 suggestion)
[INFO] [stderr] warning: `cadcore-step` (lib) generated 2 warnings
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:1215:9
[INFO] [stderr]      |
[INFO] [stderr] 1215 |     let mut d_not_on_elbow = 0usize;
[INFO] [stderr]      |         ----^^^^^^^^^^^^^^
[INFO] [stderr]      |         |
[INFO] [stderr]      |         help: remove this `mut`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:2666:21
[INFO] [stderr]      |
[INFO] [stderr] 2666 |                 let mut add_line_pieces =
[INFO] [stderr]      |                     ----^^^^^^^^^^^^^^^
[INFO] [stderr]      |                     |
[INFO] [stderr]      |                     help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `geom`
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:5544:5
[INFO] [stderr]      |
[INFO] [stderr] 5544 |     geom: &FaceGeom,
[INFO] [stderr]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_geom`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `tolerance` is never read
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:3413:5
[INFO] [stderr]      |
[INFO] [stderr] 3412 | struct VertexMap {
[INFO] [stderr]      |        --------- field in this struct
[INFO] [stderr] 3413 |     tolerance: f64,
[INFO] [stderr]      |     ^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `tolerance` is never read
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:3434:5
[INFO] [stderr]      |
[INFO] [stderr] 3433 | struct EdgeMap {
[INFO] [stderr]      |        ------- field in this struct
[INFO] [stderr] 3434 |     tolerance: f64,
[INFO] [stderr]      |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `hole_ref_reversed_for_cylinder_ccw` is never used
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:3758:4
[INFO] [stderr]      |
[INFO] [stderr] 3758 | fn hole_ref_reversed_for_cylinder_ccw(
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `JunctionSplit` is never constructed
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:4088:8
[INFO] [stderr]      |
[INFO] [stderr] 4088 | struct JunctionSplit {
[INFO] [stderr]      |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `i0` is never read
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:4185:5
[INFO] [stderr]      |
[INFO] [stderr] 4177 | struct SpanPiece {
[INFO] [stderr]      |        --------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 4185 |     i0: usize,
[INFO] [stderr]      |     ^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `bite` is never read
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:4197:5
[INFO] [stderr]      |
[INFO] [stderr] 4193 | struct ThroughPiece {
[INFO] [stderr]      |        ------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 4197 |     bite: usize,
[INFO] [stderr]      |     ^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `ThroughPiece` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `split_spanning_loop` is never used
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:4992:4
[INFO] [stderr]      |
[INFO] [stderr] 4992 | fn split_spanning_loop(
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `pts` is never read
[INFO] [stderr]     --> crates/cadcore-ops/src/union.rs:5572:9
[INFO] [stderr]      |
[INFO] [stderr] 5565 |     struct RawNotch {
[INFO] [stderr]      |            -------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 5572 |         pts: Vec<Point3>, // stored order = va → vb
[INFO] [stderr]      |         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]     --> crates/cadcore-ops/src/sweep.rs:1986:13
[INFO] [stderr]      |
[INFO] [stderr] 1986 |             other => panic!("unexpected boundary {other:?}"),
[INFO] [stderr]      |             ^^^^^ no value can reach this
[INFO] [stderr]      |
[INFO] [stderr] note: multiple earlier patterns match some of the same values
[INFO] [stderr]     --> crates/cadcore-ops/src/sweep.rs:1986:13
[INFO] [stderr]      |
[INFO] [stderr] 1981 |             FaceBoundary::Circle(_) => {}
[INFO] [stderr]      |             ----------------------- matches some of the same values
[INFO] [stderr] 1982 |             FaceBoundary::Ellipse(e) => panic!(
[INFO] [stderr]      |             ------------------------ matches some of the same values
[INFO] [stderr] ...
[INFO] [stderr] 1986 |             other => panic!("unexpected boundary {other:?}"),
[INFO] [stderr]      |             ^^^^^ collectively making this unreachable
[INFO] [stderr]      = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cadcore-ops` (lib) generated 11 warnings (run `cargo fix --lib -p cadcore-ops` to apply 3 suggestions)
[INFO] [stderr] warning: `cadcore-union` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `cadcore-ops` (lib test) generated 11 warnings (10 duplicates)
[INFO] [stderr] warning: missing documentation for a module
[INFO] [stderr]   --> crates/cadcore/src/lib.rs:70:1
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub mod step {
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]   --> crates/cadcore/src/lib.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 | #![warn(missing_docs)]
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `push_shared_polyline` is never used
[INFO] [stderr]     --> crates/cadcore-step/src/writer.rs:2562:4
[INFO] [stderr]      |
[INFO] [stderr] 2562 | fn push_shared_polyline(
[INFO] [stderr]      |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cadcore` (lib) generated 1 warning
[INFO] [stderr] warning: `cadcore-step` (lib test) generated 1 warning
[INFO] [stderr] warning: `cadcore` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cadcore-46495dd8208c5e11)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cadcore_geom-d657167857738188)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test curves::tests::circle_roundtrip ... ok
[INFO] [stdout] test curves::tests::miter_ellipse_semi_axes ... ok
[INFO] [stdout] test intersect::tests::cyl_cyl_full_penetration_two_loops ... ok
[INFO] [stdout] test intersect::tests::cyl_cyl_lateral_offset_crossing ... ok
[INFO] [stdout] test arrangement::tests::closed_imprint_splits_two_cells ... ok
[INFO] [stdout] test arrangement::tests::open_chain_splits_rectangle ... ok
[INFO] [stdout] test arrangement::tests::periodic_hole_across_seam ... ok
[INFO] [stdout] test arrangement::tests::rectangle_single_cell ... ok
[INFO] [stdout] test arrangement::tests::periodic_plain_lateral_one_cell ... ok
[INFO] [stdout] test arrangement::tests::t_junction_splits ... ok
[INFO] [stdout] test arrangement::tests::polyline_loop_area_conservation ... ok
[INFO] [stdout] test arrangement::tests::two_crossing_chains_four_cells ... ok
[INFO] [stdout] test intersect::tests::cyl_cyl_woodpile_crossing_single_loop ... ok
[INFO] [stdout] test intersect::tests::cyl_plane_circle_and_ellipse ... ok
[INFO] [stdout] test intersect::tests::cyl_plane_parallel_axis_lines ... ok
[INFO] [stdout] test intersect::tests::cyl_cyl_no_overlap_empty ... ok
[INFO] [stdout] test intersect::tests::cyl_cyl_out_of_scope_empty ... ok
[INFO] [stdout] test intersect::tests::parallel_overlap_two_lines ... ok
[INFO] [stdout] test surfaces::tests::torus_minor_circle ... ok
[INFO] [stdout] test swept::tests::arc_tube_points_on_tube ... ok
[INFO] [stdout] test surfaces::tests::cylinder_point_on_surface ... ok
[INFO] [stdout] test swept::tests::project_arc_is_exact_not_grid_quantized ... ok
[INFO] [stdout] test swept::tests::straight_tube_is_a_cylinder ... ok
[INFO] [stdout] test trim::tests::inside_outside_arc_tube ... ok
[INFO] [stdout] test trim::tests::inside_outside_straight_tube ... ok
[INFO] [stdout] test ssi::tests::ssi_two_straight_tubes_matches_analytic ... ok
[INFO] [stdout] test swept::tests::derivatives_consistent_with_normal ... ok
[INFO] [stdout] test trim::tests::signed_area_sign_and_orientation ... ok
[INFO] [stdout] test swept::tests::project_roundtrip ... ok
[INFO] [stdout] test trim::tests::bite_loop_interior_is_inside_other ... ok
[INFO] [stdout] test intersect::tests::torus_cyl_bite_loop ... ok
[INFO] [stdout] test ssi::tests::ssi_real_20x20_pair ... ok
[INFO] [stdout] test ssi::tests::ssi_straight_tube_meets_arc_tube ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cadcore_math-52733306d385c013)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test frame::tests::round_trip_point ... ok
[INFO] [stdout] test interval::tests::union_span ... ok
[INFO] [stdout] test interval::tests::intersection_empty ... ok
[INFO] [stdout] test mat3::tests::inverse_times_original_is_identity ... ok
[INFO] [stdout] test mat3::tests::rotation_90_deg_around_z ... ok
[INFO] [stdout] test point3::tests::add_vec_moves_point ... ok
[INFO] [stdout] test point3::tests::subtraction_gives_vec ... ok
[INFO] [stdout] test transform::tests::inverse_round_trip ... ok
[INFO] [stdout] test unitvec::tests::perp_basis_orthogonal ... ok
[INFO] [stdout] test unitvec::tests::unit_length ... ok
[INFO] [stdout] test unitvec::tests::zero_returns_none ... ok
[INFO] [stdout] test vec3::tests::cross_product ... ok
[INFO] [stdout] test vec3::tests::normalize_unit_length ... ok
[INFO] [stdout] test vec3::tests::reflect ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cadcore_ops-68eba7d2857eebcf)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test boolean::tests::cylinder_above_plane_kept ... ok
[INFO] [stdout] test boolean::tests::cylinder_below_plane_dropped ... ok
[INFO] [stdout] test sweep::tests::analytic_arc_creates_single_torus_face ... ok
[INFO] [stdout] test sweep::tests::arc_radius_must_exceed_profile_radius ... ok
[INFO] [stdout] test sweep::tests::closed_request_on_open_path_falls_back_to_caps ... ok
[INFO] [stdout] test sweep::tests::closed_square_loop_has_no_caps ... ok
[INFO] [stdout] test sweep::tests::error_on_too_few_points ... ok
[INFO] [stdout] test sweep::tests::error_on_zero_radius ... ok
[INFO] [stdout] test sweep::tests::gentle_corner_still_mitres ... ok
[INFO] [stdout] test boolean::tests::x_cylinder_tangent_to_plane_survives_as_halfcyl ... ok
[INFO] [stdout] test sweep::tests::negative_corner_fillet_radius_fails ... ok
[INFO] [stdout] test boolean::tests::y_cylinder_perpendicular_to_plane_truncates ... ok
[INFO] [stdout] test sweep::tests::rounded_box_face_count ... ok
[INFO] [stdout] test sweep::tests::rounded_box_profile_points_at_radius_from_inner_box ... ok
[INFO] [stdout] test sweep::tests::rounded_box_profile_within_bounds ... ok
[INFO] [stdout] test sweep::tests::rounded_box_side_faces_are_quads ... ok
[INFO] [stdout] test sweep::tests::rounded_box_top_face_z_correct ... ok
[INFO] [stdout] test sweep::tests::corner_fillet_radius_can_exceed_profile_radius ... ok
[INFO] [stdout] test sweep::tests::corner_fillet_radius_controls_inside_solid_corner_radius ... ok
[INFO] [stdout] test sweep::tests::rounded_box_xz_analytic_face_types ... ok
[INFO] [stdout] test sweep::tests::rounded_box_xz_normals_point_outward ... ok
[INFO] [stdout] test sweep::tests::rounded_box_full_face_count ... ok
[INFO] [stdout] test sweep::tests::rounded_box_full_normals_point_outward ... ok
[INFO] [stdout] test sweep::tests::rounded_polyline_sweep_uses_centerline_radius_for_torus ... ok
[INFO] [stdout] test sweep::tests::sampled_polyline_arc_is_recovered_as_one_segment ... ok
[INFO] [stdout] test sweep::tests::sharp_reversal_join_does_not_explode ... ok
[INFO] [stdout] test sweep::tests::rounded_box_xz_caps_at_correct_y ... ok
[INFO] [stdout] test sweep::tests::single_segment_creates_solid ... ok
[INFO] [stdout] test sweep::tests::two_segments_can_build_rounded_corner_sweep ... ok
[INFO] [stdout] test union::tests::spanning_hole_reversed_makes_crossing_cylinder_loop_ccw ... ok
[INFO] [stdout] test sweep::tests::rounded_box_xz_zero_radius_equals_box ... ok
[INFO] [stdout] test sweep::tests::rounded_box_zero_radius_equals_sharp_box ... ok
[INFO] [stdout] test sweep::tests::rounded_polyline_builds_tangent_arc ... ok
[INFO] [stdout] test sweep::tests::rounded_box_xz_face_count ... ok
[INFO] [stdout] test sweep::tests::rounded_box_xz_side_quads_span_y ... ok
[INFO] [stdout] test sweep::tests::sampled_arc_can_be_restored_to_sharp_corner ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cadcore_step-278690afacfd6f4b)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test nurbs::tests::torus_patch_180_splits_and_matches ... ok
[INFO] [stdout] test nurbs::tests::torus_patch_90_matches_analytic ... ok
[INFO] [stdout] test nurbs::tests::torus_patch_interior_on_surface ... ok
[INFO] [stdout] test pcurve::tests::cyl_uv_roundtrip ... ok
[INFO] [stdout] test pcurve::tests::cyl_pcurve_unwraps_seam ... ok
[INFO] [stdout] test pcurve::tests::plane_uv_roundtrip ... ok
[INFO] [stdout] test writer::tests::closed_loop_sweep_stays_manifold ... ok
[INFO] [stdout] test writer::tests::half_space_cut_serpentine_stays_manifold ... ok
[INFO] [stdout] test writer::tests::straight_cylinder_caps_share_edge_curve ... ok
[INFO] [stdout] test writer::tests::torus_arc_range_uses_endpoint_loops_not_extra_holes ... ok
[INFO] [stdout] test writer::tests::rounded_box_xz_arc_edges_not_duplicated ... ok
[INFO] [stdout] test writer::tests::trimmed_inner_loop_uses_face_bound_orientation_not_edge_flip ... ok
[INFO] [stdout] test writer::tests::trimmed_tetrahedron_line_edges_is_manifold ... ok
[INFO] [stdout] test writer::tests::trimmed_tetrahedron_polyline_edges_is_manifold ... ok
[INFO] [stdout] test writer::tests::rounded_box_xz_is_manifold ... ok
[INFO] [stdout] test nurbs::tests::torus_patch_project_roundtrip ... ok
[INFO] [stdout] test nurbs::tests::torus_patch_project_boundary_is_finite ... ok
[INFO] [stdout] test writer::tests::open_boundary_split_exports_one_shared_intersection_edge ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cadcore_topo-6c89645db1e77a29)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test brep::tests::add_vertex_increases_count ... ok
[INFO] [stdout] test brep::tests::append_solid_deep_copies_and_remaps ... ok
[INFO] [stdout] test brep::tests::empty_brep_has_zero_stats ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cadcore_union-54bb5bc9d3b4b1c7)
[INFO] [stdout] 
[INFO] [stdout] running 77 tests
[INFO] [stdout] test arrange::assembly::tests::shared_edge_opposite_senses ... ok
[INFO] [stdout] test arrange::domain::tests::torus_uv_roundtrip ... ok
[INFO] [stdout] test arrange::domain::tests::cylinder_uv_roundtrip ... ok
[INFO] [stdout] test arrange::filament::tests::l_filament_is_watertight ... ok
[INFO] [stdout] test arrange::filament::tests::u_filament_is_watertight ... ok
[INFO] [stdout] test arrange::filament::tests::l_filament_passes_gates ... ok
[INFO] [stdout] test arrange::registry::tests::junctions_of_l_filament ... ok
[INFO] [stdout] test arrange::filament::tests::u_filament_passes_gates ... ok
[INFO] [stdout] test arrange::registry::tests::plain_crossing_is_single_piece ... ok
[INFO] [stdout] test arrange::filament::tests::filament_with_crosser_watertight ... ok
[INFO] [stdout] test arrange::cells::tests::crossing_window_cell_classification ... ok
[INFO] [stdout] test boolean::ssi::tests::box_box_plane_plane_segment ... ok
[INFO] [stdout] test boolean::ssi::tests::disjoint_boxes_no_ssi ... ok
[INFO] [stdout] test boolean::tests::point_in_capped_cylinder ... ok
[INFO] [stdout] test boolean::tests::broad_phase_culls_distant_faces ... ok
[INFO] [stdout] test arrange::solid::tests::capped_cylinder_is_watertight ... ok
[INFO] [stdout] test arrange::assembly::tests::crossing_band_assembles_shared_edges ... ok
[INFO] [stdout] test arrange::registry::tests::corner_loop_pieces_have_exact_joints ... ok
[INFO] [stdout] test boolean::tests::point_in_offset_box ... ok
[INFO] [stdout] test boolean::tests::point_in_axis_box ... ok
[INFO] [stdout] test boolean::tests::union_cylinder_through_box_watertight ... ok
[INFO] [stdout] test boolean::tests::union_two_corner_boxes_watertight ... ok
[INFO] [stdout] test boolean::tests::union_three_boxes_watertight ... ok
[INFO] [stdout] test boolean::tests::union_two_crossing_elbows_watertight ... ignored, torus×torus not watertight yet (~300 open); the hard frontier
[INFO] [stdout] test boolean::tests::union_two_overlapping_elbows_watertight ... ignored, needs clean elbow-only-overlap geometry (legs coincide here)
[INFO] [stdout] test arrange::solid::tests::crossing_grid_2x2_watertight ... ok
[INFO] [stdout] test boolean::tests::union_filament_with_elbow_carries_torus ... ok
[INFO] [stdout] test diag::tests::worst_and_clean ... ok
[INFO] [stdout] test diag::tests::counters_accumulate ... ok
[INFO] [stdout] test geom::classify::tests::disjoint_layers ... ok
[INFO] [stdout] test geom::classify::tests::hl_050_still_transversal ... ok
[INFO] [stdout] test arrange::scaffold::tests::two_crossing_serpentines_watertight ... ok
[INFO] [stdout] test geom::classify::tests::hl_at_diameter_is_near_tangent ... ok
[INFO] [stdout] test geom::classify::tests::oblique_detected ... ok
[INFO] [stdout] test boolean::tests::union_cylinder_cuts_torus_elbow ... ok
[INFO] [stdout] test geom::classify::tests::parallel_stacked ... ok
[INFO] [stdout] test geom::classify::tests::woodpile_perpendicular_transversal ... ok
[INFO] [stdout] test geom::composite::tests::projects_onto_nearest_member ... ok
[INFO] [stdout] test arrange::solid::tests::crossing_grid_3x3_watertight ... ok
[INFO] [stdout] test geom::intersect::tests::clip_stops_trace ... ok
[INFO] [stdout] test geom::intersect::tests::cylinder_plane_oblique_is_exact_ellipse ... ok
[INFO] [stdout] test geom::intersect::tests::near_tangent_reported_not_guessed ... ok
[INFO] [stdout] test geom::intersect::tests::perpendicular_equal_radii_woodpile_loop ... ok
[INFO] [stdout] test geom::intersect::tests::oblique_unequal_radii_loop ... ok
[INFO] [stdout] test boolean::tests::union_parallel_cylinders_stacked_watertight ... ok
[INFO] [stdout] test geom::intersect::tests::torus_cylinder_corner_bite ... ok
[INFO] [stdout] test geom::intersect::tests::tracer_beats_legacy_sampler ... ok
[INFO] [stdout] test geom::composite::tests::loops_found_without_manual_seeds ... ok
[INFO] [stdout] test geom::refine::tests::curve_interior_refined_endpoints_untouched ... ok
[INFO] [stdout] test geom::refine::tests::project_onto_cylinder ... ok
[INFO] [stdout] test geom::refine::tests::circle_keeps_final_word ... ok
[INFO] [stdout] test geom::composite::tests::corner_bite_loop_spans_junction ... ok
[INFO] [stdout] test geom::refine::tests::triple_point_cyl_cyl_plane ... ok
[INFO] [stdout] test geom::refine::tests::two_perpendicular_cylinders_converges_to_curve ... ok
[INFO] [stdout] test tolerance::tests::default_ladder_is_ordered ... ok
[INFO] [stdout] test geom::refine::tests::project_onto_torus ... ok
[INFO] [stdout] test tolerance::tests::inverted_ladder_rejected ... ok
[INFO] [stdout] test validate::manifold::tests::flags_single_use_edge ... ok
[INFO] [stdout] test validate::distance::tests::detects_offset_edge ... ok
[INFO] [stdout] test validate::step_text::tests::same_sense_flagged ... ok
[INFO] [stdout] test validate::step_text::tests::clean_pair_passes ... ok
[INFO] [stdout] test validate::step_text::tests::single_use_flagged ... ok
[INFO] [stdout] test validate::step_text::tests::triple_use_flagged ... ok
[INFO] [stdout] test validate::wires::tests::good_disk_with_cw_hole_passes ... ok
[INFO] [stdout] test validate::wires::tests::overlapping_wires_flagged ... ok
[INFO] [stdout] test validate::wires::tests::ccw_hole_flagged ... ok
[INFO] [stdout] test validate::wires::tests::shell_runner_walks_all_faces ... ok
[INFO] [stdout] test boolean::tests::union_thin_cylinder_through_thick_watertight ... ok
[INFO] [stdout] test boolean::tests::union_two_crossing_cylinders_watertight ... ok
[INFO] [stdout] test boolean::tests::union_stacked_tori_watertight ... ok
[INFO] [stdout] test boolean::tests::union_stacked_full_tori_watertight ... ok
[INFO] [stdout] test boolean::tests::union_three_cylinder_woodpile_watertight ... ok
[INFO] [stdout] test boolean::tests::union_offset_full_tori_watertight ... FAILED
[INFO] [stdout] test arrange::solid::tests::crossing_solid_fully_watertight ... ok
[INFO] [stdout] test arrange::solid::tests::crossing_solid_shares_crossing_curve_and_caps ... ok
[INFO] [stdout] test boolean::tests::union_two_tori_clean_watertight ... ok
[INFO] [stdout] test arrange::scaffold::tests::four_layer_weave_fuses_fast_and_watertight ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- boolean::tests::union_offset_full_tori_watertight stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'boolean::tests::union_offset_full_tori_watertight' (871) panicked at crates/cadcore-union/src/boolean/mod.rs:574:9:
[INFO] [stdout] assertion `left == right` failed: offset donuts fused
[INFO] [stdout]   left: 2
[INFO] [stdout]  right: 1
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a3139c9bf8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a3139c9bf8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a3139c9bf8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a3139c9bf8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a3139ded7a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a3139ded7a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x55a3139ce4c2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x55a3139ce4c2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x55a3139a8a56 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a3139a8a56 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a3139c1f79 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a31394944c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x55a31394944c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a3139c2132 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x55a3139c2132 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a3139a8b12 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a31399dce9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a3139a982d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a3139df46c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a3139df3e3 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x55a3139da818 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x55a3138f01a0 - cadcore_union[3eb12e6f0afab74d]::boolean::tests::union_offset_full_tori_watertight
[INFO] [stdout]   22:     0x55a3138df529 - cadcore_union[3eb12e6f0afab74d]::boolean::tests::union_offset_full_tori_watertight::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/cadcore-union/src/boolean/mod.rs:564:43
[INFO] [stdout]   23:     0x55a3138df529 - <cadcore_union[3eb12e6f0afab74d]::boolean::tests::union_offset_full_tori_watertight::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x55a31393c52b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x55a31393c52b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x55a313949da5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x55a313949da5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x55a313949da5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x55a313949da5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x55a313949da5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55a313949da5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x55a313949da5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x55a3139436b4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x55a3139436b4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x55a31394ce22 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x55a31394ce22 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x55a31394ce22 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x55a31394ce22 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x55a31394ce22 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55a31394ce22 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x55a31394ce22 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x55a3139c938f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x55a3139c938f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7b20f821aaa4 - <unknown>
[INFO] [stdout]   45:     0x7b20f82a7a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     boolean::tests::union_offset_full_tori_watertight
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 74 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out; finished in 1.10s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p cadcore-union --lib`
[INFO] running `Command { std: "docker" "inspect" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9", kill_on_drop: false }`
[INFO] [stdout] fa72984535968c5239dcee3e1d53e7b8c55a81e02601404a6d15e3a78a5c70b9
