Skip to content

Merge branch 'release/10.62.0' #49565

Merge branch 'release/10.62.0'

Merge branch 'release/10.62.0' #49565

Re-run triggered June 26, 2026 12:12
Status Failure
Total duration 15m 24s
Artifacts 6

build.yml

on: push
Get CI Metadata  /  Get Metadata
11s
Get CI Metadata / Get Metadata
Check lockfile
2m 41s
Check lockfile
Check file formatting
49s
Check file formatting
Check PR branches
Check PR branches
Build Lambda layer
2m 4s
Build Lambda layer
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 6s
Lint
Circular Dependency Check
1m 42s
Circular Dependency Check
Browser Unit Tests
3m 52s
Browser Unit Tests
Bun Unit Tests
51s
Bun Unit Tests
Deno Unit Tests
1m 3s
Deno Unit Tests
Node v18.0.0 Compatibility Check
37s
Node v18.0.0 Compatibility Check
Cloudflare Integration Tests
2m 57s
Cloudflare Integration Tests
Bundler Plugin Integration Tests
3m 20s
Bundler Plugin Integration Tests
Bun Integration Tests
41s
Bun Integration Tests
Check for faulty .d.ts files
44s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Size Check
Size Check
Matrix: job_optional_e2e_tests
Upload Artifacts
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
5s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 4 notices
[chromium] › tests/environment.test.ts:40:3 › environment detection › sets correct environment for server-side errors: ../../_temp/test-application/tests/environment.test.ts#L45
3) [chromium] › tests/environment.test.ts:40:3 › environment detection › sets correct environment for server-side errors Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/fetch-server-routes Call log: - navigating to "http://localhost:3030/fetch-server-routes", waiting until "networkidle" 43 | }); 44 | > 45 | await page.goto(`/fetch-server-routes`, isDevMode ? { waitUntil: 'networkidle' } : {}); | ^ 46 | await page.getByText('Fetch Server API Error', { exact: true }).click(); 47 | 48 | const error = await errorPromise; at /home/runner/work/_temp/test-application/tests/environment.test.ts:45:16
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions: ../../_temp/test-application/tests/environment.test.ts#L29
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/test-param/1234 Call log: - navigating to "http://localhost:3030/test-param/1234", waiting until "load" 27 | }); 28 | > 29 | await page.goto(`/test-param/1234`); | ^ 30 | 31 | const transaction = await transactionPromise; 32 | at /home/runner/work/_temp/test-application/tests/environment.test.ts:29:16
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions: ../../_temp/test-application/tests/environment.test.ts#L29
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/test-param/1234 Call log: - navigating to "http://localhost:3030/test-param/1234", waiting until "load" 27 | }); 28 | > 29 | await page.goto(`/test-param/1234`); | ^ 30 | 31 | const transaction = await transactionPromise; 32 | at /home/runner/work/_temp/test-application/tests/environment.test.ts:29:16
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions: ../../_temp/test-application/tests/environment.test.ts#L29
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/test-param/1234 Call log: - navigating to "http://localhost:3030/test-param/1234", waiting until "load" 27 | }); 28 | > 29 | await page.goto(`/test-param/1234`); | ^ 30 | 31 | const transaction = await transactionPromise; 32 | at /home/runner/work/_temp/test-application/tests/environment.test.ts:29:16
[chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions: ../../_temp/test-application/tests/environment.test.ts#L29
2) [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/test-param/1234 Call log: - navigating to "http://localhost:3030/test-param/1234", waiting until "load" 27 | }); 28 | > 29 | await page.goto(`/test-param/1234`); | ^ 30 | 31 | const transaction = await transactionPromise; 32 | at /home/runner/work/_temp/test-application/tests/environment.test.ts:29:16
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors: ../../_temp/test-application/tests/environment.test.ts#L12
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/client-error Call log: - navigating to "http://localhost:3030/client-error", waiting until "networkidle" 10 | 11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load) > 12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {}); | ^ 13 | await page.locator('#errorBtn').click(); 14 | 15 | const error = await errorPromise; at /home/runner/work/_temp/test-application/tests/environment.test.ts:12:16
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors: ../../_temp/test-application/tests/environment.test.ts#L12
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/client-error Call log: - navigating to "http://localhost:3030/client-error", waiting until "networkidle" 10 | 11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load) > 12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {}); | ^ 13 | await page.locator('#errorBtn').click(); 14 | 15 | const error = await errorPromise; at /home/runner/work/_temp/test-application/tests/environment.test.ts:12:16
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors: ../../_temp/test-application/tests/environment.test.ts#L12
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/client-error Call log: - navigating to "http://localhost:3030/client-error", waiting until "networkidle" 10 | 11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load) > 12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {}); | ^ 13 | await page.locator('#errorBtn').click(); 14 | 15 | const error = await errorPromise; at /home/runner/work/_temp/test-application/tests/environment.test.ts:12:16
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors: ../../_temp/test-application/tests/environment.test.ts#L13
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('#errorBtn') 11 | // We have to wait for networkidle in dev mode because clicking the button is a no-op otherwise (network requests are blocked during page load) 12 | await page.goto(`/client-error`, isDevMode ? { waitUntil: 'networkidle' } : {}); > 13 | await page.locator('#errorBtn').click(); | ^ 14 | 15 | const error = await errorPromise; 16 | at /home/runner/work/_temp/test-application/tests/environment.test.ts:13:37
[chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors: ../../_temp/test-application/tests/environment.test.ts#L0
1) [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors Test timeout of 30000ms exceeded.
Node (24) (TS 3.8) Integration Tests
The job has exceeded the maximum execution time of 15m0s
Node (24) (TS 3.8) Integration Tests
The operation was canceled.
All required jobs passed or were skipped
Process completed with exit code 1.
🎭 Playwright Run Summary
6 skipped 6 passed (36.3s)
🎭 Playwright Run Summary
12 passed (51.0s)
🎭 Playwright Run Summary
4 failed [chromium] › tests/environment.test.ts:6:3 › environment detection › sets correct environment for client-side errors [chromium] › tests/environment.test.ts:24:3 › environment detection › sets correct environment for client-side transactions [chromium] › tests/environment.test.ts:40:3 › environment detection › sets correct environment for server-side errors [chromium] › tests/environment.test.ts:59:3 › environment detection › sets correct environment for server-side transactions
🎭 Playwright Run Summary
51 passed (1.0m)