[INFO] cloning repository https://github.com/wllfaria/felbot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wllfaria/felbot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwllfaria%2Ffelbot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwllfaria%2Ffelbot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aae77862601c15ad811cca95d0bd8ba7b42ea0f6
[INFO] checking wllfaria/felbot against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwllfaria%2Ffelbot" "/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/wllfaria/felbot
[INFO] finished tweaking git repo https://github.com/wllfaria/felbot
[INFO] tweaked toml for git repo https://github.com/wllfaria/felbot written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wllfaria/felbot on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wllfaria/felbot 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 26485b3962054aa5dc5480d095ea9d2accaa23a48b1f8b779dca3b1bfde88836
[INFO] running `Command { std: "docker" "start" "26485b3962054aa5dc5480d095ea9d2accaa23a48b1f8b779dca3b1bfde88836", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26485b3962054aa5dc5480d095ea9d2accaa23a48b1f8b779dca3b1bfde88836", 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" "26485b3962054aa5dc5480d095ea9d2accaa23a48b1f8b779dca3b1bfde88836" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26485b3962054aa5dc5480d095ea9d2accaa23a48b1f8b779dca3b1bfde88836", 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" "26485b3962054aa5dc5480d095ea9d2accaa23a48b1f8b779dca3b1bfde88836" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling rustls v0.23.27
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking webpki-roots v1.0.0
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]    Compiling erasable v1.3.0
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.3
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking h2 v0.4.10
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling serenity v0.12.4
[INFO] [stderr]     Checking tokio-rustls v0.25.0
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking serde_cow v0.1.2
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking rc-box v1.3.0
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking typemap_rev v0.3.0
[INFO] [stderr]     Checking takecell v0.1.1
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]    Compiling maud_macros v0.27.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr] error: could not compile `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=680fd5299eb28218 -C extra-filename=-25f4652c0db2ed5a --out-dir /opt/rustwide/target/debug/build/rustls/25f4652c0db2ed5a/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/0cd556e75694e1fa/out -L dependency=/opt/rustwide/target/debug/build/getrandom/81d1f610e8d75f0e/out -L dependency=/opt/rustwide/target/debug/build/libc/fd8b32e6b5df42c3/out -L dependency=/opt/rustwide/target/debug/build/once_cell/05887c23ecc18d47/out -L dependency=/opt/rustwide/target/debug/build/ring/a07cfbfc7c547c88/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/7a30fe4e821a6b37/out -L dependency=/opt/rustwide/target/debug/build/rustls-webpki/69e2491da2f72358/out -L dependency=/opt/rustwide/target/debug/build/subtle/e2a2f8b3e184e502/out -L dependency=/opt/rustwide/target/debug/build/untrusted/5f38b2c4125c2298/out -L dependency=/opt/rustwide/target/debug/build/zeroize/7475dc49715a8588/out --extern once_cell=/opt/rustwide/target/debug/build/once_cell/05887c23ecc18d47/out/libonce_cell-05887c23ecc18d47.rmeta --extern ring=/opt/rustwide/target/debug/build/ring/a07cfbfc7c547c88/out/libring-a07cfbfc7c547c88.rmeta --extern pki_types=/opt/rustwide/target/debug/build/rustls-pki-types/7a30fe4e821a6b37/out/librustls_pki_types-7a30fe4e821a6b37.rmeta --extern webpki=/opt/rustwide/target/debug/build/rustls-webpki/69e2491da2f72358/out/libwebpki-69e2491da2f72358.rmeta --extern subtle=/opt/rustwide/target/debug/build/subtle/e2a2f8b3e184e502/out/libsubtle-e2a2f8b3e184e502.rmeta --extern zeroize=/opt/rustwide/target/debug/build/zeroize/7475dc49715a8588/out/libzeroize-7475dc49715a8588.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring/5e056c17ae431197/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `h2` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name h2 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.10/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=d9b156f4c27b9867 -C extra-filename=-0a1ca17fa134d61a --out-dir /opt/rustwide/target/debug/build/h2/0a1ca17fa134d61a/out -L dependency=/opt/rustwide/target/debug/build/allocator-api2/34319c28828d46c3/out -L dependency=/opt/rustwide/target/debug/build/atomic-waker/d2edf130acb84086/out -L dependency=/opt/rustwide/target/debug/build/bytes/696d9749778e1593/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/fnv/bf9ae889bab8acee/out -L dependency=/opt/rustwide/target/debug/build/foldhash/496b6a8506c7c674/out -L dependency=/opt/rustwide/target/debug/build/futures-core/756e876442dee363/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/e7bd2ffb932e7c3a/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/d7521000e9b60dbe/out -L dependency=/opt/rustwide/target/debug/build/http/28a8fa56a339b838/out -L dependency=/opt/rustwide/target/debug/build/indexmap/d456a8649f986f7a/out -L dependency=/opt/rustwide/target/debug/build/itoa/aa1c64fbdc4f12a7/out -L dependency=/opt/rustwide/target/debug/build/libc/07c61d5058b4388b/out -L dependency=/opt/rustwide/target/debug/build/log/9dd860993e8ea465/out -L dependency=/opt/rustwide/target/debug/build/mio/4c81ce29346c814f/out -L dependency=/opt/rustwide/target/debug/build/once_cell/2ad934dc7da92e31/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/dccf8aabedbf6d41/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/74a94107be1d212b/out -L dependency=/opt/rustwide/target/debug/build/slab/336ee4618dc8a867/out -L dependency=/opt/rustwide/target/debug/build/socket2/30619b243be8a99b/out -L dependency=/opt/rustwide/target/debug/build/tokio/fafbc5f53b73a860/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/1f22a69f7b139e0b/out -L dependency=/opt/rustwide/target/debug/build/tokio-util/d5aade0390ef9a36/out -L dependency=/opt/rustwide/target/debug/build/tracing/b22112caf7805917/out -L dependency=/opt/rustwide/target/debug/build/tracing-attributes/924f80aa79e69b69/out -L dependency=/opt/rustwide/target/debug/build/tracing-core/6e2a1dd82f4d3f82/out --extern atomic_waker=/opt/rustwide/target/debug/build/atomic-waker/d2edf130acb84086/out/libatomic_waker-d2edf130acb84086.rmeta --extern bytes=/opt/rustwide/target/debug/build/bytes/696d9749778e1593/out/libbytes-696d9749778e1593.rmeta --extern fnv=/opt/rustwide/target/debug/build/fnv/bf9ae889bab8acee/out/libfnv-bf9ae889bab8acee.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/756e876442dee363/out/libfutures_core-756e876442dee363.rmeta --extern futures_sink=/opt/rustwide/target/debug/build/futures-sink/e7bd2ffb932e7c3a/out/libfutures_sink-e7bd2ffb932e7c3a.rmeta --extern http=/opt/rustwide/target/debug/build/http/28a8fa56a339b838/out/libhttp-28a8fa56a339b838.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/d456a8649f986f7a/out/libindexmap-d456a8649f986f7a.rmeta --extern slab=/opt/rustwide/target/debug/build/slab/336ee4618dc8a867/out/libslab-336ee4618dc8a867.rmeta --extern tokio=/opt/rustwide/target/debug/build/tokio/fafbc5f53b73a860/out/libtokio-fafbc5f53b73a860.rmeta --extern tokio_util=/opt/rustwide/target/debug/build/tokio-util/d5aade0390ef9a36/out/libtokio_util-d5aade0390ef9a36.rmeta --extern tracing=/opt/rustwide/target/debug/build/tracing/b22112caf7805917/out/libtracing-b22112caf7805917.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "26485b3962054aa5dc5480d095ea9d2accaa23a48b1f8b779dca3b1bfde88836", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26485b3962054aa5dc5480d095ea9d2accaa23a48b1f8b779dca3b1bfde88836", kill_on_drop: false }`
[INFO] [stdout] 26485b3962054aa5dc5480d095ea9d2accaa23a48b1f8b779dca3b1bfde88836
