[INFO] cloning repository https://github.com/raphamorim/sugarloaf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/raphamorim/sugarloaf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraphamorim%2Fsugarloaf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraphamorim%2Fsugarloaf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f36214ba86a301c96d05821941b50cbdf0763158
[INFO] testing raphamorim/sugarloaf against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraphamorim%2Fsugarloaf" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/raphamorim/sugarloaf
[INFO] finished tweaking git repo https://github.com/raphamorim/sugarloaf
[INFO] tweaked toml for git repo https://github.com/raphamorim/sugarloaf written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/raphamorim/sugarloaf on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/raphamorim/sugarloaf 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gpu-descriptor v0.3.0
[INFO] [stderr]   Downloaded bytemuck v1.20.0
[INFO] [stderr]   Downloaded bytemuck_derive v1.8.0
[INFO] [stderr]   Downloaded glutin_wgl_sys v0.6.0
[INFO] [stderr]   Downloaded allocator-api2 v0.2.20
[INFO] [stderr]   Downloaded bincode_derive v2.0.0-rc.3
[INFO] [stderr]   Downloaded librashader-common v0.6.2
[INFO] [stderr]   Downloaded xml-rs v0.8.23
[INFO] [stderr]   Downloaded unsigned-varint v0.8.0
[INFO] [stderr]   Downloaded bincode v2.0.0-rc.3
[INFO] [stderr]   Downloaded virtue v0.0.13
[INFO] [stderr]   Downloaded librashader-reflect v0.6.2
[INFO] [stderr]   Downloaded wayland-protocols v0.32.5
[INFO] [stderr]   Downloaded syn v2.0.89
[INFO] [stderr]   Downloaded wayland-protocols-wlr v0.3.5
[INFO] [stderr]   Downloaded ttf-parser v0.25.0
[INFO] [stderr]   Downloaded naga v23.0.0
[INFO] [stderr]   Downloaded wayland-protocols-plasma v0.3.5
[INFO] [stderr]   Downloaded blake3 v1.5.4
[INFO] [stderr]   Downloaded persy v1.5.2
[INFO] [stderr]   Downloaded rspirv v0.12.0+sdk-1.3.268.0
[INFO] [stderr]   Downloaded librashader-pack v0.6.2
[INFO] [stderr]   Downloaded librashader-preprocess v0.6.2
[INFO] [stderr]   Downloaded librashader-presets v0.6.2
[INFO] [stderr]   Downloaded spirv-cross2 v0.4.6
[INFO] [stderr]   Downloaded ordered-float v4.5.0
[INFO] [stderr]   Downloaded objc2-encode v4.0.3
[INFO] [stderr]   Downloaded spirv-cross-sys v0.4.3+e670b39
[INFO] [stderr]   Downloaded glslang v0.6.1
[INFO] [stderr]   Downloaded font-types v0.8.1
[INFO] [stderr]   Downloaded yazi v0.2.0
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.45
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.45
[INFO] [stderr]   Downloaded zigzag v0.1.0
[INFO] [stderr]   Downloaded dirs-next v1.0.2
[INFO] [stderr]   Downloaded platform-dirs v0.3.0
[INFO] [stderr]   Downloaded librashader-cache v0.6.2
[INFO] [stderr]   Downloaded array-concat v0.5.3
[INFO] [stderr]   Downloaded skrifa v0.25.0
[INFO] [stderr]   Downloaded vec_extract_if_polyfill v0.1.0
[INFO] [stderr]   Downloaded spirv-cross2-derive v0.1.0
[INFO] [stderr]   Downloaded librashader-runtime v0.6.2
[INFO] [stderr]   Downloaded rio-window v0.2.1
[INFO] [stderr]   Downloaded read-fonts v0.24.0
[INFO] [stderr]   Downloaded glslang-sys v0.6.2+3454c36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 655c5dbaef01b9eb9b6baa8dcdcbc2c376ff349117399fb6f5e55a252ebf4348
[INFO] running `Command { std: "docker" "start" "-a" "655c5dbaef01b9eb9b6baa8dcdcbc2c376ff349117399fb6f5e55a252ebf4348", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "655c5dbaef01b9eb9b6baa8dcdcbc2c376ff349117399fb6f5e55a252ebf4348", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "655c5dbaef01b9eb9b6baa8dcdcbc2c376ff349117399fb6f5e55a252ebf4348", kill_on_drop: false }`
[INFO] [stdout] 655c5dbaef01b9eb9b6baa8dcdcbc2c376ff349117399fb6f5e55a252ebf4348
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e8f20771d492559b0b77bbde5a1586d823f2173e15eb5723a7aeacde8a37c4a
[INFO] running `Command { std: "docker" "start" "-a" "9e8f20771d492559b0b77bbde5a1586d823f2173e15eb5723a7aeacde8a37c4a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling allocator-api2 v0.2.20
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling rustc-hash v2.0.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling naga v23.0.0
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling hexf-parse v0.2.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling fdeflate v0.3.6
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling hashbrown v0.15.1
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling image-webp v0.2.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling zune-jpeg v0.4.13
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling vec_extract_if_polyfill v0.1.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling wgpu-hal v23.0.1
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling png v0.17.14
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling wgpu-core v23.0.1
[INFO] [stderr]    Compiling glow v0.14.2
[INFO] [stderr]    Compiling virtue v0.0.13
[INFO] [stderr]    Compiling renderdoc-sys v1.1.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]    Compiling dirs-next v1.0.2
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling wgpu v23.0.1
[INFO] [stderr]    Compiling zigzag v0.1.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling bincode_derive v2.0.0-rc.3
[INFO] [stderr]    Compiling unsigned-varint v0.8.0
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling ttf-parser v0.25.0
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling platform-dirs v0.3.0
[INFO] [stderr]    Compiling euclid v0.22.11
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling svg_fmt v0.4.4
[INFO] [stderr]    Compiling array-concat v0.5.3
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling spirv-cross-sys v0.4.3+e670b39
[INFO] [stderr]    Compiling glslang-sys v0.6.2+3454c36
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.90.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/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="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=40a9d21c93f04193 -C extra-filename=-915ebae3d65027e3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-ef91d20411bb67c8.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.90.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.89/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=f3398972e36cef3d -C extra-filename=-711514973a31caf5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-400ee123ca8618fa.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-b86b320330bce602.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b86b2828602f103e.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `regex-automata` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.90.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/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="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=d0c5d4267c9e26e5 -C extra-filename=-cea4738a04b6f6c8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-e9d5dbc8f69769a4.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-99c12f2e33ceb2c0.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-492ee736cb5581dd.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: spirv-cross-sys@0.4.3+e670b39: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: spirv-cross-sys@0.4.3+e670b39: compilation terminated.
[INFO] [stderr] warning: spirv-cross-sys@0.4.3+e670b39: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++14" "-I" "native/SPIRV-Cross" "-I" "native/SPIRV-CROSS/include" "-Wall" "-Wextra" "-DSPIRV_CROSS_CLI=OFF" "-DSPIRV_CROSS_C_API_GLSL=1" "-DSPIRV_CROSS_C_API_HLSL=1" "-DSPIRV_CROSS_C_API_MSL=1" "-o" "/opt/rustwide/target/debug/build/spirv-cross-sys-3393467f58790fad/out/e199e4a0c0335c4f-spirv_cross_c_ext_rs.o" "-c" "native/spirv_cross_c_ext_rs.cpp" with args c++ did not execute successfully (status code exit status: 1).cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: spirv-cross-sys@0.4.3+e670b39: compilation terminated.
[INFO] [stderr] warning: spirv-cross-sys@0.4.3+e670b39: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++14" "-I" "native/SPIRV-Cross" "-I" "native/SPIRV-CROSS/include" "-Wall" "-Wextra" "-DSPIRV_CROSS_CLI=OFF" "-DSPIRV_CROSS_C_API_GLSL=1" "-DSPIRV_CROSS_C_API_HLSL=1" "-DSPIRV_CROSS_C_API_MSL=1" "-o" "/opt/rustwide/target/debug/build/spirv-cross-sys-3393467f58790fad/out/44c975de6dea9a25-spirv_hlsl.o" "-c" "native/SPIRV-Cross/spirv_hlsl.cpp" with args c++ did not execute successfully (status code exit status: 1).
[INFO] [stderr] error: failed to run custom build command for `spirv-cross-sys v0.4.3+e670b39`
[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-sys-ab42bd6de59e2e74/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_cross_c.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_cross_c.h
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_cfg.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_cpp.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_cross.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_cross_parsed_ir.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_cross_util.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_glsl.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_hlsl.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_msl.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_parser.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/SPIRV-Cross/spirv_reflect.cpp
[INFO] [stderr]   cargo:rerun-if-changed=native/spirv_cross_c_ext_rs.cpp
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/spirv-cross-sys-3393467f58790fad/out)
[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]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++14" "-I" "native/SPIRV-Cross" "-I" "native/SPIRV-CROSS/include" "-Wall" "-Wextra" "-DSPIRV_CROSS_CLI=OFF" "-DSPIRV_CROSS_C_API_GLSL=1" "-DSPIRV_CROSS_C_API_HLSL=1" "-DSPIRV_CROSS_C_API_MSL=1" "-o" "/opt/rustwide/target/debug/build/spirv-cross-sys-3393467f58790fad/out/e199e4a0c0335c4f-spirv_cross_c_ext_rs.o" "-c" "native/spirv_cross_c_ext_rs.cpp" with args c++ did not execute successfully (status code exit status: 1).cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++14" "-I" "native/SPIRV-Cross" "-I" "native/SPIRV-CROSS/include" "-Wall" "-Wextra" "-DSPIRV_CROSS_CLI=OFF" "-DSPIRV_CROSS_C_API_GLSL=1" "-DSPIRV_CROSS_C_API_HLSL=1" "-DSPIRV_CROSS_C_API_MSL=1" "-o" "/opt/rustwide/target/debug/build/spirv-cross-sys-3393467f58790fad/out/44c975de6dea9a25-spirv_hlsl.o" "-c" "native/SPIRV-Cross/spirv_hlsl.cpp" with args c++ did not execute successfully (status code exit status: 1).
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++14" "-I" "native/SPIRV-Cross" "-I" "native/SPIRV-CROSS/include" "-Wall" "-Wextra" "-DSPIRV_CROSS_CLI=OFF" "-DSPIRV_CROSS_C_API_GLSL=1" "-DSPIRV_CROSS_C_API_HLSL=1" "-DSPIRV_CROSS_C_API_MSL=1" "-o" "/opt/rustwide/target/debug/build/spirv-cross-sys-3393467f58790fad/out/44c975de6dea9a25-spirv_hlsl.o" "-c" "native/SPIRV-Cross/spirv_hlsl.cpp" with args c++ did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "9e8f20771d492559b0b77bbde5a1586d823f2173e15eb5723a7aeacde8a37c4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e8f20771d492559b0b77bbde5a1586d823f2173e15eb5723a7aeacde8a37c4a", kill_on_drop: false }`
[INFO] [stdout] 9e8f20771d492559b0b77bbde5a1586d823f2173e15eb5723a7aeacde8a37c4a
