Skip to content

chore(size-limit): weekly auto-bump #49561

chore(size-limit): weekly auto-bump

chore(size-limit): weekly auto-bump #49561

Re-run triggered June 26, 2026 11:20
Status Failure
Total duration 13m 11s
Artifacts 4

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
6s
Get CI Metadata / Get Metadata
Check lockfile
Check lockfile
Check file formatting
47s
Check file formatting
Check PR branches
2s
Check PR branches
Build Lambda layer
1m 16s
Build Lambda layer
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 15s
Lint
Circular Dependency Check
1m 42s
Circular Dependency Check
Browser Unit Tests
3m 29s
Browser Unit Tests
Bun Unit Tests
49s
Bun Unit Tests
Deno Unit Tests
1m 12s
Deno Unit Tests
Node v18.0.0 Compatibility Check
37s
Node v18.0.0 Compatibility Check
Cloudflare Integration Tests
3m 6s
Cloudflare Integration Tests
Bundler Plugin Integration Tests
3m 4s
Bundler Plugin Integration Tests
Bun Integration Tests
49s
Bun Integration Tests
Check for faulty .d.ts files
40s
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
6s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

10 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.
🎭 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.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.0s)