[INFO] crate spirv_cross 0.23.1 is already in cache [INFO] testing spirv_cross-0.23.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate spirv_cross 0.23.1 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate spirv_cross 0.23.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate spirv_cross 0.23.1 [INFO] finished tweaking crates.io crate spirv_cross 0.23.1 [INFO] tweaked toml for crates.io crate spirv_cross 0.23.1 written to /workspace/builds/worker-18/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7704bc0fd4982d1a0755546566dcca3017ebfe4a5f943691291442c248b130e [INFO] running `Command { std: "docker" "start" "-a" "e7704bc0fd4982d1a0755546566dcca3017ebfe4a5f943691291442c248b130e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7704bc0fd4982d1a0755546566dcca3017ebfe4a5f943691291442c248b130e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7704bc0fd4982d1a0755546566dcca3017ebfe4a5f943691291442c248b130e", kill_on_drop: false }` [INFO] [stdout] e7704bc0fd4982d1a0755546566dcca3017ebfe4a5f943691291442c248b130e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff1f2f292e38bd596b98e65b46542c5802fc0e33abb1f780e05f12ef8cb6ffec [INFO] running `Command { std: "docker" "start" "-a" "ff1f2f292e38bd596b98e65b46542c5802fc0e33abb1f780e05f12ef8cb6ffec", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling spirv_cross v0.23.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: src/wrapper.cpp:2: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: 2 | #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: | [INFO] [stdout] warning: field is never read: `target_data` [INFO] [stdout] --> src/compiler.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) target_data: TTargetData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Compiler` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler.rs:162:10 [INFO] [stdout] | [INFO] [stdout] 162 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `words` [INFO] [stdout] --> src/spirv.rs:432:5 [INFO] [stdout] | [INFO] [stdout] 432 | pub(crate) words: &'a [u32], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/spirv.rs:430:10 [INFO] [stdout] | [INFO] [stdout] 430 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `Command { std: "docker" "inspect" "ff1f2f292e38bd596b98e65b46542c5802fc0e33abb1f780e05f12ef8cb6ffec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff1f2f292e38bd596b98e65b46542c5802fc0e33abb1f780e05f12ef8cb6ffec", kill_on_drop: false }` [INFO] [stdout] ff1f2f292e38bd596b98e65b46542c5802fc0e33abb1f780e05f12ef8cb6ffec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d8b359c6e5d1752e278ee6a141136fd974fa8ec31c81f51dc23aa490c24304c [INFO] running `Command { std: "docker" "start" "-a" "9d8b359c6e5d1752e278ee6a141136fd974fa8ec31c81f51dc23aa490c24304c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: src/wrapper.cpp:2: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: 2 | #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: | [INFO] [stderr] Compiling spirv_cross v0.23.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `target_data` [INFO] [stdout] --> src/compiler.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) target_data: TTargetData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Compiler` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler.rs:162:10 [INFO] [stdout] | [INFO] [stdout] 162 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `words` [INFO] [stdout] --> src/spirv.rs:432:5 [INFO] [stdout] | [INFO] [stdout] 432 | pub(crate) words: &'a [u32], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/spirv.rs:430:10 [INFO] [stdout] | [INFO] [stdout] 430 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `spirv_cross::hlsl` [INFO] [stdout] --> tests/hlsl_tests.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use spirv_cross::{hlsl, spirv}; [INFO] [stdout] | ^^^^ no `hlsl` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `spirv_cross::msl` [INFO] [stdout] --> tests/msl_tests.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use spirv_cross::{msl, spirv}; [INFO] [stdout] | ^^^ no `msl` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `msl` in `spirv_cross` [INFO] [stdout] --> tests/msl_tests.rs:258:22 [INFO] [stdout] | [INFO] [stdout] 258 | spirv_cross::msl::ResourceBindingLocation { [INFO] [stdout] | ^^^ could not find `msl` in `spirv_cross` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `msl` in `spirv_cross` [INFO] [stdout] --> tests/msl_tests.rs:263:22 [INFO] [stdout] | [INFO] [stdout] 263 | spirv_cross::msl::ResourceBinding { [INFO] [stdout] | ^^^ could not find `msl` in `spirv_cross` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `msl` in `spirv_cross` [INFO] [stdout] --> tests/msl_tests.rs:272:45 [INFO] [stdout] | [INFO] [stdout] 272 | compiler_options.version = spirv_cross::msl::Version::V2_0; [INFO] [stdout] | ^^^ could not find `msl` in `spirv_cross` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `spirv_cross::hlsl` [INFO] [stdout] --> tests/spirv_tests.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use spirv_cross::{hlsl as lang, spirv}; [INFO] [stdout] | ^^^^^^^^^^^^ no `hlsl` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `glsl` in `spirv_cross` [INFO] [stdout] --> tests/glsl_tests.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | use spirv_cross::glsl::Version::*; [INFO] [stdout] | ^^^^ could not find `glsl` in `spirv_cross` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `spirv_cross::glsl` [INFO] [stdout] --> tests/glsl_tests.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use spirv_cross::{glsl, spirv}; [INFO] [stdout] | ^^^^ no `glsl` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `V1_10` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stdout] error[E0425]: cannot find value `V1_20` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:16 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0425]: cannot find value `V1_30` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: src/wrapper.cpp:2: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stdout] error[E0425]: cannot find value `V1_40` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:30 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: 2 | #pragma warning(disable : 4996 4101) [INFO] [stdout] error[E0425]: cannot find value `V1_50` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:37 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: | [INFO] [stdout] error[E0425]: cannot find value `V3_30` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:44 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0425]: cannot find value `V4_00` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:51 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `spirv_cross` due to 2 previous errors [INFO] [stdout] error[E0425]: cannot find value `V4_10` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:58 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0425]: cannot find value `V4_20` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:65 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `V4_30` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:72 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `V4_40` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:79 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `V4_50` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:86 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `V4_60` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:58:93 [INFO] [stdout] | [INFO] [stdout] 58 | V1_10, V1_20, V1_30, V1_40, V1_50, V3_30, V4_00, V4_10, V4_20, V4_30, V4_40, V4_50, V4_60, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `V1_00Es` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | V1_00Es, V3_00Es, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `V3_00Es` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | V1_00Es, V3_00Es, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] warning: src/wrapper.cpp:2: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: 2 | #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: | [INFO] [stderr] [INFO] [stderr] error: could not compile `spirv_cross` due to 5 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/wrapper.cpp:2: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: 2 | #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: | [INFO] [stderr] [INFO] [stderr] error: could not compile `spirv_cross` due to 2 previous errors [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stderr] warning: src/wrapper.cpp:2: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] warning: 2 | #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: | [INFO] [stderr] [INFO] [stderr] error: could not compile `spirv_cross` due to 18 previous errors [INFO] [stdout] warning: field is never read: `target_data` [INFO] [stdout] --> src/compiler.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | pub(crate) target_data: TTargetData, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Compiler` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/compiler.rs:162:10 [INFO] [stdout] | [INFO] [stdout] 162 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `words` [INFO] [stdout] --> src/spirv.rs:432:5 [INFO] [stdout] | [INFO] [stdout] 432 | pub(crate) words: &'a [u32], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Module` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/spirv.rs:430:10 [INFO] [stdout] | [INFO] [stdout] 430 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9d8b359c6e5d1752e278ee6a141136fd974fa8ec31c81f51dc23aa490c24304c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d8b359c6e5d1752e278ee6a141136fd974fa8ec31c81f51dc23aa490c24304c", kill_on_drop: false }` [INFO] [stdout] 9d8b359c6e5d1752e278ee6a141136fd974fa8ec31c81f51dc23aa490c24304c