report missing; see run-prompts.log
== 15:32:43Z resolve inputs
atm 1.5.18 = prerelease/v1.5.18 @ 204f67135; prerelease-archive run 34860896730; ci run 34861923410; arch aarch64
== 15:32:57Z build (10-20 min the first time, seconds when nothing changed)
atm tarball override: /Users/randlee/Documents/github/atm-hermes-testbed-worktrees/fix-remove-eq007-workaround/.cache/atm-1.5.18/atm_1.5.18_aarch64-unknown-linux-gnu.tar.gz (sha256 bbb5147904704e64820f58b0ebf109befd83aa76f229ab0832f07dae1a3fc322)
wheels override: hermes_atm-1.5.18-py3-none-any.whl, atm_graft-1.5.18-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
base context: main = a909c4f5bf Merge pull request #25 from randlee/sync/candidate-20260912-merge
== 15:34:14Z start the fixture
+ export ATM_IDENTITY=stub-alpha ATM_TEAM=testbed
+ [ -r /opt/testbed/members.txt ]
+ atm peer certificate show --json
+ python3 -c import json,sys; print(json.load(sys.stdin)["fingerprint"])
+ fingerprint=912E7EAD71BFFCB58221C2777E43887806E5A5665D4C4E05AA54B1EAF074231E
+ trust_row_present
+ atm peer trust list --json
+ python3 -c import json,sys; expected=sys.argv[1]; data=json.load(sys.stdin); rows=data if isinstance(data,list) else data.get("rows",[]); raise SystemExit(0 if any(row.get("host")=="localhost" and row.get("fingerprint")==expected and row.get("https_port")==43101 for row in rows) else 1) 912E7EAD71BFFCB58221C2777E43887806E5A5665D4C4E05AA54B1EAF074231E
+ atm peer trust add --host localhost --fingerprint 912E7EAD71BFFCB58221C2777E43887806E5A5665D4C4E05AA54B1EAF074231E --https-port 43101 --yes
added trusted peer localhost
trusted peer change applies at the next daemon start
+ ready=no
+ seq 1 30
+ atm doctor --json
+ nohup atm-daemon
+ kill -0 371
+ tail -20 /tmp/atm-daemon.log
failed to create decomposed_messages view
Recovery: Repair mailbox access or wait for the competing operation, then retry.
+ exit 1
CANNOT RUN: run.sh failed (full log: /Users/randlee/Documents/github/atm-hermes-testbed-worktrees/fix-remove-eq007-workaround/.cache/results/20260914T153243Z/run.log)