[INFO] fetching crate gobs 0.2.0...
[INFO] testing gobs-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate gobs 0.2.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate gobs 0.2.0
[INFO] finished tweaking crates.io crate gobs 0.2.0
[INFO] tweaked toml for crates.io crate gobs 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gobs 0.2.0 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 gobs 0.2.0 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] fa3a27c0c226d82a3327b3af967f159c00f4360b11379e0d9d511a0367f7b193
[INFO] running `Command { std: "docker" "start" "-a" "fa3a27c0c226d82a3327b3af967f159c00f4360b11379e0d9d511a0367f7b193", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa3a27c0c226d82a3327b3af967f159c00f4360b11379e0d9d511a0367f7b193", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa3a27c0c226d82a3327b3af967f159c00f4360b11379e0d9d511a0367f7b193", kill_on_drop: false }`
[INFO] [stdout] fa3a27c0c226d82a3327b3af967f159c00f4360b11379e0d9d511a0367f7b193
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 102e5fc6ca8244bf0a822ad1e193b28e5e1bac1c58e258d8fb94d9c177d8c4c3
[INFO] running `Command { std: "docker" "start" "-a" "102e5fc6ca8244bf0a822ad1e193b28e5e1bac1c58e258d8fb94d9c177d8c4c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling syn v1.0.57
[INFO] [stderr]    Compiling serde_derive v1.0.118
[INFO] [stderr]    Compiling serde v1.0.118
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling vek v0.13.0
[INFO] [stderr]    Compiling approx v0.4.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling gobs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `height` and `depth` are never read
[INFO] [stdout]    --> src/cubic_surface_extractor.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | struct Array3<T>
[INFO] [stdout]     |        ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub height: usize,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 139 |     pub depth: usize,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.61s
[INFO] running `Command { std: "docker" "inspect" "102e5fc6ca8244bf0a822ad1e193b28e5e1bac1c58e258d8fb94d9c177d8c4c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "102e5fc6ca8244bf0a822ad1e193b28e5e1bac1c58e258d8fb94d9c177d8c4c3", kill_on_drop: false }`
[INFO] [stdout] 102e5fc6ca8244bf0a822ad1e193b28e5e1bac1c58e258d8fb94d9c177d8c4c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 2314318782f4fc3477b89df4b5464490262fc2291535349c43a74948fc0a593e
[INFO] running `Command { std: "docker" "start" "-a" "2314318782f4fc3477b89df4b5464490262fc2291535349c43a74948fc0a593e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling xml-rs v0.8.3
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling smallvec v1.6.0
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling wayland-sys v0.28.3
[INFO] [stderr]    Compiling libloading v0.6.6
[INFO] [stderr]    Compiling nom v6.0.1
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling ttf-parser v0.6.2
[INFO] [stderr]    Compiling x11-dl v2.18.5
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.4
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling instant v0.1.9
[INFO] [stderr]    Compiling xdg v2.2.0
[INFO] [stderr]    Compiling lock_api v0.4.2
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling dlib v0.4.2
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling object v0.22.0
[INFO] [stderr]    Compiling takeable-option v0.5.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stdout] warning: fields `height` and `depth` are never read
[INFO] [stdout]    --> src/cubic_surface_extractor.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | struct Array3<T>
[INFO] [stdout]     |        ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub height: usize,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 139 |     pub depth: usize,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling itertools v0.10.0
[INFO] [stderr]    Compiling wayland-scanner v0.28.3
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.7
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.5
[INFO] [stderr]    Compiling glium v0.29.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.6.0
[INFO] [stderr]    Compiling rusttype v0.9.2
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling memmap2 v0.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.2
[INFO] [stderr]    Compiling raw-window-handle v0.3.3
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling andrew v0.3.1
[INFO] [stderr]    Compiling dot_vox v4.1.0
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling wayland-client v0.28.3
[INFO] [stderr]    Compiling wayland-protocols v0.28.3
[INFO] [stderr]    Compiling backtrace v0.3.55
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling xcursor v0.3.3
[INFO] [stderr]    Compiling wayland-commons v0.28.3
[INFO] [stderr]    Compiling calloop v0.6.5
[INFO] [stderr]    Compiling wayland-cursor v0.28.3
[INFO] [stderr]    Compiling wayland-egl v0.28.3
[INFO] [stderr]    Compiling smithay-client-toolkit v0.12.2
[INFO] [stderr]    Compiling winit v0.24.0
[INFO] [stderr]    Compiling glutin v0.26.0
[INFO] [stderr]    Compiling gobs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]  --> tests/cubit_surface_extractor_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use gobs_core::cubic_surface_extractor::extract_cubic_mesh;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `gobs_core`, use `cargo add gobs_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]  --> tests/cubit_surface_extractor_test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use gobs_core::raw_volume::RawVolume;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `gobs_core`, use `cargo add gobs_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]  --> tests/cubit_surface_extractor_test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use gobs_core::raw_volume_sampler::RawVolumeSampler;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `gobs_core`, use `cargo add gobs_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]  --> tests/cubit_surface_extractor_test.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use gobs_core::region::Region;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `gobs_core`, use `cargo add gobs_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]  --> tests/cubit_surface_extractor_test.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use gobs_core::volume::Volume;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `gobs_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `gobs_core`, use `cargo add gobs_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gobs` (test "cubit_surface_extractor_test") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: fields `height` and `depth` are never read
[INFO] [stdout]    --> src/cubic_surface_extractor.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 132 | struct Array3<T>
[INFO] [stdout]     |        ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub height: usize,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 139 |     pub depth: usize,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2314318782f4fc3477b89df4b5464490262fc2291535349c43a74948fc0a593e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2314318782f4fc3477b89df4b5464490262fc2291535349c43a74948fc0a593e", kill_on_drop: false }`
[INFO] [stdout] 2314318782f4fc3477b89df4b5464490262fc2291535349c43a74948fc0a593e
