[INFO] cloning repository https://github.com/sequoia-hope/improved-waffle
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sequoia-hope/improved-waffle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsequoia-hope%2Fimproved-waffle", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsequoia-hope%2Fimproved-waffle'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 47183b0ce6520d33b001021b2b38c85be34b0ee3
[INFO] checking sequoia-hope/improved-waffle against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsequoia-hope%2Fimproved-waffle" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/sequoia-hope/improved-waffle
[INFO] finished tweaking git repo https://github.com/sequoia-hope/improved-waffle
[INFO] tweaked toml for git repo https://github.com/sequoia-hope/improved-waffle written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sequoia-hope/improved-waffle on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sequoia-hope/improved-waffle 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4abde3122a95cec8bbb4c9a7e6b4bc81a51b046ba8660cdf490303d9cfe833b6
[INFO] running `Command { std: "docker" "start" "4abde3122a95cec8bbb4c9a7e6b4bc81a51b046ba8660cdf490303d9cfe833b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4abde3122a95cec8bbb4c9a7e6b4bc81a51b046ba8660cdf490303d9cfe833b6", 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" "4abde3122a95cec8bbb4c9a7e6b4bc81a51b046ba8660cdf490303d9cfe833b6" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4abde3122a95cec8bbb4c9a7e6b4bc81a51b046ba8660cdf490303d9cfe833b6", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4abde3122a95cec8bbb4c9a7e6b4bc81a51b046ba8660cdf490303d9cfe833b6" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]     Checking cad-primitives v0.1.0 (/opt/rustwide/workdir/crates/cad-primitives)
[INFO] [stderr]     Checking robust v1.2.0
[INFO] [stderr]    Compiling dashu-int v0.4.3
[INFO] [stderr]    Compiling dashu-base v0.4.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-modular v0.6.5
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking geometry-predicates v0.3.0
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking i_float v1.16.0
[INFO] [stderr]     Checking i_tree v0.17.0
[INFO] [stderr]     Checking i_key_sort v0.10.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]     Checking ssi-rs v0.1.0 (/opt/rustwide/workdir/crates/ssi-rs)
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking i_shape v1.16.0
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]     Checking i_overlay v4.4.0
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]    Compiling branches v0.4.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]     Checking rclite v0.4.1
[INFO] [stderr]     Checking num-order v1.2.0
[INFO] [stderr]     Checking itertools v0.15.0
[INFO] [stderr]     Checking array-macro v2.1.8
[INFO] [stderr]     Checking spade v2.15.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling levenberg-marquardt v0.15.0
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling dashu-ratio v0.4.4
[INFO] [stderr]    Compiling dashu-float v0.4.5
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]     Checking predicate-gen v0.1.0 (/opt/rustwide/workdir/crates/predicate-gen)
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling dashu-macros v0.4.2
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]     Checking tempfile v3.25.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking dashu v0.4.4
[INFO] [stderr]     Checking cherchi-rs v0.1.0 (/opt/rustwide/workdir/crates/cherchi-rs)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bytemuck_derive v1.11.0
[INFO] [stderr]    Compiling katexit v0.1.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling truck-derivers v0.1.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling ruststep-derive v0.4.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking proptest v1.10.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking yang-rs v0.1.0 (/opt/rustwide/workdir/crates/yang-rs)
[INFO] [stderr]     Checking cherchi-sidecar-rs v0.1.0 (/opt/rustwide/workdir/crates/cherchi-sidecar-rs)
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking waffle-types v0.1.0 (/opt/rustwide/workdir/crates/waffle-types)
[INFO] [stderr]     Checking ruststep v0.4.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking matext4cgmath v0.1.0
[INFO] [stderr]     Checking truck-base v0.5.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr]     Checking modeling-ops v0.1.0 (/opt/rustwide/workdir/crates/modeling-ops)
[INFO] [stderr]    Compiling indirect-predicates-sidecar-rs v0.1.0 (/opt/rustwide/workdir/crates/indirect-predicates-sidecar-rs)
[INFO] [stderr]     Checking truck-geotrait v0.4.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr]     Checking truck-assembly v0.1.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr]     Checking truck-geometry v0.5.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr]     Checking truck-topology v0.6.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr]     Checking truck-polymesh v0.6.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr]     Checking nalgebra v0.34.2
[INFO] [stderr]     Checking truck-modeling v0.6.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr]     Checking truck-meshalgo v0.4.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr] warning: indirect-predicates-sidecar-rs@0.1.0: indirect-predicates-sidecar-rs: Indirect_Predicates source not found (set INDIRECT_PREDICATES_SRC or place at /home/claude/cherchi2022/InteractiveAndRobustMeshBooleans/arrangements/external/Indirect_Predicates); built no-op stub.
[INFO] [stderr]     Checking truck-stepio v0.3.0 (https://github.com/ricosjp/truck?rev=baf8cd5fb7b1c495169d902745f8b42427df66f9#baf8cd5f)
[INFO] [stderr]     Checking kernel-v2 v0.1.0 (/opt/rustwide/workdir/crates/kernel-v2)
[INFO] [stderr]     Checking step-import v0.1.0 (/opt/rustwide/workdir/crates/step-import)
[INFO] [stderr]     Checking feature-engine v0.1.0 (/opt/rustwide/workdir/crates/feature-engine)
[INFO] [stderr]     Checking file-format v0.1.0 (/opt/rustwide/workdir/crates/file-format)
[INFO] [stderr]     Checking sketch-solver v0.1.0 (/opt/rustwide/workdir/crates/sketch-solver)
[INFO] [stderr]     Checking wasm-bridge v0.1.0 (/opt/rustwide/workdir/crates/wasm-bridge)
[INFO] [stderr]     Checking test-harness v0.1.0 (/opt/rustwide/workdir/crates/test-harness)
[INFO] [stdout] warning: unused variable: `bodies_after_box`
[INFO] [stdout]    --> crates/test-harness/tests/rebuild_stability.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |     let bodies_after_box = count_visible_bodies(&m);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bodies_after_box`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] running `Command { std: "docker" "inspect" "4abde3122a95cec8bbb4c9a7e6b4bc81a51b046ba8660cdf490303d9cfe833b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4abde3122a95cec8bbb4c9a7e6b4bc81a51b046ba8660cdf490303d9cfe833b6", kill_on_drop: false }`
[INFO] [stdout] 4abde3122a95cec8bbb4c9a7e6b4bc81a51b046ba8660cdf490303d9cfe833b6
