[INFO] crate spirv_cross 0.19.0 is already in cache [INFO] checking spirv_cross-0.19.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate spirv_cross 0.19.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate spirv_cross 0.19.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate spirv_cross 0.19.0 [INFO] finished tweaking crates.io crate spirv_cross 0.19.0 [INFO] tweaked toml for crates.io crate spirv_cross 0.19.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6258daee56c4d6d056f4d5abb6feed1235e1e1114265f7e067062aba5f599f5e [INFO] running `"docker" "start" "-a" "6258daee56c4d6d056f4d5abb6feed1235e1e1114265f7e067062aba5f599f5e"` [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling spirv_cross v0.19.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: src/wrapper.cpp:2:0: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: [INFO] [stderr] error[E0432]: unresolved import `spirv_cross::msl` [INFO] [stderr] --> tests/msl_tests.rs:1:19 [INFO] [stderr] | [INFO] [stderr] 1 | use spirv_cross::{msl, spirv}; [INFO] [stderr] | ^^^ no `msl` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `spirv_cross::hlsl` [INFO] [stderr] --> tests/hlsl_tests.rs:1:19 [INFO] [stderr] | [INFO] [stderr] 1 | use spirv_cross::{hlsl, spirv}; [INFO] [stderr] | ^^^^ no `hlsl` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `glsl` in `spirv_cross` [INFO] [stderr] --> tests/glsl_tests.rs:52:22 [INFO] [stderr] | [INFO] [stderr] 52 | use spirv_cross::glsl::Version::*; [INFO] [stderr] | ^^^^ could not find `glsl` in `spirv_cross` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `spirv_cross::glsl` [INFO] [stderr] --> tests/glsl_tests.rs:1:19 [INFO] [stderr] | [INFO] [stderr] 1 | use spirv_cross::{glsl, spirv}; [INFO] [stderr] | ^^^^ no `glsl` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `msl` in `spirv_cross` [INFO] [stderr] --> tests/msl_tests.rs:261:22 [INFO] [stderr] | [INFO] [stderr] 261 | spirv_cross::msl::ResourceBindingLocation { [INFO] [stderr] | ^^^ could not find `msl` in `spirv_cross` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `msl` in `spirv_cross` [INFO] [stderr] --> tests/msl_tests.rs:266:22 [INFO] [stderr] | [INFO] [stderr] 266 | spirv_cross::msl::ResourceBinding { [INFO] [stderr] | ^^^ could not find `msl` in `spirv_cross` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `msl` in `spirv_cross` [INFO] [stderr] --> tests/msl_tests.rs:274:31 [INFO] [stderr] | [INFO] [stderr] 274 | version: spirv_cross::msl::Version::V2_0, [INFO] [stderr] | ^^^ could not find `msl` in `spirv_cross` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `spirv_cross::hlsl` [INFO] [stderr] --> tests/spirv_tests.rs:1:19 [INFO] [stderr] | [INFO] [stderr] 1 | use spirv_cross::{hlsl as lang, spirv}; [INFO] [stderr] | ^^^^^^^^^^^^ no `hlsl` in the root [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V1_10` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V1_20` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:16 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V1_30` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V1_40` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:30 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V1_50` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:37 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V3_30` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:44 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V4_00` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:51 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V4_10` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:58 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V4_20` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:65 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V4_30` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:72 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V4_40` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:79 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V4_50` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:86 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V4_60` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:59:93 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V1_00Es` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | V1_00Es, V3_00Es, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `V3_00Es` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:60:18 [INFO] [stderr] | [INFO] [stderr] 60 | V1_00Es, V3_00Es, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/wrapper.cpp:2:0: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: [INFO] [stderr] [INFO] [stderr] error: could not compile `spirv_cross`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/wrapper.cpp:2:0: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: [INFO] [stderr] [INFO] [stderr] error: could not compile `spirv_cross`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/wrapper.cpp:2:0: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: [INFO] [stderr] [INFO] [stderr] error: could not compile `spirv_cross`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/wrapper.cpp:2:0: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: [INFO] [stderr] [INFO] [stderr] error: could not compile `spirv_cross`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6258daee56c4d6d056f4d5abb6feed1235e1e1114265f7e067062aba5f599f5e"` [INFO] running `"docker" "rm" "-f" "6258daee56c4d6d056f4d5abb6feed1235e1e1114265f7e067062aba5f599f5e"` [INFO] [stdout] 6258daee56c4d6d056f4d5abb6feed1235e1e1114265f7e067062aba5f599f5e