[INFO] fetching crate spyne-ffi 0.6.12...
[INFO] testing spyne-ffi-0.6.12 against 1.95.0 for beta-1.96-2
[INFO] extracting crate spyne-ffi 0.6.12 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate spyne-ffi 0.6.12
[INFO] finished tweaking crates.io crate spyne-ffi 0.6.12
[INFO] tweaked toml for crates.io crate spyne-ffi 0.6.12 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate spyne-ffi 0.6.12 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate spyne-ffi 0.6.12 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded spyne-encoding v0.1.0
[INFO] [stderr]   Downloaded spyne-quote v0.1.11
[INFO] [stderr]   Downloaded spyne-syntax v0.2.0
[INFO] [stderr]   Downloaded spyne-macros v0.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb9bc1694f2f1f989be0c134c2d5269d16d5120de2921c2522a31c722b111447
[INFO] running `Command { std: "docker" "start" "-a" "bb9bc1694f2f1f989be0c134c2d5269d16d5120de2921c2522a31c722b111447", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb9bc1694f2f1f989be0c134c2d5269d16d5120de2921c2522a31c722b111447", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb9bc1694f2f1f989be0c134c2d5269d16d5120de2921c2522a31c722b111447", kill_on_drop: false }`
[INFO] [stdout] bb9bc1694f2f1f989be0c134c2d5269d16d5120de2921c2522a31c722b111447
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9fec7a7d08bae7dacd03049febebb01bcbdcd705eaab3acab20d482db5676045
[INFO] running `Command { std: "docker" "start" "-a" "9fec7a7d08bae7dacd03049febebb01bcbdcd705eaab3acab20d482db5676045", kill_on_drop: false }`
[INFO] [stderr]    Compiling spyne-syntax v0.2.0
[INFO] [stderr]    Compiling spyne-encoding v0.1.0
[INFO] [stderr]    Compiling spyne-quote v0.1.11
[INFO] [stderr]    Compiling spyne-macros v0.2.2
[INFO] [stderr]    Compiling spyne-ffi v0.6.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_4x4_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:162:11
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub const VK_FORMAT_ASTC_4x4_UNORM_BLOCK: VkFormat = VkFormat(157);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_4X4_UNORM_BLOCK`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_4x4_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:163:11
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub const VK_FORMAT_ASTC_4x4_SRGB_BLOCK: VkFormat = VkFormat(158);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_4X4_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x4_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:164:11
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub const VK_FORMAT_ASTC_5x4_UNORM_BLOCK: VkFormat = VkFormat(159);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X4_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x4_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:165:11
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub const VK_FORMAT_ASTC_5x4_SRGB_BLOCK: VkFormat = VkFormat(160);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X4_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:166:11
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub const VK_FORMAT_ASTC_5x5_UNORM_BLOCK: VkFormat = VkFormat(161);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub const VK_FORMAT_ASTC_5x5_SRGB_BLOCK: VkFormat = VkFormat(162);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:168:11
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub const VK_FORMAT_ASTC_6x5_UNORM_BLOCK: VkFormat = VkFormat(163);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:169:11
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub const VK_FORMAT_ASTC_6x5_SRGB_BLOCK: VkFormat = VkFormat(164);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x6_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub const VK_FORMAT_ASTC_6x6_UNORM_BLOCK: VkFormat = VkFormat(165);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X6_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x6_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub const VK_FORMAT_ASTC_6x6_SRGB_BLOCK: VkFormat = VkFormat(166);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X6_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:172:11
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub const VK_FORMAT_ASTC_8x5_UNORM_BLOCK: VkFormat = VkFormat(167);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:173:11
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub const VK_FORMAT_ASTC_8x5_SRGB_BLOCK: VkFormat = VkFormat(168);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x6_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:174:11
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const VK_FORMAT_ASTC_8x6_UNORM_BLOCK: VkFormat = VkFormat(169);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X6_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x6_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:175:11
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub const VK_FORMAT_ASTC_8x6_SRGB_BLOCK: VkFormat = VkFormat(170);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X6_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x8_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:176:11
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub const VK_FORMAT_ASTC_8x8_UNORM_BLOCK: VkFormat = VkFormat(171);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X8_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x8_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:177:11
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub const VK_FORMAT_ASTC_8x8_SRGB_BLOCK: VkFormat = VkFormat(172);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X8_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:178:11
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub const VK_FORMAT_ASTC_10x5_UNORM_BLOCK: VkFormat = VkFormat(173);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub const VK_FORMAT_ASTC_10x5_SRGB_BLOCK: VkFormat = VkFormat(174);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x6_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:180:11
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub const VK_FORMAT_ASTC_10x6_UNORM_BLOCK: VkFormat = VkFormat(175);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X6_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x6_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:181:11
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub const VK_FORMAT_ASTC_10x6_SRGB_BLOCK: VkFormat = VkFormat(176);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X6_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x8_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:182:11
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub const VK_FORMAT_ASTC_10x8_UNORM_BLOCK: VkFormat = VkFormat(177);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X8_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x8_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:183:11
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub const VK_FORMAT_ASTC_10x8_SRGB_BLOCK: VkFormat = VkFormat(178);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X8_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x10_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:184:11
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub const VK_FORMAT_ASTC_10x10_UNORM_BLOCK: VkFormat = VkFormat(179);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X10_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x10_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:185:11
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub const VK_FORMAT_ASTC_10x10_SRGB_BLOCK: VkFormat = VkFormat(180);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X10_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x10_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:186:11
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub const VK_FORMAT_ASTC_12x10_UNORM_BLOCK: VkFormat = VkFormat(181);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X10_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x10_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:187:11
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub const VK_FORMAT_ASTC_12x10_SRGB_BLOCK: VkFormat = VkFormat(182);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X10_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x12_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:188:11
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub const VK_FORMAT_ASTC_12x12_UNORM_BLOCK: VkFormat = VkFormat(183);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X12_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x12_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:189:11
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub const VK_FORMAT_ASTC_12x12_SRGB_BLOCK: VkFormat = VkFormat(184);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X12_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `texture_compression_a_s_t_c__l_d_r` should have a snake case name
[INFO] [stdout]   --> src/c/vulkan/types/physical_device.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub texture_compression_a_s_t_c__l_d_r: VkBool32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `texture_compression_a_s_t_c_l_d_r`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
[INFO] running `Command { std: "docker" "inspect" "9fec7a7d08bae7dacd03049febebb01bcbdcd705eaab3acab20d482db5676045", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fec7a7d08bae7dacd03049febebb01bcbdcd705eaab3acab20d482db5676045", kill_on_drop: false }`
[INFO] [stdout] 9fec7a7d08bae7dacd03049febebb01bcbdcd705eaab3acab20d482db5676045
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 222e5f3edf06c7d32db8fa0a42cabb9071d3438ccf876511dc05054854743073
[INFO] running `Command { std: "docker" "start" "-a" "222e5f3edf06c7d32db8fa0a42cabb9071d3438ccf876511dc05054854743073", kill_on_drop: false }`
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_4x4_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:162:11
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub const VK_FORMAT_ASTC_4x4_UNORM_BLOCK: VkFormat = VkFormat(157);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_4X4_UNORM_BLOCK`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_4x4_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:163:11
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub const VK_FORMAT_ASTC_4x4_SRGB_BLOCK: VkFormat = VkFormat(158);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_4X4_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x4_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:164:11
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub const VK_FORMAT_ASTC_5x4_UNORM_BLOCK: VkFormat = VkFormat(159);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X4_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x4_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:165:11
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub const VK_FORMAT_ASTC_5x4_SRGB_BLOCK: VkFormat = VkFormat(160);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X4_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:166:11
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub const VK_FORMAT_ASTC_5x5_UNORM_BLOCK: VkFormat = VkFormat(161);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub const VK_FORMAT_ASTC_5x5_SRGB_BLOCK: VkFormat = VkFormat(162);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:168:11
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub const VK_FORMAT_ASTC_6x5_UNORM_BLOCK: VkFormat = VkFormat(163);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:169:11
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub const VK_FORMAT_ASTC_6x5_SRGB_BLOCK: VkFormat = VkFormat(164);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x6_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub const VK_FORMAT_ASTC_6x6_UNORM_BLOCK: VkFormat = VkFormat(165);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X6_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x6_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub const VK_FORMAT_ASTC_6x6_SRGB_BLOCK: VkFormat = VkFormat(166);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X6_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:172:11
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub const VK_FORMAT_ASTC_8x5_UNORM_BLOCK: VkFormat = VkFormat(167);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:173:11
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub const VK_FORMAT_ASTC_8x5_SRGB_BLOCK: VkFormat = VkFormat(168);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x6_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:174:11
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const VK_FORMAT_ASTC_8x6_UNORM_BLOCK: VkFormat = VkFormat(169);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X6_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x6_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:175:11
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub const VK_FORMAT_ASTC_8x6_SRGB_BLOCK: VkFormat = VkFormat(170);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X6_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x8_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:176:11
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub const VK_FORMAT_ASTC_8x8_UNORM_BLOCK: VkFormat = VkFormat(171);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X8_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x8_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:177:11
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub const VK_FORMAT_ASTC_8x8_SRGB_BLOCK: VkFormat = VkFormat(172);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X8_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling spyne-ffi v0.6.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:178:11
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub const VK_FORMAT_ASTC_10x5_UNORM_BLOCK: VkFormat = VkFormat(173);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub const VK_FORMAT_ASTC_10x5_SRGB_BLOCK: VkFormat = VkFormat(174);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x6_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:180:11
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub const VK_FORMAT_ASTC_10x6_UNORM_BLOCK: VkFormat = VkFormat(175);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X6_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x6_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:181:11
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub const VK_FORMAT_ASTC_10x6_SRGB_BLOCK: VkFormat = VkFormat(176);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X6_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x8_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:182:11
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub const VK_FORMAT_ASTC_10x8_UNORM_BLOCK: VkFormat = VkFormat(177);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X8_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x8_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:183:11
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub const VK_FORMAT_ASTC_10x8_SRGB_BLOCK: VkFormat = VkFormat(178);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X8_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x10_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:184:11
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub const VK_FORMAT_ASTC_10x10_UNORM_BLOCK: VkFormat = VkFormat(179);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X10_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x10_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:185:11
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub const VK_FORMAT_ASTC_10x10_SRGB_BLOCK: VkFormat = VkFormat(180);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X10_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x10_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:186:11
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub const VK_FORMAT_ASTC_12x10_UNORM_BLOCK: VkFormat = VkFormat(181);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X10_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x10_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:187:11
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub const VK_FORMAT_ASTC_12x10_SRGB_BLOCK: VkFormat = VkFormat(182);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X10_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x12_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:188:11
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub const VK_FORMAT_ASTC_12x12_UNORM_BLOCK: VkFormat = VkFormat(183);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X12_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x12_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:189:11
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub const VK_FORMAT_ASTC_12x12_SRGB_BLOCK: VkFormat = VkFormat(184);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X12_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `texture_compression_a_s_t_c__l_d_r` should have a snake case name
[INFO] [stdout]   --> src/c/vulkan/types/physical_device.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub texture_compression_a_s_t_c__l_d_r: VkBool32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `texture_compression_a_s_t_c_l_d_r`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_4x4_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:162:11
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub const VK_FORMAT_ASTC_4x4_UNORM_BLOCK: VkFormat = VkFormat(157);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_4X4_UNORM_BLOCK`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_4x4_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:163:11
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub const VK_FORMAT_ASTC_4x4_SRGB_BLOCK: VkFormat = VkFormat(158);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_4X4_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x4_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:164:11
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub const VK_FORMAT_ASTC_5x4_UNORM_BLOCK: VkFormat = VkFormat(159);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X4_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x4_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:165:11
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub const VK_FORMAT_ASTC_5x4_SRGB_BLOCK: VkFormat = VkFormat(160);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X4_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:166:11
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub const VK_FORMAT_ASTC_5x5_UNORM_BLOCK: VkFormat = VkFormat(161);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_5x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:167:11
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub const VK_FORMAT_ASTC_5x5_SRGB_BLOCK: VkFormat = VkFormat(162);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:168:11
[INFO] [stdout]     |
[INFO] [stdout] 168 | pub const VK_FORMAT_ASTC_6x5_UNORM_BLOCK: VkFormat = VkFormat(163);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:169:11
[INFO] [stdout]     |
[INFO] [stdout] 169 | pub const VK_FORMAT_ASTC_6x5_SRGB_BLOCK: VkFormat = VkFormat(164);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x6_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:170:11
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub const VK_FORMAT_ASTC_6x6_UNORM_BLOCK: VkFormat = VkFormat(165);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X6_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_6x6_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:171:11
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub const VK_FORMAT_ASTC_6x6_SRGB_BLOCK: VkFormat = VkFormat(166);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X6_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:172:11
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub const VK_FORMAT_ASTC_8x5_UNORM_BLOCK: VkFormat = VkFormat(167);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:173:11
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub const VK_FORMAT_ASTC_8x5_SRGB_BLOCK: VkFormat = VkFormat(168);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x6_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:174:11
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const VK_FORMAT_ASTC_8x6_UNORM_BLOCK: VkFormat = VkFormat(169);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X6_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x6_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:175:11
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub const VK_FORMAT_ASTC_8x6_SRGB_BLOCK: VkFormat = VkFormat(170);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X6_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x8_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:176:11
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub const VK_FORMAT_ASTC_8x8_UNORM_BLOCK: VkFormat = VkFormat(171);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X8_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_8x8_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:177:11
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub const VK_FORMAT_ASTC_8x8_SRGB_BLOCK: VkFormat = VkFormat(172);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X8_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x5_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:178:11
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub const VK_FORMAT_ASTC_10x5_UNORM_BLOCK: VkFormat = VkFormat(173);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X5_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x5_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:179:11
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub const VK_FORMAT_ASTC_10x5_SRGB_BLOCK: VkFormat = VkFormat(174);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X5_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x6_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:180:11
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub const VK_FORMAT_ASTC_10x6_UNORM_BLOCK: VkFormat = VkFormat(175);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X6_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x6_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:181:11
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub const VK_FORMAT_ASTC_10x6_SRGB_BLOCK: VkFormat = VkFormat(176);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X6_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x8_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:182:11
[INFO] [stdout]     |
[INFO] [stdout] 182 | pub const VK_FORMAT_ASTC_10x8_UNORM_BLOCK: VkFormat = VkFormat(177);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X8_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x8_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:183:11
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub const VK_FORMAT_ASTC_10x8_SRGB_BLOCK: VkFormat = VkFormat(178);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X8_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x10_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:184:11
[INFO] [stdout]     |
[INFO] [stdout] 184 | pub const VK_FORMAT_ASTC_10x10_UNORM_BLOCK: VkFormat = VkFormat(179);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X10_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_10x10_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:185:11
[INFO] [stdout]     |
[INFO] [stdout] 185 | pub const VK_FORMAT_ASTC_10x10_SRGB_BLOCK: VkFormat = VkFormat(180);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X10_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x10_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:186:11
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub const VK_FORMAT_ASTC_12x10_UNORM_BLOCK: VkFormat = VkFormat(181);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X10_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x10_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:187:11
[INFO] [stdout]     |
[INFO] [stdout] 187 | pub const VK_FORMAT_ASTC_12x10_SRGB_BLOCK: VkFormat = VkFormat(182);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X10_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x12_UNORM_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:188:11
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub const VK_FORMAT_ASTC_12x12_UNORM_BLOCK: VkFormat = VkFormat(183);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X12_UNORM_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `VK_FORMAT_ASTC_12x12_SRGB_BLOCK` should have an upper case name
[INFO] [stdout]    --> src/c/vulkan/constants/enums/format.rs:189:11
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub const VK_FORMAT_ASTC_12x12_SRGB_BLOCK: VkFormat = VkFormat(184);
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X12_SRGB_BLOCK`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `texture_compression_a_s_t_c__l_d_r` should have a snake case name
[INFO] [stdout]   --> src/c/vulkan/types/physical_device.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub texture_compression_a_s_t_c__l_d_r: VkBool32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `texture_compression_a_s_t_c_l_d_r`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "222e5f3edf06c7d32db8fa0a42cabb9071d3438ccf876511dc05054854743073", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "222e5f3edf06c7d32db8fa0a42cabb9071d3438ccf876511dc05054854743073", kill_on_drop: false }`
[INFO] [stdout] 222e5f3edf06c7d32db8fa0a42cabb9071d3438ccf876511dc05054854743073
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1626d039bbf99ccc7ef109639ae87bad7ff1a270f3c42e6cf154c4e636468ca1
[INFO] running `Command { std: "docker" "start" "-a" "1626d039bbf99ccc7ef109639ae87bad7ff1a270f3c42e6cf154c4e636468ca1", kill_on_drop: false }`
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_4x4_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:162:11
[INFO] [stderr]     |
[INFO] [stderr] 162 | pub const VK_FORMAT_ASTC_4x4_UNORM_BLOCK: VkFormat = VkFormat(157);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_4X4_UNORM_BLOCK`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_4x4_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:163:11
[INFO] [stderr]     |
[INFO] [stderr] 163 | pub const VK_FORMAT_ASTC_4x4_SRGB_BLOCK: VkFormat = VkFormat(158);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_4X4_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_5x4_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:164:11
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub const VK_FORMAT_ASTC_5x4_UNORM_BLOCK: VkFormat = VkFormat(159);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X4_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_5x4_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:165:11
[INFO] [stderr]     |
[INFO] [stderr] 165 | pub const VK_FORMAT_ASTC_5x4_SRGB_BLOCK: VkFormat = VkFormat(160);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X4_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_5x5_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:166:11
[INFO] [stderr]     |
[INFO] [stderr] 166 | pub const VK_FORMAT_ASTC_5x5_UNORM_BLOCK: VkFormat = VkFormat(161);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X5_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_5x5_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:167:11
[INFO] [stderr]     |
[INFO] [stderr] 167 | pub const VK_FORMAT_ASTC_5x5_SRGB_BLOCK: VkFormat = VkFormat(162);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_5X5_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_6x5_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:168:11
[INFO] [stderr]     |
[INFO] [stderr] 168 | pub const VK_FORMAT_ASTC_6x5_UNORM_BLOCK: VkFormat = VkFormat(163);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X5_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_6x5_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:169:11
[INFO] [stderr]     |
[INFO] [stderr] 169 | pub const VK_FORMAT_ASTC_6x5_SRGB_BLOCK: VkFormat = VkFormat(164);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X5_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_6x6_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:170:11
[INFO] [stderr]     |
[INFO] [stderr] 170 | pub const VK_FORMAT_ASTC_6x6_UNORM_BLOCK: VkFormat = VkFormat(165);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X6_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_6x6_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:171:11
[INFO] [stderr]     |
[INFO] [stderr] 171 | pub const VK_FORMAT_ASTC_6x6_SRGB_BLOCK: VkFormat = VkFormat(166);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_6X6_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_8x5_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:172:11
[INFO] [stderr]     |
[INFO] [stderr] 172 | pub const VK_FORMAT_ASTC_8x5_UNORM_BLOCK: VkFormat = VkFormat(167);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X5_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_8x5_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:173:11
[INFO] [stderr]     |
[INFO] [stderr] 173 | pub const VK_FORMAT_ASTC_8x5_SRGB_BLOCK: VkFormat = VkFormat(168);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X5_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_8x6_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:174:11
[INFO] [stderr]     |
[INFO] [stderr] 174 | pub const VK_FORMAT_ASTC_8x6_UNORM_BLOCK: VkFormat = VkFormat(169);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X6_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_8x6_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:175:11
[INFO] [stderr]     |
[INFO] [stderr] 175 | pub const VK_FORMAT_ASTC_8x6_SRGB_BLOCK: VkFormat = VkFormat(170);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X6_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_8x8_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:176:11
[INFO] [stderr]     |
[INFO] [stderr] 176 | pub const VK_FORMAT_ASTC_8x8_UNORM_BLOCK: VkFormat = VkFormat(171);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X8_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_8x8_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:177:11
[INFO] [stderr]     |
[INFO] [stderr] 177 | pub const VK_FORMAT_ASTC_8x8_SRGB_BLOCK: VkFormat = VkFormat(172);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_8X8_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_10x5_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:178:11
[INFO] [stderr]     |
[INFO] [stderr] 178 | pub const VK_FORMAT_ASTC_10x5_UNORM_BLOCK: VkFormat = VkFormat(173);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X5_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_10x5_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:179:11
[INFO] [stderr]     |
[INFO] [stderr] 179 | pub const VK_FORMAT_ASTC_10x5_SRGB_BLOCK: VkFormat = VkFormat(174);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X5_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_10x6_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:180:11
[INFO] [stderr]     |
[INFO] [stderr] 180 | pub const VK_FORMAT_ASTC_10x6_UNORM_BLOCK: VkFormat = VkFormat(175);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X6_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_10x6_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:181:11
[INFO] [stderr]     |
[INFO] [stderr] 181 | pub const VK_FORMAT_ASTC_10x6_SRGB_BLOCK: VkFormat = VkFormat(176);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X6_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_10x8_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:182:11
[INFO] [stderr]     |
[INFO] [stderr] 182 | pub const VK_FORMAT_ASTC_10x8_UNORM_BLOCK: VkFormat = VkFormat(177);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X8_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_10x8_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:183:11
[INFO] [stderr]     |
[INFO] [stderr] 183 | pub const VK_FORMAT_ASTC_10x8_SRGB_BLOCK: VkFormat = VkFormat(178);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X8_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_10x10_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:184:11
[INFO] [stderr]     |
[INFO] [stderr] 184 | pub const VK_FORMAT_ASTC_10x10_UNORM_BLOCK: VkFormat = VkFormat(179);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X10_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_10x10_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:185:11
[INFO] [stderr]     |
[INFO] [stderr] 185 | pub const VK_FORMAT_ASTC_10x10_SRGB_BLOCK: VkFormat = VkFormat(180);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_10X10_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_12x10_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:186:11
[INFO] [stderr]     |
[INFO] [stderr] 186 | pub const VK_FORMAT_ASTC_12x10_UNORM_BLOCK: VkFormat = VkFormat(181);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X10_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_12x10_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:187:11
[INFO] [stderr]     |
[INFO] [stderr] 187 | pub const VK_FORMAT_ASTC_12x10_SRGB_BLOCK: VkFormat = VkFormat(182);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X10_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_12x12_UNORM_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:188:11
[INFO] [stderr]     |
[INFO] [stderr] 188 | pub const VK_FORMAT_ASTC_12x12_UNORM_BLOCK: VkFormat = VkFormat(183);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X12_UNORM_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `VK_FORMAT_ASTC_12x12_SRGB_BLOCK` should have an upper case name
[INFO] [stderr]    --> src/c/vulkan/constants/enums/format.rs:189:11
[INFO] [stderr]     |
[INFO] [stderr] 189 | pub const VK_FORMAT_ASTC_12x12_SRGB_BLOCK: VkFormat = VkFormat(184);
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case (notice the capitalization): `VK_FORMAT_ASTC_12X12_SRGB_BLOCK`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `texture_compression_a_s_t_c__l_d_r` should have a snake case name
[INFO] [stderr]   --> src/c/vulkan/types/physical_device.rs:57:9
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub texture_compression_a_s_t_c__l_d_r: VkBool32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `texture_compression_a_s_t_c_l_d_r`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `spyne-ffi` (lib) generated 29 warnings
[INFO] [stderr] warning: `spyne-ffi` (lib test) generated 29 warnings (29 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spyne_ffi-1bcc16992114a3e7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test c::vulkan::functions::test::test_vulkan_funcs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.66s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests spyne_ffi
[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" "1626d039bbf99ccc7ef109639ae87bad7ff1a270f3c42e6cf154c4e636468ca1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1626d039bbf99ccc7ef109639ae87bad7ff1a270f3c42e6cf154c4e636468ca1", kill_on_drop: false }`
[INFO] [stdout] 1626d039bbf99ccc7ef109639ae87bad7ff1a270f3c42e6cf154c4e636468ca1
