Skip to content

ref(server-utils)!: Stop setting koa.name on Koa spans #58054

ref(server-utils)!: Stop setting koa.name on Koa spans

ref(server-utils)!: Stop setting koa.name on Koa spans #58054

Triggered via pull request September 16, 2026 07:57
Status Failure
Total duration 15m 27s
Artifacts 4

build.yml

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

Annotations

12 errors and 236 notices
E2E node-fastify-6 (tracer provider) Test (optional)
Process completed with exit code 1.
[chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata: ../../_temp/test-application/tests/spans.test.ts#L142
4) [chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata ──────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: StringContaining "" Received: ["node"] 140 | ); 141 | expect(segmentEvent.attributes['http.request.method']?.value).toEqual('POST'); > 142 | expect(segmentEvent.attributes['http.request.header.user-agent']?.value).toEqual(expect.stringContaining('')); | ^ 143 | expect(segmentEvent.attributes['http.request.header.content-type']?.value).toEqual('application/json'); 144 | 145 | expect(segmentEvent.attributes['http.request.body.data']?.value).toBe(JSON.stringify({ foo: 'bar', other: 1 })); at /home/runner/work/_temp/test-application/tests/spans.test.ts:142:76
[chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span: ../../_temp/test-application/tests/spans.test.ts#L17
3) [chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span ──────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 23 + Received + 197 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14362824704, + }, + "app.memory": Object { + "type": "integer", + "value": 382566400, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T08:02:43.744Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { "type": "integer", - "value": Any<Number>, + "value": 55588, }, - "http.request.header.accept": Object { + "culture.locale": Object { "type": "string", - "value": "*/*", + "value": "en-US", }, - "http.request.header.accept-encoding": Object { + "culture.timezone": Object { "type": "string", - "value": "gzip, deflate", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], }, - "http.request.header.accept-language": Object { + "device.boot_time": Object { "type": "string", - "value": "*", + "value": "2026-09-16T07:55:52.305Z", }, - "http.request.header.connection": Object { + "device.cpu_description": Object { "type": "string", - "value": "keep-alive", + "value": "Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14362824704, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16765378560, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { + "type": "integer", + "value": 3491, }, + "http.request.header.accept": Object { + "type": "array", + "value": Array [ + "*/*", + ], + }, + "http.request.header.accept-encoding": Object { + "type": "array", + "value": Array [ + "gzip, deflate", + ], + }, + "http.request.header.accept-language": Object { + "type": "array", + "value": Array [ + "*", + ], + }, + "http.request.header.connection": Object { + "type": "array", + "value": Array [ + "keep-alive", + ], + }, "http.request.header.host": Object { - "type": "string", - "value": Any<String>, + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-transaction", }, "network.local.address": Object { "
[chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests: ../../_temp/test-application/tests/propagation.test.ts#L205
2) [chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests ─── Error: expect(received).toEqual(expected) // deep equality - Expected - 22 + Received + 196 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14349570048, + }, + "app.memory": Object { + "type": "integer", + "value": 379699200, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T08:02:43.744Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { + "type": "integer", + "value": 55560, + }, + "culture.locale": Object { + "type": "string", + "value": "en-US", + }, + "culture.timezone": Object { + "type": "string", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], + }, + "device.boot_time": Object { + "type": "string", + "value": "2026-09-16T07:55:52.305Z", + }, + "device.cpu_description": Object { + "type": "string", + "value": "Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14349570048, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16765378560, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { "type": "integer", - "value": Any<Number>, + "value": 3491, }, "http.request.header.accept": Object { - "type": "string", - "value": "*/*", + "type": "array", + "value": Array [ + "*/*", + ], }, "http.request.header.accept-encoding": Object { - "type": "string", - "value": "gzip, deflate", + "type": "array", + "value": Array [ + "gzip, deflate", + ], }, "http.request.header.accept-language": Object { - "type": "string", - "value": "*", + "type": "array", + "value": Array [ + "*", + ], }, "http.request.header.connection": Object { - "type": "string", - "value": "keep-alive", + "type": "array", + "value": Array [ + "keep-alive", + ], }, "http.request.header.host": Object { - "type": "string", - "value": Any<String>, + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-outgoing-fetch/:id", }, "network.local.address": Object { "type": "string", - "value": Any<String>, + "value": "::1", }, "network.local.port": Object { "typ
[chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests: ../../_temp/test-application/tests/propagation.test.ts#L64
1) [chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests ────── Error: expect(received).toEqual(expected) // deep equality - Expected - 22 + Received + 196 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14244028416, + }, + "app.memory": Object { + "type": "integer", + "value": 371572736, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T08:02:43.744Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { + "type": "integer", + "value": 55544, + }, + "culture.locale": Object { + "type": "string", + "value": "en-US", + }, + "culture.timezone": Object { + "type": "string", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], + }, + "device.boot_time": Object { + "type": "string", + "value": "2026-09-16T07:55:52.305Z", + }, + "device.cpu_description": Object { + "type": "string", + "value": "Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14244028416, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16765378560, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { "type": "integer", - "value": Any<Number>, + "value": 3491, }, "http.request.header.accept": Object { - "type": "string", - "value": "*/*", + "type": "array", + "value": Array [ + "*/*", + ], }, "http.request.header.accept-encoding": Object { - "type": "string", - "value": "gzip, deflate", + "type": "array", + "value": Array [ + "gzip, deflate", + ], }, "http.request.header.accept-language": Object { - "type": "string", - "value": "*", + "type": "array", + "value": Array [ + "*", + ], }, "http.request.header.connection": Object { - "type": "string", - "value": "keep-alive", + "type": "array", + "value": Array [ + "keep-alive", + ], }, "http.request.header.host": Object { - "type": "string", - "value": "localhost:3030", + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-outgoing-http/:id", }, "network.local.address": Object { "type": "string", - "value": Any<String>, + "value": "::1", }, "network.local.port": Object {
E2E node-fastify-6 Test (optional)
Process completed with exit code 1.
[chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata: ../../_temp/test-application/tests/spans.test.ts#L142
4) [chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata ──────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: StringContaining "" Received: ["node"] 140 | ); 141 | expect(segmentEvent.attributes['http.request.method']?.value).toEqual('POST'); > 142 | expect(segmentEvent.attributes['http.request.header.user-agent']?.value).toEqual(expect.stringContaining('')); | ^ 143 | expect(segmentEvent.attributes['http.request.header.content-type']?.value).toEqual('application/json'); 144 | 145 | expect(segmentEvent.attributes['http.request.body.data']?.value).toBe(JSON.stringify({ foo: 'bar', other: 1 })); at /home/runner/work/_temp/test-application/tests/spans.test.ts:142:76
[chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span: ../../_temp/test-application/tests/spans.test.ts#L17
3) [chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span ──────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 23 + Received + 197 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14396977152, + }, + "app.memory": Object { + "type": "integer", + "value": 377806848, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T08:02:47.091Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { "type": "integer", - "value": Any<Number>, + "value": 58830, }, - "http.request.header.accept": Object { + "culture.locale": Object { "type": "string", - "value": "*/*", + "value": "en-US", }, - "http.request.header.accept-encoding": Object { + "culture.timezone": Object { "type": "string", - "value": "gzip, deflate", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], }, - "http.request.header.accept-language": Object { + "device.boot_time": Object { "type": "string", - "value": "*", + "value": "2026-09-16T07:59:59.334Z", }, - "http.request.header.connection": Object { + "device.cpu_description": Object { "type": "string", - "value": "keep-alive", + "value": "AMD EPYC 9V74 80-Core Processor", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14396977152, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16766414848, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { + "type": "integer", + "value": 0, }, + "http.request.header.accept": Object { + "type": "array", + "value": Array [ + "*/*", + ], + }, + "http.request.header.accept-encoding": Object { + "type": "array", + "value": Array [ + "gzip, deflate", + ], + }, + "http.request.header.accept-language": Object { + "type": "array", + "value": Array [ + "*", + ], + }, + "http.request.header.connection": Object { + "type": "array", + "value": Array [ + "keep-alive", + ], + }, "http.request.header.host": Object { - "type": "string", - "value": Any<String>, + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-transaction", }, "network.local.address": Object { "type": "string",
[chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests: ../../_temp/test-application/tests/propagation.test.ts#L205
2) [chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests ─── Error: expect(received).toEqual(expected) // deep equality - Expected - 22 + Received + 196 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14374010880, + }, + "app.memory": Object { + "type": "integer", + "value": 377257984, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T08:02:47.091Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { + "type": "integer", + "value": 58820, + }, + "culture.locale": Object { + "type": "string", + "value": "en-US", + }, + "culture.timezone": Object { + "type": "string", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], + }, + "device.boot_time": Object { + "type": "string", + "value": "2026-09-16T07:59:59.334Z", + }, + "device.cpu_description": Object { + "type": "string", + "value": "AMD EPYC 9V74 80-Core Processor", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14374010880, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16766414848, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { "type": "integer", - "value": Any<Number>, + "value": 0, }, "http.request.header.accept": Object { - "type": "string", - "value": "*/*", + "type": "array", + "value": Array [ + "*/*", + ], }, "http.request.header.accept-encoding": Object { - "type": "string", - "value": "gzip, deflate", + "type": "array", + "value": Array [ + "gzip, deflate", + ], }, "http.request.header.accept-language": Object { - "type": "string", - "value": "*", + "type": "array", + "value": Array [ + "*", + ], }, "http.request.header.connection": Object { - "type": "string", - "value": "keep-alive", + "type": "array", + "value": Array [ + "keep-alive", + ], }, "http.request.header.host": Object { - "type": "string", - "value": Any<String>, + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-outgoing-fetch/:id", }, "network.local.address": Object { "type": "string", - "value": Any<String>, + "value": "::1", }, "network.local.port": Object { "type": "integer",
[chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests: ../../_temp/test-application/tests/propagation.test.ts#L64
1) [chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests ────── Error: expect(received).toEqual(expected) // deep equality - Expected - 22 + Received + 196 @@ -1,42 +1,106 @@ - ObjectContaining { - "attributes": ObjectContaining { + Object { + "attributes": Object { + "app.free_memory": Object { + "type": "integer", + "value": 14324469760, + }, + "app.memory": Object { + "type": "integer", + "value": 373719040, + }, + "app.start_time": Object { + "type": "string", + "value": "2026-09-16T08:02:47.091Z", + }, "client.address": Object { "type": "string", "value": "::1", }, "client.port": Object { + "type": "integer", + "value": 55430, + }, + "culture.locale": Object { + "type": "string", + "value": "en-US", + }, + "culture.timezone": Object { + "type": "string", + "value": "UTC", + }, + "device.archs": Object { + "type": "array", + "value": Array [ + "x64", + ], + }, + "device.boot_time": Object { + "type": "string", + "value": "2026-09-16T07:59:59.334Z", + }, + "device.cpu_description": Object { + "type": "string", + "value": "AMD EPYC 9V74 80-Core Processor", + }, + "device.free_memory": Object { + "type": "integer", + "value": 14324469760, + }, + "device.memory_size": Object { + "type": "integer", + "value": 16766414848, + }, + "device.processor_count": Object { + "type": "integer", + "value": 4, + }, + "device.processor_frequency": Object { "type": "integer", - "value": Any<Number>, + "value": 0, }, "http.request.header.accept": Object { - "type": "string", - "value": "*/*", + "type": "array", + "value": Array [ + "*/*", + ], }, "http.request.header.accept-encoding": Object { - "type": "string", - "value": "gzip, deflate", + "type": "array", + "value": Array [ + "gzip, deflate", + ], }, "http.request.header.accept-language": Object { - "type": "string", - "value": "*", + "type": "array", + "value": Array [ + "*", + ], }, "http.request.header.connection": Object { - "type": "string", - "value": "keep-alive", + "type": "array", + "value": Array [ + "keep-alive", + ], }, "http.request.header.host": Object { - "type": "string", - "value": "localhost:3030", + "type": "array", + "value": Array [ + "localhost:3030", + ], }, "http.request.header.sec-fetch-mode": Object { - "type": "string", - "value": "cors", + "type": "array", + "value": Array [ + "cors", + ], }, "http.request.header.user-agent": Object { - "type": "string", - "value": "node", + "type": "array", + "value": Array [ + "node", + ], }, "http.request.method": Object { "type": "string", "value": "GET", }, @@ -52,23 +116,23 @@ "type": "string", "value": "/test-outgoing-http/:id", }, "network.local.address": Object { "type": "string", - "value": Any<String>, + "value": "::1", }, "network.local.port": Object { "type": "in
[chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
E2E nuxt-4-static (canary) Test (optional)
The action 'Build E2E app' has timed out after 7 minutes.
🎭 Playwright Run Summary
1 skipped 19 passed (1.7s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
3 skipped 17 passed (8.3s)
🎭 Playwright Run Summary
8 passed (5.5s)
🎭 Playwright Run Summary
13 passed (16.2s)
🎭 Playwright Run Summary
1 passed (6.3s)
🎭 Playwright Run Summary
1 skipped 19 passed (8.7s)
🎭 Playwright Run Summary
8 passed (13.9s)
🎭 Playwright Run Summary
1 passed (2.9s)
🎭 Playwright Run Summary
9 passed (11.4s)
🎭 Playwright Run Summary
11 passed (11.3s)
🎭 Playwright Run Summary
3 passed (3.6s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
4 failed [chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests ─────── [chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests ──── [chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span ───────────────────────────────── [chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata ───────────────────────────── 7 passed (13.5s)
🎭 Playwright Run Summary
2 skipped 10 passed (6.5s)
🎭 Playwright Run Summary
2 skipped 10 passed (6.6s)
🎭 Playwright Run Summary
7 passed (5.3s)
🎭 Playwright Run Summary
2 passed (3.6s)
🎭 Playwright Run Summary
2 passed (3.6s)
🎭 Playwright Run Summary
10 passed (4.2s)
🎭 Playwright Run Summary
10 passed (4.5s)
🎭 Playwright Run Summary
2 passed (3.7s)
🎭 Playwright Run Summary
3 passed (5.0s)
🎭 Playwright Run Summary
12 passed (10.1s)
🎭 Playwright Run Summary
11 passed (7.2s)
🎭 Playwright Run Summary
4 failed [chromium] β€Ί tests/propagation.test.ts:5:5 β€Ί Propagates trace for outgoing http requests ─────── [chromium] β€Ί tests/propagation.test.ts:146:5 β€Ί Propagates trace for outgoing fetch requests ──── [chromium] β€Ί tests/spans.test.ts:4:5 β€Ί Sends an API route span ───────────────────────────────── [chromium] β€Ί tests/spans.test.ts:119:5 β€Ί Captures request metadata ───────────────────────────── 7 passed (14.0s)
🎭 Playwright Run Summary
10 passed (12.9s)
🎭 Playwright Run Summary
5 passed (11.5s)
🎭 Playwright Run Summary
7 passed (9.5s)
🎭 Playwright Run Summary
11 passed (20.1s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
7 passed (11.4s)
🎭 Playwright Run Summary
5 passed (6.9s)
🎭 Playwright Run Summary
16 passed (10.5s)
🎭 Playwright Run Summary
10 passed (10.2s)
🎭 Playwright Run Summary
8 passed (10.8s)
🎭 Playwright Run Summary
12 passed (8.4s)
🎭 Playwright Run Summary
13 passed (15.6s)
🎭 Playwright Run Summary
11 passed (20.2s)
🎭 Playwright Run Summary
11 passed (11.2s)
🎭 Playwright Run Summary
23 passed (21.9s)
🎭 Playwright Run Summary
15 passed (10.5s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
13 passed (12.8s)
🎭 Playwright Run Summary
5 passed (10.1s)
🎭 Playwright Run Summary
16 passed (20.8s)
🎭 Playwright Run Summary
4 passed (5.9s)
🎭 Playwright Run Summary
1 skipped 73 passed (15.6s)
🎭 Playwright Run Summary
9 passed (3.6s)
🎭 Playwright Run Summary
9 passed (3.6s)
🎭 Playwright Run Summary
30 passed (34.6s)
🎭 Playwright Run Summary
4 passed (4.9s)
🎭 Playwright Run Summary
3 passed (15.8s)
🎭 Playwright Run Summary
3 passed (9.7s)
🎭 Playwright Run Summary
11 passed (11.3s)
🎭 Playwright Run Summary
23 passed (17.0s)
🎭 Playwright Run Summary
1 skipped 73 passed (15.5s)
🎭 Playwright Run Summary
2 passed (28.4s)
🎭 Playwright Run Summary
1 skipped 73 passed (14.5s)
🎭 Playwright Run Summary
17 passed (31.1s)
🎭 Playwright Run Summary
30 passed (34.5s)
🎭 Playwright Run Summary
3 passed (6.9s)
🎭 Playwright Run Summary
5 passed (13.5s)
🎭 Playwright Run Summary
4 passed (32.8s)
🎭 Playwright Run Summary
16 passed (8.4s)
🎭 Playwright Run Summary
22 passed (15.0s)
🎭 Playwright Run Summary
1 skipped 73 passed (14.5s)
🎭 Playwright Run Summary
5 passed (11.5s)
🎭 Playwright Run Summary
4 passed (3.4s)
🎭 Playwright Run Summary
19 passed (14.4s)
🎭 Playwright Run Summary
4 passed (3.4s)
🎭 Playwright Run Summary
3 passed (17.2s)
🎭 Playwright Run Summary
3 passed (10.8s)
🎭 Playwright Run Summary
1 skipped 10 passed (12.2s)
🎭 Playwright Run Summary
11 passed (10.6s)
🎭 Playwright Run Summary
16 passed (18.6s)
🎭 Playwright Run Summary
14 passed (33.2s)
🎭 Playwright Run Summary
2 passed (15.6s)
🎭 Playwright Run Summary
25 passed (23.9s)
🎭 Playwright Run Summary
23 passed (19.8s)
🎭 Playwright Run Summary
2 skipped 14 passed (14.5s)
🎭 Playwright Run Summary
3 passed (5.9s)
🎭 Playwright Run Summary
7 passed (3.2s)
🎭 Playwright Run Summary
2 passed (33.6s)
🎭 Playwright Run Summary
13 passed (30.3s)
🎭 Playwright Run Summary
2 passed (24.9s)
🎭 Playwright Run Summary
4 passed (3.3s)
🎭 Playwright Run Summary
9 passed (15.3s)
🎭 Playwright Run Summary
4 passed (19.4s)
🎭 Playwright Run Summary
4 passed (10.7s)
🎭 Playwright Run Summary
1 skipped 16 passed (30.8s)
🎭 Playwright Run Summary
4 passed (19.7s)
🎭 Playwright Run Summary
4 passed (10.6s)
🎭 Playwright Run Summary
8 passed (8.5s)
🎭 Playwright Run Summary
11 passed (40.3s)
🎭 Playwright Run Summary
12 passed (9.7s)
🎭 Playwright Run Summary
8 passed (15.9s)
🎭 Playwright Run Summary
11 passed (21.1s)
🎭 Playwright Run Summary
3 passed (18.4s)
🎭 Playwright Run Summary
3 passed (11.8s)
🎭 Playwright Run Summary
12 passed (17.2s)
🎭 Playwright Run Summary
12 passed (17.3s)
🎭 Playwright Run Summary
10 passed (19.1s)
🎭 Playwright Run Summary
7 passed (20.6s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.1s)
🎭 Playwright Run Summary
10 passed (9.3s)
🎭 Playwright Run Summary
9 passed (12.4s)
🎭 Playwright Run Summary
9 passed (10.5s)
🎭 Playwright Run Summary
2 passed (29.0s)
🎭 Playwright Run Summary
10 passed (27.4s)
🎭 Playwright Run Summary
10 passed (42.7s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.3s)
🎭 Playwright Run Summary
22 passed (45.8s)
🎭 Playwright Run Summary
3 passed (20.3s)
🎭 Playwright Run Summary
3 passed (12.9s)
🎭 Playwright Run Summary
21 skipped 2 passed (5.3s)
🎭 Playwright Run Summary
4 passed (10.9s)
🎭 Playwright Run Summary
4 skipped 50 passed (43.7s)
🎭 Playwright Run Summary
15 passed (18.8s)
🎭 Playwright Run Summary
10 passed (27.6s)
🎭 Playwright Run Summary
22 passed (45.1s)
🎭 Playwright Run Summary
22 passed (47.2s)
🎭 Playwright Run Summary
40 passed (35.0s)
🎭 Playwright Run Summary
12 passed (19.8s)
🎭 Playwright Run Summary
13 passed (32.7s)
🎭 Playwright Run Summary
40 passed (34.6s)
🎭 Playwright Run Summary
3 passed (17.1s)
🎭 Playwright Run Summary
3 passed (10.8s)
🎭 Playwright Run Summary
53 passed (39.1s)
🎭 Playwright Run Summary
10 passed (22.2s)
🎭 Playwright Run Summary
10 passed (13.4s)
🎭 Playwright Run Summary
2 passed (45.1s)
🎭 Playwright Run Summary
9 passed (13.8s)
🎭 Playwright Run Summary
21 skipped 2 passed (3.8s)
🎭 Playwright Run Summary
22 passed (40.3s)
🎭 Playwright Run Summary
10 passed (27.8s)
🎭 Playwright Run Summary
10 passed (6.6s)
🎭 Playwright Run Summary
9 passed (11.5s)
🎭 Playwright Run Summary
1 skipped 11 passed (28.5s)
🎭 Playwright Run Summary
12 passed (10.1s)
🎭 Playwright Run Summary
2 passed (32.2s)
🎭 Playwright Run Summary
2 passed (17.0s)
🎭 Playwright Run Summary
13 passed (34.4s)
🎭 Playwright Run Summary
17 passed (1.2m)
🎭 Playwright Run Summary
6 skipped 7 passed (34.2s)
🎭 Playwright Run Summary
13 passed (19.0s)
🎭 Playwright Run Summary
22 passed (53.3s)
🎭 Playwright Run Summary
16 skipped 12 passed (28.8s)
🎭 Playwright Run Summary
13 passed (41.1s)
🎭 Playwright Run Summary
13 passed (13.7s)
🎭 Playwright Run Summary
2 passed (20.2s)
🎭 Playwright Run Summary
15 passed (46.7s)
🎭 Playwright Run Summary
10 passed (41.8s)
🎭 Playwright Run Summary
4 skipped 12 passed (33.6s)
🎭 Playwright Run Summary
2 skipped 14 passed (15.7s)
🎭 Playwright Run Summary
17 passed (1.1m)
🎭 Playwright Run Summary
16 skipped 12 passed (29.3s)
🎭 Playwright Run Summary
4 passed (38.0s)
🎭 Playwright Run Summary
4 passed (9.8s)
🎭 Playwright Run Summary
9 passed (28.9s)
🎭 Playwright Run Summary
9 passed (8.9s)
🎭 Playwright Run Summary
3 passed (31.9s)
🎭 Playwright Run Summary
4 skipped 12 passed (33.2s)
🎭 Playwright Run Summary
2 skipped 14 passed (15.5s)
🎭 Playwright Run Summary
3 passed (32.9s)
🎭 Playwright Run Summary
3 passed (11.9s)
🎭 Playwright Run Summary
11 passed (40.3s)
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί tests/trpc-error.test.ts:4:1 β€Ί should capture error with trpc context ───────────── 2 passed (38.8s)
🎭 Playwright Run Summary
3 passed (3.9s)
🎭 Playwright Run Summary
2 passed (20.2s)
🎭 Playwright Run Summary
13 passed (45.9s)
🎭 Playwright Run Summary
3 passed (37.2s)
🎭 Playwright Run Summary
3 passed (8.1s)
🎭 Playwright Run Summary
13 passed (50.4s)
🎭 Playwright Run Summary
13 passed (14.7s)
🎭 Playwright Run Summary
5 passed (37.3s)
🎭 Playwright Run Summary
5 passed (13.6s)
🎭 Playwright Run Summary
2 passed (20.3s)
🎭 Playwright Run Summary
2 skipped 21 passed (38.7s)
🎭 Playwright Run Summary
2 passed (18.1s)
🎭 Playwright Run Summary
11 passed (48.8s)
🎭 Playwright Run Summary
13 passed (52.2s)
🎭 Playwright Run Summary
13 passed (14.8s)
🎭 Playwright Run Summary
2 passed (16.9s)
🎭 Playwright Run Summary
18 passed (1.1m)
🎭 Playwright Run Summary
1 skipped 11 passed (1.1m)
🎭 Playwright Run Summary
12 passed (9.9s)
🎭 Playwright Run Summary
2 passed (26.4s)
🎭 Playwright Run Summary
18 passed (1.0m)
🎭 Playwright Run Summary
2 passed (21.4s)
🎭 Playwright Run Summary
2 skipped 21 passed (47.7s)
🎭 Playwright Run Summary
9 passed (59.0s)
🎭 Playwright Run Summary
9 passed (9.5s)
🎭 Playwright Run Summary
2 passed (31.4s)
🎭 Playwright Run Summary
15 passed (1.1m)
🎭 Playwright Run Summary
4 skipped 30 passed (56.0s)
🎭 Playwright Run Summary
2 skipped 32 passed (1.3m)
🎭 Playwright Run Summary
6 skipped 7 passed (52.8s)
🎭 Playwright Run Summary
13 passed (19.4s)
🎭 Playwright Run Summary
5 skipped 30 passed (1.4m)
🎭 Playwright Run Summary
5 skipped 30 passed (51.0s)
🎭 Playwright Run Summary
66 passed (2.3m)
🎭 Playwright Run Summary
1 skipped 5 passed (29.2s)
🎭 Playwright Run Summary
58 passed (1.6m)
🎭 Playwright Run Summary
1 skipped 5 passed (30.3s)
🎭 Playwright Run Summary
58 passed (1.7m)
🎭 Playwright Run Summary
1 skipped 5 passed (31.4s)
🎭 Playwright Run Summary
66 passed (2.2m)
🎭 Playwright Run Summary
1 skipped 5 passed (29.1s)
🎭 Playwright Run Summary
66 passed (2.2m)
🎭 Playwright Run Summary
1 skipped 5 passed (32.4s)
🎭 Playwright Run Summary
66 passed (2.2m)
🎭 Playwright Run Summary
15 skipped 32 passed (1.8m)
🎭 Playwright Run Summary
5 skipped 42 passed (1.3m)
🎭 Playwright Run Summary
5 skipped 30 passed (2.2m)
🎭 Playwright Run Summary
4 skipped 31 passed (50.0s)
🎭 Playwright Run Summary
16 skipped 32 passed (2.0m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.5m)
🎭 Playwright Run Summary
16 skipped 32 passed (1.9m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.6m)
🎭 Playwright Run Summary
5 skipped 30 passed (2.1m)
🎭 Playwright Run Summary
4 skipped 31 passed (49.7s)
🎭 Playwright Run Summary
16 skipped 32 passed (1.9m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.6m)
🎭 Playwright Run Summary
4 passed (25.5s)
🎭 Playwright Run Summary
2 skipped 32 passed (2.8m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.3m)
🎭 Playwright Run Summary
13 skipped 35 passed (2.9m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.5m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.3m)
🎭 Playwright Run Summary
13 skipped 35 passed (2.9m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.5m)
🎭 Playwright Run Summary
13 skipped 35 passed (3.0m)
🎭 Playwright Run Summary
5 skipped 43 passed (1.5m)

Artifacts

Produced during runtime
Name Size Digest
build-bundle-output
19.8 MB
sha256:d5511ec24c5e5f2e5bb29e348a300d2b7d94fa80591ad28cba1c456a3e9b6a79
build-layer-output
1.31 MB
sha256:df7c8c4dacae4a02505a1b94f50c9641d641a27a03598e14cc3c36d8fbfa862d
build-output
14 MB
sha256:505dc934033ee5a7ea875c493942dfc45320ac8aa81cc9c79aee518ce4d687ae
build-tarball-output
7.18 MB
sha256:3eee56563605921ab1d7b77761cb0a7b1374f2271e0385bf2a14b4365b62f5b1