[INFO] cloning repository https://github.com/SulfurNitride/bsa-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SulfurNitride/bsa-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSulfurNitride%2Fbsa-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSulfurNitride%2Fbsa-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1b74444bb4b8a7042835adae4b0bbe7f3a206d32
[INFO] checking SulfurNitride/bsa-rs against 444dcce484c66c8d626806a8556be3b4d3ef381a for pr-160902
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSulfurNitride%2Fbsa-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SulfurNitride/bsa-rs
[INFO] finished tweaking git repo https://github.com/SulfurNitride/bsa-rs
[INFO] tweaked toml for git repo https://github.com/SulfurNitride/bsa-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SulfurNitride/bsa-rs on toolchain 444dcce484c66c8d626806a8556be3b4d3ef381a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+444dcce484c66c8d626806a8556be3b4d3ef381a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SulfurNitride/bsa-rs 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" "+444dcce484c66c8d626806a8556be3b4d3ef381a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded memmap2 v0.9.0
[INFO] [stderr]   Downloaded anyhow v1.0.75
[INFO] [stderr]   Downloaded bitflags v2.4.2
[INFO] [stderr]   Downloaded serde_derive v1.0.192
[INFO] [stderr]   Downloaded serde v1.0.192
[INFO] [stderr]   Downloaded syn v2.0.39
[INFO] [stderr]   Downloaded lzzzz v1.0.4
[INFO] [stderr]   Downloaded bstr v1.7.0
[INFO] [stderr]   Downloaded libc v0.2.150
[INFO] [stderr]   Downloaded directxtex v1.1.0
[INFO] [stderr]   Downloaded libz-sys v1.1.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 67b54f8dcf4e504973a3ff90ea2b966d917077dec2514bc64df1b32a78b515ee
[INFO] running `Command { std: "docker" "start" "67b54f8dcf4e504973a3ff90ea2b966d917077dec2514bc64df1b32a78b515ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67b54f8dcf4e504973a3ff90ea2b966d917077dec2514bc64df1b32a78b515ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "67b54f8dcf4e504973a3ff90ea2b966d917077dec2514bc64df1b32a78b515ee" "/opt/rustwide/cargo-home/bin/cargo" "+444dcce484c66c8d626806a8556be3b4d3ef381a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "67b54f8dcf4e504973a3ff90ea2b966d917077dec2514bc64df1b32a78b515ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "67b54f8dcf4e504973a3ff90ea2b966d917077dec2514bc64df1b32a78b515ee" "/opt/rustwide/cargo-home/bin/cargo" "+444dcce484c66c8d626806a8556be3b4d3ef381a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]     Checking memmap2 v0.9.0
[INFO] [stderr]     Checking bstr v1.7.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling directxtex v1.1.0
[INFO] [stderr]    Compiling lzzzz v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr] warning: directxtex@1.1.0: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: directxtex@1.1.0: compilation terminated.
[INFO] [stderr] warning: directxtex@1.1.0: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/BC4BC5.o" "-c" "external/DirectXTex/DirectXTex/BC4BC5.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: directxtex@1.1.0: compilation terminated.
[INFO] [stderr] warning: directxtex@1.1.0: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexNormalMaps.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexNormalMaps.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: directxtex@1.1.0: compilation terminated.
[INFO] [stderr] warning: directxtex@1.1.0: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexCompress.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexCompress.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: directxtex@1.1.0: compilation terminated.
[INFO] [stderr] warning: directxtex@1.1.0: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexMisc.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexMisc.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: directxtex@1.1.0: compilation terminated.
[INFO] [stderr] warning: directxtex@1.1.0: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexConvert.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexConvert.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: directxtex@1.1.0: compilation terminated.
[INFO] [stderr] warning: directxtex@1.1.0: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexHDR.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexHDR.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: directxtex@1.1.0: compilation terminated.
[INFO] [stderr] warning: directxtex@1.1.0: ToolExecError: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexTGA.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexTGA.cpp" with args "c++" did not execute successfully (status code exit status: 1).
[INFO] [stderr] error: failed to run custom build command for `directxtex v1.1.0`
[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/directxtex/2ecf90f3d2092107/out/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]   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=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,x87")
[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]   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=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,x87")
[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]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-I" "external/DirectX-Headers/include/directx" "-Wp,-w" "-D__REQUIRED_RPCNDR_H_VERSION__=475" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectX-Headers/src/d3dx12_property_format_table.o" "-c" "external/DirectX-Headers/src/d3dx12_property_format_table.cpp"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu
[INFO] [stderr]   AR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu
[INFO] [stderr]   AR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_AR
[INFO] [stderr]   HOST_AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR
[INFO] [stderr]   AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   ARFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   ARFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_ARFLAGS
[INFO] [stderr]   HOST_ARFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS
[INFO] [stderr]   ARFLAGS = None
[INFO] [stderr]   running: ZERO_AR_DATE="1" "ar" "cq" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/libDirectX-Headers.a" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectX-Headers/src/d3dx12_property_format_table.o"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "ar" "s" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/libDirectX-Headers.a"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:rustc-link-lib=static=DirectX-Headers
[INFO] [stderr]   cargo:rustc-link-search=native=/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXSTDLIB_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXSTDLIB_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXSTDLIB_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXSTDLIB_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXSTDLIB
[INFO] [stderr]   HOST_CXXSTDLIB = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXSTDLIB
[INFO] [stderr]   CXXSTDLIB = None
[INFO] [stderr]   cargo:rustc-link-lib=stdc++
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-I" "external/DirectX-Headers/include/directx" "-Wp,-w" "-D__REQUIRED_RPCNDR_H_VERSION__=475" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectX-Headers/src/dxguids.o" "-c" "external/DirectX-Headers/src/dxguids.cpp"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu
[INFO] [stderr]   AR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu
[INFO] [stderr]   AR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_AR
[INFO] [stderr]   HOST_AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR
[INFO] [stderr]   AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   ARFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   ARFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_ARFLAGS
[INFO] [stderr]   HOST_ARFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS
[INFO] [stderr]   ARFLAGS = None
[INFO] [stderr]   running: ZERO_AR_DATE="1" "ar" "cq" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/libDirectX-Guids.a" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectX-Headers/src/dxguids.o"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "ar" "s" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/libDirectX-Guids.a"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:rustc-link-lib=static=DirectX-Guids
[INFO] [stderr]   cargo:rustc-link-search=native=/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXSTDLIB_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXSTDLIB_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXSTDLIB_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXSTDLIB_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXSTDLIB
[INFO] [stderr]   HOST_CXXSTDLIB = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXSTDLIB
[INFO] [stderr]   CXXSTDLIB = None
[INFO] [stderr]   cargo:rustc-link-lib=stdc++
[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=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,x87")
[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]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/BC.o" "-c" "external/DirectXTex/DirectXTex/BC.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/BC4BC5.o" "-c" "external/DirectXTex/DirectXTex/BC4BC5.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/BC6HBC7.o" "-c" "external/DirectXTex/DirectXTex/BC6HBC7.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexCompress.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexCompress.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexConvert.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexConvert.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexDDS.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexDDS.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexHDR.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexHDR.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexImage.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexImage.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexMipmaps.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexMipmaps.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexMisc.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexMisc.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexNormalMaps.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexNormalMaps.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexPMAlpha.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexPMAlpha.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexResize.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexResize.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexTGA.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexTGA.cpp"
[INFO] [stderr]   running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexUtil.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexUtil.cpp"
[INFO] [stderr]   cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] 
[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++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/BC4BC5.o" "-c" "external/DirectXTex/DirectXTex/BC4BC5.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] 
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[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++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexNormalMaps.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexNormalMaps.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] 
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[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++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexCompress.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexCompress.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] 
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[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++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexMisc.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexMisc.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] 
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[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++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexConvert.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexConvert.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] 
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[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++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexHDR.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexHDR.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] 
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[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++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexTGA.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexTGA.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]   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++17" "-I" "external/DirectX-Headers/include" "-I" "external/DirectXMath/Inc" "-I" "external/DirectXTex/DirectXTex" "-I" "external/DirectX-Headers/include/wsl/stubs" "-I" "ffi/include" "-Wp,-w" "-o" "/opt/rustwide/target/debug/build/directxtex/07b242a74ceed87a/out/external/DirectXTex/DirectXTex/DirectXTexTGA.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexTGA.cpp" with args "c++" did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "67b54f8dcf4e504973a3ff90ea2b966d917077dec2514bc64df1b32a78b515ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67b54f8dcf4e504973a3ff90ea2b966d917077dec2514bc64df1b32a78b515ee", kill_on_drop: false }`
[INFO] [stdout] 67b54f8dcf4e504973a3ff90ea2b966d917077dec2514bc64df1b32a78b515ee
