[INFO] fetching crate mikktspace 0.3.0...
[INFO] testing mikktspace-0.3.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mikktspace 0.3.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate mikktspace 0.3.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate mikktspace 0.3.0
[INFO] tweaked toml for crates.io crate mikktspace 0.3.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mikktspace 0.3.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mikktspace 0.3.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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6e6afa18063934a416458709d706f4befe34776dd7c347fcfa3e1ffdc58314ec
[INFO] running `Command { std: "docker" "start" "-a" "6e6afa18063934a416458709d706f4befe34776dd7c347fcfa3e1ffdc58314ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e6afa18063934a416458709d706f4befe34776dd7c347fcfa3e1ffdc58314ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e6afa18063934a416458709d706f4befe34776dd7c347fcfa3e1ffdc58314ec", kill_on_drop: false }`
[INFO] [stdout] 6e6afa18063934a416458709d706f4befe34776dd7c347fcfa3e1ffdc58314ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9da67240bdab4aae34ef9e2ab88b3ba3f254e24fc8e0cebc6c54d83afc1feb7b
[INFO] running `Command { std: "docker" "start" "-a" "9da67240bdab4aae34ef9e2ab88b3ba3f254e24fc8e0cebc6c54d83afc1feb7b", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.2
[INFO] [stderr]    Compiling num-complex v0.3.1
[INFO] [stderr]    Compiling approx v0.4.0
[INFO] [stderr]    Compiling simba v0.4.0
[INFO] [stderr]    Compiling nalgebra v0.26.2
[INFO] [stderr]    Compiling mikktspace v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:329:42
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                          ^^-------^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((&(*pTSpace).vOs).x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                          ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:329:60
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                                            ^^-------^^^^^^^
[INFO] [stdout]     |                                                              |
[INFO] [stdout]     |                                                              this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (&(*pTSpace).vOs).y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                                            ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:329:78
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                                                              ^^-------^^^^^^^
[INFO] [stdout]     |                                                                                |
[INFO] [stdout]     |                                                                                this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (&(*pTSpace).vOs).z);
[INFO] [stdout]     |                                                                              ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:330:44
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                            ^^-------^^^^^^^
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((&(*pTSpace).vOt).x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                            ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:330:62
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                                              ^^-------^^^^^^^
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (&(*pTSpace).vOt).y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                                              ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:330:80
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                                                                ^^-------^^^^^^^
[INFO] [stdout]     |                                                                                  |
[INFO] [stdout]     |                                                                                  this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (&(*pTSpace).vOt).z);
[INFO] [stdout]     |                                                                                ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:810:25
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                         ^^---^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this raw pointer has type `*const SSubGroup`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec<i32>`
[INFO] [stdout]    --> src/generated.rs:810:25
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (&(*pg1).pTriMembers)[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                         ++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:810:50
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                                                  ^^---^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this raw pointer has type `*const SSubGroup`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec<i32>`
[INFO] [stdout]    --> src/generated.rs:810:50
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (&(*pg2).pTriMembers)[i] {
[INFO] [stdout]     |                                                  ++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1034:13
[INFO] [stdout]      |
[INFO] [stdout] 1034 |             (*pTriInfos.offset(f as isize)).vOs.x = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1034 |             (&mut (*pTriInfos.offset(f as isize)).vOs).x = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1035:13
[INFO] [stdout]      |
[INFO] [stdout] 1035 |             (*pTriInfos.offset(f as isize)).vOs.y = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1035 |             (&mut (*pTriInfos.offset(f as isize)).vOs).y = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1036:13
[INFO] [stdout]      |
[INFO] [stdout] 1036 |             (*pTriInfos.offset(f as isize)).vOs.z = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1036 |             (&mut (*pTriInfos.offset(f as isize)).vOs).z = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1037:13
[INFO] [stdout]      |
[INFO] [stdout] 1037 |             (*pTriInfos.offset(f as isize)).vOt.x = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1037 |             (&mut (*pTriInfos.offset(f as isize)).vOt).x = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1038:13
[INFO] [stdout]      |
[INFO] [stdout] 1038 |             (*pTriInfos.offset(f as isize)).vOt.y = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1038 |             (&mut (*pTriInfos.offset(f as isize)).vOt).y = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1039:13
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             (*pTriInfos.offset(f as isize)).vOt.z = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             (&mut (*pTriInfos.offset(f as isize)).vOt).z = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.62s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nalgebra v0.26.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "9da67240bdab4aae34ef9e2ab88b3ba3f254e24fc8e0cebc6c54d83afc1feb7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9da67240bdab4aae34ef9e2ab88b3ba3f254e24fc8e0cebc6c54d83afc1feb7b", kill_on_drop: false }`
[INFO] [stdout] 9da67240bdab4aae34ef9e2ab88b3ba3f254e24fc8e0cebc6c54d83afc1feb7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a3684d2f43d676c1c14b97e0b5f229a38a6d17bb63090495026c52acefcfdc7
[INFO] running `Command { std: "docker" "start" "-a" "0a3684d2f43d676c1c14b97e0b5f229a38a6d17bb63090495026c52acefcfdc7", kill_on_drop: false }`
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:329:42
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                          ^^-------^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((&(*pTSpace).vOs).x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                          ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:329:60
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                                            ^^-------^^^^^^^
[INFO] [stdout]     |                                                              |
[INFO] [stdout]     |                                                              this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (&(*pTSpace).vOs).y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                                            ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:329:78
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                                                              ^^-------^^^^^^^
[INFO] [stdout]     |                                                                                |
[INFO] [stdout]     |                                                                                this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (&(*pTSpace).vOs).z);
[INFO] [stdout]     |                                                                              ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:330:44
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                            ^^-------^^^^^^^
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((&(*pTSpace).vOt).x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                            ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:330:62
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                                              ^^-------^^^^^^^
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (&(*pTSpace).vOt).y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                                              ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:330:80
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                                                                ^^-------^^^^^^^
[INFO] [stdout]     |                                                                                  |
[INFO] [stdout]     |                                                                                  this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (&(*pTSpace).vOt).z);
[INFO] [stdout]     |                                                                                ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:810:25
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                         ^^---^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this raw pointer has type `*const SSubGroup`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec<i32>`
[INFO] [stdout]    --> src/generated.rs:810:25
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (&(*pg1).pTriMembers)[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                         ++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:810:50
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                                                  ^^---^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this raw pointer has type `*const SSubGroup`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec<i32>`
[INFO] [stdout]    --> src/generated.rs:810:50
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (&(*pg2).pTriMembers)[i] {
[INFO] [stdout]     |                                                  ++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1034:13
[INFO] [stdout]      |
[INFO] [stdout] 1034 |             (*pTriInfos.offset(f as isize)).vOs.x = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1034 |             (&mut (*pTriInfos.offset(f as isize)).vOs).x = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1035:13
[INFO] [stdout]      |
[INFO] [stdout] 1035 |             (*pTriInfos.offset(f as isize)).vOs.y = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1035 |             (&mut (*pTriInfos.offset(f as isize)).vOs).y = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1036:13
[INFO] [stdout]      |
[INFO] [stdout] 1036 |             (*pTriInfos.offset(f as isize)).vOs.z = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1036 |             (&mut (*pTriInfos.offset(f as isize)).vOs).z = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1037:13
[INFO] [stdout]      |
[INFO] [stdout] 1037 |             (*pTriInfos.offset(f as isize)).vOt.x = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1037 |             (&mut (*pTriInfos.offset(f as isize)).vOt).x = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mikktspace v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1038:13
[INFO] [stdout]      |
[INFO] [stdout] 1038 |             (*pTriInfos.offset(f as isize)).vOt.y = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1038 |             (&mut (*pTriInfos.offset(f as isize)).vOt).y = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1039:13
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             (*pTriInfos.offset(f as isize)).vOt.z = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             (&mut (*pTriInfos.offset(f as isize)).vOt).z = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:329:42
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                          ^^-------^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((&(*pTSpace).vOs).x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                          ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:329:60
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                                            ^^-------^^^^^^^
[INFO] [stdout]     |                                                              |
[INFO] [stdout]     |                                                              this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (&(*pTSpace).vOs).y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                                            ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:329:78
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stdout]     |                                                                              ^^-------^^^^^^^
[INFO] [stdout]     |                                                                                |
[INFO] [stdout]     |                                                                                this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (&(*pTSpace).vOs).z);
[INFO] [stdout]     |                                                                              ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:330:44
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                            ^^-------^^^^^^^
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((&(*pTSpace).vOt).x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                            ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:330:62
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                                              ^^-------^^^^^^^
[INFO] [stdout]     |                                                                |
[INFO] [stdout]     |                                                                this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (&(*pTSpace).vOt).y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                                              ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:330:80
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stdout]     |                                                                                ^^-------^^^^^^^
[INFO] [stdout]     |                                                                                  |
[INFO] [stdout]     |                                                                                  this raw pointer has type `*const STSpace`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (&(*pTSpace).vOt).z);
[INFO] [stdout]     |                                                                                ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:810:25
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                         ^^---^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this raw pointer has type `*const SSubGroup`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec<i32>`
[INFO] [stdout]    --> src/generated.rs:810:25
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (&(*pg1).pTriMembers)[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                         ++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/generated.rs:810:50
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                                                  ^^---^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    this raw pointer has type `*const SSubGroup`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec<i32>`
[INFO] [stdout]    --> src/generated.rs:810:50
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (&(*pg2).pTriMembers)[i] {
[INFO] [stdout]     |                                                  ++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1034:13
[INFO] [stdout]      |
[INFO] [stdout] 1034 |             (*pTriInfos.offset(f as isize)).vOs.x = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1034 |             (&mut (*pTriInfos.offset(f as isize)).vOs).x = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1035:13
[INFO] [stdout]      |
[INFO] [stdout] 1035 |             (*pTriInfos.offset(f as isize)).vOs.y = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1035 |             (&mut (*pTriInfos.offset(f as isize)).vOs).y = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1036:13
[INFO] [stdout]      |
[INFO] [stdout] 1036 |             (*pTriInfos.offset(f as isize)).vOs.z = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1036 |             (&mut (*pTriInfos.offset(f as isize)).vOs).z = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1037:13
[INFO] [stdout]      |
[INFO] [stdout] 1037 |             (*pTriInfos.offset(f as isize)).vOt.x = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1037 |             (&mut (*pTriInfos.offset(f as isize)).vOt).x = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1038:13
[INFO] [stdout]      |
[INFO] [stdout] 1038 |             (*pTriInfos.offset(f as isize)).vOt.y = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1038 |             (&mut (*pTriInfos.offset(f as isize)).vOt).y = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/generated.rs:1039:13
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             (*pTriInfos.offset(f as isize)).vOt.z = 0.0f32;
[INFO] [stdout]      |             ^^----------------------------^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1039 |             (&mut (*pTriInfos.offset(f as isize)).vOt).z = 0.0f32;
[INFO] [stdout]      |             +++++                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nalgebra v0.26.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0a3684d2f43d676c1c14b97e0b5f229a38a6d17bb63090495026c52acefcfdc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a3684d2f43d676c1c14b97e0b5f229a38a6d17bb63090495026c52acefcfdc7", kill_on_drop: false }`
[INFO] [stdout] 0a3684d2f43d676c1c14b97e0b5f229a38a6d17bb63090495026c52acefcfdc7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 79b2cf868c90cbdfdcde51b624966dc416978de5708388de65901f0452157aa5
[INFO] running `Command { std: "docker" "start" "-a" "79b2cf868c90cbdfdcde51b624966dc416978de5708388de65901f0452157aa5", kill_on_drop: false }`
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]    --> src/generated.rs:329:42
[INFO] [stderr]     |
[INFO] [stderr] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stderr]     |                                          ^^-------^^^^^^^
[INFO] [stderr]     |                                            |
[INFO] [stderr]     |                                            this raw pointer has type `*const STSpace`
[INFO] [stderr]     |
[INFO] [stderr]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]     |
[INFO] [stderr] 329 |                 let mut tang = Vec3::new((&(*pTSpace).vOs).x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stderr]     |                                          ++              +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]    --> src/generated.rs:329:60
[INFO] [stderr]     |
[INFO] [stderr] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stderr]     |                                                            ^^-------^^^^^^^
[INFO] [stderr]     |                                                              |
[INFO] [stderr]     |                                                              this raw pointer has type `*const STSpace`
[INFO] [stderr]     |
[INFO] [stderr]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]     |
[INFO] [stderr] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (&(*pTSpace).vOs).y, (*pTSpace).vOs.z);
[INFO] [stderr]     |                                                            ++              +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]    --> src/generated.rs:329:78
[INFO] [stderr]     |
[INFO] [stderr] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (*pTSpace).vOs.z);
[INFO] [stderr]     |                                                                              ^^-------^^^^^^^
[INFO] [stderr]     |                                                                                |
[INFO] [stderr]     |                                                                                this raw pointer has type `*const STSpace`
[INFO] [stderr]     |
[INFO] [stderr]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]     |
[INFO] [stderr] 329 |                 let mut tang = Vec3::new((*pTSpace).vOs.x, (*pTSpace).vOs.y, (&(*pTSpace).vOs).z);
[INFO] [stderr]     |                                                                              ++              +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]    --> src/generated.rs:330:44
[INFO] [stderr]     |
[INFO] [stderr] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stderr]     |                                            ^^-------^^^^^^^
[INFO] [stderr]     |                                              |
[INFO] [stderr]     |                                              this raw pointer has type `*const STSpace`
[INFO] [stderr]     |
[INFO] [stderr]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]     |
[INFO] [stderr] 330 |                 let mut bitang = Vec3::new((&(*pTSpace).vOt).x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stderr]     |                                            ++              +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]    --> src/generated.rs:330:62
[INFO] [stderr]     |
[INFO] [stderr] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stderr]     |                                                              ^^-------^^^^^^^
[INFO] [stderr]     |                                                                |
[INFO] [stderr]     |                                                                this raw pointer has type `*const STSpace`
[INFO] [stderr]     |
[INFO] [stderr]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]     |
[INFO] [stderr] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (&(*pTSpace).vOt).y, (*pTSpace).vOt.z);
[INFO] [stderr]     |                                                              ++              +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]    --> src/generated.rs:330:80
[INFO] [stderr]     |
[INFO] [stderr] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (*pTSpace).vOt.z);
[INFO] [stderr]     |                                                                                ^^-------^^^^^^^
[INFO] [stderr]     |                                                                                  |
[INFO] [stderr]     |                                                                                  this raw pointer has type `*const STSpace`
[INFO] [stderr]     |
[INFO] [stderr]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]     = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]     |
[INFO] [stderr] 330 |                 let mut bitang = Vec3::new((*pTSpace).vOt.x, (*pTSpace).vOt.y, (&(*pTSpace).vOt).z);
[INFO] [stderr]     |                                                                                ++              +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]    --> src/generated.rs:810:25
[INFO] [stderr]     |
[INFO] [stderr] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stderr]     |                         ^^---^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           this raw pointer has type `*const SSubGroup`
[INFO] [stderr]     |
[INFO] [stderr]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec<i32>`
[INFO] [stderr]    --> src/generated.rs:810:25
[INFO] [stderr]     |
[INFO] [stderr] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]     |
[INFO] [stderr] 810 |         bStillSame = if (&(*pg1).pTriMembers)[i] == (*pg2).pTriMembers[i] {
[INFO] [stderr]     |                         ++                  +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]    --> src/generated.rs:810:50
[INFO] [stderr]     |
[INFO] [stderr] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stderr]     |                                                  ^^---^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    this raw pointer has type `*const SSubGroup`
[INFO] [stderr]     |
[INFO] [stderr]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec<i32>`
[INFO] [stderr]    --> src/generated.rs:810:50
[INFO] [stderr]     |
[INFO] [stderr] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (*pg2).pTriMembers[i] {
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]     |
[INFO] [stderr] 810 |         bStillSame = if (*pg1).pTriMembers[i] == (&(*pg2).pTriMembers)[i] {
[INFO] [stderr]     |                                                  ++                  +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]     --> src/generated.rs:1034:13
[INFO] [stderr]      |
[INFO] [stderr] 1034 |             (*pTriInfos.offset(f as isize)).vOs.x = 0.0f32;
[INFO] [stderr]      |             ^^----------------------------^^^^^^^
[INFO] [stderr]      |               |
[INFO] [stderr]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stderr]      |
[INFO] [stderr]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]      |
[INFO] [stderr] 1034 |             (&mut (*pTriInfos.offset(f as isize)).vOs).x = 0.0f32;
[INFO] [stderr]      |             +++++                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]     --> src/generated.rs:1035:13
[INFO] [stderr]      |
[INFO] [stderr] 1035 |             (*pTriInfos.offset(f as isize)).vOs.y = 0.0f32;
[INFO] [stderr]      |             ^^----------------------------^^^^^^^
[INFO] [stderr]      |               |
[INFO] [stderr]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stderr]      |
[INFO] [stderr]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]      |
[INFO] [stderr] 1035 |             (&mut (*pTriInfos.offset(f as isize)).vOs).y = 0.0f32;
[INFO] [stderr]      |             +++++                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]     --> src/generated.rs:1036:13
[INFO] [stderr]      |
[INFO] [stderr] 1036 |             (*pTriInfos.offset(f as isize)).vOs.z = 0.0f32;
[INFO] [stderr]      |             ^^----------------------------^^^^^^^
[INFO] [stderr]      |               |
[INFO] [stderr]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stderr]      |
[INFO] [stderr]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]      |
[INFO] [stderr] 1036 |             (&mut (*pTriInfos.offset(f as isize)).vOs).z = 0.0f32;
[INFO] [stderr]      |             +++++                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]     --> src/generated.rs:1037:13
[INFO] [stderr]      |
[INFO] [stderr] 1037 |             (*pTriInfos.offset(f as isize)).vOt.x = 0.0f32;
[INFO] [stderr]      |             ^^----------------------------^^^^^^^
[INFO] [stderr]      |               |
[INFO] [stderr]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stderr]      |
[INFO] [stderr]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]      |
[INFO] [stderr] 1037 |             (&mut (*pTriInfos.offset(f as isize)).vOt).x = 0.0f32;
[INFO] [stderr]      |             +++++                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]     --> src/generated.rs:1038:13
[INFO] [stderr]      |
[INFO] [stderr] 1038 |             (*pTriInfos.offset(f as isize)).vOt.y = 0.0f32;
[INFO] [stderr]      |             ^^----------------------------^^^^^^^
[INFO] [stderr]      |               |
[INFO] [stderr]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stderr]      |
[INFO] [stderr]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]      |
[INFO] [stderr] 1038 |             (&mut (*pTriInfos.offset(f as isize)).vOt).y = 0.0f32;
[INFO] [stderr]      |             +++++                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]     --> src/generated.rs:1039:13
[INFO] [stderr]      |
[INFO] [stderr] 1039 |             (*pTriInfos.offset(f as isize)).vOt.z = 0.0f32;
[INFO] [stderr]      |             ^^----------------------------^^^^^^^
[INFO] [stderr]      |               |
[INFO] [stderr]      |               this raw pointer has type `*mut STriInfo`
[INFO] [stderr]      |
[INFO] [stderr]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr]      = note: references are created through calls to explicit `Deref(Mut)::deref(_mut)` implementations
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]      |
[INFO] [stderr] 1039 |             (&mut (*pTriInfos.offset(f as isize)).vOt).z = 0.0f32;
[INFO] [stderr]      |             +++++                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: `mikktspace` (lib) generated 14 warnings
[INFO] [stderr] warning: `mikktspace` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nalgebra v0.26.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mikktspace-63e6368d056f482e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/regression_test.rs (/opt/rustwide/target/debug/deps/regression_test-f1921603f472fcb5)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test cube_tangents_should_equal_reference_values ... ok
[INFO] [stderr]    Doc-tests mikktspace
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "79b2cf868c90cbdfdcde51b624966dc416978de5708388de65901f0452157aa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79b2cf868c90cbdfdcde51b624966dc416978de5708388de65901f0452157aa5", kill_on_drop: false }`
[INFO] [stdout] 79b2cf868c90cbdfdcde51b624966dc416978de5708388de65901f0452157aa5
