[INFO] fetching crate swgl 0.68.0...
[INFO] testing swgl-0.68.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate swgl 0.68.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate swgl 0.68.0
[INFO] finished tweaking crates.io crate swgl 0.68.0
[INFO] tweaked toml for crates.io crate swgl 0.68.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate swgl 0.68.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 16 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55777f56839a5811c40434ddad94324d9b79dcfb2aa6a57e8800465452d539bf
[INFO] running `Command { std: "docker" "start" "-a" "55777f56839a5811c40434ddad94324d9b79dcfb2aa6a57e8800465452d539bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55777f56839a5811c40434ddad94324d9b79dcfb2aa6a57e8800465452d539bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55777f56839a5811c40434ddad94324d9b79dcfb2aa6a57e8800465452d539bf", kill_on_drop: false }`
[INFO] [stdout] 55777f56839a5811c40434ddad94324d9b79dcfb2aa6a57e8800465452d539bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b59585b5dce05de22d98a2f2977196699482f914ab69b9f86e507eb73ee92229
[INFO] running `Command { std: "docker" "start" "-a" "b59585b5dce05de22d98a2f2977196699482f914ab69b9f86e507eb73ee92229", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling glsl v6.0.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling webrender_build v0.68.0
[INFO] [stderr]    Compiling gleam v0.15.1
[INFO] [stderr]    Compiling glsl-to-cxx v0.68.0
[INFO] [stderr]    Compiling swgl v0.68.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc: In function 'void BufferData(GLenum, GLsizeiptr, void*, GLenum)':
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2250:12: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
[INFO] [stderr] warning: swgl@0.68.0:  2250 |   if (size < 0) {
[INFO] [stderr] warning: swgl@0.68.0:       |       ~~~~~^~~
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc: In function 'void BufferSubData(GLenum, GLintptr, GLsizeiptr, void*)':
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2268:26: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
[INFO] [stderr] warning: swgl@0.68.0:  2268 |   if (offset < 0 || size < 0) {
[INFO] [stderr] warning: swgl@0.68.0:       |                     ~~~~~^~~
[INFO] [stderr] warning: swgl@0.68.0: In file included from src/gl.cc:8:
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2273:17: warning: comparison of integer expressions of different signedness: 'GLintptr' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: swgl@0.68.0:  2273 |   assert(offset < b.size && size <= b.size - offset);
[INFO] [stderr] warning: swgl@0.68.0:       |          ~~~~~~~^~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2274:31: warning: comparison of integer expressions of different signedness: 'GLintptr' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: swgl@0.68.0:  2274 |   if (data && b.buf && offset < b.size && size <= b.size - offset) {
[INFO] [stderr] warning: swgl@0.68.0:       |                        ~~~~~~~^~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc: In function 'void* MapBufferRange(GLenum, GLintptr, GLsizeiptr, GLbitfield)':
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2287:52: warning: comparison of integer expressions of different signedness: 'GLintptr' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: swgl@0.68.0:  2287 |   if (b.buf && offset >= 0 && length > 0 && offset < b.size &&
[INFO] [stderr] warning: swgl@0.68.0:       |                                             ~~~~~~~^~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: In file included from src/glsl.h:7,
[INFO] [stderr] warning: swgl@0.68.0:                  from src/gl.cc:98:
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h: In instantiation of 'static T glsl::Unaligned<T>::load(const P*) [with P = glsl::VectorType<float, 16>; T = glsl::vec4]':
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:539:28:   required from 'T glsl::unaligned_load(const P*) [with T = vec4; P = VectorType<float, 16>]'
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:550:27:   required from 'D glsl::bit_cast(const S&) [with D = vec4; S = VectorType<float, 16>]'
[INFO] [stderr] warning: swgl@0.68.0: src/blend.h:53:39:   required from here
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:510:11: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct glsl::vec4' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: swgl@0.68.0:   510 |     memcpy(&v, p, sizeof(v));
[INFO] [stderr] warning: swgl@0.68.0:       |     ~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: src/glsl.h:1835:8: note: 'struct glsl::vec4' declared here
[INFO] [stderr] warning: swgl@0.68.0:  1835 | struct vec4 {
[INFO] [stderr] warning: swgl@0.68.0:       |        ^~~~
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h: In static member function 'static glsl::VectorType<T, N> glsl::VectorType<T, N>::wrap(half_type, half_type) [with T = float; int N = 16]':
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:288:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6
[INFO] [stderr] warning: swgl@0.68.0:   288 |   SI VectorType wrap(half_type low, half_type high) {
[INFO] [stderr] warning: swgl@0.68.0:       |                 ^~~~
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h: In function 'glsl::VectorType<T, (N * 2)> glsl::combine(VectorType<T, N>, VectorType<T, N>) [with T = float; int N = 8]':
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:409:51: warning: AVX vector argument without AVX enabled changes the ABI [-Wpsabi]
[INFO] [stderr] warning: swgl@0.68.0:   409 |   return VectorType<T, N * 2>::wrap(a.data, b.data);
[INFO] [stderr] warning: swgl@0.68.0:       |                                                   ^
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "b59585b5dce05de22d98a2f2977196699482f914ab69b9f86e507eb73ee92229", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b59585b5dce05de22d98a2f2977196699482f914ab69b9f86e507eb73ee92229", kill_on_drop: false }`
[INFO] [stdout] b59585b5dce05de22d98a2f2977196699482f914ab69b9f86e507eb73ee92229
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 791c88843b898c8d1736382eefcd22567665d391c4c4123803cf55ef6678beaa
[INFO] running `Command { std: "docker" "start" "-a" "791c88843b898c8d1736382eefcd22567665d391c4c4123803cf55ef6678beaa", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc: In function 'void BufferData(GLenum, GLsizeiptr, void*, GLenum)':
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2250:12: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
[INFO] [stderr] warning: swgl@0.68.0:  2250 |   if (size < 0) {
[INFO] [stderr] warning: swgl@0.68.0:       |       ~~~~~^~~
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc: In function 'void BufferSubData(GLenum, GLintptr, GLsizeiptr, void*)':
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2268:26: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
[INFO] [stderr] warning: swgl@0.68.0:  2268 |   if (offset < 0 || size < 0) {
[INFO] [stderr] warning: swgl@0.68.0:       |                     ~~~~~^~~
[INFO] [stderr] warning: swgl@0.68.0: In file included from src/gl.cc:8:
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2273:17: warning: comparison of integer expressions of different signedness: 'GLintptr' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: swgl@0.68.0:  2273 |   assert(offset < b.size && size <= b.size - offset);
[INFO] [stderr] warning: swgl@0.68.0:       |          ~~~~~~~^~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2274:31: warning: comparison of integer expressions of different signedness: 'GLintptr' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: swgl@0.68.0:  2274 |   if (data && b.buf && offset < b.size && size <= b.size - offset) {
[INFO] [stderr] warning: swgl@0.68.0:       |                        ~~~~~~~^~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc: In function 'void* MapBufferRange(GLenum, GLintptr, GLsizeiptr, GLbitfield)':
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2287:52: warning: comparison of integer expressions of different signedness: 'GLintptr' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: swgl@0.68.0:  2287 |   if (b.buf && offset >= 0 && length > 0 && offset < b.size &&
[INFO] [stderr] warning: swgl@0.68.0:       |                                             ~~~~~~~^~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: In file included from src/glsl.h:7,
[INFO] [stderr] warning: swgl@0.68.0:                  from src/gl.cc:98:
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h: In instantiation of 'static T glsl::Unaligned<T>::load(const P*) [with P = glsl::VectorType<float, 16>; T = glsl::vec4]':
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:539:28:   required from 'T glsl::unaligned_load(const P*) [with T = vec4; P = VectorType<float, 16>]'
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:550:27:   required from 'D glsl::bit_cast(const S&) [with D = vec4; S = VectorType<float, 16>]'
[INFO] [stderr] warning: swgl@0.68.0: src/blend.h:53:39:   required from here
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:510:11: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct glsl::vec4' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: swgl@0.68.0:   510 |     memcpy(&v, p, sizeof(v));
[INFO] [stderr] warning: swgl@0.68.0:       |     ~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: src/glsl.h:1835:8: note: 'struct glsl::vec4' declared here
[INFO] [stderr] warning: swgl@0.68.0:  1835 | struct vec4 {
[INFO] [stderr] warning: swgl@0.68.0:       |        ^~~~
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h: In static member function 'static glsl::VectorType<T, N> glsl::VectorType<T, N>::wrap(half_type, half_type) [with T = float; int N = 16]':
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:288:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6
[INFO] [stderr] warning: swgl@0.68.0:   288 |   SI VectorType wrap(half_type low, half_type high) {
[INFO] [stderr] warning: swgl@0.68.0:       |                 ^~~~
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h: In function 'glsl::VectorType<T, (N * 2)> glsl::combine(VectorType<T, N>, VectorType<T, N>) [with T = float; int N = 8]':
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:409:51: warning: AVX vector argument without AVX enabled changes the ABI [-Wpsabi]
[INFO] [stderr] warning: swgl@0.68.0:   409 |   return VectorType<T, N * 2>::wrap(a.data, b.data);
[INFO] [stderr] warning: swgl@0.68.0:       |                                                   ^
[INFO] [stderr]    Compiling swgl v0.68.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] running `Command { std: "docker" "inspect" "791c88843b898c8d1736382eefcd22567665d391c4c4123803cf55ef6678beaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "791c88843b898c8d1736382eefcd22567665d391c4c4123803cf55ef6678beaa", kill_on_drop: false }`
[INFO] [stdout] 791c88843b898c8d1736382eefcd22567665d391c4c4123803cf55ef6678beaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0d73ce059af85352bce8bc774b4a65f5c9f79d9c91d552763ba34aaea086c15a
[INFO] running `Command { std: "docker" "start" "-a" "0d73ce059af85352bce8bc774b4a65f5c9f79d9c91d552763ba34aaea086c15a", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc: In function 'void BufferData(GLenum, GLsizeiptr, void*, GLenum)':
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2250:12: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
[INFO] [stderr] warning: swgl@0.68.0:  2250 |   if (size < 0) {
[INFO] [stderr] warning: swgl@0.68.0:       |       ~~~~~^~~
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc: In function 'void BufferSubData(GLenum, GLintptr, GLsizeiptr, void*)':
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2268:26: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
[INFO] [stderr] warning: swgl@0.68.0:  2268 |   if (offset < 0 || size < 0) {
[INFO] [stderr] warning: swgl@0.68.0:       |                     ~~~~~^~~
[INFO] [stderr] warning: swgl@0.68.0: In file included from src/gl.cc:8:
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2273:17: warning: comparison of integer expressions of different signedness: 'GLintptr' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: swgl@0.68.0:  2273 |   assert(offset < b.size && size <= b.size - offset);
[INFO] [stderr] warning: swgl@0.68.0:       |          ~~~~~~~^~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2274:31: warning: comparison of integer expressions of different signedness: 'GLintptr' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: swgl@0.68.0:  2274 |   if (data && b.buf && offset < b.size && size <= b.size - offset) {
[INFO] [stderr] warning: swgl@0.68.0:       |                        ~~~~~~~^~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc: In function 'void* MapBufferRange(GLenum, GLintptr, GLsizeiptr, GLbitfield)':
[INFO] [stderr] warning: swgl@0.68.0: src/gl.cc:2287:52: warning: comparison of integer expressions of different signedness: 'GLintptr' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
[INFO] [stderr] warning: swgl@0.68.0:  2287 |   if (b.buf && offset >= 0 && length > 0 && offset < b.size &&
[INFO] [stderr] warning: swgl@0.68.0:       |                                             ~~~~~~~^~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: In file included from src/glsl.h:7,
[INFO] [stderr] warning: swgl@0.68.0:                  from src/gl.cc:98:
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h: In instantiation of 'static T glsl::Unaligned<T>::load(const P*) [with P = glsl::VectorType<float, 16>; T = glsl::vec4]':
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:539:28:   required from 'T glsl::unaligned_load(const P*) [with T = vec4; P = VectorType<float, 16>]'
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:550:27:   required from 'D glsl::bit_cast(const S&) [with D = vec4; S = VectorType<float, 16>]'
[INFO] [stderr] warning: swgl@0.68.0: src/blend.h:53:39:   required from here
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:510:11: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'struct glsl::vec4' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr] warning: swgl@0.68.0:   510 |     memcpy(&v, p, sizeof(v));
[INFO] [stderr] warning: swgl@0.68.0:       |     ~~~~~~^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: swgl@0.68.0: src/glsl.h:1835:8: note: 'struct glsl::vec4' declared here
[INFO] [stderr] warning: swgl@0.68.0:  1835 | struct vec4 {
[INFO] [stderr] warning: swgl@0.68.0:       |        ^~~~
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h: In static member function 'static glsl::VectorType<T, N> glsl::VectorType<T, N>::wrap(half_type, half_type) [with T = float; int N = 16]':
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:288:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6
[INFO] [stderr] warning: swgl@0.68.0:   288 |   SI VectorType wrap(half_type low, half_type high) {
[INFO] [stderr] warning: swgl@0.68.0:       |                 ^~~~
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h: In function 'glsl::VectorType<T, (N * 2)> glsl::combine(VectorType<T, N>, VectorType<T, N>) [with T = float; int N = 8]':
[INFO] [stderr] warning: swgl@0.68.0: src/vector_type.h:409:51: warning: AVX vector argument without AVX enabled changes the ABI [-Wpsabi]
[INFO] [stderr] warning: swgl@0.68.0:   409 |   return VectorType<T, N * 2>::wrap(a.data, b.data);
[INFO] [stderr] warning: swgl@0.68.0:       |                                                   ^
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/swgl-5e8c6fae124747ad)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests swgl
[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] [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" "0d73ce059af85352bce8bc774b4a65f5c9f79d9c91d552763ba34aaea086c15a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d73ce059af85352bce8bc774b4a65f5c9f79d9c91d552763ba34aaea086c15a", kill_on_drop: false }`
[INFO] [stdout] 0d73ce059af85352bce8bc774b4a65f5c9f79d9c91d552763ba34aaea086c15a
