You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[spl-token] test_process_close_account_multisig did not reach a passing proof state on token_ref=origin/proofs (24f50e88) with mir-semantics merged commit 3254f5f7.
In round4 continue run, kmir prove-rs reported APRProof status ProofStatus.FAILED with both failing and stuck leaves still present.
Classification
Proposed type: type:bug
Why: this start symbol now emits an explicit failed proof status under the requested baseline.
Wrapper note: round4 wrapper wrote test_process_close_account_multisig.exit=0, but proof status file and APR summary report a failed proof state.
Expected behavior
The spec should reach a non-failing terminal proof state (strict pass with no failing/stuck leaves), or continue without explicit failed status until completion.
Acceptance criteria
Re-run test_process_close_account_multisig on the same baseline with no ProofStatus.FAILED in proof output.
Final proof state has no failing/stuck leaves.
Issue [MAIN] SPL-Token Proof Status #47 row for this spec can be updated from ❌ FAILED to ✅ PASSED (or another justified non-failure terminal state).
Proof status file: /home/zhaoji/projs/solana-token-61ad/program/test-properties/artefacts/proof-24f50e8-3254f5f7/proof_status/test_process_close_account_multisig.txt
Summary
[spl-token] test_process_close_account_multisigdid not reach a passing proof state ontoken_ref=origin/proofs(24f50e88) with mir-semantics merged commit3254f5f7.In
round4continue run,kmir prove-rsreportedAPRProofstatusProofStatus.FAILEDwith both failing and stuck leaves still present.Classification
type:bugPriority
priority:p1Area / Kind
area:proofs(or equivalent runtime-verification/proof area)kind:testObserved behavior
spl-tokentest_process_close_account_multisigprogram/test-properties/run-proofs.sh -c -t 1800 -w 4 test_process_close_account_multisiground4proof status):duration_seconds: 1416total_duration_seconds: 5333prove_exit_code: 1APRProof: spl-token.smir.spl_token::entrypoint::test_process_close_account_multisigstatus: ProofStatus.FAILEDnodes: 153,pending: 17,failing: 1,stuck: 1,terminal: 25test_process_close_account_multisig.exit=0, but proof status file and APR summary report a failed proof state.Expected behavior
The spec should reach a non-failing terminal proof state (strict pass with no failing/stuck leaves), or continue without explicit failed status until completion.
Acceptance criteria
test_process_close_account_multisigon the same baseline with noProofStatus.FAILEDin proof output.❌ FAILEDto✅ PASSED(or another justified non-failure terminal state).Risks / dependencies
origin/proofs->24f50e88d0f05a374a91bd67e27d15fde419b42b3254f5f71abba24ba258858bfd837bdd488e2fc8-c) and wrapper exit handling may obscure proof failures unless proof_status/APR output is checked directly.Minimal plan
proof_status.Evidence
/home/zhaoji/projs/solana-token-61ad/home/zhaoji/projs/solana-token-61ad/proof-check-logs/round4/test_process_close_account_multisig.log/home/zhaoji/projs/solana-token-61ad/program/test-properties/artefacts/proof-24f50e8-3254f5f7/proof_status/test_process_close_account_multisig.txt/home/zhaoji/projs/solana-token-61ad/program/test-properties/artefacts/proof-24f50e8-3254f5f7/spl-token.smir.spl_token::entrypoint::test_process_close_account_multisigSuggested labels
type:bug,status:triage,priority:p1,area:proofs,kind:testHuman review required before status:ready. Do not begin execution until a human approves and sets the issue to ready.