Skip to content

Staging (#45)

Staging (#45) #62

Triggered via push April 19, 2024 21:36
Status Failure
Total duration 8m 32s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
tests/e2e.test.ts > e2e tests > initalize asset controller: clients/rwa-token-sdk/tests/e2e.test.ts#L85
Error: failed to send transaction: Transaction simulation failed: Attempt to debit an account but found no record of a prior credit. ❯ Connection.sendEncodedTransaction node_modules/@solana/web3.js/src/connection.ts:5921:13 ❯ Connection.sendRawTransaction node_modules/@solana/web3.js/src/connection.ts:5880:20 ❯ Connection.sendTransaction node_modules/@solana/web3.js/src/connection.ts:5868:12 ❯ Proxy.sendAndConfirmTransaction node_modules/@solana/web3.js/src/utils/send-and-confirm-transaction.ts:35:21 ❯ tests/e2e.test.ts:85:17 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { logs: [] }
tests/e2e.test.ts > e2e tests > setup data account: clients/rwa-token-sdk/src/data-registry/utils.ts#L28
TypeError: Cannot read properties of undefined (reading '_bn') ❯ isPublicKeyData node_modules/@solana/web3.js/src/publickey.ts:39:35 ❯ new PublicKey node_modules/@solana/web3.js/src/publickey.ts:58:9 ❯ Module.getDataRegistryPda src/data-registry/utils.ts:28:4 ❯ Module.getCreateDataAccountIx src/data-registry/instructions.ts:64:18 ❯ DataRegistry.setupDataAccount src/classes/DataRegistry.ts:31:37 ❯ tests/e2e.test.ts:121:60
tests/e2e.test.ts > e2e tests > create identity approval policy: clients/rwa-token-sdk/src/policy-engine/utils.ts#L30
TypeError: Cannot read properties of undefined (reading '_bn') ❯ isPublicKeyData node_modules/@solana/web3.js/src/publickey.ts:39:35 ❯ new PublicKey node_modules/@solana/web3.js/src/publickey.ts:58:9 ❯ getPolicyEnginePda src/policy-engine/utils.ts:30:4 ❯ Module.getPolicyAccountPda src/policy-engine/utils.ts:41:4 ❯ Module.getCreatePolicyAccountIx src/policy-engine/instructions.ts:99:24 ❯ PolicyEngine.createPolicy src/classes/PolicyEngine.ts:27:32 ❯ tests/e2e.test.ts:152:49
tests/e2e.test.ts > e2e tests > attach transaction amount limit policy: clients/rwa-token-sdk/src/policy-engine/utils.ts#L30
TypeError: Cannot read properties of undefined (reading '_bn') ❯ isPublicKeyData node_modules/@solana/web3.js/src/publickey.ts:39:35 ❯ new PublicKey node_modules/@solana/web3.js/src/publickey.ts:58:9 ❯ getPolicyEnginePda src/policy-engine/utils.ts:30:4 ❯ Module.getPolicyAccountPda src/policy-engine/utils.ts:41:4 ❯ Module.getAttachToPolicyAccountIx src/policy-engine/instructions.ts:77:24 ❯ PolicyEngine.attachPolicy src/classes/PolicyEngine.ts:40:32 ❯ tests/e2e.test.ts:179:49
tests/e2e.test.ts > e2e tests > attach transaction amount velocity policy: clients/rwa-token-sdk/src/policy-engine/utils.ts#L30
TypeError: Cannot read properties of undefined (reading '_bn') ❯ isPublicKeyData node_modules/@solana/web3.js/src/publickey.ts:39:35 ❯ new PublicKey node_modules/@solana/web3.js/src/publickey.ts:58:9 ❯ getPolicyEnginePda src/policy-engine/utils.ts:30:4 ❯ Module.getPolicyAccountPda src/policy-engine/utils.ts:41:4 ❯ Module.getAttachToPolicyAccountIx src/policy-engine/instructions.ts:77:24 ❯ PolicyEngine.attachPolicy src/classes/PolicyEngine.ts:40:32 ❯ tests/e2e.test.ts:206:49
tests/e2e.test.ts > e2e tests > attach transaction count velocity policy: clients/rwa-token-sdk/src/policy-engine/utils.ts#L30
TypeError: Cannot read properties of undefined (reading '_bn') ❯ isPublicKeyData node_modules/@solana/web3.js/src/publickey.ts:39:35 ❯ new PublicKey node_modules/@solana/web3.js/src/publickey.ts:58:9 ❯ getPolicyEnginePda src/policy-engine/utils.ts:30:4 ❯ Module.getPolicyAccountPda src/policy-engine/utils.ts:41:4 ❯ Module.getAttachToPolicyAccountIx src/policy-engine/instructions.ts:77:24 ❯ PolicyEngine.attachPolicy src/classes/PolicyEngine.ts:40:32 ❯ tests/e2e.test.ts:232:49
tests/e2e.test.ts > e2e tests > setup a user: clients/rwa-token-sdk/src/identity-registry/utils.ts#L20
TypeError: Cannot read properties of undefined (reading '_bn') ❯ isPublicKeyData node_modules/@solana/web3.js/src/publickey.ts:39:35 ❯ new PublicKey node_modules/@solana/web3.js/src/publickey.ts:58:9 ❯ Module.getIdentityRegistryPda src/identity-registry/utils.ts:20:3 ❯ Module.getCreateIdentityAccountIx src/identity-registry/instructions.ts:64:22 ❯ Module.getSetupUserIxs src/asset-controller/instructions.ts:344:34 ❯ IdentityRegistry.setupUserIxns src/classes/IdentityRegistry.ts:32:29 ❯ tests/e2e.test.ts:249:52
tests/e2e.test.ts > e2e tests > issue tokens: clients/rwa-token-sdk/src/asset-controller/instructions.ts#L107
TypeError: Cannot read properties of undefined (reading '_bn') ❯ isPublicKeyData node_modules/@solana/web3.js/src/publickey.ts:39:35 ❯ new PublicKey node_modules/@solana/web3.js/src/publickey.ts:58:9 ❯ Module.getIssueTokensIx src/asset-controller/instructions.ts:107:15 ❯ AssetController.issueTokenIxns src/classes/AssetController.ts:52:31 ❯ tests/e2e.test.ts:285:51
tests/e2e.test.ts > e2e tests > void tokens: clients/rwa-token-sdk/src/asset-controller/instructions.ts#L134
TypeError: Cannot read properties of undefined (reading '_bn') ❯ isPublicKeyData node_modules/@solana/web3.js/src/publickey.ts:39:35 ❯ new PublicKey node_modules/@solana/web3.js/src/publickey.ts:58:9 ❯ Module.getVoidTokensIx src/asset-controller/instructions.ts:134:15 ❯ AssetController.voidTokenIxns src/classes/AssetController.ts:67:29 ❯ tests/e2e.test.ts:303:50
tests/e2e.test.ts > e2e tests > update data account: clients/rwa-token-sdk/src/data-registry/utils.ts#L28
TypeError: Cannot read properties of undefined (reading '_bn') ❯ isPublicKeyData node_modules/@solana/web3.js/src/publickey.ts:39:35 ❯ new PublicKey node_modules/@solana/web3.js/src/publickey.ts:58:9 ❯ Module.getDataRegistryPda src/data-registry/utils.ts:28:4 ❯ Module.getUpdateDataAccountIx src/data-registry/instructions.ts:96:18 ❯ DataRegistry.updateAssetsDataAccountInfoIxns src/classes/DataRegistry.ts:45:26 ❯ tests/e2e.test.ts:325:36
build-cli-deps
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-cli-deps
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.314.1. Please update to the latest version 2.315.0
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2, actions/setup-node@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/