[INFO] cloning repository https://github.com/brianp/wallet-performance
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brianp/wallet-performance" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrianp%2Fwallet-performance", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrianp%2Fwallet-performance'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a490eb3d5eb07b1bb354f09cffe6551469a6d703
[INFO] checking brianp/wallet-performance against c0dfa9ae292642b7683cf7162ffb6880170df098 for pr-160902
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrianp%2Fwallet-performance" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/brianp/wallet-performance
[INFO] finished tweaking git repo https://github.com/brianp/wallet-performance
[INFO] tweaked toml for git repo https://github.com/brianp/wallet-performance written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/brianp/wallet-performance on toolchain c0dfa9ae292642b7683cf7162ffb6880170df098
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/brianp/wallet-performance 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" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d734293359fd2e47b3037981d7fce385d1ca94036724c959caa7de1240a2eed1
[INFO] running `Command { std: "docker" "start" "d734293359fd2e47b3037981d7fce385d1ca94036724c959caa7de1240a2eed1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d734293359fd2e47b3037981d7fce385d1ca94036724c959caa7de1240a2eed1", 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" "d734293359fd2e47b3037981d7fce385d1ca94036724c959caa7de1240a2eed1" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d734293359fd2e47b3037981d7fce385d1ca94036724c959caa7de1240a2eed1", 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" "d734293359fd2e47b3037981d7fce385d1ca94036724c959caa7de1240a2eed1" "/opt/rustwide/cargo-home/bin/cargo" "+c0dfa9ae292642b7683cf7162ffb6880170df098" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling tari_features v5.3.0-pre.3
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling borsh v1.6.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling destructure_traitobject v0.2.0
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking newtype-ops v0.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling unsafe-any-ors v1.0.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling unsigned-varint v0.7.2
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling typemap-ors v1.0.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tari_common v5.3.0-pre.3
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling mock_instant v0.6.0
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]    Compiling dirs-next v1.0.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling path-clean v0.1.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling borsh-derive v1.6.0
[INFO] [stderr]    Compiling snafu-derive v0.7.5
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]    Compiling thiserror-impl-no-std v2.0.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking base58-monero v2.0.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]     Checking merlin v3.0.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking thiserror-no-std v2.0.2
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling prost v0.11.9
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking snafu v0.7.5
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling prost-types v0.11.9
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking thread-id v5.1.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling prost-build v0.11.9
[INFO] [stderr]     Checking tari_utilities v0.8.0
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]     Checking log-mdc v0.1.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]     Checking tari_bulletproofs_plus v0.4.1
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]    Compiling diesel_derives v2.3.7
[INFO] [stderr]     Checking tari_crypto v0.22.1
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]    Compiling multihash-derive v0.8.1
[INFO] [stderr]    Compiling log4rs v1.4.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling liblmdb-sys v0.2.2
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling multihash v0.16.3
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking multiaddr v0.14.0
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]     Checking cargo_toml v0.20.5
[INFO] [stderr]     Checking config v0.14.1
[INFO] [stderr]     Checking cipher v0.3.0
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking chacha20 v0.7.3
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling migrations_internals v2.3.0
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]    Compiling utoipa-gen v5.4.0
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling migrations_macros v2.3.0
[INFO] [stderr]     Checking tari_hashing v5.3.0-pre.3
[INFO] [stderr]     Checking password-hash v0.4.2
[INFO] [stderr]     Checking tari_shutdown v5.3.0-pre.3
[INFO] [stderr]     Checking tari_max_size v5.3.0-pre.3
[INFO] [stderr]    Compiling neli-proc-macros v0.2.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking impl-serde v0.4.0
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling snow v0.9.6
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking bitflags v0.9.1
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking supercow v0.1.0
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking primitive-types v0.12.2
[INFO] [stderr]     Checking argon2 v0.4.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking neli v0.7.4
[INFO] [stderr]    Compiling strum_macros v0.22.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking bitstring v0.1.2
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking strum v0.22.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.114
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking yamux v0.13.10
[INFO] [stderr]     Checking tokio-util v0.6.10
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking cidr v0.1.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking serde_valid_literal v1.0.5
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]    Compiling tari_comms v5.3.0-pre.3
[INFO] [stderr]    Compiling tari_comms_dht v5.3.0-pre.3
[INFO] [stderr]     Checking tari_jellyfish v5.3.0-pre.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.5.3
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling serde_valid_derive v1.0.5
[INFO] [stderr]     Checking local-ip-address v0.6.10
[INFO] [stderr]     Checking integer-encoding v3.0.4
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking stack-buf v0.1.6
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking hickory-proto v0.26.0-alpha.1
[INFO] [stderr]     Checking decimal-rs v0.1.43
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling randomx-rs v1.4.1
[INFO] [stderr]     Checking pin-project v0.4.30
[INFO] [stderr]     Checking moka v0.12.14
[INFO] [stderr]     Checking informalsystems-pbjson v0.7.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking lmdb-zero v0.4.4
[INFO] [stderr]     Checking compression-codecs v0.4.37
[INFO] [stderr]     Checking tari_script v5.3.0-pre.3
[INFO] [stderr]    Compiling tari_p2p v5.3.0-pre.3
[INFO] [stderr]     Checking minotari_ledger_wallet_common v5.3.0-pre.3
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling tari_comms_rpc_macros v5.3.0-pre.3
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]     Checking tari_storage v5.3.0-pre.3
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking resolv-conf v0.7.6
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling tari-tiny-keccak v2.0.2
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling tonic-build v0.13.1
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking async-compression v0.4.41
[INFO] [stderr]     Checking ics23 v0.12.0
[INFO] [stderr]    Compiling tari_core v5.3.0-pre.3
[INFO] [stderr]     Checking tari_service_framework v5.3.0-pre.3
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling sealed v0.5.0
[INFO] [stderr]     Checking diesel v2.3.6
[INFO] [stderr]     Checking utoipa v5.4.0
[INFO] [stderr]     Checking hex-literal v0.4.1
[INFO] [stderr]     Checking serde_valid v1.0.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking mirai-annotations v1.12.0
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]     Checking hickory-resolver v0.26.0-alpha.1
[INFO] [stderr]     Checking monero v0.21.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking tari_test_utils v5.3.0-pre.3
[INFO] [stderr]    Compiling minotari_app_grpc v5.3.0-pre.3
[INFO] [stderr]     Checking tari_mmr v5.3.0-pre.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking jmt v0.11.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking rcgen v0.12.1
[INFO] [stderr]     Checking rusqlite v0.37.0
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.114
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.114
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling rusqlite_migration v2.3.0
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking retry-policies v0.4.0
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking env_filter v1.0.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking tari_common_types v5.3.0-pre.3
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rust-embed v8.11.0
[INFO] [stderr]     Checking r2d2_sqlite v0.31.0
[INFO] [stderr]     Checking serde_rusqlite v0.40.1
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr] error: could not compile `diesel` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c0dfa9ae292642b7683cf7162ffb6880170df098/bin/rustc --crate-name diesel --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.6/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="32-column-tables"' --cfg 'feature="64-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="numeric"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="sqlite"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=bf3161b50638769f -C extra-filename=-b88b19726f02bf15 --out-dir /opt/rustwide/target/debug/build/diesel/b88b19726f02bf15/out -L dependency=/opt/rustwide/target/debug/build/bigdecimal/aed66c53393f6abc/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/chrono/04697321f9b28e2b/out -L dependency=/opt/rustwide/target/debug/build/diesel_derives/1e88f30b9342cefc/out -L dependency=/opt/rustwide/target/debug/build/downcast-rs/c1f83e1ccd938312/out -L dependency=/opt/rustwide/target/debug/build/iana-time-zone/4c741fc3ef3881f8/out -L dependency=/opt/rustwide/target/debug/build/itoa/6847572a153e76b0/out -L dependency=/opt/rustwide/target/debug/build/libc/8826d17fc7d5e9f0/out -L dependency=/opt/rustwide/target/debug/build/libm/89e5b3015da8f563/out -L dependency=/opt/rustwide/target/debug/build/libsqlite3-sys/e27907496d556eb1/out -L dependency=/opt/rustwide/target/debug/build/lock_api/b47e4fe57039b3cf/out -L dependency=/opt/rustwide/target/debug/build/log/8b324c21c8755e03/out -L dependency=/opt/rustwide/target/debug/build/memchr/3d944e3b9ac373a3/out -L dependency=/opt/rustwide/target/debug/build/num-bigint/e75a431ee7681a3c/out -L dependency=/opt/rustwide/target/debug/build/num-integer/73d7188e19b30f48/out -L dependency=/opt/rustwide/target/debug/build/num-traits/3f20bdcfe3eb0a45/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/445d43f12f63ac8e/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/dbe7054764b65534/out -L dependency=/opt/rustwide/target/debug/build/r2d2/3bb12810011952fb/out -L dependency=/opt/rustwide/target/debug/build/scheduled-thread-pool/5b3ce87775c714d5/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/serde/300480a6fe0ea5a6/out -L dependency=/opt/rustwide/target/debug/build/serde_core/30ac4ed9a0a88344/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/f70af590d92f08fa/out -L dependency=/opt/rustwide/target/debug/build/serde_json/4961ad1675fd7fd6/out -L dependency=/opt/rustwide/target/debug/build/smallvec/dd4339173f24a482/out -L dependency=/opt/rustwide/target/debug/build/zmij/7606d3367d7489bc/out --extern bigdecimal=/opt/rustwide/target/debug/build/bigdecimal/aed66c53393f6abc/out/libbigdecimal-aed66c53393f6abc.rmeta --extern chrono=/opt/rustwide/target/debug/build/chrono/04697321f9b28e2b/out/libchrono-04697321f9b28e2b.rmeta --extern diesel_derives=/opt/rustwide/target/debug/build/diesel_derives/1e88f30b9342cefc/out/libdiesel_derives-1e88f30b9342cefc.so --extern downcast_rs=/opt/rustwide/target/debug/build/downcast-rs/c1f83e1ccd938312/out/libdowncast_rs-c1f83e1ccd938312.rmeta --extern libsqlite3_sys=/opt/rustwide/target/debug/build/libsqlite3-sys/e27907496d556eb1/out/liblibsqlite3_sys-e27907496d556eb1.rmeta --extern num_bigint=/opt/rustwide/target/debug/build/num-bigint/e75a431ee7681a3c/out/libnum_bigint-e75a431ee7681a3c.rmeta --extern num_integer=/opt/rustwide/target/debug/build/num-integer/73d7188e19b30f48/out/libnum_integer-73d7188e19b30f48.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/3f20bdcfe3eb0a45/out/libnum_traits-3f20bdcfe3eb0a45.rmeta --extern r2d2=/opt/rustwide/target/debug/build/r2d2/3bb12810011952fb/out/libr2d2-3bb12810011952fb.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/4961ad1675fd7fd6/out/libserde_json-4961ad1675fd7fd6.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libsqlite3-sys/b47eaa98ee3d9c11/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `jiff` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c0dfa9ae292642b7683cf7162ffb6880170df098/bin/rustc --crate-name jiff --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.23/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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=cdb584900b3d55f8 -C extra-filename=-9192a4ade50e3d40 --out-dir /opt/rustwide/target/debug/build/jiff/9192a4ade50e3d40/out --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `wasm-bindgen-macro-support` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c0dfa9ae292642b7683cf7162ffb6880170df098/bin/rustc --crate-name wasm_bindgen_macro_support --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasm-bindgen-macro-support-0.2.114/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("extra-traits", "strict-macro"))' -C metadata=533034caf60e1891 -C extra-filename=-c5e9d97bec8e7ca9 --out-dir /opt/rustwide/target/debug/build/wasm-bindgen-macro-support/c5e9d97bec8e7ca9/out -L dependency=/opt/rustwide/target/debug/build/bumpalo/69ff641804c820c4/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/a2d87d99a0278af7/out -L dependency=/opt/rustwide/target/debug/build/quote/2ea4bb573c4892b3/out -L dependency=/opt/rustwide/target/debug/build/syn/0b8390e62e8a476a/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out -L dependency=/opt/rustwide/target/debug/build/wasm-bindgen-shared/fafbc7c75258c3b8/out --extern bumpalo=/opt/rustwide/target/debug/build/bumpalo/69ff641804c820c4/out/libbumpalo-69ff641804c820c4.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/a2d87d99a0278af7/out/libproc_macro2-a2d87d99a0278af7.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/2ea4bb573c4892b3/out/libquote-2ea4bb573c4892b3.rmeta --extern syn=/opt/rustwide/target/debug/build/syn/0b8390e62e8a476a/out/libsyn-0b8390e62e8a476a.rmeta --extern wasm_bindgen_shared=/opt/rustwide/target/debug/build/wasm-bindgen-shared/fafbc7c75258c3b8/out/libwasm_bindgen_shared-fafbc7c75258c3b8.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `rayon` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c0dfa9ae292642b7683cf7162ffb6880170df098/bin/rustc --crate-name rayon --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=7223c26cbfe5df78 -C extra-filename=-ea8bea11ee6a9fcc --out-dir /opt/rustwide/target/debug/build/rayon/ea8bea11ee6a9fcc/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-deque/4ea7aa6ef210c403/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-epoch/df884fc986a3360c/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/1c9006e854b046b8/out -L dependency=/opt/rustwide/target/debug/build/either/e7c87d65ab6b881e/out -L dependency=/opt/rustwide/target/debug/build/rayon-core/22f38212ab11e3f9/out --extern either=/opt/rustwide/target/debug/build/either/e7c87d65ab6b881e/out/libeither-e7c87d65ab6b881e.rmeta --extern rayon_core=/opt/rustwide/target/debug/build/rayon-core/22f38212ab11e3f9/out/librayon_core-22f38212ab11e3f9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d734293359fd2e47b3037981d7fce385d1ca94036724c959caa7de1240a2eed1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d734293359fd2e47b3037981d7fce385d1ca94036724c959caa7de1240a2eed1", kill_on_drop: false }`
[INFO] [stdout] d734293359fd2e47b3037981d7fce385d1ca94036724c959caa7de1240a2eed1
