Build error: "Failed during stage 'building site': Command did not finish within the time limit"

Context:

We cannot get build in the applications we import from GitHub. While we can deploy the application in the dev branch of the same application (with the exact same codebase), we cannot deploy the application in the main branch.

Netlify site names:

Build problems:

2:49:32 PM: build-image version: 69179d37c92919bcf501ca9a8de95762ede3ffc5 (noble)
2:49:32 PM: buildbot version: 1c7f2065cc58f9414df3b29044416096bc829c51
2:49:32 PM: Building without cache
2:49:33 PM: Starting to prepare the repo for build
2:49:33 PM: No cached dependencies found. Cloning fresh repo
2:49:33 PM: git clone --filter=blob:none https://github.com/Elithair/elit-klinik-uhm-department
2:49:33 PM: Preparing Git Reference refs/heads/main
2:49:35 PM: Starting to install dependencies
2:49:35 PM: Python version set to 3.13.2
2:49:35 PM: Ruby version set to 2.7.2
2:49:36 PM: mise go@1.19         install
2:49:36 PM: mise go@1.19         download go1.19.linux-amd64.tar.gz
2:49:38 PM: mise go@1.19         checksum go1.19.linux-amd64.tar.gz
2:49:38 PM: mise go@1.19         extract go1.19.linux-amd64.tar.gz
2:49:40 PM: mise go@1.19         go version
2:49:40 PM: mise go@1.19         go version go1.19 linux/amd64
2:49:40 PM: mise go@1.19       ✓ installed
2:49:40 PM: Go version set to 1.19
2:49:40 PM: Using PHP version 8.3
2:49:41 PM: Downloading and installing node v18.20.8...
2:49:42 PM: Downloading https://nodejs.org/dist/v18.20.8/node-v18.20.8-linux-x64.tar.xz...
2:49:42 PM: Computing checksum with sha256sum
2:49:42 PM: Checksums matched!
2:49:44 PM: Now using node v18.20.8 (npm v10.8.2)
2:49:44 PM: Enabling Node.js Corepack
2:49:44 PM: Started restoring cached build plugins
2:49:44 PM: Finished restoring cached build plugins
2:49:44 PM: Started restoring cached corepack dependencies
2:49:44 PM: Finished restoring cached corepack dependencies
2:49:44 PM: No npm workspaces detected
2:49:44 PM: Started restoring cached node modules
2:49:44 PM: Finished restoring cached node modules
2:49:44 PM: Installing npm packages using npm version 10.8.2
2:49:51 PM: > elit-klinik-uhm-department@0.0.0 prepare
2:49:51 PM: > husky
2:49:51 PM: added 490 packages, and audited 491 packages in 6s
2:49:51 PM: 99 packages are looking for funding
2:49:51 PM:   run `npm fund` for details
2:49:51 PM: 4 vulnerabilities (3 moderate, 1 high)
2:49:51 PM: To address all issues, run:
2:49:51 PM:   npm audit fix
2:49:51 PM: Run `npm audit` for details.
2:49:51 PM: npm packages installed
2:49:51 PM: Successfully installed dependencies
2:49:51 PM: Starting build script
2:49:52 PM: Detected 1 framework(s)
2:49:52 PM: "tanstack-router" at version "1.114.17"
2:49:52 PM: Section completed: initializing
2:49:53 PM: ​
2:49:53 PM: Netlify Build                                                 
2:49:53 PM: ────────────────────────────────────────────────────────────────
2:49:53 PM: ​
2:49:53 PM: ❯ Version
2:49:53 PM:   @netlify/build 31.0.0
2:49:53 PM: ​
2:49:53 PM: ❯ Flags
2:49:53 PM:   accountId: 602f8edb3856f3c70310e73b
2:49:53 PM:   baseRelDir: true
2:49:53 PM:   buildId: 67f65ebe9b4183f35ae63888
2:49:53 PM:   deployId: 67f65ebe9b4183f35ae6388a
2:49:53 PM: ​
2:49:53 PM: ❯ Current directory
2:49:53 PM:   /opt/build/repo
2:49:53 PM: ​
2:49:53 PM: ❯ Config file
2:49:53 PM:   No config file was defined: using default values.
2:49:53 PM: ​
2:49:53 PM: ❯ Context
2:49:53 PM:   production
2:49:53 PM: ​
2:49:53 PM: Build command from Netlify app                                
2:49:53 PM: ────────────────────────────────────────────────────────────────
2:49:53 PM: ​
2:49:53 PM: $ npm run build
2:49:53 PM: > elit-klinik-uhm-department@0.0.0 build
2:49:53 PM: > npm run generate-routes && NODE_ENV=production vite build && tsc
2:49:54 PM: > elit-klinik-uhm-department@0.0.0 generate-routes
2:49:54 PM: > tsr generate --quoteStyle=double
2:49:54 PM: ️  Generating routes...
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/bandage-plan/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/departure-plan/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/organization/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/otel-planlama/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/uhm-departure/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routeTree.gen.ts
2:49:54 PM:  Processed routes in 164ms
2:49:54 PM: ️  Generating routes...
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/bandage-plan/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/departure-plan/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/organization/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/otel-planlama/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routes/(app)/uhm-departure/_layout.tsx
2:49:54 PM:  Updating /opt/build/repo/src/routeTree.gen.ts
2:49:54 PM:  Processed routes in 156ms
2:49:54 PM: vite v6.2.0 building for production...
2:49:55 PM: transforming...
2:50:00 PM: ✓ 3322 modules transformed.
2:50:00 PM: rendering chunks...
2:50:01 PM: computing gzip size...
2:50:01 PM: dist/index.html                                          0.47 kB │ gzip:   0.30 kB
2:50:01 PM: dist/assets/Geist-Is3Hx2nx.ttf                         149.97 kB
2:50:01 PM: dist/assets/index-CWH9ZaMQ.css                         136.57 kB │ gzip:  20.99 kB
2:50:01 PM: dist/assets/_layout-Dt-Sgd3i.js                          0.23 kB │ gzip:   0.20 kB
2:50:01 PM: dist/assets/_layout-BRANtZFr.js                          0.23 kB │ gzip:   0.20 kB
2:50:01 PM: dist/assets/_layout-CGD2AQVk.js                          0.23 kB │ gzip:   0.20 kB
2:50:01 PM: dist/assets/_layout-50Q2UG0e.js                          0.23 kB │ gzip:   0.20 kB
2:50:01 PM: dist/assets/_layout-YIE0pgdx.js                          0.23 kB │ gzip:   0.20 kB
2:50:01 PM: dist/assets/index-muOrkH9M.js                            0.25 kB │ gzip:   0.21 kB
2:50:01 PM: dist/assets/fetch-error-D9yKKJbC.js                      1.81 kB │ gzip:   0.94 kB
2:50:01 PM: dist/assets/table-skeleton-Ct3v6m6h.js                   5.09 kB │ gzip:   1.60 kB
2:50:01 PM: dist/assets/use-hotel-table.store-DDcUF54b.js            5.64 kB │ gzip:   2.07 kB
2:50:01 PM: dist/assets/use-time-cell-drag-fill-store-DRvhbEqC.js    6.56 kB │ gzip:   2.00 kB
2:50:01 PM: dist/assets/navbar-CXOXmh4W.js                           9.28 kB │ gzip:   2.97 kB
2:50:01 PM: dist/assets/pagination-VgM_TejH.js                      10.20 kB │ gzip:   3.13 kB
2:50:01 PM: dist/assets/tabs-CzHWrOns.js                            12.64 kB │ gzip:   3.93 kB
2:50:01 PM: dist/assets/form-ChjnJBj8.js                            29.50 kB │ gzip:  11.28 kB
2:50:01 PM: dist/assets/index-CSoqnNJ_.js                           34.83 kB │ gzip:  10.44 kB
2:50:01 PM: dist/assets/active-filters-C1lTacfh.js                  64.04 kB │ gzip:  19.96 kB
2:50:01 PM: dist/assets/index-Cxuv2DIu.js                           89.65 kB │ gzip:  19.10 kB
2:50:01 PM: dist/assets/index-CszwI5Aw.js                          100.30 kB │ gzip:  21.75 kB
2:50:01 PM: dist/assets/index-BnsYZgdh.js                          106.12 kB │ gzip:  22.82 kB
2:50:01 PM: dist/assets/scroll-area-qCZ92e0V.js                    106.45 kB │ gzip:  33.85 kB
2:50:01 PM: dist/assets/index-tz2NoxBD.js                          145.92 kB │ gzip:  37.52 kB
2:50:01 PM: dist/assets/alert-BvSobYYJ.js                          303.18 kB │ gzip:  90.62 kB
2:50:01 PM: dist/assets/index-CtMYE50W.js                          531.57 kB │ gzip: 168.16 kB
2:50:01 PM: 
2:50:01 PM: (!) Some chunks are larger than 500 kB after minification. Consider:
2:50:01 PM: - Using dynamic import() to code-split the application
2:50:01 PM: - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
2:50:01 PM: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
2:50:01 PM: ✓ built in 6.15s
3:07:51 PM: Failed during stage 'building site': Command did not finish within the time limit
3:07:51 PM: Execution timed out after 17m59.746839651s
3:07:51 PM: Failing build: Failed to build site
3:07:52 PM: Finished processing build request in 18m19.159s

I have tried all the solutions I can find on this issue but I can’t solve it. I can get a build in local without any problem, but I can’t get it in Netlify. We only make minor code improvements in the codebase. No build script or internal settings were touched. We just open a new branch, do development, merge the development to the dev branch, and merge the dev branch to main. Yesterday it was working fine but today we cannot deploy. If we cannot solve the problem, we will have to move our applications to another platform.

Thanks in advance!

I also increased the build_time to 30 minutes using Netlify CLI but didn’t work.

@MasumGokyuz When you say it didn’t work, did it also time out after 30 minutes?

How long do the builds take when run locally?

It hasn’t been 30 minutes yet, but I have a feeling I will get the same error again.

The builds I get in my locale take 10 seconds at most.

We recently installed an NPM package called dompurify in our Vite + React application. Could it be that? But the dev branch has the same package. There is no problem with that.

@MasumGokyuz Thanks, hopefully the additional info helps Netlify’s team.

Even in the log you supplied it’s unclear what it’s doing for almost 18 minutes between these two lines:

Usually I see this kind of behavior when someone starts their “development server”, or any other kind of long running process that doesn’t completely exit for the build to continue.

30 minutes have passed and I get the same error again:

3:27:13 PM: build-image version: 69179d37c92919bcf501ca9a8de95762ede3ffc5 (focal)
3:27:13 PM: buildbot version: 1c7f2065cc58f9414df3b29044416096bc829c51
3:27:13 PM: Building without cache
3:27:13 PM: Starting to prepare the repo for build
3:27:13 PM: No cached dependencies found. Cloning fresh repo
3:27:13 PM: git clone --filter=blob:none https://github.com/Elithair/elit-klinik-patient-registration
3:27:14 PM: Preparing Git Reference refs/heads/main
3:27:16 PM: Starting to install dependencies
3:27:17 PM: mise python@3.13.2   install
3:27:17 PM: mise python@3.13.2   download cpython-3.13.2+20250317-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
3:27:17 PM: mise python@3.13.2   extract cpython-3.13.2+20250317-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
3:27:18 PM: mise python@3.13.2   python --version
3:27:18 PM: mise python@3.13.2   Python 3.13.2
3:27:18 PM: mise python@3.13.2 ✓ installed
3:27:18 PM: Python version set to 3.13
3:27:19 PM: Collecting pipenv
3:27:19 PM:   Downloading pipenv-2024.4.1-py3-none-any.whl.metadata (17 kB)
3:27:19 PM: Collecting certifi (from pipenv)
3:27:19 PM:   Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB)
3:27:19 PM: Collecting packaging>=22 (from pipenv)
3:27:19 PM:   Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
3:27:19 PM: Collecting setuptools>=67 (from pipenv)
3:27:19 PM:   Downloading setuptools-78.1.0-py3-none-any.whl.metadata (6.6 kB)
3:27:20 PM: Collecting virtualenv>=20.24.2 (from pipenv)
3:27:20 PM:   Downloading virtualenv-20.30.0-py3-none-any.whl.metadata (4.5 kB)
3:27:20 PM: Collecting distlib<1,>=0.3.7 (from virtualenv>=20.24.2->pipenv)
3:27:20 PM:   Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
3:27:20 PM: Collecting filelock<4,>=3.12.2 (from virtualenv>=20.24.2->pipenv)
3:27:20 PM:   Downloading filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB)
3:27:20 PM: Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.24.2->pipenv)
3:27:20 PM:   Downloading platformdirs-4.3.7-py3-none-any.whl.metadata (11 kB)
3:27:20 PM: Downloading pipenv-2024.4.1-py3-none-any.whl (3.0 MB)
3:27:20 PM:    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 16.6 MB/s eta 0:00:00
3:27:20 PM: Downloading packaging-24.2-py3-none-any.whl (65 kB)
3:27:20 PM: Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB)
3:27:20 PM:    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 32.2 MB/s eta 0:00:00
3:27:20 PM: Downloading virtualenv-20.30.0-py3-none-any.whl (4.3 MB)
3:27:20 PM:    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 106.2 MB/s eta 0:00:00
3:27:20 PM: Downloading certifi-2025.1.31-py3-none-any.whl (166 kB)
3:27:20 PM: Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
3:27:20 PM: Downloading filelock-3.18.0-py3-none-any.whl (16 kB)
3:27:20 PM: Downloading platformdirs-4.3.7-py3-none-any.whl (18 kB)
3:27:20 PM: Installing collected packages: distlib, setuptools, platformdirs, packaging, filelock, certifi, virtualenv, pipenv
3:27:26 PM: Successfully installed certifi-2025.1.31 distlib-0.3.9 filelock-3.18.0 packaging-24.2 pipenv-2024.4.1 platformdirs-4.3.7 setuptools-78.1.0 virtualenv-20.30.0
3:27:26 PM: [notice] A new release of pip is available: 24.3.1 -> 25.0.1
3:27:26 PM: [notice] To update, run: pip install --upgrade pip
3:27:26 PM: Attempting Ruby version 2.7.2, read from environment
3:27:27 PM: Using Ruby version 2.7.2
3:27:27 PM: Started restoring cached go cache
3:27:27 PM: Finished restoring cached go cache
3:27:29 PM: go version go1.19.13 linux/amd64
3:27:30 PM: Using PHP version 8.0
3:27:32 PM: Downloading and installing node v18.20.8...
3:27:32 PM: Downloading https://nodejs.org/dist/v18.20.8/node-v18.20.8-linux-x64.tar.xz...
3:27:32 PM: Computing checksum with sha256sum
3:27:32 PM: Checksums matched!
3:27:37 PM: Now using node v18.20.8 (npm v10.8.2)
3:27:37 PM: Enabling Node.js Corepack
3:27:37 PM: Started restoring cached build plugins
3:27:37 PM: Finished restoring cached build plugins
3:27:37 PM: Started restoring cached corepack dependencies
3:27:37 PM: Finished restoring cached corepack dependencies
3:27:37 PM: No npm workspaces detected
3:27:37 PM: Started restoring cached node modules
3:27:37 PM: Finished restoring cached node modules
3:27:38 PM: Installing npm packages using npm version 10.8.2
3:27:48 PM: > elit-klinik-patient-registration@0.0.0 prepare
3:27:48 PM: > husky
3:27:48 PM: added 631 packages, and audited 632 packages in 11s
3:27:48 PM: 223 packages are looking for funding
3:27:48 PM:   run `npm fund` for details
3:27:48 PM: 9 vulnerabilities (5 moderate, 4 high)
3:27:48 PM: To address all issues, run:
3:27:48 PM:   npm audit fix
3:27:48 PM: Run `npm audit` for details.
3:27:48 PM: npm packages installed
3:27:49 PM: Successfully installed dependencies
3:27:49 PM: Starting build script
3:27:50 PM: Detected 1 framework(s)
3:27:50 PM: "tanstack-router" at version "1.99.8"
3:27:50 PM: Section completed: initializing
3:27:51 PM: ​
3:27:51 PM: Netlify Build                                                 
3:27:51 PM: ────────────────────────────────────────────────────────────────
3:27:51 PM: ​
3:27:51 PM: ❯ Version
3:27:51 PM:   @netlify/build 31.0.0
3:27:51 PM: ​
3:27:51 PM: ❯ Flags
3:27:51 PM:   accountId: 602f8edb3856f3c70310e73b
3:27:51 PM:   baseRelDir: true
3:27:51 PM:   buildId: 67f66793b52d9fbc08c87c8a
3:27:51 PM:   deployId: 67f66793b52d9fbc08c87c8c
3:27:51 PM: ​
3:27:51 PM: ❯ Current directory
3:27:51 PM:   /opt/build/repo
3:27:51 PM: ​
3:27:51 PM: ❯ Config file
3:27:51 PM:   No config file was defined: using default values.
3:27:51 PM: ​
3:27:51 PM: ❯ Context
3:27:51 PM:   production
3:27:51 PM: ​
3:27:51 PM: Build command from Netlify app                                
3:27:51 PM: ────────────────────────────────────────────────────────────────
3:27:51 PM: ​
3:27:51 PM: $ npm run build
3:27:51 PM: > elit-klinik-patient-registration@0.0.0 build
3:27:51 PM: > npm run generate-routes && NODE_ENV=production vite build && tsc
3:27:51 PM: > elit-klinik-patient-registration@0.0.0 generate-routes
3:27:51 PM: > tsr generate --quoteStyle=double
3:27:52 PM: ️  Generating routes...
3:27:52 PM:  Updating /opt/build/repo/src/routes/admin/layout.tsx
3:27:52 PM:  Updating /opt/build/repo/src/routes/(app)/bandage/layout.tsx
3:27:52 PM:  Updating /opt/build/repo/src/routes/(app)/table/layout.tsx
3:27:52 PM:  Updating /opt/build/repo/src/routes/(app)/patient/registration/layout.tsx
3:27:52 PM:  Updating /opt/build/repo/src/routeTree.gen.ts
3:27:52 PM:  Processed routes in 312ms
3:27:52 PM: ️  Generating routes...
3:27:53 PM:  Updating /opt/build/repo/src/routes/admin/layout.tsx
3:27:53 PM:  Updating /opt/build/repo/src/routes/(app)/bandage/layout.tsx
3:27:53 PM:  Updating /opt/build/repo/src/routes/(app)/table/layout.tsx
3:27:53 PM:  Updating /opt/build/repo/src/routes/(app)/patient/registration/layout.tsx
3:27:53 PM:  Updating /opt/build/repo/src/routeTree.gen.ts
3:27:53 PM:  Processed routes in 490ms
3:27:53 PM: vite v5.4.14 building for production...
3:27:53 PM: [sentry-vite-plugin] Info: Sending telemetry data on issues and performance to Sentry. To disable telemetry, set `options.telemetry` to `false`.
3:27:53 PM: transforming...
3:28:00 PM: ✓ 4031 modules transformed.
3:28:01 PM: rendering chunks...
3:28:02 PM: computing gzip size...
3:28:02 PM: dist/index.html                                          1.17 kB │ gzip:   0.45 kB
3:28:02 PM: dist/assets/images/elithair-logo.8zvCatyA.png           11.72 kB
3:28:02 PM: dist/assets/Geist.Is3Hx2nx.ttf                         149.97 kB
3:28:02 PM: dist/assets/images/yessmile-logo.B3wIr4vy.png          193.48 kB
3:28:02 PM: dist/assets/css/index.2ePB9QQH.css                     181.66 kB │ gzip:  27.20 kB
3:28:02 PM: dist/assets/js/collapsible.DE3l-9XM.js                   0.47 kB │ gzip:   0.30 kB │ map:     0.69 kB
3:28:02 PM: dist/assets/js/use-selected-patient.store.V-WezU5_.js    0.51 kB │ gzip:   0.31 kB │ map:     0.85 kB
3:28:02 PM: dist/assets/js/index.CL_sliYk.js                         0.52 kB │ gzip:   0.34 kB │ map:     0.48 kB
3:28:02 PM: dist/assets/js/separator.ex_SG_jC.js                     0.78 kB │ gzip:   0.46 kB │ map:     1.26 kB
3:28:02 PM: dist/assets/js/label.GTeFRBVV.js                         0.79 kB │ gzip:   0.46 kB │ map:     1.17 kB
3:28:02 PM: dist/assets/js/input.DYfSeThc.js                         0.97 kB │ gzip:   0.55 kB │ map:     1.21 kB
3:28:02 PM: dist/assets/js/avatar.C_OJ1JWK.js                        1.05 kB │ gzip:   0.52 kB │ map:     2.26 kB
3:28:02 PM: dist/assets/js/layout.BBq-YAOm.js                        1.08 kB │ gzip:   0.58 kB │ map:     0.65 kB
3:28:02 PM: dist/assets/js/layout.Cvbq3n35.js                        1.08 kB │ gzip:   0.58 kB │ map:     0.65 kB
3:28:02 PM: dist/assets/js/layout.d1FNheWY.js                        1.08 kB │ gzip:   0.58 kB │ map:     0.68 kB
3:28:02 PM: dist/assets/js/badge.N6l4BGuG.js                         1.17 kB │ gzip:   0.59 kB │ map:     1.66 kB
3:28:02 PM: dist/assets/js/index.CJGgdqzG.js                         1.23 kB │ gzip:   0.66 kB │ map:     1.05 kB
3:28:02 PM: dist/assets/js/index.CMY51Y5i.js                         1.23 kB │ gzip:   0.66 kB │ map:     1.07 kB
3:28:02 PM: dist/assets/js/index.C6w5r7dL.js                         1.24 kB │ gzip:   0.66 kB │ map:     1.07 kB
3:28:02 PM: dist/assets/js/switch.B0r-SGMZ.js                        1.24 kB │ gzip:   0.64 kB │ map:     1.68 kB
3:28:02 PM: dist/assets/js/add.DwBDrR-G.js                           1.97 kB │ gzip:   0.98 kB │ map:     3.90 kB
3:28:02 PM: dist/assets/js/index.CfQpRhxj.js                         3.02 kB │ gzip:   0.78 kB │ map:     3.71 kB
3:28:02 PM: dist/assets/js/form.D0dvkwjK.js                          3.21 kB │ gzip:   1.41 kB │ map:     9.67 kB
3:28:02 PM: dist/assets/js/layout.8auRhGxm.js                        3.24 kB │ gzip:   1.45 kB │ map:     7.47 kB
3:28:02 PM: dist/assets/js/accordion.BgP5pHSR.js                     3.46 kB │ gzip:   1.55 kB │ map:     9.31 kB
3:28:02 PM: dist/assets/js/column-translations.BbTSIrMf.js           3.54 kB │ gzip:   1.47 kB │ map:     9.38 kB
3:28:02 PM: dist/assets/js/tabs.BXU8BFqG.js                          3.62 kB │ gzip:   1.55 kB │ map:    13.49 kB
3:28:02 PM: dist/assets/js/mode-toggle.DUfUpXeC.js                   3.65 kB │ gzip:   1.48 kB │ map:     8.81 kB
3:28:02 PM: dist/assets/js/alert-dialog.DlEOmEDO.js                  4.50 kB │ gzip:   1.30 kB │ map:    12.24 kB
3:28:02 PM: dist/assets/js/dropdown-menu.ChdRaHCd.js                 5.33 kB │ gzip:   1.51 kB │ map:    14.95 kB
3:28:02 PM: dist/assets/js/content-layout.DITpKFBv.js                6.94 kB │ gzip:   2.44 kB │ map:    19.36 kB
3:28:02 PM: dist/assets/js/use-sidebar.store.B4fYk7gH.js             8.78 kB │ gzip:   3.14 kB │ map:    40.63 kB
3:28:02 PM: dist/assets/js/navbar.DwVWmuXH.js                       12.36 kB │ gzip:   4.11 kB │ map:    34.25 kB
3:28:02 PM: dist/assets/js/dompurify-vendor.CCcIu-Nt.js             22.04 kB │ gzip:   8.70 kB │ map:    89.90 kB
3:28:02 PM: dist/assets/js/room-booking-dialog.BBWvSGNI.js          22.45 kB │ gzip:   7.22 kB │ map:    95.02 kB
3:28:02 PM: dist/assets/js/index.PMF-MYKI.js                        41.90 kB │ gzip:  10.82 kB │ map:    76.80 kB
3:28:02 PM: dist/assets/js/calendar.SUOvMb-J.js                     43.77 kB │ gzip:  14.39 kB │ map:   183.48 kB
3:28:02 PM: dist/assets/js/index.D3EXNpYh.js                        44.45 kB │ gzip:  12.30 kB │ map:   143.17 kB
3:28:02 PM: dist/assets/js/motion-vendor.CS44NXTm.js                53.21 kB │ gzip:  18.98 kB │ map:   306.81 kB
3:28:02 PM: dist/assets/js/form-vendor.BsEsvEbi.js                  61.11 kB │ gzip:  14.84 kB │ map:   242.03 kB
3:28:02 PM: dist/assets/js/utils-vendor.CGK3wxxA.js                 67.59 kB │ gzip:  25.20 kB │ map:   338.84 kB
3:28:02 PM: dist/assets/js/date-vendor.DDdcJaeJ.js                  93.19 kB │ gzip:  27.93 kB │ map:   550.95 kB
3:28:02 PM: dist/assets/js/ui-vendor.BODJOlBA.js                    97.07 kB │ gzip:  24.13 kB │ map:   211.70 kB
3:28:02 PM: dist/assets/js/index.D_KNjnHW.js                       103.76 kB │ gzip:  27.51 kB │ map:   331.82 kB
3:28:02 PM: dist/assets/js/proxy.ymBDGa2K.js                       114.83 kB │ gzip:  38.00 kB │ map:   632.63 kB
3:28:02 PM: dist/assets/js/radix-vendor.DGbPNiMW.js                145.97 kB │ gzip:  45.37 kB │ map: 1,186.11 kB
3:28:02 PM: dist/assets/js/tanstack-vendor.RtrGh39_.js             161.84 kB │ gzip:  48.65 kB │ map:   662.38 kB
3:28:02 PM: dist/assets/js/index.CTdOjLGi.js                       185.74 kB │ gzip:  39.64 kB │ map:   497.36 kB
3:28:02 PM: dist/assets/js/react-vendor.D7JBWpG6.js                249.02 kB │ gzip:  74.13 kB │ map:   765.81 kB
3:28:02 PM: dist/assets/index-CNOadygK.js                          438.93 kB │ gzip: 123.44 kB │ map: 1,902.22 kB
3:28:03 PM: > Found 90 files
3:28:03 PM: > Analyzing 90 sources
3:28:03 PM: > Adding source map references
3:28:04 PM: > Bundled 90 files for upload
3:28:04 PM: > Bundle ID: c79fc44b-b71d-5253-b9d5-a9fc511784b9
3:28:04 PM: > Nothing to upload, all files are on the server
3:28:04 PM: > File processing complete
3:28:04 PM: > Organization: elitklinik
3:28:04 PM: > Project: elit-klinik-patient-registration
3:28:04 PM: > Release: ac174b352b1d1faf345b14733aeb70404359c052
3:28:04 PM: > Dist: None
3:28:04 PM: > Upload type: artifact bundle
3:28:04 PM: Source Map Upload Report
3:28:04 PM:   Scripts
3:28:04 PM:     ~/11fe19d5-15a8-4a01-a09d-2bd29dc291f3-35.js (sourcemap at 11fe19d5-15a8-4a01-a09d-2bd29dc291f3-35.js.map, debug id 11fe19d5-15a8-4a01-a09d-2bd29dc291f3)
3:28:04 PM:     ~/1e19b907-abaf-4c00-9651-b450707959c7-8.js (sourcemap at 1e19b907-abaf-4c00-9651-b450707959c7-8.js.map, debug id 1e19b907-abaf-4c00-9651-b450707959c7)
3:28:04 PM:     ~/2363a8c1-eb47-4960-9960-f63c9fad5be6-21.js (sourcemap at 2363a8c1-eb47-4960-9960-f63c9fad5be6-21.js.map, debug id 2363a8c1-eb47-4960-9960-f63c9fad5be6)
3:28:04 PM:     ~/243d994f-7f16-468e-81af-9474ce836aef-25.js (sourcemap at 243d994f-7f16-468e-81af-9474ce836aef-25.js.map, debug id 243d994f-7f16-468e-81af-9474ce836aef)
3:28:04 PM:     ~/2b33b45f-39a1-4b19-b065-c49749edc768-40.js (sourcemap at 2b33b45f-39a1-4b19-b065-c49749edc768-40.js.map, debug id 2b33b45f-39a1-4b19-b065-c49749edc768)
3:28:04 PM:     ~/2fc62b20-717f-480b-8023-7a9db865f73d-5.js (sourcemap at 2fc62b20-717f-480b-8023-7a9db865f73d-5.js.map, debug id 2fc62b20-717f-480b-8023-7a9db865f73d)
3:28:04 PM:     ~/305c742f-b1b1-46c8-8f86-b6561a56f117-43.js (sourcemap at 305c742f-b1b1-46c8-8f86-b6561a56f117-43.js.map, debug id 305c742f-b1b1-46c8-8f86-b6561a56f117)
3:28:04 PM:     ~/3b793a78-3d74-470d-8d75-bd3d114e5a98-12.js (sourcemap at 3b793a78-3d74-470d-8d75-bd3d114e5a98-12.js.map, debug id 3b793a78-3d74-470d-8d75-bd3d114e5a98)
3:28:04 PM:     ~/4269701e-222f-4f56-ad2c-b18f20d72dec-34.js (sourcemap at 4269701e-222f-4f56-ad2c-b18f20d72dec-34.js.map, debug id 4269701e-222f-4f56-ad2c-b18f20d72dec)
3:28:04 PM:     ~/455a5e4c-03d4-471c-be12-57e7aaa892bc-13.js (sourcemap at 455a5e4c-03d4-471c-be12-57e7aaa892bc-13.js.map, debug id 455a5e4c-03d4-471c-be12-57e7aaa892bc)
3:28:04 PM:     ~/488c9f83-1f10-452f-9a92-eb50d431be99-38.js (sourcemap at 488c9f83-1f10-452f-9a92-eb50d431be99-38.js.map, debug id 488c9f83-1f10-452f-9a92-eb50d431be99)
3:28:04 PM:     ~/49a58f07-f8bf-4005-a06b-09fc64234d18-0.js (sourcemap at 49a58f07-f8bf-4005-a06b-09fc64234d18-0.js.map, debug id 49a58f07-f8bf-4005-a06b-09fc64234d18)
3:28:04 PM:     ~/4ed2c4f7-f42b-4e49-a8c9-90122f38156e-14.js (sourcemap at 4ed2c4f7-f42b-4e49-a8c9-90122f38156e-14.js.map, debug id 4ed2c4f7-f42b-4e49-a8c9-90122f38156e)
3:28:04 PM:     ~/534137d1-aa82-4744-9313-ef7040c3de4f-31.js (sourcemap at 534137d1-aa82-4744-9313-ef7040c3de4f-31.js.map, debug id 534137d1-aa82-4744-9313-ef7040c3de4f)
3:28:04 PM:     ~/538b2f67-8084-4cd2-b259-02e40d10a558-17.js (sourcemap at 538b2f67-8084-4cd2-b259-02e40d10a558-17.js.map, debug id 538b2f67-8084-4cd2-b259-02e40d10a558)
3:28:04 PM:     ~/54c5928b-3c85-4eaf-9877-7b5001c6f1e9-20.js (sourcemap at 54c5928b-3c85-4eaf-9877-7b5001c6f1e9-20.js.map, debug id 54c5928b-3c85-4eaf-9877-7b5001c6f1e9)
3:28:04 PM:     ~/55775215-5c10-402a-a6df-9b419dc31530-42.js (sourcemap at 55775215-5c10-402a-a6df-9b419dc31530-42.js.map, debug id 55775215-5c10-402a-a6df-9b419dc31530)
3:28:04 PM:     ~/667065aa-4887-4976-b51a-add6e631f8b4-9.js (sourcemap at 667065aa-4887-4976-b51a-add6e631f8b4-9.js.map, debug id 667065aa-4887-4976-b51a-add6e631f8b4)
3:28:04 PM:     ~/6b188f47-1403-435a-b06f-a507bb188b6f-4.js (sourcemap at 6b188f47-1403-435a-b06f-a507bb188b6f-4.js.map, debug id 6b188f47-1403-435a-b06f-a507bb188b6f)
3:28:04 PM:     ~/76f8cb87-701a-49e5-80ef-4f070c153207-36.js (sourcemap at 76f8cb87-701a-49e5-80ef-4f070c153207-36.js.map, debug id 76f8cb87-701a-49e5-80ef-4f070c153207)
3:28:04 PM:     ~/7d8bbbae-5428-4b39-8537-c26c5e0d9a4c-19.js (sourcemap at 7d8bbbae-5428-4b39-8537-c26c5e0d9a4c-19.js.map, debug id 7d8bbbae-5428-4b39-8537-c26c5e0d9a4c)
3:28:04 PM:     ~/8decf1e6-4c6c-4282-9db4-6748b78ab05d-41.js (sourcemap at 8decf1e6-4c6c-4282-9db4-6748b78ab05d-41.js.map, debug id 8decf1e6-4c6c-4282-9db4-6748b78ab05d)
3:28:04 PM:     ~/9883772e-1485-4c8a-8d8d-f4dbd57a96a1-15.js (sourcemap at 9883772e-1485-4c8a-8d8d-f4dbd57a96a1-15.js.map, debug id 9883772e-1485-4c8a-8d8d-f4dbd57a96a1)
3:28:04 PM:     ~/9b6228f4-ce68-46fd-94f8-16c78f0abf11-10.js (sourcemap at 9b6228f4-ce68-46fd-94f8-16c78f0abf11-10.js.map, debug id 9b6228f4-ce68-46fd-94f8-16c78f0abf11)
3:28:04 PM:     ~/a155b7ab-d5e8-4ba3-b193-fedcb809bb1a-18.js (sourcemap at a155b7ab-d5e8-4ba3-b193-fedcb809bb1a-18.js.map, debug id a155b7ab-d5e8-4ba3-b193-fedcb809bb1a)
3:28:04 PM:     ~/a7e8d138-4189-4440-a333-fbdba64efbf4-16.js (sourcemap at a7e8d138-4189-4440-a333-fbdba64efbf4-16.js.map, debug id a7e8d138-4189-4440-a333-fbdba64efbf4)
3:28:04 PM:     ~/a7fb9181-669d-43dc-b209-749f41fc1693-6.js (sourcemap at a7fb9181-669d-43dc-b209-749f41fc1693-6.js.map, debug id a7fb9181-669d-43dc-b209-749f41fc1693)
3:28:04 PM:     ~/a86a1f4b-7682-45a7-a0ee-1cfd5afec7af-23.js (sourcemap at a86a1f4b-7682-45a7-a0ee-1cfd5afec7af-23.js.map, debug id a86a1f4b-7682-45a7-a0ee-1cfd5afec7af)
3:28:04 PM:     ~/b1977470-9a6b-469b-8cac-2ef940a1e421-37.js (sourcemap at b1977470-9a6b-469b-8cac-2ef940a1e421-37.js.map, debug id b1977470-9a6b-469b-8cac-2ef940a1e421)
3:28:04 PM:     ~/b3764e2e-4094-428b-83b0-fd1348b0c106-11.js (sourcemap at b3764e2e-4094-428b-83b0-fd1348b0c106-11.js.map, debug id b3764e2e-4094-428b-83b0-fd1348b0c106)
3:28:04 PM:     ~/b5072322-9f4a-48c2-8b53-0ae5812a1c89-30.js (sourcemap at b5072322-9f4a-48c2-8b53-0ae5812a1c89-30.js.map, debug id b5072322-9f4a-48c2-8b53-0ae5812a1c89)
3:28:04 PM:     ~/b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f-27.js (sourcemap at b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f-27.js.map, debug id b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f)
3:28:04 PM:     ~/b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f-28.js (sourcemap at b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f-28.js.map, debug id b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f)
3:28:04 PM:     ~/b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f-29.js (sourcemap at b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f-29.js.map, debug id b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f)
3:28:04 PM:     ~/b993bb19-8ed5-4f09-842e-2b1f5c231b5f-7.js (sourcemap at b993bb19-8ed5-4f09-842e-2b1f5c231b5f-7.js.map, debug id b993bb19-8ed5-4f09-842e-2b1f5c231b5f)
3:28:04 PM:     ~/d2dd7d84-0d0c-47b1-b8ab-0acaf9bf79b3-3.js (sourcemap at d2dd7d84-0d0c-47b1-b8ab-0acaf9bf79b3-3.js.map, debug id d2dd7d84-0d0c-47b1-b8ab-0acaf9bf79b3)
3:28:04 PM:     ~/d4a52142-0bbb-4684-b31f-b6a5f70d797b-39.js (sourcemap at d4a52142-0bbb-4684-b31f-b6a5f70d797b-39.js.map, debug id d4a52142-0bbb-4684-b31f-b6a5f70d797b)
3:28:04 PM:     ~/d904ec50-a1ac-42d9-acac-aa4413993130-26.js (sourcemap at d904ec50-a1ac-42d9-acac-aa4413993130-26.js.map, debug id d904ec50-a1ac-42d9-acac-aa4413993130)
3:28:04 PM:     ~/dbdbdb32-863a-47d9-8154-00223fc89494-32.js (sourcemap at dbdbdb32-863a-47d9-8154-00223fc89494-32.js.map, debug id dbdbdb32-863a-47d9-8154-00223fc89494)
3:28:04 PM:     ~/e25d06c4-4817-4de5-bfa5-ffc6ac500533-33.js (sourcemap at e25d06c4-4817-4de5-bfa5-ffc6ac500533-33.js.map, debug id e25d06c4-4817-4de5-bfa5-ffc6ac500533)
3:28:04 PM:     ~/e6cb613c-4a1c-48e7-8ad5-83e5e03ba5b5-24.js (sourcemap at e6cb613c-4a1c-48e7-8ad5-83e5e03ba5b5-24.js.map, debug id e6cb613c-4a1c-48e7-8ad5-83e5e03ba5b5)
3:28:04 PM:     ~/edea30b8-c168-4e50-81c3-e07d7dafa8da-44.js (sourcemap at edea30b8-c168-4e50-81c3-e07d7dafa8da-44.js.map, debug id edea30b8-c168-4e50-81c3-e07d7dafa8da)
3:28:04 PM:     ~/ef50fb46-1a38-4a61-b73d-85cfee5aa733-1.js (sourcemap at ef50fb46-1a38-4a61-b73d-85cfee5aa733-1.js.map, debug id ef50fb46-1a38-4a61-b73d-85cfee5aa733)
3:28:04 PM:     ~/f24f5c71-adda-4138-b688-8b9895992bfc-2.js (sourcemap at f24f5c71-adda-4138-b688-8b9895992bfc-2.js.map, debug id f24f5c71-adda-4138-b688-8b9895992bfc)
3:28:04 PM:     ~/f46fe331-07d3-42ca-b59d-c5e32638cb4a-22.js (sourcemap at f46fe331-07d3-42ca-b59d-c5e32638cb4a-22.js.map, debug id f46fe331-07d3-42ca-b59d-c5e32638cb4a)
3:28:04 PM:   Source Maps
3:28:04 PM:     ~/11fe19d5-15a8-4a01-a09d-2bd29dc291f3-35.js.map (debug id 11fe19d5-15a8-4a01-a09d-2bd29dc291f3)
3:28:04 PM:     ~/1e19b907-abaf-4c00-9651-b450707959c7-8.js.map (debug id 1e19b907-abaf-4c00-9651-b450707959c7)
3:28:04 PM:     ~/2363a8c1-eb47-4960-9960-f63c9fad5be6-21.js.map (debug id 2363a8c1-eb47-4960-9960-f63c9fad5be6)
3:28:04 PM:     ~/243d994f-7f16-468e-81af-9474ce836aef-25.js.map (debug id 243d994f-7f16-468e-81af-9474ce836aef)
3:28:04 PM:     ~/2b33b45f-39a1-4b19-b065-c49749edc768-40.js.map (debug id 2b33b45f-39a1-4b19-b065-c49749edc768)
3:28:04 PM:     ~/2fc62b20-717f-480b-8023-7a9db865f73d-5.js.map (debug id 2fc62b20-717f-480b-8023-7a9db865f73d)
3:28:04 PM:     ~/305c742f-b1b1-46c8-8f86-b6561a56f117-43.js.map (debug id 305c742f-b1b1-46c8-8f86-b6561a56f117)
3:28:04 PM:     ~/3b793a78-3d74-470d-8d75-bd3d114e5a98-12.js.map (debug id 3b793a78-3d74-470d-8d75-bd3d114e5a98)
3:28:04 PM:     ~/4269701e-222f-4f56-ad2c-b18f20d72dec-34.js.map (debug id 4269701e-222f-4f56-ad2c-b18f20d72dec)
3:28:04 PM:     ~/455a5e4c-03d4-471c-be12-57e7aaa892bc-13.js.map (debug id 455a5e4c-03d4-471c-be12-57e7aaa892bc)
3:28:04 PM:     ~/488c9f83-1f10-452f-9a92-eb50d431be99-38.js.map (debug id 488c9f83-1f10-452f-9a92-eb50d431be99)
3:28:04 PM:     ~/49a58f07-f8bf-4005-a06b-09fc64234d18-0.js.map (debug id 49a58f07-f8bf-4005-a06b-09fc64234d18)
3:28:04 PM:     ~/4ed2c4f7-f42b-4e49-a8c9-90122f38156e-14.js.map (debug id 4ed2c4f7-f42b-4e49-a8c9-90122f38156e)
3:28:04 PM:     ~/534137d1-aa82-4744-9313-ef7040c3de4f-31.js.map (debug id 534137d1-aa82-4744-9313-ef7040c3de4f)
3:28:04 PM:     ~/538b2f67-8084-4cd2-b259-02e40d10a558-17.js.map (debug id 538b2f67-8084-4cd2-b259-02e40d10a558)
3:28:04 PM:     ~/54c5928b-3c85-4eaf-9877-7b5001c6f1e9-20.js.map (debug id 54c5928b-3c85-4eaf-9877-7b5001c6f1e9)
3:28:04 PM:     ~/55775215-5c10-402a-a6df-9b419dc31530-42.js.map (debug id 55775215-5c10-402a-a6df-9b419dc31530)
3:28:04 PM:     ~/667065aa-4887-4976-b51a-add6e631f8b4-9.js.map (debug id 667065aa-4887-4976-b51a-add6e631f8b4)
3:28:04 PM:     ~/6b188f47-1403-435a-b06f-a507bb188b6f-4.js.map (debug id 6b188f47-1403-435a-b06f-a507bb188b6f)
3:28:04 PM:     ~/76f8cb87-701a-49e5-80ef-4f070c153207-36.js.map (debug id 76f8cb87-701a-49e5-80ef-4f070c153207)
3:28:04 PM:     ~/7d8bbbae-5428-4b39-8537-c26c5e0d9a4c-19.js.map (debug id 7d8bbbae-5428-4b39-8537-c26c5e0d9a4c)
3:28:04 PM:     ~/8decf1e6-4c6c-4282-9db4-6748b78ab05d-41.js.map (debug id 8decf1e6-4c6c-4282-9db4-6748b78ab05d)
3:28:04 PM:     ~/9883772e-1485-4c8a-8d8d-f4dbd57a96a1-15.js.map (debug id 9883772e-1485-4c8a-8d8d-f4dbd57a96a1)
3:28:04 PM:     ~/9b6228f4-ce68-46fd-94f8-16c78f0abf11-10.js.map (debug id 9b6228f4-ce68-46fd-94f8-16c78f0abf11)
3:28:04 PM:     ~/a155b7ab-d5e8-4ba3-b193-fedcb809bb1a-18.js.map (debug id a155b7ab-d5e8-4ba3-b193-fedcb809bb1a)
3:28:04 PM:     ~/a7e8d138-4189-4440-a333-fbdba64efbf4-16.js.map (debug id a7e8d138-4189-4440-a333-fbdba64efbf4)
3:28:04 PM:     ~/a7fb9181-669d-43dc-b209-749f41fc1693-6.js.map (debug id a7fb9181-669d-43dc-b209-749f41fc1693)
3:28:04 PM:     ~/a86a1f4b-7682-45a7-a0ee-1cfd5afec7af-23.js.map (debug id a86a1f4b-7682-45a7-a0ee-1cfd5afec7af)
3:28:04 PM:     ~/b1977470-9a6b-469b-8cac-2ef940a1e421-37.js.map (debug id b1977470-9a6b-469b-8cac-2ef940a1e421)
3:28:04 PM:     ~/b3764e2e-4094-428b-83b0-fd1348b0c106-11.js.map (debug id b3764e2e-4094-428b-83b0-fd1348b0c106)
3:28:04 PM:     ~/b5072322-9f4a-48c2-8b53-0ae5812a1c89-30.js.map (debug id b5072322-9f4a-48c2-8b53-0ae5812a1c89)
3:28:04 PM:     ~/b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f-27.js.map (debug id b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f)
3:28:04 PM:     ~/b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f-28.js.map (debug id b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f)
3:28:04 PM:     ~/b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f-29.js.map (debug id b5ab67f1-5300-4f5f-a4ab-c76bcae72a1f)
3:28:04 PM:     ~/b993bb19-8ed5-4f09-842e-2b1f5c231b5f-7.js.map (debug id b993bb19-8ed5-4f09-842e-2b1f5c231b5f)
3:28:04 PM:     ~/d2dd7d84-0d0c-47b1-b8ab-0acaf9bf79b3-3.js.map (debug id d2dd7d84-0d0c-47b1-b8ab-0acaf9bf79b3)
3:28:04 PM:     ~/d4a52142-0bbb-4684-b31f-b6a5f70d797b-39.js.map (debug id d4a52142-0bbb-4684-b31f-b6a5f70d797b)
3:28:04 PM:     ~/d904ec50-a1ac-42d9-acac-aa4413993130-26.js.map (debug id d904ec50-a1ac-42d9-acac-aa4413993130)
3:28:04 PM:     ~/dbdbdb32-863a-47d9-8154-00223fc89494-32.js.map (debug id dbdbdb32-863a-47d9-8154-00223fc89494)
3:28:04 PM:     ~/e25d06c4-4817-4de5-bfa5-ffc6ac500533-33.js.map (debug id e25d06c4-4817-4de5-bfa5-ffc6ac500533)
3:28:04 PM:     ~/e6cb613c-4a1c-48e7-8ad5-83e5e03ba5b5-24.js.map (debug id e6cb613c-4a1c-48e7-8ad5-83e5e03ba5b5)
3:28:04 PM:     ~/edea30b8-c168-4e50-81c3-e07d7dafa8da-44.js.map (debug id edea30b8-c168-4e50-81c3-e07d7dafa8da)
3:28:04 PM:     ~/ef50fb46-1a38-4a61-b73d-85cfee5aa733-1.js.map (debug id ef50fb46-1a38-4a61-b73d-85cfee5aa733)
3:28:04 PM:     ~/f24f5c71-adda-4138-b688-8b9895992bfc-2.js.map (debug id f24f5c71-adda-4138-b688-8b9895992bfc)
3:28:04 PM:     ~/f46fe331-07d3-42ca-b59d-c5e32638cb4a-22.js.map (debug id f46fe331-07d3-42ca-b59d-c5e32638cb4a)
3:28:04 PM: [sentry-vite-plugin] Info: Successfully uploaded source maps to Sentry
3:28:04 PM: ✓ built in 11.44s
3:57:49 PM: Failed during stage 'building site': Command did not finish within the time limit
3:57:49 PM: Execution timed out after 29m59.870142862s
3:57:49 PM: Failing build: Failed to build site
3:57:49 PM: Finished processing build request in 30m36.399s

Not surprising, again the bulk of that 30 minutes was between these two lines…

I don’t know what happened in the interim, I can’t see it in the logs, I can only see the logs I’ve shared.

@MasumGokyuz Yes, I know that, I’m just drawing attention to it.

Since you know what you’re running, and may know what your build does (if anything) after that point.

For example when it runs successfully locally, do you see any output after:
✓ built in 11.44s

When I get the build locally, I don’t see anything else afterwards.

But when I look at the old build logs in Netlify, I see something like this:

10:55:51 AM: ✓ built in 8.55s
10:55:52 AM: ​
10:55:52 AM: (build.command completed in 11.3s)
10:55:52 AM: ​
10:55:52 AM: (Netlify Build completed in 11.8s)
10:55:53 AM: Section completed: building
10:56:16 AM: Finished processing build request in 1m1.904s

Great, that indicates it should be exiting at that point.

The old Netlify log also indicates that it previously did.

I’m not sure what it’s getting stuck on, but Netlify’s team may have better visibility.

We don’t have any additional visibility. This would most likely indicate that there’s some process lingering in the background. Try changing your builld command to npm run build && ps aux