Revert to last good build #912
Annotations
1 error and 1 warning
|
build
Error: Command failed: heroku container:push web --app foodoasisdev
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.39kB done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/node:lts-bullseye-slim
#2 DONE 0.1s
#3 [internal] load .dockerignore
#3 transferring context: 112B done
#3 DONE 0.0s
#4 [clientbuilder 1/9] FROM docker.io/library/node:lts-bullseye-slim@sha256:4c620a40970ae65085aea8470c706669d7e92efd80e1c777d0b07755ad0a79b1
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 34.84kB 0.0s done
#5 DONE 0.0s
#6 [clientbuilder 3/9] WORKDIR /app
#6 CACHED
#7 [clientbuilder 4/9] COPY client/package.json .
#7 CACHED
#8 [clientbuilder 2/9] RUN mkdir /app
#8 CACHED
#9 [clientbuilder 5/9] COPY client/package-lock.json .
#9 CACHED
#10 [stage-2 2/9] WORKDIR /fola
#10 CACHED
#11 [stage-2 4/9] COPY ./server/package-lock.json ./
#11 CACHED
#12 [stage-2 3/9] COPY ./server/package.json ./
#12 CACHED
#13 [stage-2 5/9] RUN npm ci --quiet --legacy-peer-deps
#13 CACHED
#14 [serverbuilder 5/13] RUN mkdir build
#14 CACHED
#15 [serverbuilder 3/13] COPY tsconfig.json ./
#15 CACHED
#16 [serverbuilder 11/13] COPY ./server/app/ ./app
#16 CACHED
#17 [serverbuilder 10/13] COPY ./server/types/ ./types
#17 CACHED
#18 [serverbuilder 6/13] COPY ./server/tsconfig.json ./
#18 CACHED
#19 [serverbuilder 7/13] COPY ./server/package.json ./
#19 CACHED
#20 [serverbuilder 8/13] COPY ./server/package-lock.json ./
#20 CACHED
#21 [serverbuilder 2/13] WORKDIR /usr/src
#21 CACHED
#22 [serverbuilder 4/13] WORKDIR /usr/src/app
#22 CACHED
#23 [serverbuilder 9/13] COPY ./server/middleware/ ./middleware
#23 CACHED
#24 [serverbuilder 12/13] COPY ./server/server.ts ./
#24 CACHED
#25 [clientbuilder 6/9] RUN npm ci
#25 3.463 npm warn deprecated whatwg-encoding@3.1.1: Use @exodus/bytes instead for a more spec-conformant and faster implementation
#25 ...
#26 [serverbuilder 13/13] RUN npm ci --quiet --legacy-peer-deps && npm run build
#26 2.969 npm warn deprecated whatwg-encoding@3.1.1: Use @exodus/bytes instead for a more spec-conformant and faster implementation
#26 3.442 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#26 4.185 npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
#26 4.503 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#26 6.578 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
#26 6.729 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
#26 6.741 npm warn deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
#26 11.33
#26 11.33 added 961 packages, and audited 962 packages in 11s
#26 11.33
#26 11.33 229 packages are looking for funding
#26 11.33 run `npm fund` for details
#26 11.34
#26 11.34 8 vulnerabilities (4 moderate, 4 high)
#26 11.34
#26 11.34 To address issues that do not require attention, run:
#26 11.34 npm audit fix
#26 11.34
#26 11.34 To address all issues (including breaking changes), run:
#26 11.34 npm audit fix --force
#26 11.34
#26 11.34 Run `npm audit` for details.
#26 11.35 npm notice
#26 11.35 npm notice New minor version of npm available! 11.12.1 -> 11.14.1
#26 11.35 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.14.1
#26 11.35 npm notice To update run: npm install -g npm@11.14.1
#26 11.35 npm notice
#26 11.59
#26 11.59 > foodoasis-web-api@1.0.101 build
#26 11.59 > rm -rf build && tsc
#26 11.59
#26 11.59 sh: 1: tsc: not found
#26 ERROR: process "/bin/sh -c npm ci --quiet --legacy-peer-deps && npm run build" did not complete successfully: exit code: 127
#25 [clientbuilder 6/9] RUN npm ci
#25 CANCELED
------
> [serverbuilder 13/13] RUN npm ci --quiet --legacy-peer-deps && npm run build:
11.35 npm notice
11
|
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, akhileshns/heroku-deploy@v3.12.14. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|