Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rspack production test manifest #75466

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

vercel-release-bot
Copy link
Collaborator

This auto-generated PR updates the production integration test manifest used when testing Rspack.

@ijjk ijjk added CI approved Approve running CI for fork tests labels Jan 30, 2025
@ijjk
Copy link
Member

ijjk commented Jan 30, 2025

Failing test suites

Commit: d7b5b70

pnpm test-start-turbo test/e2e/app-dir/_allow-underscored-root-directory/_allow-underscored-root-directory.test.ts (turbopack)

  • _allow-underscored-root-directory > should not serve app path with underscore
  • _allow-underscored-root-directory > should pages path with a underscore at the root
  • _allow-underscored-root-directory > should serve app path with %5F
Expand output

● _allow-underscored-root-directory › should not serve app path with underscore

next build failed with code/signal 1

   98 |           if (code || signal)
   99 |             reject(
> 100 |               new Error(`next build failed with code/signal ${code || signal}`)
      |               ^
  101 |             )
  102 |           else resolve()
  103 |         })

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

● _allow-underscored-root-directory › should pages path with a underscore at the root

next build failed with code/signal 1

   98 |           if (code || signal)
   99 |             reject(
> 100 |               new Error(`next build failed with code/signal ${code || signal}`)
      |               ^
  101 |             )
  102 |           else resolve()
  103 |         })

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

● _allow-underscored-root-directory › should serve app path with %5F

next build failed with code/signal 1

   98 |           if (code || signal)
   99 |             reject(
> 100 |               new Error(`next build failed with code/signal ${code || signal}`)
      |               ^
  101 |             )
  102 |           else resolve()
  103 |         })

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

Read more about building and testing Next.js in contributing.md.

pnpm test-start-turbo test/e2e/app-dir/scss/webpack-error/webpack-error.test.ts (turbopack)

  • SCSS Support > Friendly Webpack Error > should be a friendly error successfully
Expand output

● SCSS Support › Friendly Webpack Error › should be a friendly error successfully

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

Expected substring: "To use Next.js' built-in Sass support, you first need to install `sass`."
Received string:    "   No config file found
   No config file found
   ▲ Next.js 15.2.0-canary.33 (Turbopack)·
   Linting and checking validity of types ...
   Creating an optimized production build ...
   No config file found
   No config file found
   Building (0/2) ...
 ✓ Building (2/2)·
> Build error occurred
[Error: Turbopack build failed with 1 errors:
Page: {\"type\":\"pages\",\"side\":\"server\",\"page\":\"_app\"}
./styles/global.scss
Error evaluating Node.js code
Error: Cannot find module 'sass'
Require stack:
- /tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/node_modules/.pnpm/file+..+next-repo-fda5ffabeb83c228ad89ee582b5b6e231a626db23fa28924f7eb037f94df91d2+packages+n_zvc2yimirf55qmegukaa3gewxi/node_modules/next/dist/compiled/sass-loader/cjs.js
- /tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/node_modules/.pnpm/file+..+next-repo-fda5ffabeb83c228ad89ee582b5b6e231a626db23fa28924f7eb037f94df91d2+packages+n_zvc2yimirf55qmegukaa3gewxi/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js
- /tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/.next/build/chunks/[turbopack]_runtime.js
- /tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/.next/webpack-loaders.js
    [at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)]
    [at Module._load (node:internal/modules/cjs/loader:922:27)]
    [at Module.require (node:internal/modules/cjs/loader:1143:19)]
    [at require (node:internal/modules/cjs/helpers:119:18)]
    [at 438 (/tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/node_modules/.pnpm/file+..+next-repo-fda5ffabeb83c228ad89ee582b5b6e231a626db23fa28924f7eb037f94df91d2+packages+n_zvc2yimirf55qmegukaa3gewxi/node_modules/next/dist/compiled/sass-loader/cjs.js:1:12362)]
    [at __nccwpck_require__ (/tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/node_modules/.pnpm/file+..+next-repo-fda5ffabeb83c228ad89ee582b5b6e231a626db23fa28924f7eb037f94df91d2+packages+n_zvc2yimirf55qmegukaa3gewxi/node_modules/next/dist/compiled/sass-loader/cjs.js:1:14176)]
    [at getDefaultSassImplementation (/tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/node_modules/.pnpm/file+..+next-repo-fda5ffabeb83c228ad89ee582b5b6e231a626db23fa28924f7eb037f94df91d2+packages+n_zvc2yimirf55qmegukaa3gewxi/node_modules/next/dist/compiled/sass-loader/cjs.js:1:2786)]
    [at getSassImplementation (/tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/node_modules/.pnpm/file+..+next-repo-fda5ffabeb83c228ad89ee582b5b6e231a626db23fa28924f7eb037f94df91d2+packages+n_zvc2yimirf55qmegukaa3gewxi/node_modules/next/dist/compiled/sass-loader/cjs.js:1:2864)]
    [at Object.loader (/tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/node_modules/.pnpm/file+..+next-repo-fda5ffabeb83c228ad89ee582b5b6e231a626db23fa28924f7eb037f94df91d2+packages+n_zvc2yimirf55qmegukaa3gewxi/node_modules/next/dist/compiled/sass-loader/cjs.js:1:513)]
    [at LOADER_EXECUTION (/tmp/next-install-f33030477a7299e03a76353cbf9fe9dbf447916a5c975feaf2b86a0c735a8612/node_modules/.pnpm/file+..+next-repo-fda5ffabeb83c228ad89ee582b5b6e231a626db23fa28924f7eb037f94df91d2+packages+n_zvc2yimirf55qmegukaa3gewxi/node_modules/next/dist/compiled/loader-runner/LoaderRunner.js:1:4134)]·
]
"

  15 |
  16 |       expect(cliOutput).toContain('./styles/global.scss')
> 17 |       expect(cliOutput).toContain(
     |                         ^
  18 |         "To use Next.js' built-in Sass support, you first need to install `sass`."
  19 |       )
  20 |       expect(cliOutput).toContain(

  at Object.toContain (e2e/app-dir/scss/webpack-error/webpack-error.test.ts:17:25)

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/production-browser-sourcemaps/test/index.test.js (turbopack)

  • Production browser sourcemaps > production mode > Server support > includes sourcemaps for all browser files
  • Production browser sourcemaps > production mode > Server support > correctly generated the source map
Expand output

● Production browser sourcemaps › production mode › Server support › includes sourcemaps for all browser files

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

Expected: true
Received: false

  15 |
  16 |     jsFiles.forEach((file) => {
> 17 |       expect(browserFiles.includes(`${file}.map`)).toBe(true)
     |                                                    ^
  18 |     })
  19 |   })
  20 |

  at toBe (integration/production-browser-sourcemaps/test/index.test.js:17:52)
      at Array.forEach (<anonymous>)
  at Object.forEach (integration/production-browser-sourcemaps/test/index.test.js:16:13)

● Production browser sourcemaps › production mode › Server support › correctly generated the source map

expect(received).toContainEqual(expected) // deep equality

Expected value: StringMatching /pages[/\\]static\.js/
Received array: []

  31 |     )
  32 |
> 33 |     expect(map.sources).toContainEqual(
     |                         ^
  34 |       expect.stringMatching(/pages[/\\]static\.js/)
  35 |     )
  36 |     expect(map.names).toContainEqual('StaticPage')

  at Object.toContainEqual (integration/production-browser-sourcemaps/test/index.test.js:33:25)

Read more about building and testing Next.js in contributing.md.

pnpm test-start-turbo test/e2e/app-dir/app-edge/app-edge.test.ts (turbopack)

  • app-dir edge SSR > should generate matchers correctly in middleware manifest
Expand output

● app-dir edge SSR › should generate matchers correctly in middleware manifest

expect(received).toEqual(expected) // deep equality

- Expected  - 1
+ Received  + 1

  Array [
    Object {
      "originalSource": "/group",
-     "regexp": "^/group$",
+     "regexp": "^/group(?:/)?$",
    },
  ]

  107 |         await next.readFile('.next/server/middleware-manifest.json')
  108 |       )
> 109 |       expect(manifest.functions['/(group)/group/page'].matchers).toEqual([
      |                                                                  ^
  110 |         {
  111 |           regexp: '^/group$',
  112 |           originalSource: '/group',

  at Object.toEqual (e2e/app-dir/app-edge/app-edge.test.ts:109:66)

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/invalid-middleware-matchers/test/index.test.js (turbopack)

  • Errors on invalid custom middleware matchers > production mode > should error when source length is exceeded
  • Errors on invalid custom middleware matchers > production mode > should error during next build for invalid matchers
Expand output

● Errors on invalid custom middleware matchers › production mode › should error when source length is exceeded

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

Expected substring: "exceeds max built length of 4096 for route"
Received string:    " ⚠ Linting is disabled.
"

  31 |     await writeMiddleware([{ source: `/${Array(4096).join('a')}` }])
  32 |     const stderr = await getStderr()
> 33 |     expect(stderr).toContain('exceeds max built length of 4096 for route')
     |                    ^
  34 |   })
  35 |
  36 |   it('should error during next build for invalid matchers', async () => {

  at Object.toContain (integration/invalid-middleware-matchers/test/index.test.js:33:20)

● Errors on invalid custom middleware matchers › production mode › should error during next build for invalid matchers

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

Expected substring: "Expected string, received object at \"matcher[0]\", or source is required at \"matcher[0].source\""
Received string:    " ⚠ Linting is disabled.
 ⚠ Turbopack build collected 1 warnings:
Page: {\"type\":\"root\",\"side\":\"server\",\"page\":\"middleware\"}
./test/integration/invalid-middleware-matchers/middleware.js
Unable to parse config export in source file
The exported configuration object in a source file need to have a very specific format from which some properties can be statically parsed at compiled-time.··
"

  86 |     const stderr = await getStderr()
  87 |
> 88 |     expect(stderr).toContain(
     |                    ^
  89 |       'Expected string, received object at "matcher[0]", or source is required at "matcher[0].source"'
  90 |     )
  91 |     expect(stderr).toContain(

  at Object.toContain (integration/invalid-middleware-matchers/test/index.test.js:88:20)

Read more about building and testing Next.js in contributing.md.

pnpm test test/integration/invalid-document-image-import/test/index.test.js (turbopack)

  • Invalid static image import in _document > production mode > Should fail to build when no next.config.js
  • Invalid static image import in _document > production mode > Should fail to build when disableStaticImages in next.config.js
Expand output

● Invalid static image import in _document › production mode › Should fail to build when no next.config.js

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

Expected: not 0

  18 |           stderr: true,
  19 |         })
> 20 |         expect(code).not.toBe(0)
     |                          ^
  21 |         expect(stderr).toContain('Failed to compile')
  22 |         expect(stderr).toMatch(
  23 |           /Images.*cannot.*be imported within.*pages[\\/]_document\.js/

  at Object.toBe (integration/invalid-document-image-import/test/index.test.js:20:26)

● Invalid static image import in _document › production mode › Should fail to build when disableStaticImages in next.config.js

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

Expected: not 0

  37 |           stderr: true,
  38 |         })
> 39 |         expect(code).not.toBe(0)
     |                          ^
  40 |         expect(stderr).toMatch(
  41 |           /You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file/
  42 |         )

  at Object.toBe (integration/invalid-document-image-import/test/index.test.js:39:26)

Read more about building and testing Next.js in contributing.md.

pnpm test-start-turbo test/e2e/app-dir/app-static/app-static-custom-handler.test.ts (turbopack)

  • app-dir static/dynamic handling > should output HTML/RSC files for static paths
Expand output

● app-dir static/dynamic handling › should output HTML/RSC files for static paths

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `app-dir static/dynamic handling should output HTML/RSC files for static paths 1`

- Snapshot  - 13
+ Received  + 13

@@ -13,15 +13,15 @@
    "_not-found/page_client-reference-manifest.js",
    "api/draft-mode/route.js",
    "api/draft-mode/route_client-reference-manifest.js",
    "api/large-data/route.js",
    "api/large-data/route_client-reference-manifest.js",
-   "api/revalidate-path-edge/route.js",
+   "api/revalidate-path-edge/route/react-loadable-manifest.js",
    "api/revalidate-path-edge/route_client-reference-manifest.js",
    "api/revalidate-path-node/route.js",
    "api/revalidate-path-node/route_client-reference-manifest.js",
-   "api/revalidate-tag-edge/route.js",
+   "api/revalidate-tag-edge/route/react-loadable-manifest.js",
    "api/revalidate-tag-edge/route_client-reference-manifest.js",
    "api/revalidate-tag-node/route.js",
    "api/revalidate-tag-node/route_client-reference-manifest.js",
    "articles/[slug]/page.js",
    "articles/[slug]/page_client-reference-manifest.js",
@@ -55,11 +55,11 @@
    "dynamic-error/[id]/page_client-reference-manifest.js",
    "dynamic-no-gen-params-ssr/[slug]/page.js",
    "dynamic-no-gen-params-ssr/[slug]/page_client-reference-manifest.js",
    "dynamic-no-gen-params/[slug]/page.js",
    "dynamic-no-gen-params/[slug]/page_client-reference-manifest.js",
-   "dynamic-param-edge/[slug]/page.js",
+   "dynamic-param-edge/[slug]/page/react-loadable-manifest.js",
    "dynamic-param-edge/[slug]/page_client-reference-manifest.js",
    "fetch-no-cache/page.js",
    "fetch-no-cache/page_client-reference-manifest.js",
    "flight/[slug]/[slug2]/page.js",
    "flight/[slug]/[slug2]/page_client-reference-manifest.js",
@@ -183,17 +183,17 @@
    "prerendered-not-found/second.rsc",
    "prerendered-not-found/segment-revalidate.html",
    "prerendered-not-found/segment-revalidate.rsc",
    "prerendered-not-found/segment-revalidate/page.js",
    "prerendered-not-found/segment-revalidate/page_client-reference-manifest.js",
-   "react-fetch-deduping-edge/page.js",
+   "react-fetch-deduping-edge/page/react-loadable-manifest.js",
    "react-fetch-deduping-edge/page_client-reference-manifest.js",
    "react-fetch-deduping-node/page.js",
    "react-fetch-deduping-node/page_client-reference-manifest.js",
    "response-url/page.js",
    "response-url/page_client-reference-manifest.js",
-   "route-handler-edge/revalidate-360/route.js",
+   "route-handler-edge/revalidate-360/route/react-loadable-manifest.js",
    "route-handler-edge/revalidate-360/route_client-reference-manifest.js",
    "route-handler/no-store-force-static/route.js",
    "route-handler/no-store-force-static/route_client-reference-manifest.js",
    "route-handler/no-store/route.js",
    "route-handler/no-store/route_client-reference-manifest.js",
@@ -221,13 +221,13 @@
    "ssr-auto/cache-no-store/page_client-reference-manifest.js",
    "ssr-auto/fetch-revalidate-zero/page.js",
    "ssr-auto/fetch-revalidate-zero/page_client-reference-manifest.js",
    "ssr-forced/page.js",
    "ssr-forced/page_client-reference-manifest.js",
-   "stale-cache-serving-edge/app-page/page.js",
+   "stale-cache-serving-edge/app-page/page/react-loadable-manifest.js",
    "stale-cache-serving-edge/app-page/page_client-reference-manifest.js",
-   "stale-cache-serving-edge/route-handler/route.js",
+   "stale-cache-serving-edge/route-handler/route/react-loadable-manifest.js",
    "stale-cache-serving-edge/route-handler/route_client-reference-manifest.js",
    "stale-cache-serving/app-page/page.js",
    "stale-cache-serving/app-page/page_client-reference-manifest.js",
    "stale-cache-serving/route-handler/route.js",
    "stale-cache-serving/route-handler/route_client-reference-manifest.js",
@@ -255,21 +255,21 @@
    "unstable-cache/fetch/no-store/page_client-reference-manifest.js",
    "variable-config-revalidate/revalidate-3.html",
    "variable-config-revalidate/revalidate-3.rsc",
    "variable-config-revalidate/revalidate-3/page.js",
    "variable-config-revalidate/revalidate-3/page_client-reference-manifest.js",
-   "variable-revalidate-edge/body/page.js",
+   "variable-revalidate-edge/body/page/react-loadable-manifest.js",
    "variable-revalidate-edge/body/page_client-reference-manifest.js",
-   "variable-revalidate-edge/encoding/page.js",
+   "variable-revalidate-edge/encoding/page/react-loadable-manifest.js",
    "variable-revalidate-edge/encoding/page_client-reference-manifest.js",
-   "variable-revalidate-edge/no-store/page.js",
+   "variable-revalidate-edge/no-store/page/react-loadable-manifest.js",
    "variable-revalidate-edge/no-store/page_client-reference-manifest.js",
-   "variable-revalidate-edge/post-method-request/page.js",
+   "variable-revalidate-edge/post-method-request/page/react-loadable-manifest.js",
    "variable-revalidate-edge/post-method-request/page_client-reference-manifest.js",
-   "variable-revalidate-edge/post-method/page.js",
+   "variable-revalidate-edge/post-method/page/react-loadable-manifest.js",
    "variable-revalidate-edge/post-method/page_client-reference-manifest.js",
-   "variable-revalidate-edge/revalidate-3/page.js",
+   "variable-revalidate-edge/revalidate-3/page/react-loadable-manifest.js",
    "variable-revalidate-edge/revalidate-3/page_client-reference-manifest.js",
    "variable-revalidate-stable/revalidate-3.html",
    "variable-revalidate-stable/revalidate-3.rsc",
    "variable-revalidate-stable/revalidate-3/page.js",
    "variable-revalidate-stable/revalidate-3/page_client-reference-manifest.js",

  793 |         })
  794 |
> 795 |       expect(files.sort()).toMatchInlineSnapshot(`
      |                            ^
  796 |        [
  797 |          "(new)/custom/page.js",
  798 |          "(new)/custom/page_client-reference-manifest.js",

  at Object.toMatchInlineSnapshot (e2e/app-dir/app-static/app-static.test.ts:795:28)

Read more about building and testing Next.js in contributing.md.

pnpm test-start-turbo test/e2e/app-dir/app-static/app-static.test.ts (turbopack)

  • app-dir static/dynamic handling > should output HTML/RSC files for static paths
Expand output

● app-dir static/dynamic handling › should output HTML/RSC files for static paths

expect(received).toMatchInlineSnapshot(snapshot)

Snapshot name: `app-dir static/dynamic handling should output HTML/RSC files for static paths 1`

- Snapshot  - 13
+ Received  + 13

@@ -13,15 +13,15 @@
    "_not-found/page_client-reference-manifest.js",
    "api/draft-mode/route.js",
    "api/draft-mode/route_client-reference-manifest.js",
    "api/large-data/route.js",
    "api/large-data/route_client-reference-manifest.js",
-   "api/revalidate-path-edge/route.js",
+   "api/revalidate-path-edge/route/react-loadable-manifest.js",
    "api/revalidate-path-edge/route_client-reference-manifest.js",
    "api/revalidate-path-node/route.js",
    "api/revalidate-path-node/route_client-reference-manifest.js",
-   "api/revalidate-tag-edge/route.js",
+   "api/revalidate-tag-edge/route/react-loadable-manifest.js",
    "api/revalidate-tag-edge/route_client-reference-manifest.js",
    "api/revalidate-tag-node/route.js",
    "api/revalidate-tag-node/route_client-reference-manifest.js",
    "articles/[slug]/page.js",
    "articles/[slug]/page_client-reference-manifest.js",
@@ -55,11 +55,11 @@
    "dynamic-error/[id]/page_client-reference-manifest.js",
    "dynamic-no-gen-params-ssr/[slug]/page.js",
    "dynamic-no-gen-params-ssr/[slug]/page_client-reference-manifest.js",
    "dynamic-no-gen-params/[slug]/page.js",
    "dynamic-no-gen-params/[slug]/page_client-reference-manifest.js",
-   "dynamic-param-edge/[slug]/page.js",
+   "dynamic-param-edge/[slug]/page/react-loadable-manifest.js",
    "dynamic-param-edge/[slug]/page_client-reference-manifest.js",
    "fetch-no-cache/page.js",
    "fetch-no-cache/page_client-reference-manifest.js",
    "flight/[slug]/[slug2]/page.js",
    "flight/[slug]/[slug2]/page_client-reference-manifest.js",
@@ -183,17 +183,17 @@
    "prerendered-not-found/second.rsc",
    "prerendered-not-found/segment-revalidate.html",
    "prerendered-not-found/segment-revalidate.rsc",
    "prerendered-not-found/segment-revalidate/page.js",
    "prerendered-not-found/segment-revalidate/page_client-reference-manifest.js",
-   "react-fetch-deduping-edge/page.js",
+   "react-fetch-deduping-edge/page/react-loadable-manifest.js",
    "react-fetch-deduping-edge/page_client-reference-manifest.js",
    "react-fetch-deduping-node/page.js",
    "react-fetch-deduping-node/page_client-reference-manifest.js",
    "response-url/page.js",
    "response-url/page_client-reference-manifest.js",
-   "route-handler-edge/revalidate-360/route.js",
+   "route-handler-edge/revalidate-360/route/react-loadable-manifest.js",
    "route-handler-edge/revalidate-360/route_client-reference-manifest.js",
    "route-handler/no-store-force-static/route.js",
    "route-handler/no-store-force-static/route_client-reference-manifest.js",
    "route-handler/no-store/route.js",
    "route-handler/no-store/route_client-reference-manifest.js",
@@ -221,13 +221,13 @@
    "ssr-auto/cache-no-store/page_client-reference-manifest.js",
    "ssr-auto/fetch-revalidate-zero/page.js",
    "ssr-auto/fetch-revalidate-zero/page_client-reference-manifest.js",
    "ssr-forced/page.js",
    "ssr-forced/page_client-reference-manifest.js",
-   "stale-cache-serving-edge/app-page/page.js",
+   "stale-cache-serving-edge/app-page/page/react-loadable-manifest.js",
    "stale-cache-serving-edge/app-page/page_client-reference-manifest.js",
-   "stale-cache-serving-edge/route-handler/route.js",
+   "stale-cache-serving-edge/route-handler/route/react-loadable-manifest.js",
    "stale-cache-serving-edge/route-handler/route_client-reference-manifest.js",
    "stale-cache-serving/app-page/page.js",
    "stale-cache-serving/app-page/page_client-reference-manifest.js",
    "stale-cache-serving/route-handler/route.js",
    "stale-cache-serving/route-handler/route_client-reference-manifest.js",
@@ -255,21 +255,21 @@
    "unstable-cache/fetch/no-store/page_client-reference-manifest.js",
    "variable-config-revalidate/revalidate-3.html",
    "variable-config-revalidate/revalidate-3.rsc",
    "variable-config-revalidate/revalidate-3/page.js",
    "variable-config-revalidate/revalidate-3/page_client-reference-manifest.js",
-   "variable-revalidate-edge/body/page.js",
+   "variable-revalidate-edge/body/page/react-loadable-manifest.js",
    "variable-revalidate-edge/body/page_client-reference-manifest.js",
-   "variable-revalidate-edge/encoding/page.js",
+   "variable-revalidate-edge/encoding/page/react-loadable-manifest.js",
    "variable-revalidate-edge/encoding/page_client-reference-manifest.js",
-   "variable-revalidate-edge/no-store/page.js",
+   "variable-revalidate-edge/no-store/page/react-loadable-manifest.js",
    "variable-revalidate-edge/no-store/page_client-reference-manifest.js",
-   "variable-revalidate-edge/post-method-request/page.js",
+   "variable-revalidate-edge/post-method-request/page/react-loadable-manifest.js",
    "variable-revalidate-edge/post-method-request/page_client-reference-manifest.js",
-   "variable-revalidate-edge/post-method/page.js",
+   "variable-revalidate-edge/post-method/page/react-loadable-manifest.js",
    "variable-revalidate-edge/post-method/page_client-reference-manifest.js",
-   "variable-revalidate-edge/revalidate-3/page.js",
+   "variable-revalidate-edge/revalidate-3/page/react-loadable-manifest.js",
    "variable-revalidate-edge/revalidate-3/page_client-reference-manifest.js",
    "variable-revalidate-stable/revalidate-3.html",
    "variable-revalidate-stable/revalidate-3.rsc",
    "variable-revalidate-stable/revalidate-3/page.js",
    "variable-revalidate-stable/revalidate-3/page_client-reference-manifest.js",

  793 |         })
  794 |
> 795 |       expect(files.sort()).toMatchInlineSnapshot(`
      |                            ^
  796 |        [
  797 |          "(new)/custom/page.js",
  798 |          "(new)/custom/page_client-reference-manifest.js",

  at Object.toMatchInlineSnapshot (e2e/app-dir/app-static/app-static.test.ts:795:28)

Read more about building and testing Next.js in contributing.md.

pnpm test-start-turbo test/e2e/app-dir/actions/app-action.test.ts (turbopack)

  • app-dir action handling > should not expose action content in sourcemaps
Expand output

● app-dir action handling › should not expose action content in sourcemaps

ENOENT: no such file or directory, scandir '/tmp/next-install-1bfda4f375e0f1efbae07ee4b26fbcac2971042f5cea8a15d4ae4876ff3cb8f8/.next/static/chunks/app/client'

Read more about building and testing Next.js in contributing.md.

@ijjk
Copy link
Member

ijjk commented Jan 30, 2025

Stats from current PR

Default Build (Increase detected ⚠️)
General
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
buildDuration 18.8s 14.8s N/A
buildDurationCached 14s 11.5s N/A
nodeModulesSize 391 MB 391 MB
nextStartRea..uration (ms) 415ms 409ms N/A
Client Bundles (main, webpack)
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
5306-HASH.js gzip 54 kB 53.9 kB N/A
8276.HASH.js gzip 169 B 168 B N/A
8377-HASH.js gzip 5.46 kB 5.46 kB N/A
bccd1874-HASH.js gzip 52.9 kB 52.9 kB N/A
framework-HASH.js gzip 57.5 kB 57.5 kB N/A
main-app-HASH.js gzip 241 B 242 B N/A
main-HASH.js gzip 34.5 kB 34.4 kB N/A
webpack-HASH.js gzip 1.71 kB 1.71 kB N/A
Overall change 0 B 0 B
Legacy Client Bundles (polyfills)
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
polyfills-HASH.js gzip 39.4 kB 39.4 kB
Overall change 39.4 kB 39.4 kB
Client Pages
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
_app-HASH.js gzip 193 B 193 B
_error-HASH.js gzip 193 B 193 B
amp-HASH.js gzip 512 B 510 B N/A
css-HASH.js gzip 343 B 342 B N/A
dynamic-HASH.js gzip 1.84 kB 1.84 kB
edge-ssr-HASH.js gzip 265 B 265 B
head-HASH.js gzip 363 B 362 B N/A
hooks-HASH.js gzip 393 B 392 B N/A
image-HASH.js gzip 4.59 kB 4.58 kB N/A
index-HASH.js gzip 268 B 268 B
link-HASH.js gzip 2.35 kB 2.35 kB N/A
routerDirect..HASH.js gzip 328 B 328 B
script-HASH.js gzip 397 B 397 B
withRouter-HASH.js gzip 323 B 326 B N/A
1afbb74e6ecf..834.css gzip 106 B 106 B
Overall change 3.59 kB 3.59 kB
Client Build Manifests
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
_buildManifest.js gzip 748 B 747 B N/A
Overall change 0 B 0 B
Rendered Page Sizes
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
index.html gzip 523 B 522 B N/A
link.html gzip 539 B 537 B N/A
withRouter.html gzip 520 B 519 B N/A
Overall change 0 B 0 B
Edge SSR bundle Size
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
edge-ssr.js gzip 129 kB 129 kB N/A
page.js gzip 210 kB 210 kB N/A
Overall change 0 B 0 B
Middleware size
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
middleware-b..fest.js gzip 672 B 664 B N/A
middleware-r..fest.js gzip 155 B 156 B N/A
middleware.js gzip 31.3 kB 31.3 kB N/A
edge-runtime..pack.js gzip 844 B 844 B
Overall change 844 B 844 B
Next Runtimes
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
app-page-exp...dev.js gzip 386 kB 386 kB
app-page-exp..prod.js gzip 132 kB 132 kB
app-page-tur..prod.js gzip 145 kB 145 kB
app-page-tur..prod.js gzip 141 kB 141 kB
app-page.run...dev.js gzip 373 kB 373 kB
app-page.run..prod.js gzip 128 kB 128 kB
app-route-ex...dev.js gzip 39.2 kB 39.2 kB
app-route-ex..prod.js gzip 25.6 kB 25.6 kB
app-route-tu..prod.js gzip 25.6 kB 25.6 kB
app-route-tu..prod.js gzip 25.4 kB 25.4 kB
app-route.ru...dev.js gzip 40.8 kB 40.8 kB
app-route.ru..prod.js gzip 25.4 kB 25.4 kB
dist_client_...dev.js gzip 356 B 356 B
dist_client_...dev.js gzip 349 B 349 B
pages-api-tu..prod.js gzip 9.69 kB 9.69 kB
pages-api.ru...dev.js gzip 11.8 kB 11.8 kB
pages-api.ru..prod.js gzip 9.68 kB 9.68 kB
pages-turbo...prod.js gzip 21.9 kB 21.9 kB
pages.runtim...dev.js gzip 31.5 kB 31.5 kB
pages.runtim..prod.js gzip 21.9 kB 21.9 kB
server.runti..prod.js gzip 60.2 kB 60.2 kB
Overall change 1.65 MB 1.65 MB
build cache Overall increase ⚠️
vercel/next.js canary vercel/next.js update/rspack-manifest-1738220497955 Change
0.pack gzip 2.1 MB 2.1 MB ⚠️ +1.61 kB
index.pack gzip 75.3 kB 76.4 kB ⚠️ +1.13 kB
Overall change 2.18 MB 2.18 MB ⚠️ +2.73 kB
Diff details
Diff for main-HASH.js

Diff too large to display

Commit: d7b5b70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI approved Approve running CI for fork tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants