[INFO] cloning repository https://github.com/m2ux/tss_demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/m2ux/tss_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm2ux%2Ftss_demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm2ux%2Ftss_demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 171404fba22e731880c095bd0c8ee6b02264a0d7
[INFO] testing m2ux/tss_demo against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm2ux%2Ftss_demo" "/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/m2ux/tss_demo
[INFO] finished tweaking git repo https://github.com/m2ux/tss_demo
[INFO] tweaked toml for git repo https://github.com/m2ux/tss_demo written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/m2ux/tss_demo on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/m2ux/tss_demo 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.99.0-beta.1" "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] 4cf580c956b81290d9dcc33f2b940aab8b057f32e81aeb5a2a1148b0fca28b0e
[INFO] running `Command { std: "docker" "start" "4cf580c956b81290d9dcc33f2b940aab8b057f32e81aeb5a2a1148b0fca28b0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4cf580c956b81290d9dcc33f2b940aab8b057f32e81aeb5a2a1148b0fca28b0e", 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" "4cf580c956b81290d9dcc33f2b940aab8b057f32e81aeb5a2a1148b0fca28b0e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4cf580c956b81290d9dcc33f2b940aab8b057f32e81aeb5a2a1148b0fca28b0e", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4cf580c956b81290d9dcc33f2b940aab8b057f32e81aeb5a2a1148b0fca28b0e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling data-encoding v2.7.0
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling unsigned-varint v0.8.0
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling quick-protobuf v0.8.1
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling base-x v0.2.11
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling unsigned-varint v0.7.2
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling multihash v0.19.3
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.6.4
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling openssl v0.10.69
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling tinyvec v1.8.1
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling native-tls v0.2.13
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling rug v1.27.0
[INFO] [stderr]    Compiling moka v0.12.10
[INFO] [stderr]    Compiling rustls v0.23.21
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling uuid v1.12.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling snow v0.9.6
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling prometheus-client v0.22.3
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling event-listener-strategy v0.5.3
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling round-based-derive v0.2.2
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling hex_fmt v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling inline_colorization v0.1.6
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling pin-project-internal v1.1.8
[INFO] [stderr] error: failed to run custom build command for `gmp-mpfr-sys v1.6.4`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_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/release/build/gmp-mpfr-sys-915712019d2459db/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=GMP_MPFR_SYS_CACHE
[INFO] [stderr]   $ mkdir -p "/opt/rustwide/target/release/build/gmp-mpfr-sys-38cc1b3d5ae5232d/out/lib"
[INFO] [stderr]   $ mkdir -p "/opt/rustwide/target/release/build/gmp-mpfr-sys-38cc1b3d5ae5232d/out/include"
[INFO] [stderr]   $ mkdir -p "/opt/rustwide/target/release/build/gmp-mpfr-sys-38cc1b3d5ae5232d/out/build"
[INFO] [stderr]   $ ln -s "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gmp-mpfr-sys-1.6.4/gmp-6.3.0-c" "/opt/rustwide/target/release/build/gmp-mpfr-sys-38cc1b3d5ae5232d/out/build/gmp-src"
[INFO] [stderr]   $ mkdir -p "/opt/rustwide/target/release/build/gmp-mpfr-sys-38cc1b3d5ae5232d/out/build/gmp-build"
[INFO] [stderr]   $ cd "/opt/rustwide/target/release/build/gmp-mpfr-sys-38cc1b3d5ae5232d/out/build/gmp-build"
[INFO] [stderr]   $ cd "/opt/rustwide/target/release/build/gmp-mpfr-sys-38cc1b3d5ae5232d/out/build/gmp-build" && "sh" "-c" "../gmp-src/configure --enable-fat --disable-shared --with-pic"
[INFO] [stderr]   checking build system type... zen3-pc-linux-gnu
[INFO] [stderr]   checking host system type... zen3-pc-linux-gnu
[INFO] [stderr]   checking for a BSD-compatible install... /usr/bin/install -c
[INFO] [stderr]   checking whether build environment is sane... yes
[INFO] [stderr]   checking for a thread-safe mkdir -p... ../gmp-src/install-sh -c -d
[INFO] [stderr]   checking for gawk... no
[INFO] [stderr]   checking for mawk... mawk
[INFO] [stderr]   checking whether make sets $(MAKE)... yes
[INFO] [stderr]   checking whether make supports nested variables... yes
[INFO] [stderr]   checking whether to enable maintainer-specific portions of Makefiles... no
[INFO] [stderr]   checking ABI=64
[INFO] [stderr]   checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 ... no, long long reliability test 1
[INFO] [stderr]   checking whether cc is gcc... yes
[INFO] [stderr]   checking compiler cc -O2 -pedantic -fomit-frame-pointer -m64 ... no, long long reliability test 1
[INFO] [stderr]   checking ABI=x32
[INFO] [stderr]   checking compiler gcc -O2 -pedantic -fomit-frame-pointer -mx32 ... no, program does not run
[INFO] [stderr]   checking whether cc is gcc... yes
[INFO] [stderr]   checking compiler cc -O2 -pedantic -fomit-frame-pointer -mx32 ... no, program does not run
[INFO] [stderr]   checking ABI=32
[INFO] [stderr]   checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer ... no, long long reliability test 1
[INFO] [stderr]   checking compiler gcc -O2 -pedantic -fomit-frame-pointer ... no, long long reliability test 1
[INFO] [stderr]   checking compiler icc -no-gcc ... no
[INFO] [stderr]   checking whether cc is gcc... yes
[INFO] [stderr]   checking compiler cc -m32 -O2 -pedantic -fomit-frame-pointer ... no, long long reliability test 1
[INFO] [stderr]   checking compiler cc -O2 -pedantic -fomit-frame-pointer ... no, long long reliability test 1
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   configure: error: could not find a working compiler, see config.log for details
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1463) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gmp-mpfr-sys-1.6.4/build.rs:1217:13:
[INFO] [stderr]   Program failed with code 1: cd "/opt/rustwide/target/release/build/gmp-mpfr-sys-38cc1b3d5ae5232d/out/build/gmp-build" && "sh" "-c" "../gmp-src/configure --enable-fat --disable-shared --with-pic"
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x60c1a6f0ed21 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x60c1a6f21b5a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]      2:     0x60c1a6f1409c - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]      3:     0x60c1a6eef6b6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x60c1a6f09391 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]      5:     0x60c1a6f0954b - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x60c1a6eef762 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x60c1a6ee8069 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x60c1a6ef01cd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stderr]      9:     0x60c1a6f222cc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stderr]     10:     0x60c1a6ec9387 - build_script_build[8cb9947a034accab]::execute
[INFO] [stderr]     11:     0x60c1a6eca64d - build_script_build[8cb9947a034accab]::configure
[INFO] [stderr]     12:     0x60c1a6ec97e4 - build_script_build[8cb9947a034accab]::build_gmp
[INFO] [stderr]     13:     0x60c1a6ebf76a - build_script_build[8cb9947a034accab]::compile_libs
[INFO] [stderr]     14:     0x60c1a6ec8ef5 - build_script_build[8cb9947a034accab]::main
[INFO] [stderr]     15:     0x60c1a6edcacb - <fn() as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     16:     0x60c1a6ed8fae - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     17:     0x60c1a6ecc129 - std[104cf6e2632825ea]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     18:     0x60c1a6f087c9 - std[104cf6e2632825ea]::rt::lang_start_internal
[INFO] [stderr]     19:     0x60c1a6ecbdf1 - std[104cf6e2632825ea]::rt::lang_start::<()>
[INFO] [stderr]     20:     0x60c1a6eca7c5 - main
[INFO] [stderr]     21:     0x74a7fd98a601 - <unknown>
[INFO] [stderr]     22:     0x74a7fd98a718 - __libc_start_main
[INFO] [stderr]     23:     0x60c1a6ebaa25 - _start
[INFO] [stderr]     24:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4cf580c956b81290d9dcc33f2b940aab8b057f32e81aeb5a2a1148b0fca28b0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4cf580c956b81290d9dcc33f2b940aab8b057f32e81aeb5a2a1148b0fca28b0e", kill_on_drop: false }`
[INFO] [stdout] 4cf580c956b81290d9dcc33f2b940aab8b057f32e81aeb5a2a1148b0fca28b0e
