Skip to content

Production browser span export: same-origin OTLP forwarded to Axiom #2567

Production browser span export: same-origin OTLP forwarded to Axiom

Production browser span export: same-origin OTLP forwarded to Axiom #2567

Triggered via pull request June 12, 2026 17:49
Status Success
Total duration 3m 51s
Artifacts 1

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
src/mcp-session.e2e.node.test.ts > cloud MCP session end-to-end > bridges a form elicitation from engine to client and back: packages/core/sdk/src/fuma-runtime.ts#L75
StorageError: Failed query: select "integration", "name", "template", "provider", "item_ids", "identity_label", "oauth_client", "oauth_client_owner", "refresh_item_id", "expires_at", "oauth_scope", "provider_state", "created_at", "updated_at", "row_id", "tenant", "owner", "subject" from "connection" "connection" where (("connection"."tenant" = $1 and "connection"."owner" = $2) or ("connection"."tenant" = $3 and "connection"."owner" = $4 and "connection"."subject" = $5)) params: org_mcp_e2e_4_34abb6a6,org,org_mcp_e2e_4_34abb6a6,user,user_org_mcp_e2e_4_34abb6a6 ❯ fumaFailureFromCause ../../packages/core/sdk/src/fuma-runtime.ts:75:10 ❯ catch ../../packages/core/sdk/src/fuma-runtime.ts:87:23 ❯ catcher ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:992:46 ❯ body ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/Utils.ts:242:11 ❯ internalCall ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:992:27 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _tag: 'StorageError' } Caused by: Caused by: Error: Failed query: select "integration", "name", "template", "provider", "item_ids", "identity_label", "oauth_client", "oauth_client_owner", "refresh_item_id", "expires_at", "oauth_scope", "provider_state", "created_at", "updated_at", "row_id", "tenant", "owner", "subject" from "connection" "connection" where (("connection"."tenant" = $1 and "connection"."owner" = $2) or ("connection"."tenant" = $3 and "connection"."owner" = $4 and "connection"."subject" = $5)) params: org_mcp_e2e_4_34abb6a6,org,org_mcp_e2e_4_34abb6a6,user,user_org_mcp_e2e_4_34abb6a6 ❯ PostgresJsPreparedQuery.queryWithCache ../../node_modules/.bun/drizzle-orm@0.45.2+5fd81f273b2b533b/node_modules/drizzle-orm/pg-core/session.js:41:15 ❯ ../../node_modules/.bun/drizzle-orm@0.45.2+5fd81f273b2b533b/node_modules/drizzle-orm/postgres-js/session.js:37:20 ❯ Object.findMany ../../packages/core/fumadb/src/adapters/drizzle/query.ts:308:9 ❯ Object.findMany ../../packages/core/fumadb/src/query/orm/index.ts:400:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { query: 'select "integration", "name", "template", "provider", "item_ids", "identity_label", "oauth_client", "oauth_client_owner", "refresh_item_id", "expires_at", "oauth_scope", "provider_state", "created_at", "updated_at", "row_id", "tenant", "owner", "subject" from "connection" "connection" where (("connection"."tenant" = $1 and "connection"."owner" = $2) or ("connection"."tenant" = $3 and "connection"."owner" = $4 and "connection"."subject" = $5))', params: [ 'org_mcp_e2e_4_34abb6a6', 'org', 'org_mcp_e2e_4_34abb6a6', 'user', 'user_org_mcp_e2e_4_34abb6a6' ] } Caused by: Caused by: Error: read ECONNRESET ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -104, code: 'ECONNRESET', syscall: 'read', query: undefined, parameters: undefined, args: [ 'org_mcp_e2e_4_34abb6a6', 'org', 'org_mcp_e2e_4_34abb6a6', 'user', 'user_org_mcp_e2e_4_34abb6a6' ], types: null }
Lint
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 will be forced to run with Node.js 24 by default starting June 16th, 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/
Format
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 will be forced to run with Node.js 24 by default starting June 16th, 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/
Desktop smoke build
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 will be forced to run with Node.js 24 by default starting June 16th, 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/
Typecheck
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 will be forced to run with Node.js 24 by default starting June 16th, 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/
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, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
Self-host Docker image
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/

Artifacts

Produced during runtime
Name Size Digest
RhysSullivan~executor~4PZRAY.dockerbuild
46.9 KB
sha256:aa0b0158111eb3b4c71ceb1058e2df0fb35c765ad8736d590c46eb90136658e8