[INFO] fetching crate wgparry2d 0.2.0...
[INFO] testing wgparry2d-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate wgparry2d 0.2.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate wgparry2d 0.2.0
[INFO] finished tweaking crates.io crate wgparry2d 0.2.0
[INFO] tweaked toml for crates.io crate wgparry2d 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wgparry2d 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 220 packages to latest compatible versions
[INFO] [stderr]       Adding encase v0.10.0 (available: v0.12.0)
[INFO] [stderr]       Adding naga_oil v0.16.0 (available: v0.20.0)
[INFO] [stderr]       Adding nalgebra v0.33.2 (available: v0.34.1)
[INFO] [stderr]       Adding parry2d v0.17.6 (available: v0.25.3)
[INFO] [stderr]       Adding wgpu v23.0.1 (available: v27.0.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2d44fddec7878de87fcae0f60e9cbafacaf23ea5d36b476f764c8e71d1bbbe68
[INFO] running `Command { std: "docker" "start" "-a" "2d44fddec7878de87fcae0f60e9cbafacaf23ea5d36b476f764c8e71d1bbbe68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d44fddec7878de87fcae0f60e9cbafacaf23ea5d36b476f764c8e71d1bbbe68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d44fddec7878de87fcae0f60e9cbafacaf23ea5d36b476f764c8e71d1bbbe68", kill_on_drop: false }`
[INFO] [stdout] 2d44fddec7878de87fcae0f60e9cbafacaf23ea5d36b476f764c8e71d1bbbe68
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7795689c0069d7ccbdfd04efe69bbfba0896d275dcfa15051e48f857844f4cb8
[INFO] running `Command { std: "docker" "start" "-a" "7795689c0069d7ccbdfd04efe69bbfba0896d275dcfa15051e48f857844f4cb8", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling pp-rs v0.2.1
[INFO] [stderr]    Compiling spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling gpu-descriptor-types v0.2.0
[INFO] [stderr]    Compiling gpu-alloc-types v0.3.0
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling wgpu-types v23.0.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling glow v0.14.2
[INFO] [stderr]    Compiling naga v23.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling wgpu-hal v23.0.1
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling wgpu-core v23.0.1
[INFO] [stderr]    Compiling gpu-alloc v0.6.0
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling wgpu v23.0.1
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling typewit v1.14.2
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling const_panic v0.2.15
[INFO] [stderr]    Compiling notify-types v1.0.1
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling gpu-descriptor v0.3.2
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling encase_derive_impl v0.10.0
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling encase_derive v0.10.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling wgcore-derive v0.2.0
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling naga_oil v0.16.0
[INFO] [stderr]    Compiling encase v0.10.0
[INFO] [stderr]    Compiling wgcore v0.2.2
[INFO] [stderr]    Compiling wgebra v0.2.0
[INFO] [stderr]    Compiling wgparry2d v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `WgBall` is never constructed
[INFO] [stdout]   --> src/ball.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct WgBall;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/cuboid.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub half_extents: Vector<f32>,
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.42s
[INFO] running `Command { std: "docker" "inspect" "7795689c0069d7ccbdfd04efe69bbfba0896d275dcfa15051e48f857844f4cb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7795689c0069d7ccbdfd04efe69bbfba0896d275dcfa15051e48f857844f4cb8", kill_on_drop: false }`
[INFO] [stdout] 7795689c0069d7ccbdfd04efe69bbfba0896d275dcfa15051e48f857844f4cb8
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 46877a06eb57a623b59dd1d523b1bb47911c098fa59c19d257a57d0516853047
[INFO] running `Command { std: "docker" "start" "-a" "46877a06eb57a623b59dd1d523b1bb47911c098fa59c19d257a57d0516853047", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling naga_oil v0.16.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling robust v1.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling gpu-descriptor v0.3.2
[INFO] [stderr]    Compiling wgpu-hal v23.0.1
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling spade v2.15.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling wgpu-core v23.0.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling futures-test v0.3.31
[INFO] [stderr]    Compiling serial_test v3.2.0
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling wgpu v23.0.1
[INFO] [stderr]    Compiling encase v0.10.0
[INFO] [stderr]    Compiling parry2d v0.17.6
[INFO] [stderr]    Compiling wgcore v0.2.2
[INFO] [stderr]    Compiling wgebra v0.2.0
[INFO] [stderr]    Compiling wgparry2d v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `WgBall` is never constructed
[INFO] [stdout]   --> src/ball.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct WgBall;
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/cuboid.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub half_extents: Vector<f32>,
[INFO] [stdout]    |                       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_naga_module` found for enum `std::result::Result<T, E>` in the current scope
[INFO] [stdout]     --> src/ball.rs:12:1
[INFO] [stdout]      |
[INFO] [stdout]   12 | wgcore::test_shader_compilation!(WgBall);
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      | |
[INFO] [stdout]      | method not found in `std::result::Result<Composer, naga_oil::compose::ComposerError>`
[INFO] [stdout]      |
[INFO] [stdout] note: the method `make_naga_module` exists on the type `Composer`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga_oil-0.16.0/src/compose/mod.rs:1610:5
[INFO] [stdout]      |
[INFO] [stdout] 1610 | /     pub fn make_naga_module(
[INFO] [stdout] 1611 | |         &mut self,
[INFO] [stdout] 1612 | |         desc: NagaModuleDescriptor,
[INFO] [stdout] 1613 | |     ) -> Result<naga::Module, ComposerError> {
[INFO] [stdout]      | |____________________________________________^
[INFO] [stdout]      = note: this error originates in the macro `wgcore::test_shader_compilation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `Composer` value, panicking if the value is a `Result::Err`
[INFO] [stdout]     -->  /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgcore-0.2.2/src/lib.rs:61:45
[INFO] [stdout]      |
[INFO] [stdout]   61 |                 let module = $ty::composer().expect("REASON")
[INFO] [stdout]      |                                             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_naga_module` found for enum `std::result::Result<T, E>` in the current scope
[INFO] [stdout]     --> src/cuboid.rs:82:14
[INFO] [stdout]      |
[INFO] [stdout]   81 |           let module = Self::composer()
[INFO] [stdout]      |  ______________________-
[INFO] [stdout]   82 | |             .make_naga_module(naga_oil::compose::NagaModuleDescriptor {
[INFO] [stdout]      | |             -^^^^^^^^^^^^^^^^ method not found in `std::result::Result<Composer, naga_oil::compose::ComposerError>`
[INFO] [stdout]      | |_____________|
[INFO] [stdout]      |
[INFO] [stdout]      |
[INFO] [stdout] note: the method `make_naga_module` exists on the type `Composer`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga_oil-0.16.0/src/compose/mod.rs:1610:5
[INFO] [stdout]      |
[INFO] [stdout] 1610 | /     pub fn make_naga_module(
[INFO] [stdout] 1611 | |         &mut self,
[INFO] [stdout] 1612 | |         desc: NagaModuleDescriptor,
[INFO] [stdout] 1613 | |     ) -> Result<naga::Module, ComposerError> {
[INFO] [stdout]      | |____________________________________________^
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `Composer` value, panicking if the value is a `Result::Err`
[INFO] [stdout]      |
[INFO] [stdout]   81 |         let module = Self::composer().expect("REASON")
[INFO] [stdout]      |                                      +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `make_naga_module` found for enum `std::result::Result<T, E>` in the current scope
[INFO] [stdout]     --> src/ray.rs:10:1
[INFO] [stdout]      |
[INFO] [stdout]   10 | wgcore::test_shader_compilation!(WgRay);
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      | |
[INFO] [stdout]      | method not found in `std::result::Result<Composer, naga_oil::compose::ComposerError>`
[INFO] [stdout]      |
[INFO] [stdout] note: the method `make_naga_module` exists on the type `Composer`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga_oil-0.16.0/src/compose/mod.rs:1610:5
[INFO] [stdout]      |
[INFO] [stdout] 1610 | /     pub fn make_naga_module(
[INFO] [stdout] 1611 | |         &mut self,
[INFO] [stdout] 1612 | |         desc: NagaModuleDescriptor,
[INFO] [stdout] 1613 | |     ) -> Result<naga::Module, ComposerError> {
[INFO] [stdout]      | |____________________________________________^
[INFO] [stdout]      = note: this error originates in the macro `wgcore::test_shader_compilation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `Composer` value, panicking if the value is a `Result::Err`
[INFO] [stdout]     -->  /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wgcore-0.2.2/src/lib.rs:61:45
[INFO] [stdout]      |
[INFO] [stdout]   61 |                 let module = $ty::composer().expect("REASON")
[INFO] [stdout]      |                                             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wgparry2d` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "46877a06eb57a623b59dd1d523b1bb47911c098fa59c19d257a57d0516853047", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46877a06eb57a623b59dd1d523b1bb47911c098fa59c19d257a57d0516853047", kill_on_drop: false }`
[INFO] [stdout] 46877a06eb57a623b59dd1d523b1bb47911c098fa59c19d257a57d0516853047
