Skip to content

release: 11.0.0-beta.0 #56831

release: 11.0.0-beta.0

release: 11.0.0-beta.0 #56831

Re-run triggered September 2, 2026 16:11
Status Failure
Total duration 4m 54s
Artifacts 12

build.yml

on: push
Get CI Metadata  /  Get Metadata
9s
Get CI Metadata / Get Metadata
Check lockfile
4m 31s
Check lockfile
Check file formatting
48s
Check file formatting
Check PR branches
Check PR branches
Build bundles
3m 8s
Build bundles
Build Lambda layer
1m 29s
Build Lambda layer
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 32s
Lint
Circular Dependency Check
1m 30s
Circular Dependency Check
Browser Unit Tests
2m 18s
Browser Unit Tests
Bun Unit Tests
52s
Bun Unit Tests
Deno Unit Tests
1m 10s
Deno Unit Tests
Cloudflare Integration Tests
4m 18s
Cloudflare Integration Tests
Bun Integration Tests
52s
Bun Integration Tests
Deno Integration Tests
59s
Deno Integration Tests
Check for faulty .d.ts files
46s
Check for faulty .d.ts files
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Upload Artifacts
44s
Upload Artifacts
Matrix: job_e2e_tests
All required jobs passed or were skipped
4s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 notices
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": "a56248c87bfed41fc4aa140334de1c9ea004a5ea"}, "sentry.sdk.name": {"type": "string", "value": "sentry.javascript.solidstart"}, "sentry.sdk.version": {"type": "string", "value": "11.0.0-beta.0"}, "sentry.segment.id": {"type": "string", "value": "a346dc36e935bae7"}, "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": 1788365628.0246985, "is_segment": false, "name": "set localhost:6379", "parent_span_id": "a346dc36e935bae7", "span_id": "b8b9ac79d48796ec", "start_timestamp": 1788365628.0150485, "status": "ok", "trace_id": "f1ac10974d194cecbff3f4801711c046"}, {"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": "a56248c87bfed41fc4aa140334de1c9ea004a5ea"}, "sentry.sdk.name": {"type": "string", "value": "sentry.javascript.solidstart"}, "sentry.sdk.version": {"type": "string", "value": "11.0.0-beta.0"}, "sentry.segment.id": {"type": "string", "value": "a346dc36e935bae7"}, "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": 1788365628.025917, "is_segment": false, "name": "get localhost:6379", "parent_span_id": "a346dc36e935bae7", "span_id": "9e1cf17a100c420e", "start_timestamp": 1788365628.0249476, "status": "ok", "trace_id": "f1ac10974d194cecbff3f4801711c046"}] 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 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": 1788365621.6393774, "is_segment": false, "name": "resolve page components", "parent_span_id": "99cf57b22b595b63", "span_id": "81150e9465efae33", "start_timestamp": 1788365621.6390557, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, {"attributes": [Object], "end_timestamp": 1788365621.7930267, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "98ec7d0731ee0515", "span_id": "9b1b547ed3a12f03", "start_timestamp": 1788365621.7928557, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, {"attributes": [Object], "end_timestamp": 1788365621.794274, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "98ec7d0731ee0515", "span_id": "a41c1c67351d9c64", "start_timestamp": 1788365621.794178, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, {"attributes": [Object], "end_timestamp": 1788365621.794813, "is_segment": false, "name": "build component tree", "parent_span_id": "a007a94e81e8ff2a", "span_id": "98ec7d0731ee0515", "start_timestamp": 1788365621.791794, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, {"attributes": [Object], "end_timestamp": 1788365621.9209435, "is_segment": false, "name": "pg.connect", "parent_span_id": "a007a94e81e8ff2a", "span_id": "b60dc60593c33760", "start_timestamp": 1788365621.7981372, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, {"attributes": [Object], "end_timestamp": 1788365621.9237585, "is_segment": false, "name": "SELECT", "parent_span_id": "a007a94e81e8ff2a", "span_id": "9f2da942868cf49d", "start_timestamp": 1788365621.9222052, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, {"attributes": [Object], "end_timestamp": 1788365621.9296572, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "9a68bcb133459e9d", "span_id": "b6f6a97c9cbf5e96", "start_timestamp": 1788365621.928677, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, {"attributes": [Object], "end_timestamp": 1788365621.9305036, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "9a68bcb133459e9d", "span_id": "ac2742383e5ae675", "start_timestamp": 1788365621.930161, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, {"attributes": [Object], "end_timestamp": 1788365621.9319425, "is_segment": false, "name": "info localhost:6379", "parent_span_id": "9a68bcb133459e9d", "span_id": "8656d7d0de705143", "start_timestamp": 1788365621.9307728, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, {"attributes": [Object], "end_timestamp": 1788365621.9321396, "is_segment": false, "name": "connect", "parent_span_id": "a007a94e81e8ff2a", "span_id": "9a68bcb133459e9d", "start_timestamp": 1788365621.9261186, "status": "ok", "trace_id": "444cb16a26c943c7929a01df1c6bba4e"}, …] 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 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": 1788365632.7542922, "is_segment": false, "name": "resolve page components", "parent_span_id": "a682df3a6d5349e0", "span_id": "b3b43a8ec786ea1c", "start_timestamp": 1788365632.753916, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, {"attributes": [Object], "end_timestamp": 1788365632.9255676, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "9b1bbfe03aaeecbe", "span_id": "b8cff4ef7b6ba5b5", "start_timestamp": 1788365632.9253798, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, {"attributes": [Object], "end_timestamp": 1788365632.9271421, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "9b1bbfe03aaeecbe", "span_id": "9a2e77eb6a2fcec6", "start_timestamp": 1788365632.9269671, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, {"attributes": [Object], "end_timestamp": 1788365632.9278512, "is_segment": false, "name": "build component tree", "parent_span_id": "91a7d9bc4063855e", "span_id": "9b1bbfe03aaeecbe", "start_timestamp": 1788365632.9239535, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, {"attributes": [Object], "end_timestamp": 1788365633.0987973, "is_segment": false, "name": "pg.connect", "parent_span_id": "91a7d9bc4063855e", "span_id": "ba27158d8679e0db", "start_timestamp": 1788365632.931899, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, {"attributes": [Object], "end_timestamp": 1788365633.103605, "is_segment": false, "name": "SELECT", "parent_span_id": "91a7d9bc4063855e", "span_id": "81624185aecc1221", "start_timestamp": 1788365633.1009927, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, {"attributes": [Object], "end_timestamp": 1788365633.1157002, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "9848b52d5a0884ba", "span_id": "8f93783088eda616", "start_timestamp": 1788365633.113768, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, {"attributes": [Object], "end_timestamp": 1788365633.1160362, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "9848b52d5a0884ba", "span_id": "a52ffaf13c6ee15d", "start_timestamp": 1788365633.114734, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, {"attributes": [Object], "end_timestamp": 1788365633.1176364, "is_segment": false, "name": "info localhost:6379", "parent_span_id": "9848b52d5a0884ba", "span_id": "9a0452c00dcf8206", "start_timestamp": 1788365633.1163197, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, {"attributes": [Object], "end_timestamp": 1788365633.117851, "is_segment": false, "name": "connect", "parent_span_id": "91a7d9bc4063855e", "span_id": "9848b52d5a0884ba", "start_timestamp": 1788365633.1091087, "status": "ok", "trace_id": "5c9656acf5814a24ac712f27fa1079b8"}, …] 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": 1788365652.5159054, "is_segment": false, "name": "resolve page components", "parent_span_id": "923c5df7f51765be", "span_id": "b8dc4b57fa11cdfd", "start_timestamp": 1788365652.5156326, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, {"attributes": [Object], "end_timestamp": 1788365652.6254244, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "9c02239dcf435c5d", "span_id": "b59f83d50b9a14c2", "start_timestamp": 1788365652.6251733, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, {"attributes": [Object], "end_timestamp": 1788365652.626777, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "9c02239dcf435c5d", "span_id": "b0105f887ac611ff", "start_timestamp": 1788365652.6266477, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, {"attributes": [Object], "end_timestamp": 1788365652.627398, "is_segment": false, "name": "build component tree", "parent_span_id": "8c4ca29075be8b91", "span_id": "9c02239dcf435c5d", "start_timestamp": 1788365652.6238844, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, {"attributes": [Object], "end_timestamp": 1788365652.725286, "is_segment": false, "name": "pg.connect", "parent_span_id": "8c4ca29075be8b91", "span_id": "a9a05db5ea983dae", "start_timestamp": 1788365652.632056, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, {"attributes": [Object], "end_timestamp": 1788365652.7303774, "is_segment": false, "name": "SELECT", "parent_span_id": "8c4ca29075be8b91", "span_id": "a3bb807d3fc238a0", "start_timestamp": 1788365652.7275248, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, {"attributes": [Object], "end_timestamp": 1788365652.7453685, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "b2efe9d82d5a6339", "span_id": "9c7932af3d9c0a8b", "start_timestamp": 1788365652.7427452, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, {"attributes": [Object], "end_timestamp": 1788365652.7478907, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "b2efe9d82d5a6339", "span_id": "96088140674a6596", "start_timestamp": 1788365652.747448, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, {"attributes": [Object], "end_timestamp": 1788365652.7495215, "is_segment": false, "name": "info localhost:6379", "parent_span_id": "b2efe9d82d5a6339", "span_id": "af9027e19a4f85d8", "start_timestamp": 1788365652.7482266, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, {"attributes": [Object], "end_timestamp": 1788365652.749702, "is_segment": false, "name": "connect", "parent_span_id": "8c4ca29075be8b91", "span_id": "b2efe9d82d5a6339", "start_timestamp": 1788365652.7345362, "status": "ok", "trace_id": "bfe148d3b64f49b09af9176c50da40e2"}, …] 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": 1788365673.2204263, "is_segment": false, "name": "resolve page components", "parent_span_id": "a96907f1d23014d5", "span_id": "92f415c057e38636", "start_timestamp": 1788365673.2199197, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, {"attributes": [Object], "end_timestamp": 1788365673.3929143, "is_segment": false, "name": "resolve root layout server component", "parent_span_id": "a6c59b09d93bda5b", "span_id": "9df16c6efef67c74", "start_timestamp": 1788365673.3926241, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, {"attributes": [Object], "end_timestamp": 1788365673.3944674, "is_segment": false, "name": "resolve page server component \"/db-page\"", "parent_span_id": "a6c59b09d93bda5b", "span_id": "910088404eff7d90", "start_timestamp": 1788365673.3942986, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, {"attributes": [Object], "end_timestamp": 1788365673.395181, "is_segment": false, "name": "build component tree", "parent_span_id": "a452750e24093267", "span_id": "a6c59b09d93bda5b", "start_timestamp": 1788365673.3912385, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, {"attributes": [Object], "end_timestamp": 1788365673.5087945, "is_segment": false, "name": "pg.connect", "parent_span_id": "a452750e24093267", "span_id": "ab97185408167e68", "start_timestamp": 1788365673.4013379, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, {"attributes": [Object], "end_timestamp": 1788365673.5123868, "is_segment": false, "name": "SELECT", "parent_span_id": "a452750e24093267", "span_id": "b64f0c0f1407203f", "start_timestamp": 1788365673.5103712, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, {"attributes": [Object], "end_timestamp": 1788365673.5212584, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "a3a721bb70ea40f8", "span_id": "92b3735b8467e455", "start_timestamp": 1788365673.5195267, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, {"attributes": [Object], "end_timestamp": 1788365673.5215087, "is_segment": false, "name": "client localhost:6379", "parent_span_id": "a3a721bb70ea40f8", "span_id": "8f408208dc1a3147", "start_timestamp": 1788365673.5202985, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, {"attributes": [Object], "end_timestamp": 1788365673.5231242, "is_segment": false, "name": "info localhost:6379", "parent_span_id": "a3a721bb70ea40f8", "span_id": "9ba12a7ddc150f9a", "start_timestamp": 1788365673.5218313, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, {"attributes": [Object], "end_timestamp": 1788365673.523292, "is_segment": false, "name": "connect", "parent_span_id": "a452750e24093267", "span_id": "a3a721bb70ea40f8", "start_timestamp": 1788365673.5162563, "status": "ok", "trace_id": "25d95f6dd4964767a215fc524cac949a"}, …] 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.
🎭 Playwright Run Summary
1 failed [chromium] › tests/db.test.ts:4:1 › Instruments ioredis automatically via build-time orchestrion 10 passed (41.0s)
🎭 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.6m)
🎭 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.6m)
🎭 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)

Artifacts

Produced during runtime
Name Size Digest
E2E Test Dump (nextjs-16 (latest, turbopack)) Expired
118 KB
sha256:2f021ed55162a4aca914c0551acc04f42779fbf91e63c20f1a0a516b728f29ec
E2E Test Dump (nextjs-16 (latest, webpack)) Expired
106 KB
sha256:14058c00045928671ccae54e3700b968b0dd4993f5c0a8ffb99c3470ca65dd41
E2E Test Dump (nextjs-16 (webpack)) Expired
111 KB
sha256:436abc9ceb9b5f0fa3cfd76fd8452421085d597a4fe7fd8ac3bb9122d75d2a29
E2E Test Dump (nextjs-16) Expired
123 KB
sha256:68f89a7e3a8a5e4a0b4431176a08a953ac54e4ee88e5e3e796f528ad45acb57d
playwright-traces-job_e2e_playwright_tests-nextjs-16 Expired
14.8 KB
sha256:848623c1b195520c248a85e34b0392c7f4778c989aed7535ba871430f6d1a49e
playwright-traces-job_e2e_playwright_tests-solidstart Expired
2.91 KB
sha256:afccc5d575db194c4fd82256dbb89b7e06b0ad41513ebf003a3867bf246e8c37