Skip to content

Conversation

@cce
Copy link
Contributor

@cce cce commented Nov 13, 2025

Summary

This provides a POC of implementing an UpdateCommitment block header, from the changes in ledgercore.StateDelta using the encoding tags in data/basics and a Merkle commitment implemented by the existing merklearray package. (We could also implement the UpdateCommitter interface with a Merkle Patricia Trie instead, to allow for KV based lookups and proofs.)

Test Plan

Existing tests should pass, need to add new ones.

@cce cce marked this pull request as draft November 13, 2025 19:17
@cce cce requested a review from jannotti November 13, 2025 19:20
@codecov
Copy link

codecov bot commented Nov 13, 2025

❌ 86 Tests Failed:

Tests completed Failed Passed Skipped
100297 86 100211 2434
View the top 3 failed test(s) by shortest run time
github.com/algorand/go-algorand/ledger::TestBoxRW
Stack Traces | 0s run time
=== RUN   TestBoxRW
=== PAUSE TestBoxRW
=== CONT  TestBoxRW
--- FAIL: TestBoxRW (0.00s)
github.com/algorand/go-algorand/ledger/eval::TestEvalFunctionForExpiredAccounts
Stack Traces | 0.02s run time
=== RUN   TestEvalFunctionForExpiredAccounts
=== PAUSE TestEvalFunctionForExpiredAccounts
=== CONT  TestEvalFunctionForExpiredAccounts
    eval_test.go:1204: 
        	Error Trace:	.../ledger/eval/eval_test.go:1204
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [105 216 134 231 197 6 33 96 217 5 212 225 180 229 219 88 112 160 102 239 123 209 252 88 157 45 23 250 2 236 187 29 72 19 19 82 196 55 181 37 240 243 19 57 152 105 187 241 12 250 213 143 200 151 25 53 253 0 192 43 177 184 188 207]
        	Test:       	TestEvalFunctionForExpiredAccounts
--- FAIL: TestEvalFunctionForExpiredAccounts (0.02s)
github.com/algorand/go-algorand/ledger::TestForeignAppAccountsAccessible/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.06s run time
=== RUN   TestForeignAppAccountsAccessible/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:105
        	            				.../go-algorand/ledger/double_test.go:113
        	            				.../go-algorand/ledger/apptxn_test.go:3111
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [69 143 206 5 101 201 40 76 86 46 69 20 227 115 74 135 155 124 44 151 32 138 238 224 252 133 129 57 56 239 213 137 33 63 14 166 172 24 162 40 190 75 6 109 125 112 125 37 0 49 119 96 233 203 228 82 109 129 53 116 100 139 216 189]
        	Test:       	TestForeignAppAccountsAccessible/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestForeignAppAccountsAccessible/cv=vFuture,LRU-cache-disable=true (0.06s)
github.com/algorand/go-algorand/ledger::TestHeaderAccess/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.08s run time
=== RUN   TestHeaderAccess/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:3554
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [247 127 76 75 167 23 213 12 16 212 42 46 68 42 167 83 178 144 56 6 89 69 90 251 67 66 196 214 146 178 41 144 120 124 217 205 208 108 24 191 111 45 170 47 52 80 216 121 22 19 158 214 31 137 112 33 3 26 184 95 14 47 221 247]
        	Test:       	TestHeaderAccess/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestHeaderAccess/cv=vFuture,LRU-cache-disable=true (0.08s)
github.com/algorand/go-algorand/ledger::TestKeyreg/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.08s run time
=== RUN   TestKeyreg/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:1158
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [215 174 40 156 174 194 158 168 100 97 60 95 14 39 110 143 33 25 86 74 17 118 90 167 83 248 184 197 127 79 138 132 47 186 200 24 109 4 218 180 59 172 164 49 115 165 97 56 124 146 135 39 227 221 149 134 58 171 87 197 93 211 223 201]
        	Test:       	TestKeyreg/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestKeyreg/cv=vFuture,LRU-cache-disable=true (0.08s)
github.com/algorand/go-algorand/ledger::TestRewardsInAD/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.08s run time
=== RUN   TestRewardsInAD/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:3425
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [23 199 160 59 243 66 33 115 192 172 66 49 106 222 178 234 199 197 53 173 137 4 240 160 228 125 237 6 112 242 96 65 19 231 5 137 140 220 42 255 112 25 77 219 142 5 161 35 123 170 77 187 246 148 225 195 67 89 102 252 203 155 151 241]
        	Test:       	TestRewardsInAD/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestRewardsInAD/cv=vFuture,LRU-cache-disable=true (0.08s)
github.com/algorand/go-algorand/ledger::TestAbsentTracking/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.1s run time
=== RUN   TestAbsentTracking/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/eval_simple_test.go:456
        	            				.../go-algorand/ledger/eval_simple_test.go:742
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [96 2 12 250 51 46 141 170 121 211 216 123 19 20 158 239 57 251 223 248 224 217 82 158 49 248 62 59 64 227 156 66 129 110 129 186 113 144 188 204 167 151 136 111 76 209 105 41 244 88 214 152 113 160 132 234 232 168 88 121 156 139 183 76]
        	Test:       	TestAbsentTracking/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestAbsentTracking/cv=vFuture,LRU-cache-disable=true (0.10s)
github.com/algorand/go-algorand/ledger::TestReloadWithTxns/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.1s run time
=== RUN   TestReloadWithTxns/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:3308
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [4 8 227 102 21 31 49 37 125 22 132 18 125 68 244 91 92 72 230 131 137 177 240 162 64 115 192 186 12 118 118 241 171 100 179 155 50 61 13 168 159 31 129 89 253 186 251 13 86 113 237 183 223 119 221 246 209 169 206 53 228 87 99 68]
        	Test:       	TestReloadWithTxns/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestReloadWithTxns/cv=vFuture,LRU-cache-disable=true (0.10s)
github.com/algorand/go-algorand/ledger::TestZeroAppLocalsAccess/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.1s run time
=== RUN   TestZeroAppLocalsAccess/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:3838
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [241 90 189 57 0 91 86 233 22 211 239 89 78 111 148 249 43 79 163 201 107 254 202 45 86 236 66 26 168 238 92 238 125 176 10 157 65 59 58 10 215 102 194 224 65 193 87 93 63 98 140 211 107 68 121 76 191 215 77 22 117 135 12 73]
        	Test:       	TestZeroAppLocalsAccess/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestZeroAppLocalsAccess/cv=vFuture,LRU-cache-disable=true (0.10s)
github.com/algorand/go-algorand/ledger::TestAppDowngrade/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.11s run time
=== RUN   TestAppDowngrade/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:2154
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [93 232 53 245 41 157 58 42 249 134 61 227 220 236 105 39 131 66 32 142 166 93 84 166 250 240 186 124 110 48 247 138 69 22 129 49 141 224 70 10 9 241 121 96 131 13 244 113 122 48 12 57 110 174 174 140 189 107 208 217 34 61 40 35]
        	Test:       	TestAppDowngrade/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestAppDowngrade/cv=vFuture,LRU-cache-disable=true (0.11s)
github.com/algorand/go-algorand/ledger::TestInnerTxnCount/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.11s run time
=== RUN   TestInnerTxnCount/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/apptxn_test.go:648
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [231 198 192 77 228 24 200 98 190 243 254 143 167 183 125 228 44 69 224 157 172 123 64 6 91 134 243 57 173 162 166 95 161 112 51 175 36 53 95 74 75 207 137 87 84 29 38 178 116 109 95 19 78 152 84 248 13 56 110 106 129 102 58 208]
        	Test:       	TestInnerTxnCount/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestInnerTxnCount/cv=vFuture,LRU-cache-disable=true (0.11s)
github.com/algorand/go-algorand/ledger::TestInvalidAssetsNotAccessible/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.11s run time
=== RUN   TestInvalidAssetsNotAccessible/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:2320
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [85 18 164 78 24 33 90 153 252 190 180 152 0 130 44 186 125 140 136 167 139 5 63 153 61 79 21 81 198 65 174 243 134 140 83 225 15 52 64 24 102 123 37 182 205 24 61 167 176 241 149 164 149 95 36 241 179 131 248 1 104 64 142 193]
        	Test:       	TestInvalidAssetsNotAccessible/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestInvalidAssetsNotAccessible/cv=vFuture,LRU-cache-disable=true (0.11s)
github.com/algorand/go-algorand/ledger::TestBoxCreate/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.12s run time
=== RUN   TestBoxCreate/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/boxtxn_test.go:155
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [235 195 97 210 23 225 52 81 44 74 240 71 248 190 198 120 81 137 150 39 174 86 164 50 8 229 99 133 158 0 83 131 231 11 61 139 190 107 99 203 70 62 168 47 102 195 189 235 26 91 158 22 62 224 113 188 109 49 254 21 193 94 76 55]
        	Test:       	TestBoxCreate/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestBoxCreate/cv=vFuture,LRU-cache-disable=true (0.12s)
github.com/algorand/go-algorand/ledger::TestEvalAppState/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.12s run time
=== RUN   TestEvalAppState/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/apptxn_test.go:3372
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [213 33 48 1 2 29 30 235 96 97 179 90 20 149 16 196 68 104 133 72 228 172 235 113 14 143 248 145 163 5 207 209 226 74 9 69 231 205 143 37 205 157 137 40 206 233 22 85 100 153 145 216 66 255 111 31 131 249 118 6 70 102 3 124]
        	Test:       	TestEvalAppState/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestEvalAppState/cv=vFuture,LRU-cache-disable=true (0.12s)
github.com/algorand/go-algorand/ledger::TestDeleteNonExistentKeys/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.14s run time
=== RUN   TestDeleteNonExistentKeys/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:3479
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [196 83 60 126 137 105 124 161 179 159 35 136 77 176 108 99 235 198 133 138 90 194 9 73 183 48 148 40 183 191 38 181 24 0 104 217 69 85 45 183 20 107 249 141 133 184 78 1 15 129 188 233 68 48 31 80 47 50 189 3 45 144 146 87]
        	Test:       	TestDeleteNonExistentKeys/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestDeleteNonExistentKeys/cv=vFuture,LRU-cache-disable=true (0.14s)
github.com/algorand/go-algorand/ledger::TestForeignAppAccountsMutable/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.14s run time
=== RUN   TestForeignAppAccountsMutable/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:105
        	            				.../go-algorand/ledger/double_test.go:113
        	            				.../go-algorand/ledger/apptxn_test.go:3264
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [8 194 184 200 62 71 57 241 186 126 101 93 206 167 190 189 16 3 246 238 19 187 246 225 167 147 159 48 37 109 171 52 180 143 193 13 228 20 0 9 5 249 135 107 249 111 196 249 233 254 196 58 221 58 41 152 255 118 143 67 44 227 23 69]
        	Test:       	TestForeignAppAccountsMutable/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestForeignAppAccountsMutable/cv=vFuture,LRU-cache-disable=true (0.14s)
github.com/algorand/go-algorand/ledger::TestLedgerRegressionFaultyLeaseFirstValidCheckFuture
Stack Traces | 0.14s run time
=== RUN   TestLedgerRegressionFaultyLeaseFirstValidCheckFuture
    testingLogger.go:40: time="2025-11-13T19:24:11.100103 +0000" level=info msg="trackerDBInitialize upgrading database schema from version 0 to version 11" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=72
    testingLogger.go:40: time="2025-11-13T19:24:11.100284 +0000" level=info msg="trackerDBInitialize performing upgrade from version 0" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.100409 +0000" level=info msg="upgradeDatabaseSchema0 initializing schema" file=trackerdbV2.go function="github..../store/trackerdb/sqlitedriver.(*trackerDBSchemaInitializer).upgradeDatabaseSchema0" line=189
    testingLogger.go:40: time="2025-11-13T19:24:11.101779 +0000" level=info msg="trackerDBInitialize performing upgrade from version 1" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.102001 +0000" level=info msg="trackerDBInitialize performing upgrade from version 2" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.102190 +0000" level=info msg="trackerDBInitialize performing upgrade from version 3" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.103175 +0000" level=info msg="trackerDBInitialize performing upgrade from version 4" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.103291 +0000" level=info msg="upgradeDatabaseSchema4: deleted 0 rows" file=trackerdbV2.go function="github..../store/trackerdb/sqlitedriver.(*trackerDBSchemaInitializer).upgradeDatabaseSchema4" line=338
    testingLogger.go:40: time="2025-11-13T19:24:11.103501 +0000" level=info msg="trackerDBInitialize performing upgrade from version 5" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.104259 +0000" level=info msg="upgradeDatabaseSchema5 upgraded 1 out of 12 accounts [ 8.3% ]" file=trackerdbV2.go function="github..../store/trackerdb/sqlitedriver.(*trackerDBSchemaInitializer).upgradeDatabaseSchema5.func1" line=365
    testingLogger.go:40: time="2025-11-13T19:24:11.106289 +0000" level=info msg="trackerDBInitialize performing upgrade from version 6" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.107052 +0000" level=info msg="upgradeDatabaseSchema6 upgraded 1 out of 12 accounts [ 8.3% ]" file=trackerdbV2.go function="github..../store/trackerdb/sqlitedriver.(*trackerDBSchemaInitializer).upgradeDatabaseSchema6.func1" line=432
    testingLogger.go:40: time="2025-11-13T19:24:11.108111 +0000" level=info msg="trackerDBInitialize performing upgrade from version 7" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.108448 +0000" level=info msg="trackerDBInitialize performing upgrade from version 8" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.108637 +0000" level=info msg="trackerDBInitialize performing upgrade from version 9" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.109040 +0000" level=info msg="trackerDBInitialize performing upgrade from version 10" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=76
    testingLogger.go:40: time="2025-11-13T19:24:11.109740 +0000" level=info msg="trackerDBInitialize database schema upgrade complete" file=trackerdbV2.go function=github..../store/trackerdb/sqlitedriver.RunMigrations line=149
    testingLogger.go:40: time="2025-11-13T19:24:11.164181 +0000" level=info msg="initializeHashes rebuilding merkle trie for round 0" file=catchpointtracker.go function="github..../algorand/go-algorand/ledger.(*catchpointTracker).initializeHashes" line=1584
    testingLogger.go:40: time="2025-11-13T19:24:11.169587 +0000" level=info msg="initializeHashes rebuilt the merkle trie with 12 entries in 5.221009ms" file=catchpointtracker.go function="github..../algorand/go-algorand/ledger.(*catchpointTracker).initializeHashes" line=1701
    ledger_test.go:1445: 
        	Error Trace:	.../go-algorand/ledger/ledger_test.go:1445
        	            				.../go-algorand/ledger/ledger_test.go:1392
        	Error:      	Received unexpected error:
        	            	appendUnvalidated error in Validate: update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [194 101 243 6 182 249 132 35 234 34 87 192 214 143 139 227 182 225 30 18 72 245 64 86 30 39 49 245 156 153 156 10 81 119 73 40 95 57 168 226 198 40 156 37 254 102 57 192 207 36 12 83 47 116 196 200 73 243 201 187 26 202 66 78]
        	Test:       	TestLedgerRegressionFaultyLeaseFirstValidCheckFuture
        	Messages:   	could not add initial payment transaction
    testingLogger.go:40: time="2025-11-13T19:24:11.222178 +0000" level=debug msg="trackerRegistry is closing" file=tracker.go function="github..../algorand/go-algorand/ledger.(*trackerRegistry).close" line=508
    testingLogger.go:40: time="2025-11-13T19:24:11.222320 +0000" level=debug msg="trackerRegistry is waiting for accounts writing to complete" file=tracker.go function="github..../algorand/go-algorand/ledger.(*trackerRegistry).close" line=515
    testingLogger.go:40: time="2025-11-13T19:24:11.222461 +0000" level=debug msg="commitSyncer is closing, draining the pending commits queue" file=tracker.go function="github..../algorand/go-algorand/ledger.(*trackerRegistry).commitSyncer" line=547
    testingLogger.go:40: time="2025-11-13T19:24:11.222592 +0000" level=debug msg="trackerRegistry done waiting for accounts writing" file=tracker.go function="github..../algorand/go-algorand/ledger.(*trackerRegistry).close" line=519
    testingLogger.go:40: time="2025-11-13T19:24:11.222705 +0000" level=debug msg="trackerRegistry is closing trackers" file=tracker.go function="github..../algorand/go-algorand/ledger.(*trackerRegistry).close" line=522
    testingLogger.go:40: time="2025-11-13T19:24:11.223222 +0000" level=debug msg="trackerRegistry has closed" file=tracker.go function="github..../algorand/go-algorand/ledger.(*trackerRegistry).close" line=528
--- FAIL: TestLedgerRegressionFaultyLeaseFirstValidCheckFuture (0.14s)
github.com/algorand/go-algorand/ledger::TestAppEmptyBox
Stack Traces | 0.16s run time
=== RUN   TestAppEmptyBox
    applications_test.go:1405: 
        	Error Trace:	.../go-algorand/ledger/applications_test.go:1405
        	Error:      	Received unexpected error:
        	            	appendUnvalidated error in Validate: update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [172 118 211 20 15 168 60 220 127 71 143 197 17 57 94 13 148 219 49 178 111 27 249 212 7 91 46 240 230 254 7 28 234 155 174 39 224 3 145 188 152 166 246 52 145 105 221 132 229 118 122 142 173 24 99 125 159 176 125 246 133 30 90 180]
        	Test:       	TestAppEmptyBox
--- FAIL: TestAppEmptyBox (0.16s)
github.com/algorand/go-algorand/ledger::TestExactAccountChunk/future
Stack Traces | 0.17s run time
=== RUN   TestExactAccountChunk/future
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:897
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:870
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [17 82 175 70 244 23 80 35 16 4 130 143 45 19 166 46 22 211 79 251 93 81 222 3 225 112 129 253 243 147 0 131 254 186 68 93 87 15 49 117 198 50 101 75 111 92 59 28 240 38 235 248 218 92 204 242 252 32 97 177 237 123 87 128]
        	Test:       	TestExactAccountChunk/future
--- FAIL: TestExactAccountChunk/future (0.17s)
github.com/algorand/go-algorand/ledger::TestBoxIOBudgets/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.18s run time
=== RUN   TestBoxIOBudgets/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/boxtxn_test.go:540
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [235 195 97 210 23 225 52 81 44 74 240 71 248 190 198 120 81 137 150 39 174 86 164 50 8 229 99 133 158 0 83 131 231 11 61 139 190 107 99 203 70 62 168 47 102 195 189 235 26 91 158 22 62 224 113 188 109 49 254 21 193 94 76 55]
        	Test:       	TestBoxIOBudgets/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestBoxIOBudgets/cv=vFuture,LRU-cache-disable=true (0.18s)
github.com/algorand/go-algorand/ledger::TestInnerClearStateBadCaller/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.18s run time
=== RUN   TestInnerClearStateBadCaller/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:2684
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [163 228 183 72 15 66 127 93 185 233 252 180 118 239 218 58 7 237 168 249 22 180 250 41 54 84 209 54 163 191 16 66 111 169 130 187 246 1 140 197 146 13 116 112 15 85 159 53 93 79 129 194 175 151 228 113 178 82 171 217 82 192 197 73]
        	Test:       	TestInnerClearStateBadCaller/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestInnerClearStateBadCaller/cv=vFuture,LRU-cache-disable=true (0.18s)
github.com/algorand/go-algorand/ledger::TestUnfundedSenders/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.18s run time
=== RUN   TestUnfundedSenders/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:105
        	            				.../go-algorand/ledger/double_test.go:113
        	            				.../go-algorand/ledger/apptxn_test.go:3669
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [102 142 97 64 54 142 143 44 44 163 4 2 192 220 16 171 138 90 208 120 157 197 66 184 153 75 247 28 66 167 187 67 216 191 8 33 203 176 97 135 15 11 199 76 52 240 230 221 214 12 2 181 15 8 84 61 175 90 35 0 38 2 213 163]
        	Test:       	TestUnfundedSenders/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestUnfundedSenders/cv=vFuture,LRU-cache-disable=false (0.18s)
github.com/algorand/go-algorand/ledger::TestAppVersionMatching/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.19s run time
=== RUN   TestAppVersionMatching/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:2077
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [220 148 90 63 190 17 186 81 202 220 5 171 37 108 149 187 32 44 3 227 69 173 104 118 6 244 70 89 100 22 111 187 172 248 207 186 226 223 125 46 130 75 12 94 87 146 228 183 98 131 95 0 195 249 71 88 244 222 238 33 181 192 59 37]
        	Test:       	TestAppVersionMatching/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestAppVersionMatching/cv=vFuture,LRU-cache-disable=true (0.19s)
github.com/algorand/go-algorand/ledger::TestInnerUpdateResizing/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.19s run time
=== RUN   TestInnerUpdateResizing/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/applications_test.go:1796
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [141 185 21 217 19 198 233 175 82 201 180 50 134 87 125 25 142 202 228 81 3 41 39 208 6 34 162 133 165 176 115 78 201 251 247 10 180 22 164 97 248 173 29 72 27 80 67 153 84 30 94 134 122 71 235 81 198 65 202 201 209 69 115 169]
        	Test:       	TestInnerUpdateResizing/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestInnerUpdateResizing/cv=vFuture,LRU-cache-disable=true (0.19s)
github.com/algorand/go-algorand/ledger::TestOnlineAcctModelScenario/SimpleOffline
Stack Traces | 0.19s run time
=== RUN   TestOnlineAcctModelScenario/SimpleOffline
--- FAIL: TestOnlineAcctModelScenario/SimpleOffline (0.19s)
github.com/algorand/go-algorand/ledger::TestOnlineAcctModelScenario/SimpleOffline/DoubleLedger
Stack Traces | 0.19s run time
=== RUN   TestOnlineAcctModelScenario/SimpleOffline/DoubleLedger
    acctonline_expired_test.go:366: updateStake addr AEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE3PRHE sent {766433}, bal {2000000}
    acctonline_expired_test.go:366: updateStake addr AIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGFFWAF4 sent {2766433}, bal {4000000}
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/acctonline_expired_test.go:273
        	            				.../go-algorand/ledger/acctonline_expired_test.go:290
        	            				.../go-algorand/ledger/acctonline_expired_test.go:609
        	            				.../go-algorand/ledger/acctonline_expired_test.go:633
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [78 244 255 101 209 233 246 102 24 97 123 208 218 5 213 251 218 38 116 144 196 120 228 126 153 150 182 229 123 171 85 212 215 68 123 122 5 195 36 199 134 149 59 116 241 102 167 50 232 143 43 227 155 166 22 205 79 119 158 3 25 46 78 45]
        	Test:       	TestOnlineAcctModelScenario/SimpleOffline/DoubleLedger
--- FAIL: TestOnlineAcctModelScenario/SimpleOffline/DoubleLedger (0.19s)
github.com/algorand/go-algorand/ledger::TestAbortWhenInnerAppCallErrs/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.2s run time
=== RUN   TestAbortWhenInnerAppCallErrs/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:1783
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [92 59 203 117 209 92 99 155 5 60 255 9 202 56 227 174 59 36 135 255 202 30 155 101 161 14 175 236 200 16 123 232 50 100 142 84 246 209 150 245 202 51 166 63 210 30 43 242 186 220 81 254 0 27 173 101 208 214 211 135 112 234 247 137]
        	Test:       	TestAbortWhenInnerAppCallErrs/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestAbortWhenInnerAppCallErrs/cv=vFuture,LRU-cache-disable=true (0.20s)
github.com/algorand/go-algorand/ledger::TestBoxRecreate/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.2s run time
=== RUN   TestBoxRecreate/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/boxtxn_test.go:225
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [235 195 97 210 23 225 52 81 44 74 240 71 248 190 198 120 81 137 150 39 174 86 164 50 8 229 99 133 158 0 83 131 231 11 61 139 190 107 99 203 70 62 168 47 102 195 189 235 26 91 158 22 62 224 113 188 109 49 254 21 193 94 76 55]
        	Test:       	TestBoxRecreate/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestBoxRecreate/cv=vFuture,LRU-cache-disable=true (0.20s)
github.com/algorand/go-algorand/ledger::TestGlobalChangesAcrossApps/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.2s run time
=== RUN   TestGlobalChangesAcrossApps/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:2947
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [122 147 79 212 122 90 140 222 186 231 65 23 206 137 84 87 177 218 68 168 79 40 211 88 41 195 34 191 24 174 167 150 84 75 95 183 223 248 228 201 26 38 77 38 248 105 106 30 163 32 159 14 141 248 121 60 155 32 245 250 71 214 244 5]
        	Test:       	TestGlobalChangesAcrossApps/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestGlobalChangesAcrossApps/cv=vFuture,LRU-cache-disable=false (0.20s)
github.com/algorand/go-algorand/ledger::TestRekeyActionCloseAccount/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.21s run time
=== RUN   TestRekeyActionCloseAccount/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/apptxn_test.go:534
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [49 201 132 71 13 49 215 16 175 148 114 180 210 178 48 91 235 210 52 238 0 89 213 195 93 242 216 189 20 33 126 242 160 3 188 45 159 44 207 23 76 84 88 161 95 89 75 231 194 117 180 19 90 64 189 195 168 140 213 3 31 100 134 32]
        	Test:       	TestRekeyActionCloseAccount/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestRekeyActionCloseAccount/cv=vFuture,LRU-cache-disable=true (0.21s)
github.com/algorand/go-algorand/ledger::TestDuplicatePayAction/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.22s run time
=== RUN   TestDuplicatePayAction/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/apptxn_test.go:605
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [149 104 131 42 191 36 219 104 111 224 219 252 18 114 148 242 247 77 86 248 2 52 109 249 81 114 43 226 89 208 90 104 157 20 138 76 115 55 97 85 64 124 40 243 107 63 181 56 166 125 84 47 150 63 123 228 186 167 76 118 123 155 203 105]
        	Test:       	TestDuplicatePayAction/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestDuplicatePayAction/cv=vFuture,LRU-cache-disable=false (0.22s)
github.com/algorand/go-algorand/ledger::TestExactAccountChunk/future_SPstall300
Stack Traces | 0.22s run time
=== RUN   TestExactAccountChunk/future_SPstall300
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:897
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:872
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [129 205 245 148 179 113 4 165 63 95 222 74 191 83 157 46 5 17 216 162 185 144 127 94 78 98 86 220 103 60 169 140 226 13 194 8 247 103 41 227 212 69 144 34 128 195 99 17 41 228 128 201 237 196 177 183 100 63 233 180 51 221 6 159]
        	Test:       	TestExactAccountChunk/future_SPstall300
--- FAIL: TestExactAccountChunk/future_SPstall300 (0.22s)
github.com/algorand/go-algorand/ledger::TestInnerAppVersionCalling/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.22s run time
=== RUN   TestInnerAppVersionCalling/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:105
        	            				.../go-algorand/ledger/double_test.go:113
        	            				.../go-algorand/ledger/apptxn_test.go:1962
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [165 202 68 19 138 169 61 254 249 28 167 92 99 169 212 231 251 23 73 92 43 205 204 129 245 69 200 240 69 58 172 148 82 189 229 245 233 251 157 85 131 193 241 156 187 112 88 5 70 158 118 43 48 0 2 215 253 222 172 180 225 131 126 221]
        	Test:       	TestInnerAppVersionCalling/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestInnerAppVersionCalling/cv=vFuture,LRU-cache-disable=true (0.22s)
github.com/algorand/go-algorand/ledger::TestInnerClearStateBadCallee/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.23s run time
=== RUN   TestInnerClearStateBadCallee/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:2558
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [186 180 37 174 254 191 96 44 245 144 221 113 213 222 119 21 47 154 164 170 158 33 92 128 67 47 54 185 170 110 135 150 121 66 126 184 241 68 216 57 189 14 120 228 77 227 142 119 245 238 44 229 243 97 255 162 0 242 62 34 222 204 215 249]
        	Test:       	TestInnerClearStateBadCallee/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestInnerClearStateBadCallee/cv=vFuture,LRU-cache-disable=false (0.23s)
github.com/algorand/go-algorand/ledger::TestForeignAppAccountsImmutable/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.24s run time
=== RUN   TestForeignAppAccountsImmutable/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:105
        	            				.../go-algorand/ledger/double_test.go:113
        	            				.../go-algorand/ledger/apptxn_test.go:3180
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [112 212 32 34 60 191 40 196 146 77 190 155 30 64 4 2 193 209 64 143 191 226 89 158 39 93 254 133 7 39 184 246 95 113 34 20 8 23 51 92 255 191 185 153 10 131 239 231 89 225 55 205 9 128 119 159 140 59 124 221 90 32 88 64]
        	Test:       	TestForeignAppAccountsImmutable/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestForeignAppAccountsImmutable/cv=vFuture,LRU-cache-disable=false (0.24s)
github.com/algorand/go-algorand/ledger::TestMaxInnerTxForSingleAppCall/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.24s run time
=== RUN   TestMaxInnerTxForSingleAppCall/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:1694
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [144 49 63 240 14 247 227 152 182 64 176 249 197 53 41 5 49 51 189 250 45 241 168 161 11 130 207 34 174 113 77 29 254 161 190 211 232 136 31 3 246 112 105 147 127 254 78 187 102 239 42 59 212 145 66 153 108 11 64 5 167 131 107 156]
        	Test:       	TestMaxInnerTxForSingleAppCall/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestMaxInnerTxForSingleAppCall/cv=vFuture,LRU-cache-disable=false (0.24s)
github.com/algorand/go-algorand/ledger::TestZeroAppLocalsAccess
Stack Traces | 0.26s run time
=== RUN   TestZeroAppLocalsAccess
=== PAUSE TestZeroAppLocalsAccess
=== CONT  TestZeroAppLocalsAccess
--- FAIL: TestZeroAppLocalsAccess (0.26s)
github.com/algorand/go-algorand/ledger::TestExtraPagesUpdate/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.28s run time
=== RUN   TestExtraPagesUpdate/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/applications_test.go:1704
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [104 222 49 104 91 77 163 150 190 159 17 12 155 74 141 226 18 214 225 173 226 55 191 109 214 237 231 42 212 252 144 172 67 243 85 107 46 49 139 23 196 11 208 113 134 191 31 205 38 55 140 21 139 1 176 171 147 88 140 191 106 249 232 113]
        	Test:       	TestExtraPagesUpdate/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestExtraPagesUpdate/cv=vFuture,LRU-cache-disable=false (0.28s)
github.com/algorand/go-algorand/ledger::TestOnlineAcctModelScenario/Simple
Stack Traces | 0.28s run time
=== RUN   TestOnlineAcctModelScenario/Simple
--- FAIL: TestOnlineAcctModelScenario/Simple (0.28s)
github.com/algorand/go-algorand/ledger::TestOnlineAcctModelScenario/Simple/DoubleLedger
Stack Traces | 0.28s run time
=== RUN   TestOnlineAcctModelScenario/Simple/DoubleLedger
    acctonline_expired_test.go:366: updateStake addr AEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE3PRHE sent {8766433}, bal {10000000}
    acctonline_expired_test.go:366: updateStake addr AIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGFFWAF4 sent {9766433}, bal {11000000}
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/acctonline_expired_test.go:273
        	            				.../go-algorand/ledger/acctonline_expired_test.go:290
        	            				.../go-algorand/ledger/acctonline_expired_test.go:609
        	            				.../go-algorand/ledger/acctonline_expired_test.go:633
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [22 86 9 75 171 26 54 244 18 193 62 246 241 176 7 118 230 89 155 52 77 199 111 76 214 3 95 222 226 67 84 1 188 113 221 152 106 187 36 236 5 140 60 213 220 238 7 231 81 46 33 136 212 248 232 140 132 148 53 86 66 27 204 188]
        	Test:       	TestOnlineAcctModelScenario/Simple/DoubleLedger
--- FAIL: TestOnlineAcctModelScenario/Simple/DoubleLedger (0.28s)
github.com/algorand/go-algorand/ledger::TestCatchpointAfterStakeLookupTxns/future_short
Stack Traces | 0.29s run time
=== RUN   TestCatchpointAfterStakeLookupTxns/future_short
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:1145
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:1113
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [248 94 53 188 63 105 218 199 173 44 241 176 132 235 227 131 71 4 233 53 216 208 195 205 45 17 51 99 32 0 71 169 157 144 136 184 41 164 92 145 57 116 29 144 103 182 229 111 54 203 148 152 95 210 70 3 129 213 25 75 186 216 163 136]
        	Test:       	TestCatchpointAfterStakeLookupTxns/future_short
--- FAIL: TestCatchpointAfterStakeLookupTxns/future_short (0.29s)
github.com/algorand/go-algorand/ledger::TestInnerAppManipulate/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.29s run time
=== RUN   TestInnerAppManipulate/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:1319
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [115 113 167 17 93 168 119 107 160 184 192 71 137 160 164 244 54 253 167 132 178 110 152 32 146 5 209 57 195 88 221 146 38 30 179 8 14 77 6 150 180 88 135 109 229 215 218 135 21 18 26 144 229 1 2 246 61 70 106 207 164 143 89 99]
        	Test:       	TestInnerAppManipulate/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestInnerAppManipulate/cv=vFuture,LRU-cache-disable=false (0.29s)
github.com/algorand/go-algorand/ledger::TestAbsenteeChallenges/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.31s run time
=== RUN   TestAbsenteeChallenges/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:105
        	            				.../go-algorand/ledger/double_test.go:113
        	            				.../go-algorand/ledger/eval_simple_test.go:775
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [169 46 170 33 204 35 72 128 56 123 107 22 65 19 213 68 129 92 123 75 18 88 250 10 196 174 1 125 181 60 109 255 77 55 255 169 165 66 102 152 29 148 210 115 108 84 98 177 79 0 159 146 86 222 70 53 13 74 45 131 55 65 50 106]
        	Test:       	TestAbsenteeChallenges/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestAbsenteeChallenges/cv=vFuture,LRU-cache-disable=false (0.31s)
github.com/algorand/go-algorand/ledger::TestBoxRW/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.31s run time
=== RUN   TestBoxRW/cv=vFuture,LRU-cache-disable=true
=== PAUSE TestBoxRW/cv=vFuture,LRU-cache-disable=true
=== CONT  TestBoxRW/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/boxtxn_test.go:384
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [235 195 97 210 23 225 52 81 44 74 240 71 248 190 198 120 81 137 150 39 174 86 164 50 8 229 99 133 158 0 83 131 231 11 61 139 190 107 99 203 70 62 168 47 102 195 189 235 26 91 158 22 62 224 113 188 109 49 254 21 193 94 76 55]
        	Test:       	TestBoxRW/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestBoxRW/cv=vFuture,LRU-cache-disable=true (0.31s)
github.com/algorand/go-algorand/ledger::TestHoldingGet/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.31s run time
=== RUN   TestHoldingGet/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/eval_simple_test.go:1101
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [111 87 31 246 201 209 69 1 196 198 137 198 130 40 34 120 110 219 212 104 52 171 104 73 70 4 228 226 229 140 207 120 128 18 199 177 90 185 155 250 60 108 106 165 100 131 185 139 71 64 43 206 114 185 53 148 188 60 78 115 234 95 137 128]
        	Test:       	TestHoldingGet/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestHoldingGet/cv=vFuture,LRU-cache-disable=false (0.31s)
github.com/algorand/go-algorand/ledger::TestLogsInBlock/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.31s run time
=== RUN   TestLogsInBlock/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:3601
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [64 253 189 215 84 147 245 167 226 66 214 55 89 24 229 120 164 10 110 152 211 24 208 19 248 171 123 133 124 96 31 37 2 132 150 210 205 226 61 143 167 219 79 114 206 90 237 29 141 116 142 224 209 149 245 35 106 183 111 30 200 216 106 231]
        	Test:       	TestLogsInBlock/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestLogsInBlock/cv=vFuture,LRU-cache-disable=false (0.31s)
github.com/algorand/go-algorand/ledger::TestInnerAppCreateAndOptin/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.32s run time
=== RUN   TestInnerAppCreateAndOptin/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:961
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [26 204 147 220 220 233 247 74 160 20 19 140 72 197 162 23 244 120 135 2 95 128 169 236 208 15 91 94 38 4 165 174 39 161 95 215 63 87 232 51 23 182 165 98 169 45 49 182 135 25 199 157 5 87 80 84 20 190 169 53 65 141 42 204]
        	Test:       	TestInnerAppCreateAndOptin/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestInnerAppCreateAndOptin/cv=vFuture,LRU-cache-disable=false (0.32s)
github.com/algorand/go-algorand/ledger::TestBasicReentry/cv=vFuture,LRU-cache-disable=true
Stack Traces | 0.33s run time
=== RUN   TestBasicReentry/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:1489
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [71 37 88 66 49 45 241 58 74 129 221 228 96 82 158 60 77 113 184 134 6 33 164 74 234 19 157 248 130 250 112 71 214 100 222 53 42 86 142 196 246 29 75 206 60 168 205 141 92 53 211 166 193 196 94 245 223 32 231 156 78 80 9 67]
        	Test:       	TestBasicReentry/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestBasicReentry/cv=vFuture,LRU-cache-disable=true (0.33s)
github.com/algorand/go-algorand/ledger::TestInnerCreatedAppsAreCallable/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.34s run time
=== RUN   TestInnerCreatedAppsAreCallable/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/apptxn_test.go:2214
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [198 252 7 37 124 168 223 119 187 185 39 226 152 43 80 154 115 23 183 231 21 104 81 107 74 206 154 77 95 87 174 130 130 47 65 122 6 78 18 158 77 250 123 77 58 32 241 28 253 88 42 104 185 95 75 114 40 239 65 225 139 65 240 15]
        	Test:       	TestInnerCreatedAppsAreCallable/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestInnerCreatedAppsAreCallable/cv=vFuture,LRU-cache-disable=false (0.34s)
github.com/algorand/go-algorand/ledger::TestAcfgAction/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.35s run time
=== RUN   TestAcfgAction/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/apptxn_test.go:687
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [171 215 203 30 36 242 155 83 51 228 159 81 0 32 134 171 11 250 198 83 176 179 72 237 95 225 153 65 64 237 23 162 126 202 12 174 132 213 148 30 238 57 37 180 184 159 191 8 236 161 189 79 18 103 234 162 86 202 86 172 84 153 74 174]
        	Test:       	TestAcfgAction/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestAcfgAction/cv=vFuture,LRU-cache-disable=false (0.35s)
github.com/algorand/go-algorand/ledger::TestCatchpointAfterStakeLookupTxns/future_noSP_short
Stack Traces | 0.35s run time
=== RUN   TestCatchpointAfterStakeLookupTxns/future_noSP_short
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:1145
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:1114
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [248 94 53 188 63 105 218 199 173 44 241 176 132 235 227 131 71 4 233 53 216 208 195 205 45 17 51 99 32 0 71 169 157 144 136 184 41 164 92 145 57 116 29 144 103 182 229 111 54 203 148 152 95 210 70 3 129 213 25 75 186 216 163 136]
        	Test:       	TestCatchpointAfterStakeLookupTxns/future_noSP_short
--- FAIL: TestCatchpointAfterStakeLookupTxns/future_noSP_short (0.35s)
github.com/algorand/go-algorand/ledger::TestClearStateInnerPay/i=0
Stack Traces | 0.35s run time
=== RUN   TestClearStateInnerPay/i=0
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/apptxn_test.go:2797
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [93 157 0 139 194 244 37 123 22 152 163 216 163 245 103 163 254 108 36 110 221 74 214 194 198 63 225 65 26 8 124 207 219 5 233 78 178 115 86 31 239 63 38 70 90 213 114 217 237 103 102 67 249 47 242 216 9 174 173 118 112 155 183 199]
        	Test:       	TestClearStateInnerPay/i=0
--- FAIL: TestClearStateInnerPay/i=0 (0.35s)
github.com/algorand/go-algorand/ledger::TestOnlineAcctModelSimple
Stack Traces | 0.35s run time
=== RUN   TestOnlineAcctModelSimple
--- FAIL: TestOnlineAcctModelSimple (0.35s)
github.com/algorand/go-algorand/ledger::TestOnlineAcctModelSimple/DoubleLedger
Stack Traces | 0.35s run time
=== RUN   TestOnlineAcctModelSimple/DoubleLedger
    acctonline_expired_test.go:366: updateStake addr AEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE3PRHE sent {8766433}, bal {10000000}
    acctonline_expired_test.go:366: updateStake addr AIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGFFWAF4 sent {9766433}, bal {11000000}
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/acctonline_expired_test.go:273
        	            				.../go-algorand/ledger/acctonline_expired_test.go:290
        	            				.../go-algorand/ledger/acctonline_expired_test.go:477
        	            				.../go-algorand/ledger/acctonline_expired_test.go:465
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [22 86 9 75 171 26 54 244 18 193 62 246 241 176 7 118 230 89 155 52 77 199 111 76 214 3 95 222 226 67 84 1 188 113 221 152 106 187 36 236 5 140 60 213 220 238 7 231 81 46 33 136 212 248 232 140 132 148 53 86 66 27 204 188]
        	Test:       	TestOnlineAcctModelSimple/DoubleLedger
--- FAIL: TestOnlineAcctModelSimple/DoubleLedger (0.35s)
github.com/algorand/go-algorand/ledger::TestClearStateInnerPay/i=2
Stack Traces | 0.37s run time
=== RUN   TestClearStateInnerPay/i=2
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/apptxn_test.go:2797
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [87 227 104 9 86 158 150 171 168 225 25 131 55 171 64 132 77 23 18 180 203 193 3 135 52 61 7 165 13 239 146 21 117 147 205 174 202 21 6 193 230 32 241 131 52 61 224 194 184 121 147 159 167 129 1 117 164 135 247 148 134 69 197 188]
        	Test:       	TestClearStateInnerPay/i=2
--- FAIL: TestClearStateInnerPay/i=2 (0.37s)
github.com/algorand/go-algorand/ledger::TestLedgerBlockHeaders
Stack Traces | 0.38s run time
=== RUN   TestLedgerBlockHeaders
    ledger_test.go:434: 
        	Error Trace:	.../go-algorand/ledger/ledger_test.go:434
        	Error:      	Received unexpected error:
        	            	appendUnvalidated error in Validate: update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [123 114 69 38 155 202 231 42 121 81 246 111 3 200 65 250 61 131 10 12 5 191 108 52 85 163 104 135 116 113 50 67 22 15 164 94 197 50 165 110 74 89 202 171 170 217 176 177 145 160 170 94 5 131 64 40 234 227 203 132 160 144 172 142]
        	Test:       	TestLedgerBlockHeaders
        	Messages:   	could not add block with correct header
--- FAIL: TestLedgerBlockHeaders (0.38s)
github.com/algorand/go-algorand/ledger::TestLocalChangesAcrossApps/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.4s run time
=== RUN   TestLocalChangesAcrossApps/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:3060
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [89 212 200 172 224 146 118 1 93 145 244 61 244 183 151 24 102 130 27 221 2 246 134 15 63 53 181 80 230 204 168 73 36 207 208 61 230 155 30 131 111 59 51 96 22 152 109 27 181 12 153 221 209 253 95 237 86 34 25 116 116 30 235 37]
        	Test:       	TestLocalChangesAcrossApps/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestLocalChangesAcrossApps/cv=vFuture,LRU-cache-disable=false (0.40s)
github.com/algorand/go-algorand/ledger::TestPayoutFees/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.41s run time
=== RUN   TestPayoutFees/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/eval_simple_test.go:244
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [188 45 31 4 148 238 1 214 135 214 142 85 138 2 148 60 245 211 173 54 80 67 21 3 242 4 170 61 219 70 57 11 222 127 180 198 171 70 91 1 170 50 204 122 104 239 251 65 178 143 28 127 186 26 31 197 9 45 41 88 107 230 141 89]
        	Test:       	TestPayoutFees/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestPayoutFees/cv=vFuture,LRU-cache-disable=false (0.41s)
github.com/algorand/go-algorand/ledger::TestExactAccountChunk/future_SPstall
Stack Traces | 0.42s run time
=== RUN   TestExactAccountChunk/future_SPstall
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:897
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:871
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [100 65 222 71 170 68 23 74 95 208 212 87 28 56 159 180 59 21 249 33 165 18 182 254 225 245 221 44 216 5 81 179 22 228 15 145 121 46 235 72 111 68 244 180 8 47 126 70 92 10 69 249 244 160 204 136 166 230 161 191 213 135 100 245]
        	Test:       	TestExactAccountChunk/future_SPstall
--- FAIL: TestExactAccountChunk/future_SPstall (0.42s)
github.com/algorand/go-algorand/ledger::TestGtxnEffects/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.42s run time
=== RUN   TestGtxnEffects/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/apptxn_test.go:1437
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [108 207 243 102 232 138 149 157 109 51 12 139 228 60 47 39 182 139 126 180 27 216 162 0 21 132 150 165 116 253 71 140 143 147 95 171 11 65 95 246 83 77 138 79 53 179 86 187 84 7 191 231 59 205 177 75 5 104 200 121 90 40 76 172]
        	Test:       	TestGtxnEffects/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestGtxnEffects/cv=vFuture,LRU-cache-disable=false (0.42s)
github.com/algorand/go-algorand/ledger::TestLocalAccessInNewApps/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.42s run time
=== RUN   TestLocalAccessInNewApps/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:3933
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [64 238 172 254 0 202 165 226 237 178 226 88 23 14 255 251 199 47 247 144 119 154 7 233 179 19 161 198 232 252 3 246 177 41 213 7 54 180 32 100 232 55 223 216 15 138 89 244 69 238 78 72 250 118 146 43 129 171 72 86 24 30 237 114]
        	Test:       	TestLocalAccessInNewApps/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestLocalAccessInNewApps/cv=vFuture,LRU-cache-disable=false (0.42s)
github.com/algorand/go-algorand/ledger::TestCatchpointOnlineAccountUpdateRound
Stack Traces | 0.46s run time
=== RUN   TestCatchpointOnlineAccountUpdateRound
=== PAUSE TestCatchpointOnlineAccountUpdateRound
=== CONT  TestCatchpointOnlineAccountUpdateRound
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:1425
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [199 212 74 176 8 25 226 120 230 232 109 166 221 113 66 12 242 87 162 195 158 71 205 138 79 207 192 157 132 95 91 83 221 188 190 235 96 43 12 6 219 225 209 29 180 23 147 92 205 23 214 28 173 137 47 225 22 242 235 209 130 72 44 12]
        	Test:       	TestCatchpointOnlineAccountUpdateRound
--- FAIL: TestCatchpointOnlineAccountUpdateRound (0.46s)
github.com/algorand/go-algorand/ledger::TestInnerClearState/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.47s run time
=== RUN   TestInnerClearState/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:2475
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [67 228 86 66 74 4 157 165 58 13 20 160 85 180 154 129 53 127 184 208 206 165 140 126 135 244 221 195 181 140 32 142 22 161 53 237 130 226 242 188 31 227 255 8 87 159 214 201 168 119 4 227 99 246 165 93 100 40 102 133 32 211 236 250]
        	Test:       	TestInnerClearState/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestInnerClearState/cv=vFuture,LRU-cache-disable=false (0.47s)
github.com/algorand/go-algorand/ledger::TestOnlineAcctModelScenario
Stack Traces | 0.47s run time
=== RUN   TestOnlineAcctModelScenario
--- FAIL: TestOnlineAcctModelScenario (0.47s)
github.com/algorand/go-algorand/ledger::TestDoubleLedgerGetKnockoffCandidates/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.53s run time
=== RUN   TestDoubleLedgerGetKnockoffCandidates/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/eval_simple_test.go:928
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [178 160 157 47 98 118 72 2 214 138 253 241 117 127 13 243 101 1 164 151 89 174 162 162 103 209 22 184 143 19 229 82 122 81 79 234 167 188 56 47 173 101 173 137 15 36 102 248 140 110 24 51 46 63 89 132 78 220 53 176 143 255 89 159]
        	Test:       	TestDoubleLedgerGetKnockoffCandidates/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestDoubleLedgerGetKnockoffCandidates/cv=vFuture,LRU-cache-disable=false (0.53s)
github.com/algorand/go-algorand/ledger::TestIndirectReentry/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.57s run time
=== RUN   TestIndirectReentry/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:1526
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [0 139 218 52 161 204 255 23 34 240 254 95 95 227 116 74 64 49 207 3 77 149 130 214 241 166 25 181 202 245 108 228 172 35 162 196 118 29 26 34 115 8 134 67 65 72 23 130 37 59 54 27 196 241 138 103 165 197 212 44 162 112 178 221]
        	Test:       	TestIndirectReentry/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestIndirectReentry/cv=vFuture,LRU-cache-disable=false (0.57s)
github.com/algorand/go-algorand/ledger::TestAsaDuringInit/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.59s run time
=== RUN   TestAsaDuringInit/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:105
        	            				.../go-algorand/ledger/double_test.go:113
        	            				.../go-algorand/ledger/apptxn_test.go:889
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [187 207 186 140 29 242 23 239 51 0 190 131 160 133 105 106 52 198 106 241 176 158 123 224 114 31 177 110 131 230 230 98 195 124 67 141 11 90 178 8 2 75 19 222 16 230 151 105 134 99 37 115 200 129 31 70 77 144 1 37 38 158 62 124]
        	Test:       	TestAsaDuringInit/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestAsaDuringInit/cv=vFuture,LRU-cache-disable=false (0.59s)
github.com/algorand/go-algorand/ledger::TestVoterAccess/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.6s run time
=== RUN   TestVoterAccess/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/eval_simple_test.go:961
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [242 150 44 205 160 24 130 233 66 65 126 49 155 190 159 67 221 4 50 167 64 134 211 65 138 225 187 196 161 132 81 175 144 240 225 123 201 8 244 225 120 61 32 124 159 155 198 140 69 102 132 94 170 242 23 224 114 164 65 29 110 219 8 129]
        	Test:       	TestVoterAccess/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestVoterAccess/cv=vFuture,LRU-cache-disable=false (0.60s)
github.com/algorand/go-algorand/ledger::TestBoxCreateAvailability/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.62s run time
=== RUN   TestBoxCreateAvailability/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/boxtxn_test.go:297
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [42 107 101 120 113 19 76 117 55 108 139 217 190 200 220 39 8 136 150 45 6 203 44 108 39 94 152 43 182 238 233 155 15 30 171 80 140 246 187 251 201 133 212 236 32 78 99 117 91 188 6 202 43 127 202 89 111 61 4 39 170 13 1 115]
        	Test:       	TestBoxCreateAvailability/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestBoxCreateAvailability/cv=vFuture,LRU-cache-disable=false (0.62s)
github.com/algorand/go-algorand/ledger::TestCatchpointAfterBoxTxns
Stack Traces | 0.62s run time
=== RUN   TestCatchpointAfterBoxTxns
=== PAUSE TestCatchpointAfterBoxTxns
=== CONT  TestCatchpointAfterBoxTxns
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:1332
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [163 164 146 202 95 233 98 3 243 122 131 179 26 116 56 217 247 87 103 24 212 70 73 102 101 82 33 40 156 135 11 23 22 146 215 53 91 26 117 183 1 241 133 44 119 195 216 86 201 53 234 196 56 120 186 18 50 44 191 28 23 181 91 202]
        	Test:       	TestCatchpointAfterBoxTxns
--- FAIL: TestCatchpointAfterBoxTxns (0.62s)
github.com/algorand/go-algorand/ledger::TestInnerRekey/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.62s run time
=== RUN   TestInnerRekey/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/apptxn_test.go:908
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [70 72 58 23 153 2 123 19 89 231 86 42 7 217 116 152 78 165 232 39 4 184 159 89 2 155 64 66 137 55 178 134 234 32 11 11 13 22 140 106 211 42 219 226 249 3 200 164 178 198 124 179 78 48 66 81 109 80 11 84 78 32 40 235]
        	Test:       	TestInnerRekey/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestInnerRekey/cv=vFuture,LRU-cache-disable=false (0.62s)
github.com/algorand/go-algorand/ledger::TestCatchpointAfterStakeLookupTxns
Stack Traces | 0.64s run time
=== RUN   TestCatchpointAfterStakeLookupTxns
--- FAIL: TestCatchpointAfterStakeLookupTxns (0.64s)
github.com/algorand/go-algorand/ledger::TestParentGlobals/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.64s run time
=== RUN   TestParentGlobals/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/apptxn_test.go:1023
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [11 33 76 32 105 119 211 67 170 32 97 150 148 4 14 179 187 150 185 16 94 56 207 172 138 203 190 177 10 209 10 9 146 180 20 56 220 119 240 70 170 95 23 108 81 121 43 17 135 84 50 175 160 29 230 33 251 99 49 229 47 87 61 191]
        	Test:       	TestParentGlobals/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestParentGlobals/cv=vFuture,LRU-cache-disable=false (0.64s)
github.com/algorand/go-algorand/ledger::TestCatchpointAfterTxns
Stack Traces | 0.66s run time
=== RUN   TestCatchpointAfterTxns
=== PAUSE TestCatchpointAfterTxns
=== CONT  TestCatchpointAfterTxns
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/double_test.go:181
        	            				.../go-algorand/ledger/catchpointfilewriter_test.go:1004
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [163 164 146 202 95 233 98 3 243 122 131 179 26 116 56 217 247 87 103 24 212 70 73 102 101 82 33 40 156 135 11 23 22 146 215 53 91 26 117 183 1 241 133 44 119 195 216 86 201 53 234 196 56 120 186 18 50 44 191 28 23 181 91 202]
        	Test:       	TestCatchpointAfterTxns
--- FAIL: TestCatchpointAfterTxns (0.66s)
github.com/algorand/go-algorand/ledger::TestLocalGetEx/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.66s run time
=== RUN   TestLocalGetEx/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/eval_simple_test.go:1200
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [111 87 31 246 201 209 69 1 196 198 137 198 130 40 34 120 110 219 212 104 52 171 104 73 70 4 228 226 229 140 207 120 128 18 199 177 90 185 155 250 60 108 106 165 100 131 185 139 71 64 43 206 114 185 53 148 188 60 78 115 234 95 137 128]
        	Test:       	TestLocalGetEx/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestLocalGetEx/cv=vFuture,LRU-cache-disable=false (0.66s)
github.com/algorand/go-algorand/ledger::TestInnerAppCall/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.73s run time
=== RUN   TestInnerAppCall/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:1238
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [74 220 240 78 31 57 101 242 238 138 218 189 175 9 175 101 156 212 119 239 255 68 230 76 70 97 36 113 231 8 253 198 89 164 224 159 247 209 5 255 52 130 139 206 178 97 107 29 234 134 193 98 92 55 236 168 167 173 255 105 162 214 180 124]
        	Test:       	TestInnerAppCall/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestInnerAppCall/cv=vFuture,LRU-cache-disable=false (0.73s)
github.com/algorand/go-algorand/ledger::TestAxferAction/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.76s run time
=== RUN   TestAxferAction/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:257
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [64 50 254 239 4 169 28 140 27 12 186 89 17 73 240 57 135 159 66 38 169 71 196 199 232 114 139 132 101 5 6 101 198 188 227 29 20 121 44 192 166 195 35 74 105 231 233 203 54 213 26 190 120 29 204 58 105 71 5 210 79 68 165 174]
        	Test:       	TestAxferAction/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestAxferAction/cv=vFuture,LRU-cache-disable=false (0.76s)
github.com/algorand/go-algorand/ledger::TestValidAppReentry/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.84s run time
=== RUN   TestValidAppReentry/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/apptxn_test.go:1596
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [218 167 148 52 89 142 236 134 115 51 209 222 52 122 206 126 69 40 188 120 83 174 3 182 164 23 210 182 39 127 231 13 147 241 93 28 234 165 139 101 177 11 248 200 104 225 101 12 100 18 21 164 230 178 66 71 236 3 235 196 20 65 0 90]
        	Test:       	TestValidAppReentry/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestValidAppReentry/cv=vFuture,LRU-cache-disable=false (0.84s)
github.com/algorand/go-algorand/ledger::TestInvalidAppsNotAccessible/cv=vFuture,LRU-cache-disable=false
Stack Traces | 0.86s run time
=== RUN   TestInvalidAppsNotAccessible/cv=vFuture,LRU-cache-disable=false
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:2257
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [243 217 67 84 5 34 23 101 68 111 224 217 63 179 137 240 5 82 105 214 96 82 106 150 23 208 63 225 194 161 172 231 130 144 121 4 147 42 252 67 55 67 61 142 226 207 25 13 195 8 249 45 111 61 37 84 62 7 52 191 18 124 39 55]
        	Test:       	TestInvalidAppsNotAccessible/cv=vFuture,LRU-cache-disable=false
--- FAIL: TestInvalidAppsNotAccessible/cv=vFuture,LRU-cache-disable=false (0.86s)
github.com/algorand/go-algorand/ledger::TestLocalAccessInNewApps
Stack Traces | 1.08s run time
=== RUN   TestLocalAccessInNewApps
=== PAUSE TestLocalAccessInNewApps
=== CONT  TestLocalAccessInNewApps
--- FAIL: TestLocalAccessInNewApps (1.08s)
github.com/algorand/go-algorand/ledger::TestForeignAppAccountsAccessible
Stack Traces | 1.35s run time
=== RUN   TestForeignAppAccountsAccessible
--- FAIL: TestForeignAppAccountsAccessible (1.35s)
github.com/algorand/go-algorand/ledger::TestClearStateInnerPay
Stack Traces | 1.52s run time
=== RUN   TestClearStateInnerPay
=== PAUSE TestClearStateInnerPay
=== CONT  TestClearStateInnerPay
--- FAIL: TestClearStateInnerPay (1.52s)
github.com/algorand/go-algorand/ledger::TestForeignAppAccountsMutable
Stack Traces | 1.89s run time
=== RUN   TestForeignAppAccountsMutable
--- FAIL: TestForeignAppAccountsMutable (1.89s)
github.com/algorand/go-algorand/ledger::TestPayoutFees
Stack Traces | 2s run time
=== RUN   TestPayoutFees
=== PAUSE TestPayoutFees
=== CONT  TestPayoutFees
--- FAIL: TestPayoutFees (2.00s)
github.com/algorand/go-algorand/ledger::TestForeignAppAccountsImmutable
Stack Traces | 2.39s run time
=== RUN   TestForeignAppAccountsImmutable
--- FAIL: TestForeignAppAccountsImmutable (2.39s)
github.com/algorand/go-algorand/ledger::TestBoxIOBudgets
Stack Traces | 2.42s run time
=== RUN   TestBoxIOBudgets
=== PAUSE TestBoxIOBudgets
=== CONT  TestBoxIOBudgets
--- FAIL: TestBoxIOBudgets (2.42s)
github.com/algorand/go-algorand/ledger::TestReloadWithTxns
Stack Traces | 2.95s run time
=== RUN   TestReloadWithTxns
--- FAIL: TestReloadWithTxns (2.95s)
github.com/algorand/go-algorand/ledger::TestAppCallAppDuringInit
Stack Traces | 3.21s run time
=== RUN   TestAppCallAppDuringInit
=== PAUSE TestAppCallAppDuringInit
=== CONT  TestAppCallAppDuringInit
--- FAIL: TestAppCallAppDuringInit (3.21s)
github.com/algorand/go-algorand/ledger::TestGlobalChangesAcrossApps
Stack Traces | 4.13s run time
=== RUN   TestGlobalChangesAcrossApps
=== PAUSE TestGlobalChangesAcrossApps
=== CONT  TestGlobalChangesAcrossApps
--- FAIL: TestGlobalChangesAcrossApps (4.13s)
github.com/algorand/go-algorand/ledger::TestBoxCreateAvailability
Stack Traces | 4.25s run time
=== RUN   TestBoxCreateAvailability
=== PAUSE TestBoxCreateAvailability
=== CONT  TestBoxCreateAvailability
--- FAIL: TestBoxCreateAvailability (4.25s)
github.com/algorand/go-algorand/ledger::TestBoxCreate
Stack Traces | 4.38s run time
=== RUN   TestBoxCreate
=== PAUSE TestBoxCreate
=== CONT  TestBoxCreate
--- FAIL: TestBoxCreate (4.38s)
github.com/algorand/go-algorand/ledger::TestInnerAppCreateAndOptin
Stack Traces | 4.45s run time
=== RUN   TestInnerAppCreateAndOptin
=== PAUSE TestInnerAppCreateAndOptin
=== CONT  TestInnerAppCreateAndOptin
--- FAIL: TestInnerAppCreateAndOptin (4.45s)
github.com/algorand/go-algorand/ledger::TestRekeyActionCloseAccount
Stack Traces | 4.68s run time
=== RUN   TestRekeyActionCloseAccount
=== PAUSE TestRekeyActionCloseAccount
=== CONT  TestRekeyActionCloseAccount
--- FAIL: TestRekeyActionCloseAccount (4.68s)
github.com/algorand/go-algorand/ledger::TestAbortWhenInnerAppCallErrs
Stack Traces | 4.7s run time
=== RUN   TestAbortWhenInnerAppCallErrs
=== PAUSE TestAbortWhenInnerAppCallErrs
=== CONT  TestAbortWhenInnerAppCallErrs
--- FAIL: TestAbortWhenInnerAppCallErrs (4.70s)
github.com/algorand/go-algorand/ledger::TestInnerClearStateBadCaller
Stack Traces | 4.95s run time
=== RUN   TestInnerClearStateBadCaller
=== PAUSE TestInnerClearStateBadCaller
=== CONT  TestInnerClearStateBadCaller
--- FAIL: TestInnerClearStateBadCaller (4.95s)
github.com/algorand/go-algorand/ledger::TestInnerAppVersionCalling
Stack Traces | 5.09s run time
=== RUN   TestInnerAppVersionCalling
=== PAUSE TestInnerAppVersionCalling
=== CONT  TestInnerAppVersionCalling
--- FAIL: TestInnerAppVersionCalling (5.09s)
github.com/algorand/go-algorand/ledger::TestLogsInBlock
Stack Traces | 5.12s run time
=== RUN   TestLogsInBlock
=== PAUSE TestLogsInBlock
=== CONT  TestLogsInBlock
--- FAIL: TestLogsInBlock (5.12s)
github.com/algorand/go-algorand/ledger::TestBasicReentry
Stack Traces | 5.24s run time
=== RUN   TestBasicReentry
=== PAUSE TestBasicReentry
=== CONT  TestBasicReentry
--- FAIL: TestBasicReentry (5.24s)
github.com/algorand/go-algorand/ledger::TestIndirectReentry
Stack Traces | 5.31s run time
=== RUN   TestIndirectReentry
=== PAUSE TestIndirectReentry
=== CONT  TestIndirectReentry
--- FAIL: TestIndirectReentry (5.31s)
github.com/algorand/go-algorand/ledger::TestLocalChangesAcrossApps
Stack Traces | 5.82s run time
=== RUN   TestLocalChangesAcrossApps
=== PAUSE TestLocalChangesAcrossApps
=== CONT  TestLocalChangesAcrossApps
--- FAIL: TestLocalChangesAcrossApps (5.82s)
github.com/algorand/go-algorand/ledger::TestInnerClearStateBadCallee
Stack Traces | 5.97s run time
=== RUN   TestInnerClearStateBadCallee
=== PAUSE TestInnerClearStateBadCallee
=== CONT  TestInnerClearStateBadCallee
--- FAIL: TestInnerClearStateBadCallee (5.97s)
github.com/algorand/go-algorand/ledger::TestAppVersionMatching
Stack Traces | 6.21s run time
=== RUN   TestAppVersionMatching
=== PAUSE TestAppVersionMatching
=== CONT  TestAppVersionMatching
--- FAIL: TestAppVersionMatching (6.21s)
github.com/algorand/go-algorand/ledger::TestExtraPagesUpdate
Stack Traces | 6.46s run time
=== RUN   TestExtraPagesUpdate
=== PAUSE TestExtraPagesUpdate
=== CONT  TestExtraPagesUpdate
--- FAIL: TestExtraPagesUpdate (6.46s)
github.com/algorand/go-algorand/ledger::TestAsaDuringInit
Stack Traces | 6.51s run time
=== RUN   TestAsaDuringInit
=== PAUSE TestAsaDuringInit
=== CONT  TestAsaDuringInit
--- FAIL: TestAsaDuringInit (6.51s)
github.com/algorand/go-algorand/ledger::TestInnerUpdateResizing
Stack Traces | 6.74s run time
=== RUN   TestInnerUpdateResizing
=== PAUSE TestInnerUpdateResizing
=== CONT  TestInnerUpdateResizing
--- FAIL: TestInnerUpdateResizing (6.74s)
github.com/algorand/go-algorand/ledger::TestGtxnEffects
Stack Traces | 6.84s run time
=== RUN   TestGtxnEffects
=== PAUSE TestGtxnEffects
=== CONT  TestGtxnEffects
--- FAIL: TestGtxnEffects (6.84s)
github.com/algorand/go-algorand/ledger::TestSchemaUpdates
Stack Traces | 7.06s run time
=== RUN   TestSchemaUpdates
=== PAUSE TestSchemaUpdates
=== CONT  TestSchemaUpdates
--- FAIL: TestSchemaUpdates (7.06s)
github.com/algorand/go-algorand/ledger::TestParentGlobals
Stack Traces | 7.19s run time
=== RUN   TestParentGlobals
=== PAUSE TestParentGlobals
=== CONT  TestParentGlobals
--- FAIL: TestParentGlobals (7.19s)
github.com/algorand/go-algorand/ledger::TestInvalidAssetsNotAccessible
Stack Traces | 7.23s run time
=== RUN   TestInvalidAssetsNotAccessible
=== PAUSE TestInvalidAssetsNotAccessible
=== CONT  TestInvalidAssetsNotAccessible
--- FAIL: TestInvalidAssetsNotAccessible (7.23s)
github.com/algorand/go-algorand/ledger::TestInnerAppManipulate
Stack Traces | 7.4s run time
=== RUN   TestInnerAppManipulate
=== PAUSE TestInnerAppManipulate
=== CONT  TestInnerAppManipulate
--- FAIL: TestInnerAppManipulate (7.40s)
github.com/algorand/go-algorand/ledger::TestDeleteNonExistentKeys
Stack Traces | 7.51s run time
=== RUN   TestDeleteNonExistentKeys
=== PAUSE TestDeleteNonExistentKeys
=== CONT  TestDeleteNonExistentKeys
--- FAIL: TestDeleteNonExistentKeys (7.51s)
github.com/algorand/go-algorand/ledger::TestEvalAppState
Stack Traces | 7.73s run time
=== RUN   TestEvalAppState
=== PAUSE TestEvalAppState
=== CONT  TestEvalAppState
--- FAIL: TestEvalAppState (7.73s)
github.com/algorand/go-algorand/ledger::TestInnerTxnCount
Stack Traces | 7.79s run time
=== RUN   TestInnerTxnCount
=== PAUSE TestInnerTxnCount
=== CONT  TestInnerTxnCount
--- FAIL: TestInnerTxnCount (7.79s)
github.com/algorand/go-algorand/ledger::TestInnerRekey
Stack Traces | 8.26s run time
=== RUN   TestInnerRekey
=== PAUSE TestInnerRekey
=== CONT  TestInnerRekey
--- FAIL: TestInnerRekey (8.26s)
github.com/algorand/go-algorand/ledger::TestBoxRecreate
Stack Traces | 8.46s run time
=== RUN   TestBoxRecreate
=== PAUSE TestBoxRecreate
=== CONT  TestBoxRecreate
--- FAIL: TestBoxRecreate (8.46s)
github.com/algorand/go-algorand/ledger::TestInnerClearState
Stack Traces | 8.62s run time
=== RUN   TestInnerClearState
=== PAUSE TestInnerClearState
=== CONT  TestInnerClearState
--- FAIL: TestInnerClearState (8.62s)
github.com/algorand/go-algorand/ledger::TestInvalidAppsNotAccessible
Stack Traces | 8.64s run time
=== RUN   TestInvalidAppsNotAccessible
=== PAUSE TestInvalidAppsNotAccessible
=== CONT  TestInvalidAppsNotAccessible
--- FAIL: TestInvalidAppsNotAccessible (8.64s)
github.com/algorand/go-algorand/ledger::TestInnerAppCall
Stack Traces | 8.66s run time
=== RUN   TestInnerAppCall
=== PAUSE TestInnerAppCall
=== CONT  TestInnerAppCall
--- FAIL: TestInnerAppCall (8.66s)
github.com/algorand/go-algorand/ledger::TestDuplicatePayAction
Stack Traces | 8.72s run time
=== RUN   TestDuplicatePayAction
=== PAUSE TestDuplicatePayAction
=== CONT  TestDuplicatePayAction
--- FAIL: TestDuplicatePayAction (8.72s)
github.com/algorand/go-algorand/ledger::TestInnerCreatedAppsAreCallable
Stack Traces | 8.79s run time
=== RUN   TestInnerCreatedAppsAreCallable
=== PAUSE TestInnerCreatedAppsAreCallable
=== CONT  TestInnerCreatedAppsAreCallable
--- FAIL: TestInnerCreatedAppsAreCallable (8.79s)
github.com/algorand/go-algorand/ledger::TestAcfgAction
Stack Traces | 8.81s run time
=== RUN   TestAcfgAction
=== PAUSE TestAcfgAction
=== CONT  TestAcfgAction
--- FAIL: TestAcfgAction (8.81s)
github.com/algorand/go-algorand/ledger::TestValidAppReentry
Stack Traces | 9.07s run time
=== RUN   TestValidAppReentry
=== PAUSE TestValidAppReentry
=== CONT  TestValidAppReentry
--- FAIL: TestValidAppReentry (9.07s)
github.com/algorand/go-algorand/ledger::TestAbsentTracking
Stack Traces | 9.82s run time
=== RUN   TestAbsentTracking
    eval_simple_test.go:637: rnd 383: expired 0, absent 1 (exp [] abs [addrs[1]])
    eval_simple_test.go:637: rnd 394: expired 0, absent 1 (exp [] abs [addrs[2]])
    eval_simple_test.go:637: rnd 383: expired 0, absent 1 (exp [] abs [addrs[1]])
    eval_simple_test.go:637: rnd 394: expired 0, absent 1 (exp [] abs [addrs[2]])
--- FAIL: TestAbsentTracking (9.82s)
github.com/algorand/go-algorand/ledger::TestAppDowngrade
Stack Traces | 9.98s run time
=== RUN   TestAppDowngrade
=== PAUSE TestAppDowngrade
=== CONT  TestAppDowngrade
--- FAIL: TestAppDowngrade (9.98s)
github.com/algorand/go-algorand/ledger::TestMaxInnerTxForSingleAppCall
Stack Traces | 10.3s run time
=== RUN   TestMaxInnerTxForSingleAppCall
=== PAUSE TestMaxInnerTxForSingleAppCall
=== CONT  TestMaxInnerTxForSingleAppCall
--- FAIL: TestMaxInnerTxForSingleAppCall (10.31s)
github.com/algorand/go-algorand/ledger::TestHoldingGet
Stack Traces | 10.5s run time
=== RUN   TestHoldingGet
=== PAUSE TestHoldingGet
=== CONT  TestHoldingGet
--- FAIL: TestHoldingGet (10.49s)
github.com/algorand/go-algorand/ledger::TestAxferAction
Stack Traces | 14.5s run time
=== RUN   TestAxferAction
=== PAUSE TestAxferAction
=== CONT  TestAxferAction
--- FAIL: TestAxferAction (14.54s)
github.com/algorand/go-algorand/ledger::TestUnfundedSenders
Stack Traces | 15.7s run time
=== RUN   TestUnfundedSenders
=== PAUSE TestUnfundedSenders
=== CONT  TestUnfundedSenders
--- FAIL: TestUnfundedSenders (15.68s)
github.com/algorand/go-algorand/ledger::TestKeyreg
Stack Traces | 16.8s run time
=== RUN   TestKeyreg
=== PAUSE TestKeyreg
=== CONT  TestKeyreg
--- FAIL: TestKeyreg (16.83s)
github.com/algorand/go-algorand/ledger::TestRewardsInAD
Stack Traces | 18.9s run time
=== RUN   TestRewardsInAD
=== PAUSE TestRewardsInAD
=== CONT  TestRewardsInAD
--- FAIL: TestRewardsInAD (18.93s)
github.com/algorand/go-algorand/ledger::TestExactAccountChunk
Stack Traces | 20.9s run time
=== RUN   TestExactAccountChunk
--- FAIL: TestExactAccountChunk (20.94s)
github.com/algorand/go-algorand/ledger::TestDoubleLedgerGetKnockoffCandidates
Stack Traces | 23.4s run time
=== RUN   TestDoubleLedgerGetKnockoffCandidates
=== PAUSE TestDoubleLedgerGetKnockoffCandidates
=== CONT  TestDoubleLedgerGetKnockoffCandidates
--- FAIL: TestDoubleLedgerGetKnockoffCandidates (23.38s)
github.com/algorand/go-algorand/ledger::TestLocalGetEx
Stack Traces | 23.9s run time
=== RUN   TestLocalGetEx
=== PAUSE TestLocalGetEx
=== CONT  TestLocalGetEx
--- FAIL: TestLocalGetEx (23.94s)
github.com/algorand/go-algorand/ledger::TestVoterAccess
Stack Traces | 29.2s run time
=== RUN   TestVoterAccess
=== PAUSE TestVoterAccess
=== CONT  TestVoterAccess
--- FAIL: TestVoterAccess (29.25s)
github.com/algorand/go-algorand/ledger::TestHeaderAccess
Stack Traces | 32.5s run time
=== RUN   TestHeaderAccess
=== PAUSE TestHeaderAccess
=== CONT  TestHeaderAccess
--- FAIL: TestHeaderAccess (32.54s)
github.com/algorand/go-algorand/ledger::TestAbsenteeChallenges
Stack Traces | 42.3s run time
=== RUN   TestAbsenteeChallenges
=== PAUSE TestAbsenteeChallenges
=== CONT  TestAbsenteeChallenges
--- FAIL: TestAbsenteeChallenges (42.31s)
github.com/algorand/go-algorand/test/e2e-go/cli/goal/expect::TestGoalWithExpect/pingpongStatefulBoxReadTest.exp
Stack Traces | 72.5s run time
=== RUN   TestGoalWithExpect/pingpongStatefulBoxReadTest.exp
    expectFixture.go:156: algoDir: .../expect/pingpongStatefulBoxReadTest/algod
        testDataDir:.../go-algorand/test/testdata
    expectFixture.go:193: err running 'pingpongStatefulBoxReadTest.exp': exit status 1
        stdout: {Starting StatefulBoxRead
        TEST_ALGO_DIR: .../expect/pingpongStatefulBoxReadTest/algod
        TEST_DATA_DIR: .../go-algorand/test/testdata
        network create test_net_expect_1763061829
        spawn goal network create --network test_net_expect_1763061829 --template .../go-algorand/test/testdata/nettemplates/TwoNodes50EachFuture.json --datadir .../expect/pingpongStatefulBoxReadTest/algod --rootdir .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829
        Created new rootkey: .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Wallet2.rootkey
        Created new rootkey: .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Wallet1.rootkey
        Generating Wallet2's keys for a period of 3000 rounds
        Generating Wallet1's keys for a period of 3000 rounds
        participation key generation for Wallet1 completed successfully
        participation key generation for Wallet2 completed successfully
        future 100000
        Created 2 new rootkeys and 2 new partkeys in 567.02306ms.
        NOTICE: Participation keys are valid for a period of 3000 rounds. After this many rounds the network will stall unless new keys are registered.
        Network test_net_expect_1763061829 created under .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829
        19:23:56: network start test_net_expect_1763061829
        spawn goal network start -r .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829
        Network Started under .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829
        network status test_net_expect_1763061829
        spawn goal network status -r .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829
        
        [Primary]
        Last committed block: 0
        Time since last block: 0.0s
        Sync Time: 0.0s
        Last consensus protocol: future
        Next consensus protocol: future
        Round for next consensus protocol: 1
        Next consensus protocol supported: true
        Last Catchpoint: 
        
        [Node]
        Last committed block: 0
        Time since last block: 0.0s
        Sync Time: 0.0s
        Last consensus protocol: future
        Next consensus protocol: future
        Round for next consensus protocol: 1
        Next consensus protocol supported: true
        Last Catchpoint: 
        
        StartNetwork complete
        Primary node address is: 127.0.0.1:8080
        Primary Node Address: 127.0.0.1:8080
        spawn goal account list -w unencrypted-default-wallet -d .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary/
        [online]	7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM	7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM	5000000000000000 microAlgos
        Account Address: 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM   Balance: 5000000000000000
        spawn goal account balance -w unencrypted-default-wallet -a 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM -d .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary/
        5000000000000000 microAlgos
        Wallet: unencrypted-default-wallet, Account: 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM, Balance: 5000000000000000
        Primary Account Balance: 5000000000000000
        node status waiting for Round 1 
        spawn node status
        19:24:02: node status check complete, current round is 0
        19:24:02: Current Round: '0' is less than wait for round: '1'
        sleep time 0
        spawn node status
        19:24:03: node status check complete, current round is 0
        19:24:03: Current Round: '0' is less than wait for round: '1'
        sleep time 1
        spawn node status
        19:24:05: node status check complete, current round is 0
        19:24:05: Current Round: '0' is less than wait for round: '1'
        sleep time 2
        spawn node status
        19:24:08: node status check complete, current round is 0
        19:24:08: Current Round: '0' is less than wait for round: '1'
        sleep time 3
        spawn node status
        19:24:13: node status check complete, current round is 0
        19:24:13: Current Round: '0' is less than wait for round: '1'
        sleep time 4
        spawn node status
        19:24:18: node status check complete, current round is 0
        19:24:18: Current Round: '0' is less than wait for round: '1'
        sleep time 5
        spawn node status
        19:24:24: node status check complete, current round is 0
        19:24:24: Current Round: '0' is less than wait for round: '1'
        sleep time 6
        spawn node status
        19:24:31: node status check complete, current round is 0
        19:24:31: Current Round: '0' is less than wait for round: '1'
        sleep time 7
        spawn node status
        19:24:39: node status check complete, current round is 0
        19:24:39: Current Round: '0' is less than wait for round: '1'
        sleep time 8
        spawn node status
        19:24:48: node status check complete, current round is 0
        19:24:48: Current Round: '0' is less than wait for round: '1'
        sleep time 9
        spawn node status
        19:24:58: node status check complete, current round is 0
        19:24:58: Current Round: '0' is less than wait for round: '1'
        19:24:58: Aborting with Error:  Current Round 0 did not reach 1   
        GLOBAL_TEST_ROOT_DIR .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829
        GLOBAL_NETWORK_NAME test_net_expect_1763061829
        top - 19:24:59 up 7 min,  0 user,  load average: 1.91, 4.02, 2.26
        Tasks: 160 total,   1 running, 159 sleeping,   0 stopped,   0 zombie
        %Cpu(s):  2.1 us,  0.0 sy,  0.0 ni, 95.7 id,  2.1 wa,  0.0 hi,  0.0 si,  0.0 st 
        MiB Mem :  15995.6 total,   7230.5 free,   1659.1 used,   7502.4 buff/cache     
        MiB Swap:   4096.0 total,   4096.0 free,      0.0 used.  14336.5 avail Mem 
        
            PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
              1 root      20   0   22916  13828   9476 S   0.0   0.1   0:03.62 systemd
              2 root      20   0       0      0      0 S   0.0   0.0   0:00.00 kthreadd
              3 root      20   0       0      0      0 S   0.0   0.0   0:00.00 pool_wo+
              4 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
              5 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
              6 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
              7 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             10 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             11 root      20   0       0      0      0 I   0.0   0.0   0:02.30 kworker+
             12 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             13 root      20   0       0      0      0 I   0.0   0.0   0:00.00 rcu_tas+
             14 root      20   0       0      0      0 I   0.0   0.0   0:00.00 rcu_tas+
             15 root      20   0       0      0      0 S   0.0   0.0   0:00.09 ksoftir+
             16 root      20   0       0      0      0 I   0.0   0.0   0:00.84 rcu_sch+
             17 root      20   0       0      0      0 S   0.0   0.0   0:00.00 rcu_exp+
             18 root      20   0       0      0      0 S   0.0   0.0   0:00.00 rcu_exp+
             19 root      rt   0       0      0      0 S   0.0   0.0   0:00.01 migrati+
             20 root     -51   0       0      0      0 S   0.0   0.0   0:00.00 idle_in+
             21 root      20   0       0      0      0 S   0.0   0.0   0:00.00 cpuhp/0
             22 root      20   0       0      0      0 S   0.0   0.0   0:00.00 cpuhp/2
             23 root     -51   0       0      0      0 S   0.0   0.0   0:00.00 idle_in+
             24 root      rt   0       0      0      0 S   0.0   0.0   0:00.53 migrati+
             25 root      20   0       0      0      0 S   0.0   0.0   0:00.06 ksoftir+
             27 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             28 root      20   0       0      0      0 S   0.0   0.0   0:00.00 cpuhp/1
             29 root     -51   0       0      0      0 S   0.0   0.0   0:00.00 idle_in+
             30 root      rt   0       0      0      0 S   0.0   0.0   0:00.53 migrati+
             31 root      20   0       0      0      0 S   0.0   0.0   0:00.05 ksoftir+
             33 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             34 root      20   0       0      0      0 S   0.0   0.0   0:00.00 cpuhp/3
             35 root     -51   0       0      0      0 S   0.0   0.0   0:00.00 idle_in+
             36 root      rt   0       0      0      0 S   0.0   0.0   0:00.53 migrati+
             37 root      20   0       0      0      0 S   0.0   0.0   0:00.05 ksoftir+
             38 root      20   0       0      0      0 I   0.0   0.0   0:00.22 kworker+
             39 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             40 root      20   0       0      0      0 S   0.0   0.0   0:00.00 kdevtmp+
             41 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             42 root      20   0       0      0      0 S   0.0   0.0   0:00.00 kauditd
             43 root      20   0       0      0      0 S   0.0   0.0   0:00.00 khungta+
             44 root      20   0       0      0      0 S   0.0   0.0   0:00.00 oom_rea+
             46 root      20   0       0      0      0 I   0.0   0.0   0:01.13 kworker+
             47 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             48 root      20   0       0      0      0 S   0.0   0.0   0:00.00 kcompac+
             49 root      25   5       0      0      0 S   0.0   0.0   0:00.00 ksmd
             50 root      39  19       0      0      0 S   0.0   0.0   0:00.10 khugepa+
             51 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             52 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             53 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             54 root     -51   0       0      0      0 S   0.0   0.0   0:00.00 irq/9-a+
             56 root      20   0       0      0      0 I   0.0   0.0   0:00.00 kworker+
             58 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             59 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             60 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             61 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             62 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             63 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             64 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             65 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             66 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             67 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             68 root     -51   0       0      0      0 S   0.0   0.0   0:00.00 watchdo+
             69 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             70 root      20   0       0      0      0 S   0.0   0.0   0:00.00 kswapd0
             71 root      20   0       0      0      0 S   0.0   0.0   0:00.00 ecryptf+
             72 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             73 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             74 root      20   0       0      0      0 S   0.0   0.0   0:00.00 scsi_eh+
             75 root      20   0       0      0      0 I   0.0   0.0   0:00.00 kworker+
             76 root      20   0       0      0      0 S   0.0   0.0   0:00.00 scsi_eh+
             77 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             78 root      20   0       0      0      0 S   0.0   0.0   0:00.00 scsi_eh+
             80 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             81 root      20   0       0      0      0 S   0.0   0.0   0:00.00 scsi_eh+
             82 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             83 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             84 root      20   0       0      0      0 I   0.0   0.0   0:00.00 kworker+
             85 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             86 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             87 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             88 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             89 root      20   0       0      0      0 S   0.0   0.0   0:00.00 scsi_eh+
             90 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             91 root      20   0       0      0      0 S   0.0   0.0   0:00.00 scsi_eh+
             92 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             94 root      20   0       0      0      0 I   0.0   0.0   0:00.44 kworker+
             95 root      20   0       0      0      0 I   0.0   0.0   0:01.11 kworker+
             98 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
             99 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            106 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            107 root      20   0       0      0      0 S   0.0   0.0   0:00.00 hv_ball+
            109 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            122 root       0 -20       0      0      0 I   0.0   0.0   0:00.01 kworker+
            123 root      20   0       0      0      0 S   0.0   0.0   0:00.32 jbd2/sd+
            124 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            125 root       0 -20       0      0      0 I   0.0   0.0   0:00.01 kworker+
            154 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            171 root      20   0       0      0      0 I   0.0   0.0   0:00.17 kworker+
            177 root      19  -1  116060  17192  16168 S   0.0   0.1   0:00.43 systemd+
            191 root      20   0       0      0      0 I   0.0   0.0   0:00.00 kworker+
            199 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            200 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            201 root      20   0       0      0      0 I   0.0   0.0   0:00.23 kworker+
            240 root      rt   0  305372  43424   8608 S   0.0   0.3   0:00.06 multipa+
            247 root      20   0   26100   7656   4968 S   0.0   0.0   0:00.16 systemd+
            248 root      20   0       0      0      0 I   0.0   0.0   0:00.21 kworker+
            258 root      -2   0       0      0      0 S   0.0   0.0   0:00.00 psimon
            357 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            373 root      20   0       0      0      0 I   0.0   0.0   0:00.00 kworker+
            391 root      20   0    3840   2752   1984 S   0.0   0.0   0:00.67 hv_kvp_+
            409 root      20   0       0      0      0 S   0.0   0.0   0:00.00 jbd2/sd+
            410 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            416 root      20   0       0      0      0 I   0.0   0.0   0:00.07 kworker+
            507 systemd+  20   0   21588  12700  10524 S   0.0   0.1   0:00.12 systemd+
            562 root      20   0    8484   4928   1796 S   0.0   0.0   0:00.21 haveged
            699 systemd+  20   0   19128   9712   8432 S   0.0   0.1   0:00.03 systemd+
            748 root      20   0       0      0      0 S   0.0   0.0   0:00.00 jbd2/sd+
            749 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
            815 message+  20   0    9804   5156   4516 S   0.0   0.0   0:00.18 dbus-da+
            820 root      20   0   32524  20636  10396 S   0.0   0.1   0:00.10 network+
            822 root      20   0  295248  52232  40244 S   0.0   0.3   0:00.14 php-fpm+
            826 polkitd   20   0  340932   7800   7032 S   0.0   0.0   0:00.08 polkitd
            848 root      20   0   18904   9308   7552 S   0.0   0.1   0:00.15 systemd+
            851 root      20   0  518236  13512  11336 S   0.0   0.1   0:00.07 udisksd
            855 root      20   0   44104  35112  12200 S   0.0   0.2   0:00.33 python3
            878 root      20   0    7224   2628   2500 S   0.0   0.0   0:00.00 cron
            895 root      20   0 1942564  48020  33456 S   0.0   0.3   0:00.31 contain+
            911 root      20   0    6148   1884   1884 S   0.0   0.0   0:00.00 agetty
            944 syslog    20   0  230700   5860   4452 S   0.0   0.0   0:00.07 rsyslogd
            957 root      20   0    6104   1940   1812 S   0.0   0.0   0:00.08 agetty
            960 _chrony   20   0   11204   3444   2788 S   0.0   0.0   0:00.11 chronyd
            968 _chrony   20   0   11072   1192    628 S   0.0   0.0   0:00.00 chronyd
           1020 root      20   0  432984  12264  10472 S   0.0   0.1   0:00.09 ModemMa+
           1059 runner    20   0   20236  11080   9160 S   0.0   0.1   0:00.19 systemd
           1065 root      20   0       0      0      0 I   0.0   0.0   0:00.00 kworker+
           1070 runner    20   0   21156   3572   1864 S   0.0   0.0   0:00.00 (sd-pam)
           1154 www-data  20   0  295852  21268   9000 S   0.0   0.1   0:00.00 php-fpm+
           1156 www-data  20   0  295852  21268   9000 S   0.0   0.1   0:00.00 php-fpm+
           1174 root      20   0 2045408  73960  51424 S   0.0   0.5   0:00.19 dockerd
           1286 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker+
           1351 root      20   0  453536  35704  12732 S   0.0   0.2   0:01.06 python3
           1889 runner    20   0 1235456  16700   8256 S   0.0   0.1   0:00.08 hosted-+
           1902 root      20   0   17128   6964   5812 S   0.0   0.0   0:00.00 sudo
           1905 root      20   0 1258624  35264  23468 S   0.0   0.2   0:05.21 provjob+
           1934 runner    20   0  261.6g 113324  78324 S   0.0   0.7   0:01.92 Runner.+
           1949 runner    20   0  261.8g 141280  87624 S   0.0   0.9   0:05.76 Runner.+
          13830 root      -2   0       0      0      0 S   0.0   0.0   0:00.00 psimon
          27584 runner    20   0    7744   3432   3176 S   0.0   0.0   0:00.00 bash
          27586 runner    20   0    7876   3492   3236 S   0.0   0.0   0:00.00 bash
          28518 runner    20   0    7876   3396   3140 S   0.0   0.0   0:00.00 bash
          28551 runner    20   0 1242416  29220  13680 S   0.0   0.2   0:02.32 go
          30017 runner    20   0 1807744  11168   6696 S   0.0   0.1   0:00.00 gotests+
          30025 runner    20   0 1249380  68424  17964 S   0.0   0.4   0:06.62 go
          41549 root      20   0       0      0      0 I   0.0   0.0   0:00.00 kworker+
          41554 runner    20   0 2100248  90648  25332 S   0.0   0.6   0:00.13 expect.+
          41585 runner    20   0   29668   8588   4300 S   0.0   0.1   0:00.04 expect
          41640 runner    20   0 1911240  50632  18804 S   0.0   0.3   0:01.27 kmd
          41680 runner    20   0 1911240  50380  18748 S   0.0   0.3   0:01.23 kmd
          41708 runner    20   0 2715596 337920  52548 S   0.0   2.1   0:01.87 algod
          41717 runner    20   0 2792476 348000  53128 S   0.0   2.1   0:01.83 algod
          41873 runner    20   0   12368   5392   3344 R   0.0   0.0   0:00.00 top
        19:24:59: Stopping network: test_net_expect_1763061829
        spawn goal network stop -r .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829
        Network Stopped under .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829
        Network Stopped under .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829
        
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary/algod-out.log:
        Config loaded from .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary
        Configuration after loading/defaults merge: 
        {"Version":37,"Archival":false,"GossipFanout":1,"NetAddress":"127.0.0.1:0","ReconnectTime":60000000000,"PublicAddress":"","MaxConnectionsPerIP":8,"PeerPingPeriodSeconds":0,"TLSCertFile":"","TLSKeyFile":"","BaseLoggerDebugLevel":4,"CadaverSizeTarget":0,"CadaverDirectory":"","HotDataDir":"","ColdDataDir":"","TrackerDBDir":"","BlockDBDir":"","CatchpointDir":"","StateproofDir":"","CrashDBDir":"","LogFileDir":"","LogArchiveDir":"","IncomingConnectionsLimit":2400,"P2PHybridIncomingConnectionsLimit":1200,"BroadcastConnectionsLimit":-1,"AnnounceParticipationKey":true,"PriorityPeers":{},"ReservedFDs":256,"EndpointAddress":"127.0.0.1:0","EnablePrivateNetworkAccessHeader":false,"RestReadTimeoutSeconds":15,"RestWriteTimeoutSeconds":120,"DNSBootstrapID":"","LogSizeLimit":1073741824,"LogArchiveName":"node.archive.log","LogArchiveMaxAge":"","CatchupFailurePeerRefreshRate":10,"NodeExporterListenAddress":":9100","EnableMetricReporting":false,"EnableTopAccountsReporting":false,"EnableAgreementReporting":false,"EnableAgreementTimeMetrics":false,"NodeExporterPath":"./node_exporter","FallbackDNSResolverAddress":"","TxPoolExponentialIncreaseFactor":2,"SuggestedFeeBlockHistory":3,"TxBacklogServiceRateWindowSeconds":10,"TxBacklogReservedCapacityPerPeer":20,"TxBacklogAppTxRateLimiterMaxSize":1048576,"TxBacklogAppTxPerSecondRate":100,"TxBacklogRateLimitingCongestionPct":50,"EnableTxBacklogAppRateLimiting":true,"TxBacklogAppRateLimitingCountERLDrops":false,"EnableTxBacklogRateLimiting":true,"TxBacklogSize":26000,"TxPoolSize":75000,"TxSyncTimeoutSeconds":30,"TxSyncIntervalSeconds":60,"IncomingMessageFilterBucketCount":5,"IncomingMessageFilterBucketSize":512,"OutgoingMessageFilterBucketCount":3,"OutgoingMessageFilterBucketSize":128,"EnableOutgoingNetworkMessageFiltering":true,"EnableIncomingMessageFilter":false,"DeadlockDetection":0,"DeadlockDetectionThreshold":30,"RunHosted":false,"CatchupParallelBlocks":16,"EnableAssembleStats":false,"EnableProcessBlockStats":false,"SuggestedFeeSlidingWindowSize":50,"TxSyncServeResponseSize":1000000,"UseXForwardedForAddressField":"","ForceRelayMessages":false,"ConnectionsRateLimitingWindowSeconds":1,"ConnectionsRateLimitingCount":60,"EnableRequestLogger":false,"PeerConnectionsUpdateInterval":3600,"HeartbeatUpdateInterval":600,"EnableProfiler":true,"EnableRuntimeMetrics":true,"EnableNetDevMetrics":false,"TelemetryToLog":true,"DNSSecurityFlags":9,"EnablePingHandler":true,"DisableOutgoingConnectionThrottling":false,"NetworkProtocolVersion":"","CatchpointInterval":10000,"CatchpointFileHistoryLength":365,"EnableGossipService":true,"EnableLedgerService":true,"EnableBlockService":true,"EnableGossipBlockService":true,"CatchupHTTPBlockFetchTimeoutSec":4,"CatchupGossipBlockFetchTimeoutSec":4,"CatchupLedgerDownloadRetryAttempts":50,"CatchupBlockDownloadRetryAttempts":1000,"EnableDeveloperAPI":false,"OptimizeAccountsDatabaseOnStartup":false,"CatchpointTracking":0,"LedgerSynchronousMode":2,"AccountsRebuildSynchronousMode":1,"MaxCatchpointDownloadDuration":43200000000000,"MinCatchpointFileDownloadBytesPerSecond":20480,"NetworkMessageTraceServer":"","VerifiedTranscationsCacheSize":150000,"DisableLocalhostConnectionRateLimit":true,"BlockServiceCustomFallbackEndpoints":"","CatchupBlockValidateMode":0,"EnableAccountUpdatesStats":false,"AccountUpdatesStatsInterval":5000000000,"ParticipationKeysRefreshInterval":60000000000,"DisableNetworking":false,"ForceFetchTransactions":false,"EnableVerbosedTransactionSyncLogging":false,"TransactionSyncDataExchangeRate":0,"TransactionSyncSignificantMessageThreshold":0,"ProposalAssemblyTime":500000000,"RestConnectionsSoftLimit":1024,"RestConnectionsHardLimit":2048,"MaxAPIResourcesPerAccount":100000,"AgreementIncomingVotesQueueLength":20000,"AgreementIncomingProposalsQueueLength":50,"AgreementIncomingBundlesQueueLength":15,"MaxAcctLookback":4,"MaxBlockHistoryLookback":20000,"EnableUsageLog":false,"MaxAPIBoxPerApplication":100000,"TxIncomingFilteringFlags":1,"EnableExperimentalAPI":true,"DisableLedgerLRUCache":false,"EnableFollowMode":false,"EnableTxnEvalTracer":false,"StorageEngine":"sqlite","TxIncomingFilterMaxSize":500000,"BlockServiceMemCap":500000000,"EnableP2P":false,"EnableP2PHybridMode":false,"P2PHybridNetAddress":"","EnableDHTProviders":false,"P2PPersistPeerID":false,"P2PPrivateKeyLocation":"","DisableAPIAuth":false,"GoMemLimit":0,"EnableVoteCompression":true,"StatefulVoteCompressionTableSize":2048,"EnableBatchVerification":true}
        No REST API Token found. Generated token: 10aa2eb9e72824ea5cc5420c1fe325e6e12aa96e5102642829e08cb1b8bf368f
        No Admin REST API Token found. Generated token: 74dad57913ff30fab3d5c5e07ed5049e45f64057e7f322c7df08018a425c90fa
        Logging to:  .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary/node.log
        Deadlock detection is set to: enabled (Default state is 'enable')
        Initializing the Algorand node... Success!
        API authentication disabled: false
        ⇨ http server started on 127.0.0.1:8080
        Node running and accepting RPC requests over HTTP on port 127.0.0.1:8080. Press Ctrl-C to exit
        Exiting on terminated
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary/algod-err.log:
        
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary/node.log:
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":5,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":5,"Type":"VoteBroadcast","Weight":2538,"WeightTotal":2538,"file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":435,"msg":"vote created for broadcast (weight 2538, total weight 2538)","time":"2025-11-13T19:24:07.557054Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":451,"msg":"pseudonode.makeVotes: 1 votes created for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 5), total weight 2538","time":"2025-11-13T19:24:07.557274Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":5,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":5,"Type":"VoteAccepted","Weight":2538,"WeightTotal":2538,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 5)","time":"2025-11-13T19:24:07.557817Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:53998 - - [2025-11-13 19:24:07.869235313 +0000 UTC m=+11.600306572] \"GET /v2/status HTTP/1.1\" 200 473 \"Go-http-client/1.1\" 2.559658ms","time":"2025-11-13T19:24:07.871839Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:53998 - - [2025-11-13 19:24:07.874382595 +0000 UTC m=+11.605453854] \"GET /versions HTTP/1.1\" 200 0 \"Go-http-client/1.1\" 1.983452ms","time":"2025-11-13T19:24:07.876398Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:55710 - - [2025-11-13 19:24:12.007045097 +0000 UTC m=+15.738116356] \"GET /v2/status HTTP/1.1\" 200 473 \"Go-http-client/1.1\" 1.054719ms","time":"2025-11-13T19:24:12.008146Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:55710 - - [2025-11-13 19:24:12.009762254 +0000 UTC m=+15.740833513] \"GET /versions HTTP/1.1\" 200 0 \"Go-http-client/1.1\" 554.555µs","time":"2025-11-13T19:24:12.010358Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).periodicSync","level":"info","line":661,"msg":"It's been too long since our ledger advanced; resyncing","name":"127.0.0.1:0","time":"2025-11-13T19:24:13.537664Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).sync","level":"info","line":733,"msg":"Catchup Service: finished catching up, now at round 0 (previously 0). Total time catching up 6.730892ms.","name":"127.0.0.1:0","time":"2025-11-13T19:24:13.544621Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":5,"Type":"StepTimeout","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logTimeout","level":"info","line":196,"msg":"timeout fired on (1, 0, 5) with value {{} 18s 0} (napping: false)","time":"2025-11-13T19:24:14.533900Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":5,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":6,"Type":"VoteAccepted","Weight":2396,"WeightTotal":2396,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 5)","time":"2025-11-13T19:24:14.548129Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:55720 - - [2025-11-13 19:24:17.144984146 +0000 UTC m=+20.876055415] \"GET /v2/status HTTP/1.1\" 200 473 \"Go-http-client/1.1\" 1.164521ms","time":"2025-11-13T19:24:17.146199Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:55720 - - [2025-11-13 19:24:17.148799087 +0000 UTC m=+20.879870356] \"GET /versions HTTP/1.1\" 200 0 \"Go-http-client/1.1\" 1.63356ms","time":"2025-11-13T19:24:17.150470Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":6,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":6,"Type":"VoteAccepted","Weight":2496,"WeightTotal":2496,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 6)","time":"2025-11-13T19:24:20.878066Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:55918 - - [2025-11-13 19:24:23.281411698 +0000 UTC m=+27.012482957] \"GET /v2/status HTTP/1.1\" 200 473 \"Go-http-client/1.1\" 2.534932ms","time":"2025-11-13T19:24:23.283997Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:55918 - - [2025-11-13 19:24:23.285538738 +0000 UTC m=+27.016610008] \"GET /versions HTTP/1.1\" 200 0 \"Go-http-client/1.1\" 2.059614ms","time":"2025-11-13T19:24:23.287632Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":1,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"BundleBroadcast","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logBundleBroadcast","level":"info","line":272,"msg":"broadcast bundle for (1, 0, 1)","time":"2025-11-13T19:24:24.642587Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":0,"Type":"BlockResent","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logProposalRepropagate","level":"info","line":285,"msg":"resent block for (1, 0)","time":"2025-11-13T19:24:24.642832Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"VoteAttest","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.pseudonodeAction.do","level":"info","line":435,"msg":"attested to {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 6)","time":"2025-11-13T19:24:24.643165Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":388,"msg":"pseudonode: made 1 votes","time":"2025-11-13T19:24:24.645423Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"persistence.go","function":"github..../algorand/go-algorand/agreement.persist.func1","level":"info","line":106,"msg":"persisted state to the database","time":"2025-11-13T19:24:24.646614Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.checkpointAction.do","level":"info","line":555,"msg":"checkpoint at (1, 0, 6)","time":"2025-11-13T19:24:24.648030Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":6,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":6,"Type":"VoteBroadcast","Weight":2391,"WeightTotal":2391,"file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":435,"msg":"vote created for broadcast (weight 2391, total weight 2391)","time":"2025-11-13T19:24:24.651390Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":451,"msg":"pseudonode.makeVotes: 1 votes created for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 6), total weight 2391","time":"2025-11-13T19:24:24.651636Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":6,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":6,"Type":"VoteAccepted","Weight":2391,"WeightTotal":2391,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 6)","time":"2025-11-13T19:24:24.652107Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:45168 - - [2025-11-13 19:24:30.42082702 +0000 UTC m=+34.151898279] \"GET /v2/status HTTP/1.1\" 200 473 \"Go-http-client/1.1\" 1.432764ms","time":"2025-11-13T19:24:30.422307Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:45168 - - [2025-11-13 19:24:30.424042841 +0000 UTC m=+34.155114110] \"GET /versions HTTP/1.1\" 200 0 \"Go-http-client/1.1\" 556.869µs","time":"2025-11-13T19:24:30.424634Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"StepTimeout","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logTimeout","level":"info","line":196,"msg":"timeout fired on (1, 0, 6) with value {{} 34s 0} (napping: false)","time":"2025-11-13T19:24:30.533742Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).periodicSync","level":"info","line":661,"msg":"It's been too long since our ledger advanced; resyncing","name":"127.0.0.1:0","time":"2025-11-13T19:24:30.545494Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).fetchAndWrite","level":"info","line":356,"msg":"fetchAndWrite(2): Aborted while waiting for lookback block to ledger","name":"127.0.0.1:0","time":"2025-11-13T19:24:30.551777Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).sync","level":"info","line":733,"msg":"Catchup Service: finished catching up, now at round 0 (previously 0). Total time catching up 6.332978ms.","name":"127.0.0.1:0","time":"2025-11-13T19:24:30.552019Z"}
        {"file":"wsPeer.go","function":"github..../algorand/go-algorand/network.(*wsPeer).readLoop","level":"warning","line":557,"msg":"wsPeer readLoop: received a TS response for a stale request from 127.0.0.1:56608. 79 bytes discarded","name":"127.0.0.1:0","time":"2025-11-13T19:24:30.552953Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:45180 - - [2025-11-13 19:24:38.557056111 +0000 UTC m=+42.288127370] \"GET /v2/status HTTP/1.1\" 200 473 \"Go-http-client/1.1\" 1.081488ms","time":"2025-11-13T19:24:38.558180Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:45180 - - [2025-11-13 19:24:38.559745712 +0000 UTC m=+42.290816971] \"GET /versions HTTP/1.1\" 200 0 \"Go-http-client/1.1\" 580.924µs","time":"2025-11-13T19:24:38.560363Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":1,"Period":0,"Round":1,"Sender":"","Step":7,"Type":"BundleBroadcast","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logBundleBroadcast","level":"info","line":272,"msg":"broadcast bundle for (1, 0, 1)","time":"2025-11-13T19:24:43.557945Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":0,"Type":"BlockResent","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logProposalRepropagate","level":"info","line":285,"msg":"resent block for (1, 0)","time":"2025-11-13T19:24:43.558215Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":7,"Type":"VoteAttest","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.pseudonodeAction.do","level":"info","line":435,"msg":"attested to {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 7)","time":"2025-11-13T19:24:43.558568Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":388,"msg":"pseudonode: made 1 votes","time":"2025-11-13T19:24:43.560632Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":7,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"persistence.go","function":"github..../algorand/go-algorand/agreement.persist.func1","level":"info","line":106,"msg":"persisted state to the database","time":"2025-11-13T19:24:43.562125Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":7,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.checkpointAction.do","level":"info","line":555,"msg":"checkpoint at (1, 0, 7)","time":"2025-11-13T19:24:43.563323Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":7,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":7,"Type":"VoteBroadcast","Weight":2528,"WeightTotal":2528,"file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":435,"msg":"vote created for broadcast (weight 2528, total weight 2528)","time":"2025-11-13T19:24:43.566892Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":451,"msg":"pseudonode.makeVotes: 1 votes created for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 7), total weight 2528","time":"2025-11-13T19:24:43.567071Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":7,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":7,"Type":"VoteAccepted","Weight":2528,"WeightTotal":2528,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 7)","time":"2025-11-13T19:24:43.567517Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).periodicSync","level":"info","line":661,"msg":"It's been too long since our ledger advanced; resyncing","name":"127.0.0.1:0","time":"2025-11-13T19:24:47.552368Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).sync","level":"info","line":733,"msg":"Catchup Service: finished catching up, now at round 0 (previously 0). Total time catching up 8.516085ms.","name":"127.0.0.1:0","time":"2025-11-13T19:24:47.561094Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:46652 - - [2025-11-13 19:24:47.689570674 +0000 UTC m=+51.420641943] \"GET /v2/status HTTP/1.1\" 200 473 \"Go-http-client/1.1\" 1.191752ms","time":"2025-11-13T19:24:47.690812Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:46652 - - [2025-11-13 19:24:47.692400058 +0000 UTC m=+51.423471328] \"GET /versions HTTP/1.1\" 200 0 \"Go-http-client/1.1\" 652.277µs","time":"2025-11-13T19:24:47.693088Z"}
        {"file":"txSyncer.go","function":"github..../algorand/go-algorand/rpcs.(*TxSyncer).syncFromClient","level":"info","line":114,"msg":"TxSyncer.Sync: asking client  for missing transactions","time":"2025-11-13T19:24:56.536627Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:56096 - - [2025-11-13 19:24:57.82313081 +0000 UTC m=+61.554202079] \"GET /v2/status HTTP/1.1\" 200 473 \"Go-http-client/1.1\" 1.089774ms","time":"2025-11-13T19:24:57.824264Z"}
        {"file":"logger.go","function":"github..../server/lib/middlewares.(*LoggerMiddleware).handler-fm.(*LoggerMiddleware).handler.func1","level":"info","line":56,"msg":"127.0.0.1:56096 - - [2025-11-13 19:24:57.827151128 +0000 UTC m=+61.558222396] \"GET /versions HTTP/1.1\" 200 0 \"Go-http-client/1.1\" 571.417µs","time":"2025-11-13T19:24:57.827759Z"}
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary/kmd-v0.5/kmd-out.log:
        
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary/kmd-v0.5/kmd-err.log:
        
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Primary/kmd-v0.5/kmd.log:
        time="2025-11-13T19:23:50.193757 +0000" level=info msg="failed to mlockall: cannot allocate memory" file=mlock_linux.go function=main.tryMlockall line=30
        time="2025-11-13T19:23:50.194839 +0000" level=info msg="started kmd on sock: 127.0.0.1:7833" file=main.go function=main.runKmd line=118
        time="2025-11-13T19:25:00.309598 +0000" level=info msg="kmd wallet HTTP server stopped with: http: Server closed" file=server.go function="github..../daemon/kmd/server.(*WalletServer).start.func2" line=276
        time="2025-11-13T19:25:00.309793 +0000" level=info msg="kmd server died. exiting..." file=main.go function=main.runKmd line=122
        Node path .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Node
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Node/algod-out.log:
        Config loaded from .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Node
        Configuration after loading/defaults merge: 
        {"Version":37,"Archival":false,"GossipFanout":1,"NetAddress":"","ReconnectTime":60000000000,"PublicAddress":"","MaxConnectionsPerIP":8,"PeerPingPeriodSeconds":0,"TLSCertFile":"","TLSKeyFile":"","BaseLoggerDebugLevel":4,"CadaverSizeTarget":0,"CadaverDirectory":"","HotDataDir":"","ColdDataDir":"","TrackerDBDir":"","BlockDBDir":"","CatchpointDir":"","StateproofDir":"","CrashDBDir":"","LogFileDir":"","LogArchiveDir":"","IncomingConnectionsLimit":0,"P2PHybridIncomingConnectionsLimit":1200,"BroadcastConnectionsLimit":-1,"AnnounceParticipationKey":true,"PriorityPeers":{},"ReservedFDs":256,"EndpointAddress":"127.0.0.1:0","EnablePrivateNetworkAccessHeader":false,"RestReadTimeoutSeconds":15,"RestWriteTimeoutSeconds":120,"DNSBootstrapID":"","LogSizeLimit":1073741824,"LogArchiveName":"node.archive.log","LogArchiveMaxAge":"","CatchupFailurePeerRefreshRate":10,"NodeExporterListenAddress":":9100","EnableMetricReporting":false,"EnableTopAccountsReporting":false,"EnableAgreementReporting":false,"EnableAgreementTimeMetrics":false,"NodeExporterPath":"./node_exporter","FallbackDNSResolverAddress":"","TxPoolExponentialIncreaseFactor":2,"SuggestedFeeBlockHistory":3,"TxBacklogServiceRateWindowSeconds":10,"TxBacklogReservedCapacityPerPeer":20,"TxBacklogAppTxRateLimiterMaxSize":1048576,"TxBacklogAppTxPerSecondRate":100,"TxBacklogRateLimitingCongestionPct":50,"EnableTxBacklogAppRateLimiting":true,"TxBacklogAppRateLimitingCountERLDrops":false,"EnableTxBacklogRateLimiting":true,"TxBacklogSize":26000,"TxPoolSize":75000,"TxSyncTimeoutSeconds":30,"TxSyncIntervalSeconds":60,"IncomingMessageFilterBucketCount":5,"IncomingMessageFilterBucketSize":512,"OutgoingMessageFilterBucketCount":3,"OutgoingMessageFilterBucketSize":128,"EnableOutgoingNetworkMessageFiltering":true,"EnableIncomingMessageFilter":false,"DeadlockDetection":0,"DeadlockDetectionThreshold":30,"RunHosted":false,"CatchupParallelBlocks":16,"EnableAssembleStats":false,"EnableProcessBlockStats":false,"SuggestedFeeSlidingWindowSize":50,"TxSyncServeResponseSize":1000000,"UseXForwardedForAddressField":"","ForceRelayMessages":false,"ConnectionsRateLimitingWindowSeconds":1,"ConnectionsRateLimitingCount":60,"EnableRequestLogger":false,"PeerConnectionsUpdateInterval":3600,"HeartbeatUpdateInterval":600,"EnableProfiler":true,"EnableRuntimeMetrics":true,"EnableNetDevMetrics":false,"TelemetryToLog":true,"DNSSecurityFlags":9,"EnablePingHandler":true,"DisableOutgoingConnectionThrottling":false,"NetworkProtocolVersion":"","CatchpointInterval":10000,"CatchpointFileHistoryLength":365,"EnableGossipService":true,"EnableLedgerService":false,"EnableBlockService":false,"EnableGossipBlockService":true,"CatchupHTTPBlockFetchTimeoutSec":4,"CatchupGossipBlockFetchTimeoutSec":4,"CatchupLedgerDownloadRetryAttempts":50,"CatchupBlockDownloadRetryAttempts":1000,"EnableDeveloperAPI":false,"OptimizeAccountsDatabaseOnStartup":false,"CatchpointTracking":0,"LedgerSynchronousMode":2,"AccountsRebuildSynchronousMode":1,"MaxCatchpointDownloadDuration":43200000000000,"MinCatchpointFileDownloadBytesPerSecond":20480,"NetworkMessageTraceServer":"","VerifiedTranscationsCacheSize":150000,"DisableLocalhostConnectionRateLimit":true,"BlockServiceCustomFallbackEndpoints":"","CatchupBlockValidateMode":0,"EnableAccountUpdatesStats":false,"AccountUpdatesStatsInterval":5000000000,"ParticipationKeysRefreshInterval":60000000000,"DisableNetworking":false,"ForceFetchTransactions":false,"EnableVerbosedTransactionSyncLogging":false,"TransactionSyncDataExchangeRate":0,"TransactionSyncSignificantMessageThreshold":0,"ProposalAssemblyTime":500000000,"RestConnectionsSoftLimit":1024,"RestConnectionsHardLimit":2048,"MaxAPIResourcesPerAccount":100000,"AgreementIncomingVotesQueueLength":20000,"AgreementIncomingProposalsQueueLength":50,"AgreementIncomingBundlesQueueLength":15,"MaxAcctLookback":4,"MaxBlockHistoryLookback":0,"EnableUsageLog":false,"MaxAPIBoxPerApplication":100000,"TxIncomingFilteringFlags":1,"EnableExperimentalAPI":true,"DisableLedgerLRUCache":false,"EnableFollowMode":false,"EnableTxnEvalTracer":false,"StorageEngine":"sqlite","TxIncomingFilterMaxSize":500000,"BlockServiceMemCap":500000000,"EnableP2P":false,"EnableP2PHybridMode":false,"P2PHybridNetAddress":"","EnableDHTProviders":false,"P2PPersistPeerID":false,"P2PPrivateKeyLocation":"","DisableAPIAuth":false,"GoMemLimit":0,"EnableVoteCompression":true,"StatefulVoteCompressionTableSize":2048,"EnableBatchVerification":true}
        No REST API Token found. Generated token: 7d0d95d455b43db6d725a68b7f145751314df2c8cbf20f98605a586d5d9284eb
        No Admin REST API Token found. Generated token: 93c3291d87cad13ade3c386fe916b5d054e8d1dfc0b7ff467cccce092a0ff2cf
        Logging to:  .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Node/node.log
        Deadlock detection is set to: enabled (Default state is 'enable')
        Initializing the Algorand node... Success!
        API authentication disabled: false
        ⇨ http server started on 127.0.0.1:36597
        Node running and accepting RPC requests over HTTP on port 127.0.0.1:36597. Press Ctrl-C to exit
        Exiting on terminated
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Node/algod-err.log:
        
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Node/node.log:
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":1,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":2,"Type":"VoteAccepted","Weight":1482,"WeightTotal":2964,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 1)","time":"2025-11-13T19:23:59.835747Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":1,"Period":0,"Round":1,"Sender":"","Step":2,"Type":"ThresholdReached","Weight":2964,"WeightTotal":2267,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":497,"msg":"threshold reached for ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ at (1, 0, 1)","time":"2025-11-13T19:23:59.835954Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":2,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":2,"Type":"VoteAccepted","Weight":733,"WeightTotal":733,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 2)","time":"2025-11-13T19:23:59.851591Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":3,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":2,"Type":"VoteAccepted","Weight":2514,"WeightTotal":2514,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 3)","time":"2025-11-13T19:24:00.548627Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":2,"Type":"StepTimeout","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logTimeout","level":"info","line":196,"msg":"timeout fired on (1, 0, 2) with value {{} 4s 0} (napping: false)","time":"2025-11-13T19:24:00.828409Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":3,"Type":"VoteAttest","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.pseudonodeAction.do","level":"info","line":435,"msg":"attested to {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 3)","time":"2025-11-13T19:24:00.828679Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":388,"msg":"pseudonode: made 1 votes","time":"2025-11-13T19:24:00.830563Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":3,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"persistence.go","function":"github..../algorand/go-algorand/agreement.persist.func1","level":"info","line":106,"msg":"persisted state to the database","time":"2025-11-13T19:24:00.830641Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":3,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.checkpointAction.do","level":"info","line":555,"msg":"checkpoint at (1, 0, 3)","time":"2025-11-13T19:24:00.831231Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":3,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":3,"Type":"VoteBroadcast","Weight":2518,"WeightTotal":2518,"file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":435,"msg":"vote created for broadcast (weight 2518, total weight 2518)","time":"2025-11-13T19:24:00.835341Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":451,"msg":"pseudonode.makeVotes: 1 votes created for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 3), total weight 2518","time":"2025-11-13T19:24:00.835540Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":3,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":3,"Type":"VoteAccepted","Weight":2518,"WeightTotal":2518,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 3)","time":"2025-11-13T19:24:00.836194Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":3,"Type":"StepTimeout","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logTimeout","level":"info","line":196,"msg":"timeout fired on (1, 0, 3) with value {{} 6s 0} (napping: false)","time":"2025-11-13T19:24:02.828560Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":4,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":4,"Type":"VoteAccepted","Weight":2424,"WeightTotal":2424,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 4)","time":"2025-11-13T19:24:03.148556Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":4,"Type":"VoteAttest","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.pseudonodeAction.do","level":"info","line":435,"msg":"attested to {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 4)","time":"2025-11-13T19:24:03.201921Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":388,"msg":"pseudonode: made 1 votes","time":"2025-11-13T19:24:03.203782Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":4,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"persistence.go","function":"github..../algorand/go-algorand/agreement.persist.func1","level":"info","line":106,"msg":"persisted state to the database","time":"2025-11-13T19:24:03.204124Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":4,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.checkpointAction.do","level":"info","line":555,"msg":"checkpoint at (1, 0, 4)","time":"2025-11-13T19:24:03.204719Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":4,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":4,"Type":"VoteBroadcast","Weight":2564,"WeightTotal":2564,"file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":435,"msg":"vote created for broadcast (weight 2564, total weight 2564)","time":"2025-11-13T19:24:03.209978Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":451,"msg":"pseudonode.makeVotes: 1 votes created for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 4), total weight 2564","time":"2025-11-13T19:24:03.210193Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":4,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":4,"Type":"VoteAccepted","Weight":2564,"WeightTotal":2564,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 4)","time":"2025-11-13T19:24:03.210717Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":4,"Type":"StepTimeout","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logTimeout","level":"info","line":196,"msg":"timeout fired on (1, 0, 4) with value {{} 10s 0} (napping: false)","time":"2025-11-13T19:24:06.828297Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":5,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":5,"Type":"VoteAccepted","Weight":2538,"WeightTotal":2538,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 5)","time":"2025-11-13T19:24:07.565901Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).periodicSync","level":"info","line":661,"msg":"It's been too long since our ledger advanced; resyncing","name":"","time":"2025-11-13T19:24:13.851961Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).sync","level":"info","line":733,"msg":"Catchup Service: finished catching up, now at round 0 (previously 0). Total time catching up 9.679338ms.","name":"","time":"2025-11-13T19:24:13.861828Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":5,"Type":"VoteAttest","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.pseudonodeAction.do","level":"info","line":435,"msg":"attested to {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 5)","time":"2025-11-13T19:24:14.531353Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":388,"msg":"pseudonode: made 1 votes","time":"2025-11-13T19:24:14.533626Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":5,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"persistence.go","function":"github..../algorand/go-algorand/agreement.persist.func1","level":"info","line":106,"msg":"persisted state to the database","time":"2025-11-13T19:24:14.534542Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":5,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.checkpointAction.do","level":"info","line":555,"msg":"checkpoint at (1, 0, 5)","time":"2025-11-13T19:24:14.535131Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":5,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":5,"Type":"VoteBroadcast","Weight":2396,"WeightTotal":2396,"file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":435,"msg":"vote created for broadcast (weight 2396, total weight 2396)","time":"2025-11-13T19:24:14.540801Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":451,"msg":"pseudonode.makeVotes: 1 votes created for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 5), total weight 2396","time":"2025-11-13T19:24:14.541204Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":5,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":5,"Type":"VoteAccepted","Weight":2396,"WeightTotal":2396,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 5)","time":"2025-11-13T19:24:14.542195Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":5,"Type":"StepTimeout","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logTimeout","level":"info","line":196,"msg":"timeout fired on (1, 0, 5) with value {{} 18s 0} (napping: false)","time":"2025-11-13T19:24:14.828023Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":1,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"BundleBroadcast","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logBundleBroadcast","level":"info","line":272,"msg":"broadcast bundle for (1, 0, 1)","time":"2025-11-13T19:24:20.863437Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"VoteAttest","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.pseudonodeAction.do","level":"info","line":435,"msg":"attested to {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 6)","time":"2025-11-13T19:24:20.863821Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":388,"msg":"pseudonode: made 1 votes","time":"2025-11-13T19:24:20.866187Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"persistence.go","function":"github..../algorand/go-algorand/agreement.persist.func1","level":"info","line":106,"msg":"persisted state to the database","time":"2025-11-13T19:24:20.868162Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"Persisted","Weight":0,"WeightTotal":0,"file":"actions.go","function":"github..../algorand/go-algorand/agreement.checkpointAction.do","level":"info","line":555,"msg":"checkpoint at (1, 0, 6)","time":"2025-11-13T19:24:20.869292Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":6,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":6,"Type":"VoteBroadcast","Weight":2496,"WeightTotal":2496,"file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":435,"msg":"vote created for broadcast (weight 2496, total weight 2496)","time":"2025-11-13T19:24:20.871772Z"}
        {"Context":"Agreement","file":"pseudonode.go","function":"github..../algorand/go-algorand/agreement.pseudonodeVotesTask.execute","level":"info","line":451,"msg":"pseudonode.makeVotes: 1 votes created for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 6), total weight 2496","time":"2025-11-13T19:24:20.871993Z"}
        {"Context":"Agreement","Hash":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":6,"Period":0,"Round":1,"Sender":"QRGXLBXW6SZIYNTU3WNN6SQ7N46OIAVE2VE3WKO3IVPZRKXQ77IN6BUOPM","Step":6,"Type":"VoteAccepted","Weight":2496,"WeightTotal":2496,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAY5HFKQ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} at (1, 0, 6)","time":"2025-11-13T19:24:20.872492Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":6,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":6,"Type":"VoteAccepted","Weight":2391,"WeightTotal":2391,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 6)","time":"2025-11-13T19:24:24.658742Z"}
        {"Context":"Agreement","Hash":"","ObjectPeriod":0,"ObjectRound":0,"ObjectStep":0,"Period":0,"Round":1,"Sender":"","Step":6,"Type":"StepTimeout","Weight":0,"WeightTotal":0,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logTimeout","level":"info","line":196,"msg":"timeout fired on (1, 0, 6) with value {{} 34s 0} (napping: false)","time":"2025-11-13T19:24:30.828653Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).periodicSync","level":"info","line":661,"msg":"It's been too long since our ledger advanced; resyncing","name":"","time":"2025-11-13T19:24:30.862904Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).sync","level":"info","line":733,"msg":"Catchup Service: finished catching up, now at round 0 (previously 0). Total time catching up 8.162503ms.","name":"","time":"2025-11-13T19:24:30.871272Z"}
        {"Context":"Agreement","Hash":"ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ","ObjectPeriod":0,"ObjectRound":1,"ObjectStep":7,"Period":0,"Round":1,"Sender":"7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM","Step":7,"Type":"VoteAccepted","Weight":2528,"WeightTotal":2528,"file":"trace.go","function":"github..../algorand/go-algorand/agreement.(*tracer).logVoteTrackerResult","level":"info","line":482,"msg":"vote accepted for {{} 0 7JHS5WAGFTOUKWT6KFYDRDTVDK5BFHGVPNXYHSMWSHWG2UFZQ4AX4Q2SEM ZFLG3OGIKUPUCOUIPHU3PRYRFK2N7UXZEWEIFLNVO4OMCM4JAHAQ B7CVOPT4XGLRDWRIQNDPFH57LN2HMFB4WHDQLCADVAJZDF6BNOJA} at (1, 0, 7)","time":"2025-11-13T19:24:43.574218Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).periodicSync","level":"info","line":661,"msg":"It's been too long since our ledger advanced; resyncing","name":"","time":"2025-11-13T19:24:47.872714Z"}
        {"Context":"sync","file":"service.go","function":"github..../algorand/go-algorand/catchup.(*Service).sync","level":"info","line":733,"msg":"Catchup Service: finished catching up, now at round 0 (previously 0). Total time catching up 10.618325ms.","name":"","time":"2025-11-13T19:24:47.883533Z"}
        {"file":"txSyncer.go","function":"github..../algorand/go-algorand/rpcs.(*TxSyncer).syncFromClient","level":"info","line":114,"msg":"TxSyncer.Sync: asking client  for missing transactions","time":"2025-11-13T19:24:56.851637Z"}
        {"file":"httpTxSync.go","function":"github..../algorand/go-algorand/rpcs.(*HTTPTxSync).Sync","level":"info","line":117,"msg":"http sync from .../v1/test_net_expect_1763061829-v1/txsync","time":"2025-11-13T19:24:56.851910Z"}
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Node/kmd-v0.5/kmd-out.log:
        
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Node/kmd-v0.5/kmd-err.log:
        
        
        .../expect/pingpongStatefulBoxReadTest/algod/root_1763061829/Node/kmd-v0.5/kmd.log:
        time="2025-11-13T19:23:52.640987 +0000" level=info msg="failed to mlockall: cannot allocate memory" file=mlock_linux.go function=main.tryMlockall line=30
        time="2025-11-13T19:23:52.642357 +0000" level=info msg="started kmd on sock: 127.0.0.1:36509" file=main.go function=main.runKmd line=118
        time="2025-11-13T19:25:00.309591 +0000" level=info msg="kmd wallet HTTP server stopped with: http: Server closed" file=server.go function="github..../daemon/kmd/server.(*WalletServer).start.func2" line=276
        time="2025-11-13T19:25:00.309765 +0000" level=info msg="kmd server died. exiting..." file=main.go function=main.runKmd line=122
         %!s(int=0) %!s(bytes.readOp=0)}
        stderr: 
    --- FAIL: TestGoalWithExpect/pingpongStatefulBoxReadTest.exp (72.55s)
github.com/algorand/go-algorand/test/e2e-go/cli/goal/expect::TestGoalWithExpect
Stack Traces | 151s run time
=== RUN   TestGoalWithExpect
--- FAIL: TestGoalWithExpect (151.46s)
View the full list of 2 ❄️ flaky test(s)
github.com/algorand/go-algorand/ledger::TestAppCallAppDuringInit/cv=vFuture,LRU-cache-disable=true

Flake rate in main: 28.57% (Passed 10 times, Failed 4 times)

Stack Traces | 0.12s run time
=== RUN   TestAppCallAppDuringInit/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:88
        	            				.../go-algorand/ledger/double_test.go:98
        	            				.../go-algorand/ledger/apptxn_test.go:3781
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [243 217 67 84 5 34 23 101 68 111 224 217 63 179 137 240 5 82 105 214 96 82 106 150 23 208 63 225 194 161 172 231 130 144 121 4 147 42 252 67 55 67 61 142 226 207 25 13 195 8 249 45 111 61 37 84 62 7 52 191 18 124 39 55]
        	Test:       	TestAppCallAppDuringInit/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestAppCallAppDuringInit/cv=vFuture,LRU-cache-disable=true (0.12s)
github.com/algorand/go-algorand/ledger::TestSchemaUpdates/cv=vFuture,LRU-cache-disable=true

Flake rate in main: 40.00% (Passed 6 times, Failed 4 times)

Stack Traces | 0.19s run time
=== RUN   TestSchemaUpdates/cv=vFuture,LRU-cache-disable=true
    simple_test.go:194: 
        	Error Trace:	.../go-algorand/ledger/simple_test.go:194
        	            				.../go-algorand/ledger/double_test.go:152
        	            				.../go-algorand/ledger/double_test.go:143
        	            				.../go-algorand/ledger/double_test.go:174
        	            				.../go-algorand/ledger/applications_test.go:1502
        	            				.../ledger/testing/consensusRange.go:109
        	Error:      	Received unexpected error:
        	            	update commitment mismatch: expected [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0], got [161 213 251 55 144 239 240 9 254 227 207 210 166 215 16 224 22 167 157 179 84 63 160 138 167 21 176 180 47 125 225 63 222 80 230 133 40 129 105 45 82 20 223 159 220 151 105 105 172 143 128 237 181 137 134 130 32 192 203 156 40 49 232 68]
        	Test:       	TestSchemaUpdates/cv=vFuture,LRU-cache-disable=true
--- FAIL: TestSchemaUpdates/cv=vFuture,LRU-cache-disable=true (0.19s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link
Contributor

@jannotti jannotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a lot of copying. We seem to find a reason to copy app and account state into another similar struct every time we do anything.

That's not really a strong complaint. It seems like Go pushes in that direction.

Comment on lines +30 to +31
Value []byte `codec:"v"`
Deleted bool `codec:"d"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't want to use nil Value as delete? I think we do that quite a bit elsewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure about nil vs empty for boxes and wanted to double check but it would be fine for the other types

@cce
Copy link
Contributor Author

cce commented Nov 13, 2025

@jannotti I was trying to do no copying — just use original types with a pointer recast (except for boxes) but it does become copying once you call Add and Delete on the trie interface

@pao-beep
Copy link
Contributor

Out of curiosity why do we need this, I thought the digests already had txn state commitments?

@cce
Copy link
Contributor Author

cce commented Nov 14, 2025

@pao-beep it's true that the existing transaction commitment block headers are committing to the ordered sequence of transactions some state about each txn's effects and its logs (the ApplyData and EvalDelta). An "update commitment" could use a trie to provide a key-value based commitment on the final state of all the changes in the block, so you could use the root to prove, e.g.. "acct A had asset holding X at the end of block R" or "app B had at box key Y had value Z." This would be a lot more straightforward than having to know the index position of individual transactions in a block to access or prove commitments about them.

@pao-beep
Copy link
Contributor

@cce I see, thanks. I guess update commitments are better and faster than state proofs

@cce
Copy link
Contributor Author

cce commented Dec 16, 2025

@pao-beep they are complementary, not better or faster. State proofs commit to any values (transaction content via transaction commitments, other fields) in the batch of 256 rounds of block headers it is attesting. An update commitment would be a new value in the block header that would let a user follow a chain of trust down from a state proof to the corresponding block header for round R, down to an individual modified account/asset/app state at the end of round R.

@pao-beep
Copy link
Contributor

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants