[INFO] fetching crate motphys_spirv_cross 0.23.3...
[INFO] testing motphys_spirv_cross-0.23.3 against 1.91.0 for beta-1.92-2
[INFO] extracting crate motphys_spirv_cross 0.23.3 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate motphys_spirv_cross 0.23.3
[INFO] finished tweaking crates.io crate motphys_spirv_cross 0.23.3
[INFO] tweaked toml for crates.io crate motphys_spirv_cross 0.23.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate motphys_spirv_cross 0.23.3 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 22 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a1ba925185dc94230bae2dff7cd57ba338e34bc915125abe1b7af89b05bb21e5
[INFO] running `Command { std: "docker" "start" "-a" "a1ba925185dc94230bae2dff7cd57ba338e34bc915125abe1b7af89b05bb21e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1ba925185dc94230bae2dff7cd57ba338e34bc915125abe1b7af89b05bb21e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1ba925185dc94230bae2dff7cd57ba338e34bc915125abe1b7af89b05bb21e5", kill_on_drop: false }`
[INFO] [stdout] a1ba925185dc94230bae2dff7cd57ba338e34bc915125abe1b7af89b05bb21e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d8d1a27c2571359821f43753948241654ded57472ffc2b86efc53dab53b632f
[INFO] running `Command { std: "docker" "start" "-a" "4d8d1a27c2571359821f43753948241654ded57472ffc2b86efc53dab53b632f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.44
[INFO] [stderr]    Compiling motphys_spirv_cross v0.23.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `target_data` is never read
[INFO] [stdout]    --> src/compiler.rs:258:16
[INFO] [stdout]     |
[INFO] [stdout] 256 | pub struct Compiler<TTargetData> {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 257 |     pub(crate) sc_compiler: *mut br::ScInternalCompilerBase,
[INFO] [stdout] 258 |     pub(crate) target_data: TTargetData,
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Compiler` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `words` is never read
[INFO] [stdout]    --> src/spirv.rs:521:16
[INFO] [stdout]     |
[INFO] [stdout] 520 | pub struct Module<'a> {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 521 |     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] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/spirv.rs:526:30
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn from_words(words: &[u32]) -> Module {
[INFO] [stdout]     |                              ^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn from_words(words: &[u32]) -> Module<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.88s
[INFO] running `Command { std: "docker" "inspect" "4d8d1a27c2571359821f43753948241654ded57472ffc2b86efc53dab53b632f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d8d1a27c2571359821f43753948241654ded57472ffc2b86efc53dab53b632f", kill_on_drop: false }`
[INFO] [stdout] 4d8d1a27c2571359821f43753948241654ded57472ffc2b86efc53dab53b632f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c5815259a8f0acf516de4dbd8c4bbf02b8a55fde19d8c7ea9cca41df84906faf
[INFO] running `Command { std: "docker" "start" "-a" "c5815259a8f0acf516de4dbd8c4bbf02b8a55fde19d8c7ea9cca41df84906faf", kill_on_drop: false }`
[INFO] [stdout] warning: field `target_data` is never read
[INFO] [stdout]    --> src/compiler.rs:258:16
[INFO] [stdout]     |
[INFO] [stdout] 256 | pub struct Compiler<TTargetData> {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 257 |     pub(crate) sc_compiler: *mut br::ScInternalCompilerBase,
[INFO] [stdout] 258 |     pub(crate) target_data: TTargetData,
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Compiler` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `words` is never read
[INFO] [stdout]    --> src/spirv.rs:521:16
[INFO] [stdout]     |
[INFO] [stdout] 520 | pub struct Module<'a> {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 521 |     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] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling motphys_spirv_cross v0.23.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/spirv.rs:526:30
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn from_words(words: &[u32]) -> Module {
[INFO] [stdout]     |                              ^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn from_words(words: &[u32]) -> Module<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `spirv_cross`
[INFO] [stdout]  --> tests/spirv_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use spirv_cross::{hlsl as lang, spirv};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `spirv_cross`, use `cargo add spirv_cross` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]   --> tests/glsl_tests.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |     use spirv_cross::glsl::Version::*;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `spirv_cross`, use `cargo add spirv_cross` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `spirv_cross`
[INFO] [stdout]  --> tests/glsl_tests.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use spirv_cross::{glsl, spirv};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `spirv_cross`, use `cargo add spirv_cross` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `spirv_cross`
[INFO] [stdout]  --> tests/msl_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use spirv_cross::{msl, spirv};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `spirv_cross`, use `cargo add spirv_cross` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]    --> tests/msl_tests.rs:258:9
[INFO] [stdout]     |
[INFO] [stdout] 258 |         spirv_cross::msl::ResourceBindingLocation {
[INFO] [stdout]     |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `spirv_cross`, use `cargo add spirv_cross` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `V1_10` in this scope
[INFO] [stdout]   --> tests/glsl_tests.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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_20` in this scope
[INFO] [stdout]   --> tests/glsl_tests.rs:59:16
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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_30` in this scope
[INFO] [stdout]   --> tests/glsl_tests.rs:59:23
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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_40` in this scope
[INFO] [stdout]   --> tests/glsl_tests.rs:59:30
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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_50` in this scope
[INFO] [stdout]   --> tests/glsl_tests.rs:59:37
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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 `V3_30` in this scope
[INFO] [stdout]   --> tests/glsl_tests.rs:59:44
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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_00` in this scope
[INFO] [stdout]   --> tests/glsl_tests.rs:59:51
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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_10` in this scope
[INFO] [stdout]   --> tests/glsl_tests.rs:59:58
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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_20` in this scope
[INFO] [stdout]   --> tests/glsl_tests.rs:59:65
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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:59:72
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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:59:79
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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:59:86
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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:59:93
[INFO] [stdout]    |
[INFO] [stdout] 59 |         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:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |         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:60:18
[INFO] [stdout]    |
[INFO] [stdout] 60 |         V1_00Es, V3_00Es,
[INFO] [stdout]    |                  ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]    --> tests/msl_tests.rs:263:9
[INFO] [stdout]     |
[INFO] [stdout] 263 |         spirv_cross::msl::ResourceBinding {
[INFO] [stdout]     |         ^^^^^^^^^^^ use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `spirv_cross`, use `cargo add spirv_cross` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `motphys_spirv_cross` (test "spirv_tests") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `spirv_cross`
[INFO] [stdout]  --> tests/hlsl_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use spirv_cross::{hlsl, spirv};
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `spirv_cross`, use `cargo add spirv_cross` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]    --> tests/msl_tests.rs:272:32
[INFO] [stdout]     |
[INFO] [stdout] 272 |     compiler_options.version = spirv_cross::msl::Version::V2_0;
[INFO] [stdout]     |                                ^^^^^^^^^^^ use of unresolved module or unlinked crate `spirv_cross`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `spirv_cross`, use `cargo add spirv_cross` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `motphys_spirv_cross` (test "glsl_tests") due to 17 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `motphys_spirv_cross` (test "msl_tests") due to 4 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `motphys_spirv_cross` (test "hlsl_tests") due to 1 previous error
[INFO] [stdout] warning: field `target_data` is never read
[INFO] [stdout]    --> src/compiler.rs:258:16
[INFO] [stdout]     |
[INFO] [stdout] 256 | pub struct Compiler<TTargetData> {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] 257 |     pub(crate) sc_compiler: *mut br::ScInternalCompilerBase,
[INFO] [stdout] 258 |     pub(crate) target_data: TTargetData,
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Compiler` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `words` is never read
[INFO] [stdout]    --> src/spirv.rs:521:16
[INFO] [stdout]     |
[INFO] [stdout] 520 | pub struct Module<'a> {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] 521 |     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] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/spirv.rs:526:30
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn from_words(words: &[u32]) -> Module {
[INFO] [stdout]     |                              ^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 526 |     pub fn from_words(words: &[u32]) -> Module<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c5815259a8f0acf516de4dbd8c4bbf02b8a55fde19d8c7ea9cca41df84906faf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5815259a8f0acf516de4dbd8c4bbf02b8a55fde19d8c7ea9cca41df84906faf", kill_on_drop: false }`
[INFO] [stdout] c5815259a8f0acf516de4dbd8c4bbf02b8a55fde19d8c7ea9cca41df84906faf
