temp #31
Annotations
1 error and 3 warnings
deploy
Error: Command failed: git push heroku HEAD:refs/heads/main --force
remote: Updated 3521 paths from a8d0eea60d
remote: Compressing source files... done.
remote: Building source:
remote: === Fetching app code
remote:
remote: === Building release (Dockerfile)
remote:
remote: Sending build context to Docker daemon 23.77MB
remote:
remote:
remote: Step 1/17 : FROM node:20-slim AS base
remote: 20-slim: Pulling from library/node
remote: a2318d6c47ec: Pulling fs layer
remote: 00e35d36405a: Pulling fs layer
remote: 225fba03fa1f: Pulling fs layer
remote: 447f637b003c: Pulling fs layer
remote: dd1be0639854: Pulling fs layer
remote: 447f637b003c: Waiting
remote: dd1be0639854: Waiting
remote: 00e35d36405a: Verifying Checksum
remote: 00e35d36405a: Download complete
remote: 447f637b003c: Verifying Checksum
remote: 447f637b003c: Download complete
remote: dd1be0639854: Verifying Checksum
remote: dd1be0639854: Download complete
remote: a2318d6c47ec: Verifying Checksum
remote: a2318d6c47ec: Download complete
remote: 225fba03fa1f: Verifying Checksum
remote: 225fba03fa1f: Download complete
remote: a2318d6c47ec: Pull complete
remote: 00e35d36405a: Pull complete
remote: 225fba03fa1f: Pull complete
remote: 447f637b003c: Pull complete
remote: dd1be0639854: Pull complete
remote: Digest: sha256:df85129996d6b7a4ec702ebf2142cfa683f28b1d33446faec12168d122d3410d
remote: Status: Downloaded newer image for node:20-slim
remote: ---> 0f2c2f895e1c
remote: Step 2/17 : ENV PNPM_HOME="/pnpm"
remote: ---> Running in f14fd6df142b
remote: Removing intermediate container f14fd6df142b
remote: ---> f471d1cdd135
remote: Step 3/17 : ENV PATH="$PNPM_HOME:$PATH"
remote: ---> Running in 53fb82a199d4
remote: Removing intermediate container 53fb82a199d4
remote: ---> 2de9343207c0
remote: Step 4/17 : RUN corepack enable
remote: ---> Running in 6cda05f1eb59
remote: Removing intermediate container 6cda05f1eb59
remote: ---> cf68df8cd140
remote: Step 5/17 : FROM base AS build
remote: ---> cf68df8cd140
remote: Step 6/17 : RUN apt-get update && apt-get install -y python3 make gcc g++
remote: ---> Running in 11f84fd57858
remote: Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
remote: Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
remote: Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
remote: Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB]
remote: Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [2468 B]
remote: Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [181 kB]
remote: Fetched 9225 kB in 1s (10.1 MB/s)
remote: Reading package lists...
remote: Reading package lists...
remote: Building dependency tree...
remote: Reading state information...
remote: The following additional packages will be installed:
remote: binutils binutils-common binutils-x86-64-linux-gnu ca-certificates cpp
remote: cpp-12 fontconfig-config fonts-dejavu-core g++-12 gcc-12 krb5-locales
remote: libabsl20220623 libaom3 libasan8 libatomic1 libavif15 libbinutils libbrotli1
remote: libbsd0 libc-dev-bin libc-devtools libc6-dev libcc1-0 libcrypt-dev
remote: libctf-nobfd0 libctf0 libdav1d6 libde265-0 libdeflate0 libexpat1
remote: libfontconfig1 libfreetype6 libgav1-1 libgcc-12-dev libgd3 libgomp1 libgpm2
remote: libgprofng0 libgssapi-krb5-2 libheif1 libisl23 libitm1 libjansson4 libjbig0
remote: libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblerc4
remote: liblsa
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|