Skip to content

test(e2e): Port nextjs-16-cf-workers to span streaming (#23926) #56824

test(e2e): Port nextjs-16-cf-workers to span streaming (#23926)

test(e2e): Port nextjs-16-cf-workers to span streaming (#23926) #56824

Triggered via push September 2, 2026 15:08
Status Failure
Total duration 18m 31s
Artifacts 15

build.yml

on: push
Get CI Metadata  /  Get Metadata
11s
Get CI Metadata / Get Metadata
Check lockfile
2m 42s
Check lockfile
Check file formatting
43s
Check file formatting
Check PR branches
0s
Check PR branches
Build Lambda layer
1m 48s
Build Lambda layer
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 34s
Lint
Circular Dependency Check
1m 32s
Circular Dependency Check
Browser Unit Tests
2m 2s
Browser Unit Tests
Bun Unit Tests
42s
Bun Unit Tests
Deno Unit Tests
3m 27s
Deno Unit Tests
Cloudflare Integration Tests
5m 32s
Cloudflare Integration Tests
Bun Integration Tests
42s
Bun Integration Tests
Deno Integration Tests
57s
Deno Integration Tests
Check for faulty .d.ts files
48s
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
23s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

27 errors, 5 warnings, and 269 notices
E2E deno-pg Test
Process completed with exit code 1.
E2E deno-pg Test
Error: read ECONNRESET
E2E nextjs-16-cf-workers Test
Process completed with exit code 1.
[chromium] › tests/prefetch-spans.test.ts:5:5 › Prefetch client spans should have a http.request.prefetch attribute: ../../_temp/test-application/tests/prefetch-spans.test.ts#L13
7) [chromium] › tests/prefetch-spans.test.ts:5:5 › Prefetch client spans should have a http.request.prefetch attribute Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/prefetching Call log: - navigating to "http://localhost:3030/prefetching", waiting until "load" 11 | ); 12 | > 13 | await page.goto(`/prefetching`); | ^ 14 | 15 | // Make it more likely that nextjs prefetches 16 | await page.hover('#prefetch-link'); at /home/runner/work/_temp/test-application/tests/prefetch-spans.test.ts:13:14
[chromium] › tests/parameterized-routes.test.ts:65:5 › should create a nested parameterized pageload span when the `app` directory is used: ../../_temp/test-application/tests/parameterized-routes.test.ts#L70
6) [chromium] › tests/parameterized-routes.test.ts:65:5 › should create a nested parameterized pageload span when the `app` directory is used Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/parameterized/cappuccino/beep/espresso Call log: - navigating to "http://localhost:3030/parameterized/cappuccino/beep/espresso", waiting until "load" 68 | }); 69 | > 70 | await page.goto(`/parameterized/cappuccino/beep/espresso`); | ^ 71 | 72 | const span = await spanPromise; 73 | at /home/runner/work/_temp/test-application/tests/parameterized-routes.test.ts:70:14
[chromium] › tests/parameterized-routes.test.ts:45:5 › should create a partially parameterized pageload span when the `app` directory is used: ../../_temp/test-application/tests/parameterized-routes.test.ts#L50
5) [chromium] › tests/parameterized-routes.test.ts:45:5 › should create a partially parameterized pageload span when the `app` directory is used Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/parameterized/cappuccino/beep Call log: - navigating to "http://localhost:3030/parameterized/cappuccino/beep", waiting until "load" 48 | }); 49 | > 50 | await page.goto(`/parameterized/cappuccino/beep`); | ^ 51 | 52 | const span = await spanPromise; 53 | at /home/runner/work/_temp/test-application/tests/parameterized-routes.test.ts:50:14
[chromium] › tests/parameterized-routes.test.ts:24:5 › should create a span named after the static route when the `app` directory is used: ../../_temp/test-application/tests/parameterized-routes.test.ts#L29
4) [chromium] › tests/parameterized-routes.test.ts:24:5 › should create a span named after the static route when the `app` directory is used Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/parameterized/static Call log: - navigating to "http://localhost:3030/parameterized/static", waiting until "load" 27 | }); 28 | > 29 | await page.goto(`/parameterized/static`); | ^ 30 | 31 | const span = await spanPromise; 32 | at /home/runner/work/_temp/test-application/tests/parameterized-routes.test.ts:29:14
[chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized pageload span when the `app` directory is used: ../../_temp/test-application/tests/parameterized-routes.test.ts#L9
3) [chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized pageload span when the `app` directory is used Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/parameterized/cappuccino Call log: - navigating to "http://localhost:3030/parameterized/cappuccino", waiting until "load" 7 | }); 8 | > 9 | await page.goto(`/parameterized/cappuccino`); | ^ 10 | 11 | const span = await spanPromise; 12 | at /home/runner/work/_temp/test-application/tests/parameterized-routes.test.ts:9:14
[chromium] › tests/isr-routes.test.ts:72:5 › ISR route should be identified correctly in the route manifest: ../../_temp/test-application/tests/isr-routes.test.ts#L77
2) [chromium] › tests/isr-routes.test.ts:72:5 › ISR route should be identified correctly in the route manifest Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3030/isr-test/laptop Call log: - navigating to "http://localhost:3030/isr-test/laptop", waiting until "load" 75 | }); 76 | > 77 | await page.goto('/isr-test/laptop'); | ^ 78 | const span = await spanPromise; 79 | 80 | // Verify the span is properly parameterized at /home/runner/work/_temp/test-application/tests/isr-routes.test.ts:77:14
[chromium] › tests/isr-routes.test.ts:44:5 › should create unique traces for ISR pages on each visit: ../../_temp/test-application/tests/isr-routes.test.ts#L0
1) [chromium] › tests/isr-routes.test.ts:44:5 › should create unique traces for ISR pages on each visit Test timeout of 30000ms exceeded.
E2E solidstart Test
Process completed with exit code 1.
[chromium] › tests/db.test.ts:4:1 › Instruments ioredis automatically via build-time orchestrion: ../../_temp/test-application/tests/db.test.ts#L29
1) [chromium] › tests/db.test.ts:4:1 › Instruments ioredis automatically via build-time orchestrion Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"attributes": ObjectContaining {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set test-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}}, "name": "set test-key [1 other arguments]", "status": "ok"} Received array: [{"attributes": {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set test-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.environment": {"type": "string", "value": "qa"}, "sentry.kind": {"type": "string", "value": "client"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}, "sentry.release": {"type": "string", "value": "ef2c8265e13b2a1f5823daad0416a6f76b7e0db2"}, "sentry.sdk.name": {"type": "string", "value": "sentry.javascript.solidstart"}, "sentry.sdk.version": {"type": "string", "value": "10.67.0"}, "sentry.segment.id": {"type": "string", "value": "84adb70ee0b699d9"}, "sentry.segment.name": {"type": "string", "value": "GET"}, "sentry.trace_lifecycle": {"type": "string", "value": "stream"}, "server.address": {"type": "string", "value": "localhost"}, "server.port": {"type": "integer", "value": 6379}}, "end_timestamp": 1788362126.3859224, "is_segment": false, "name": "set localhost:6379", "parent_span_id": "84adb70ee0b699d9", "span_id": "803dad893a9175ac", "start_timestamp": 1788362126.3763, "status": "ok", "trace_id": "585112db2d3846838cf034b50f72092e"}, {"attributes": {"db.operation.name": {"type": "string", "value": "get"}, "db.query.text": {"type": "string", "value": "get test-key"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.environment": {"type": "string", "value": "qa"}, "sentry.kind": {"type": "string", "value": "client"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}, "sentry.release": {"type": "string", "value": "ef2c8265e13b2a1f5823daad0416a6f76b7e0db2"}, "sentry.sdk.name": {"type": "string", "value": "sentry.javascript.solidstart"}, "sentry.sdk.version": {"type": "string", "value": "10.67.0"}, "sentry.segment.id": {"type": "string", "value": "84adb70ee0b699d9"}, "sentry.segment.name": {"type": "string", "value": "GET"}, "sentry.trace_lifecycle": {"type": "string", "value": "stream"}, "server.address": {"type": "string", "value": "localhost"}, "server.port": {"type": "integer", "value": 6379}}, "end_timestamp": 1788362126.3865273, "is_segment": false, "name": "get localhost:6379", "parent_span_id": "84adb70ee0b699d9", "span_id": "84af41b2b5ec5000", "start_timestamp": 1788362126.386176, "status": "ok", "trace_id": "585112db2d3846838cf034b50f72092e"}] 27 | 28 | expect(redisSpans).toHaveLength(2); > 29 | expect(redisSpans).toContainEqual( | ^ 30 | expect.objectContaining({ 31 | name: 'set test-key [1 other arguments]', 32 | status: 'ok', at /home/runner/work/_temp/test-application/tests/db.test.ts:29:22
E2E react-router-7-framework-instrumentation Test (optional)
Process completed with exit code 1.
[chromium] › tests/performance/performance.server.test.ts:132:3 › server - instrumentation API performance › sends exactly one http.server segment per request (no double-instrumentation): ../../_temp/test-application/tests/performance/performance.server.test.ts#L152
1) [chromium] › tests/performance/performance.server.test.ts:132:3 › server - instrumentation API performance › sends exactly one http.server segment per request (no double-instrumentation) Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 Array [ + "GET", "GET /performance", ] 150 | await page.waitForTimeout(3000); 151 | > 152 | expect(httpServerSpanNames).toEqual(['GET /performance']); | ^ 153 | }); 154 | 155 | test('resolves a real http.route on routes without a loader/action', async ({ page }) => { at /home/runner/work/_temp/test-application/tests/performance/performance.server.test.ts:152:33
E2E nextjs-16 Test
Process completed with exit code 1.
[chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page: ../../_temp/test-application/tests/db-page.test.ts#L32
1) [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"attributes": ObjectContaining {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set page-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}}, "name": "set page-key [1 other arguments]", "status": "ok"} Received array: [{"attributes": [Object], "end_timestamp": 1788362105.6994772, "is_segment": false, "name": "resolve page components", "parent_span_id": "998054fff917e160", "span_id": "84e7b486639891f8", "start_timestamp": 1788362105.6989794, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, {"attributes": [Object], "end_timestamp": 1788362105.914975, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "bc81b77685ce028e", "span_id": "89b2bae3baa62d7c", "start_timestamp": 1788362105.9147305, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, {"attributes": [Object], "end_timestamp": 1788362105.9166603, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "bc81b77685ce028e", "span_id": "b0f7ebb19de591fa", "start_timestamp": 1788362105.91653, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, {"attributes": [Object], "end_timestamp": 1788362105.9173532, "is_segment": false, "name": "build component tree", "parent_span_id": "8055bef5222122d4", "span_id": "bc81b77685ce028e", "start_timestamp": 1788362105.9132452, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, {"attributes": [Object], "end_timestamp": 1788362106.0998347, "is_segment": false, "name": "pg.connect", "parent_span_id": "8055bef5222122d4", "span_id": "a22891a811734851", "start_timestamp": 1788362105.921733, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, {"attributes": [Object], "end_timestamp": 1788362106.1034508, "is_segment": false, "name": "SELECT", "parent_span_id": "8055bef5222122d4", "span_id": "8335bc3a915fc8fa", "start_timestamp": 1788362106.1013875, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, {"attributes": [Object], "end_timestamp": 1788362106.1121798, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "a938b8c087369f31", "span_id": "b7e75a74244395a1", "start_timestamp": 1788362106.110435, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, {"attributes": [Object], "end_timestamp": 1788362106.1124938, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "a938b8c087369f31", "span_id": "bbbb26b21daec26f", "start_timestamp": 1788362106.111165, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, {"attributes": [Object], "end_timestamp": 1788362106.1141682, "is_segment": false, "name": "info localhost:6379", "parent_span_id": "a938b8c087369f31", "span_id": "918d80d94fde6120", "start_timestamp": 1788362106.112794, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, {"attributes": [Object], "end_timestamp": 1788362106.1143692, "is_segment": false, "name": "connect", "parent_span_id": "8055bef5222122d4", "span_id": "a938b8c087369f31", "start_timestamp": 1788362106.1068356, "status": "ok", "trace_id": "9272e61d1e8b46bcb916a4ebaef6c25f"}, …] 30 | }), 31 | ); > 32 | expect(spans).toContainEqual( | ^ 33 | expect.objectContaining({ 34 | name: 'set page-key [1 other arguments]', 35 | status: 'ok', at /home/runner/work/_temp/test-application/tests/db-page.test.ts:32:17
E2E nextjs-16 (latest, turbopack) Test
Process completed with exit code 1.
[chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page: ../../_temp/test-application/tests/db-page.test.ts#L32
1) [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"attributes": ObjectContaining {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set page-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}}, "name": "set page-key [1 other arguments]", "status": "ok"} Received array: [{"attributes": [Object], "end_timestamp": 1788362121.1906269, "is_segment": false, "name": "resolve page components", "parent_span_id": "a6ebd74a2b5844ea", "span_id": "8d9450322c542f80", "start_timestamp": 1788362121.1904101, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, {"attributes": [Object], "end_timestamp": 1788362121.3111577, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "a740d3f6d1ef8e19", "span_id": "9cd86a8d1a4e3d19", "start_timestamp": 1788362121.310927, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, {"attributes": [Object], "end_timestamp": 1788362121.3122318, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "a740d3f6d1ef8e19", "span_id": "a7a0c686929c57f3", "start_timestamp": 1788362121.3121622, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, {"attributes": [Object], "end_timestamp": 1788362121.3126292, "is_segment": false, "name": "build component tree", "parent_span_id": "b95db45979653dbc", "span_id": "a740d3f6d1ef8e19", "start_timestamp": 1788362121.3100038, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, {"attributes": [Object], "end_timestamp": 1788362121.4219286, "is_segment": false, "name": "pg.connect", "parent_span_id": "b95db45979653dbc", "span_id": "a806ff55904b19b0", "start_timestamp": 1788362121.3152423, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, {"attributes": [Object], "end_timestamp": 1788362121.4249887, "is_segment": false, "name": "SELECT", "parent_span_id": "b95db45979653dbc", "span_id": "832aec3fb00cad7a", "start_timestamp": 1788362121.4232824, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, {"attributes": [Object], "end_timestamp": 1788362121.430985, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "9bf534a1e67f03a5", "span_id": "a5e82b1053b9fc96", "start_timestamp": 1788362121.4298308, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, {"attributes": [Object], "end_timestamp": 1788362121.4311724, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "9bf534a1e67f03a5", "span_id": "92c2423b60fdf366", "start_timestamp": 1788362121.430373, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, {"attributes": [Object], "end_timestamp": 1788362121.4322333, "is_segment": false, "name": "info localhost:6379", "parent_span_id": "9bf534a1e67f03a5", "span_id": "ae3daced256667c9", "start_timestamp": 1788362121.4313393, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, {"attributes": [Object], "end_timestamp": 1788362121.4323459, "is_segment": false, "name": "connect", "parent_span_id": "b95db45979653dbc", "span_id": "9bf534a1e67f03a5", "start_timestamp": 1788362121.4276965, "status": "ok", "trace_id": "6ba527c6c6c34049ae20b1f3eea54456"}, …] 30 | }), 31 | ); > 32 | expect(spans).toContainEqual( | ^ 33 | expect.objectContaining({ 34 | name: 'set page-key [1 other arguments]', 35 | status: 'ok', at /home/runner/work/_temp/test-application/tests/db-page.test.ts:32:17
E2E nextjs-16 (latest, webpack) Test
Process completed with exit code 1.
[chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page: ../../_temp/test-application/tests/db-page.test.ts#L32
1) [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"attributes": ObjectContaining {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set page-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}}, "name": "set page-key [1 other arguments]", "status": "ok"} Received array: [{"attributes": [Object], "end_timestamp": 1788362133.8257854, "is_segment": false, "name": "resolve page components", "parent_span_id": "8b6d9c3d41bf5c7e", "span_id": "ab8d4cf20fe17aee", "start_timestamp": 1788362133.8253965, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, {"attributes": [Object], "end_timestamp": 1788362133.981758, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "920d5aae935d5471", "span_id": "8b2e4c58fea24b38", "start_timestamp": 1788362133.9814467, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, {"attributes": [Object], "end_timestamp": 1788362133.983307, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "920d5aae935d5471", "span_id": "a1f595b1fc4ae15c", "start_timestamp": 1788362133.9831247, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, {"attributes": [Object], "end_timestamp": 1788362133.9839692, "is_segment": false, "name": "build component tree", "parent_span_id": "a4fce0dec671c65a", "span_id": "920d5aae935d5471", "start_timestamp": 1788362133.980036, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, {"attributes": [Object], "end_timestamp": 1788362134.0884116, "is_segment": false, "name": "pg.connect", "parent_span_id": "a4fce0dec671c65a", "span_id": "bef3e2560485eb96", "start_timestamp": 1788362133.9897597, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, {"attributes": [Object], "end_timestamp": 1788362134.0926368, "is_segment": false, "name": "SELECT", "parent_span_id": "a4fce0dec671c65a", "span_id": "b319f8b312ee8f33", "start_timestamp": 1788362134.0901577, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, {"attributes": [Object], "end_timestamp": 1788362134.101403, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "a3ef5841610b32ee", "span_id": "8edd8ba022f70d01", "start_timestamp": 1788362134.1001518, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, {"attributes": [Object], "end_timestamp": 1788362134.1023278, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "a3ef5841610b32ee", "span_id": "b55928da6f0a46d2", "start_timestamp": 1788362134.1019557, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, {"attributes": [Object], "end_timestamp": 1788362134.104137, "is_segment": false, "name": "info localhost:6379", "parent_span_id": "a3ef5841610b32ee", "span_id": "82ee449703c9980b", "start_timestamp": 1788362134.1026845, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, {"attributes": [Object], "end_timestamp": 1788362134.1043262, "is_segment": false, "name": "connect", "parent_span_id": "a4fce0dec671c65a", "span_id": "a3ef5841610b32ee", "start_timestamp": 1788362134.0965471, "status": "ok", "trace_id": "806158ca8d4746a194eaa347eab01320"}, …] 30 | }), 31 | ); > 32 | expect(spans).toContainEqual( | ^ 33 | expect.objectContaining({ 34 | name: 'set page-key [1 other arguments]', 35 | status: 'ok', at /home/runner/work/_temp/test-application/tests/db-page.test.ts:32:17
E2E nextjs-16 (canary, webpack) Test (optional)
Process completed with exit code 1.
[chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page: ../../_temp/test-application/tests/db-page.test.ts#L32
1) [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"attributes": ObjectContaining {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set page-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}}, "name": "set page-key [1 other arguments]", "status": "ok"} Received array: [{"attributes": [Object], "end_timestamp": 1788362143.2217534, "is_segment": false, "name": "load route module", "parent_span_id": "bd5db3df367410e0", "span_id": "bc4c62233f16994d", "start_timestamp": 1788362143.2216148, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, {"attributes": [Object], "end_timestamp": 1788362143.2219117, "is_segment": false, "name": "resolve page components", "parent_span_id": "8ceee38f57d389a8", "span_id": "bd5db3df367410e0", "start_timestamp": 1788362143.221198, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, {"attributes": [Object], "end_timestamp": 1788362143.2242713, "is_segment": false, "name": "prepare route module", "parent_span_id": "8ceee38f57d389a8", "span_id": "bf77e03a310c2804", "start_timestamp": 1788362143.2224705, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, {"attributes": [Object], "end_timestamp": 1788362143.26905, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "ac9513d6387e069e", "span_id": "8b2b159143d20383", "start_timestamp": 1788362143.2316072, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, {"attributes": [Object], "end_timestamp": 1788362143.3672357, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "ac9513d6387e069e", "span_id": "9ff863d1d7ec2237", "start_timestamp": 1788362143.2703047, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, {"attributes": [Object], "end_timestamp": 1788362143.3679936, "is_segment": false, "name": "build component tree", "parent_span_id": "a4cfc2fc1b4821bf", "span_id": "ac9513d6387e069e", "start_timestamp": 1788362143.230659, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, {"attributes": [Object], "end_timestamp": 1788362143.446981, "is_segment": false, "name": "pg.connect", "parent_span_id": "a4cfc2fc1b4821bf", "span_id": "abf8c663a2ee8484", "start_timestamp": 1788362143.3726492, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, {"attributes": [Object], "end_timestamp": 1788362143.4498098, "is_segment": false, "name": "SELECT", "parent_span_id": "a4cfc2fc1b4821bf", "span_id": "b762196a7c37ad74", "start_timestamp": 1788362143.448257, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, {"attributes": [Object], "end_timestamp": 1788362143.4561431, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "840dbed175f95663", "span_id": "8420550d85995ad8", "start_timestamp": 1788362143.4552226, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, {"attributes": [Object], "end_timestamp": 1788362143.4567437, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "840dbed175f95663", "span_id": "9aee06376f324d0f", "start_timestamp": 1788362143.456501, "status": "ok", "trace_id": "6c4cdb2dbae648ff85e94ea91e071a20"}, …] 30 | }), 31 | ); > 32 | expect(spans).toContainEqual( | ^ 33 | expect.objectContaining({ 34 | name: 'set page-key [1 other arguments]', 35 | status: 'ok', at /home/runner/work/_temp/test-application/tests/db-page.test.ts:32:17
E2E nextjs-16 (canary, turbopack) Test (optional)
Process completed with exit code 1.
[chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page: ../../_temp/test-application/tests/db-page.test.ts#L32
1) [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"attributes": ObjectContaining {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set page-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}}, "name": "set page-key [1 other arguments]", "status": "ok"} Received array: [{"attributes": [Object], "end_timestamp": 1788362138.5285265, "is_segment": false, "name": "load route module", "parent_span_id": "a04b282857c187f2", "span_id": "a5e073796b4daf01", "start_timestamp": 1788362138.528358, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, {"attributes": [Object], "end_timestamp": 1788362138.5289452, "is_segment": false, "name": "resolve page components", "parent_span_id": "8acaead5fbaec372", "span_id": "a04b282857c187f2", "start_timestamp": 1788362138.5281227, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, {"attributes": [Object], "end_timestamp": 1788362138.5313463, "is_segment": false, "name": "prepare route module", "parent_span_id": "8acaead5fbaec372", "span_id": "b469735b1c98f63e", "start_timestamp": 1788362138.5294309, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, {"attributes": [Object], "end_timestamp": 1788362138.5411832, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "b2c0fedc07261dfc", "span_id": "a3a5da1c15ed7b1a", "start_timestamp": 1788362138.5395503, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, {"attributes": [Object], "end_timestamp": 1788362138.6911862, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "b2c0fedc07261dfc", "span_id": "8b9f70226415a838", "start_timestamp": 1788362138.5441043, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, {"attributes": [Object], "end_timestamp": 1788362138.6918824, "is_segment": false, "name": "build component tree", "parent_span_id": "b58060d474bc15d5", "span_id": "b2c0fedc07261dfc", "start_timestamp": 1788362138.5381205, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, {"attributes": [Object], "end_timestamp": 1788362138.8271203, "is_segment": false, "name": "pg.connect", "parent_span_id": "b58060d474bc15d5", "span_id": "acf58bfed8de11c9", "start_timestamp": 1788362138.6956475, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, {"attributes": [Object], "end_timestamp": 1788362138.8310924, "is_segment": false, "name": "SELECT", "parent_span_id": "b58060d474bc15d5", "span_id": "a6e8b17a5d124f34", "start_timestamp": 1788362138.8288517, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, {"attributes": [Object], "end_timestamp": 1788362138.841007, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "9bc0e98b72e039d1", "span_id": "81063c220988dca0", "start_timestamp": 1788362138.8391519, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, {"attributes": [Object], "end_timestamp": 1788362138.8412547, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "9bc0e98b72e039d1", "span_id": "80a64add649e1c32", "start_timestamp": 1788362138.839909, "status": "ok", "trace_id": "f76e6172fa0044eab58a3562d32b1577"}, …] 30 | }), 31 | ); > 32 | expect(spans).toContainEqual( | ^ 33 | expect.objectContaining({ 34 | name: 'set page-key [1 other arguments]', 35 | status: 'ok', at /home/runner/work/_temp/test-application/tests/db-page.test.ts:32:17
E2E nextjs-16 (webpack) Test
Process completed with exit code 1.
[chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page: ../../_temp/test-application/tests/db-page.test.ts#L32
1) [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page Error: expect(received).toContainEqual(expected) // deep equality Expected value: ObjectContaining {"attributes": ObjectContaining {"db.operation.name": {"type": "string", "value": "set"}, "db.query.text": {"type": "string", "value": "set page-key [1 other arguments]"}, "db.system.name": {"type": "string", "value": "redis"}, "sentry.op": {"type": "string", "value": "db.query"}, "sentry.origin": {"type": "string", "value": "auto.db.redis"}}, "name": "set page-key [1 other arguments]", "status": "ok"} Received array: [{"attributes": [Object], "end_timestamp": 1788362164.0778608, "is_segment": false, "name": "resolve page components", "parent_span_id": "aebdb96f798ebe43", "span_id": "8685c312e335a375", "start_timestamp": 1788362164.077592, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, {"attributes": [Object], "end_timestamp": 1788362164.2056668, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "a72aac3f92ef1621", "span_id": "bf62ae39bd02725f", "start_timestamp": 1788362164.2053423, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, {"attributes": [Object], "end_timestamp": 1788362164.2077963, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "a72aac3f92ef1621", "span_id": "8a4a0162d01448b1", "start_timestamp": 1788362164.2076051, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, {"attributes": [Object], "end_timestamp": 1788362164.208738, "is_segment": false, "name": "build component tree", "parent_span_id": "97e5833a2d337b35", "span_id": "a72aac3f92ef1621", "start_timestamp": 1788362164.2034364, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, {"attributes": [Object], "end_timestamp": 1788362164.3359091, "is_segment": false, "name": "pg.connect", "parent_span_id": "97e5833a2d337b35", "span_id": "aaa686ec215880ad", "start_timestamp": 1788362164.2145362, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, {"attributes": [Object], "end_timestamp": 1788362164.34355, "is_segment": false, "name": "SELECT", "parent_span_id": "97e5833a2d337b35", "span_id": "bb995e0eb800a8a6", "start_timestamp": 1788362164.337885, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, {"attributes": [Object], "end_timestamp": 1788362164.3552518, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "ae17e2c16f78215f", "span_id": "8480cb31e7991ee7", "start_timestamp": 1788362164.3539407, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, {"attributes": [Object], "end_timestamp": 1788362164.3562565, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "ae17e2c16f78215f", "span_id": "98135ac2d251cb97", "start_timestamp": 1788362164.3557906, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, {"attributes": [Object], "end_timestamp": 1788362164.357977, "is_segment": false, "name": "info localhost:6379", "parent_span_id": "ae17e2c16f78215f", "span_id": "beeeb610200c8850", "start_timestamp": 1788362164.3565683, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, {"attributes": [Object], "end_timestamp": 1788362164.358227, "is_segment": false, "name": "connect", "parent_span_id": "97e5833a2d337b35", "span_id": "ae17e2c16f78215f", "start_timestamp": 1788362164.3504977, "status": "ok", "trace_id": "de00fa25f79448dbb9571cd35a15cb4f"}, …] 30 | }), 31 | ); > 32 | expect(spans).toContainEqual( | ^ 33 | expect.objectContaining({ 34 | name: 'set page-key [1 other arguments]', 35 | status: 'ok', at /home/runner/work/_temp/test-application/tests/db-page.test.ts:32:17
All required jobs passed or were skipped
Process completed with exit code 1.
E2E deno-pg Test
No files were found with the provided path: /home/runner/work/_temp/test-application/test-results. No artifacts will be uploaded.
E2E aws-serverless Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: aws-actions/setup-sam@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Size Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: ./dev-packages/size-limit-gh-action. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
2 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
8 passed (9.6s)
🎭 Playwright Run Summary
1 skipped 73 passed (4.2s)
🎭 Playwright Run Summary
22 passed (8.4s)
🎭 Playwright Run Summary
1 skipped 73 passed (4.3s)
🎭 Playwright Run Summary
12 passed (5.8s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
4 passed (5.6s)
🎭 Playwright Run Summary
7 passed (6.6s)
🎭 Playwright Run Summary
4 passed (7.3s)
🎭 Playwright Run Summary
2 passed (2.2s)
🎭 Playwright Run Summary
13 passed (12.8s)
🎭 Playwright Run Summary
10 passed (10.6s)
🎭 Playwright Run Summary
5 passed (3.3s)
🎭 Playwright Run Summary
1 skipped 73 passed (5.3s)
🎭 Playwright Run Summary
1 skipped 19 passed (1.7s)
🎭 Playwright Run Summary
1 passed (3.8s)
🎭 Playwright Run Summary
1 passed (3.8s)
🎭 Playwright Run Summary
5 passed (13.6s)
🎭 Playwright Run Summary
2 passed (5.1s)
🎭 Playwright Run Summary
9 passed (10.0s)
🎭 Playwright Run Summary
3 passed (4.4s)
🎭 Playwright Run Summary
10 passed (18.2s)
🎭 Playwright Run Summary
1 passed (3.1s)
🎭 Playwright Run Summary
11 passed (14.7s)
🎭 Playwright Run Summary
8 passed (3.7s)
🎭 Playwright Run Summary
10 passed (5.8s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
10 passed (4.6s)
🎭 Playwright Run Summary
10 passed (4.9s)
🎭 Playwright Run Summary
1 passed (4.8s)
🎭 Playwright Run Summary
6 passed (13.6s)
🎭 Playwright Run Summary
7 passed (10.8s)
🎭 Playwright Run Summary
1 passed (6.3s)
🎭 Playwright Run Summary
9 passed (10.0s)
🎭 Playwright Run Summary
2 passed (4.2s)
🎭 Playwright Run Summary
2 passed (4.3s)
🎭 Playwright Run Summary
11 passed (15.5s)
🎭 Playwright Run Summary
4 passed (5.4s)
🎭 Playwright Run Summary
9 passed (3.2s)
🎭 Playwright Run Summary
7 passed (6.2s)
🎭 Playwright Run Summary
9 passed (3.2s)
🎭 Playwright Run Summary
2 passed (5.0s)
🎭 Playwright Run Summary
3 passed (6.5s)
🎭 Playwright Run Summary
5 passed (8.1s)
🎭 Playwright Run Summary
7 passed (15.7s)
🎭 Playwright Run Summary
1 passed (2.6s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
12 passed (5.6s)
🎭 Playwright Run Summary
11 passed (4.1s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.3s)
🎭 Playwright Run Summary
4 passed (3.8s)
🎭 Playwright Run Summary
1 passed (5.4s)
🎭 Playwright Run Summary
4 passed (30.2s)
🎭 Playwright Run Summary
19 passed (7.8s)
🎭 Playwright Run Summary
3 passed (7.0s)
🎭 Playwright Run Summary
3 passed (4.1s)
🎭 Playwright Run Summary
9 passed (11.4s)
🎭 Playwright Run Summary
23 passed (15.2s)
🎭 Playwright Run Summary
15 passed (3.0s)
🎭 Playwright Run Summary
4 passed (4.0s)
🎭 Playwright Run Summary
6 passed (13.4s)
🎭 Playwright Run Summary
25 passed (12.9s)
🎭 Playwright Run Summary
11 passed (6.9s)
🎭 Playwright Run Summary
4 passed (3.2s)
🎭 Playwright Run Summary
3 skipped 1 passed (5.2s)
🎭 Playwright Run Summary
11 skipped 2 passed (5.2s)
🎭 Playwright Run Summary
8 passed (6.7s)
🎭 Playwright Run Summary
1 skipped 16 passed (25.8s)
🎭 Playwright Run Summary
9 passed (35.0s)
🎭 Playwright Run Summary
11 passed (4.1s)
🎭 Playwright Run Summary
5 passed (9.4s)
🎭 Playwright Run Summary
1 skipped 73 passed (3.6s)
🎭 Playwright Run Summary
2 passed (28.2s)
🎭 Playwright Run Summary
14 passed (24.9s)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
5 passed (11.0s)
🎭 Playwright Run Summary
2 skipped 10 passed (6.9s)
🎭 Playwright Run Summary
2 skipped 10 passed (7.0s)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
21 skipped 2 passed (4.3s)
🎭 Playwright Run Summary
10 passed (26.8s)
🎭 Playwright Run Summary
11 passed (6.8s)
🎭 Playwright Run Summary
21 skipped 2 passed (2.5s)
🎭 Playwright Run Summary
5 passed (10.7s)
🎭 Playwright Run Summary
1 passed (4.6s)
🎭 Playwright Run Summary
5 passed (4.7s)
🎭 Playwright Run Summary
5 passed (11.6s)
🎭 Playwright Run Summary
6 passed (34.2s)
🎭 Playwright Run Summary
2 passed (2.6s)
🎭 Playwright Run Summary
12 passed (18.4s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.7s)
🎭 Playwright Run Summary
4 passed (12.6s)
🎭 Playwright Run Summary
30 passed (25.5s)
🎭 Playwright Run Summary
11 passed (36.1s)
🎭 Playwright Run Summary
10 passed (25.5s)
🎭 Playwright Run Summary
8 skipped 3 passed (5.7s)
🎭 Playwright Run Summary
12 passed (29.0s)
🎭 Playwright Run Summary
13 passed (28.0s)
🎭 Playwright Run Summary
3 passed (5.2s)
🎭 Playwright Run Summary
16 passed (10.6s)
🎭 Playwright Run Summary
15 passed (27.8s)
🎭 Playwright Run Summary
12 passed (28.1s)
🎭 Playwright Run Summary
2 skipped 14 passed (17.0s)
🎭 Playwright Run Summary
4 passed (10.2s)
🎭 Playwright Run Summary
16 passed (8.6s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
3 passed (3.2s)
🎭 Playwright Run Summary
4 passed (10.7s)
🎭 Playwright Run Summary
2 passed (34.9s)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
8 passed (12.5s)
🎭 Playwright Run Summary
3 passed (20.8s)
🎭 Playwright Run Summary
3 passed (12.5s)
🎭 Playwright Run Summary
1 skipped 10 passed (16.2s)
🎭 Playwright Run Summary
6 passed (30.8s)
🎭 Playwright Run Summary
10 passed (36.9s)
🎭 Playwright Run Summary
2 passed (28.4s)
🎭 Playwright Run Summary
13 passed (25.2s)
🎭 Playwright Run Summary
4 passed (5.3s)
🎭 Playwright Run Summary
12 passed (17.8s)
🎭 Playwright Run Summary
12 passed (16.9s)
🎭 Playwright Run Summary
21 skipped 2 passed (4.4s)
🎭 Playwright Run Summary
22 passed (46.4s)
🎭 Playwright Run Summary
10 passed (26.9s)
🎭 Playwright Run Summary
11 passed (18.2s)
🎭 Playwright Run Summary
10 passed (29.1s)
🎭 Playwright Run Summary
8 skipped 22 passed (8.1s)
🎭 Playwright Run Summary
30 passed (27.0s)
🎭 Playwright Run Summary
9 passed (9.0s)
🎭 Playwright Run Summary
9 passed (28.4s)
🎭 Playwright Run Summary
1 skipped 29 passed (17.9s)
🎭 Playwright Run Summary
5 passed (9.9s)
🎭 Playwright Run Summary
5 passed (5.3s)
🎭 Playwright Run Summary
9 passed (26.2s)
🎭 Playwright Run Summary
9 passed (8.4s)
🎭 Playwright Run Summary
9 passed (13.9s)
🎭 Playwright Run Summary
21 skipped 2 passed (5.0s)
🎭 Playwright Run Summary
10 passed (30.0s)
🎭 Playwright Run Summary
7 skipped 23 passed (9.1s)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
11 passed (1.0m)
🎭 Playwright Run Summary
3 passed (17.8s)
🎭 Playwright Run Summary
3 passed (12.4s)
🎭 Playwright Run Summary
7 skipped 23 passed (8.3s)
🎭 Playwright Run Summary
9 passed (13.2s)
🎭 Playwright Run Summary
9 passed (12.3s)
🎭 Playwright Run Summary
22 passed (47.0s)
🎭 Playwright Run Summary
1 skipped 12 passed (27.9s)
🎭 Playwright Run Summary
4 passed (12.3s)
🎭 Playwright Run Summary
5 skipped 25 passed (9.5s)
🎭 Playwright Run Summary
12 passed (9.1s)
🎭 Playwright Run Summary
2 passed (37.3s)
🎭 Playwright Run Summary
2 passed (18.7s)
🎭 Playwright Run Summary
15 passed (45.1s)
🎭 Playwright Run Summary
483 skipped 195 passed (36.5s)
🎭 Playwright Run Summary
9 passed (28.5s)
🎭 Playwright Run Summary
9 passed (6.7s)
🎭 Playwright Run Summary
2 passed (17.1s)
🎭 Playwright Run Summary
13 passed (36.6s)
🎭 Playwright Run Summary
17 passed (57.3s)
🎭 Playwright Run Summary
16 skipped 11 passed (28.6s)
🎭 Playwright Run Summary
485 skipped 193 passed (35.9s)
🎭 Playwright Run Summary
10 passed (37.1s)
🎭 Playwright Run Summary
3 passed (23.9s)
🎭 Playwright Run Summary
3 passed (4.4s)
🎭 Playwright Run Summary
4 skipped 26 passed (17.4s)
🎭 Playwright Run Summary
5 passed (10.7s)
🎭 Playwright Run Summary
2 passed (28.3s)
🎭 Playwright Run Summary
9 passed (50.6s)
🎭 Playwright Run Summary
5 passed (21.4s)
🎭 Playwright Run Summary
5 passed (6.1s)
🎭 Playwright Run Summary
6 skipped 7 passed (34.8s)
🎭 Playwright Run Summary
13 passed (19.0s)
🎭 Playwright Run Summary
9 passed (13.2s)
🎭 Playwright Run Summary
7 failed [chromium] › tests/isr-routes.test.ts:44:5 › should create unique traces for ISR pages on each visit [chromium] › tests/isr-routes.test.ts:72:5 › ISR route should be identified correctly in the route manifest [chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized pageload span when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:24:5 › should create a span named after the static route when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:45:5 › should create a partially parameterized pageload span when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:65:5 › should create a nested parameterized pageload span when the `app` directory is used [chromium] › tests/prefetch-spans.test.ts:5:5 › Prefetch client spans should have a http.request.prefetch attribute 16 skipped 4 passed (44.8s)
🎭 Playwright Run Summary
3 passed (37.0s)
🎭 Playwright Run Summary
3 passed (8.1s)
🎭 Playwright Run Summary
2 passed (19.9s)
🎭 Playwright Run Summary
2 skipped 21 passed (37.9s)
🎭 Playwright Run Summary
53 passed (27.8s)
🎭 Playwright Run Summary
3 passed (42.4s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/db.test.ts:4:1 › Instruments ioredis automatically via build-time orchestrion 10 passed (41.1s)
🎭 Playwright Run Summary
17 passed (57.2s)
🎭 Playwright Run Summary
2 passed (54.6s)
🎭 Playwright Run Summary
4 passed (15.7s)
🎭 Playwright Run Summary
4 skipped 47 passed (50.3s)
🎭 Playwright Run Summary
4 passed (4.9s)
🎭 Playwright Run Summary
22 passed (45.4s)
🎭 Playwright Run Summary
40 passed (36.9s)
🎭 Playwright Run Summary
5 skipped 25 passed (16.5s)
🎭 Playwright Run Summary
22 passed (48.0s)
🎭 Playwright Run Summary
5 passed (42.7s)
🎭 Playwright Run Summary
5 passed (13.6s)
🎭 Playwright Run Summary
13 passed (49.4s)
🎭 Playwright Run Summary
13 passed (14.6s)
🎭 Playwright Run Summary
4 skipped 12 passed (31.6s)
🎭 Playwright Run Summary
2 skipped 14 passed (15.4s)
🎭 Playwright Run Summary
13 passed (46.5s)
🎭 Playwright Run Summary
13 passed (14.9s)
🎭 Playwright Run Summary
5 passed (11.4s)
🎭 Playwright Run Summary
9 passed (54.5s)
🎭 Playwright Run Summary
9 passed (6.4s)
🎭 Playwright Run Summary
3 passed (38.0s)
🎭 Playwright Run Summary
3 passed (12.7s)
🎭 Playwright Run Summary
9 passed (54.6s)
🎭 Playwright Run Summary
9 passed (8.5s)
🎭 Playwright Run Summary
4 passed (36.6s)
🎭 Playwright Run Summary
4 passed (10.0s)
🎭 Playwright Run Summary
40 passed (35.9s)
🎭 Playwright Run Summary
22 passed (48.6s)
🎭 Playwright Run Summary
4 skipped 12 passed (34.2s)
🎭 Playwright Run Summary
2 skipped 14 passed (15.6s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/performance/performance.server.test.ts:132:3 › server - instrumentation API performance › sends exactly one http.server segment per request (no double-instrumentation) 2 skipped 31 passed (1.2m)
🎭 Playwright Run Summary
349 skipped 329 passed (1.5m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page 5 skipped 41 passed (1.5m)
🎭 Playwright Run Summary
6 skipped 7 passed (51.6s)
🎭 Playwright Run Summary
13 passed (18.4s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page 5 skipped 41 passed (1.7m)
🎭 Playwright Run Summary
480 skipped 198 passed (37.4s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page 5 skipped 41 passed (1.5m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page 5 skipped 41 passed (1.7m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page 5 skipped 41 passed (1.7m)
🎭 Playwright Run Summary
2 passed (21.3s)
🎭 Playwright Run Summary
18 passed (1.2m)
🎭 Playwright Run Summary
5 skipped 30 passed (1.3m)
🎭 Playwright Run Summary
5 skipped 30 passed (49.5s)
🎭 Playwright Run Summary
14 passed (13.2s)
🎭 Playwright Run Summary
4 passed (24.7s)
🎭 Playwright Run Summary
58 passed (1.7m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/db-page.test.ts:4:5 › Instruments DB calls made during server-side rendering of a page 5 skipped 41 passed (1.5m)
🎭 Playwright Run Summary
4 skipped 165 passed (2.9m)
🎭 Playwright Run Summary
348 skipped 330 passed (1.3m)
🎭 Playwright Run Summary
43 passed (2.5m)
🎭 Playwright Run Summary
4 passed (28.6s)
🎭 Playwright Run Summary
58 passed (1.6m)
🎭 Playwright Run Summary
1 skipped 169 passed (1.9m)
🎭 Playwright Run Summary
196 skipped 482 passed (3.2m)
🎭 Playwright Run Summary
5 skipped 30 passed (2.1m)
🎭 Playwright Run Summary
4 skipped 31 passed (49.7s)
🎭 Playwright Run Summary
4 skipped 166 passed (1.8m)
🎭 Playwright Run Summary
15 skipped 32 passed (1.8m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.4m)
🎭 Playwright Run Summary
4 skipped 30 passed (2.2m)
🎭 Playwright Run Summary
4 skipped 30 passed (56.8s)
🎭 Playwright Run Summary
5 skipped 30 passed (2.1m)
🎭 Playwright Run Summary
4 skipped 31 passed (51.2s)
🎭 Playwright Run Summary
192 skipped 486 passed (3.2m)
🎭 Playwright Run Summary
185 skipped 493 passed (3.9m)
🎭 Playwright Run Summary
55 skipped 623 passed (4.1m)
🎭 Playwright Run Summary
59 skipped 619 passed (4.1m)
🎭 Playwright Run Summary
4 skipped 30 passed (2.6m)
🎭 Playwright Run Summary
4 skipped 30 passed (56.9s)
🎭 Playwright Run Summary
55 skipped 623 passed (4.1m)
🎭 Playwright Run Summary
4 skipped 165 passed (3.3m)
🎭 Playwright Run Summary
59 skipped 619 passed (3.8m)
🎭 Playwright Run Summary
57 skipped 621 passed (3.8m)
🎭 Playwright Run Summary
23 passed (9.7s)
🎭 Playwright Run Summary
4 passed (25.3s)
🎭 Playwright Run Summary
58 passed (1.7m)
🎭 Playwright Run Summary
4 passed (18.3s)
🎭 Playwright Run Summary
13 passed (12.8s)
🎭 Playwright Run Summary
2 skipped 7 passed (26.6s)
🎭 Playwright Run Summary
15 passed (18.7s)
🎭 Playwright Run Summary
5 passed (7.2s)
🎭 Playwright Run Summary
11 passed (37.5s)
🎭 Playwright Run Summary
13 passed (49.6s)
🎭 Playwright Run Summary
13 passed (14.5s)

Artifacts

Produced during runtime
Name Size Digest
E2E Test Dump (nextjs-16 (canary, turbopack))
133 KB
sha256:c6c2e153e0512b36e5d316e1812ece4085453e0b75d7f2095fe7d4cd22b99ca2
E2E Test Dump (nextjs-16 (canary, webpack))
122 KB
sha256:8600b4ff96d6861dd40b51a796589314b2e4ccbf18d70e0bd5a07c701d57f646
E2E Test Dump (nextjs-16 (latest, turbopack))
117 KB
sha256:858f7f2b7404c0c19643b65359d36497a285f60f7e92755fc714af2a83af74e4
E2E Test Dump (nextjs-16 (latest, webpack))
107 KB
sha256:b9b0c97f693a5d6dcfdd4157d0f96c2fa16bd3ae99ba4073eb8d3a21c29c2706
E2E Test Dump (nextjs-16 (webpack))
110 KB
sha256:89a7cb7ff3e56d74bdfd988cc5831f686507d02332eeb6bfe1d2c1f4c8a719d2
E2E Test Dump (nextjs-16)
120 KB
sha256:bf6862de348acaabaa8dc5b3bb8afc24c839118a1f2cedc8b91aa879bca36353
E2E Test Dump (nextjs-16-cf-workers)
13.5 KB
sha256:7ef892d5861c34dc873a0649f988c8bb4f86751d0f29b3765314dc2e4d4374ee
build-bundle-output Expired
20.5 MB
sha256:2bba7abbd3573694deb0283a35cf2ac99af50fcca8be5b151e8e90d1070324bc
build-layer-output Expired
1.32 MB
sha256:242599f9be7e983cf51a7d678275b649341623148b868c4284119dcb03df3ffa
build-output Expired
13.7 MB
sha256:d32ddcc8da8cd14a8a881ff6facf1fac78afe6ef68fa78af08328a75497fed51
build-tarball-output Expired
7.02 MB
sha256:c7094c8d7ba68014dde6259e656c36d9cb2360000f07bfc943144bbec762a1e6
playwright-traces-job_e2e_playwright_tests-nextjs-16
14.7 KB
sha256:ba7b65b25e48142d713066e857acc4e5f835856ae21e5e90066cc3555e9119d8
playwright-traces-job_e2e_playwright_tests-nextjs-16-cf-workers
73 KB
sha256:211599680f5535dda76d9238c5c2201d418aaa3512f70ed156f0468df9d39562
playwright-traces-job_e2e_playwright_tests-solidstart
2.9 KB
sha256:6cd9154549c5e02f43c0b4c65da7e9cf71068611fc8bd5024306007e06790be6
size-limit-action
1.18 KB
sha256:6d5fe6fef7b360ee31f251294320d31101052b058d3ec902174b866dde4ce035