Skip to content

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088

Open
nextjs-bot wants to merge 6 commits intocanaryfrom
update/react/19.3.0-canary-47d1ad14-20260216
Open

Upgrade React from 6066c782-20260212 to 47d1ad14-20260216#90088
nextjs-bot wants to merge 6 commits intocanaryfrom
update/react/19.3.0-canary-47d1ad14-20260216

Conversation

@nextjs-bot
Copy link
Collaborator Author

nextjs-bot commented Feb 17, 2026

Failing test suites

Commit: e33904b | About building and testing Next.js

pnpm test test/integration/next-image-new/app-dir/test/index.test.ts (job)

  • Image Component Default Tests > production mode > should load the images (DD)
  • Image Component Default Tests > production mode > should preload priority images (DD)
  • Image Component Default Tests > production mode > should work with preload prop (DD)
  • Image Component Default Tests > production mode > should not pass through user-provided srcset (causing a flash) (DD)
  • Image Component Default Tests > production mode > should update the image on src change (DD)
  • Image Component Default Tests > production mode > should callback onLoadingComplete when image is fully loaded (DD)
  • Image Component Default Tests > production mode > should callback native onLoad with sythetic event (DD)
  • Image Component Default Tests > production mode > should callback native onError when error occurred while loading image (DD)
  • Image Component Default Tests > production mode > should callback native onError even when error before hydration (DD)
  • Image Component Default Tests > production mode > should work with image with blob src (DD)
  • Image Component Default Tests > production mode > should work when using flexbox (DD)
  • Image Component Default Tests > production mode > should work when using overrideSrc prop (DD)
  • Image Component Default Tests > production mode > should work with sizes and automatically use responsive srcset (DD)
  • Image Component Default Tests > production mode > should render no wrappers or sizers (DD)
  • Image Component Default Tests > production mode > should lazy load with placeholder=blur (DD)
  • Image Component Default Tests > production mode > should handle the styles prop appropriately (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=fill (DD)
  • Image Component Default Tests > production mode > should warn when legacy prop layout=responsive (DD)
  • Image Component Default Tests > production mode > should render picture via getImageProps (DD)
  • Image Component Default Tests > production mode > should not create an image folder in server/chunks (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with missing src prop (DD)
  • Image Component Default Tests > production mode > should render as unoptimized with empty string src prop (DD)
  • Image Component Default Tests > production mode > should correctly ignore prose styles (DD)
  • Image Component Default Tests > production mode > should apply style inheritance for img elements but not wrapper elements (DD)
  • Image Component Default Tests > production mode > should apply filter style after image loads (DD)
  • Image Component Default Tests > production mode > should emit image for next/dynamic with non ssr case (DD)
  • Image Component Default Tests > production mode > should correctly rotate image (DD)
  • Image Component Default Tests > production mode > should have data url placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove data url placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when data url placeholder and fill (DD)
  • Image Component Default Tests > production mode > should have blurry placeholder when enabled (DD)
  • Image Component Default Tests > production mode > should remove blurry placeholder after image loads (DD)
  • Image Component Default Tests > production mode > should render correct objectFit when blurDataURL and fill (DD)
  • Image Component Default Tests > production mode > should be valid HTML (DD)
  • Image Component Default Tests > production mode > should call callback ref cleanups when unmounting (DD)
  • Image Component Default Tests > production mode > should build correct images-manifest.json (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should include a data-attribute on fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position:absolute to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add 100% width and height to fill images (DD)
  • Image Component Default Tests > production mode > Fill-mode tests > should add position styles to fill images (DD)
Expand output

● Image Component Default Tests › production mode › should load the images

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should preload priority images

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with preload prop

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not pass through user-provided srcset (causing a flash)

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should update the image on src change

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback onLoadingComplete when image is fully loaded

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onLoad with sythetic event

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError when error occurred while loading image

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should callback native onError even when error before hydration

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with image with blob src

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using flexbox

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work when using overrideSrc prop

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should work with sizes and automatically use responsive srcset

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render no wrappers or sizers

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should lazy load with placeholder=blur

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should handle the styles prop appropriately

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=fill

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should warn when legacy prop layout=responsive

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render picture via getImageProps

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should not create an image folder in server/chunks

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with missing src prop

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render as unoptimized with empty string src prop

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should correctly ignore prose styles

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply style inheritance for img elements but not wrapper elements

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should apply filter style after image loads

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should emit image for next/dynamic with non ssr case

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should include a data-attribute on fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
  - navigating to "http://localhost:32839/fill", 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/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position:absolute to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
  - navigating to "http://localhost:32839/fill", 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/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add 100% width and height to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
  - navigating to "http://localhost:32839/fill", 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/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › Fill-mode tests › should add position styles to fill images

page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:32839/fill
Call log:
  - navigating to "http://localhost:32839/fill", 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/next-image-new/app-dir/test/index.test.ts:1501:17)

● Image Component Default Tests › production mode › should correctly rotate image

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have data url placeholder when enabled

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove data url placeholder after image loads

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when data url placeholder and fill

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should have blurry placeholder when enabled

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should remove blurry placeholder after image loads

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should render correct objectFit when blurDataURL and fill

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should be valid HTML

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should call callback ref cleanups when unmounting

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

● Image Component Default Tests › production mode › should build correct images-manifest.json

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."

  1831 |     'production mode',
  1832 |     () => {
> 1833 |       beforeAll(async () => {
       |       ^
  1834 |         await nextBuild(appDir)
  1835 |         appPort = await findPort()
  1836 |         app = await nextStart(appDir, appPort)

  at beforeAll (integration/next-image-new/app-dir/test/index.test.ts:1833:7)
  at integration/next-image-new/app-dir/test/index.test.ts:1830:56
  at Object.describe (integration/next-image-new/app-dir/test/index.test.ts:1815:1)

@nextjs-bot
Copy link
Collaborator Author

nextjs-bot commented Feb 17, 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) 456ms 456ms ▁▁▁▁▂
Cold (Ready in log) 440ms 439ms ▂▂▁▂▃
Cold (First Request) 887ms 885ms ▆▃▂▅▅
Warm (Listen) 456ms 456ms ▁▂▂▁▃
Warm (Ready in log) 439ms 439ms ▁▂▁▁▃
Warm (First Request) 344ms 344ms ▂▃▂▁▃
📦 Dev Server (Webpack) (Legacy)

📦 Dev Server (Webpack)

Metric Canary PR Change Trend
Cold (Listen) 455ms 455ms ▁▁▁▁▁
Cold (Ready in log) 436ms 436ms ▃▃▁▃▁
Cold (First Request) 1.910s 1.916s ▂▂▁▂▂
Warm (Listen) 455ms 456ms ▁▁▁▁▁
Warm (Ready in log) 435ms 436ms ▃▃▁▃▃
Warm (First Request) 1.914s 1.913s ▂▂▁▂▂

⚡ Production Builds

Metric Canary PR Change Trend
Fresh Build 4.138s 4.132s ▁▄▄▁▆
Cached Build 4.134s 4.145s ▁▄▃▁▆
📦 Production Builds (Webpack) (Legacy)

📦 Production Builds (Webpack)

Metric Canary PR Change Trend
Fresh Build 13.876s 13.850s ▁▁▁▁▁
Cached Build 13.977s 13.949s ▁▁▁▁▁
node_modules Size 473 MB 473 MB ▁▁▁▁▁
📦 Bundle Sizes

Bundle Sizes

⚡ Turbopack

Client

Main Bundles: **398 kB** → **398 kB** ✅ -2 B

80 files with content-based hashes (individual files not comparable between builds)

Server

Middleware
Canary PR Change
middleware-b..fest.js gzip 756 B 763 B
Total 756 B 763 B ⚠️ +7 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
5528-HASH.js gzip 5.47 kB N/A -
6280-HASH.js gzip 57 kB N/A -
6335.HASH.js gzip 169 B N/A -
912-HASH.js gzip 4.53 kB N/A -
e8aec2e4-HASH.js gzip 62.6 kB N/A -
framework-HASH.js gzip 59.7 kB 59.7 kB
main-app-HASH.js gzip 256 B 254 B
main-HASH.js gzip 39.1 kB 39.1 kB
webpack-HASH.js gzip 1.68 kB 1.68 kB
262-HASH.js gzip N/A 4.53 kB -
2889.HASH.js gzip N/A 169 B -
5602-HASH.js gzip N/A 5.48 kB -
6948ada0-HASH.js gzip N/A 62.6 kB -
9544-HASH.js gzip N/A 57.8 kB -
Total 231 kB 231 kB ⚠️ +726 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 194 B
_error-HASH.js gzip 183 B 180 B 🟢 3 B (-2%)
css-HASH.js gzip 331 B 330 B
dynamic-HASH.js gzip 1.81 kB 1.81 kB
edge-ssr-HASH.js gzip 256 B 256 B
head-HASH.js gzip 351 B 352 B
hooks-HASH.js gzip 384 B 383 B
image-HASH.js gzip 580 B 581 B
index-HASH.js gzip 260 B 260 B
link-HASH.js gzip 2.5 kB 2.5 kB
routerDirect..HASH.js gzip 320 B 319 B
script-HASH.js gzip 386 B 386 B
withRouter-HASH.js gzip 315 B 315 B
1afbb74e6ecf..834.css gzip 106 B 106 B
Total 7.97 kB 7.97 kB ✅ -2 B

Server

Edge SSR
Canary PR Change
edge-ssr.js gzip 126 kB 125 kB
page.js gzip 250 kB 250 kB
Total 375 kB 376 kB ⚠️ +400 B
Middleware
Canary PR Change
middleware-b..fest.js gzip 615 B 617 B
middleware-r..fest.js gzip 156 B 155 B
middleware.js gzip 43.8 kB 43.7 kB
edge-runtime..pack.js gzip 842 B 842 B
Total 45.4 kB 45.3 kB ✅ -32 B
Build Details
Build Manifests
Canary PR Change
_buildManifest.js gzip 715 B 718 B
Total 715 B 718 B ⚠️ +3 B
Build Cache
Canary PR Change
0.pack gzip 3.89 MB 3.9 MB 🔴 +10.9 kB (+0%)
index.pack gzip 105 kB 102 kB 🟢 2.14 kB (-2%)
index.pack.old gzip 104 kB 103 kB
Total 4.1 MB 4.11 MB ⚠️ +8.03 kB

🔄 Shared (bundler-independent)

Runtimes
Canary PR Change
app-page-exp...dev.js gzip 316 kB 316 kB
app-page-exp..prod.js gzip 168 kB 168 kB
app-page-tur...dev.js gzip 316 kB 316 kB
app-page-tur..prod.js gzip 168 kB 168 kB
app-page-tur...dev.js gzip 312 kB 312 kB
app-page-tur..prod.js gzip 166 kB 166 kB
app-page.run...dev.js gzip 313 kB 313 kB
app-page.run..prod.js gzip 166 kB 166 kB
app-route-ex...dev.js gzip 70.5 kB 70.5 kB
app-route-ex..prod.js gzip 49.1 kB 49.1 kB
app-route-tu...dev.js gzip 70.6 kB 70.6 kB
app-route-tu..prod.js gzip 49.1 kB 49.1 kB
app-route-tu...dev.js gzip 70.1 kB 70.1 kB
app-route-tu..prod.js gzip 48.9 kB 48.9 kB
app-route.ru...dev.js gzip 70.1 kB 70.1 kB
app-route.ru..prod.js gzip 48.8 kB 48.8 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 43.2 kB 43.2 kB
pages-api-tu..prod.js gzip 32.9 kB 32.9 kB
pages-api.ru...dev.js gzip 43.2 kB 43.2 kB
pages-api.ru..prod.js gzip 32.8 kB 32.8 kB
pages-turbo....dev.js gzip 52.5 kB 52.5 kB
pages-turbo...prod.js gzip 38.4 kB 38.4 kB
pages.runtim...dev.js gzip 52.5 kB 52.5 kB
pages.runtim..prod.js gzip 38.4 kB 38.4 kB
server.runti..prod.js gzip 63.5 kB 63.5 kB
Total 2.8 MB 2.8 MB ⚠️ +202 B
📝 Changed Files (9 files)

Files with changes:

  • app-page-exp..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page-tur..ntime.dev.js
  • app-page.runtime.dev.js
  • app-route-ex..time.prod.js
  • app-route-tu..time.prod.js
  • app-route-tu..time.prod.js
  • app-route.ru..time.prod.js
  • server.runtime.prod.js
View diffs
app-page-exp..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page-tur..ntime.dev.js
failed to diff
app-page.runtime.dev.js
failed to diff
app-route-ex..time.prod.js

Diff too large to display

app-route-tu..time.prod.js

Diff too large to display

app-route-tu..time.prod.js

Diff too large to display

app-route.ru..time.prod.js

Diff too large to display

server.runtime.prod.js

Diff too large to display

@eps1lon eps1lon force-pushed the update/react/19.3.0-canary-47d1ad14-20260216 branch from e063914 to e33904b Compare February 17, 2026 23:40
@eps1lon eps1lon enabled auto-merge (squash) February 17, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants