[INFO] cloning repository https://github.com/martinsdotdev/nexus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martinsdotdev/nexus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinsdotdev%2Fnexus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinsdotdev%2Fnexus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0a2dc8ff56ba13da556a232ea2675bd76ff97204
[INFO] checking martinsdotdev/nexus against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinsdotdev%2Fnexus" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/martinsdotdev/nexus
[INFO] finished tweaking git repo https://github.com/martinsdotdev/nexus
[INFO] tweaked toml for git repo https://github.com/martinsdotdev/nexus written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/martinsdotdev/nexus on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/martinsdotdev/nexus 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5abde6153eea624c8ac4dbc7cde8872779681c6a19cf5fc501b94a85d80bd488
[INFO] running `Command { std: "docker" "start" "5abde6153eea624c8ac4dbc7cde8872779681c6a19cf5fc501b94a85d80bd488", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5abde6153eea624c8ac4dbc7cde8872779681c6a19cf5fc501b94a85d80bd488", 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" "5abde6153eea624c8ac4dbc7cde8872779681c6a19cf5fc501b94a85d80bd488" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5abde6153eea624c8ac4dbc7cde8872779681c6a19cf5fc501b94a85d80bd488", 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" "5abde6153eea624c8ac4dbc7cde8872779681c6a19cf5fc501b94a85d80bd488" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]     Checking log v0.4.30
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking http v1.4.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling heapless v0.9.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking append-only-bytes v0.1.12
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking bitmaps v2.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_columnar_derive v0.3.7
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking loro-rle v1.6.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking serde_columnar v0.3.14
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking leb128 v0.2.6
[INFO] [stderr]     Checking arref v0.1.0
[INFO] [stderr]     Checking hyper v1.10.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking loro-thunderdome v0.6.2
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]    Compiling enum-as-inner v0.5.1
[INFO] [stderr]     Checking quick_cache v0.6.22
[INFO] [stderr]     Checking lz4_flex v0.11.6
[INFO] [stderr]     Checking loro-common v1.12.0
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking generic-btree v0.10.7
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking sized-chunks v0.6.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking ensure-cov v0.1.0
[INFO] [stderr]    Compiling uuid v1.23.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking loro-delta v1.9.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]     Checking loro-kv-store v1.12.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking loro_fractional_index v1.6.0
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]     Checking serde_with v3.21.0
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking loro-internal v1.12.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling parse-display-derive v0.9.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking tokio-tungstenite v0.29.0
[INFO] [stderr]     Checking bollard-stubs v1.47.1-rc.27.3.1
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking tokio-tar v0.3.1
[INFO] [stderr]     Checking parse-display v0.9.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking etcetera v0.10.0
[INFO] [stderr]     Checking docker_credential v1.4.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr] error: could not compile `loro-internal` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name loro_internal --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/loro-internal-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="counter"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "counter", "js-sys", "jsonpath", "logging", "tabled", "test_utils", "wasm", "wasm-bindgen"))' -C metadata=a47359a78324ee50 -C extra-filename=-353234fe18bf8b29 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern append_only_bytes=/opt/rustwide/target/debug/deps/libappend_only_bytes-e52003bfcf67f3b1.rmeta --extern arref=/opt/rustwide/target/debug/deps/libarref-d302d7c32040a31f.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c3c82aecfaa31497.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-29860de162911197.rmeta --extern ensure_cov=/opt/rustwide/target/debug/deps/libensure_cov-8a233bada6c9612e.rmeta --extern enum_as_inner=/opt/rustwide/target/debug/deps/libenum_as_inner-d63094738a574c67.so --extern enum_dispatch=/opt/rustwide/target/debug/deps/libenum_dispatch-738d07a7b89e3db6.so --extern generic_btree=/opt/rustwide/target/debug/deps/libgeneric_btree-c2869b65679d3427.rmeta --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-0ef316d950c3b565.rmeta --extern im=/opt/rustwide/target/debug/deps/libim-36c2575b38ad72f8.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-470d346eeb582d0a.rmeta --extern leb128=/opt/rustwide/target/debug/deps/libleb128-a545922a0cb7bb88.rmeta --extern loro_common=/opt/rustwide/target/debug/deps/libloro_common-9af95c29c92a5589.rmeta --extern loro_delta=/opt/rustwide/target/debug/deps/libloro_delta-8f047187359da4fd.rmeta --extern loro_kv_store=/opt/rustwide/target/debug/deps/libloro_kv_store-b6b06a3f9dc01b62.rmeta --extern rle=/opt/rustwide/target/debug/deps/libloro_rle-0ebaa23de0b4bd44.rmeta --extern fractional_index=/opt/rustwide/target/debug/deps/libloro_fractional_index-470a225b4372c50f.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-a4eb8bc82e39350c.rmeta --extern nonmax=/opt/rustwide/target/debug/deps/libnonmax-396b3e1595e9d4f5.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-d66c8a3efb742e8d.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-89b73ffee7dd0236.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-6f8123b0c2eed634.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-c07b76f0c8cb05f5.rmeta --extern pest=/opt/rustwide/target/debug/deps/libpest-d01d72ca728b9cb2.rmeta --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-edd3936ab155a90d.so --extern postcard=/opt/rustwide/target/debug/deps/libpostcard-d4d943766e880520.rmeta --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-a21c3242f84402d4.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-03daff6bf21b1b4f.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-497741a266b32e32.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-6e6546e5262e63d9.rmeta --extern serde_columnar=/opt/rustwide/target/debug/deps/libserde_columnar-c1ba7f3b6da0df23.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-319d6187da586cad.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-ee00027a2cd7800f.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8ef606e423d8def6.rmeta --extern thread_local=/opt/rustwide/target/debug/deps/libthread_local-cbf1fada601e6778.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-caa31c88f53974ea.rmeta --extern xxhash_rust=/opt/rustwide/target/debug/deps/libxxhash_rust-1145df0faa0ebf5b.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5abde6153eea624c8ac4dbc7cde8872779681c6a19cf5fc501b94a85d80bd488", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5abde6153eea624c8ac4dbc7cde8872779681c6a19cf5fc501b94a85d80bd488", kill_on_drop: false }`
[INFO] [stdout] 5abde6153eea624c8ac4dbc7cde8872779681c6a19cf5fc501b94a85d80bd488
