[INFO] cloning repository https://github.com/gateway-fm/midenscan-indexer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gateway-fm/midenscan-indexer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgateway-fm%2Fmidenscan-indexer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgateway-fm%2Fmidenscan-indexer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5c0af1d54989be8b38ac2e1562bbd2dbd40aaf62
[INFO] checking gateway-fm/midenscan-indexer against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgateway-fm%2Fmidenscan-indexer" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gateway-fm/midenscan-indexer
[INFO] finished tweaking git repo https://github.com/gateway-fm/midenscan-indexer
[INFO] tweaked toml for git repo https://github.com/gateway-fm/midenscan-indexer written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gateway-fm/midenscan-indexer on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gateway-fm/midenscan-indexer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3073d9382d7ce9b37e47ff91f9f0f21169306918d1b62f579992f019f235e4d4
[INFO] running `Command { std: "docker" "start" "3073d9382d7ce9b37e47ff91f9f0f21169306918d1b62f579992f019f235e4d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3073d9382d7ce9b37e47ff91f9f0f21169306918d1b62f579992f019f235e4d4", 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" "3073d9382d7ce9b37e47ff91f9f0f21169306918d1b62f579992f019f235e4d4" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3073d9382d7ce9b37e47ff91f9f0f21169306918d1b62f579992f019f235e4d4", 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" "3073d9382d7ce9b37e47ff91f9f0f21169306918d1b62f579992f019f235e4d4" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling cmov v0.5.4
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling miden-field v0.28.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling inout v0.2.2
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling spin v0.12.2
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling der v0.8.1
[INFO] [stderr]    Compiling ff v0.14.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling cpubits v0.1.1
[INFO] [stderr]    Compiling crypto-bigint v0.7.5
[INFO] [stderr]    Compiling group v0.14.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling base16ct v1.0.0
[INFO] [stderr]    Compiling wnaf v0.14.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling cipher v0.5.2
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling signature v3.0.0
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling hkdf v0.13.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]    Compiling miden-crypto v0.28.0
[INFO] [stderr]    Compiling universal-hash v0.6.1
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling poly1305 v0.9.1
[INFO] [stderr]    Compiling ed25519 v3.0.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling spki v0.8.0
[INFO] [stderr]    Compiling sec1 v0.8.1
[INFO] [stderr]    Compiling pkcs8 v0.11.0
[INFO] [stderr]    Compiling aead v0.6.1
[INFO] [stderr]    Compiling curve25519-dalek v5.0.0
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling keccak v0.2.0
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling sponge-cursor v0.1.0
[INFO] [stderr]    Compiling chacha20poly1305 v0.11.0
[INFO] [stderr]    Compiling rand_chacha v0.10.0
[INFO] [stderr]    Compiling flume v0.12.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling sha3 v0.12.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling miden-formatting v0.1.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling miden-assembly-syntax v0.25.3
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling fs-err v3.2.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling elliptic-curve v0.14.1
[INFO] [stderr]    Compiling rfc6979 v0.6.0
[INFO] [stderr]    Compiling primefield v0.14.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling miden-rowan v0.16.4
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling primeorder v0.14.0
[INFO] [stderr]    Compiling ecdsa v0.17.0
[INFO] [stderr]    Compiling priority-queue v2.7.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling k256 v0.14.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling serde-untagged v0.1.9
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling miden-crypto-derive v0.28.0
[INFO] [stderr]    Compiling miden-miette-derive v8.0.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling miden-utils-core-derive v0.25.3
[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 serde_repr v0.1.20
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling toml v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling jiff v0.2.16
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking x25519-dalek v3.0.0
[INFO] [stderr]     Checking ed25519-dalek v3.0.0
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]     Checking miden-miette v8.0.0
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking rustls-pki-types v1.13.0
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling wincode v0.5.5
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking rustls-native-certs v0.8.2
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling bigdecimal v0.4.9
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling version-ranges v0.1.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling logos v0.15.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling pubgrub v0.3.0
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking miden-utils-sync v0.25.3
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking p3-util v0.6.1
[INFO] [stderr]     Checking p3-maybe-rayon v0.6.1
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v21.1.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]     Checking p3-field v0.6.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking opentelemetry v0.31.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling codegen v0.3.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling serde-wincode v0.1.2
[INFO] [stderr]    Compiling build-rs v0.3.3
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]     Checking p3-symmetric v0.6.1
[INFO] [stderr]     Checking p3-matrix v0.6.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]     Checking miden-stateful-hasher v0.28.0
[INFO] [stderr]     Checking p3-blake3 v0.6.1
[INFO] [stderr]     Checking p3-keccak v0.6.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking p3-dft v0.6.1
[INFO] [stderr]     Checking p3-air v0.6.1
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling prost-reflect v0.16.2
[INFO] [stderr]    Compiling protox-parse v0.9.0
[INFO] [stderr]     Checking opentelemetry_sdk v0.31.0
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]     Checking p3-mds v0.6.1
[INFO] [stderr]    Compiling tonic-build v0.14.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking p3-poseidon1 v0.6.1
[INFO] [stderr]     Checking p3-poseidon2 v0.6.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking p3-monty-31 v0.6.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling bech32 v0.11.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking p3-challenger v0.6.1
[INFO] [stderr]    Compiling tonic-prost-build v0.14.2
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking p3-goldilocks v0.6.1
[INFO] [stderr]     Checking miden-lifted-air v0.28.0
[INFO] [stderr]     Checking miden-stark-transcript v0.28.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking miden-serde-utils v0.28.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking miden-lifted-stark v0.28.0
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]     Checking midenc-hir-type v0.9.0
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking nonempty v0.7.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]     Checking governor v0.10.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking forwarded-header-value v0.1.1
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]    Compiling protox v0.9.1
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking tracing-opentelemetry v0.32.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling miden-node-tracing-macro v0.16.0-alpha.1 (https://github.com/0xMiden/miden-node?tag=v0.16.0-alpha.1#895091d3)
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling miden-node-grpc-error-macro v0.16.0-alpha.1 (https://github.com/0xMiden/miden-node?tag=v0.16.0-alpha.1#895091d3)
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]    Compiling miden-node-proto-build v0.16.0-alpha.1 (https://github.com/0xMiden/miden-node?tag=v0.16.0-alpha.1#895091d3)
[INFO] [stderr]     Checking hyper-util v0.1.18
[INFO] [stderr]     Checking bon v3.9.1
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]     Checking miden-utils-indexing v0.25.3
[INFO] [stderr]     Checking miden-debug-types v0.25.3
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking axum v0.8.7
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking miden-core v0.25.3
[INFO] [stderr]     Checking miden-utils-diagnostics v0.25.3
[INFO] [stderr]     Checking miden-assembly-syntax-cst v0.25.3
[INFO] [stderr] error: could not compile `miden-crypto` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name miden_crypto --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/miden-crypto-0.28.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="concurrent"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("concurrent", "default", "executable", "fuzzing", "internal", "persistent-forest", "rocksdb", "serde", "std", "testing"))' -C metadata=7cf11b51b3560673 -C extra-filename=-5bd64451e477a4e0 --out-dir /opt/rustwide/target/debug/build/miden-crypto/5bd64451e477a4e0/out -L dependency=/opt/rustwide/target/debug/build/aead/d5aa50e0dff78c36/out -L dependency=/opt/rustwide/target/debug/build/arrayref/3eadbe9ba9aadc5a/out -L dependency=/opt/rustwide/target/debug/build/arrayvec/1f38f4cdaedc0719/out -L dependency=/opt/rustwide/target/debug/build/base16ct/362c004d9924c07c/out -L dependency=/opt/rustwide/target/debug/build/blake3/3bae18055057003a/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/0e3d08c17befdbcc/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out -L dependency=/opt/rustwide/target/debug/build/chacha20/6c71173b0c69513d/out -L dependency=/opt/rustwide/target/debug/build/chacha20poly1305/fa10f1dab639d1c5/out -L dependency=/opt/rustwide/target/debug/build/cipher/1a03a6fc528b349c/out -L dependency=/opt/rustwide/target/debug/build/cmov/8f49366ca17d92e3/out -L dependency=/opt/rustwide/target/debug/build/const-oid/ce90b80dce4edd63/out -L dependency=/opt/rustwide/target/debug/build/constant_time_eq/732e071c9ba2e950/out -L dependency=/opt/rustwide/target/debug/build/cpubits/a5aaae4975b4d3a8/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/cd26325d8a5b526d/out -L dependency=/opt/rustwide/target/debug/build/critical-section/be7be107b7527b1a/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-deque/6fd28fd5e960987e/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-epoch/d38c2cf20aae1a59/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/bd4732b1c643ac3e/out -L dependency=/opt/rustwide/target/debug/build/crunchy/c4b54e1a9b9a91f8/out -L dependency=/opt/rustwide/target/debug/build/crypto-bigint/77ac139ae602c47a/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/f99e7fda69ffff3b/out -L dependency=/opt/rustwide/target/debug/build/ctutils/55653eba872ee022/out -L dependency=/opt/rustwide/target/debug/build/curve25519-dalek/dab35cfc9f814d5c/out -L dependency=/opt/rustwide/target/debug/build/curve25519-dalek-derive/7eedf01c64998529/out -L dependency=/opt/rustwide/target/debug/build/der/bcfc789d4a4522a0/out -L dependency=/opt/rustwide/target/debug/build/digest/efea79b7de09e03a/out -L dependency=/opt/rustwide/target/debug/build/ecdsa/4af1f42cce519fb5/out -L dependency=/opt/rustwide/target/debug/build/ed25519/e82bc7ebad72d1f2/out -L dependency=/opt/rustwide/target/debug/build/ed25519-dalek/4c98706bc0b0d3bd/out -L dependency=/opt/rustwide/target/debug/build/either/af24f1882c1e009b/out -L dependency=/opt/rustwide/target/debug/build/elliptic-curve/d3abf0dcb8e05594/out -L dependency=/opt/rustwide/target/debug/build/ff/e188485caf3c53b7/out -L dependency=/opt/rustwide/target/debug/build/flume/71d7477d03eac9da/out -L dependency=/opt/rustwide/target/debug/build/getrandom/ddd9fa0e55e2aed0/out -L dependency=/opt/rustwide/target/debug/build/group/854361e16b76c995/out -L dependency=/opt/rustwide/target/debug/build/hkdf/e98b06e306226fd6/out -L dependency=/opt/rustwide/target/debug/build/hmac/dab7e70c04d0b406/out -L dependency=/opt/rustwide/target/debug/build/hybrid-array/aabb64c2e7db9880/out -L dependency=/opt/rustwide/target/debug/build/inout/ca75b3e565f640d6/out -L dependency=/opt/rustwide/target/debug/build/itertools/aba61c47e550f5bd/out -L dependency=/opt/rustwide/target/debug/build/k256/3f562fe226ba5f4f/out -L dependency=/opt/rustwide/target/debug/build/keccak/a1c4bc00cd3087a2/out -L dependency=/opt/rustwide/target/debug/build/libc/af6d2f449769be50/out -L dependency=/opt/rustwide/target/debug/build/libm/e802a0210b8c3709/out -L dependency=/opt/rustwide/target/debug/build/lock_api/c5e3d96d66efe8de/out -L dependency=/opt/rustwide/target/debug/build/log/e9aa98098919c7a9/out -L dependency=/opt/rustwide/target/debug/build/miden-crypto-derive/f91f2e6ea4c20bce/out -L dependency=/opt/rustwide/target/debug/build/miden-field/a995aa48d7aa7a41/out -L dependency=/opt/rustwide/target/debug/build/miden-lifted-air/375d32aefe2c058b/out -L dependency=/opt/rustwide/target/debug/build/miden-lifted-stark/843856700ecdc0d1/out -L dependency=/opt/rustwide/target/debug/build/miden-serde-utils/06805e72a3eedd66/out -L dependency=/opt/rustwide/target/debug/build/miden-stark-transcript/a8518cfaf56f7c50/out -L dependency=/opt/rustwide/target/debug/build/miden-stateful-hasher/5462aa64da78bb7c/out -L dependency=/opt/rustwide/target/debug/build/num/675182467e492c38/out -L dependency=/opt/rustwide/target/debug/build/num-bigint/6a555ac576875fca/out -L dependency=/opt/rustwide/target/debug/build/num-complex/ce45e2f79d1e26ee/out -L dependency=/opt/rustwide/target/debug/build/num-integer/14b93d6091b7c3b4/out -L dependency=/opt/rustwide/target/debug/build/num-iter/3409d0be20d13fc8/out -L dependency=/opt/rustwide/target/debug/build/num-rational/352cb788c3ae89f5/out -L dependency=/opt/rustwide/target/debug/build/num-traits/828554e4dd7638eb/out -L dependency=/opt/rustwide/target/debug/build/once_cell/3f3e611da6dd757e/out -L dependency=/opt/rustwide/target/debug/build/p3-air/9a47f5ad8e2e7406/out -L dependency=/opt/rustwide/target/debug/build/p3-blake3/5bee554d938aa4d8/out -L dependency=/opt/rustwide/target/debug/build/p3-challenger/802a2227002b996a/out -L dependency=/opt/rustwide/target/debug/build/p3-dft/46d6c273b3494c77/out -L dependency=/opt/rustwide/target/debug/build/p3-field/a230d5c68c6d61bb/out -L dependency=/opt/rustwide/target/debug/build/p3-goldilocks/6c42a5bb2849e7e8/out -L dependency=/opt/rustwide/target/debug/build/p3-keccak/5ac1229534648911/out -L dependency=/opt/rustwide/target/debug/build/p3-matrix/0c6f249a4e213868/out -L dependency=/opt/rustwide/target/debug/build/p3-maybe-rayon/5e5e8782d9b0f586/out -L dependency=/opt/rustwide/target/debug/build/p3-mds/b5a185459ec4501e/out -L dependency=/opt/rustwide/target/debug/build/p3-monty-31/3fb02740dc61f1da/out -L dependency=/opt/rustwide/target/debug/build/p3-poseidon1/a51bc19055af1808/out -L dependency=/opt/rustwide/target/debug/build/p3-poseidon2/ee0127e8ffe8f441/out -L dependency=/opt/rustwide/target/debug/build/p3-symmetric/0a973a37697ccf2f/out -L dependency=/opt/rustwide/target/debug/build/p3-util/f16a0e5c64405128/out -L dependency=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/2ecca6b667797f49/out -L dependency=/opt/rustwide/target/debug/build/pkcs8/c939c8e5f68e331f/out -L dependency=/opt/rustwide/target/debug/build/poly1305/7ace196f9742828c/out -L dependency=/opt/rustwide/target/debug/build/portable-atomic/9094af3548298389/out -L dependency=/opt/rustwide/target/debug/build/ppv-lite86/e70fbef6daa3de74/out -L dependency=/opt/rustwide/target/debug/build/primefield/e1359381f3363295/out -L dependency=/opt/rustwide/target/debug/build/primeorder/4e7f8c479acbfae9/out -L dependency=/opt/rustwide/target/debug/build/rand/1fa87ecddc3cd668/out -L dependency=/opt/rustwide/target/debug/build/rand_chacha/1d0b0b5b83d8d9bb/out -L dependency=/opt/rustwide/target/debug/build/rand_core/f99910cbca219438/out -L dependency=/opt/rustwide/target/debug/build/rayon/0d7403d30a4bfe25/out -L dependency=/opt/rustwide/target/debug/build/rayon-core/db38e41120a8cf19/out -L dependency=/opt/rustwide/target/debug/build/rfc6979/19db9e505cd5cc7c/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/22e389c5edc90715/out -L dependency=/opt/rustwide/target/debug/build/sec1/bde8c51af62b646d/out -L dependency=/opt/rustwide/target/debug/build/serde/3f8b440a09769fa9/out -L dependency=/opt/rustwide/target/debug/build/serde_core/17d707fc11a0fe7f/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/f62a36f970a3fa08/out -L dependency=/opt/rustwide/target/debug/build/sha2/43e8077eead90c9d/out -L dependency=/opt/rustwide/target/debug/build/sha3/42442502104c54ac/out -L dependency=/opt/rustwide/target/debug/build/signature/7df8ea71b11f384f/out -L dependency=/opt/rustwide/target/debug/build/spin/34fb9d90802fb5b5/out -L dependency=/opt/rustwide/target/debug/build/spin/dcaf6c52e0a69979/out -L dependency=/opt/rustwide/target/debug/build/spki/9a7420f417bfff99/out -L dependency=/opt/rustwide/target/debug/build/sponge-cursor/d86188e80735395b/out -L dependency=/opt/rustwide/target/debug/build/strength_reduce/6e93e2e18160ea2c/out -L dependency=/opt/rustwide/target/debug/build/subtle/c67288eba3e82a5b/out -L dependency=/opt/rustwide/target/debug/build/thiserror/b515679558bd9c1f/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/c168b6e0febd34d7/out -L dependency=/opt/rustwide/target/debug/build/tiny-keccak/9d0cc3eb4accd26e/out -L dependency=/opt/rustwide/target/debug/build/tracing/40bbcb04e2b7b86c/out -L dependency=/opt/rustwide/target/debug/build/tracing-attributes/fac539ef402bc9e8/out -L dependency=/opt/rustwide/target/debug/build/tracing-core/0a3438366c42c456/out -L dependency=/opt/rustwide/target/debug/build/transpose/2a7a0bb89f72c1e0/out -L dependency=/opt/rustwide/target/debug/build/typenum/6c8ab247c9512e61/out -L dependency=/opt/rustwide/target/debug/build/universal-hash/472d163596c8b23b/out -L dependency=/opt/rustwide/target/debug/build/wnaf/d0712c0148c5a8ab/out -L dependency=/opt/rustwide/target/debug/build/x25519-dalek/df7fd784d1557333/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/8fd8a9f81b02e470/out -L dependency=/opt/rustwide/target/debug/build/zeroize/4c0f5c3d2994dfe9/out --extern blake3=/opt/rustwide/target/debug/build/blake3/3bae18055057003a/out/libblake3-3bae18055057003a.rmeta --extern chacha20poly1305=/opt/rustwide/target/debug/build/chacha20poly1305/fa10f1dab639d1c5/out/libchacha20poly1305-fa10f1dab639d1c5.rmeta --extern curve25519_dalek=/opt/rustwide/target/debug/build/curve25519-dalek/dab35cfc9f814d5c/out/libcurve25519_dalek-dab35cfc9f814d5c.rmeta --extern der=/opt/rustwide/target/debug/build/der/bcfc789d4a4522a0/out/libder-bcfc789d4a4522a0.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/build/ed25519-dalek/4c98706bc0b0d3bd/out/libed25519_dalek-4c98706bc0b0d3bd.rmeta --extern flume=/opt/rustwide/target/debug/build/flume/71d7477d03eac9da/out/libflume-71d7477d03eac9da.rmeta --extern hkdf=/opt/rustwide/target/debug/build/hkdf/e98b06e306226fd6/out/libhkdf-e98b06e306226fd6.rmeta --extern k256=/opt/rustwide/target/debug/build/k256/3f562fe226ba5f4f/out/libk256-3f562fe226ba5f4f.rmeta --extern miden_crypto_derive=/opt/rustwide/target/debug/build/miden-crypto-derive/f91f2e6ea4c20bce/out/libmiden_crypto_derive-f91f2e6ea4c20bce.so --extern miden_field=/opt/rustwide/target/debug/build/miden-field/a995aa48d7aa7a41/out/libmiden_field-a995aa48d7aa7a41.rmeta --extern miden_lifted_stark=/opt/rustwide/target/debug/build/miden-lifted-stark/843856700ecdc0d1/out/libmiden_lifted_stark-843856700ecdc0d1.rmeta --extern miden_serde_utils=/opt/rustwide/target/debug/build/miden-serde-utils/06805e72a3eedd66/out/libmiden_serde_utils-06805e72a3eedd66.rmeta --extern num=/opt/rustwide/target/debug/build/num/675182467e492c38/out/libnum-675182467e492c38.rmeta --extern num_complex=/opt/rustwide/target/debug/build/num-complex/ce45e2f79d1e26ee/out/libnum_complex-ce45e2f79d1e26ee.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/3f3e611da6dd757e/out/libonce_cell-3f3e611da6dd757e.rmeta --extern p3_blake3=/opt/rustwide/target/debug/build/p3-blake3/5bee554d938aa4d8/out/libp3_blake3-5bee554d938aa4d8.rmeta --extern p3_challenger=/opt/rustwide/target/debug/build/p3-challenger/802a2227002b996a/out/libp3_challenger-802a2227002b996a.rmeta --extern p3_dft=/opt/rustwide/target/debug/build/p3-dft/46d6c273b3494c77/out/libp3_dft-46d6c273b3494c77.rmeta --extern p3_goldilocks=/opt/rustwide/target/debug/build/p3-goldilocks/6c42a5bb2849e7e8/out/libp3_goldilocks-6c42a5bb2849e7e8.rmeta --extern p3_keccak=/opt/rustwide/target/debug/build/p3-keccak/5ac1229534648911/out/libp3_keccak-5ac1229534648911.rmeta --extern p3_matrix=/opt/rustwide/target/debug/build/p3-matrix/0c6f249a4e213868/out/libp3_matrix-0c6f249a4e213868.rmeta --extern p3_maybe_rayon=/opt/rustwide/target/debug/build/p3-maybe-rayon/5e5e8782d9b0f586/out/libp3_maybe_rayon-5e5e8782d9b0f586.rmeta --extern p3_symmetric=/opt/rustwide/target/debug/build/p3-symmetric/0a973a37697ccf2f/out/libp3_symmetric-0a973a37697ccf2f.rmeta --extern p3_util=/opt/rustwide/target/debug/build/p3-util/f16a0e5c64405128/out/libp3_util-f16a0e5c64405128.rmeta --extern rand=/opt/rustwide/target/debug/build/rand/1fa87ecddc3cd668/out/librand-1fa87ecddc3cd668.rmeta --extern rand_chacha=/opt/rustwide/target/debug/build/rand_chacha/1d0b0b5b83d8d9bb/out/librand_chacha-1d0b0b5b83d8d9bb.rmeta --extern rayon=/opt/rustwide/target/debug/build/rayon/0d7403d30a4bfe25/out/librayon-0d7403d30a4bfe25.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/3f8b440a09769fa9/out/libserde-3f8b440a09769fa9.rmeta --extern sha2=/opt/rustwide/target/debug/build/sha2/43e8077eead90c9d/out/libsha2-43e8077eead90c9d.rmeta --extern sha3=/opt/rustwide/target/debug/build/sha3/42442502104c54ac/out/libsha3-42442502104c54ac.rmeta --extern subtle=/opt/rustwide/target/debug/build/subtle/c67288eba3e82a5b/out/libsubtle-c67288eba3e82a5b.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/b515679558bd9c1f/out/libthiserror-b515679558bd9c1f.rmeta --extern x25519_dalek=/opt/rustwide/target/debug/build/x25519-dalek/df7fd784d1557333/out/libx25519_dalek-df7fd784d1557333.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blake3/4fbce97d54b31a21/out -L native=/opt/rustwide/target/debug/build/blake3/4fbce97d54b31a21/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `miden-node-proto-build` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name miden_node_proto_build --edition=2024 /opt/rustwide/cargo-home/git/checkouts/miden-node-98c06b5d084e5405/895091d/proto/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="internal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal"))' -C metadata=608a3ece84717ee6 -C extra-filename=-f9995bc6b84d8651 --out-dir /opt/rustwide/target/debug/build/miden-node-proto-build/f9995bc6b84d8651/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/f67246a863654045/out -L dependency=/opt/rustwide/target/debug/build/bitflags/0eac4d1fbc51a9ef/out -L dependency=/opt/rustwide/target/debug/build/bytes/9c004ef7aaee1ac4/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out -L dependency=/opt/rustwide/target/debug/build/critical-section/be7be107b7527b1a/out -L dependency=/opt/rustwide/target/debug/build/either/af24f1882c1e009b/out -L dependency=/opt/rustwide/target/debug/build/equivalent/1cd2a250f2449a60/out -L dependency=/opt/rustwide/target/debug/build/fastrand/fb56977bacc4663c/out -L dependency=/opt/rustwide/target/debug/build/fixedbitset/e79283b3e498961f/out -L dependency=/opt/rustwide/target/debug/build/getrandom/515661af7dee0d0d/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/2baa4d7884d14031/out -L dependency=/opt/rustwide/target/debug/build/heck/8e1f98ffb0a497ae/out -L dependency=/opt/rustwide/target/debug/build/indexmap/d5d9e351fca9bdb9/out -L dependency=/opt/rustwide/target/debug/build/itertools/aba61c47e550f5bd/out -L dependency=/opt/rustwide/target/debug/build/libc/af6d2f449769be50/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/c13cabfb8029d27f/out -L dependency=/opt/rustwide/target/debug/build/log/e9aa98098919c7a9/out -L dependency=/opt/rustwide/target/debug/build/logos/e12ae9c1e89a4320/out -L dependency=/opt/rustwide/target/debug/build/logos-derive/c04e131c7d7c89a1/out -L dependency=/opt/rustwide/target/debug/build/memchr/ca36ce98a96d8f76/out -L dependency=/opt/rustwide/target/debug/build/miette/a8ae8bc1da25b2bb/out -L dependency=/opt/rustwide/target/debug/build/miette-derive/7aaf1ab6ea723daf/out -L dependency=/opt/rustwide/target/debug/build/multimap/57fb3c65f0f8e50e/out -L dependency=/opt/rustwide/target/debug/build/once_cell/3f3e611da6dd757e/out -L dependency=/opt/rustwide/target/debug/build/petgraph/daa37216548ece64/out -L dependency=/opt/rustwide/target/debug/build/portable-atomic/9094af3548298389/out -L dependency=/opt/rustwide/target/debug/build/prettyplease/98dafa27c865b758/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/fec5599a7f184630/out -L dependency=/opt/rustwide/target/debug/build/prost/ae56cdfa9529f1bd/out -L dependency=/opt/rustwide/target/debug/build/prost-build/d3ff7f11ac518000/out -L dependency=/opt/rustwide/target/debug/build/prost-derive/715393ce6cd89ff3/out -L dependency=/opt/rustwide/target/debug/build/prost-reflect/00f5571825f754d3/out -L dependency=/opt/rustwide/target/debug/build/prost-types/661fafab9d9adec3/out -L dependency=/opt/rustwide/target/debug/build/protox/a257f734243f9166/out -L dependency=/opt/rustwide/target/debug/build/protox-parse/18283712838a4f01/out -L dependency=/opt/rustwide/target/debug/build/pulldown-cmark/4346c7cd66fcba1a/out -L dependency=/opt/rustwide/target/debug/build/pulldown-cmark-to-cmark/48dffecf2351fd15/out -L dependency=/opt/rustwide/target/debug/build/quote/7cb3d4f614625968/out -L dependency=/opt/rustwide/target/debug/build/regex/1ea454bfb3487f30/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/7bf0783775d1115e/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/772b60ac7f4bd548/out -L dependency=/opt/rustwide/target/debug/build/rustix/dd187564537c5571/out -L dependency=/opt/rustwide/target/debug/build/serde/3f8b440a09769fa9/out -L dependency=/opt/rustwide/target/debug/build/serde_core/17d707fc11a0fe7f/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/f62a36f970a3fa08/out -L dependency=/opt/rustwide/target/debug/build/syn/91cf9fb28abebe3e/out -L dependency=/opt/rustwide/target/debug/build/tempfile/43110b732d78da92/out -L dependency=/opt/rustwide/target/debug/build/thiserror/b515679558bd9c1f/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/c168b6e0febd34d7/out -L dependency=/opt/rustwide/target/debug/build/tonic-build/9428813b90c74e8e/out -L dependency=/opt/rustwide/target/debug/build/tonic-prost-build/c5f9a36da5a64bdc/out -L dependency=/opt/rustwide/target/debug/build/unicase/e0b12810d052ce62/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/9533002ac35f5809/out -L dependency=/opt/rustwide/target/debug/build/unicode-width/01f7fe33da96721d/out --extern protox=/opt/rustwide/target/debug/build/protox/a257f734243f9166/out/libprotox-a257f734243f9166.rmeta --extern tonic_prost_build=/opt/rustwide/target/debug/build/tonic-prost-build/c5f9a36da5a64bdc/out/libtonic_prost_build-c5f9a36da5a64bdc.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "3073d9382d7ce9b37e47ff91f9f0f21169306918d1b62f579992f019f235e4d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3073d9382d7ce9b37e47ff91f9f0f21169306918d1b62f579992f019f235e4d4", kill_on_drop: false }`
[INFO] [stdout] 3073d9382d7ce9b37e47ff91f9f0f21169306918d1b62f579992f019f235e4d4
