[INFO] fetching crate spirv_cross 0.21.0... [INFO] checking spirv_cross-0.21.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate spirv_cross 0.21.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate spirv_cross 0.21.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate spirv_cross 0.21.0 [INFO] finished tweaking crates.io crate spirv_cross 0.21.0 [INFO] tweaked toml for crates.io crate spirv_cross 0.21.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d784b4fa501c026145f8d54da6c386360f46d8c77c01500f7b9e6c18b918a436 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d784b4fa501c026145f8d54da6c386360f46d8c77c01500f7b9e6c18b918a436", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d784b4fa501c026145f8d54da6c386360f46d8c77c01500f7b9e6c18b918a436", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d784b4fa501c026145f8d54da6c386360f46d8c77c01500f7b9e6c18b918a436", kill_on_drop: false }` [INFO] [stdout] d784b4fa501c026145f8d54da6c386360f46d8c77c01500f7b9e6c18b918a436 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fdc47c7a4cce15ec6536dbd1fbb221b92796aab95bde17b2fd92d7afed432ff2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fdc47c7a4cce15ec6536dbd1fbb221b92796aab95bde17b2fd92d7afed432ff2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling spirv_cross v0.21.0 (/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] 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 `glsl` in `spirv_cross` [INFO] [stdout] --> tests/glsl_tests.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 53 | 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[E0433]: failed to resolve: could not find `msl` in `spirv_cross` [INFO] [stdout] --> tests/msl_tests.rs:261:22 [INFO] [stdout] | [INFO] [stdout] 261 | 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:266:22 [INFO] [stdout] | [INFO] [stdout] 266 | 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:274:31 [INFO] [stdout] | [INFO] [stdout] 274 | 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/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::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[E0425]: cannot find value `V1_10` in this scope [INFO] [stdout] --> tests/glsl_tests.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:16 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:23 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:30 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:37 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:44 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:51 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:58 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:65 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:72 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:79 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:86 [INFO] [stdout] | [INFO] [stdout] 60 | 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:60:93 [INFO] [stdout] | [INFO] [stdout] 60 | 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:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | 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:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | V1_00Es, V3_00Es, [INFO] [stdout] | ^^^^^^^ not found in this scope [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] [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` [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] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [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] 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] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [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] [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: build failed [INFO] running `Command { std: "docker" "inspect" "fdc47c7a4cce15ec6536dbd1fbb221b92796aab95bde17b2fd92d7afed432ff2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdc47c7a4cce15ec6536dbd1fbb221b92796aab95bde17b2fd92d7afed432ff2", kill_on_drop: false }` [INFO] [stdout] fdc47c7a4cce15ec6536dbd1fbb221b92796aab95bde17b2fd92d7afed432ff2