[INFO] fetching crate kittycad-modeling-session 0.1.5...
[INFO] testing kittycad-modeling-session-0.1.5 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate kittycad-modeling-session 0.1.5 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate kittycad-modeling-session 0.1.5
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate kittycad-modeling-session 0.1.5
[INFO] tweaked toml for crates.io crate kittycad-modeling-session 0.1.5 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate kittycad-modeling-session 0.1.5 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate kittycad-modeling-session 0.1.5 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e122c9a0a110cbe01101ffd1b5d0ff43d4565ee6b4444e8b2add9084335458a6
[INFO] running `Command { std: "docker" "start" "-a" "e122c9a0a110cbe01101ffd1b5d0ff43d4565ee6b4444e8b2add9084335458a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e122c9a0a110cbe01101ffd1b5d0ff43d4565ee6b4444e8b2add9084335458a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e122c9a0a110cbe01101ffd1b5d0ff43d4565ee6b4444e8b2add9084335458a6", kill_on_drop: false }`
[INFO] [stdout] e122c9a0a110cbe01101ffd1b5d0ff43d4565ee6b4444e8b2add9084335458a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7a426bdd8ddc56da8c35c9758b53ad0c9d9a39a481e23b262d2eaff69bd1ff6
[INFO] running `Command { std: "docker" "start" "-a" "d7a426bdd8ddc56da8c35c9758b53ad0c9d9a39a481e23b262d2eaff69bd1ff6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling thiserror v1.0.68
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling rustls v0.23.13
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling webpki-roots v0.26.3
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling rustls-pemfile v2.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zerocopy v0.8.20
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bigdecimal v0.4.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling cgmath v0.16.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling data-encoding v2.8.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rand_core v0.9.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling mint v0.5.9
[INFO] [stderr]    Compiling oncemutex v0.1.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling approx v0.1.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling retry-policies v0.4.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling kittycad-modeling-cmds-macros-impl v0.1.13
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling matchit v0.8.5
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling measurements v0.11.0
[INFO] [stderr]    Compiling lsystem v0.2.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.68
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling strum_macros v0.26.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling regex-cache v0.2.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling enum-iterator-derive v1.4.0
[INFO] [stderr]    Compiling kittycad-unit-conversion-derive v0.1.0
[INFO] [stderr]    Compiling euler v0.4.1
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]    Compiling kittycad-modeling-cmds-macros v0.1.12
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling opentelemetry v0.24.0
[INFO] [stderr]    Compiling enum-iterator v2.1.0
[INFO] [stderr]    Compiling strum v0.26.2
[INFO] [stderr]    Compiling parse-display-derive v0.10.0
[INFO] [stderr]    Compiling parse-display-derive v0.9.1
[INFO] [stderr]    Compiling phonenumber v0.3.6+8.13.36
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling opentelemetry_sdk v0.24.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling parse-display v0.10.0
[INFO] [stderr]    Compiling parse-display v0.9.1
[INFO] [stderr]    Compiling bytes v1.8.0
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling chrono v0.4.40
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-opentelemetry v0.25.0
[INFO] [stderr]    Compiling tokio v1.44.2
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling format_serde_error v0.3.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling kittycad-modeling-cmds v0.2.110
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-rustls v0.26.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling h2 v0.4.7
[INFO] [stderr]    Compiling hyper v1.5.1
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling hyper-rustls v0.27.3
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.15
[INFO] [stderr]    Compiling reqwest-middleware v0.4.0
[INFO] [stderr]    Compiling reqwest-tracing v0.5.4
[INFO] [stderr]    Compiling reqwest-retry v0.7.0
[INFO] [stderr]    Compiling reqwest-conditional-middleware v0.4.0
[INFO] [stderr]    Compiling kittycad v0.3.36
[INFO] [stderr]    Compiling kittycad-modeling-session v0.1.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
[INFO] running `Command { std: "docker" "inspect" "d7a426bdd8ddc56da8c35c9758b53ad0c9d9a39a481e23b262d2eaff69bd1ff6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7a426bdd8ddc56da8c35c9758b53ad0c9d9a39a481e23b262d2eaff69bd1ff6", kill_on_drop: false }`
[INFO] [stdout] d7a426bdd8ddc56da8c35c9758b53ad0c9d9a39a481e23b262d2eaff69bd1ff6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8fb03f3fbc9db9fd4984163859122ca5adea46380ea9998eb3fcdac1c7bba1e
[INFO] running `Command { std: "docker" "start" "-a" "c8fb03f3fbc9db9fd4984163859122ca5adea46380ea9998eb3fcdac1c7bba1e", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling built v0.7.3
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling profiling-procmacros v1.0.15
[INFO] [stderr]    Compiling bytemuck v1.16.0
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling miniz_oxide v0.7.3
[INFO] [stderr]    Compiling v_frame v0.3.8
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling profiling v1.0.15
[INFO] [stderr]    Compiling imgref v1.10.1
[INFO] [stderr]    Compiling bitstream-io v2.3.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling rgb v0.8.37
[INFO] [stderr]    Compiling avif-serialize v0.8.1
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling av1-grain v0.2.3
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling png v0.17.13
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling image-webp v0.1.2
[INFO] [stderr]    Compiling zune-jpeg v0.4.11
[INFO] [stderr]    Compiling tracing-opentelemetry v0.25.0
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling exr v1.72.0
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling reqwest-tracing v0.5.4
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling kittycad v0.3.36
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling color-eyre v0.6.3
[INFO] [stderr]    Compiling ravif v0.11.5
[INFO] [stderr]    Compiling image v0.25.1
[INFO] [stderr]    Compiling kittycad-modeling-session v0.1.5 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `kittycad` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name kittycad --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/kittycad-0.3.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="requests"' --cfg 'feature="retry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "dirs", "js", "requests", "retry", "tabled"))' -C metadata=7196fd0e47b9aed7 -C extra-filename=-dc539d15a8190946 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-48c4874d2e1f3573.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-3659fbfd72838bc4.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-32787b0325ea6df8.rmeta --extern bigdecimal=/opt/rustwide/target/debug/deps/libbigdecimal-1b8d76a2e431d4ee.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-036225676767b4b6.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-e2c54e7254438282.rmeta --extern data_encoding=/opt/rustwide/target/debug/deps/libdata_encoding-abe3f5b16eafed3a.rmeta --extern format_serde_error=/opt/rustwide/target/debug/deps/libformat_serde_error-fb9338a0fa877d4d.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-8ad00bbf34bb85a3.rmeta --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-9d04e23ceaeae14d.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-342d299dc6e5210a.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-d88ca45292fd123d.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-5c799e5e163e0f2c.rmeta --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-286f4b2cf08a7ccb.rmeta --extern parse_display=/opt/rustwide/target/debug/deps/libparse_display-318e39d6254f24e5.rmeta --extern phonenumber=/opt/rustwide/target/debug/deps/libphonenumber-0815d3f9022874d5.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-1d33ca7cfb6963d8.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-00a4bb8cfc4ec253.rmeta --extern reqwest_conditional_middleware=/opt/rustwide/target/debug/deps/libreqwest_conditional_middleware-19ca85c5a53ba094.rmeta --extern reqwest_middleware=/opt/rustwide/target/debug/deps/libreqwest_middleware-9b3f6d5d30e06ecd.rmeta --extern reqwest_retry=/opt/rustwide/target/debug/deps/libreqwest_retry-579df45ff7425b4f.rmeta --extern reqwest_tracing=/opt/rustwide/target/debug/deps/libreqwest_tracing-43a0c482ca844bde.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-709e4747f569daf4.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-ccd29f1344c7385a.rmeta --extern serde_bytes=/opt/rustwide/target/debug/deps/libserde_bytes-5bfd67e48afb7839.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-2cf28fdd4c44faec.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-8ae9c00a2c98a314.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-c391799bc98e878e.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d8d839861acbe0c4.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-0d7ec9a96f9d5065.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-dddd1d18649b14e4.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-169c02cbe337a97d.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-9ba9708797501ba2/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c8fb03f3fbc9db9fd4984163859122ca5adea46380ea9998eb3fcdac1c7bba1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8fb03f3fbc9db9fd4984163859122ca5adea46380ea9998eb3fcdac1c7bba1e", kill_on_drop: false }`
[INFO] [stdout] c8fb03f3fbc9db9fd4984163859122ca5adea46380ea9998eb3fcdac1c7bba1e
