[INFO] cloning repository https://github.com/blaze-smith470pm/nns-dapp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blaze-smith470pm/nns-dapp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblaze-smith470pm%2Fnns-dapp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblaze-smith470pm%2Fnns-dapp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 44d690bcbbc613fa1034a90273e0aa93e761f772
[INFO] checking blaze-smith470pm/nns-dapp against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblaze-smith470pm%2Fnns-dapp" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/blaze-smith470pm/nns-dapp
[INFO] finished tweaking git repo https://github.com/blaze-smith470pm/nns-dapp
[INFO] tweaked toml for git repo https://github.com/blaze-smith470pm/nns-dapp written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/blaze-smith470pm/nns-dapp on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/blaze-smith470pm/nns-dapp 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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] d8249fecfab27c637a24d6ea97c791fd2df77bccfdd24e1c9c66e93eebc87a84
[INFO] running `Command { std: "docker" "start" "d8249fecfab27c637a24d6ea97c791fd2df77bccfdd24e1c9c66e93eebc87a84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d8249fecfab27c637a24d6ea97c791fd2df77bccfdd24e1c9c66e93eebc87a84", 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" "d8249fecfab27c637a24d6ea97c791fd2df77bccfdd24e1c9c66e93eebc87a84" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d8249fecfab27c637a24d6ea97c791fd2df77bccfdd24e1c9c66e93eebc87a84", 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" "d8249fecfab27c637a24d6ea97c791fd2df77bccfdd24e1c9c66e93eebc87a84" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking pretty v0.12.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling ic-cdk-executor v0.1.0
[INFO] [stderr]     Checking ic0 v0.23.0
[INFO] [stderr]    Compiling camino v1.1.12
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]     Checking ic-limits v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]    Compiling minicbor v0.19.1
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking on_wire v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking base32 v0.4.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ic-metrics-encoder v1.1.1
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking fragile v2.0.1
[INFO] [stderr]     Checking thousands v0.2.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling priority-queue v1.4.0
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]     Checking by_address v1.2.1
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]    Compiling comparable_helper v0.5.5
[INFO] [stderr]    Compiling comparable_derive v0.5.5
[INFO] [stderr]    Compiling datasize_derive v0.2.15
[INFO] [stderr]    Compiling minicbor-derive v0.13.0
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]     Checking datasize v0.2.15
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling candid_derive v0.10.20
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking binread v2.2.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]     Checking ic-crypto-internal-sha2 v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-crypto-sha2 v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling ic-validate-eq-derive v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking ic-validate-eq v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking dfn_protobuf v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking build-info-common v0.0.27 (https://github.com/dfinity-lab/build-info?rev=701a696844fba5c87df162fbbc1ccef96f27c9d7#701a6968)
[INFO] [stderr]    Compiling indexmap v2.11.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking mockall v0.13.1
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]     Checking serde_bytes v0.11.17
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking ic_principal v0.1.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking ic-error-types v0.2.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking comparable v0.5.5
[INFO] [stderr]     Checking byte-unit v4.0.19
[INFO] [stderr]     Checking ic-utils v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling serde_tokenstream v0.2.2
[INFO] [stderr]     Checking candid v0.10.20
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]     Checking ic-stable-structures v0.6.9
[INFO] [stderr]     Checking ic-canister-log v0.2.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking serde_with v1.14.0
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]     Checking ic-nervous-system-chunks v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling build-info-proc v0.0.27 (https://github.com/dfinity-lab/build-info?rev=701a696844fba5c87df162fbbc1ccef96f27c9d7#701a6968)
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking ic-certified-map v0.3.4
[INFO] [stderr]    Compiling build-info-build v0.0.27 (https://github.com/dfinity-lab/build-info?rev=701a696844fba5c87df162fbbc1ccef96f27c9d7#701a6968)
[INFO] [stderr]     Checking hex-literal v0.4.1
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]     Checking ic-protobuf v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking phantom_newtype v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-btc-interface v0.2.3
[INFO] [stderr]     Checking icrc-cbor v0.1.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-http-types v0.1.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-ledger-hash-of v0.1.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling ic-nervous-system-common v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking icrc-ledger-types v0.1.10 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-ledger-core v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking build-info v0.0.27 (https://github.com/dfinity-lab/build-info?rev=701a696844fba5c87df162fbbc1ccef96f27c9d7#701a6968)
[INFO] [stderr]    Compiling cycles-minting-canister v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling ic-nervous-system-common-build-metadata v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking merlin v3.0.0
[INFO] [stderr]     Checking ic-xrc-types v1.2.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking pem v1.1.1
[INFO] [stderr]     Checking ic-dummy-getrandom-for-wasm v0.1.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking ic-nervous-system-temporary v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking ic-ed25519 v0.2.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]     Checking ic-nervous-system-lock v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]    Compiling ic-cdk-macros v0.17.2
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking icrc-ledger-client v0.1.3 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking potential_utf v0.1.3
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking ic-crypto-secrets-containers v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]     Checking ic-cdk v0.17.2
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking asn1-rs v0.6.2
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking ic-icrc1-tokens-u64 v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-crypto-internal-seed v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking pairing v0.23.0
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking icrc-ledger-client-cdk v0.1.2 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nervous-system-time-helpers v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-cdk-timers v0.11.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]     Checking ic_bls12_381 v0.10.1
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking lock_api v0.4.13
[INFO] [stderr]    Compiling rust_decimal_macros v1.37.1
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling ic-icrc1-ledger v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic0 v1.0.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]     Checking ic-canister-profiler v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking ic-crypto-internal-bls12-381-type v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ic-certification v3.0.3
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stderr]     Checking cached v0.49.3
[INFO] [stderr]    Compiling fe-derive v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]    Compiling ic-sns-swap v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-base-types v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-btc-replica-types v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking dfn_core v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-crypto-internal-types v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nns-constants v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-registry-transport v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking dfn_candid v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-management-canister-types-private v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nervous-system-runtime v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nervous-system-proxied-canister-calls-tracker v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nervous-system-governance v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nervous-system-proto v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nervous-system-initial-supply v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-crypto-tree-hash v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking sns-treasury-manager v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]     Checking ic-registry-canister-api v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-sns-swap-proto-library v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-sns-governance-proposal-criticality v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling logos-codegen v0.13.0
[INFO] [stderr]     Checking ic-nervous-system-linear-map v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-crypto-internal-hmac v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nervous-system-timestamp v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nervous-system-collections-union-multi-map v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-nervous-system-common-validation v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking dfn_http v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling ic-sns-root v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]    Compiling registry-canister v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking dfn_http_metrics v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking ic-registry-canister-chunkify v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-registry-node-provider-rewards v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-registry-routing-table v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-crypto-utils-basic-sig v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-registry-subnet-type v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-management-canister-types v0.4.1
[INFO] [stderr]    Compiling logos-derive v0.13.0
[INFO] [stderr]     Checking logos v0.13.0
[INFO] [stderr]     Checking ic-nervous-system-string v0.0.1 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking ic-ledger-canister-core v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-types v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-registry-subnet-features v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking icp-ledger v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr]     Checking ic-icrc1 v0.9.0 (https://github.com/dfinity/ic?rev=release-2025-08-14_03-27-base#1db8f933)
[INFO] [stderr] error: could not compile `lalrpop` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=46bb0f73354c5034 -C extra-filename=-fdd1c646a8371174 --out-dir /opt/rustwide/target/debug/build/lalrpop/fdd1c646a8371174/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/964098ca32d5d66b/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/8d5c8d6a6143f11b/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/5358a2b3941d2e22/out -L dependency=/opt/rustwide/target/debug/build/crunchy/f0587e5ee190d1af/out -L dependency=/opt/rustwide/target/debug/build/dirs-next/587cf4823aa56dfa/out -L dependency=/opt/rustwide/target/debug/build/dirs-sys-next/f16febaa20dcfb24/out -L dependency=/opt/rustwide/target/debug/build/either/06ecbe394e9269f6/out -L dependency=/opt/rustwide/target/debug/build/equivalent/1cd2a250f2449a60/out -L dependency=/opt/rustwide/target/debug/build/fixedbitset/69defad4b00af737/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/29f03e9affddb088/out -L dependency=/opt/rustwide/target/debug/build/indexmap/fe5687407d0e79ab/out -L dependency=/opt/rustwide/target/debug/build/libc/666804e4efaf6f44/out -L dependency=/opt/rustwide/target/debug/build/lock_api/d69d1eaa22d23d87/out -L dependency=/opt/rustwide/target/debug/build/log/c05de81f84f84541/out -L dependency=/opt/rustwide/target/debug/build/memchr/b685279e46bbd109/out -L dependency=/opt/rustwide/target/debug/build/new_debug_unreachable/ded5321d275224be/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/d2d63f0dd8cc95b5/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/aab96187b2a567bd/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/d278dc1fb9608ab1/out -L dependency=/opt/rustwide/target/debug/build/precomputed-hash/537e948e8edfb962/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/63b25ea9bdacc5c2/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/0a2a68aabf7a8022/out -L dependency=/opt/rustwide/target/debug/build/same-file/d0318c27bac25c56/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/22e389c5edc90715/out -L dependency=/opt/rustwide/target/debug/build/siphasher/c32df049166171e5/out -L dependency=/opt/rustwide/target/debug/build/smallvec/cdfffdef70c2207a/out -L dependency=/opt/rustwide/target/debug/build/term/0c37b2a9287803ba/out --extern ascii_canvas=/opt/rustwide/target/debug/build/ascii-canvas/99a557513d313c93/out/libascii_canvas-99a557513d313c93.rmeta --extern bit_set=/opt/rustwide/target/debug/build/bit-set/1abc97c8f91329a2/out/libbit_set-1abc97c8f91329a2.rmeta --extern ena=/opt/rustwide/target/debug/build/ena/439fca0b410f844f/out/libena-439fca0b410f844f.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/ce4d2d59971d07d3/out/libitertools-ce4d2d59971d07d3.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/build/lalrpop-util/9efa0217147d6507/out/liblalrpop_util-9efa0217147d6507.rmeta --extern petgraph=/opt/rustwide/target/debug/build/petgraph/e1ac9edd3d7a37e7/out/libpetgraph-e1ac9edd3d7a37e7.rmeta --extern pico_args=/opt/rustwide/target/debug/build/pico-args/4c3eb399ae5c4147/out/libpico_args-4c3eb399ae5c4147.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/985cf4cff9379864/out/libregex-985cf4cff9379864.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/0a2a68aabf7a8022/out/libregex_syntax-0a2a68aabf7a8022.rmeta --extern string_cache=/opt/rustwide/target/debug/build/string_cache/9e09878b763ca98c/out/libstring_cache-9e09878b763ca98c.rmeta --extern term=/opt/rustwide/target/debug/build/term/0c37b2a9287803ba/out/libterm-0c37b2a9287803ba.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/build/tiny-keccak/5c7d9ee328baeb20/out/libtiny_keccak-5c7d9ee328baeb20.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/f3d241b555dcc7ec/out/libunicode_xid-f3d241b555dcc7ec.rmeta --extern walkdir=/opt/rustwide/target/debug/build/walkdir/a30c0625979b09c8/out/libwalkdir-a30c0625979b09c8.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ic-protobuf` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/bin/rustc --crate-name ic_protobuf --edition=2021 /opt/rustwide/cargo-home/git/checkouts/ic-a5a9adfef36c4712/1db8f93/rs/protobuf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=943e24083f4c5324 -C extra-filename=-d86bf0d9a8f16e87 --out-dir /opt/rustwide/target/debug/build/ic-protobuf/d86bf0d9a8f16e87/out -L dependency=/opt/rustwide/target/debug/build/anyhow/a6079b9fae5599fa/out -L dependency=/opt/rustwide/target/debug/build/arrayvec/0540141769a604b6/out -L dependency=/opt/rustwide/target/debug/build/binread/3eed79c0262b0fa3/out -L dependency=/opt/rustwide/target/debug/build/binread_derive/167bab82eb0ec07b/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/56ed2fd236f946c0/out -L dependency=/opt/rustwide/target/debug/build/byteorder/118a9ce0d0c0f5ff/out -L dependency=/opt/rustwide/target/debug/build/bytes/1e0f2c5263ca78fd/out -L dependency=/opt/rustwide/target/debug/build/candid_derive/9c18461b48fafbd9/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/5358a2b3941d2e22/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/f3f9f911326b91aa/out -L dependency=/opt/rustwide/target/debug/build/crc32fast/876ff19303baa4b6/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/6a3a8372d2052275/out -L dependency=/opt/rustwide/target/debug/build/data-encoding/8fba1be7334c916e/out -L dependency=/opt/rustwide/target/debug/build/digest/7ced08249644ed98/out -L dependency=/opt/rustwide/target/debug/build/erased-serde/f3b18f0c21626ac4/out -L dependency=/opt/rustwide/target/debug/build/generic-array/e65e0798a6277589/out -L dependency=/opt/rustwide/target/debug/build/hex/ab3266ad48569e65/out -L dependency=/opt/rustwide/target/debug/build/ic_principal/4f19619c80d646c9/out -L dependency=/opt/rustwide/target/debug/build/itoa/c3a1a3771494e946/out -L dependency=/opt/rustwide/target/debug/build/lazy_static/5da9f2af3d29b597/out -L dependency=/opt/rustwide/target/debug/build/leb128/0d8a286057406ea1/out -L dependency=/opt/rustwide/target/debug/build/libc/666804e4efaf6f44/out -L dependency=/opt/rustwide/target/debug/build/libm/e802a0210b8c3709/out -L dependency=/opt/rustwide/target/debug/build/memchr/b685279e46bbd109/out -L dependency=/opt/rustwide/target/debug/build/num-bigint/98ef85aa5adf9665/out -L dependency=/opt/rustwide/target/debug/build/num-integer/45cefd8c3e28a617/out -L dependency=/opt/rustwide/target/debug/build/num-traits/617f289a7f32ce04/out -L dependency=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out -L dependency=/opt/rustwide/target/debug/build/pretty/dd51942bbc4483b7/out -L dependency=/opt/rustwide/target/debug/build/prost-derive/28a9798cfe9b9ad7/out -L dependency=/opt/rustwide/target/debug/build/psm/c6b73c43a45bf51e/out -L dependency=/opt/rustwide/target/debug/build/rustversion/5a027c01becb027b/out -L dependency=/opt/rustwide/target/debug/build/ryu/0fc417cbd813222a/out -L dependency=/opt/rustwide/target/debug/build/serde/f759008c43e680f1/out -L dependency=/opt/rustwide/target/debug/build/serde_bytes/60e36df110572157/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/94c18cb46f0a3f61/out -L dependency=/opt/rustwide/target/debug/build/sha2/3e9b2dad4624bf27/out -L dependency=/opt/rustwide/target/debug/build/spin/a68e3fba850bb6b3/out -L dependency=/opt/rustwide/target/debug/build/stacker/34c10427d4919fea/out -L dependency=/opt/rustwide/target/debug/build/strum/597f2c221484dee7/out -L dependency=/opt/rustwide/target/debug/build/strum_macros/2a0b30459d0cd470/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/2cd997c464dd3fe8/out -L dependency=/opt/rustwide/target/debug/build/thiserror/7b08a5939b84af6a/out -L dependency=/opt/rustwide/target/debug/build/typed-arena/42eb4d668ab1a717/out -L dependency=/opt/rustwide/target/debug/build/typenum/144acbe1e66d5f13/out -L dependency=/opt/rustwide/target/debug/build/unicode-width/01f7fe33da96721d/out --extern bincode=/opt/rustwide/target/debug/build/bincode/46c6da1749ad8b2f/out/libbincode-46c6da1749ad8b2f.rmeta --extern candid=/opt/rustwide/target/debug/build/candid/0a4136d4b8ee9517/out/libcandid-0a4136d4b8ee9517.rmeta --extern erased_serde=/opt/rustwide/target/debug/build/erased-serde/f3b18f0c21626ac4/out/liberased_serde-f3b18f0c21626ac4.rmeta --extern ic_error_types=/opt/rustwide/target/debug/build/ic-error-types/6024d73655b8e7eb/out/libic_error_types-6024d73655b8e7eb.rmeta --extern prost=/opt/rustwide/target/debug/build/prost/3c03036b283dd8d1/out/libprost-3c03036b283dd8d1.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/f759008c43e680f1/out/libserde-f759008c43e680f1.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/6d3cb81d3bd3ee75/out/libserde_json-6d3cb81d3bd3ee75.rmeta --extern slog=/opt/rustwide/target/debug/build/slog/6b3bfc243f962380/out/libslog-6b3bfc243f962380.rmeta --extern strum=/opt/rustwide/target/debug/build/strum/597f2c221484dee7/out/libstrum-597f2c221484dee7.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies -L native=/opt/rustwide/target/debug/build/psm/661db3c6a7064df9/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d8249fecfab27c637a24d6ea97c791fd2df77bccfdd24e1c9c66e93eebc87a84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8249fecfab27c637a24d6ea97c791fd2df77bccfdd24e1c9c66e93eebc87a84", kill_on_drop: false }`
[INFO] [stdout] d8249fecfab27c637a24d6ea97c791fd2df77bccfdd24e1c9c66e93eebc87a84
