[INFO] cloning repository https://github.com/mahulst/bevy-introduction [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mahulst/bevy-introduction" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmahulst%2Fbevy-introduction", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmahulst%2Fbevy-introduction'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c02c38eadafa6ad4452bd9ce81d0cfde7cd153ce [INFO] testing mahulst/bevy-introduction against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmahulst%2Fbevy-introduction" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mahulst/bevy-introduction on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mahulst/bevy-introduction [INFO] finished tweaking git repo https://github.com/mahulst/bevy-introduction [INFO] tweaked toml for git repo https://github.com/mahulst/bevy-introduction written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mahulst/bevy-introduction already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc-macro2 v1.0.35 [INFO] [stderr] Downloaded tracing-subscriber v0.3.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c6f907c7bd439ba36bead749cc33d80dc3f33a48e5089bcf1dd6c55aa6f4849 [INFO] running `Command { std: "docker" "start" "-a" "3c6f907c7bd439ba36bead749cc33d80dc3f33a48e5089bcf1dd6c55aa6f4849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c6f907c7bd439ba36bead749cc33d80dc3f33a48e5089bcf1dd6c55aa6f4849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c6f907c7bd439ba36bead749cc33d80dc3f33a48e5089bcf1dd6c55aa6f4849", kill_on_drop: false }` [INFO] [stdout] 3c6f907c7bd439ba36bead749cc33d80dc3f33a48e5089bcf1dd6c55aa6f4849 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6fc07d99dc5812fff3081c479285dc9cebe13fe53984c92a34cf9d5b7886091 [INFO] running `Command { std: "docker" "start" "-a" "b6fc07d99dc5812fff3081c479285dc9cebe13fe53984c92a34cf9d5b7886091", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling proc-macro2 v1.0.35 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.65 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling erased-serde v0.3.17 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling fastrand v1.6.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling fixedbitset v0.4.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Compiling raw-window-handle v0.4.2 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling spirv_headers v1.5.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling raw-window-handle v0.3.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling notify v5.0.0-pre.10 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling bevy_tasks v0.5.0 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling bevy-glsl-to-spirv v0.2.1 [INFO] [stderr] Compiling spirv-reflect v0.2.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling glam v0.15.2 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling spirv_cross v0.23.1 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling khronos-egl v3.0.2 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling ttf-parser v0.13.4 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling wgpu-core v0.7.1 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustctirJjW" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aho-corasick", "default", "memchr", "pattern", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=b4303b8494a88267 -C extra-filename=-b4303b8494a88267 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-202b6f92cc006935.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/libudev-sys-5dd87c52377f1aec/output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c: In function 'SpvReflectResult spvReflectCreateShaderModule(size_t, const void*, SpvReflectShaderModule*)': [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::spirv_code' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: 2910 | Parser parser = { 0 }; [INFO] [stderr] warning: spirv-reflect@0.2.3: | ^ [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::string_count' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::strings' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::source_language' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::source_language_version' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::source_file_id' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::source_embedded' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::node_count' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::nodes' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::entry_point_count' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::function_count' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::functions' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::type_count' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::descriptor_count' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::push_constant_count' [-Wmissing-field-initializers] [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c: In function 'SpvReflectResult spvReflectChangeDescriptorBindingNumbers(SpvReflectShaderModule*, const SpvReflectDescriptorBinding*, uint32_t, uint32_t)': [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:4012:28: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and '' [-Wsign-compare] [INFO] [stderr] warning: spirv-reflect@0.2.3: 4012 | if (new_binding_number != SPV_REFLECT_BINDING_NUMBER_DONT_CHANGE) { [INFO] [stderr] warning: spirv-reflect@0.2.3: | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:4018:25: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and '' [-Wsign-compare] [INFO] [stderr] warning: spirv-reflect@0.2.3: 4018 | if (new_set_binding != SPV_REFLECT_SET_NUMBER_DONT_CHANGE) { [INFO] [stderr] warning: spirv-reflect@0.2.3: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:4026:23: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and '' [-Wsign-compare] [INFO] [stderr] warning: spirv-reflect@0.2.3: 4026 | if (new_set_binding != SPV_REFLECT_SET_NUMBER_DONT_CHANGE) { [INFO] [stderr] warning: spirv-reflect@0.2.3: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c: In function 'SpvReflectResult spvReflectChangeDescriptorSetNumber(SpvReflectShaderModule*, const SpvReflectDescriptorSet*, uint32_t)': [INFO] [stderr] warning: spirv-reflect@0.2.3: vendor/spirv_reflect.c:4060:49: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and '' [-Wsign-compare] [INFO] [stderr] warning: spirv-reflect@0.2.3: 4060 | if (IsNotNull(p_target_set) && new_set_number != SPV_REFLECT_SET_NUMBER_DONT_CHANGE) { [INFO] [stderr] warning: spirv-reflect@0.2.3: | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: spirv-reflect@0.2.3: ar: /opt/rustwide/target/debug/build/spirv-reflect-04b6df15576d2d4c/out/libspirv_reflect_cpp.a: No space left on device [INFO] [stderr] error: failed to run custom build command for `spirv-reflect v0.2.3` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/spirv-reflect-afb444c360037859/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXX = None [INFO] [stderr] CXX = None [INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXXFLAGS = None [INFO] [stderr] CXXFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "src" "-Wall" "-Wextra" "-std=c++11" "-o" "/opt/rustwide/target/debug/build/spirv-reflect-04b6df15576d2d4c/out/vendor/spirv_reflect.o" "-c" "vendor/spirv_reflect.c" [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c: In function 'SpvReflectResult spvReflectCreateShaderModule(size_t, const void*, SpvReflectShaderModule*)': [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::spirv_code' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning= 2910 | Parser parser = { 0 }; [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::string_count' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::strings' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::source_language' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::source_language_version' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::source_file_id' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::source_embedded' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::node_count' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::nodes' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::entry_point_count' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::function_count' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::functions' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::type_count' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::descriptor_count' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:2910:23: warning: missing initializer for member 'Parser::push_constant_count' [-Wmissing-field-initializers] [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c: In function 'SpvReflectResult spvReflectChangeDescriptorBindingNumbers(SpvReflectShaderModule*, const SpvReflectDescriptorBinding*, uint32_t, uint32_t)': [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:4012:28: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and '' [-Wsign-compare] [INFO] [stderr] cargo:warning= 4012 | if (new_binding_number != SPV_REFLECT_BINDING_NUMBER_DONT_CHANGE) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:4018:25: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and '' [-Wsign-compare] [INFO] [stderr] cargo:warning= 4018 | if (new_set_binding != SPV_REFLECT_SET_NUMBER_DONT_CHANGE) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:4026:23: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and '' [-Wsign-compare] [INFO] [stderr] cargo:warning= 4026 | if (new_set_binding != SPV_REFLECT_SET_NUMBER_DONT_CHANGE) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c: In function 'SpvReflectResult spvReflectChangeDescriptorSetNumber(SpvReflectShaderModule*, const SpvReflectDescriptorSet*, uint32_t)': [INFO] [stderr] cargo:warning=vendor/spirv_reflect.c:4060:49: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and '' [-Wsign-compare] [INFO] [stderr] cargo:warning= 4060 | if (IsNotNull(p_target_set) && new_set_number != SPV_REFLECT_SET_NUMBER_DONT_CHANGE) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] AR_x86_64-unknown-linux-gnu = None [INFO] [stderr] AR_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_AR = None [INFO] [stderr] AR = None [INFO] [stderr] running: ZERO_AR_DATE="1" "ar" "cq" "/opt/rustwide/target/debug/build/spirv-reflect-04b6df15576d2d4c/out/libspirv_reflect_cpp.a" "/opt/rustwide/target/debug/build/spirv-reflect-04b6df15576d2d4c/out/vendor/spirv_reflect.o" [INFO] [stderr] cargo:warning=ar: /opt/rustwide/target/debug/build/spirv-reflect-04b6df15576d2d4c/out/libspirv_reflect_cpp.a: No space left on device [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command ZERO_AR_DATE="1" "ar" "cq" "/opt/rustwide/target/debug/build/spirv-reflect-04b6df15576d2d4c/out/libspirv_reflect_cpp.a" "/opt/rustwide/target/debug/build/spirv-reflect-04b6df15576d2d4c/out/vendor/spirv_reflect.o" with args "ar" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: could not compile `regex-syntax` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_syntax --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=202b6f92cc006935 -C extra-filename=-202b6f92cc006935 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcKXVGVp/symbols.o" "/opt/rustwide/target/debug/build/wgpu-core-94122bfe25568d68/build_script_build-94122bfe25568d68.build_script_build.49f0cff47b3c0d23-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/wgpu-core-94122bfe25568d68/build_script_build-94122bfe25568d68.build_script_build.49f0cff47b3c0d23-cgu.1.rcgu.o" "/opt/rustwide/target/debug/build/wgpu-core-94122bfe25568d68/build_script_build-94122bfe25568d68.build_script_build.49f0cff47b3c0d23-cgu.2.rcgu.o" "/opt/rustwide/target/debug/build/wgpu-core-94122bfe25568d68/build_script_build-94122bfe25568d68.7vkebg2o6sc864k63jcbijdu7.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcfg_aliases-205e50ce50b215eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/wgpu-core-94122bfe25568d68/build_script_build-94122bfe25568d68" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-automata` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_automata --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=b3a6041582201318 -C extra-filename=-b3a6041582201318 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-202b6f92cc006935.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `wgpu-core` (build script) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaX3FgM8" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaCZ0F4E" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hashbrown` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `alsa-sys` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetabyUIJl" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `khronos-egl` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta9aamnL" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mio` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta3heOlM" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: minimp3-sys@0.3.2: minimp3.c:2: fatal error: error writing to /tmp/ccKG9Erg.s: No space left on device [INFO] [stderr] warning: minimp3-sys@0.3.2: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `minimp3-sys v0.3.2` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/minimp3-sys-23949069b57d6347/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "minimp3/" "-Wall" "-Wextra" "-DMINIMP3_IMPLEMENTATION" "-o" "/opt/rustwide/target/debug/build/minimp3-sys-5a473d9259c5803e/out/minimp3.o" "-c" "minimp3.c" [INFO] [stderr] cargo:warning=minimp3.c:2: fatal error: error writing to /tmp/ccKG9Erg.s: No space left on device [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "minimp3/" "-Wall" "-Wextra" "-DMINIMP3_IMPLEMENTATION" "-o" "/opt/rustwide/target/debug/build/minimp3-sys-5a473d9259c5803e/out/minimp3.o" "-c" "minimp3.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: could not compile `image` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetanUsbqN" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `glam` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaOq7TkR" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaWIaP7S" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ttf-parser` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta9VRXZd" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nix` (lib) due to 1 previous error [INFO] [stderr] warning: spirv_cross@0.23.1: src/wrapper.cpp:2: warning: ignoring '#pragma warning ' [-Wunknown-pragmas] [INFO] [stderr] warning: spirv_cross@0.23.1: 2 | #pragma warning(disable : 4996 4101) [INFO] [stderr] warning: spirv_cross@0.23.1: | [INFO] [stderr] warning: spirv_cross@0.23.1: src/vendor/SPIRV-Cross/spirv_cfg.cpp:404:1: fatal error: error writing to /tmp/cc6iXhdn.s: No space left on device [INFO] [stderr] warning: spirv_cross@0.23.1: 404 | } // namespace SPIRV_CROSS_NAMESPACE [INFO] [stderr] warning: spirv_cross@0.23.1: | ^ [INFO] [stderr] warning: spirv_cross@0.23.1: compilation terminated. [INFO] [stderr] warning: spirv_cross@0.23.1: src/vendor/SPIRV-Cross/spirv_cross_util.cpp:77:1: fatal error: error writing to /tmp/ccB0CY0T.s: No space left on device [INFO] [stderr] warning: spirv_cross@0.23.1: 77 | } // namespace spirv_cross_util [INFO] [stderr] warning: spirv_cross@0.23.1: | ^ [INFO] [stderr] warning: spirv_cross@0.23.1: compilation terminated. [INFO] [stderr] warning: spirv_cross@0.23.1: src/wrapper.cpp:544:1: fatal error: error writing to /tmp/cc8gKxXo.s: No space left on device [INFO] [stderr] warning: spirv_cross@0.23.1: 544 | } [INFO] [stderr] warning: spirv_cross@0.23.1: | ^ [INFO] [stderr] warning: spirv_cross@0.23.1: compilation terminated. [INFO] [stderr] warning: spirv_cross@0.23.1: src/vendor/SPIRV-Cross/spirv_cross_parsed_ir.cpp:1064:1: fatal error: error writing to /tmp/cceOjiLg.s: No space left on device [INFO] [stderr] warning: spirv_cross@0.23.1: 1064 | } // namespace SPIRV_CROSS_NAMESPACE [INFO] [stderr] warning: spirv_cross@0.23.1: | ^ [INFO] [stderr] warning: spirv_cross@0.23.1: compilation terminated. [INFO] [stderr] warning: spirv_cross@0.23.1: src/vendor/SPIRV-Cross/spirv_parser.cpp:1199:1: fatal error: error writing to /tmp/cc0B8uwf.s: No space left on device [INFO] [stderr] warning: spirv_cross@0.23.1: 1199 | } // namespace SPIRV_CROSS_NAMESPACE [INFO] [stderr] warning: spirv_cross@0.23.1: | ^ [INFO] [stderr] warning: spirv_cross@0.23.1: compilation terminated. [INFO] [stderr] warning: spirv_cross@0.23.1: src/vendor/SPIRV-Cross/spirv_cross.cpp:4952:1: fatal error: error writing to /tmp/cc9bgy5i.s: No space left on device [INFO] [stderr] warning: spirv_cross@0.23.1: 4952 | } [INFO] [stderr] warning: spirv_cross@0.23.1: | ^ [INFO] [stderr] warning: spirv_cross@0.23.1: compilation terminated. [INFO] [stderr] warning: spirv_cross@0.23.1: src/vendor/SPIRV-Cross/spirv_glsl.cpp:15668:1: fatal error: error writing to /tmp/ccmAeRfz.s: No space left on device [INFO] [stderr] warning: spirv_cross@0.23.1: 15668 | } [INFO] [stderr] warning: spirv_cross@0.23.1: | ^ [INFO] [stderr] warning: spirv_cross@0.23.1: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `spirv_cross v0.23.1` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/spirv_cross-9596296b7ee51a7b/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXX = None [INFO] [stderr] CXX = None [INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXXFLAGS = None [INFO] [stderr] CXXFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXX = None [INFO] [stderr] CXX = None [INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXXFLAGS = None [INFO] [stderr] CXXFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-DSPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS" "-DSPIRV_CROSS_WRAPPER_NO_EXCEPTIONS" "-DSPIRV_CROSS_WRAPPER_GLSL" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/spirv_cross-dad153843a3e33ea/out/src/wrapper.o" "-c" "src/wrapper.cpp" [INFO] [stderr] cargo:warning=src/wrapper.cpp:2: warning: ignoring '#pragma warning ' [-Wunknown-pragmas] [INFO] [stderr] cargo:warning= 2 | #pragma warning(disable : 4996 4101) [INFO] [stderr] cargo:warning= | [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-DSPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS" "-DSPIRV_CROSS_WRAPPER_NO_EXCEPTIONS" "-DSPIRV_CROSS_WRAPPER_GLSL" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/spirv_cross-dad153843a3e33ea/out/src/vendor/SPIRV-Cross/spirv_cfg.o" "-c" "src/vendor/SPIRV-Cross/spirv_cfg.cpp" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-DSPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS" "-DSPIRV_CROSS_WRAPPER_NO_EXCEPTIONS" "-DSPIRV_CROSS_WRAPPER_GLSL" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/spirv_cross-dad153843a3e33ea/out/src/vendor/SPIRV-Cross/spirv_cross.o" "-c" "src/vendor/SPIRV-Cross/spirv_cross.cpp" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-DSPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS" "-DSPIRV_CROSS_WRAPPER_NO_EXCEPTIONS" "-DSPIRV_CROSS_WRAPPER_GLSL" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/spirv_cross-dad153843a3e33ea/out/src/vendor/SPIRV-Cross/spirv_cross_parsed_ir.o" "-c" "src/vendor/SPIRV-Cross/spirv_cross_parsed_ir.cpp" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-DSPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS" "-DSPIRV_CROSS_WRAPPER_NO_EXCEPTIONS" "-DSPIRV_CROSS_WRAPPER_GLSL" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/spirv_cross-dad153843a3e33ea/out/src/vendor/SPIRV-Cross/spirv_parser.o" "-c" "src/vendor/SPIRV-Cross/spirv_parser.cpp" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-DSPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS" "-DSPIRV_CROSS_WRAPPER_NO_EXCEPTIONS" "-DSPIRV_CROSS_WRAPPER_GLSL" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/spirv_cross-dad153843a3e33ea/out/src/vendor/SPIRV-Cross/spirv_cross_util.o" "-c" "src/vendor/SPIRV-Cross/spirv_cross_util.cpp" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-DSPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS" "-DSPIRV_CROSS_WRAPPER_NO_EXCEPTIONS" "-DSPIRV_CROSS_WRAPPER_GLSL" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/spirv_cross-dad153843a3e33ea/out/src/vendor/SPIRV-Cross/spirv_glsl.o" "-c" "src/vendor/SPIRV-Cross/spirv_glsl.cpp" [INFO] [stderr] cargo:warning=src/vendor/SPIRV-Cross/spirv_cfg.cpp:404:1: fatal error: error writing to /tmp/cc6iXhdn.s: No space left on device [INFO] [stderr] cargo:warning= 404 | } // namespace SPIRV_CROSS_NAMESPACE [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=src/vendor/SPIRV-Cross/spirv_cross_util.cpp:77:1: fatal error: error writing to /tmp/ccB0CY0T.s: No space left on device [INFO] [stderr] cargo:warning= 77 | } // namespace spirv_cross_util [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=src/wrapper.cpp:544:1: fatal error: error writing to /tmp/cc8gKxXo.s: No space left on device [INFO] [stderr] cargo:warning= 544 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=src/vendor/SPIRV-Cross/spirv_cross_parsed_ir.cpp:1064:1: fatal error: error writing to /tmp/cceOjiLg.s: No space left on device [INFO] [stderr] cargo:warning= 1064 | } // namespace SPIRV_CROSS_NAMESPACE [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=src/vendor/SPIRV-Cross/spirv_parser.cpp:1199:1: fatal error: error writing to /tmp/cc0B8uwf.s: No space left on device [INFO] [stderr] cargo:warning= 1199 | } // namespace SPIRV_CROSS_NAMESPACE [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=src/vendor/SPIRV-Cross/spirv_cross.cpp:4952:1: fatal error: error writing to /tmp/cc9bgy5i.s: No space left on device [INFO] [stderr] cargo:warning= 4952 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=src/vendor/SPIRV-Cross/spirv_glsl.cpp:15668:1: fatal error: error writing to /tmp/ccmAeRfz.s: No space left on device [INFO] [stderr] cargo:warning=15668 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-DSPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS" "-DSPIRV_CROSS_WRAPPER_NO_EXCEPTIONS" "-DSPIRV_CROSS_WRAPPER_GLSL" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/spirv_cross-dad153843a3e33ea/out/src/wrapper.o" "-c" "src/wrapper.cpp" with args "c++" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "b6fc07d99dc5812fff3081c479285dc9cebe13fe53984c92a34cf9d5b7886091", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6fc07d99dc5812fff3081c479285dc9cebe13fe53984c92a34cf9d5b7886091", kill_on_drop: false }` [INFO] [stdout] b6fc07d99dc5812fff3081c479285dc9cebe13fe53984c92a34cf9d5b7886091