chore: updated release-automation script to add more information to SNAPSHOT PR #9633
5 fail, 4 skipped, 604 pass in 47m 55s
22 files 337 suites 47m 55s ⏱️
613 tests 604 ✅ 4 💤 5 ❌
743 runs 728 ✅ 4 💤 11 ❌
Results for commit bff2687.
Annotations
Check warning on line 0 in @release captures transfer events
github-actions / Test Results
1 out of 2 runs failed: RPC Server Acceptance Tests Acceptance tests @web-socket-batch-3 eth_subscribe Subscribes to hts tokens and listens for synthetic log events @release captures transfer events (@release captures transfer events)
test-results.b79de543848061ef0f3c4d7913d7f352.xml [took 4m 0s]
Raw output
Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/ws-server/tests/acceptance/index.spec.ts)
Error: Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/ws-server/tests/acceptance/index.spec.ts)
at listOnTimeout (node:internal/timers:581:17)
at processTimers (node:internal/timers:519:7)
Check warning on line 0 in @release contract owner transfers tokens
github-actions / Test Results
All 3 runs failed: RPC Server Acceptance Tests Acceptance tests @erc20 Acceptance Tests HTS token should behave like erc20 tran… address when the spender has enough tokens @release contract owner transfers tokens (@release contract owner transfers tokens)
test-results.0fe1daa729c5e6100ed3f85254c54517.xml [took 5s]
test-results.217b0d3dc58c6597bbf22edd62549c01.xml [took 0s]
test-results.f8cc3e0fedcfffa07bd90ce0ba6c87d6.xml [took 0s]
Raw output
expected '10000' to equal '0'
AssertionError: expected '10000' to equal '0'
at Context.<anonymous> (packages/server/tests/acceptance/erc20.spec.ts:201:57)
at Generator.next (<anonymous>)
at fulfilled (packages/server/tests/acceptance/erc20.spec.ts:47:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-10000
+0
Check warning on line 0 in emits a transfer event
github-actions / Test Results
All 3 runs failed: RPC Server Acceptance Tests Acceptance tests @erc20 Acceptance Tests HTS token should behave like erc20 tran…s when the recipient is not the zero address when the spender has enough tokens emits a transfer event (emits a transfer event)
test-results.0fe1daa729c5e6100ed3f85254c54517.xml [took 4m 0s]
test-results.217b0d3dc58c6597bbf22edd62549c01.xml [took 0s]
test-results.f8cc3e0fedcfffa07bd90ce0ba6c87d6.xml [took 0s]
Raw output
Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/index.spec.ts)
Error: Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/index.spec.ts)
at listOnTimeout (node:internal/timers:581:17)
at processTimers (node:internal/timers:519:7)
Check warning on line 0 in other account transfers tokens back to owner
github-actions / Test Results
All 3 runs failed: RPC Server Acceptance Tests Acceptance tests @erc20 Acceptance Tests HTS token should behave like erc20 tran… when the spender has enough tokens other account transfers tokens back to owner (other account transfers tokens back to owner)
test-results.0fe1daa729c5e6100ed3f85254c54517.xml [took 0s]
test-results.217b0d3dc58c6597bbf22edd62549c01.xml [took 0s]
test-results.f8cc3e0fedcfffa07bd90ce0ba6c87d6.xml [took 0s]
Raw output
execution reverted (no data present; likely require(false) occurred (action="estimateGas", data="0x", reason="require(false)", transaction={ "data": "0xa9059cbb000000000000000000000000c96b3c7654bec103d5aa143d7cb1fb06de8625620000000000000000000000000000000000000000000000000000000000002710", "from": "0x7Bb7e40Ef0dE8D6Cf908E9DBAE28438d39e61149", "to": "0x0000000000000000000000000000000000000419" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.13.2)
Error: execution reverted (no data present; likely require(false) occurred (action="estimateGas", data="0x", reason="require(false)", transaction={ "data": "0xa9059cbb000000000000000000000000c96b3c7654bec103d5aa143d7cb1fb06de8625620000000000000000000000000000000000000000000000000000000000002710", "from": "0x7Bb7e40Ef0dE8D6Cf908E9DBAE28438d39e61149", "to": "0x0000000000000000000000000000000000000419" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.13.2)
at makeError (packages/server/node_modules/ethers/src.ts/utils/errors.ts:694:21)
at getBuiltinCallException (packages/server/node_modules/ethers/src.ts/abi/abi-coder.ts:118:21)
at Function.getBuiltinCallException (packages/server/node_modules/ethers/src.ts/abi/abi-coder.ts:235:16)
at JsonRpcProvider.getRpcError (packages/server/node_modules/ethers/src.ts/providers/provider-jsonrpc.ts:989:32)
at /home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/node_modules/ethers/src.ts/providers/provider-jsonrpc.ts:563:45
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check warning on line 0 in "before all" hook for "should associate to a token"
github-actions / Test Results
RPC Server Acceptance Tests Acceptance tests @tokencreate HTS Precompile Token Create Acceptance Tests "before all" hook for "should associate to a token" ("before all" hook for "should associate to a token") failed
test-results.eca43399aa7a18683e603d472c44638c.xml [took 4m 0s]
Raw output
Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/index.spec.ts)
Error: Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/index.spec.ts)
at listOnTimeout (node:internal/timers:581:17)
at processTimers (node:internal/timers:519:7)