[INFO] cloning repository https://github.com/darksoil-studio/notifications [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/darksoil-studio/notifications" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarksoil-studio%2Fnotifications", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarksoil-studio%2Fnotifications'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed61d9c483caeb623662f331c46d67f4c4c46039 [INFO] checking darksoil-studio/notifications against try#dd2d87b6cc31907ae305875eb6be399783dc0256 for pr-143929 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarksoil-studio%2Fnotifications" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/darksoil-studio/notifications [INFO] finished tweaking git repo https://github.com/darksoil-studio/notifications [INFO] tweaked toml for git repo https://github.com/darksoil-studio/notifications written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/darksoil-studio/notifications on toolchain dd2d87b6cc31907ae305875eb6be399783dc0256 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/darksoil-studio/notifications 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" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f9d6c6303d7cea419008f1ba726c03b5935169136d7e8ed79e15d476e0cf6ba1 [INFO] running `Command { std: "docker" "start" "-a" "f9d6c6303d7cea419008f1ba726c03b5935169136d7e8ed79e15d476e0cf6ba1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f9d6c6303d7cea419008f1ba726c03b5935169136d7e8ed79e15d476e0cf6ba1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9d6c6303d7cea419008f1ba726c03b5935169136d7e8ed79e15d476e0cf6ba1", kill_on_drop: false }` [INFO] [stdout] f9d6c6303d7cea419008f1ba726c03b5935169136d7e8ed79e15d476e0cf6ba1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b7da5652d1f9a3d600cf9f016a9b3e8079d033a86d3df5aa52aeadfc8aa645c [INFO] running `Command { std: "docker" "start" "-a" "1b7da5652d1f9a3d600cf9f016a9b3e8079d033a86d3df5aa52aeadfc8aa645c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling thiserror v1.0.65 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling rustix v0.38.38 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling anyhow v1.0.91 [INFO] [stderr] Compiling bytecheck v0.6.12 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling rend v0.4.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling rkyv v0.7.45 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Compiling cranelift-isle v0.91.1 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling corosensei v0.1.4 [INFO] [stderr] Compiling cranelift-codegen-shared v0.91.1 [INFO] [stderr] Compiling cranelift-codegen-meta v0.91.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling test-fuzz-internal v3.0.4 [INFO] [stderr] Compiling document-features v0.2.10 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Compiling syn v2.0.85 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling test-fuzz-runtime v3.0.4 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking cpufeatures v0.2.14 [INFO] [stderr] Compiling wasmer-compiler-cranelift v4.3.1 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Checking unicode-bidi v0.3.17 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking winnow v0.6.20 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Compiling test-fuzz-macro v3.0.4 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling test-fuzz v3.0.4 [INFO] [stderr] Compiling subprocess v0.2.9 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Checking memmap2 v0.6.2 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling cranelift-codegen v0.91.1 [INFO] [stderr] Checking fastrand v2.1.1 [INFO] [stderr] Checking flate2 v1.0.34 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Checking cranelift-entity v0.91.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking seahash v4.1.0 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Checking tempfile v3.13.0 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking tar v0.4.42 [INFO] [stderr] Checking object v0.36.5 [INFO] [stderr] Checking xxhash-rust v0.8.12 [INFO] [stderr] Checking more-asserts v0.2.2 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking slice-group-by v0.3.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking regalloc2 v0.5.1 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking region v3.0.2 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking cranelift-bforest v0.91.1 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking iana-time-zone v0.1.61 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking bumpalo v3.16.0 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking wasm-encoder v0.32.0 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling thiserror-impl v1.0.65 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling bytecheck_derive v0.6.12 [INFO] [stderr] Compiling enum-iterator-derive v0.7.0 [INFO] [stderr] Compiling rkyv_derive v0.7.45 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Checking ptr_meta v0.1.4 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling pest v2.7.14 [INFO] [stderr] Compiling unzip-n v0.1.2 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling enumset_derive v0.10.0 [INFO] [stderr] Compiling wasmer-derive v4.3.1 [INFO] [stderr] Compiling holochain_serialized_bytes_derive v0.0.55 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking enum-iterator v0.7.0 [INFO] [stderr] Checking backtrace v0.3.74 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Checking enumset v1.1.5 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking derive_builder v0.12.0 [INFO] [stderr] Checking self_cell v1.0.4 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking trilean v1.1.0 [INFO] [stderr] Checking gcollections v1.5.0 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Checking wast v64.0.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Checking intervallum v1.4.1 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Checking colored v2.1.0 [INFO] [stderr] Compiling toolchain_find v0.2.0 [INFO] [stderr] Checking dunce v1.0.5 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking constant_time_eq v0.3.1 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking blake2b_simd v1.0.2 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling cc v1.1.31 [INFO] [stderr] Compiling md-icons-helper v0.3.2 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking holochain_util v0.3.4 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Checking md-icons v0.3.2 [INFO] [stderr] Compiling blake v2.0.2 [INFO] [stderr] Checking indexmap v2.6.0 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking bytes v1.8.0 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking bytesize v1.3.0 [INFO] [stderr] Checking cargo-platform v0.1.8 [INFO] [stderr] Checking serde_bytes v0.11.15 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Checking gimli v0.26.2 [INFO] [stderr] Checking shared-buffer v0.1.4 [INFO] [stderr] Checking toml_edit v0.22.22 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking cranelift-egraph v0.91.1 [INFO] [stderr] Checking wasmparser v0.121.2 [INFO] [stderr] Checking wat v1.0.71 [INFO] [stderr] Checking serde-transcode v1.1.1 [INFO] [stderr] Checking cargo_metadata v0.15.4 [INFO] [stderr] Checking kitsune_p2p_timestamp v0.3.4 [INFO] [stderr] Checking kitsune_p2p_dht_arc v0.3.4 [INFO] [stderr] Checking holochain_serialized_bytes v0.0.55 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] Checking holochain_secure_primitive v0.3.4 [INFO] [stderr] Compiling shrinkwraprs v0.3.0 [INFO] [stderr] Checking holochain_nonce v0.3.4 [INFO] [stderr] Compiling hc_zome_traits v0.1.0 (https://github.com/holochain-open-dev/zome-traits?branch=main#09598e6f) [INFO] [stderr] Checking wasmer-config v0.8.0 [INFO] [stderr] error: could not compile `gimli` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dd2d87b6cc31907ae305875eb6be399783dc0256/bin/rustc --crate-name gimli --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.26.2/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="default"' --cfg 'feature="endian-reader"' --cfg 'feature="fallible-iterator"' --cfg 'feature="indexmap"' --cfg 'feature="read"' --cfg 'feature="read-core"' --cfg 'feature="stable_deref_trait"' --cfg 'feature="std"' --cfg 'feature="write"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "endian-reader", "fallible-iterator", "indexmap", "read", "read-core", "rustc-dep-of-std", "stable_deref_trait", "std", "write"))' -C metadata=eb472af5c72ee995 -C extra-filename=-45f0a29dda9be96f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fallible_iterator=/opt/rustwide/target/debug/deps/libfallible_iterator-4a4d08259d24fb35.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-990dab0bfb14152f.rmeta --extern stable_deref_trait=/opt/rustwide/target/debug/deps/libstable_deref_trait-ca1faea2bb345fba.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `wast` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dd2d87b6cc31907ae305875eb6be399783dc0256/bin/rustc --crate-name wast --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wast-64.0.0/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="default"' --cfg 'feature="wasm-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "wasm-module"))' -C metadata=4f595132918c1467 -C extra-filename=-1b74174022b09a17 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern leb128=/opt/rustwide/target/debug/deps/libleb128-0d8a286057406ea1.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-371cdb7d366b303a.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-01f7fe33da96721d.rmeta --extern wasm_encoder=/opt/rustwide/target/debug/deps/libwasm_encoder-973a77565e5c0e7f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "1b7da5652d1f9a3d600cf9f016a9b3e8079d033a86d3df5aa52aeadfc8aa645c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b7da5652d1f9a3d600cf9f016a9b3e8079d033a86d3df5aa52aeadfc8aa645c", kill_on_drop: false }` [INFO] [stdout] 1b7da5652d1f9a3d600cf9f016a9b3e8079d033a86d3df5aa52aeadfc8aa645c