[INFO] cloning repository https://github.com/partylikeits1983/miden-tx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/partylikeits1983/miden-tx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpartylikeits1983%2Fmiden-tx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpartylikeits1983%2Fmiden-tx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 45bdf504a5bedce74916276e06e5f39301ec9a24
[INFO] checking partylikeits1983/miden-tx against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpartylikeits1983%2Fmiden-tx" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/partylikeits1983/miden-tx
[INFO] finished tweaking git repo https://github.com/partylikeits1983/miden-tx
[INFO] tweaked toml for git repo https://github.com/partylikeits1983/miden-tx written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/partylikeits1983/miden-tx on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/partylikeits1983/miden-tx 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `add_facuet_to_client` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../add_facuet_to_client
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `add-facuet-to-client`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/add_facuet_to_client.rs
[INFO] [stderr] 1 + src/bin/add-facuet-to-client.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `deploy_counter` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../deploy_counter
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `deploy-counter`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/deploy_counter.rs
[INFO] [stderr] 1 + src/bin/deploy-counter.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `deploy_vote` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../deploy_vote
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `deploy-vote`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/deploy_vote.rs
[INFO] [stderr] 1 + src/bin/deploy-vote.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ephemeral_note_transfer` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../ephemeral_note_transfer
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ephemeral-note-transfer`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ephemeral_note_transfer.rs
[INFO] [stderr] 1 + src/bin/ephemeral-note-transfer.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `fpi_example` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../fpi_example
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `fpi-example`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/fpi_example.rs
[INFO] [stderr] 1 + src/bin/fpi-example.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `get_account` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../get_account
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `get-account`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/get_account.rs
[INFO] [stderr] 1 + src/bin/get-account.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `hash_preimage_note` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../hash_preimage_note
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `hash-preimage-note`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/hash_preimage_note.rs
[INFO] [stderr] 1 + src/bin/hash-preimage-note.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `increment_counter_note` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../increment_counter_note
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `increment-counter-note`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/increment_counter_note.rs
[INFO] [stderr] 1 + src/bin/increment-counter-note.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `increment_counter_script` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../increment_counter_script
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `increment-counter-script`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/increment_counter_script.rs
[INFO] [stderr] 1 + src/bin/increment-counter-script.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `mapping_example` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../mapping_example
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `mapping-example`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/mapping_example.rs
[INFO] [stderr] 1 + src/bin/mapping-example.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `proof_of_work_note` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../proof_of_work_note
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `proof-of-work-note`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/proof_of_work_note.rs
[INFO] [stderr] 1 + src/bin/proof-of-work-note.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `prove_hash_knowledge` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../prove_hash_knowledge
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `prove-hash-knowledge`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/prove_hash_knowledge.rs
[INFO] [stderr] 1 + src/bin/prove-hash-knowledge.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `rpo_hash_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../rpo_hash_test
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `rpo-hash-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/rpo_hash_test.rs
[INFO] [stderr] 1 + src/bin/rpo-hash-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `vanity_account` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-7-tc2/source/target/.../vanity_account
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `vanity-account`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/vanity_account.rs
[INFO] [stderr] 1 + src/bin/vanity-account.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `miden-by-example` (manifest) generated 14 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 394b375ac887f6ae4891c597e449052026ec6e6e52abaace084f3ac0e4b98a9b
[INFO] running `Command { std: "docker" "start" "394b375ac887f6ae4891c597e449052026ec6e6e52abaace084f3ac0e4b98a9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "394b375ac887f6ae4891c597e449052026ec6e6e52abaace084f3ac0e4b98a9b", 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" "394b375ac887f6ae4891c597e449052026ec6e6e52abaace084f3ac0e4b98a9b" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "394b375ac887f6ae4891c597e449052026ec6e6e52abaace084f3ac0e4b98a9b", 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" "394b375ac887f6ae4891c597e449052026ec6e6e52abaace084f3ac0e4b98a9b" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `add_facuet_to_client` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../add_facuet_to_client
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `add-facuet-to-client`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/add_facuet_to_client.rs
[INFO] [stderr] 1 + src/bin/add-facuet-to-client.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `deploy_counter` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../deploy_counter
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `deploy-counter`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/deploy_counter.rs
[INFO] [stderr] 1 + src/bin/deploy-counter.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `deploy_vote` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../deploy_vote
[INFO] [stderr]   |                          ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `deploy-vote`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/deploy_vote.rs
[INFO] [stderr] 1 + src/bin/deploy-vote.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `ephemeral_note_transfer` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../ephemeral_note_transfer
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `ephemeral-note-transfer`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/ephemeral_note_transfer.rs
[INFO] [stderr] 1 + src/bin/ephemeral-note-transfer.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `fpi_example` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../fpi_example
[INFO] [stderr]   |                          ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `fpi-example`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/fpi_example.rs
[INFO] [stderr] 1 + src/bin/fpi-example.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `get_account` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../get_account
[INFO] [stderr]   |                          ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `get-account`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/get_account.rs
[INFO] [stderr] 1 + src/bin/get-account.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `hash_preimage_note` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../hash_preimage_note
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `hash-preimage-note`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/hash_preimage_note.rs
[INFO] [stderr] 1 + src/bin/hash-preimage-note.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `increment_counter_note` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../increment_counter_note
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `increment-counter-note`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/increment_counter_note.rs
[INFO] [stderr] 1 + src/bin/increment-counter-note.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `increment_counter_script` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../increment_counter_script
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `increment-counter-script`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/increment_counter_script.rs
[INFO] [stderr] 1 + src/bin/increment-counter-script.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `mapping_example` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../mapping_example
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `mapping-example`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/mapping_example.rs
[INFO] [stderr] 1 + src/bin/mapping-example.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `proof_of_work_note` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../proof_of_work_note
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `proof-of-work-note`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/proof_of_work_note.rs
[INFO] [stderr] 1 + src/bin/proof-of-work-note.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `prove_hash_knowledge` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../prove_hash_knowledge
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `prove-hash-knowledge`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/prove_hash_knowledge.rs
[INFO] [stderr] 1 + src/bin/prove-hash-knowledge.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `rpo_hash_test` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../rpo_hash_test
[INFO] [stderr]   |                          ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `rpo-hash-test`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/rpo_hash_test.rs
[INFO] [stderr] 1 + src/bin/rpo-hash-test.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `vanity_account` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../vanity_account
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `vanity-account`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/vanity_account.rs
[INFO] [stderr] 1 + src/bin/vanity-account.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `miden-by-example` (manifest) generated 14 warnings
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling winter-utils v0.11.0
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling miniz_oxide v0.8.4
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling winter-math v0.11.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling cc v1.2.14
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling string_cache v0.8.8
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling miden-formatting v0.1.1
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking clap_builder v4.5.29
[INFO] [stderr]    Compiling blake3 v1.5.5
[INFO] [stderr]    Compiling miden-crypto v0.13.2
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling bytes v1.10.0
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ring v0.17.9
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]     Checking winnow v0.7.2
[INFO] [stderr]    Compiling winter-crypto v0.11.0
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling tempfile v3.16.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling winter-fri v0.11.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling winter-air v0.11.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling logos-codegen v0.14.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling miden-rpc-proto v0.7.2
[INFO] [stderr]    Compiling rustls v0.23.23
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling winter-verifier v0.11.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling miden-miette-derive v8.0.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling winter-maybe-async v0.11.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling logos-derive v0.14.4
[INFO] [stderr]    Compiling miette-derive v7.5.0
[INFO] [stderr]    Compiling logos v0.14.4
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]    Compiling pin-project-internal v1.1.9
[INFO] [stderr]    Compiling miden-miette v8.0.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling winter-prover v0.11.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling miette v7.5.0
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking clap v4.5.29
[INFO] [stderr]    Compiling winter-rand-utils v0.11.0
[INFO] [stderr]     Checking pin-project v1.1.9
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling protox-parse v0.7.0
[INFO] [stderr]    Compiling prost-reflect v0.14.6
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling tonic-build v0.12.3
[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/79c0559184f27f4433a6fbc260b950d06d4a4889/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=7eac23f26eb54af1 -C extra-filename=-650dc4530f60cbf0 --out-dir /opt/rustwide/target/debug/build/lalrpop/650dc4530f60cbf0/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/a6efa894b8ce6ff2/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/8d5c8d6a6143f11b/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/a6ec14cb1a24e6b7/out -L dependency=/opt/rustwide/target/debug/build/crunchy/17e32149cb6ae23e/out -L dependency=/opt/rustwide/target/debug/build/dirs-next/33c8516dda272e47/out -L dependency=/opt/rustwide/target/debug/build/dirs-sys-next/f2db15f6b9836a68/out -L dependency=/opt/rustwide/target/debug/build/either/4fcd3f8e66c69bf0/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/4d5c81b3186ab6ab/out -L dependency=/opt/rustwide/target/debug/build/indexmap/d5c3dcdc03060d23/out -L dependency=/opt/rustwide/target/debug/build/libc/e9b5a227669436df/out -L dependency=/opt/rustwide/target/debug/build/lock_api/ae78349774940ee0/out -L dependency=/opt/rustwide/target/debug/build/log/ab28d28a7f567c04/out -L dependency=/opt/rustwide/target/debug/build/memchr/371cdb7d366b303a/out -L dependency=/opt/rustwide/target/debug/build/new_debug_unreachable/ded5321d275224be/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/0fa75641556356d4/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/0e6a40b2b11df2b8/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/1d0dec321f3a7645/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/a51f3b0cccc0511b/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/c0080981587e77dd/out -L dependency=/opt/rustwide/target/debug/build/term/07b80178234e79d7/out --extern ascii_canvas=/opt/rustwide/target/debug/build/ascii-canvas/c354d20293e1b538/out/libascii_canvas-c354d20293e1b538.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/61fceb1fbfc3328b/out/libena-61fceb1fbfc3328b.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/12812dc60e924c50/out/libitertools-12812dc60e924c50.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/build/lalrpop-util/c7c1914db7a4e72e/out/liblalrpop_util-c7c1914db7a4e72e.rmeta --extern petgraph=/opt/rustwide/target/debug/build/petgraph/36069116c8815be2/out/libpetgraph-36069116c8815be2.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/4cc1cf7d513c987f/out/libregex-4cc1cf7d513c987f.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/a51f3b0cccc0511b/out/libregex_syntax-a51f3b0cccc0511b.rmeta --extern string_cache=/opt/rustwide/target/debug/build/string_cache/58142cc6a476f7be/out/libstring_cache-58142cc6a476f7be.rmeta --extern term=/opt/rustwide/target/debug/build/term/07b80178234e79d7/out/libterm-07b80178234e79d7.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/build/tiny-keccak/65842355bde98a48/out/libtiny_keccak-65842355bde98a48.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] running `Command { std: "docker" "inspect" "394b375ac887f6ae4891c597e449052026ec6e6e52abaace084f3ac0e4b98a9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "394b375ac887f6ae4891c597e449052026ec6e6e52abaace084f3ac0e4b98a9b", kill_on_drop: false }`
[INFO] [stdout] 394b375ac887f6ae4891c597e449052026ec6e6e52abaace084f3ac0e4b98a9b
