[INFO] cloning repository https://github.com/ilaborie/gitmoji-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ilaborie/gitmoji-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filaborie%2Fgitmoji-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filaborie%2Fgitmoji-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 72d42bacfc9694a0c9e5077727920403f3761163 [INFO] testing ilaborie/gitmoji-rs against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filaborie%2Fgitmoji-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ilaborie/gitmoji-rs [INFO] finished tweaking git repo https://github.com/ilaborie/gitmoji-rs [INFO] tweaked toml for git repo https://github.com/ilaborie/gitmoji-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ilaborie/gitmoji-rs on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ilaborie/gitmoji-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 929006cdf243cf601d636e30fadaa3cfe29c4d0bcd325da275c50098b2052370 [INFO] running `Command { std: "docker" "start" "-a" "929006cdf243cf601d636e30fadaa3cfe29c4d0bcd325da275c50098b2052370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "929006cdf243cf601d636e30fadaa3cfe29c4d0bcd325da275c50098b2052370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "929006cdf243cf601d636e30fadaa3cfe29c4d0bcd325da275c50098b2052370", kill_on_drop: false }` [INFO] [stdout] 929006cdf243cf601d636e30fadaa3cfe29c4d0bcd325da275c50098b2052370 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13396442741c1d4816321cdcf937ea0377f17e19e499ef222b001eef9640d7ed [INFO] running `Command { std: "docker" "start" "-a" "13396442741c1d4816321cdcf937ea0377f17e19e499ef222b001eef9640d7ed", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling cc v1.2.9 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling bitflags v2.7.0 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rustls-pki-types v1.10.1 [INFO] [stderr] Compiling rustls v0.23.21 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling rustix v0.38.43 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling portable-atomic v1.10.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling serde_json v1.0.135 [INFO] [stderr] Compiling syn v2.0.99 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling console v0.16.1 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling iri-string v0.7.8 [INFO] [stderr] Compiling toml_parser v1.0.3 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling unit-prefix v0.5.1 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling toml_writer v1.0.3 [INFO] [stderr] Compiling nu-ansi-term v0.50.1 [INFO] [stderr] Compiling directories v6.0.0 [INFO] [stderr] Compiling indicatif v0.18.0 [INFO] [stderr] Compiling openssl-sys v0.9.107 [INFO] [stderr] Compiling ring v0.17.13 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling toml_datetime v0.7.2 [INFO] [stderr] Compiling serde_spanned v1.0.2 [INFO] [stderr] Compiling toml_edit v0.23.6 [INFO] [stderr] Compiling tempfile v3.15.0 [INFO] [stderr] Compiling dialoguer v0.12.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling clap_complete v4.5.58 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling jiff v0.2.15 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-rustls v0.26.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling tower-http v0.6.5 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.13 [INFO] [stderr] Compiling hyper-rustls v0.27.5 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling gitmoji-rs v2.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.70s [INFO] running `Command { std: "docker" "inspect" "13396442741c1d4816321cdcf937ea0377f17e19e499ef222b001eef9640d7ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13396442741c1d4816321cdcf937ea0377f17e19e499ef222b001eef9640d7ed", kill_on_drop: false }` [INFO] [stdout] 13396442741c1d4816321cdcf937ea0377f17e19e499ef222b001eef9640d7ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b34fd7ae0dfbdbffff034d08bc90c06996e6d4a58b27fa843f4cc9d6e5b124c [INFO] running `Command { std: "docker" "start" "-a" "8b34fd7ae0dfbdbffff034d08bc90c06996e6d4a58b27fa843f4cc9d6e5b124c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde_json v1.0.135 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling nix v0.30.0 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling assert2-macros v0.3.16 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling deadpool-runtime v0.1.4 [INFO] [stderr] Compiling sdd v3.0.5 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling assert_cmd v2.0.17 [INFO] [stderr] Compiling test-log-macros v0.2.18 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling scc v2.3.0 [INFO] [stderr] Compiling comma v1.0.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling assert2 v0.3.16 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling openssl-sys v0.9.107 [INFO] [stderr] Compiling console v0.16.1 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling ring v0.17.13 [INFO] [stderr] Compiling tempfile v3.15.0 [INFO] [stderr] Compiling directories v6.0.0 [INFO] [stderr] Compiling indicatif v0.18.0 [INFO] [stderr] Compiling dialoguer v0.12.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling bstr v1.11.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling rexpect v0.6.2 [INFO] [stderr] Compiling rustls v0.23.21 [INFO] [stderr] Compiling globset v0.4.15 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling test-log v0.2.18 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling assert_fs v1.1.3 [INFO] [stderr] Compiling rstest v0.26.1 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling deadpool v0.12.2 [INFO] [stderr] Compiling tokio-rustls v0.26.1 [INFO] [stderr] Compiling tower-http v0.6.5 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.13 [INFO] [stderr] Compiling hyper-rustls v0.27.5 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling wiremock v0.6.5 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling gitmoji-rs v2.0.3 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `gitmoji-rs` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/2440211fe03bc45c89b6dc1a3df18382ce91e32b/bin/rustc --crate-name gitmoji_rs --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hook"))' -C metadata=25d10d4b7ed2a5a8 -C extra-filename=-7aaea5a4903f04d9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-a6cad01b77d60716.rlib --extern assert2=/opt/rustwide/target/debug/deps/libassert2-5735db08084325c4.rlib --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-93112a4ef1da7b4d.rlib --extern assert_fs=/opt/rustwide/target/debug/deps/libassert_fs-23cdefec5c8ee606.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-5ae3d562548e8d53.rlib --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-93b95b1b9c342eb1.rlib --extern console=/opt/rustwide/target/debug/deps/libconsole-8d63b2ce0b1a0790.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-594b71c128387a58.rlib --extern dialoguer=/opt/rustwide/target/debug/deps/libdialoguer-658e28b57b735954.rlib --extern directories=/opt/rustwide/target/debug/deps/libdirectories-cf0d2969304b89b1.rlib --extern fuzzy_matcher=/opt/rustwide/target/debug/deps/libfuzzy_matcher-25aae9df1ce077f5.rlib --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-2056ab13825328dd.rlib --extern jiff=/opt/rustwide/target/debug/deps/libjiff-d112fa14b6380194.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-0ba6aecba7086d38.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-2c983eb685b13591.rlib --extern rexpect=/opt/rustwide/target/debug/deps/librexpect-d6f62dcd5f4539e9.rlib --extern rstest=/opt/rustwide/target/debug/deps/librstest-ee04c85cb4efa20c.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-38f4e8408dc79d8c.rlib --extern serial_test=/opt/rustwide/target/debug/deps/libserial_test-f744983da8ba4269.rlib --extern test_log=/opt/rustwide/target/debug/deps/libtest_log-66078c0ed2aa5862.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-449b0d10152fef45.rlib --extern toml_edit=/opt/rustwide/target/debug/deps/libtoml_edit-6c305314044928be.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-f6b96f2bf35541aa.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-361ed9acc6c72a57.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-59dbf41b30cc589d.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-df072f40e4fee010.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-1b3378114273118d/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "8b34fd7ae0dfbdbffff034d08bc90c06996e6d4a58b27fa843f4cc9d6e5b124c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b34fd7ae0dfbdbffff034d08bc90c06996e6d4a58b27fa843f4cc9d6e5b124c", kill_on_drop: false }` [INFO] [stdout] 8b34fd7ae0dfbdbffff034d08bc90c06996e6d4a58b27fa843f4cc9d6e5b124c