[INFO] crate spirv_cross 0.20.0 is already in cache [INFO] testing spirv_cross-0.20.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate spirv_cross 0.20.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate spirv_cross 0.20.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate spirv_cross 0.20.0 [INFO] finished tweaking crates.io crate spirv_cross 0.20.0 [INFO] tweaked toml for crates.io crate spirv_cross 0.20.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 4c863ea7bb3a54f781131c44b342250cf827596c0ad3ba8ea918c3e02d647f73 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "4c863ea7bb3a54f781131c44b342250cf827596c0ad3ba8ea918c3e02d647f73"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling spirv_cross v0.20.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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.80s [INFO] running `"docker" "inspect" "4c863ea7bb3a54f781131c44b342250cf827596c0ad3ba8ea918c3e02d647f73"` [INFO] running `"docker" "rm" "-f" "4c863ea7bb3a54f781131c44b342250cf827596c0ad3ba8ea918c3e02d647f73"` [INFO] [stdout] 4c863ea7bb3a54f781131c44b342250cf827596c0ad3ba8ea918c3e02d647f73 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 38caa9d793f186de4343b39f9aaaaf4fbded21a36803d4e3750f3d8b39d6c601 [INFO] running `"docker" "start" "-a" "38caa9d793f186de4343b39f9aaaaf4fbded21a36803d4e3750f3d8b39d6c601"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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.20.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `glsl` in `spirv_cross` [INFO] [stderr] --> tests/glsl_tests.rs:53:22 [INFO] [stderr] | [INFO] [stderr] 53 | 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[E0425]: cannot find value `V1_10` in this scope [INFO] [stderr] --> tests/glsl_tests.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:16 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:23 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:30 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:37 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:44 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:51 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:58 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:65 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:72 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:79 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:86 [INFO] [stderr] | [INFO] [stderr] 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] [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:60:93 [INFO] [stderr] | [INFO] [stderr] 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] [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:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | 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:61:18 [INFO] [stderr] | [INFO] [stderr] 61 | V1_00Es, V3_00Es, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [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[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/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[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: 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] 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] [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: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: 2 | #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: | [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: warning: ignoring #pragma warning [-Wunknown-pragmas] [INFO] [stderr] warning: 2 | #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: | [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: 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 `"docker" "inspect" "38caa9d793f186de4343b39f9aaaaf4fbded21a36803d4e3750f3d8b39d6c601"` [INFO] running `"docker" "rm" "-f" "38caa9d793f186de4343b39f9aaaaf4fbded21a36803d4e3750f3d8b39d6c601"` [INFO] [stdout] 38caa9d793f186de4343b39f9aaaaf4fbded21a36803d4e3750f3d8b39d6c601