Skip to content

fix(node): Move Async context strategy setup to NodeClient.init() #55230

fix(node): Move Async context strategy setup to NodeClient.init()

fix(node): Move Async context strategy setup to NodeClient.init() #55230

Re-run triggered August 20, 2026 08:27
Status Failure
Total duration 7m 36s
Artifacts 4

build.yml

on: pull_request
Get CI Metadata  /  Get Metadata
7s
Get CI Metadata / Get Metadata
Check lockfile
Check lockfile
Check file formatting
44s
Check file formatting
Check PR branches
5s
Check PR branches
Build Lambda layer
1m 14s
Build Lambda layer
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 14s
Lint
Circular Dependency Check
1m 38s
Circular Dependency Check
Browser Unit Tests
54s
Browser Unit Tests
Bun Unit Tests
49s
Bun Unit Tests
Deno Unit Tests
Deno Unit Tests
Cloudflare Integration Tests
4m 59s
Cloudflare Integration Tests
Bun Integration Tests
44s
Bun Integration Tests
Deno Integration Tests
Deno Integration Tests
Check for faulty .d.ts files
45s
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
2s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 notice
E2E astro-7 Test (optional)
Process completed with exit code 1.
E2E astro-7 Test (optional)
Error: Process from config.webServer was not able to start. Exit code: 1
[chromium] › tests/parameterized-routes.test.ts:123:5 › should create a nested parameterized transaction when the `app` directory is used.: ../../_temp/test-application/tests/parameterized-routes.test.ts#L0
10) [chromium] › tests/parameterized-routes.test.ts:123:5 › should create a nested parameterized transaction when the `app` directory is used. Test timeout of 30000ms exceeded.
[chromium] › tests/parameterized-routes.test.ts:84:5 › should create a partially parameterized transaction when the `app` directory is used: ../../_temp/test-application/tests/parameterized-routes.test.ts#L0
9) [chromium] › tests/parameterized-routes.test.ts:84:5 › should create a partially parameterized transaction when the `app` directory is used Test timeout of 30000ms exceeded.
[chromium] › tests/parameterized-routes.test.ts:43:5 › should create a static transaction when the `app` directory is used and the route is not parameterized: ../../_temp/test-application/tests/parameterized-routes.test.ts#L0
8) [chromium] › tests/parameterized-routes.test.ts:43:5 › should create a static transaction when the `app` directory is used and the route is not parameterized Test timeout of 30000ms exceeded.
[chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized transaction when the `app` directory is used: ../../_temp/test-application/tests/parameterized-routes.test.ts#L0
7) [chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized transaction when the `app` directory is used Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest: ../../_temp/test-application/tests/isr-routes.test.ts#L0
6) [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit: ../../_temp/test-application/tests/isr-routes.test.ts#L0
5) [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values: ../../_temp/test-application/tests/isr-routes.test.ts#L31
4) [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values Error: expect(locator).toHaveText(expected) failed Locator: locator('#isr-product-id') Expected: "phone" Timeout: 10000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 10000ms - waiting for locator('#isr-product-id') 29 | // Test with 'phone' (one of the pre-generated static params) 30 | await page.goto('/isr-test/phone'); > 31 | await expect(page.locator('#isr-product-id')).toHaveText('phone'); | ^ 32 | 33 | await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0); 34 | await expect(page.locator('meta[name="baggage"]')).toHaveCount(0); at /home/runner/work/_temp/test-application/tests/isr-routes.test.ts:31:49
[chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route: ../../_temp/test-application/tests/isr-routes.test.ts#L21
3) [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route Error: expect(locator).toHaveText(expected) failed Locator: locator('#isr-static-marker') Expected: "static-isr" Timeout: 10000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 10000ms - waiting for locator('#isr-static-marker') 19 | 20 | // Wait for page to be fully loaded > 21 | await expect(page.locator('#isr-static-marker')).toHaveText('static-isr'); | ^ 22 | 23 | // Check that sentry-trace and baggage meta tags are removed for ISR pages 24 | await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0); at /home/runner/work/_temp/test-application/tests/isr-routes.test.ts:21:52
[chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load: ../../_temp/test-application/tests/isr-routes.test.ts#L9
2) [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load Error: expect(locator).toHaveText(expected) failed Locator: locator('#isr-product-id') Expected: "laptop" Timeout: 10000ms Error: element(s) not found Call log: - Expect "toHaveText" with timeout 10000ms - waiting for locator('#isr-product-id') 7 | 8 | // Wait for page to be fully loaded > 9 | await expect(page.locator('#isr-product-id')).toHaveText('laptop'); | ^ 10 | 11 | // Check that sentry-trace and baggage meta tags are removed for ISR pages 12 | await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0); at /home/runner/work/_temp/test-application/tests/isr-routes.test.ts:9:49
[chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events: ../../_temp/test-application/tests/cloudflare-runtime.test.ts#L0
1) [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events Test timeout of 30000ms exceeded.
🎭 Playwright Run Summary
12 failed [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest [chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:43:5 › should create a static transaction when the `app` directory is used and the route is not parameterized [chromium] › tests/parameterized-routes.test.ts:84:5 › should create a partially parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:123:5 › should create a nested parameterized transaction when the `app` directory is used. [chromium] › tests/prefetch-spans.test.ts:5:5 › Prefetch client spans should have a http.request.prefetch attribute [chromium] › tests/streaming-rsc-error.test.ts:4:5 › Should capture errors for crashing streaming promises in server components when `Sentry.captureRequestError` is added to the `onRequestError` hook 15 skipped