[INFO] fetching crate glitz 0.4.0...
[INFO] testing glitz-0.4.0 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate glitz 0.4.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate glitz 0.4.0
[INFO] finished tweaking crates.io crate glitz 0.4.0
[INFO] tweaked toml for crates.io crate glitz 0.4.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate glitz 0.4.0 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding zstring v0.1.3 (available: v0.2.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 86fb78b2a6f6e52c743edbf1257745fbbab1eb076d5a9ae50d801b515382a4f7
[INFO] running `Command { std: "docker" "start" "-a" "86fb78b2a6f6e52c743edbf1257745fbbab1eb076d5a9ae50d801b515382a4f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86fb78b2a6f6e52c743edbf1257745fbbab1eb076d5a9ae50d801b515382a4f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86fb78b2a6f6e52c743edbf1257745fbbab1eb076d5a9ae50d801b515382a4f7", kill_on_drop: false }`
[INFO] [stdout] 86fb78b2a6f6e52c743edbf1257745fbbab1eb076d5a9ae50d801b515382a4f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d95625e3b52778be6e7ef31be31d1c29c3b6f8ff181aca33c34a873b5a615d37
[INFO] running `Command { std: "docker" "start" "-a" "d95625e3b52778be6e7ef31be31d1c29c3b6f8ff181aca33c34a873b5a615d37", kill_on_drop: false }`
[INFO] [stderr]    Compiling chlorine v1.0.13
[INFO] [stderr]    Compiling zstring v0.1.3
[INFO] [stderr]    Compiling glitz v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `srcX0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:58
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub type glBlitFramebuffer_t = unsafe extern "system" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY...
[INFO] [stdout]     |                                                          ^^^^^ help: convert the identifier to snake case: `src_x0`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcY0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:72
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...e extern "system" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GL...
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcX1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:86
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...em" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLb...
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcY1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:100
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filte...
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstX0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:114
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstY0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:128
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstX1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:142
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstY1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:156
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `shaderType` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:156:48
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub type glCreateShader_t = extern "system" fn(shaderType: GLenum) -> GLuint;
[INFO] [stdout]     |                                                ^^^^^^^^^^ help: convert the identifier to snake case: `shader_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:164:101
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub type glDebugMessageCallback_t = Option<unsafe extern "system" fn(callback: Option<GLDEBUGPROC>, userParam: *const void)>;
[INFO] [stdout]     |                                                                                                     ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxLength` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:269:77
[INFO] [stdout]     |
[INFO] [stdout] 269 | ...n "system" fn(program: GLuint, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `infoLog` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:269:119
[INFO] [stdout]     |
[INFO] [stdout] 269 | ...: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                     ^^^^^^^ help: convert the identifier to snake case: `info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxLength` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:275:75
[INFO] [stdout]     |
[INFO] [stdout] 275 | ...rn "system" fn(shader: GLuint, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `infoLog` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:275:117
[INFO] [stdout]     |
[INFO] [stdout] 275 | ...: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                     ^^^^^^^ help: convert the identifier to snake case: `info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `uniformBlockName` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:287:80
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub type glGetUniformBlockIndex_t = unsafe extern "system" fn(program: GLuint, uniformBlockName: *const GLchar) -> GLuint;
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `uniformBlockIndex` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:368:79
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub type glUniformBlockBinding_t = unsafe extern "system" fn(program: GLuint, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint);
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `uniformBlockBinding` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:368:106
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub type glUniformBlockBinding_t = unsafe extern "system" fn(program: GLuint, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint);
[INFO] [stdout]     |                                                                                                          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_binding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]   --> src/gl_types.rs:44:3
[INFO] [stdout]    |
[INFO] [stdout] 44 |   userParam: *const c_void,
[INFO] [stdout]    |   ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "d95625e3b52778be6e7ef31be31d1c29c3b6f8ff181aca33c34a873b5a615d37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d95625e3b52778be6e7ef31be31d1c29c3b6f8ff181aca33c34a873b5a615d37", kill_on_drop: false }`
[INFO] [stdout] d95625e3b52778be6e7ef31be31d1c29c3b6f8ff181aca33c34a873b5a615d37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1b3a8aa9475921768dd18ccfdfb400dcb7fba50d7495d6768f46d5835d14d20b
[INFO] running `Command { std: "docker" "start" "-a" "1b3a8aa9475921768dd18ccfdfb400dcb7fba50d7495d6768f46d5835d14d20b", kill_on_drop: false }`
[INFO] [stdout] warning: variable `srcX0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:58
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub type glBlitFramebuffer_t = unsafe extern "system" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY...
[INFO] [stdout]     |                                                          ^^^^^ help: convert the identifier to snake case: `src_x0`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcY0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:72
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...e extern "system" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GL...
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcX1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:86
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...em" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLb...
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcY1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:100
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filte...
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstX0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:114
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstY0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:128
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstX1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:142
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstY1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:156
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `shaderType` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:156:48
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub type glCreateShader_t = extern "system" fn(shaderType: GLenum) -> GLuint;
[INFO] [stdout]     |                                                ^^^^^^^^^^ help: convert the identifier to snake case: `shader_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:164:101
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub type glDebugMessageCallback_t = Option<unsafe extern "system" fn(callback: Option<GLDEBUGPROC>, userParam: *const void)>;
[INFO] [stdout]     |                                                                                                     ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxLength` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:269:77
[INFO] [stdout]     |
[INFO] [stdout] 269 | ...n "system" fn(program: GLuint, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `infoLog` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:269:119
[INFO] [stdout]     |
[INFO] [stdout] 269 | ...: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                     ^^^^^^^ help: convert the identifier to snake case: `info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxLength` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:275:75
[INFO] [stdout]     |
[INFO] [stdout] 275 | ...rn "system" fn(shader: GLuint, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling glitz v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable `infoLog` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:275:117
[INFO] [stdout]     |
[INFO] [stdout] 275 | ...: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                     ^^^^^^^ help: convert the identifier to snake case: `info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `uniformBlockName` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:287:80
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub type glGetUniformBlockIndex_t = unsafe extern "system" fn(program: GLuint, uniformBlockName: *const GLchar) -> GLuint;
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `uniformBlockIndex` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:368:79
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub type glUniformBlockBinding_t = unsafe extern "system" fn(program: GLuint, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint);
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `uniformBlockBinding` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:368:106
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub type glUniformBlockBinding_t = unsafe extern "system" fn(program: GLuint, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint);
[INFO] [stdout]     |                                                                                                          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_binding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]   --> src/gl_types.rs:44:3
[INFO] [stdout]    |
[INFO] [stdout] 44 |   userParam: *const c_void,
[INFO] [stdout]    |   ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcX0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:58
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub type glBlitFramebuffer_t = unsafe extern "system" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY...
[INFO] [stdout]     |                                                          ^^^^^ help: convert the identifier to snake case: `src_x0`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcY0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:72
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...e extern "system" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GL...
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `src_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcX1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:86
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...em" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLb...
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `src_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `srcY1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:100
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filte...
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `src_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstX0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:114
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_x0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstY0` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:128
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_y0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstX1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:142
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_x1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dstY1` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:135:156
[INFO] [stdout]     |
[INFO] [stdout] 135 | ...GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_y1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `shaderType` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:156:48
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub type glCreateShader_t = extern "system" fn(shaderType: GLenum) -> GLuint;
[INFO] [stdout]     |                                                ^^^^^^^^^^ help: convert the identifier to snake case: `shader_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:164:101
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub type glDebugMessageCallback_t = Option<unsafe extern "system" fn(callback: Option<GLDEBUGPROC>, userParam: *const void)>;
[INFO] [stdout]     |                                                                                                     ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxLength` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:269:77
[INFO] [stdout]     |
[INFO] [stdout] 269 | ...n "system" fn(program: GLuint, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `infoLog` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:269:119
[INFO] [stdout]     |
[INFO] [stdout] 269 | ...: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                     ^^^^^^^ help: convert the identifier to snake case: `info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxLength` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:275:75
[INFO] [stdout]     |
[INFO] [stdout] 275 | ...rn "system" fn(shader: GLuint, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `max_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `infoLog` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:275:117
[INFO] [stdout]     |
[INFO] [stdout] 275 | ...: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stdout]     |                                     ^^^^^^^ help: convert the identifier to snake case: `info_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `uniformBlockName` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:287:80
[INFO] [stdout]     |
[INFO] [stdout] 287 | pub type glGetUniformBlockIndex_t = unsafe extern "system" fn(program: GLuint, uniformBlockName: *const GLchar) -> GLuint;
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `uniformBlockIndex` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:368:79
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub type glUniformBlockBinding_t = unsafe extern "system" fn(program: GLuint, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint);
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `uniformBlockBinding` should have a snake case name
[INFO] [stdout]    --> src/../generator/src/gl_fn_types.rs:368:106
[INFO] [stdout]     |
[INFO] [stdout] 368 | pub type glUniformBlockBinding_t = unsafe extern "system" fn(program: GLuint, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint);
[INFO] [stdout]     |                                                                                                          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_binding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `userParam` should have a snake case name
[INFO] [stdout]   --> src/gl_types.rs:44:3
[INFO] [stdout]    |
[INFO] [stdout] 44 |   userParam: *const c_void,
[INFO] [stdout]    |   ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] running `Command { std: "docker" "inspect" "1b3a8aa9475921768dd18ccfdfb400dcb7fba50d7495d6768f46d5835d14d20b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b3a8aa9475921768dd18ccfdfb400dcb7fba50d7495d6768f46d5835d14d20b", kill_on_drop: false }`
[INFO] [stdout] 1b3a8aa9475921768dd18ccfdfb400dcb7fba50d7495d6768f46d5835d14d20b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a03935bfaacad4bc68d38c0d4ed845fd01847fc1f56fc2cea165bf3aaf93f761
[INFO] running `Command { std: "docker" "start" "-a" "a03935bfaacad4bc68d38c0d4ed845fd01847fc1f56fc2cea165bf3aaf93f761", kill_on_drop: false }`
[INFO] [stderr] warning: variable `srcX0` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:135:58
[INFO] [stderr]     |
[INFO] [stderr] 135 | pub type glBlitFramebuffer_t = unsafe extern "system" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY...
[INFO] [stderr]     |                                                          ^^^^^ help: convert the identifier to snake case: `src_x0`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `srcY0` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:135:72
[INFO] [stderr]     |
[INFO] [stderr] 135 | ...e extern "system" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GL...
[INFO] [stderr]     |                                       ^^^^^ help: convert the identifier to snake case: `src_y0`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `srcX1` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:135:86
[INFO] [stderr]     |
[INFO] [stderr] 135 | ...em" fn(srcX0: GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLb...
[INFO] [stderr]     |                                       ^^^^^ help: convert the identifier to snake case: `src_x1`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `srcY1` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:135:100
[INFO] [stderr]     |
[INFO] [stderr] 135 | ...GLint, srcY0: GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filte...
[INFO] [stderr]     |                                       ^^^^^ help: convert the identifier to snake case: `src_y1`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `dstX0` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:135:114
[INFO] [stderr]     |
[INFO] [stderr] 135 | ...GLint, srcX1: GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stderr]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_x0`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `dstY0` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:135:128
[INFO] [stderr]     |
[INFO] [stderr] 135 | ...GLint, srcY1: GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stderr]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_y0`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `dstX1` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:135:142
[INFO] [stderr]     |
[INFO] [stderr] 135 | ...GLint, dstX0: GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stderr]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_x1`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `dstY1` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:135:156
[INFO] [stderr]     |
[INFO] [stderr] 135 | ...GLint, dstY0: GLint, dstX1: GLint, dstY1: GLint, mask: GLbitfield, filter: GLenum);
[INFO] [stderr]     |                                       ^^^^^ help: convert the identifier to snake case: `dst_y1`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `shaderType` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:156:48
[INFO] [stderr]     |
[INFO] [stderr] 156 | pub type glCreateShader_t = extern "system" fn(shaderType: GLenum) -> GLuint;
[INFO] [stderr]     |                                                ^^^^^^^^^^ help: convert the identifier to snake case: `shader_type`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `userParam` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:164:101
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub type glDebugMessageCallback_t = Option<unsafe extern "system" fn(callback: Option<GLDEBUGPROC>, userParam: *const void)>;
[INFO] [stderr]     |                                                                                                     ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `maxLength` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:269:77
[INFO] [stderr]     |
[INFO] [stderr] 269 | ...n "system" fn(program: GLuint, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stderr]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `max_length`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `infoLog` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:269:119
[INFO] [stderr]     |
[INFO] [stderr] 269 | ...: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stderr]     |                                     ^^^^^^^ help: convert the identifier to snake case: `info_log`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `maxLength` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:275:75
[INFO] [stderr]     |
[INFO] [stderr] 275 | ...rn "system" fn(shader: GLuint, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stderr]     |                                   ^^^^^^^^^ help: convert the identifier to snake case: `max_length`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `infoLog` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:275:117
[INFO] [stderr]     |
[INFO] [stderr] 275 | ...: GLsizei, length: *mut GLsizei, infoLog: *mut GLchar);
[INFO] [stderr]     |                                     ^^^^^^^ help: convert the identifier to snake case: `info_log`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `uniformBlockName` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:287:80
[INFO] [stderr]     |
[INFO] [stderr] 287 | pub type glGetUniformBlockIndex_t = unsafe extern "system" fn(program: GLuint, uniformBlockName: *const GLchar) -> GLuint;
[INFO] [stderr]     |                                                                                ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_name`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `uniformBlockIndex` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:368:79
[INFO] [stderr]     |
[INFO] [stderr] 368 | pub type glUniformBlockBinding_t = unsafe extern "system" fn(program: GLuint, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint);
[INFO] [stderr]     |                                                                               ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_index`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `uniformBlockBinding` should have a snake case name
[INFO] [stderr]    --> src/../generator/src/gl_fn_types.rs:368:106
[INFO] [stderr]     |
[INFO] [stderr] 368 | pub type glUniformBlockBinding_t = unsafe extern "system" fn(program: GLuint, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint);
[INFO] [stderr]     |                                                                                                          ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `uniform_block_binding`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `userParam` should have a snake case name
[INFO] [stderr]   --> src/gl_types.rs:44:3
[INFO] [stderr]    |
[INFO] [stderr] 44 |   userParam: *const c_void,
[INFO] [stderr]    |   ^^^^^^^^^ help: convert the identifier to snake case: `user_param`
[INFO] [stderr] 
[INFO] [stderr] warning: `glitz` (lib) generated 18 warnings
[INFO] [stderr] warning: `glitz` (lib test) generated 18 warnings (18 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/glitz-3e63562fa40986f4)
[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] [stderr]    Doc-tests glitz
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 31) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 31) stdout ----
[INFO] [stdout] error[E0631]: type mismatch in closure arguments
[INFO] [stdout]   --> src/lib.rs:49:38
[INFO] [stdout]    |
[INFO] [stdout] 37 | let loader_fn = |c_str: *const u8| {
[INFO] [stdout]    |                 ------------------ found signature defined here
[INFO] [stdout] ...
[INFO] [stdout] 49 | let gl = unsafe { GlFns::from_loader(&loader_fn).unwrap() };
[INFO] [stdout]    |                                      ^^^^^^^^^^ expected due to this
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected closure signature `for<'a> fn(zstring::zstr::ZStr<'a>) -> _`
[INFO] [stdout]               found closure signature `fn(*const u8) -> _`
[INFO] [stdout]    = note: required for the cast from `&{closure@src/lib.rs:9:17: 9:35}` to `&dyn for<'a> Fn(zstring::zstr::ZStr<'a>) -> *mut c_void`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0631`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 31)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a03935bfaacad4bc68d38c0d4ed845fd01847fc1f56fc2cea165bf3aaf93f761", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a03935bfaacad4bc68d38c0d4ed845fd01847fc1f56fc2cea165bf3aaf93f761", kill_on_drop: false }`
[INFO] [stdout] a03935bfaacad4bc68d38c0d4ed845fd01847fc1f56fc2cea165bf3aaf93f761
