Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVM RPC tests failure (v5.23.0) #1078

Open
Dinonard opened this issue Nov 3, 2023 · 1 comment
Open

EVM RPC tests failure (v5.23.0) #1078

Dinonard opened this issue Nov 3, 2023 · 1 comment
Labels
bug Something isn't working project Issue is part of an ongoing project

Comments

@Dinonard
Copy link
Member

Dinonard commented Nov 3, 2023

During the release CI for v5.23.0, some RPC tests failed. See details below for logs.

Local reproduction attempt on MacOs failed due to errors with unavailable ports

┌──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ 11/2/2023, 9:05:04 PM │ ✅ shiden: js-script ./tests/0001-parse-block.js return is equal to 1 within 200 seconds (104ms) │
└──────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘
2023-11-02 21:05:04 API/INIT: shiden/110: Not decorating runtime apis without matching versions: EthereumRuntimeRPCApi/5 (4 known)
originalBalance {"nonce":0,"consumers":0,"providers":0,"sufficients":0,"data":{"free":0,"reserved":0,"frozen":0,"flags":"0x80000000000000000000000000000000"}}
Current status is Ready
Current status is {"inBlock":"0xc0f1c11042dbbec3760f9ef220209bf47daba3f8c8d179f86aaba586a20cff8c"}
Current status is {"finalized":"0xc0f1c11042dbbec3760f9ef220209bf47daba3f8c8d179f86aaba586a20cff8c"}
newBalance {"nonce":0,"consumers":0,"providers":1,"sufficients":0,"data":{"free":1000000000000000,"reserved":0,"frozen":0,"flags":"0x80000000000000000000000000000000"}}
┌──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ 11/2/2023, 9:05:40 PM │ ✅ shiden: js-script ./tests/0001-transfer-tokens-to-evm-mapped-account.js with "Alice" within 20… │
└──────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘
Attempting to deploy from account 0xaaafB3972B05630fCceE866eC69CdADd9baC2771

Error running script: ./tests/0002-deploy-an-evm-contract Returned error: insufficient funds for gas * price + value

┌──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ 11/2/2023, 9:05:41 PM │ ❌ shiden: js-script ./tests/0002-deploy-an-evm-contract return is equal to 1 within 200 seconds … │
└──────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘
Making a call to contract at address: 0x687528e4BC4040DC9ADBA05C1f00aE3633faa731

Error running script: ./tests/0002-get-evm-contract-data Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced.

┌──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ 11/2/2023, 9:05:41 PM │ ❌ shiden: js-script ./tests/0002-get-evm-contract-data return is equal to 1 within 200 seconds (… │
└──────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘
Calling the setMessage function in contract at address: 0x687528e4BC4040DC9ADBA05C1f00aE3633faa731

Error running script: ./tests/0002-set-evm-contract-data Error: Timeout(200), "custom-js ./tests/0002-set-evm-contract-data within 200 secs" didn't complete on time.

┌──────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ 11/2/2023, 9:09:01 PM │ ❌ shiden: js-script ./tests/0002-set-evm-contract-data with "Hola" return is equal to 1 within 2… │
└──────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘

@Dinonard Dinonard added the bug Something isn't working label Nov 3, 2023
Copy link

github-actions bot commented Dec 4, 2023

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Dec 4, 2023
@ashutoshvarma ashutoshvarma added project Issue is part of an ongoing project and removed Stale labels Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working project Issue is part of an ongoing project
Projects
None yet
Development

No branches or pull requests

2 participants