[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 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 for pr-161253
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSulfurNitride%2Fbsa-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SulfurNitride/bsa-rs on toolchain 65c7d39f9c2b9d5c316725cb48fa3d360c64c663
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "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" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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] a4516fffb9a6e858bfaa7e9e228d5363e86262795ccbdae3a6c97fbd0b092f0f
[INFO] running `Command { std: "docker" "start" "a4516fffb9a6e858bfaa7e9e228d5363e86262795ccbdae3a6c97fbd0b092f0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4516fffb9a6e858bfaa7e9e228d5363e86262795ccbdae3a6c97fbd0b092f0f", 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" "a4516fffb9a6e858bfaa7e9e228d5363e86262795ccbdae3a6c97fbd0b092f0f" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4516fffb9a6e858bfaa7e9e228d5363e86262795ccbdae3a6c97fbd0b092f0f", 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" "a4516fffb9a6e858bfaa7e9e228d5363e86262795ccbdae3a6c97fbd0b092f0f" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "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 vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking walkdir v2.4.0
[INFO] [stderr]     Checking memmap2 v0.9.0
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking bstr v1.7.0
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling lzzzz v1.0.4
[INFO] [stderr]    Compiling directxtex v1.1.0
[INFO] [stderr]     Checking flate2 v1.0.28
[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/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=adbd1c7afb68fd05 -C extra-filename=-4e79c0892efe0b08 --out-dir /opt/rustwide/target/debug/build/syn/4e79c0892efe0b08/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/a4809e20494045cd/out -L dependency=/opt/rustwide/target/debug/build/quote/93f906c40d6ffa20/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/a4809e20494045cd/out/libproc_macro2-a4809e20494045cd.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/93f906c40d6ffa20/out/libquote-93f906c40d6ffa20.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/f2de522ba645d884/out/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/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/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/DirectXTexMipmaps.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexMipmaps.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/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/DirectXTexTGA.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexTGA.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/BC.o" "-c" "external/DirectXTex/DirectXTex/BC.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).
[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/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/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/DirectXTexMipmaps.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexMipmaps.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/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/DirectXTexTGA.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexTGA.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/BC.o" "-c" "external/DirectXTex/DirectXTex/BC.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).
[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/DirectXTexHDR.o" "-c" "external/DirectXTex/DirectXTex/DirectXTexHDR.cpp" with args "c++" did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "a4516fffb9a6e858bfaa7e9e228d5363e86262795ccbdae3a6c97fbd0b092f0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4516fffb9a6e858bfaa7e9e228d5363e86262795ccbdae3a6c97fbd0b092f0f", kill_on_drop: false }`
[INFO] [stdout] a4516fffb9a6e858bfaa7e9e228d5363e86262795ccbdae3a6c97fbd0b092f0f
