Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

feat: add ade skills sales command for inventory monitoring #18

feat: add ade skills sales command for inventory monitoring

feat: add ade skills sales command for inventory monitoring #18

Triggered via push March 11, 2026 12:53
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
ContractFunctionZeroDataError: The contract function "VERSION" returned no data ("0x").: node_modules/viem/_esm/utils/errors/getContractError.js#L16
This could be due to any of the following: - The contract does not have the function "VERSION", - The parameters passed to the contract function may be invalid, or - The address is not a contract. Version: viem@2.47.1 at <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:16:20) at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:31:16) at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15) at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20) at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:235:29)
ContractFunctionExecutionError: The contract function "nextEscrowId" returned no data ("0x").: node_modules/viem/_esm/utils/errors/getContractError.js#L33
This could be due to any of the following: - The contract does not have the function "nextEscrowId", - The parameters passed to the contract function may be invalid, or - The address is not a contract. Contract Call: address: 0xa226C0E0cEa2D8353C9Ec6ee959A03D54F8D14b6 function: nextEscrowId() Docs: https://viem.sh/docs/contract/readContract Version: viem@2.47.1 at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:33:12) at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15) at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20) at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:223:28)
ContractFunctionZeroDataError: The contract function "nextEscrowId" returned no data ("0x").: node_modules/viem/_esm/utils/errors/getContractError.js#L16
This could be due to any of the following: - The contract does not have the function "nextEscrowId", - The parameters passed to the contract function may be invalid, or - The address is not a contract. Version: viem@2.47.1 at <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:16:20) at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:31:16) at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15) at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20) at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:223:28)
error: expect(received).toBeDefined(): tests/chain-view.test.ts#L217
Received: undefined at <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:217:20)
ContractFunctionExecutionError: HTTP request failed.: node_modules/viem/_esm/utils/errors/getContractError.js#L33
Status: 429 URL: https://mainnet.base.org/ Request body: {"method":"eth_call","params":[{"data":"0x8da5cb5b","to":"0x69Aa385686AEdA505013a775ddE7A59d045cb30d"},"latest"]} Raw Call Arguments: to: 0x69Aa385686AEdA505013a775ddE7A59d045cb30d data: 0x8da5cb5b Contract Call: address: 0x69Aa385686AEdA505013a775ddE7A59d045cb30d function: owner() Docs: https://viem.sh/docs/contract/readContract Details: {"code":-32016,"message":"over rate limit"} Version: viem@2.47.1 at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:33:12) at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15) at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20) at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:152:27)
CallExecutionError: HTTP request failed.: node_modules/viem/_esm/utils/errors/getCallError.js#L11
Status: 429 URL: https://mainnet.base.org/ Request body: {"method":"eth_call","params":[{"data":"0x8da5cb5b","to":"0x69Aa385686AEdA505013a775ddE7A59d045cb30d"},"latest"]} Raw Call Arguments: to: 0x69Aa385686AEdA505013a775ddE7A59d045cb30d data: 0x8da5cb5b Details: {"code":-32016,"message":"over rate limit"} Version: viem@2.47.1 at getCallError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getCallError.js:11:12) at call (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/call.js:149:15) at async readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:45:62) at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20) at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:152:27)
HttpRequestError: HTTP request failed.: node_modules/viem/_esm/utils/rpc/http.js#L64
Status: 429 URL: https://mainnet.base.org/ Request body: {"method":"eth_call","params":[{"data":"0x8da5cb5b","to":"0x69Aa385686AEdA505013a775ddE7A59d045cb30d"},"latest"]} Details: {"code":-32016,"message":"over rate limit"} Version: viem@2.47.1 at request (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/rpc/http.js:64:27) at async <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/clients/transports/http.js:47:41) at async request (/home/runner/work/ade/ade/node_modules/viem/_esm/clients/transports/http.js:51:51) at async <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/buildRequest.js:28:30) at async <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/promise/withRetry.js:12:36)
error: expect(received).toThrow(expected): tests/respond.test.ts#L160
Expected pattern: /BEE_STAMP/ Received message: "Invalid batch ID returned from stamp creation" at <anonymous> (/home/runner/work/ade/ade/tests/respond.test.ts:160:17)
error: expect(received).toThrow(expected): tests/respond.test.ts#L152
Expected pattern: /BEE_API/ Received message: "SX_KEY not found in keychain" at <anonymous> (/home/runner/work/ade/ade/tests/respond.test.ts:152:17)
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, oven-sh/setup-bun@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/