chore(deps-dev): Bump next from 14.2.35 to 15.5.21 in /packages/nextjs #52446
build.yml
on: pull_request
Get CI Metadata
/
Get Metadata
8s
Check PR branches
2s
Matrix: job_bundler_plugin_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Lint
1m 13s
Circular Dependency Check
1m 40s
Browser Unit Tests
34s
Bun Unit Tests
0s
Deno Unit Tests
0s
Cloudflare Integration Tests
0s
Bun Integration Tests
0s
Deno Integration Tests
0s
Check for faulty .d.ts files
41s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_optional_e2e_tests
Matrix: job_e2e_tests
All required jobs passed or were skipped
4s
Annotations
19 errors, 1 warning, and 47 notices
|
Check lockfile
Process completed with exit code 1.
|
|
Check lockfile
yarn.lock has uncommitted changes after running 'yarn install'. Please run 'yarn install' locally and commit the updated yarn.lock.
|
|
Node (24) Unit Tests
Process completed with exit code 1.
|
|
Node (26) Unit Tests
Process completed with exit code 1.
|
|
Node (20.19) Unit Tests
Process completed with exit code 1.
|
|
Node (22) Unit Tests
Process completed with exit code 1.
|
|
[chromium] βΊ tests/i18n-routing.test.ts:4:5 βΊ should create consistent parameterized transaction for default locale without prefix:
../../_temp/test-application/tests/i18n-routing.test.ts#L9
1) [chromium] βΊ tests/i18n-routing.test.ts:4:5 βΊ should create consistent parameterized transaction for default locale without prefix
Error: page.goto: net::ERR_ABORTED; maybe frame was detached?
Call log:
- navigating to "http://localhost:3030/i18n-test", waiting until "load"
7 | });
8 |
> 9 | await page.goto(`/i18n-test`);
| ^
10 |
11 | const transaction = await transactionPromise;
12 |
at /home/runner/work/_temp/test-application/tests/i18n-routing.test.ts:9:14
|
|
[chromium] βΊ tests/i18n-routing.test.ts:4:5 βΊ should create consistent parameterized transaction for default locale without prefix:
../../_temp/test-application/tests/i18n-routing.test.ts#L0
1) [chromium] βΊ tests/i18n-routing.test.ts:4:5 βΊ should create consistent parameterized transaction for default locale without prefix
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ tests/trpc-mutation.test.ts:4:1 βΊ should create transaction with trpc input for mutation:
../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] βΊ tests/trpc-mutation.test.ts:4:1 βΊ should create transaction with trpc input for mutation
Test timeout of 30000ms exceeded.
|
|
[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.
|
|
[chromium] βΊ tests/async-context-edge.test.ts:4:5 βΊ Should allow for async context isolation in the edge SDK:
../../_temp/test-application/tests/async-context-edge.test.ts#L12
1) [chromium] βΊ tests/async-context-edge.test.ts:4:5 βΊ Should allow for async context isolation in the edge SDK
Error: apiRequestContext.get: Request context disposed.
Call log:
- β GET http://localhost:3030/api/async-context-edge-endpoint
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.7390.37 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
10 | });
11 |
> 12 | await request.get('/api/async-context-edge-endpoint');
| ^
13 |
14 | const asyncContextEdgerouteTransaction = await edgerouteTransactionPromise;
15 |
at /home/runner/work/_temp/test-application/tests/async-context-edge.test.ts:12:17
|
|
[chromium] βΊ tests/async-context-edge.test.ts:4:5 βΊ Should allow for async context isolation in the edge SDK:
../../_temp/test-application/tests/async-context-edge.test.ts#L0
1) [chromium] βΊ tests/async-context-edge.test.ts:4:5 βΊ Should allow for async context isolation in the edge SDK
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ tests/ai-error.test.ts:4:5 βΊ should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L0
1) [chromium] βΊ tests/ai-error.test.ts:4:5 βΊ should create AI spans with correct attributes and error linking
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ tests/client-app-routing-instrumentation.test.ts:4:5 βΊ Creates a pageload transaction for app router routes:
../../_temp/test-application/tests/client-app-routing-instrumentation.test.ts#L0
1) [chromium] βΊ tests/client-app-routing-instrumentation.test.ts:4:5 βΊ Creates a pageload transaction for app router routes
Test timeout of 30000ms exceeded.
|
|
E2E nextjs-16 (latest, webpack) Test
Process completed with exit code 1.
|
|
[chromium] βΊ tests/ai-test.test.ts:4:5 βΊ should create AI spans with correct attributes:
../../_temp/test-application/tests/ai-test.test.ts#L0
2) [chromium] βΊ tests/ai-test.test.ts:4:5 βΊ should create AI spans with correct attributes βββββββ
Test timeout of 30000ms exceeded.
|
|
[chromium] βΊ tests/ai-error.test.ts:4:5 βΊ should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L18
1) [chromium] βΊ tests/ai-error.test.ts:4:5 βΊ should create AI spans with correct attributes and error linking
Error: page.goto: net::ERR_ABORTED; maybe frame was detached?
Call log:
- navigating to "http://localhost:3030/ai-error-test", waiting until "load"
16 | });
17 |
> 18 | await page.goto('/ai-error-test');
| ^
19 |
20 | const aiTransaction = await aiTransactionPromise;
21 | const genAiSpans = await genAiSpansPromise;
at /home/runner/work/_temp/test-application/tests/ai-error.test.ts:18:14
|
|
[chromium] βΊ tests/ai-error.test.ts:4:5 βΊ should create AI spans with correct attributes and error linking:
../../_temp/test-application/tests/ai-error.test.ts#L0
1) [chromium] βΊ tests/ai-error.test.ts:4:5 βΊ should create AI spans with correct attributes and error linking
Test timeout of 30000ms exceeded.
|
|
All required jobs passed or were skipped
Process completed with exit code 1.
|
|
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
5 passed (9.5s)
|
|
π Playwright Run Summary
12 passed (9.4s)
|
|
π Playwright Run Summary
5 passed (10.6s)
|
|
π Playwright Run Summary
1 skipped
14 passed (13.2s)
|
|
π Playwright Run Summary
3 passed (16.5s)
|
|
π Playwright Run Summary
3 passed (9.7s)
|
|
π Playwright Run Summary
8 passed (25.0s)
|
|
π Playwright Run Summary
8 passed (6.6s)
|
|
π Playwright Run Summary
15 skipped
12 passed (21.8s)
|
|
π Playwright Run Summary
15 skipped
12 passed (21.6s)
|
|
π Playwright Run Summary
3 passed (17.4s)
|
|
π Playwright Run Summary
3 passed (9.8s)
|
|
π Playwright Run Summary
4 skipped
10 passed (37.3s)
|
|
π Playwright Run Summary
2 skipped
12 passed (7.0s)
|
|
π Playwright Run Summary
12 passed (43.7s)
|
|
π Playwright Run Summary
5 passed (46.6s)
|
|
π Playwright Run Summary
5 passed (11.7s)
|
|
π Playwright Run Summary
13 passed (40.7s)
|
|
π Playwright Run Summary
13 passed (8.3s)
|
|
π Playwright Run Summary
12 passed (34.4s)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ tests/i18n-routing.test.ts:4:5 βΊ should create consistent parameterized transaction for default locale without prefix
3 passed (1.1m)
|
|
π Playwright Run Summary
4 passed (8.6s)
|
|
π Playwright Run Summary
2 flaky
[chromium] βΊ tests/trpc-error.test.ts:4:1 βΊ should capture error with trpc context βββββββββββββ
[chromium] βΊ tests/trpc-mutation.test.ts:4:1 βΊ should create transaction with trpc input for mutation
1 passed (42.3s)
|
|
π Playwright Run Summary
3 passed (4.3s)
|
|
π Playwright Run Summary
5 passed (38.7s)
|
|
π Playwright Run Summary
5 passed (28.6s)
|
|
π Playwright Run Summary
3 passed (42.2s)
|
|
π Playwright Run Summary
3 passed (11.4s)
|
|
π Playwright Run Summary
6 skipped
6 passed (39.2s)
|
|
π Playwright Run Summary
12 passed (50.9s)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ tests/async-context-edge.test.ts:4:5 βΊ Should allow for async context isolation in the edge SDK
4 skipped
9 passed (1.3m)
|
|
π Playwright Run Summary
2 skipped
12 passed (7.3s)
|
|
π Playwright Run Summary
13 skipped
30 passed (1.7m)
|
|
π Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ tests/ai-error.test.ts:4:5 βΊ should create AI spans with correct attributes and error linking
3 skipped
30 passed (2.4m)
|
|
π Playwright Run Summary
2 skipped
32 passed (37.9s)
|
|
π Playwright Run Summary
13 skipped
30 passed (1.8m)
|
|
π Playwright Run Summary
2 skipped
41 passed (1.1m)
|
|
π Playwright Run Summary
1 flaky
[chromium] βΊ tests/client-app-routing-instrumentation.test.ts:4:5 βΊ Creates a pageload transaction for app router routes
2 skipped
31 passed (2.8m)
|
|
π Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
π Playwright Run Summary
9 skipped
34 passed (3.0m)
|
|
π Playwright Run Summary
2 skipped
41 passed (1.0m)
|
|
π Playwright Run Summary
4 passed (27.5s)
|
|
π Playwright Run Summary
2 skipped
32 passed (3.0m)
|
|
π Playwright Run Summary
2 skipped
32 passed (1.1m)
|
|
π Playwright Run Summary
2 failed
[chromium] βΊ tests/ai-error.test.ts:4:5 βΊ should create AI spans with correct attributes and error linking
[chromium] βΊ tests/ai-test.test.ts:4:5 βΊ should create AI spans with correct attributes ββββββββ
9 skipped
32 passed (3.7m)
|
|
π Playwright Run Summary
2 skipped
41 passed (1.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
E2E Test Dump (nextjs-16 (latest, webpack))
Expired
|
240 KB |
sha256:43e162ca1ad5721acd6b60a6be961c60e56a21e1a0a7d38a3697a25c7889b828
|
|
|
build-bundle-output
Expired
|
17.6 MB |
sha256:4df52c3d6beb39be9c4280093c3ff55cebfaa64111a12ba07f39acde195e6130
|
|
|
build-output
Expired
|
11.7 MB |
sha256:308c3a98f34643af34c1e4e92abf2a0d43511a23f73325f682f1c9f7806e87e8
|
|
|
build-tarball-output
Expired
|
5.83 MB |
sha256:823a1d4e280cb9828b9588bd7707818f96b2eff5ffcb6d260dbad466fc588820
|
|
|
playwright-traces-job_e2e_playwright_tests-nextjs-16
Expired
|
22.8 KB |
sha256:f9a861361c16b9d711ba233ac0d2106b15524bc4c2e1bb82ffd246e45a4a7cda
|
|