[INFO] cloning repository https://github.com/timschmidt/hypercurve
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/timschmidt/hypercurve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimschmidt%2Fhypercurve", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimschmidt%2Fhypercurve'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d9c004fc236765e85e0df6ff05a9af5e8489634c
[INFO] testing timschmidt/hypercurve 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%2Ftimschmidt%2Fhypercurve" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/timschmidt/hypercurve
[INFO] finished tweaking git repo https://github.com/timschmidt/hypercurve
[INFO] tweaked toml for git repo https://github.com/timschmidt/hypercurve written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/timschmidt/hypercurve 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/timschmidt/hypercurve 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] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded static_aabb2d_index v2.0.0
[INFO] [stderr]   Downloaded i_float v1.15.0
[INFO] [stderr]   Downloaded i_key_sort v0.6.0
[INFO] [stderr]   Downloaded i_shape v1.14.0
[INFO] [stderr]   Downloaded i_tree v0.16.0
[INFO] [stderr]   Downloaded i_overlay v4.0.7
[INFO] [stderr]   Downloaded geo v0.32.0
[INFO] [stderr]   Downloaded earcutr v0.4.3
[INFO] [stderr]   Downloaded hypertri v0.4.0
[INFO] [stderr]   Downloaded hyperreal v0.13.0
[INFO] [stderr]   Downloaded hyperlattice v0.6.0
[INFO] [stderr]   Downloaded hyperlimit v0.4.0
[INFO] [stderr]   Downloaded hypersolve v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5
[INFO] running `Command { std: "docker" "start" "6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5", 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" "6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5" "/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" "6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5", 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" "6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling hyperreal v0.13.0
[INFO] [stderr]    Compiling hyperlattice v0.6.0
[INFO] [stderr]    Compiling hyperlimit v0.4.0
[INFO] [stderr]    Compiling hypersolve v0.3.0
[INFO] [stderr]    Compiling hypercurve v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.16s
[INFO] running `Command { std: "docker" "inspect" "6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5", 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" "6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5" "/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 libc v0.2.186
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling i_float v1.15.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling i_key_sort v0.6.0
[INFO] [stderr]    Compiling robust v1.2.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling i_tree v0.16.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling geographiclib-rs v0.2.7
[INFO] [stderr]    Compiling float_next_after v1.0.0
[INFO] [stderr]    Compiling i_shape v1.14.0
[INFO] [stderr]    Compiling sif-itree v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling rstar v0.12.2
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling static_aabb2d_index v2.0.0
[INFO] [stderr]    Compiling spade v2.15.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling earcutr v0.4.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling hyperreal v0.13.0
[INFO] [stderr]    Compiling geo-types v0.7.19
[INFO] [stderr]    Compiling i_overlay v4.0.7
[INFO] [stderr]    Compiling hyperlattice v0.6.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling geo v0.32.0
[INFO] [stderr]    Compiling hyperlimit v0.4.0
[INFO] [stderr]    Compiling hypersolve v0.3.0
[INFO] [stderr]    Compiling hypercurve v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `hypercurve` (test "hypercurve_region")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name hypercurve_region --edition=2024 tests/hypercurve_region.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="predicates"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "predicates", "serde", "svg", "triangulation"))' -C metadata=dfaacddb8879ac9b -C extra-filename=-d182834d2c8dea21 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern geo=/opt/rustwide/target/debug/deps/libgeo-480d6da1e29cb101.rlib --extern hypercurve=/opt/rustwide/target/debug/deps/libhypercurve-c0d7148f8320ae94.rlib --extern hyperlimit=/opt/rustwide/target/debug/deps/libhyperlimit-b3b0846b6d6c3d3d.rlib --extern hyperreal=/opt/rustwide/target/debug/deps/libhyperreal-be879d02d1dc1c7b.rlib --extern hypersolve=/opt/rustwide/target/debug/deps/libhypersolve-599fef0b2121726c.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-570fc43ce3746776.rlib --extern static_aabb2d_index=/opt/rustwide/target/debug/deps/libstatic_aabb2d_index-5756b06b47280058.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5", kill_on_drop: false }`
[INFO] [stdout] 6f5efe50c4ec1b1fb47b43e56e6cccbe8208e8aa7774b17ae162ff8eda2488e5
