Skip to content

Conversation

@sokra
Copy link
Member

@sokra sokra commented Jan 13, 2026

What?

  • task type is stored as CachedDataItem
  • reverse task cache is removed

@nextjs-bot
Copy link
Collaborator

Allow CI Workflow Run

  • approve CI run for commit: 53af8c2

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer


impl EventDescription {
#[inline(always)]
pub fn new<InnerFn>(_description: impl FnOnce() -> InnerFn) -> Self
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pub fn new<InnerFn>(_description: impl FnOnce() -> InnerFn) -> Self
pub fn new<InnerFn>(description: impl FnOnce() -> InnerFn) -> Self

Parameter named _description but code references undefined description variable in hanging_detection block

Fix on Vercel

@nextjs-bot
Copy link
Collaborator

nextjs-bot commented Jan 13, 2026

Failing test suites

Commit: 53af8c2 | About building and testing Next.js

pnpm test test/integration/gssp-redirect-with-rewrites/test/index.test.ts (turbopack) (job)

  • create-next-app --api (Headless App) > should create JavaScript project with --js flag (DD)
  • create-next-app --api (Headless App) > should create TypeScript project with --ts flag (DD)
  • create-next-app --api (Headless App) > should create project inside "src" directory with --src-dir flag (DD)
  • create-next-app --api (Headless App) > should enable webpack dev with --webpack flag (DD)
Expand output

● create-next-app --api (Headless App) › should create JavaScript project with --js flag

FetchError: request to http://localhost:32981/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● create-next-app --api (Headless App) › should create TypeScript project with --ts flag

FetchError: request to http://localhost:45515/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● create-next-app --api (Headless App) › should create project inside "src" directory with --src-dir flag

FetchError: request to http://localhost:35049/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● create-next-app --api (Headless App) › should enable webpack dev with --webpack flag

FetchError: request to http://localhost:37951/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

pnpm test test/integration/image-optimizer/test/sharp.test.ts (turbopack) (job)

  • turbopack unsupported features log > should not warn by default (DD)
  • turbopack unsupported features log > should not warn with empty next.config.js (DD)
  • turbopack unsupported features log > should warn with next.config.js with unsupported field (DD)
Expand output

● turbopack unsupported features log › should not warn by default

FetchError: request to http://localhost:42817/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● turbopack unsupported features log › should not warn with empty next.config.js

FetchError: request to http://localhost:35585/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● turbopack unsupported features log › should warn with next.config.js with unsupported field

TIMED OUT: /success/

undefined

Error: expect(received).toContain(expected) // indexOf

Expected substring: "You are using configuration and/or tools that are not yet"
Received string:    "▲ Next.js 16.1.1-canary.24 (Turbopack)
- Local:         http://[::1]:39759
- Network:       http://[::]:39759
✓ Ready in 232ms
Creating turbopack project {
  dir: '/root/actions-runner/_work/next.js/next.js/test/integration/turbopack-unsupported-log/app',
  testMode: true
}·
thread 'tokio-runtime-worker' (1905471) panicked at turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)·
Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
Error [TurbopackInternalError]: To read data of Meta the task need to be accessed with this category (It's accessed with Data)·
Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
    at <unknown> (TurbopackInternalError: To read data of Meta the task need to be accessed with this category (It's accessed with Data)) {
  location: 'turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14'
}

"

  724 |   }
  725 |   console.error('TIMED OUT CHECK: ', { regex, content, lastErr })
> 726 |   throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
      |         ^
  727 | }
  728 |
  729 | export class File {

  at check (lib/next-test-utils.ts:726:9)
  at Object.<anonymous> (integration/turbopack-unsupported-log/index.test.ts:86:9)

pnpm test test/integration/config/test/index.test.ts (turbopack) (job)

  • Custom routes > no-op rewrite > should not error for no-op rewrite and auto export dynamic route (DD)
Expand output

● Custom routes › no-op rewrite › should not error for no-op rewrite and auto export dynamic route

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:45369/auto-export/my-slug
Call log:
  - navigating to "http://localhost:45369/auto-export/my-slug", waiting until "load"

  343 |     await opts?.beforePageLoad?.(page)
  344 |
> 345 |     await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
      |                ^
  346 |   }
  347 |
  348 |   back(options?: Parameters<Page['goBack']>[0]) {

  at Playwright.goto (lib/browsers/playwright.ts:345:16)
  at webdriver (lib/next-webdriver.ts:156:3)
  at Object.<anonymous> (integration/custom-routes/test/index.test.ts:2638:23)

pnpm test-dev test/e2e/app-dir/next-config-ts-native-ts/export-default/next-config-ts-export-default-cjs.test.ts (job)

  • next-config-ts-top-level-await-esm > should support top-level await (ESM) (DD)
Expand output

● next-config-ts-top-level-await-esm › should support top-level await (ESM)

FetchError: request to http://localhost:38313/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

pnpm test test/integration/app-config-asset-prefix/test/index.test.ts (turbopack) (job)

  • FileSystemPublicRoutes > should not route to the index page (DD)
  • FileSystemPublicRoutes > should route to exportPathMap defined routes in development (DD)
  • FileSystemPublicRoutes > should serve JavaScript files correctly (DD)
  • FileSystemPublicRoutes > should route to public folder files (DD)
Expand output

● FileSystemPublicRoutes › should not route to the index page

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  21 |
  22 | describe('FileSystemPublicRoutes', () => {
> 23 |   beforeAll(() => startServer())
     |   ^
  24 |   afterAll(() => killApp(server))
  25 |
  26 |   const fetch = (p, q?: any) => fetchViaHTTP(context.appPort, p, q)

  at beforeAll (integration/filesystempublicroutes/test/index.test.ts:23:3)
  at Object.describe (integration/filesystempublicroutes/test/index.test.ts:22:1)

● FileSystemPublicRoutes › should route to exportPathMap defined routes in development

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  21 |
  22 | describe('FileSystemPublicRoutes', () => {
> 23 |   beforeAll(() => startServer())
     |   ^
  24 |   afterAll(() => killApp(server))
  25 |
  26 |   const fetch = (p, q?: any) => fetchViaHTTP(context.appPort, p, q)

  at beforeAll (integration/filesystempublicroutes/test/index.test.ts:23:3)
  at Object.describe (integration/filesystempublicroutes/test/index.test.ts:22:1)

● FileSystemPublicRoutes › should serve JavaScript files correctly

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  21 |
  22 | describe('FileSystemPublicRoutes', () => {
> 23 |   beforeAll(() => startServer())
     |   ^
  24 |   afterAll(() => killApp(server))
  25 |
  26 |   const fetch = (p, q?: any) => fetchViaHTTP(context.appPort, p, q)

  at beforeAll (integration/filesystempublicroutes/test/index.test.ts:23:3)
  at Object.describe (integration/filesystempublicroutes/test/index.test.ts:22:1)

● FileSystemPublicRoutes › should route to public folder files

thrown: "Exceeded timeout of 60000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  21 |
  22 | describe('FileSystemPublicRoutes', () => {
> 23 |   beforeAll(() => startServer())
     |   ^
  24 |   afterAll(() => killApp(server))
  25 |
  26 |   const fetch = (p, q?: any) => fetchViaHTTP(context.appPort, p, q)

  at beforeAll (integration/filesystempublicroutes/test/index.test.ts:23:3)
  at Object.describe (integration/filesystempublicroutes/test/index.test.ts:22:1)

pnpm test test/integration/development-hmr-refresh/test/index.test.ts (turbopack) (job)

  • create-next-app --app (App Router) > should create JavaScript project with --js flag (DD)
  • create-next-app --app (App Router) > should create TypeScript project with --ts flag (DD)
  • create-next-app --app (App Router) > should create project inside "src" directory with --src-dir flag (DD)
  • create-next-app --app (App Router) > should create TailwindCSS project with --tailwind flag (DD)
  • create-next-app --app (App Router) > should create an empty project with --empty flag (DD)
  • create-next-app --app (App Router) > should create an empty TailwindCSS project with --empty flag (DD)
Expand output

● create-next-app --app (App Router) › should create JavaScript project with --js flag

FetchError: request to http://localhost:34309/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● create-next-app --app (App Router) › should create TypeScript project with --ts flag

FetchError: request to http://localhost:36107/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● create-next-app --app (App Router) › should create project inside "src" directory with --src-dir flag

FetchError: request to http://localhost:41929/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● create-next-app --app (App Router) › should create TailwindCSS project with --tailwind flag

FetchError: request to http://localhost:37875/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● create-next-app --app (App Router) › should create an empty project with --empty flag

FetchError: request to http://localhost:34393/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● create-next-app --app (App Router) › should create an empty TailwindCSS project with --empty flag

FetchError: request to http://localhost:43959/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

pnpm test test/integration/compression/test/index.test.ts (turbopack) (job)

  • Dynamic Optional Routing > development mode > invalid pages > should fail to build when optional route has index.js at root (DD)
  • Dynamic Optional Routing > development mode > invalid pages > should fail to build when optional route has same page at root (DD)
  • Dynamic Optional Routing > development mode > invalid pages > should fail to build when mixed with regular catch-all (DD)
  • Dynamic Optional Routing > development mode > invalid pages > should fail to build when optional but no catch-all (DD)
  • Dynamic Optional Routing > development mode > rendering > should render catch-all top-level route with multiple segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should render catch-all top-level route with single segment (DD)
  • Dynamic Optional Routing > development mode > rendering > should render catch-all top-level route with no segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should render catch-all nested route with multiple segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should render catch-all nested route with single segment (DD)
  • Dynamic Optional Routing > development mode > rendering > should render catch-all nested route with no segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should render catch-all nested route with no segments and leading slash (DD)
  • Dynamic Optional Routing > development mode > rendering > should match catch-all api route with multiple segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should match catch-all api route with single segment (DD)
  • Dynamic Optional Routing > development mode > rendering > should match catch-all api route with no segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should match catch-all api route with no segments and leading slash (DD)
  • Dynamic Optional Routing > development mode > rendering > should handle getStaticPaths no segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should handle getStaticPaths no segments and trailing slash (DD)
  • Dynamic Optional Routing > development mode > rendering > should handle getStaticPaths 1 segment (DD)
  • Dynamic Optional Routing > development mode > rendering > should handle getStaticPaths 1 segment and trailing slash (DD)
  • Dynamic Optional Routing > development mode > rendering > should handle getStaticPaths 2 segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should handle getStaticPaths 2 segments and trailing slash (DD)
  • Dynamic Optional Routing > development mode > rendering > should fall back to top-level catch-all (DD)
  • Dynamic Optional Routing > development mode > rendering > should match root path on undefined param (DD)
  • Dynamic Optional Routing > development mode > rendering > should match root path on false param (DD)
  • Dynamic Optional Routing > development mode > rendering > should match root path on null param (DD)
  • Dynamic Optional Routing > development mode > rendering > should handle getStaticPaths with fallback no segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should handle getStaticPaths with fallback 2 segments (DD)
  • Dynamic Optional Routing > development mode > rendering > should fallback correctly when fallback enabled (DD)
Expand output

● Dynamic Optional Routing › development mode › rendering › should render catch-all top-level route with multiple segments

FetchError: request to http://localhost:38913/hello/world failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should render catch-all top-level route with single segment

FetchError: request to http://localhost:38913/hello failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should render catch-all top-level route with no segments

FetchError: request to http://localhost:38913/ failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should render catch-all nested route with multiple segments

FetchError: request to http://localhost:38913/nested/hello/world failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should render catch-all nested route with single segment

FetchError: request to http://localhost:38913/nested/hello failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should render catch-all nested route with no segments

FetchError: request to http://localhost:38913/nested failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should render catch-all nested route with no segments and leading slash

FetchError: request to http://localhost:38913/nested/ failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should match catch-all api route with multiple segments

FetchError: request to http://localhost:38913/api/post/ab/cd failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should match catch-all api route with single segment

FetchError: request to http://localhost:38913/api/post/a failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should match catch-all api route with no segments

FetchError: request to http://localhost:38913/api/post failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should match catch-all api route with no segments and leading slash

FetchError: request to http://localhost:38913/api/post/ failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should handle getStaticPaths no segments

FetchError: request to http://localhost:38913/get-static-paths failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should handle getStaticPaths no segments and trailing slash

FetchError: request to http://localhost:38913/get-static-paths/ failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should handle getStaticPaths 1 segment

FetchError: request to http://localhost:38913/get-static-paths/p1 failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should handle getStaticPaths 1 segment and trailing slash

FetchError: request to http://localhost:38913/get-static-paths/p1/ failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should handle getStaticPaths 2 segments

FetchError: request to http://localhost:38913/get-static-paths/p2/p3 failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should handle getStaticPaths 2 segments and trailing slash

FetchError: request to http://localhost:38913/get-static-paths/p2/p3/ failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should fall back to top-level catch-all

FetchError: request to http://localhost:38913/get-static-paths/hello/world failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should match root path on undefined param

FetchError: request to http://localhost:38913/get-static-paths-undefined failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should match root path on false param

FetchError: request to http://localhost:38913/get-static-paths-false failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should match root path on null param

FetchError: request to http://localhost:38913/get-static-paths-null failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should handle getStaticPaths with fallback no segments

FetchError: request to http://localhost:38913/get-static-paths-fallback failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should handle getStaticPaths with fallback 2 segments

FetchError: request to http://localhost:38913/get-static-paths-fallback/p2/p3 failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › rendering › should fallback correctly when fallback enabled

FetchError: request to http://localhost:38913/get-static-paths-fallback/hello/world failed, reason: connect ECONNREFUSED 127.0.0.1:38913

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Dynamic Optional Routing › development mode › invalid pages › should fail to build when optional route has index.js at root

TIMED OUT: /You cannot define a route with the same specificity as a optional catch-all route/


thread 'tokio-runtime-worker' (339710) panicked at turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
Error [TurbopackInternalError]: To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
    at <unknown> (TurbopackInternalError: To read data of Meta the task need to be accessed with this category (It's accessed with Data)) {
  location: 'turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14'
}


undefined

  724 |   }
  725 |   console.error('TIMED OUT CHECK: ', { regex, content, lastErr })
> 726 |   throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
      |         ^
  727 | }
  728 |
  729 | export class File {

  at check (lib/next-test-utils.ts:726:9)
  at Object.<anonymous> (integration/dynamic-optional-routing/test/index.test.ts:190:7)

● Dynamic Optional Routing › development mode › invalid pages › should fail to build when optional route has same page at root

TIMED OUT: /You cannot define a route with the same specificity as a optional catch-all route/


thread 'tokio-runtime-worker' (339804) panicked at turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
Error [TurbopackInternalError]: To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
    at <unknown> (TurbopackInternalError: To read data of Meta the task need to be accessed with this category (It's accessed with Data)) {
  location: 'turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14'
}


undefined

  724 |   }
  725 |   console.error('TIMED OUT CHECK: ', { regex, content, lastErr })
> 726 |   throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
      |         ^
  727 | }
  728 |
  729 | export class File {

  at check (lib/next-test-utils.ts:726:9)
  at Object.<anonymous> (integration/dynamic-optional-routing/test/index.test.ts:204:7)

● Dynamic Optional Routing › development mode › invalid pages › should fail to build when mixed with regular catch-all

TIMED OUT: /You cannot use both .+ at the same level/


thread 'tokio-runtime-worker' (339873) panicked at turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
Error [TurbopackInternalError]: To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
    at <unknown> (TurbopackInternalError: To read data of Meta the task need to be accessed with this category (It's accessed with Data)) {
  location: 'turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14'
}


undefined

  724 |   }
  725 |   console.error('TIMED OUT CHECK: ', { regex, content, lastErr })
> 726 |   throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
      |         ^
  727 | }
  728 |
  729 | export class File {

  at check (lib/next-test-utils.ts:726:9)
  at Object.<anonymous> (integration/dynamic-optional-routing/test/index.test.ts:218:7)

● Dynamic Optional Routing › development mode › invalid pages › should fail to build when optional but no catch-all

TIMED OUT: /Optional route parameters are not yet supported/


thread 'tokio-runtime-worker' (339960) panicked at turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
Error [TurbopackInternalError]: To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
    at <unknown> (TurbopackInternalError: To read data of Meta the task need to be accessed with this category (It's accessed with Data)) {
  location: 'turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14'
}


undefined

  724 |   }
  725 |   console.error('TIMED OUT CHECK: ', { regex, content, lastErr })
> 726 |   throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
      |         ^
  727 | }
  728 |
  729 | export class File {

  at check (lib/next-test-utils.ts:726:9)
  at Object.<anonymous> (integration/dynamic-optional-routing/test/index.test.ts:229:7)

pnpm test test/integration/client-navigation-a11y/test/index.test.ts (turbopack) (job)

  • 404 handling > custom _error > next dev > should normalize repeated slashes in redirects correctly (DD)
  • 404 handling > custom _error > next dev > should handle double slashes correctly (DD)
  • 404 handling > custom _error > next dev > should handle double slashes correctly with query (DD)
  • 404 handling > custom _error > next dev > should handle double slashes correctly with hash (DD)
  • 404 handling > custom _error > next dev > should handle double slashes correctly with encoded (DD)
  • 404 handling > custom _error > next dev > should handle double slashes correctly with encoded and query (DD)
  • 404 handling > custom _error > next dev > should handle double slashes correctly with encoded and hash (DD)
  • 404 handling > custom _error > next dev > should handle backslashes correctly (DD)
  • 404 handling > custom _error > next dev > should handle mixed backslashes/forward slashes correctly (DD)
  • 404 handling > custom _error > next dev > should handle slashes in next/link correctly (DD)
  • 404 handling > custom _error > next dev > should handle slashes in router push correctly (DD)
  • 404 handling > custom _error > next dev > should have no error from encoded slashes in router push (DD)
  • 404 handling > pages/404 > production mode > next dev > should normalize repeated slashes in redirects correctly (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle double slashes correctly (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle double slashes correctly with query (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle double slashes correctly with hash (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle double slashes correctly with encoded (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle double slashes correctly with encoded and query (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle double slashes correctly with encoded and hash (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle backslashes correctly (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle mixed backslashes/forward slashes correctly (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle slashes in next/link correctly (DD)
  • 404 handling > pages/404 > production mode > next dev > should handle slashes in router push correctly (DD)
  • 404 handling > pages/404 > production mode > next dev > should have no error from encoded slashes in router push (DD)
Expand output

● 404 handling › custom _error › next dev › should normalize repeated slashes in redirects correctly

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle double slashes correctly

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle double slashes correctly with query

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle double slashes correctly with hash

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle double slashes correctly with encoded

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle double slashes correctly with encoded and query

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle double slashes correctly with encoded and hash

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle backslashes correctly

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle mixed backslashes/forward slashes correctly

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle slashes in next/link correctly

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should handle slashes in router push correctly

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › custom _error › next dev › should have no error from encoded slashes in router push

FetchError: request to http://localhost:41881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should normalize repeated slashes in redirects correctly

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle double slashes correctly

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle double slashes correctly with query

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle double slashes correctly with hash

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle double slashes correctly with encoded

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle double slashes correctly with encoded and query

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle double slashes correctly with encoded and hash

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle backslashes correctly

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle mixed backslashes/forward slashes correctly

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle slashes in next/link correctly

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should handle slashes in router push correctly

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● 404 handling › pages/404 › production mode › next dev › should have no error from encoded slashes in router push

FetchError: request to http://localhost:43005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

pnpm test test/integration/dynamic-require/test/index.test.ts (turbopack) (job)

  • Non-Standard NODE_ENV > should not show the warning with NODE_ENV set to valid value (custom server) (DD)
  • Non-Standard NODE_ENV > should show the warning with NODE_ENV set to invalid value (custom server) (DD)
Expand output

● Non-Standard NODE_ENV › should not show the warning with NODE_ENV set to valid value (custom server)

thrown: "Exceeded timeout of 60000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  63 |   })
  64 |
> 65 |   it('should not show the warning with NODE_ENV set to valid value (custom server)', async () => {
     |   ^
  66 |     let output = ''
  67 |
  68 |     app = await startServer(

  at it (integration/non-standard-node-env-warning/test/index.test.ts:65:3)
  at Object.describe (integration/non-standard-node-env-warning/test/index.test.ts:35:1)

● Non-Standard NODE_ENV › should show the warning with NODE_ENV set to invalid value (custom server)

thrown: "Exceeded timeout of 60000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  160 |   })
  161 |
> 162 |   it('should show the warning with NODE_ENV set to invalid value (custom server)', async () => {
      |   ^
  163 |     let output = ''
  164 |
  165 |     app = await startServer(

  at it (integration/non-standard-node-env-warning/test/index.test.ts:162:3)
  at Object.describe (integration/non-standard-node-env-warning/test/index.test.ts:35:1)

pnpm test-dev test/development/basic/next-rs-api.test.ts (job)

  • next.rs api > should detect the correct routes (DD)
  • next.rs api > should allow to write root page to disk (DD)
  • next.rs api > should allow to write pages edge api to disk (DD)
  • next.rs api > should allow to write pages Node.js api to disk (DD)
  • next.rs api > should allow to write app edge page to disk (DD)
  • next.rs api > should allow to write app Node.js page to disk (DD)
  • next.rs api > should allow to write pages edge page to disk (DD)
  • next.rs api > should allow to write pages Node.js page to disk (DD)
  • next.rs api > should allow to write app edge route to disk (DD)
  • next.rs api > should allow to write app Node.js route to disk (DD)
  • next.rs api > should have working HMR on client-side change on a page 0 (DD)
  • next.rs api > should have working HMR on client-side change on a page 1 (DD)
  • next.rs api > should have working HMR on client-side change on a page 2 (DD)
  • next.rs api > should have working HMR on server-side change on a page 0 (DD)
  • next.rs api > should have working HMR on server-side change on a page 1 (DD)
  • next.rs api > should have working HMR on server-side change on a page 2 (DD)
  • next.rs api > should have working HMR on client and server-side change on a page 0 (DD)
  • next.rs api > should have working HMR on client and server-side change on a page 1 (DD)
  • next.rs api > should have working HMR on client and server-side change on a page 2 (DD)
  • next.rs api > should have working HMR on client-side change on a app page 0 (DD)
  • next.rs api > should have working HMR on client-side change on a app page 1 (DD)
  • next.rs api > should have working HMR on client-side change on a app page 2 (DD)
  • next.rs api > should have working HMR on server-side change on a app page 0 (DD)
  • next.rs api > should have working HMR on server-side change on a app page 1 (DD)
  • next.rs api > should have working HMR on server-side change on a app page 2 (DD)
  • next.rs api writeToDisk multiple times > should allow to write to disk multiple times (DD)
Expand output

● next.rs api writeToDisk multiple times › should allow to write to disk multiple times

expect(received).toBe(expected) // Object.is equality

Expected: 0
Received: 1

  303 |     expect(result.status).toBe(0)
  304 |
> 305 |     await next.destroy()
      |                               ^
  306 |   })
  307 | })
  308 |

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:305:31)

● next.rs api › should detect the correct routes

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should detect the correct routes

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to write root page to disk

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to write root page to disk

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to write pages edge api to disk

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to write pages edge api to disk

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to write pages Node.js api to disk

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to write pages Node.js api to disk

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to write app edge page to disk

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to write app edge page to disk

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to write app Node.js page to disk

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to write app Node.js page to disk

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to write pages edge page to disk

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to write pages edge page to disk

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to write pages Node.js page to disk

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to write pages Node.js page to disk

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to write app edge route to disk

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to write app edge route to disk

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to write app Node.js route to disk

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to write app Node.js route to disk

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on client-side change on a page 0

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on client-side change on a page 0

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on client-side change on a page 1

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on client-side change on a page 1

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on client-side change on a page 2

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on client-side change on a page 2

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on server-side change on a page 0

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on server-side change on a page 0

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on server-side change on a page 1

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on server-side change on a page 1

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on server-side change on a page 2

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on server-side change on a page 2

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on client and server-side change on a page 0

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on client and server-side change on a page 0

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on client and server-side change on a page 1

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on client and server-side change on a page 1

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on client and server-side change on a page 2

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on client and server-side change on a page 2

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on client-side change on a app page 0

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on client-side change on a app page 0

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on client-side change on a app page 1

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on client-side change on a app page 1

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on client-side change on a app page 2

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on client-side change on a app page 2

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on server-side change on a app page 0

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on server-side change on a app page 0

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on server-side change on a app page 1

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on server-side change on a app page 1

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should have working HMR on server-side change on a app page 2

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should have working HMR on server-side change on a app page 2

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● next.rs api › should allow to make many HMR updates

createNext called without destroying previous instance

  149 |       await nextInstance.destroy()
  150 |       throw new Error(
> 151 |         `next instance not destroyed before exiting, make sure to call .destroy() after the tests after finished`
      |                   ^
  152 |       )
  153 |     }
  154 |   })

  at createNext (lib/e2e-utils/index.ts:151:19)
  at development/basic/next-rs-api.test.ts:313:51
  at Span.traceAsyncFn (../packages/next/dist/trace/trace.js:157:26)
  at Object.<anonymous> (development/basic/next-rs-api.test.ts:312:56)

● next.rs api › should allow to make many HMR updates

TypeError: Cannot read properties of undefined (reading 'testDir')

  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',
> 338 |           'app/route-edge/route.ts':
      |                                                         ^
  339 |             'export function GET() { return Response.json({ hello: "world" }) }\nexport const runtime = "edge"',
  340 |         },
  341 |       })

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:338:97)

● Test suite failed to run

TypeError: Cannot read properties of undefined (reading 'destroy')

  332 |           'app/app-edge/page.tsx':
  333 |             'export default () => <div>hello world</div>\nexport const runtime = "edge"',
> 334 |           'app/app-nodejs/page.tsx':
      |                       ^
  335 |             'export default () => <div>hello world</div>',
  336 |           'app/route-nodejs/route.ts':
  337 |             'export function GET() { return Response.json({ hello: "world" }) }',

  at Object.<anonymous> (development/basic/next-rs-api.test.ts:334:23)

pnpm test-dev-turbo test/development/app-dir/devtools-position/top-right-position.test.ts (turbopack) (job)

  • Switchable runtime > Switchable runtime (dev) > should not include edge api routes and edge ssr routes into dev middleware manifest (DD)
  • Switchable runtime > Switchable runtime (dev) > should sort edge SSR routes correctly (DD)
  • Switchable runtime > Switchable runtime (dev) > should be able to navigate between edge SSR routes without any errors (DD)
  • Switchable runtime > Switchable runtime (dev) > should not consume server.js file extension (DD)
  • Switchable runtime > Switchable runtime (dev) > should build /api/hello and /api/edge as an api route with edge runtime (DD)
  • Switchable runtime > Switchable runtime (dev) > should be possible to switch between runtimes in API routes (DD)
  • Switchable runtime > Switchable runtime (dev) > should be possible to switch between runtimes in pages (DD)
Expand output

● Switchable runtime › Switchable runtime (dev) › should not include edge api routes and edge ssr routes into dev middleware manifest

FetchError: request to http://localhost:37209/_next/static/development/_devMiddlewareManifest.json failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Switchable runtime › Switchable runtime (dev) › should sort edge SSR routes correctly

FetchError: request to http://localhost:37209/edge/foo failed, reason: connect ECONNREFUSED 127.0.0.1:37209

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Switchable runtime › Switchable runtime (dev) › should be able to navigate between edge SSR routes without any errors

FetchError: request to http://localhost:37209/edge/foo failed, reason: connect ECONNREFUSED 127.0.0.1:37209

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Switchable runtime › Switchable runtime (dev) › should not consume server.js file extension

FetchError: request to http://localhost:37209/legacy-extension failed, reason: connect ECONNREFUSED 127.0.0.1:37209

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Switchable runtime › Switchable runtime (dev) › should build /api/hello and /api/edge as an api route with edge runtime

FetchError: request to http://localhost:37209/api/hello failed, reason: connect ECONNREFUSED 127.0.0.1:37209

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● Switchable runtime › Switchable runtime (dev) › should be possible to switch between runtimes in API routes

TIMED OUT: server response

undefined

FetchError: request to http://localhost:37209/api/switch-in-dev failed, reason: connect ECONNREFUSED 127.0.0.1:37209

  724 |   }
  725 |   console.error('TIMED OUT CHECK: ', { regex, content, lastErr })
> 726 |   throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
      |         ^
  727 | }
  728 |
  729 | export class File {

  at check (lib/next-test-utils.ts:726:9)
  at Object.<anonymous> (e2e/switchable-runtime/index.test.ts:177:9)

● Switchable runtime › Switchable runtime (dev) › should be possible to switch between runtimes in pages

TIMED OUT: /Hello from edge page/

undefined

FetchError: request to http://localhost:37209/switch-in-dev failed, reason: connect ECONNREFUSED 127.0.0.1:37209

  724 |   }
  725 |   console.error('TIMED OUT CHECK: ', { regex, content, lastErr })
> 726 |   throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
      |         ^
  727 | }
  728 |
  729 | export class File {

  at check (lib/next-test-utils.ts:726:9)
  at Object.<anonymous> (e2e/switchable-runtime/index.test.ts:230:9)

pnpm test test/integration/config-mjs/test/index.test.ts (turbopack) (job)

  • page features telemetry > detects --turbo correctly for next dev (DD)
  • page features telemetry > detects --turbo correctly for next dev stopped (DD)
Expand output

● page features telemetry › detects --turbo correctly for next dev

TIMED OUT: /NEXT_CLI_SESSION_STARTED/


thread 'tokio-runtime-worker' (3450032) panicked at turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
Error [TurbopackInternalError]: To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
    at <unknown> (TurbopackInternalError: To read data of Meta the task need to be accessed with this category (It's accessed with Data)) {
  location: 'turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14'
}


undefined

  724 |   }
  725 |   console.error('TIMED OUT CHECK: ', { regex, content, lastErr })
> 726 |   throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
      |         ^
  727 | }
  728 |
  729 | export class File {

  at check (lib/next-test-utils.ts:726:9)
  at Object.<anonymous> (integration/telemetry/test/page-features.test.ts:30:7)

● page features telemetry › detects --turbo correctly for next dev stopped

TIMED OUT: /NEXT_CLI_SESSION_STARTED/


thread 'tokio-runtime-worker' (3450173) panicked at turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FATAL: An unexpected Turbopack error occurred:
To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
Error [TurbopackInternalError]: To read data of Meta the task need to be accessed with this category (It's accessed with Data)

Debug info:
- Execution of ProjectContainer::project failed
- To read data of Meta the task need to be accessed with this category (It's accessed with Data)
    at <unknown> (TurbopackInternalError: To read data of Meta the task need to be accessed with this category (It's accessed with Data)) {
  location: 'turbopack/crates/turbo-tasks-backend/src/backend/operation/mod.rs:709:14'
}


undefined

  724 |   }
  725 |   console.error('TIMED OUT CHECK: ', { regex, content, lastErr })
> 726 |   throw new Error('TIMED OUT: ' + regex + '\n\n' + content + '\n\n' + lastErr)
      |         ^
  727 | }
  728 |
  729 | export class File {

  at check (lib/next-test-utils.ts:726:9)
  at Object.<anonymous> (integration/telemetry/test/page-features.test.ts:66:7)

pnpm test-dev-turbo test/development/app-dir/basic/basic.test.ts (turbopack) (job)

  • multi-zone > should correctly respond for / (DD)
  • multi-zone > should correctly respond for /guest (DD)
  • multi-zone > should correctly respond for /blog/post-1 (DD)
  • multi-zone > should correctly respond for /guest/blog/post-1 (DD)
  • multi-zone > should correctly respond for /guest/another/post-1 (DD)
  • multi-zone > should support HMR in both apps (DD)
Expand output

● multi-zone › should correctly respond for /

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  269 |   let next: NextInstance | undefined
  270 |   if (!skipped) {
> 271 |     beforeAll(async () => {
      |     ^
  272 |       next = await createNext(options)
  273 |     })
  274 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:271:5)
  at e2e/multi-zone/multi-zone.test.ts:6:53
  at Object.describe (e2e/multi-zone/multi-zone.test.ts:5:1)

● multi-zone › should correctly respond for /guest

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  269 |   let next: NextInstance | undefined
  270 |   if (!skipped) {
> 271 |     beforeAll(async () => {
      |     ^
  272 |       next = await createNext(options)
  273 |     })
  274 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:271:5)
  at e2e/multi-zone/multi-zone.test.ts:6:53
  at Object.describe (e2e/multi-zone/multi-zone.test.ts:5:1)

● multi-zone › should correctly respond for /blog/post-1

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  269 |   let next: NextInstance | undefined
  270 |   if (!skipped) {
> 271 |     beforeAll(async () => {
      |     ^
  272 |       next = await createNext(options)
  273 |     })
  274 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:271:5)
  at e2e/multi-zone/multi-zone.test.ts:6:53
  at Object.describe (e2e/multi-zone/multi-zone.test.ts:5:1)

● multi-zone › should correctly respond for /guest/blog/post-1

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  269 |   let next: NextInstance | undefined
  270 |   if (!skipped) {
> 271 |     beforeAll(async () => {
      |     ^
  272 |       next = await createNext(options)
  273 |     })
  274 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:271:5)
  at e2e/multi-zone/multi-zone.test.ts:6:53
  at Object.describe (e2e/multi-zone/multi-zone.test.ts:5:1)

● multi-zone › should correctly respond for /guest/another/post-1

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  269 |   let next: NextInstance | undefined
  270 |   if (!skipped) {
> 271 |     beforeAll(async () => {
      |     ^
  272 |       next = await createNext(options)
  273 |     })
  274 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:271:5)
  at e2e/multi-zone/multi-zone.test.ts:6:53
  at Object.describe (e2e/multi-zone/multi-zone.test.ts:5:1)

● multi-zone › should support HMR in both apps

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  269 |   let next: NextInstance | undefined
  270 |   if (!skipped) {
> 271 |     beforeAll(async () => {
      |     ^
  272 |       next = await createNext(options)
  273 |     })
  274 |     afterAll(async () => {

  at beforeAll (lib/e2e-utils/index.ts:271:5)
  at e2e/multi-zone/multi-zone.test.ts:6:53
  at Object.describe (e2e/multi-zone/multi-zone.test.ts:5:1)

pnpm test-start-turbo test/e2e/streaming-ssr/index.test.ts (turbopack) (job)

  • streaming SSR with custom server > should render page correctly under custom server (DD)
Expand output

● streaming SSR with custom server › should render page correctly under custom server

thrown: "Exceeded timeout of 120000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  90 |     let server
  91 |     let appPort
> 92 |     beforeAll(async () => {
     |     ^
  93 |       next = await createNext({
  94 |         files: join(__dirname, 'custom-server'),
  95 |       })

  at beforeAll (e2e/streaming-ssr/index.test.ts:92:5)
  at Object.describe (e2e/streaming-ssr/index.test.ts:88:3)

pnpm test-start-turbo test/e2e/filesystem-cache/filesystem-cache.test.ts (turbopack) (job)

  • filesystem-caching with cache enabled > should cache or not cache loaders (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (RSC change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (RCC change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (Pages change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (rename app page) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (next config change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (env var change) (DD)
  • filesystem-caching with cache enabled > should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change) (DD)
Expand output

● filesystem-caching with cache enabled › should cache or not cache loaders

next build failed with code/signal 1

  77 |             if (code || signal)
  78 |               reject(
> 79 |                 new Error(
     |                 ^
  80 |                   `next build failed with code/signal ${code || signal}`
  81 |                 )
  82 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:79:17)

● filesystem-caching with cache enabled › should cache or not cache loaders

next instance is not initialized yet, make sure you call methods on next instance in test body.

  292 |     set: function (_target, key, value) {
  293 |       if (!next) {
> 294 |         throw new Error(
      |               ^
  295 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  296 |         )
  297 |       }

  at Object.set (lib/e2e-utils/index.ts:294:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:45:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change)

next build failed with code/signal 1

  77 |             if (code || signal)
  78 |               reject(
> 79 |                 new Error(
     |                 ^
  80 |                   `next build failed with code/signal ${code || signal}`
  81 |                 )
  82 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:79:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  292 |     set: function (_target, key, value) {
  293 |       if (!next) {
> 294 |         throw new Error(
      |               ^
  295 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  296 |         )
  297 |       }

  at Object.set (lib/e2e-utils/index.ts:294:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:45:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (RCC change)

next build failed with code/signal 1

  77 |             if (code || signal)
  78 |               reject(
> 79 |                 new Error(
     |                 ^
  80 |                   `next build failed with code/signal ${code || signal}`
  81 |                 )
  82 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:79:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (RCC change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  292 |     set: function (_target, key, value) {
  293 |       if (!next) {
> 294 |         throw new Error(
      |               ^
  295 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  296 |         )
  297 |       }

  at Object.set (lib/e2e-utils/index.ts:294:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:45:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (Pages change)

next build failed with code/signal 1

  77 |             if (code || signal)
  78 |               reject(
> 79 |                 new Error(
     |                 ^
  80 |                   `next build failed with code/signal ${code || signal}`
  81 |                 )
  82 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:79:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (Pages change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  292 |     set: function (_target, key, value) {
  293 |       if (!next) {
> 294 |         throw new Error(
      |               ^
  295 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  296 |         )
  297 |       }

  at Object.set (lib/e2e-utils/index.ts:294:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:45:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (rename app page)

next build failed with code/signal 1

  77 |             if (code || signal)
  78 |               reject(
> 79 |                 new Error(
     |                 ^
  80 |                   `next build failed with code/signal ${code || signal}`
  81 |                 )
  82 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:79:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (rename app page)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  292 |     set: function (_target, key, value) {
  293 |       if (!next) {
> 294 |         throw new Error(
      |               ^
  295 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  296 |         )
  297 |       }

  at Object.set (lib/e2e-utils/index.ts:294:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:45:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (next config change)

next build failed with code/signal 1

  77 |             if (code || signal)
  78 |               reject(
> 79 |                 new Error(
     |                 ^
  80 |                   `next build failed with code/signal ${code || signal}`
  81 |                 )
  82 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:79:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (next config change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  292 |     set: function (_target, key, value) {
  293 |       if (!next) {
> 294 |         throw new Error(
      |               ^
  295 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  296 |         )
  297 |       }

  at Object.set (lib/e2e-utils/index.ts:294:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:45:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (env var change)

next build failed with code/signal 1

  77 |             if (code || signal)
  78 |               reject(
> 79 |                 new Error(
     |                 ^
  80 |                   `next build failed with code/signal ${code || signal}`
  81 |                 )
  82 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:79:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  292 |     set: function (_target, key, value) {
  293 |       if (!next) {
> 294 |         throw new Error(
      |               ^
  295 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  296 |         )
  297 |       }

  at Object.set (lib/e2e-utils/index.ts:294:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:45:53)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change)

next build failed with code/signal 1

  77 |             if (code || signal)
  78 |               reject(
> 79 |                 new Error(
     |                 ^
  80 |                   `next build failed with code/signal ${code || signal}`
  81 |                 )
  82 |               )

  at ChildProcess.<anonymous> (lib/next-modes/next-start.ts:79:17)

● filesystem-caching with cache enabled › should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, next config change, env var change)

next instance is not initialized yet, make sure you call methods on next instance in test body.

  292 |     set: function (_target, key, value) {
  293 |       if (!next) {
> 294 |         throw new Error(
      |               ^
  295 |           'next instance is not initialized yet, make sure you call methods on next instance in test body.'
  296 |         )
  297 |       }

  at Object.set (lib/e2e-utils/index.ts:294:15)
  at Object.<anonymous> (e2e/filesystem-cache/filesystem-cache.test.ts:45:53)

pnpm test test/integration/app-aspath/test/index.test.ts (turbopack) (job)

  • CNA options matrix - app > --app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
Expand output

● CNA options matrix - app › --app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:32909/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:40703/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:39145/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:36831/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:37449/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:37197/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:41759/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:38671/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:39021/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:40663/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:40243/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:38957/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:42093/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:39651/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:45471/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:46287/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:39871/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:43087/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:34119/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:37343/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:36461/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:35723/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:42129/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:43115/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:37387/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:37795/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:33891/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:39983/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:35685/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:37355/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:41547/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:37655/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:33271/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:42547/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:33211/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:45979/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:40751/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:38925/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:36485/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:33919/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:45741/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:35875/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:38171/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:36107/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:46821/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:33351/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:36649/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:34477/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

pnpm test test/integration/catches-missing-getStaticProps/test/index.test.ts (turbopack) (job)

  • CNA options matrix - app > --app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - app > --app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --no-tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind (DD)
  • CNA options matrix - pages > --no-app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind (DD)
Expand output

● CNA options matrix - app › --app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:36415/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:41757/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:41783/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:33049/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:32969/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:33767/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:34695/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:41865/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:39881/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:41799/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:45375/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:39395/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:40821/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:41075/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:42293/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:36769/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:41763/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:39069/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:36379/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:42567/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:36943/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:33191/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:44005/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - app › --app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:43227/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:36051/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:34761/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:42525/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:33539/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:45777/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:39545/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:44991/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:43117/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:42073/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --no-import-alias --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:44687/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:41267/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --js --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:45019/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:33739/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@acme/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:36677/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:35187/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@acme/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:40023/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:34645/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@/* --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:39387/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:45431/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --import-alias=@/* --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:39267/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --tailwind

FetchError: request to http://localhost:39863/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --no-import-alias --eslint --src-dir --react-compiler --no-tailwind

FetchError: request to http://localhost:34917/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --tailwind

FetchError: request to http://localhost:33241/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● CNA options matrix - pages › --no-app --turbopack --ts --no-import-alias --eslint --no-src-dir --no-react-compiler --no-tailwind

FetchError: request to http://localhost:35217/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

pnpm test-dev-turbo test/development/app-dir/devtools-position/default-position.test.ts (turbopack) (job)

  • manual-client-base-path > should not warn for flag in output (DD)
  • manual-client-base-path > should not update with basePath on mount / (DD)
  • manual-client-base-path > should not update with basePath on mount /another (DD)
  • manual-client-base-path > should not update with basePath on mount /dynamic/first (DD)
  • manual-client-base-path > should not update with basePath on mount /dynamic/second (DD)
  • manual-client-base-path > should navigate correctly from index (DD)
  • manual-client-base-path > should navigate correctly from another (DD)
Expand output

● manual-client-base-path › should not warn for flag in output

FetchError: request to http://localhost:37417/ failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● manual-client-base-path › should not update with basePath on mount /

page.goto: Timeout 60000ms exceeded.
Call log:
  - navigating to "http://localhost:44531/?update=1", waiting until "load"

  343 |     await opts?.beforePageLoad?.(page)
  344 |
> 345 |     await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
      |                ^
  346 |   }
  347 |
  348 |   back(options?: Parameters<Page['goBack']>[0]) {

  at Playwright.goto (lib/browsers/playwright.ts:345:16)
  at webdriver (lib/next-webdriver.ts:156:3)
  at Object.<anonymous> (e2e/manual-client-base-path/index.test.ts:115:23)

● manual-client-base-path › should not update with basePath on mount /another

page.goto: Timeout 60000ms exceeded.
Call log:
  - navigating to "http://localhost:44531/another?update=1", waiting until "load"

  343 |     await opts?.beforePageLoad?.(page)
  344 |
> 345 |     await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
      |                ^
  346 |   }
  347 |
  348 |   back(options?: Parameters<Page['goBack']>[0]) {

  at Playwright.goto (lib/browsers/playwright.ts:345:16)
  at webdriver (lib/next-webdriver.ts:156:3)
  at Object.<anonymous> (e2e/manual-client-base-path/index.test.ts:115:23)

● manual-client-base-path › should not update with basePath on mount /dynamic/first

page.goto: Timeout 60000ms exceeded.
Call log:
  - navigating to "http://localhost:44531/dynamic/first?update=1", waiting until "load"

  343 |     await opts?.beforePageLoad?.(page)
  344 |
> 345 |     await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
      |                ^
  346 |   }
  347 |
  348 |   back(options?: Parameters<Page['goBack']>[0]) {

  at Playwright.goto (lib/browsers/playwright.ts:345:16)
  at webdriver (lib/next-webdriver.ts:156:3)
  at Object.<anonymous> (e2e/manual-client-base-path/index.test.ts:115:23)

● manual-client-base-path › should not update with basePath on mount /dynamic/second

page.goto: Timeout 60000ms exceeded.
Call log:
  - navigating to "http://localhost:44531/dynamic/second?update=1", waiting until "load"

  343 |     await opts?.beforePageLoad?.(page)
  344 |
> 345 |     await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
      |                ^
  346 |   }
  347 |
  348 |   back(options?: Parameters<Page['goBack']>[0]) {

  at Playwright.goto (lib/browsers/playwright.ts:345:16)
  at webdriver (lib/next-webdriver.ts:156:3)
  at Object.<anonymous> (e2e/manual-client-base-path/index.test.ts:115:23)

● manual-client-base-path › should navigate correctly from index

page.goto: Timeout 60000ms exceeded.
Call log:
  - navigating to "http://localhost:44531/", waiting until "load"

  343 |     await opts?.beforePageLoad?.(page)
  344 |
> 345 |     await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
      |                ^
  346 |   }
  347 |
  348 |   back(options?: Parameters<Page['goBack']>[0]) {

  at Playwright.goto (lib/browsers/playwright.ts:345:16)
  at webdriver (lib/next-webdriver.ts:156:3)
  at Object.<anonymous> (e2e/manual-client-base-path/index.test.ts:143:21)

● manual-client-base-path › should navigate correctly from another

page.goto: Timeout 60000ms exceeded.
Call log:
  - navigating to "http://localhost:44531/another", waiting until "load"

  343 |     await opts?.beforePageLoad?.(page)
  344 |
> 345 |     await page.goto(url, { waitUntil: opts?.waitUntil ?? 'load' })
      |                ^
  346 |   }
  347 |
  348 |   back(options?: Parameters<Page['goBack']>[0]) {

  at Playwright.goto (lib/browsers/playwright.ts:345:16)
  at webdriver (lib/next-webdriver.ts:156:3)
  at Object.<anonymous> (e2e/manual-client-base-path/index.test.ts:190:21)

pnpm test test/integration/client-404/test/index.test.ts (turbopack) (job)

  • should parse JSON body (DD)

  • should not throw if request body is already parsed in custom middleware (DD)

  • should not throw if request's content-type is invalid (DD)

Expand output

● should parse JSON body

FetchError: request to http://localhost:42307/api failed, reason: socket hang up

  at ClientRequest.<anonymous> (../node_modules/.pnpm/[email protected][email protected]/node_modules/node-fetch/lib/index.js:1491:11)

● should not throw if request body is already parsed in custom middleware

thrown: "Exceeded timeout of 60000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  28 |   })
  29 |
> 30 |   it('should not throw if request body is already parsed in custom middleware', async () => {
     |   ^
  31 |     await startServer()
  32 |     const data = await makeRequest()
  33 |     expect(data).toEqual([{ title: 'Nextjs' }])

  at it (integration/api-body-parser/test/index.test.ts:30:3)
  at Object.runTests (integration/api-body-parser/test/index.test.ts:87:1)

● should not throw if request's content-type is invalid

thrown: "Exceeded timeout of 60000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

  35 |   })
  36 |
> 37 |   it("should not throw if request's content-type is invalid", async () => {
     |   ^
  38 |     await startServer()
  39 |     const status = await makeRequestWithInvalidContentType()
  40 |     expect(status).toBe(200)

  at it (integration/api-body-parser/test/index.test.ts:37:3)
  at Object.runTests (integration/api-body-parser/test/index.test.ts:87:1)

@nextjs-bot
Copy link
Collaborator

nextjs-bot commented Jan 13, 2026

Stats from current PR

✅ No significant changes detected

📊 All Metrics
📖 Metrics Glossary

Dev Server Metrics:

  • Listen = TCP port starts accepting connections
  • First Request = HTTP server returns successful response
  • Cold = Fresh build (no cache)
  • Warm = With cached build artifacts

Build Metrics:

  • Fresh = Clean build (no .next directory)
  • Cached = With existing .next directory

Change Thresholds:

  • Time: Changes < 50ms AND < 10%, OR < 2% are insignificant
  • Size: Changes < 1KB AND < 1% are insignificant
  • All other changes are flagged to catch regressions

⚡ Dev Server

Metric Canary PR Change Trend
Cold (Listen) 455ms 456ms ▁▁▁▁▁
Cold (Ready in log) 439ms 440ms ▁▂▂▂▂
Cold (First Request) 1.163s 1.136s ▁▄▄▄▄
Warm (Listen) 457ms 457ms ▁▁▁▁▁
Warm (Ready in log) 444ms 446ms ▁▁▁▁▁
Warm (First Request) 342ms 343ms ▁▁▁▁▁
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

Metric Canary PR Change Trend
Cold (Listen) 456ms 455ms ▁▁▁▁█
Cold (Ready in log) 453ms 451ms ▃▄▁▄█
Cold (First Request) 1.944s 1.928s ▂▂▁▂█
Warm (Listen) 456ms 457ms ▁▁▁▁█
Warm (Ready in log) 452ms 453ms ▃▃▁▄█
Warm (First Request) 1.922s 1.917s ▂▂▁▂█

⚡ Production Builds

Metric Canary PR Change Trend
Fresh Build 4.046s 4.107s ▁▁▁▁▁
Cached Build 4.120s 4.117s ▂▁▁▁▁
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

Metric Canary PR Change Trend
Fresh Build 14.823s 14.809s ▁▁▁▁█
Cached Build 14.916s 14.888s ▁▁▁▁█
node_modules Size 458 MB 458 MB ▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **431 kB** → **431 kB** ✅ -7 B

82 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
Canary PR Change
middleware-b..fest.js gzip 789 B 792 B
Total 789 B 792 B ⚠️ +3 B
Build Details
Build Manifests
Canary PR Change
_buildManifest.js gzip 450 B 450 B
Total 450 B 450 B

📦 Webpack

Client

Main Bundles
Canary PR Change
2086.HASH.js gzip 169 B N/A -
2161-HASH.js gzip 5.41 kB N/A -
2747-HASH.js gzip 4.48 kB N/A -
4322-HASH.js gzip 52.8 kB N/A -
ec793fe8-HASH.js gzip 62.3 kB N/A -
framework-HASH.js gzip 59.8 kB 59.8 kB
main-app-HASH.js gzip 250 B 253 B 🔴 +3 B (+1%)
main-HASH.js gzip 38.6 kB 39 kB
webpack-HASH.js gzip 1.68 kB 1.68 kB
1596.HASH.js gzip N/A 169 B -
2658-HASH.js gzip N/A 52.7 kB -
6349-HASH.js gzip N/A 4.46 kB -
7019-HASH.js gzip N/A 5.43 kB -
b17a3386-HASH.js gzip N/A 62.3 kB -
Total 225 kB 226 kB ⚠️ +245 B
Polyfills
Canary PR Change
polyfills-HASH.js gzip 39.4 kB 39.4 kB
Total 39.4 kB 39.4 kB
Pages
Canary PR Change
_app-HASH.js gzip 194 B 193 B
_error-HASH.js gzip 182 B 182 B
css-HASH.js gzip 336 B 335 B
dynamic-HASH.js gzip 1.8 kB 1.8 kB
edge-ssr-HASH.js gzip 256 B 256 B
head-HASH.js gzip 352 B 349 B
hooks-HASH.js gzip 385 B 384 B
image-HASH.js gzip 580 B 580 B
index-HASH.js gzip 259 B 258 B
link-HASH.js gzip 2.5 kB 2.51 kB
routerDirect..HASH.js gzip 319 B 317 B
script-HASH.js gzip 385 B 387 B
withRouter-HASH.js gzip 316 B 315 B
1afbb74e6ecf..834.css gzip 106 B 106 B
Total 7.97 kB 7.96 kB ✅ -8 B

Server

Edge SSR
Canary PR Change
edge-ssr.js gzip 125 kB 125 kB
page.js gzip 242 kB 242 kB
Total 366 kB 367 kB ⚠️ +461 B
Middleware
Canary PR Change
middleware-b..fest.js gzip 653 B 652 B
middleware-r..fest.js gzip 155 B 156 B
middleware.js gzip 33.2 kB 33.3 kB
edge-runtime..pack.js gzip 842 B 842 B
Total 34.8 kB 34.9 kB ⚠️ +129 B
Build Details
Build Manifests
Canary PR Change
_buildManifest.js gzip 738 B 738 B
Total 738 B 738 B
Build Cache
Canary PR Change
0.pack gzip 3.66 MB 3.67 MB 🔴 +6.87 kB (+0%)
index.pack gzip 100 kB 100 kB
index.pack.old gzip 101 kB 99.9 kB
Total 3.87 MB 3.87 MB ⚠️ +5.89 kB

🔄 Shared (bundler-independent)

Runtimes
Canary PR Change
app-page-exp...dev.js gzip 304 kB 304 kB
app-page-exp..prod.js gzip 158 kB 158 kB
app-page-tur...dev.js gzip 304 kB 304 kB
app-page-tur..prod.js gzip 158 kB 158 kB
app-page-tur...dev.js gzip 300 kB 300 kB
app-page-tur..prod.js gzip 156 kB 156 kB
app-page.run...dev.js gzip 301 kB 301 kB
app-page.run..prod.js gzip 156 kB 156 kB
app-route-ex...dev.js gzip 68.8 kB 68.8 kB
app-route-ex..prod.js gzip 47.6 kB 47.6 kB
app-route-tu...dev.js gzip 68.8 kB 68.8 kB
app-route-tu..prod.js gzip 47.6 kB 47.6 kB
app-route-tu...dev.js gzip 68.4 kB 68.4 kB
app-route-tu..prod.js gzip 47.4 kB 47.4 kB
app-route.ru...dev.js gzip 68.4 kB 68.4 kB
app-route.ru..prod.js gzip 47.3 kB 47.3 kB
dist_client_...dev.js gzip 324 B 324 B
dist_client_...dev.js gzip 326 B 326 B
dist_client_...dev.js gzip 318 B 318 B
dist_client_...dev.js gzip 317 B 317 B
pages-api-tu...dev.js gzip 41.2 kB 41.2 kB
pages-api-tu..prod.js gzip 31.3 kB 31.3 kB
pages-api.ru...dev.js gzip 41.1 kB 41.1 kB
pages-api.ru..prod.js gzip 31.2 kB 31.2 kB
pages-turbo....dev.js gzip 50.8 kB 50.8 kB
pages-turbo...prod.js gzip 38.2 kB 38.2 kB
pages.runtim...dev.js gzip 50.7 kB 50.7 kB
pages.runtim..prod.js gzip 38.2 kB 38.2 kB
server.runti..prod.js gzip 62.2 kB 62.2 kB
Total 2.69 MB 2.69 MB ⚠️ +5 B
📝 Changed Files (2 files)

Files with changes:

  • pages-api.runtime.dev.js
  • pages.runtime.dev.js
View diffs
pages-api.runtime.dev.js

Diff too large to display

pages.runtime.dev.js

Diff too large to display

@sokra sokra force-pushed the sokra/chunk-item-id-selective branch from df2c985 to 1bb9198 Compare January 13, 2026 16:40
@sokra sokra force-pushed the sokra/remove-reverse-task-cache branch from 53af8c2 to 1b75cbb Compare January 13, 2026 16:40
@codspeed-hq
Copy link

codspeed-hq bot commented Jan 13, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing sokra/remove-reverse-task-cache (20aaa2a) with sokra/chunk-item-id-selective (4aedf59)

Summary

✅ 17 untouched benchmarks
⏩ 3 skipped benchmarks1

Footnotes

  1. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@sokra sokra force-pushed the sokra/chunk-item-id-selective branch from 1bb9198 to 4aedf59 Compare January 13, 2026 20:26
task type is stored as CachedDataItem
reverse task cache is removed
@sokra sokra force-pushed the sokra/remove-reverse-task-cache branch from 1b75cbb to 20aaa2a Compare January 13, 2026 20:27
@sokra sokra marked this pull request as ready for review January 13, 2026 23:39
@sokra sokra requested a review from mischnic January 13, 2026 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

created-by: Turbopack team PRs by the Turbopack team. Turbopack Related to Turbopack with Next.js.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants