[INFO] cloning repository https://github.com/mattj23/engeom [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattj23/engeom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattj23%2Fengeom", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattj23%2Fengeom'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ed2f3b2bdcf68c2cf1962d2b44d99b778041064 [INFO] building mattj23/engeom against try#9a3ef2cd3ecaae3c6ef59768612837d797602a6d for pr-137044-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattj23%2Fengeom" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mattj23/engeom on toolchain 9a3ef2cd3ecaae3c6ef59768612837d797602a6d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mattj23/engeom [INFO] finished tweaking git repo https://github.com/mattj23/engeom [INFO] tweaked toml for git repo https://github.com/mattj23/engeom written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mattj23/engeom 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" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 814de81590269ca45aa0da56f6b5c453abfa69c3e591e71a1761c43b0d38993d [INFO] running `Command { std: "docker" "start" "-a" "814de81590269ca45aa0da56f6b5c453abfa69c3e591e71a1761c43b0d38993d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "814de81590269ca45aa0da56f6b5c453abfa69c3e591e71a1761c43b0d38993d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "814de81590269ca45aa0da56f6b5c453abfa69c3e591e71a1761c43b0d38993d", kill_on_drop: false }` [INFO] [stdout] 814de81590269ca45aa0da56f6b5c453abfa69c3e591e71a1761c43b0d38993d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d7df7aa9cb15c93f8b4c2b072e350065687d3591d068c5373bc64dd51af4e2ec [INFO] running `Command { std: "docker" "start" "-a" "d7df7aa9cb15c93f8b4c2b072e350065687d3591d068c5373bc64dd51af4e2ec", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling serde v1.0.194 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crossbeam-utils v0.8.18 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling pulp v0.21.4 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling reborrow v0.5.5 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling dyn-stack v0.13.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.17 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.4 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling safe_arch v0.7.1 [INFO] [stderr] Compiling semver v1.0.21 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling wide v0.7.13 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling zerocopy v0.8.14 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling generator v0.8.4 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling ordered-float v4.2.0 [INFO] [stderr] Compiling fixed v1.24.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling robust v1.1.0 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling spade v2.12.1 [INFO] [stderr] Compiling levenberg-marquardt v0.14.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling half v2.3.1 [INFO] [stderr] Compiling generativity v1.1.0 [INFO] [stderr] Compiling rustc-hash v2.0.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.110 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling rstar v0.12.0 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling rand_core v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling ubyte v0.10.4 [INFO] [stderr] Compiling elapsed v0.1.2 [INFO] [stderr] Compiling cmov v0.3.1 [INFO] [stderr] Compiling sorted-vec v0.8.3 [INFO] [stderr] Compiling init_with v1.1.0 [INFO] [stderr] Compiling array-init v2.1.0 [INFO] [stderr] Compiling divrem v1.0.0 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling serde_derive v1.0.194 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling equator-macro v0.2.1 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling equator v0.2.2 [INFO] [stderr] Compiling faer-macros v0.21.0 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling aligned-vec v0.6.1 [INFO] [stderr] Compiling pest v2.7.15 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling pest_meta v2.7.15 [INFO] [stderr] Compiling pest_generator v2.7.15 [INFO] [stderr] Compiling pest_derive v2.7.15 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling raw-cpuid v11.3.0 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling py_literal v0.4.0 [INFO] [stderr] Compiling npyz v0.8.3 [INFO] [stderr] Compiling kiddo v5.0.3 [INFO] [stderr] Compiling gemm-common v0.18.2 [INFO] [stderr] Compiling faer-traits v0.21.0 [INFO] [stderr] Compiling gemm-c64 v0.18.2 [INFO] [stderr] Compiling gemm-f32 v0.18.2 [INFO] [stderr] Compiling gemm-c32 v0.18.2 [INFO] [stderr] Compiling gemm-f64 v0.18.2 [INFO] [stderr] Compiling gemm v0.18.2 [INFO] [stderr] Compiling faer v0.21.4 [INFO] [stderr] Compiling nalgebra v0.33.0 [INFO] [stderr] Compiling parry3d-f64 v0.18.0 [INFO] [stderr] Compiling parry2d-f64 v0.18.0 [INFO] [stderr] Compiling engeom v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.19s [INFO] running `Command { std: "docker" "inspect" "d7df7aa9cb15c93f8b4c2b072e350065687d3591d068c5373bc64dd51af4e2ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7df7aa9cb15c93f8b4c2b072e350065687d3591d068c5373bc64dd51af4e2ec", kill_on_drop: false }` [INFO] [stdout] d7df7aa9cb15c93f8b4c2b072e350065687d3591d068c5373bc64dd51af4e2ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9a3ef2cd3ecaae3c6ef59768612837d797602a6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 849ef2845ff95ec12d8902ca37d7dbcc3f8a8ecabb6a733a3a8be4cf9bfbafc9 [INFO] running `Command { std: "docker" "start" "-a" "849ef2845ff95ec12d8902ca37d7dbcc3f8a8ecabb6a733a3a8be4cf9bfbafc9", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.194 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling clap_builder v4.4.12 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.4.12 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling serde_json v1.0.110 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling raw-cpuid v11.3.0 [INFO] [stderr] Compiling pulp v0.21.4 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling py_literal v0.4.0 [INFO] [stderr] Compiling is-terminal v0.4.10 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling npyz v0.8.3 [INFO] [stderr] Compiling gemm-common v0.18.2 [INFO] [stderr] Compiling faer-traits v0.21.0 [INFO] [stderr] Compiling gemm-c32 v0.18.2 [INFO] [stderr] Compiling gemm-f32 v0.18.2 [INFO] [stderr] Compiling gemm-c64 v0.18.2 [INFO] [stderr] Compiling gemm-f64 v0.18.2 [INFO] [stderr] Compiling gemm v0.18.2 [INFO] [stderr] Compiling faer v0.21.4 [INFO] [stderr] Compiling nalgebra v0.33.0 [INFO] [stderr] Compiling parry2d-f64 v0.18.0 [INFO] [stderr] Compiling parry3d-f64 v0.18.0 [INFO] [stderr] Compiling levenberg-marquardt v0.14.0 [INFO] [stderr] Compiling engeom v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `d` [INFO] [stdout] --> src/common/kd_tree.rs:244:25 [INFO] [stdout] | [INFO] [stdout] 244 | let (j, d) = fixed_tree.nearest_one(p); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_d` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p_a` [INFO] [stdout] --> src/geom2/curve2.rs:1116:17 [INFO] [stdout] | [INFO] [stdout] 1116 | let p_a = curve.at_length(a).unwrap().point; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_p_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `p_b` [INFO] [stdout] --> src/geom2/curve2.rs:1117:17 [INFO] [stdout] | [INFO] [stdout] 1117 | let p_b = curve.at_length(b).unwrap().point; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_p_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `gen_mean_pts` is never used [INFO] [stdout] --> src/geom3/align3/multi_param.rs:109:8 [INFO] [stdout] | [INFO] [stdout] 109 | fn gen_mean_pts() -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `gen_transform` is never used [INFO] [stdout] --> src/geom3/align3/multi_param.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | fn gen_transform(x: f64, y: f64, z: f64, rx: f64, ry: f64, rz: f64) -> Iso3 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 33.21s [INFO] running `Command { std: "docker" "inspect" "849ef2845ff95ec12d8902ca37d7dbcc3f8a8ecabb6a733a3a8be4cf9bfbafc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "849ef2845ff95ec12d8902ca37d7dbcc3f8a8ecabb6a733a3a8be4cf9bfbafc9", kill_on_drop: false }` [INFO] [stdout] 849ef2845ff95ec12d8902ca37d7dbcc3f8a8ecabb6a733a3a8be4cf9bfbafc9