Skip to content

chore: Switch to rolldown #47185

chore: Switch to rolldown

chore: Switch to rolldown #47185

Triggered via pull request May 12, 2026 16:46
Status Failure
Total duration 25m 41s
Artifacts 6

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
6s
Get CI Metadata / Get Metadata
Check lockfile
3m 19s
Check lockfile
Check file formatting
40s
Check file formatting
Check PR branches
2s
Check PR branches
Build bundles
54s
Build bundles
Build Lambda layer
1m 17s
Build Lambda layer
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Lint
1m 14s
Lint
Circular Dependency Check
1m 37s
Circular Dependency Check
Browser Unit Tests
3m 41s
Browser Unit Tests
Bun Unit Tests
52s
Bun Unit Tests
Deno Unit Tests
1m 11s
Deno Unit Tests
Cloudflare Integration Tests
2m 44s
Cloudflare Integration Tests
Bun Integration Tests
41s
Bun Integration Tests
Check for faulty .d.ts files
38s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
3s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

17 errors, 6 warnings, and 239 notices
Size Check
Size limit has been exceeded.
E2E react-router-7-framework-spa-node-20-18 Test
Process completed with exit code 1.
[chromium] β€Ί tests/performance/pageload.client.test.ts:6:3 β€Ί client - pageload performance β€Ί should send pageload transaction: ../../_temp/test-application/tests/performance/pageload.client.test.ts#L16
1) [chromium] β€Ί tests/performance/pageload.client.test.ts:6:3 β€Ί client - pageload performance β€Ί should send pageload transaction Error: expect(received).toMatchObject(expected) - Expected - 2 + Received + 2 @@ -1,15 +1,15 @@ Object { "contexts": Object { "trace": Object { "data": Object { "sentry.op": "pageload", - "sentry.origin": "auto.pageload.react_router", + "sentry.origin": "auto.navigation.react_router", "sentry.source": "route", }, "op": "pageload", - "origin": "auto.pageload.react_router", + "origin": "auto.navigation.react_router", "span_id": Any<String>, "trace_id": Any<String>, }, }, "environment": "qa", 14 | const transaction = await txPromise; 15 | > 16 | expect(transaction).toMatchObject({ | ^ 17 | contexts: { 18 | trace: { 19 | span_id: expect.any(String), at /home/runner/work/_temp/test-application/tests/performance/pageload.client.test.ts:16:25
E2E tanstackstart-react Test
Process completed with exit code 1.
[chromium] β€Ί tests/transaction.test.ts:44:1 β€Ί Sends a server function transaction for a nested server function only if it is manually instrumented: ../../_temp/test-application/tests/transaction.test.ts#L102
7) [chromium] β€Ί tests/transaction.test.ts:44:1 β€Ί Sends a server function transaction for a nested server function only if it is manually instrumented Error: expect(received).toBeDefined() Received: undefined 100 | ); 101 | > 102 | expect(functionMiddlewareSpan).toBeDefined(); | ^ 103 | expect(nestedSpan).toBeDefined(); 104 | 105 | // Both spans should be siblings under the same parent (root transaction) at /home/runner/work/_temp/test-application/tests/transaction.test.ts:102:34
[chromium] β€Ί tests/middleware.test.ts:171:1 β€Ί Sends span for middleware that throws an error: ../../_temp/test-application/tests/middleware.test.ts#L188
6) [chromium] β€Ί tests/middleware.test.ts:171:1 β€Ί Sends span for middleware that throws an error ── Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [ObjectContaining {"description": "errorMiddleware", "op": "middleware.tanstackstart", "origin": "auto.middleware.tanstackstart"}] Received: [{"data": {"sentry.op": "function.tanstackstart", "sentry.origin": "auto.function.tanstackstart.server", "tanstackstart.function.hash.sha256": "46fddf8f31564c8ecd6715c4ddac444befaabc2f7a2f953fb0097f0363db8d42"}, "description": "GET /_serverFn/46fddf8f31564c8ecd6715c4ddac444befaabc2f7a2f953fb0097f0363db8d42", "op": "function.tanstackstart", "origin": "auto.function.tanstackstart.server", "parent_span_id": "1a6dfd7c4a823b25", "span_id": "93c3c33337d5996c", "start_timestamp": 1778604860.408, "status": "ok", "timestamp": 1778604860.4112093, "trace_id": "7b193267aa7549d3955daa182e051326"}] 186 | 187 | // Check for the error middleware span > 188 | expect(transactionEvent?.spans).toEqual( | ^ 189 | expect.arrayContaining([ 190 | expect.objectContaining({ 191 | description: 'errorMiddleware', at /home/runner/work/_temp/test-application/tests/middleware.test.ts:188:35
[chromium] β€Ί tests/middleware.test.ts:142:1 β€Ί Sends span for middleware that returns early without calling next(): ../../_temp/test-application/tests/middleware.test.ts#L159
5) [chromium] β€Ί tests/middleware.test.ts:142:1 β€Ί Sends span for middleware that returns early without calling next() Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [ObjectContaining {"description": "earlyReturnMiddleware", "op": "middleware.tanstackstart", "origin": "auto.middleware.tanstackstart", "status": "ok"}] Received: [{"data": {"sentry.op": "function.tanstackstart", "sentry.origin": "auto.function.tanstackstart.server", "tanstackstart.function.hash.sha256": "bd7d59e6672841b784c6c5779031ff0df820c5b4449d2e7b50be44077073dbff"}, "description": "GET /_serverFn/bd7d59e6672841b784c6c5779031ff0df820c5b4449d2e7b50be44077073dbff", "op": "function.tanstackstart", "origin": "auto.function.tanstackstart.server", "parent_span_id": "2d700d69545d39eb", "span_id": "562d04515c153062", "start_timestamp": 1778604859.311, "status": "ok", "timestamp": 1778604859.3131874, "trace_id": "49f5960ace5345d29740ee3f4e6cd501"}] 157 | 158 | // Check for the early return middleware span > 159 | expect(transactionEvent?.spans).toEqual( | ^ 160 | expect.arrayContaining([ 161 | expect.objectContaining({ 162 | description: 'earlyReturnMiddleware', at /home/runner/work/_temp/test-application/tests/middleware.test.ts:159:35
[chromium] β€Ί tests/middleware.test.ts:115:1 β€Ί Sends spans for server route request middleware: ../../_temp/test-application/tests/middleware.test.ts#L130
4) [chromium] β€Ί tests/middleware.test.ts:115:1 β€Ί Sends spans for server route request middleware ─ Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [ObjectContaining {"description": "serverRouteRequestMiddleware", "op": "middleware.tanstackstart", "origin": "auto.middleware.tanstackstart", "status": "ok"}] Received: [] 128 | 129 | // Check for the server route request middleware span > 130 | expect(transactionEvent?.spans).toEqual( | ^ 131 | expect.arrayContaining([ 132 | expect.objectContaining({ 133 | description: 'serverRouteRequestMiddleware', at /home/runner/work/_temp/test-application/tests/middleware.test.ts:130:35
[chromium] β€Ί tests/middleware.test.ts:88:1 β€Ί Sends spans for global request middleware: ../../_temp/test-application/tests/middleware.test.ts#L103
3) [chromium] β€Ί tests/middleware.test.ts:88:1 β€Ί Sends spans for global request middleware ──────── Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [ObjectContaining {"description": "globalRequestMiddleware", "op": "middleware.tanstackstart", "origin": "auto.middleware.tanstackstart", "status": "ok"}] Received: [] 101 | 102 | // Check for the global request middleware span > 103 | expect(transactionEvent?.spans).toEqual( | ^ 104 | expect.arrayContaining([ 105 | expect.objectContaining({ 106 | description: 'globalRequestMiddleware', at /home/runner/work/_temp/test-application/tests/middleware.test.ts:103:35
[chromium] β€Ί tests/middleware.test.ts:59:1 β€Ί Sends spans for global function middleware: ../../_temp/test-application/tests/middleware.test.ts#L76
2) [chromium] β€Ί tests/middleware.test.ts:59:1 β€Ί Sends spans for global function middleware ─────── Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [ObjectContaining {"description": "globalFunctionMiddleware", "op": "middleware.tanstackstart", "origin": "auto.middleware.tanstackstart", "status": "ok"}] Received: [{"data": {"sentry.op": "function.tanstackstart", "sentry.origin": "auto.function.tanstackstart.server", "tanstackstart.function.hash.sha256": "b4335b6f85930e6253fc1633f58be8021f4702741b923704df0d41b27b8e47f0"}, "description": "GET /_serverFn/b4335b6f85930e6253fc1633f58be8021f4702741b923704df0d41b27b8e47f0", "op": "function.tanstackstart", "origin": "auto.function.tanstackstart.server", "parent_span_id": "3bf0bcf9e63bb2d5", "span_id": "ac6451c1c05a2f78", "start_timestamp": 1778604856.189, "status": "ok", "timestamp": 1778604856.1909556, "trace_id": "9a664f5268194d6d9184120fb8975115"}] 74 | 75 | // Check for the global function middleware span > 76 | expect(transactionEvent?.spans).toEqual( | ^ 77 | expect.arrayContaining([ 78 | expect.objectContaining({ 79 | description: 'globalFunctionMiddleware', at /home/runner/work/_temp/test-application/tests/middleware.test.ts:76:35
[chromium] β€Ί tests/middleware.test.ts:9:1 β€Ί Sends spans for multiple middlewares and verifies they are siblings under the same parent span: ../../_temp/test-application/tests/middleware.test.ts#L38
1) [chromium] β€Ί tests/middleware.test.ts:9:1 β€Ί Sends spans for multiple middlewares and verifies they are siblings under the same parent span Error: expect(received).toEqual(expected) // deep equality Expected: ObjectContaining {"description": "serverFnMiddleware", "op": "middleware.tanstackstart", "origin": "auto.middleware.tanstackstart", "status": "ok"} Received: undefined 36 | 37 | // Verify both middleware spans exist with expected properties > 38 | expect(serverFnMiddlewareSpan).toEqual( | ^ 39 | expect.objectContaining({ 40 | description: 'serverFnMiddleware', 41 | op: 'middleware.tanstackstart', at /home/runner/work/_temp/test-application/tests/middleware.test.ts:38:34
[chromium] β€Ί tests/trpc-mutation.test.ts:4:5 β€Ί should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] β€Ί tests/trpc-mutation.test.ts:4:5 β€Ί should create transaction with trpc input for mutation Test timeout of 30000ms exceeded.
[chromium] β€Ί tests/trpc-error.test.ts:4:5 β€Ί should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] β€Ί tests/trpc-error.test.ts:4:5 β€Ί should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
E2E tanstackstart-react (tunnel-object) Test
Process completed with exit code 1.
[chromium] β€Ί tests/tunnel.test.ts:17:1 β€Ί Sends client-side errors through the configured tunnel route: ../../_temp/test-application/tests/tunnel.test.ts#L0
1) [chromium] β€Ί tests/tunnel.test.ts:17:1 β€Ί Sends client-side errors through the configured tunnel route Test timeout of 30000ms exceeded.
E2E astro-4 Test
The job has exceeded the maximum execution time of 15m0s
All required jobs passed or were skipped
Process completed with exit code 1.
eslint(no-unused-vars): dev-packages/rollup-utils/npmHelpers.mjs#L35
Variable 'externalWithSubpaths' is declared but never used. Unused variables should start with a '_'.
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. 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/
E2E aws-serverless Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. 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/
E2E aws-serverless-layer (Node 22) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. 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/
E2E aws-serverless-layer (Node 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. 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/
E2E aws-serverless-layer Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2. 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/
🎭 Playwright Run Summary
7 skipped 23 passed (10.1s)
🎭 Playwright Run Summary
8 skipped 22 passed (11.2s)
🎭 Playwright Run Summary
15 passed (25.3s)
🎭 Playwright Run Summary
5 skipped 25 passed (16.4s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.6s)
🎭 Playwright Run Summary
4 skipped 26 passed (21.1s)
🎭 Playwright Run Summary
3 passed (2.9s)
🎭 Playwright Run Summary
7 skipped 23 passed (11.4s)
🎭 Playwright Run Summary
2 passed (2.7s)
🎭 Playwright Run Summary
3 passed (5.6s)
🎭 Playwright Run Summary
11 passed (2.9s)
🎭 Playwright Run Summary
5 skipped 25 passed (15.7s)
🎭 Playwright Run Summary
4 passed (7.9s)
🎭 Playwright Run Summary
4 passed (4.9s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.2s)
🎭 Playwright Run Summary
12 passed (6.9s)
🎭 Playwright Run Summary
4 passed (7.8s)
🎭 Playwright Run Summary
9 passed (10.1s)
🎭 Playwright Run Summary
5 passed (13.0s)
🎭 Playwright Run Summary
3 passed (3.0s)
🎭 Playwright Run Summary
3 passed (6.7s)
🎭 Playwright Run Summary
11 passed (6.4s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
1 passed (4.7s)
🎭 Playwright Run Summary
10 passed (10.7s)
🎭 Playwright Run Summary
2 passed (4.6s)
🎭 Playwright Run Summary
1 passed (6.5s)
🎭 Playwright Run Summary
22 passed (10.4s)
🎭 Playwright Run Summary
5 passed (7.2s)
🎭 Playwright Run Summary
3 passed (4.9s)
🎭 Playwright Run Summary
7 passed (8.9s)
🎭 Playwright Run Summary
7 passed (13.3s)
🎭 Playwright Run Summary
10 passed (5.4s)
🎭 Playwright Run Summary
10 passed (5.9s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
483 skipped 191 passed (40.1s)
🎭 Playwright Run Summary
3 passed (3.0s)
🎭 Playwright Run Summary
3 skipped 21 passed (20.1s)
🎭 Playwright Run Summary
3 passed (14.6s)
🎭 Playwright Run Summary
484 skipped 190 passed (37.1s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
18 passed (20.4s)
🎭 Playwright Run Summary
45 passed (5.0s)
🎭 Playwright Run Summary
15 passed (10.9s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.8s)
🎭 Playwright Run Summary
3 passed (3.9s)
🎭 Playwright Run Summary
14 passed (25.3s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.7s)
🎭 Playwright Run Summary
2 skipped 20 passed (24.7s)
🎭 Playwright Run Summary
3 passed (15.1s)
🎭 Playwright Run Summary
18 passed (7.0s)
🎭 Playwright Run Summary
11 passed (5.4s)
🎭 Playwright Run Summary
11 passed (5.8s)
🎭 Playwright Run Summary
3 passed (3.2s)
🎭 Playwright Run Summary
4 passed (7.9s)
🎭 Playwright Run Summary
4 passed (3.0s)
🎭 Playwright Run Summary
2 passed (4.7s)
🎭 Playwright Run Summary
5 passed (9.6s)
🎭 Playwright Run Summary
12 passed (7.0s)
🎭 Playwright Run Summary
10 passed (27.8s)
🎭 Playwright Run Summary
4 passed (9.1s)
🎭 Playwright Run Summary
5 passed (9.1s)
🎭 Playwright Run Summary
4 passed (2.6s)
🎭 Playwright Run Summary
1 passed (5.6s)
🎭 Playwright Run Summary
9 passed (11.5s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.6s)
🎭 Playwright Run Summary
29 passed (29.0s)
🎭 Playwright Run Summary
4 passed (15.9s)
🎭 Playwright Run Summary
4 passed (3.8s)
🎭 Playwright Run Summary
3 passed (4.0s)
🎭 Playwright Run Summary
13 passed (28.7s)
🎭 Playwright Run Summary
4 passed (10.0s)
🎭 Playwright Run Summary
12 passed (28.9s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
5 passed (8.3s)
🎭 Playwright Run Summary
3 passed (18.8s)
🎭 Playwright Run Summary
1 passed (4.8s)
🎭 Playwright Run Summary
12 passed (28.9s)
🎭 Playwright Run Summary
2 passed (23.2s)
🎭 Playwright Run Summary
15 passed (20.2s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
12 passed (28.0s)
🎭 Playwright Run Summary
16 passed (28.8s)
🎭 Playwright Run Summary
16 passed (23.5s)
🎭 Playwright Run Summary
5 passed (19.2s)
🎭 Playwright Run Summary
1 failed [chromium] β€Ί tests/performance/pageload.client.test.ts:6:3 β€Ί client - pageload performance β€Ί should send pageload transaction 6 passed (10.7s)
🎭 Playwright Run Summary
5 passed (8.9s)
🎭 Playwright Run Summary
7 passed (5.1s)
🎭 Playwright Run Summary
8 passed (9.4s)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
10 passed (37.6s)
🎭 Playwright Run Summary
8 passed (7.7s)
🎭 Playwright Run Summary
3 passed (4.8s)
🎭 Playwright Run Summary
479 skipped 195 passed (41.2s)
🎭 Playwright Run Summary
4 passed (10.6s)
🎭 Playwright Run Summary
12 passed (20.9s)
🎭 Playwright Run Summary
3 passed (16.4s)
🎭 Playwright Run Summary
3 passed (9.8s)
🎭 Playwright Run Summary
18 passed (21.2s)
🎭 Playwright Run Summary
2 skipped 20 passed (25.4s)
🎭 Playwright Run Summary
10 passed (24.8s)
🎭 Playwright Run Summary
11 passed (18.4s)
🎭 Playwright Run Summary
5 passed (11.1s)
🎭 Playwright Run Summary
8 passed (29.4s)
🎭 Playwright Run Summary
9 passed (11.3s)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
40 passed (22.2s)
🎭 Playwright Run Summary
40 passed (20.7s)
🎭 Playwright Run Summary
11 passed (17.6s)
🎭 Playwright Run Summary
11 passed (17.6s)
🎭 Playwright Run Summary
5 passed (12.0s)
🎭 Playwright Run Summary
7 passed (22.1s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.8s)
🎭 Playwright Run Summary
12 passed (17.6s)
🎭 Playwright Run Summary
12 passed (17.6s)
🎭 Playwright Run Summary
13 passed (13.2s)
🎭 Playwright Run Summary
12 passed (29.2s)
🎭 Playwright Run Summary
9 passed (12.5s)
🎭 Playwright Run Summary
9 passed (11.9s)
🎭 Playwright Run Summary
9 passed (13.1s)
🎭 Playwright Run Summary
347 skipped 327 passed (1.5m)
🎭 Playwright Run Summary
14 skipped 12 passed (23.0s)
🎭 Playwright Run Summary
3 passed (16.2s)
🎭 Playwright Run Summary
3 passed (9.8s)
🎭 Playwright Run Summary
8 passed (31.2s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.6s)
🎭 Playwright Run Summary
17 passed (57.5s)
🎭 Playwright Run Summary
3 skipped 27 passed (38.6s)
🎭 Playwright Run Summary
30 passed (12.6s)
🎭 Playwright Run Summary
7 passed (6.7s)
🎭 Playwright Run Summary
7 failed [chromium] β€Ί tests/middleware.test.ts:9:1 β€Ί Sends spans for multiple middlewares and verifies they are siblings under the same parent span [chromium] β€Ί tests/middleware.test.ts:59:1 β€Ί Sends spans for global function middleware ──────── [chromium] β€Ί tests/middleware.test.ts:88:1 β€Ί Sends spans for global request middleware ───────── [chromium] β€Ί tests/middleware.test.ts:115:1 β€Ί Sends spans for server route request middleware ── [chromium] β€Ί tests/middleware.test.ts:142:1 β€Ί Sends span for middleware that returns early without calling next() [chromium] β€Ί tests/middleware.test.ts:171:1 β€Ί Sends span for middleware that throws an error ─── [chromium] β€Ί tests/transaction.test.ts:44:1 β€Ί Sends a server function transaction for a nested server function only if it is manually instrumented 1 skipped 5 passed (12.9s)
🎭 Playwright Run Summary
349 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
9 passed (9.4s)
🎭 Playwright Run Summary
3 passed (37.3s)
🎭 Playwright Run Summary
3 passed (10.7s)
🎭 Playwright Run Summary
8 passed (3.5s)
🎭 Playwright Run Summary
8 passed (3.6s)
🎭 Playwright Run Summary
4 skipped 10 passed (31.0s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.2s)
🎭 Playwright Run Summary
24 passed (14.4s)
🎭 Playwright Run Summary
4 skipped 10 passed (22.7s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.9s)
🎭 Playwright Run Summary
4 passed (19.5s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
11 passed (14.7s)
🎭 Playwright Run Summary
13 passed (47.0s)
🎭 Playwright Run Summary
13 passed (9.2s)
🎭 Playwright Run Summary
2 flaky [chromium] β€Ί tests/trpc-error.test.ts:4:5 β€Ί should capture error with trpc context ───────────── [chromium] β€Ί tests/trpc-mutation.test.ts:4:5 β€Ί should create transaction with trpc input for mutation 1 passed (39.2s)
🎭 Playwright Run Summary
3 passed (4.0s)
🎭 Playwright Run Summary
1 failed [chromium] β€Ί tests/tunnel.test.ts:17:1 β€Ί Sends client-side errors through the configured tunnel route 12 skipped
🎭 Playwright Run Summary
13 passed (48.5s)
🎭 Playwright Run Summary
13 passed (9.3s)
🎭 Playwright Run Summary
3 skipped 27 passed (39.7s)
🎭 Playwright Run Summary
30 passed (12.5s)
🎭 Playwright Run Summary
4 passed (37.6s)
🎭 Playwright Run Summary
4 passed (8.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (31.2s)
🎭 Playwright Run Summary
2 skipped 12 passed (8.1s)
🎭 Playwright Run Summary
3 skipped 166 passed (2.5m)
🎭 Playwright Run Summary
4 passed (2.7s)
🎭 Playwright Run Summary
4 passed (20.0s)
🎭 Playwright Run Summary
51 passed (1.1m)
🎭 Playwright Run Summary
5 passed (47.1s)
🎭 Playwright Run Summary
5 passed (12.6s)
🎭 Playwright Run Summary
12 passed (1.2m)
🎭 Playwright Run Summary
12 passed (50.7s)
🎭 Playwright Run Summary
1 skipped 168 passed (2.7m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.1s)
🎭 Playwright Run Summary
4 passed (4.5s)
🎭 Playwright Run Summary
12 passed (8.1s)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
7 passed (24.9s)
🎭 Playwright Run Summary
5 passed (8.5s)
🎭 Playwright Run Summary
13 passed (25.0s)
🎭 Playwright Run Summary
10 passed (28.3s)
🎭 Playwright Run Summary
203 skipped 471 passed (3.7m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
195 skipped 479 passed (3.8m)
🎭 Playwright Run Summary
5 skipped 163 passed (3.7m)
🎭 Playwright Run Summary
1 passed (2.5s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
1 passed (5.2s)
🎭 Playwright Run Summary
45 passed (4.2s)
🎭 Playwright Run Summary
45 passed (5.0s)
🎭 Playwright Run Summary
3 skipped 165 passed (4.0m)
🎭 Playwright Run Summary
13 passed (47.0s)
🎭 Playwright Run Summary
13 passed (9.0s)
🎭 Playwright Run Summary
3 passed (3.8s)
🎭 Playwright Run Summary
2 passed (3.9s)
🎭 Playwright Run Summary
3 passed (8.9s)
🎭 Playwright Run Summary
190 skipped 484 passed (3.9m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.9m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
8 passed (3.9s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.5s)
🎭 Playwright Run Summary
11 passed (15.2s)
🎭 Playwright Run Summary
3 passed (39.0s)
🎭 Playwright Run Summary
3 passed (7.3s)
🎭 Playwright Run Summary
4 passed (7.9s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
23 passed (11.1s)
🎭 Playwright Run Summary
12 passed (7.0s)
🎭 Playwright Run Summary
5 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
3 passed (5.5s)
🎭 Playwright Run Summary
4 passed (23.1s)
🎭 Playwright Run Summary
59 skipped 615 passed (4.7m)
🎭 Playwright Run Summary
10 passed (37.6s)
🎭 Playwright Run Summary
7 passed (26.8s)
🎭 Playwright Run Summary
8 passed (7.7s)
🎭 Playwright Run Summary
4 passed (10.4s)
🎭 Playwright Run Summary
56 skipped 618 passed (4.7m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
59 skipped 615 passed (4.7m)
🎭 Playwright Run Summary
54 skipped 620 passed (4.8m)
🎭 Playwright Run Summary
54 skipped 620 passed (4.9m)
🎭 Playwright Run Summary
9 passed (10.5s)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)
🎭 Playwright Run Summary
14 skipped 12 passed (21.2s)
🎭 Playwright Run Summary
9 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 14 passed (1.2m)
🎭 Playwright Run Summary
7 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.9s)
🎭 Playwright Run Summary
4 passed (20.0s)
🎭 Playwright Run Summary
51 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
9 skipped 34 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 41 passed (1.0m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output
15.5 MB
sha256:b99ffab9c288ebce22485fa1c0a2a23a38d7b433e31d893af55ec70ddfb54fa3
build-layer-output
1.58 MB
sha256:7d54d3759f43d04b783219c1099cd03dcee1910b86d3b480d7c949b0e3d27807
build-output
12.5 MB
sha256:c002bf3ae55f8c540ca84a3cf8d0c0a6b6935b5a53185166b3e5eaef0e2ead0e
build-tarball-output
6.23 MB
sha256:fe9a52f4f92b7bed89a029bc71ba4c7f18b27113ed019bf872a1827a296bebe2
playwright-traces-job_e2e_playwright_tests-react-router-7-framework-spa-node-20-18
19.7 KB
sha256:6550316a8b277ac57a245b04d931893e59204fadb0c916af25f37acb7f21aaa5
playwright-traces-job_e2e_playwright_tests-tanstackstart-react
16.9 KB
sha256:9eedcf2991d094771a4c9ceb233fb70e0d8b1666e437774e4bb62a9691e8cdc0