Skip to content

ci: integration tests + MCP JSONRPC smoke + version-match guard #350

ci: integration tests + MCP JSONRPC smoke + version-match guard

ci: integration tests + MCP JSONRPC smoke + version-match guard #350

Triggered via push May 1, 2026 14:58
Status Success
Total duration 3m 28s
Artifacts

ci.yml

on: push
Matrix: Build & Test
GitHub Release
0s
GitHub Release
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 3 warnings
Build & Test (24)
Process completed with exit code 1.
src/__tests__/integration/order-verification.integration.test.ts > Hyperliquid mainnet — order verification (read-only) > handles an empty symbol gracefully: src/exchanges/hyperliquid.ts#L377
HyperliquidAPIError: Received null or undefined response data ❯ re node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13076 ❯ C.makeRequest node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13553 ❯ x.getL2Book node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:4893 ❯ HyperliquidAdapter.getOrderbook src/exchanges/hyperliquid.ts:377:20 ❯ validateTrade src/trade-validator.ts:61:52 ❯ src/__tests__/integration/order-verification.integration.test.ts:277:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'REQUEST_SETUP_ERROR' }
src/__tests__/integration/order-verification.integration.test.ts > Hyperliquid mainnet — order verification (read-only) > rejects an invalid symbol (XYZNOTREAL999): src/exchanges/hyperliquid.ts#L377
HyperliquidAPIError: Received null or undefined response data ❯ re node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13076 ❯ C.makeRequest node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13553 ❯ x.getL2Book node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:4893 ❯ HyperliquidAdapter.getOrderbook src/exchanges/hyperliquid.ts:377:20 ❯ validateTrade src/trade-validator.ts:61:52 ❯ src/__tests__/integration/order-verification.integration.test.ts:261:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'REQUEST_SETUP_ERROR' }
src/__tests__/integration/bridge.integration.test.ts > Bridge Integration — Read-Only > CLI bridge commands > bridge --help lists subcommands: src/__tests__/integration/bridge.integration.test.ts#L368
AssertionError: expected '' to contain 'chains' - Expected + Received - chains ❯ src/__tests__/integration/bridge.integration.test.ts:368:22
src/__tests__/integration/bridge.integration.test.ts > Bridge Integration — Read-Only > CLI bridge commands > bridge chains: text mode has chain names: src/__tests__/integration/bridge.integration.test.ts#L344
AssertionError: expected '' to contain 'solana' - Expected + Received - solana ❯ src/__tests__/integration/bridge.integration.test.ts:344:22
src/__tests__/integration/bridge.integration.test.ts > Bridge Integration — Read-Only > edge cases (offline) > CCTP same-chain doesn't throw: src/bridge-engine.ts#L96
Error: CCTP fee API 3→3 returned HTTP 400 ❯ getCctpRelayFee src/bridge-engine.ts:96:11 ❯ getCctpQuote src/bridge-engine.ts:693:52 ❯ src/__tests__/integration/bridge.integration.test.ts:269:21
src/__tests__/integration/bridge-strict.integration.test.ts > Strict Bridge Integration Tests: src/__tests__/integration/bridge-strict.integration.test.ts#L65
Error: Missing 'pk' or 'PACIFICA_PRIVATE_KEY' in .env ❯ src/__tests__/integration/bridge-strict.integration.test.ts:65:27
src/__tests__/integration/agent-features.integration.test.ts > Agent Features Integration (Hyperliquid Mainnet) > trade-validator with real market data > rejects a non-existent symbol: src/exchanges/hyperliquid.ts#L377
HyperliquidAPIError: Received null or undefined response data ❯ re node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13076 ❯ C.makeRequest node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13553 ❯ x.getL2Book node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:4893 ❯ HyperliquidAdapter.getOrderbook src/exchanges/hyperliquid.ts:377:20 ❯ validateTrade src/trade-validator.ts:61:52 ❯ src/__tests__/integration/agent-features.integration.test.ts:90:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'REQUEST_SETUP_ERROR' }
Build & Test (22)
Process completed with exit code 1.
src/__tests__/integration/order-verification.integration.test.ts > Hyperliquid mainnet — order verification (read-only) > handles an empty symbol gracefully: src/exchanges/hyperliquid.ts#L377
HyperliquidAPIError: Received null or undefined response data ❯ re node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13076 ❯ C.makeRequest node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13553 ❯ x.getL2Book node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:4893 ❯ HyperliquidAdapter.getOrderbook src/exchanges/hyperliquid.ts:377:20 ❯ validateTrade src/trade-validator.ts:61:52 ❯ src/__tests__/integration/order-verification.integration.test.ts:277:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'REQUEST_SETUP_ERROR' }
src/__tests__/integration/order-verification.integration.test.ts > Hyperliquid mainnet — order verification (read-only) > rejects an invalid symbol (XYZNOTREAL999): src/exchanges/hyperliquid.ts#L377
HyperliquidAPIError: Received null or undefined response data ❯ re node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13076 ❯ C.makeRequest node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13553 ❯ x.getL2Book node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:4893 ❯ HyperliquidAdapter.getOrderbook src/exchanges/hyperliquid.ts:377:20 ❯ validateTrade src/trade-validator.ts:61:52 ❯ src/__tests__/integration/order-verification.integration.test.ts:261:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'REQUEST_SETUP_ERROR' }
src/__tests__/integration/bridge.integration.test.ts > Bridge Integration — Read-Only > CLI bridge commands > bridge --help lists subcommands: src/__tests__/integration/bridge.integration.test.ts#L368
AssertionError: expected '' to contain 'chains' - Expected + Received - chains ❯ src/__tests__/integration/bridge.integration.test.ts:368:22
src/__tests__/integration/bridge.integration.test.ts > Bridge Integration — Read-Only > CLI bridge commands > bridge chains: text mode has chain names: src/__tests__/integration/bridge.integration.test.ts#L344
AssertionError: expected '' to contain 'solana' - Expected + Received - solana ❯ src/__tests__/integration/bridge.integration.test.ts:344:22
src/__tests__/integration/bridge.integration.test.ts > Bridge Integration — Read-Only > edge cases (offline) > CCTP same-chain doesn't throw: src/bridge-engine.ts#L96
Error: CCTP fee API 3→3 returned HTTP 400 ❯ getCctpRelayFee src/bridge-engine.ts:96:11 ❯ getCctpQuote src/bridge-engine.ts:693:52 ❯ src/__tests__/integration/bridge.integration.test.ts:269:21
src/__tests__/integration/bridge-strict.integration.test.ts > Strict Bridge Integration Tests: src/__tests__/integration/bridge-strict.integration.test.ts#L65
Error: Missing 'pk' or 'PACIFICA_PRIVATE_KEY' in .env ❯ src/__tests__/integration/bridge-strict.integration.test.ts:65:27
src/__tests__/integration/agent-features.integration.test.ts > Agent Features Integration (Hyperliquid Mainnet) > trade-validator with real market data > rejects a non-existent symbol: src/exchanges/hyperliquid.ts#L377
HyperliquidAPIError: Received null or undefined response data ❯ re node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13076 ❯ C.makeRequest node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13553 ❯ x.getL2Book node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:4893 ❯ HyperliquidAdapter.getOrderbook src/exchanges/hyperliquid.ts:377:20 ❯ validateTrade src/trade-validator.ts:61:52 ❯ src/__tests__/integration/agent-features.integration.test.ts:90:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'REQUEST_SETUP_ERROR' }
Build & Test (20)
Process completed with exit code 1.
src/__tests__/integration/order-verification.integration.test.ts > Hyperliquid mainnet — order verification (read-only) > handles an empty symbol gracefully: src/exchanges/hyperliquid.ts#L377
HyperliquidAPIError: Received null or undefined response data ❯ re node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13076 ❯ C.makeRequest node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13553 ❯ x.getL2Book node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:4893 ❯ HyperliquidAdapter.getOrderbook src/exchanges/hyperliquid.ts:377:20 ❯ validateTrade src/trade-validator.ts:61:52 ❯ src/__tests__/integration/order-verification.integration.test.ts:277:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'REQUEST_SETUP_ERROR' }
src/__tests__/integration/order-verification.integration.test.ts > Hyperliquid mainnet — order verification (read-only) > rejects an invalid symbol (XYZNOTREAL999): src/exchanges/hyperliquid.ts#L377
HyperliquidAPIError: Received null or undefined response data ❯ re node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13076 ❯ C.makeRequest node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13553 ❯ x.getL2Book node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:4893 ❯ HyperliquidAdapter.getOrderbook src/exchanges/hyperliquid.ts:377:20 ❯ validateTrade src/trade-validator.ts:61:52 ❯ src/__tests__/integration/order-verification.integration.test.ts:261:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'REQUEST_SETUP_ERROR' }
src/__tests__/integration/bridge.integration.test.ts > Bridge Integration — Read-Only > CLI bridge commands > bridge --help lists subcommands: src/__tests__/integration/bridge.integration.test.ts#L368
AssertionError: expected '' to contain 'chains' - Expected + Received - chains ❯ src/__tests__/integration/bridge.integration.test.ts:368:22
src/__tests__/integration/bridge.integration.test.ts > Bridge Integration — Read-Only > CLI bridge commands > bridge chains: text mode has chain names: src/__tests__/integration/bridge.integration.test.ts#L344
AssertionError: expected '' to contain 'solana' - Expected + Received - solana ❯ src/__tests__/integration/bridge.integration.test.ts:344:22
src/__tests__/integration/bridge.integration.test.ts > Bridge Integration — Read-Only > edge cases (offline) > CCTP same-chain doesn't throw: src/bridge-engine.ts#L96
Error: CCTP fee API 3→3 returned HTTP 400 ❯ getCctpRelayFee src/bridge-engine.ts:96:11 ❯ getCctpQuote src/bridge-engine.ts:693:52 ❯ src/__tests__/integration/bridge.integration.test.ts:269:21
src/__tests__/integration/bridge-strict.integration.test.ts > Strict Bridge Integration Tests: src/__tests__/integration/bridge-strict.integration.test.ts#L65
Error: Missing 'pk' or 'PACIFICA_PRIVATE_KEY' in .env ❯ src/__tests__/integration/bridge-strict.integration.test.ts:65:27
src/__tests__/integration/agent-features.integration.test.ts > Agent Features Integration (Hyperliquid Mainnet) > trade-validator with real market data > rejects a non-existent symbol: src/exchanges/hyperliquid.ts#L377
HyperliquidAPIError: Received null or undefined response data ❯ re node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13076 ❯ C.makeRequest node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:13553 ❯ x.getL2Book node_modules/.pnpm/hyperliquid@1.7.7_bufferutil@4.1.0_utf-8-validate@6.0.6/node_modules/hyperliquid/dist/index.mjs:1:4893 ❯ HyperliquidAdapter.getOrderbook src/exchanges/hyperliquid.ts:377:20 ❯ validateTrade src/trade-validator.ts:61:52 ❯ src/__tests__/integration/agent-features.integration.test.ts:90:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'REQUEST_SETUP_ERROR' }
Build & Test (24)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Build & Test (22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
Build & Test (20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/