bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
359 stars 240 forks source link

Service 'freeswitch' failed to build - File has unexpected size #216

Closed adrihanu closed 1 year ago

adrihanu commented 2 years ago

Hello, since yesterday I have been trying to install a fresh instance of bigbluebutton on my server, but I keep seeing this error when building freeswitch:

Ign:5 https://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages
Ign:5 http://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages
Err:5 http://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages
  File has unexpected size (65421 != 65446). Mirror sync in progress? [IP: 144.76.97.34 443]
Fetched 3764 B in 1s (3057 B/s)
Reading package lists...

E: Failed to fetch http://freeswitch-mirror.chandi.it/repo/deb/debian-release/dists/bullseye/main/binary-amd64/Packages
  File has unexpected size (65421 != 65446). Mirror sync in progress? [IP: 144.76.97.34 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.
  The command '/bin/sh -c wget -q -O /usr/share/keyrings/freeswitch-archive-keyring.gpg https://freeswitch-mirror.chandi.it/repo/deb/debian-release/signalwire-freeswitch-repo.gpg &&
 echo 'deb [signed-by=/usr/share/keyrings/freeswitch-archive-keyring.gpg] http://freeswitch-mirror.chandi.it/repo/deb/debian-release/ bullseye main' > /etc/apt/sources.list.d/freeswitch.list &&
  apt-get update &&
  apt-get install -y freeswitch freeswitch-mod-commands freeswitch-mod-conference freeswitch-mod-console freeswitch-mod-dialplan-xml freeswitch-mod-dptools freeswitch-mod-event-socket freeswitch-mod-native-file freeswitch-mod-opusfile freeswitch-mod-opus freeswitch-mod-sndfile freeswitch-mod-spandsp freeswitch-mod-sofia freeswitch-sounds-en-us-callie iptables'
   returned a non-zero code: 100
ERROR: Service 'freeswitch' failed to build : Build failed

It may indicate that mirror synchronization was not successful.

adrihanu commented 2 years ago

I tested once more and it worked fine. I guess this issue can be closed if the problem is not repeated.

DavidSchmucker commented 2 years ago

Issue still exists at me for all http://freeswitch-mirror.chandi.it/repo/deb/debian-release/ repository packages. A broken mirror sync maybe?

alangecker commented 2 years ago

@DavidSchmucker @adrihanu I've cleared now all cached files from the mirror's nginx cache, maybe this helps?

DavidSchmucker commented 2 years ago

Thanks so far. But the error message is still displayed. The next problem is that i can't examine the issue further, because the installation process crashes my server.

alangecker commented 2 years ago

@adrihanu @DavidSchmucker the develop branch consists now of updates for BBB 2.5 and also offers prebuilt images, which already include freeswitch, so this error should be circumvented.

maybe you could try again? :)

git checkout develop
./scripts/upgrade
docker-compose up -d
mokkin commented 2 years ago

I have the same problem an unfortunately even the develop branch doesn't help:

git checkout develop
M   mod/etherpad/bbb-etherpad-skin
M   mod/nginx/default.pdf
M   mod/webrtc-sfu/bbb-webrtc-sfu
M   scripts/upgrade
Branch 'develop' set up to track remote branch 'develop' from 'origin'.
Switched to a new branch 'develop'
root@mars:/opt/bbb-docker# ./scripts/upgrade
# pull newest bigblugbutton-docker.git
Already up to date.

# recreate docker-compose.yml

# pull newest images
WARNING: Some services (jodconverter) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm.
Pulling redis       ... done
Pulling mongodb     ... done
Pulling kurento     ... done
Pulling https_proxy ... done
Pulling coturn      ... done
Pulling greenlight  ... done
Pulling postgres    ... done

-------------------------------------
update is ready!
we are on 2ff3b8c (develop)

use following command for restarting bbb:
    $ docker-compose up -d
-------------------------------------
root@mars:/opt/bbb-docker# docker-compose up -d
WARNING: Some services (jodconverter) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm.
Building freeswitch
Step 1/11 : FROM debian:bullseye-slim
 ---> bfbec70f8488
Step 2/11 : RUN apt-get update &&     apt-get install -y --no-install-recommends     subversion curl wget ca-certificates gnupg gnupg2 lsb-release unzip
 ---> Using cache
 ---> 0400268535f4
Step 3/11 : COPY --from=alangecker/bbb-docker-base-java /usr/local/bin/dockerize /usr/local/bin/dockerize
 ---> Using cache
 ---> f42c6c661794
Step 4/11 : RUN wget -q -O /usr/share/keyrings/freeswitch-archive-keyring.gpg https://freeswitch-mirror.chandi.it/repo/deb/debian-release/signalwire-freeswitch-repo.gpg &&     echo 'deb [signed-by=/usr/share/keyrings/freeswitch-archive-keyring.gpg] http://freeswitch-mirror.chandi.it/repo/deb/debian-release/ bullseye main' > /etc/apt/sources.list.d/freeswitch.list &&     apt-get update &&     apt-get install -y         freeswitch         freeswitch-mod-commands         freeswitch-mod-conference         freeswitch-mod-console         freeswitch-mod-dialplan-xml         freeswitch-mod-dptools         freeswitch-mod-event-socket         freeswitch-mod-native-file         freeswitch-mod-opusfile         freeswitch-mod-opus         freeswitch-mod-sndfile         freeswitch-mod-spandsp         freeswitch-mod-sofia         freeswitch-sounds-en-us-callie         iptables
 ---> Running in 42f007c378de
Hit:2 http://deb.debian.org/debian bullseye InRelease
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:4 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages.diff/Index [8361 B]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages T-2022-06-11-2007.01-F-2022-05-28-1407.13.pdiff [1165 B]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages T-2022-06-11-2007.01-F-2022-05-28-1407.13.pdiff [1165 B]
Get:1 https://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye InRelease [3764 B]
Get:7 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB]
Get:8 https://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages [65.5 kB]
Ign:8 https://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages
Ign:8 http://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages
Err:8 http://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages
  File has unexpected size (65435 != 65450). Mirror sync in progress? [IP: 144.76.97.34 443]
Fetched 258 kB in 1s (216 kB/s)
Reading package lists...
E: Failed to fetch http://freeswitch-mirror.chandi.it/repo/deb/debian-release/dists/bullseye/main/binary-amd64/Packages  File has unexpected size (65435 != 65450). Mirror sync in progress? [IP: 144.76.97.34 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR: Service 'freeswitch' failed to build: The command '/bin/sh -c wget -q -O /usr/share/keyrings/freeswitch-archive-keyring.gpg https://freeswitch-mirror.chandi.it/repo/deb/debian-release/signalwire-freeswitch-repo.gpg &&     echo 'deb [signed-by=/usr/share/keyrings/freeswitch-archive-keyring.gpg] http://freeswitch-mirror.chandi.it/repo/deb/debian-release/ bullseye main' > /etc/apt/sources.list.d/freeswitch.list &&     apt-get update &&     apt-get install -y         freeswitch         freeswitch-mod-commands         freeswitch-mod-conference         freeswitch-mod-console         freeswitch-mod-dialplan-xml         freeswitch-mod-dptools         freeswitch-mod-event-socket         freeswitch-mod-native-file         freeswitch-mod-opusfile         freeswitch-mod-opus         freeswitch-mod-sndfile         freeswitch-mod-spandsp         freeswitch-mod-sofia         freeswitch-sounds-en-us-callie         iptables' returned a non-zero code: 100
alangecker commented 2 years ago

@mokkin thats wired! why does it try to build the images instead of pulling the published ones? :/

maybe pulling the image manually helps?

docker-compose pull freeswitch
mokkin commented 2 years ago

It doesn't throw an error at

root@mars:/opt/bbb-docker# docker-compose pull freeswitch
WARNING: Some services (jodconverter) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm.

but leads to the same problem afterwards:

root@mars:/opt/bbb-docker# docker-compose up -d
WARNING: Some services (jodconverter) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm.
Building freeswitch
Step 1/11 : FROM debian:bullseye-slim
 ---> bfbec70f8488
Step 2/11 : RUN apt-get update &&     apt-get install -y --no-install-recommends     subversion curl wget ca-certificates gnupg gnupg2 lsb-release unzip
 ---> Using cache
 ---> 0400268535f4
Step 3/11 : COPY --from=alangecker/bbb-docker-base-java /usr/local/bin/dockerize /usr/local/bin/dockerize
 ---> Using cache
 ---> f42c6c661794
Step 4/11 : RUN wget -q -O /usr/share/keyrings/freeswitch-archive-keyring.gpg https://freeswitch-mirror.chandi.it/repo/deb/debian-release/signalwire-freeswitch-repo.gpg &&     echo 'deb [signed-by=/usr/share/keyrings/freeswitch-archive-keyring.gpg] http://freeswitch-mirror.chandi.it/repo/deb/debian-release/ bullseye main' > /etc/apt/sources.list.d/freeswitch.list &&     apt-get update &&     apt-get install -y         freeswitch         freeswitch-mod-commands         freeswitch-mod-conference         freeswitch-mod-console         freeswitch-mod-dialplan-xml         freeswitch-mod-dptools         freeswitch-mod-event-socket         freeswitch-mod-native-file         freeswitch-mod-opusfile         freeswitch-mod-opus         freeswitch-mod-sndfile         freeswitch-mod-spandsp         freeswitch-mod-sofia         freeswitch-sounds-en-us-callie         iptables
 ---> Running in 1c3f0310037a
Hit:2 http://deb.debian.org/debian bullseye InRelease
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
Get:4 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:1 https://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye InRelease [3764 B]
Get:5 http://deb.debian.org/debian bullseye-updates/main amd64 Packages.diff/Index [8361 B]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages T-2022-06-11-2007.01-F-2022-05-28-1407.13.pdiff [1165 B]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages T-2022-06-11-2007.01-F-2022-05-28-1407.13.pdiff [1165 B]
Get:7 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [161 kB]
Get:8 https://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages [65.4 kB]
Ign:8 https://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages
Ign:8 http://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages
Err:8 http://freeswitch-mirror.chandi.it/repo/deb/debian-release bullseye/main amd64 Packages
  File has unexpected size (65457 != 65435). Mirror sync in progress? [IP: 144.76.97.34 443]
Fetched 258 kB in 1s (189 kB/s)
Reading package lists...
E: Failed to fetch http://freeswitch-mirror.chandi.it/repo/deb/debian-release/dists/bullseye/main/binary-amd64/Packages  File has unexpected size (65457 != 65435). Mirror sync in progress? [IP: 144.76.97.34 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR: Service 'freeswitch' failed to build: The command '/bin/sh -c wget -q -O /usr/share/keyrings/freeswitch-archive-keyring.gpg https://freeswitch-mirror.chandi.it/repo/deb/debian-release/signalwire-freeswitch-repo.gpg &&     echo 'deb [signed-by=/usr/share/keyrings/freeswitch-archive-keyring.gpg] http://freeswitch-mirror.chandi.it/repo/deb/debian-release/ bullseye main' > /etc/apt/sources.list.d/freeswitch.list &&     apt-get update &&     apt-get install -y         freeswitch         freeswitch-mod-commands         freeswitch-mod-conference         freeswitch-mod-console         freeswitch-mod-dialplan-xml         freeswitch-mod-dptools         freeswitch-mod-event-socket         freeswitch-mod-native-file         freeswitch-mod-opusfile         freeswitch-mod-opus         freeswitch-mod-sndfile         freeswitch-mod-spandsp         freeswitch-mod-sofia         freeswitch-sounds-en-us-callie         iptables' returned a non-zero code: 100
DavidSchmucker commented 1 year ago

Today i have try to install again and it's look like the freeswitch issue disappier at me. But i run into the next one.

DavidSchmucker commented 1 year ago

Narf, after closing the last issue i have to admit, that the issue still exists at me. :(

mokkin commented 1 year ago

Any news on this? I tried to upgrade via script. Since today our instance is not working anymore because of the freeswitch download problem.

alangecker commented 1 year ago

I'm still don't understand the error and can't reproduce it myself.

does following work?

docker pull alangecker/bbb-docker-freeswitch:v2.5.0
docker-compose up -d
mokkin commented 1 year ago

At least it pulled the image but now it's running into a new problem:

docker pull alangecker/bbb-docker-freeswitch:v2.5.0
v2.5.0: Pulling from alangecker/bbb-docker-freeswitch
1fe172e4850f: Already exists 
a0446a72e994: Pull complete 
0709e7828dec: Pull complete 
e6c9ed4d616d: Pull complete 
95afb0e52181: Pull complete 
1247806bd7b1: Pull complete 
14838c9af9b9: Pull complete 
8df680eafdab: Pull complete 
f2f102380835: Pull complete 
Digest: sha256:ee75cc02b8c1b79d6dcda4cb1e82cd38c6bc8bc595791e1a65296563bcadb206
Status: Downloaded newer image for alangecker/bbb-docker-freeswitch:v2.5.0
docker.io/alangecker/bbb-docker-freeswitch:v2.5.0
root@mars:/opt/bbb-docker# docker-compose up -d
WARNING: Some services (jodconverter) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm.
Building etherpad
Step 1/11 : FROM etherpad/etherpad:1.8.18
1.8.18: Pulling from etherpad/etherpad
4be315f6562f: Pull complete
96866e173b1b: Pull complete
ccc6ddd9a8b3: Pull complete
3212537995a3: Pull complete
36ed153d6379: Pull complete
bc53350ced68: Pull complete
437200c9e697: Pull complete
8c21086c8d61: Pull complete
4f4fb700ef54: Pull complete
2c6ad18aa9dd: Pull complete
b2c75e5c9954: Pull complete
79a690b74de1: Pull complete
09f3bbc78945: Pull complete
Digest: sha256:7d97804b5a9751f9fabdbdbdb003fa5644690a6b845e91a1450b15246bf06a83
Status: Downloaded newer image for etherpad/etherpad:1.8.18
 ---> e988a8e2d9cc
Step 2/11 : USER root
 ---> Running in 294b240d397c
Removing intermediate container 294b240d397c
 ---> 32608f2515e6
Step 3/11 : RUN apt-get update     && apt-get install -y git curl
 ---> Running in 6ef972564058
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [336 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
Fetched 8499 kB in 3s (2713 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.64.0-4+deb10u2).
git is already the newest version (1:2.20.1-2+deb10u3).
The following package was automatically installed and is no longer required:
  lsb-base
Use 'apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
Removing intermediate container 6ef972564058
 ---> eaa9182464f7
Step 4/11 : USER etherpad
 ---> Running in 0b27399bf317
Removing intermediate container 0b27399bf317
 ---> 3454e31e1678
Step 5/11 : RUN npm install      ep_cursortrace@3.1.16     git+https://github.com/mconf/ep_pad_ttl.git#360136cd38493dd698435631f2373cbb7089082d     git+https://github.com/mconf/ep_redis_publisher.git#a30a48e4bc1e501b5b102884b9a0b26c30798484     ep_disable_chat@0.0.8     ep_auth_session@1.1.1     && rm package-lock.json
 ---> Running in 7a53930cedcd
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

> sqlite3@5.0.2 install /opt/etherpad-lite/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

[sqlite3] Success: "/opt/etherpad-lite/node_modules/sqlite3/lib/binding/napi-v3-linux-x64/node_sqlite3.node" is installed via remote
npm WARN saveError ENOENT: no such file or directory, open '/opt/etherpad-lite/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/opt/etherpad-lite/package.json'
npm WARN etherpad-lite No description
npm WARN etherpad-lite No repository field.
npm WARN etherpad-lite No README data
npm WARN etherpad-lite No license field.

+ ep_disable_chat@0.0.8
+ ep_cursortrace@3.1.16
+ ep_auth_session@1.1.1
+ ep_redis_publisher@0.0.3
+ ep_pad_ttl@1.0.0
added 138 packages from 183 contributors and audited 1053 packages in 828.482s

59 packages are looking for funding
  run `npm fund` for details

found 31 vulnerabilities (4 moderate, 11 high, 16 critical)
  run `npm audit fix` to fix them, or `npm audit` for details
Removing intermediate container 7a53930cedcd
 ---> 18ec56971155
Step 6/11 : COPY --chown=etherpad:0 ./bbb-etherpad-skin /opt/etherpad-lite/src/static/skins/bigbluebutton
 ---> 44009c4e88ec
Step 7/11 : COPY --chown=etherpad:0 ./bbb-etherpad-plugin /opt/etherpad-lite/node_modules/ep_bigbluebutton_patches
 ---> f59b6203de68
Step 8/11 : COPY settings.json /opt/etherpad-lite/settings.json
 ---> 06ac40bac84f
Step 9/11 : COPY etherpad-export.sh /etherpad-export.sh
 ---> 8b79489b1796
Step 10/11 : COPY  entrypoint.sh /entrypoint.sh
 ---> 5cce3c60b9af
Step 11/11 : ENTRYPOINT ["/entrypoint.sh"]
 ---> Running in 8cf8732bd243
Removing intermediate container 8cf8732bd243
 ---> 2a64735bb0a7

Successfully built 2a64735bb0a7
Successfully tagged alangecker/bbb-docker-etherpad:1.8.18-2
WARNING: Image for service etherpad was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Building bbb-pads
Step 1/10 : FROM node:14.19.1-bullseye-slim AS builder
14.19.1-bullseye-slim: Pulling from library/node
214ca5fb9032: Pull complete
8f57dde86dd4: Pull complete
0fbe8f1fcc53: Pull complete
00c4d4daae87: Pull complete
7bb8421402ee: Pull complete
Digest: sha256:b31d96c175bf247af65218c5d738f0946a3ed94661cf1cdeea1599ce5dbab47a
Status: Downloaded newer image for node:14.19.1-bullseye-slim
 ---> 3afc380c3c5f
Step 2/10 : COPY ./bbb-pads /bbb-pads
 ---> 7453fe674223
Step 3/10 : RUN cd /bbb-pads && rm -r .git && npm install --production
 ---> Running in 9f1f4b1ce85d
rm: cannot remove '.git': No such file or directory
ERROR: Service 'bbb-pads' failed to build: The command '/bin/sh -c cd /bbb-pads && rm -r .git && npm install --production' returned a non-zero code: 1
alangecker commented 1 year ago

@mokkin sounds like you're missing bbb-pads and probably all other git submodules. they would normally be cloned with git clone --recurse-submodules REPO, but you can do it also later with

git submodule update --init

It still puzzles me it tries to build all containers instead of simply pulling them.

maybe try a ./scripts/upgrade before? it should actually pull all missing images

mokkin commented 1 year ago

Unfortunately I can't provide further information here. As your first attempt helped, I tried a complete reinstall, but it fails on another step https://github.com/bigbluebutton/docker/issues/226#issuecomment-1193806007

alangecker commented 1 year ago

Still wired, that you all @mokkin @adrihanu @DavidSchmucker @mricim run into issues during build, even though it should automatically use the prebuilt versions from docker hub

I can't reproduce this, but maybe the behavior of docker-compose changed?

could you all provide us/me with following information:

docker-compose --version
docker --version
lsb_release -a
adrihanu commented 1 year ago

@alangecker this is what I got:

Docker version 20.10.16, build aa7e414
docker-compose version 1.29.2, build unknown

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:    20.04
Codename:   focal
alangecker commented 1 year ago

@adrihanu it is a rather old docker-compose version (14 months old - current is 2.6.1). Have you installed the version from ubuntu's standard packages or the one provided by docker via their instructions? https://docs.docker.com/engine/install/ubuntu/

maybe upgrading your docker-compose could help? (just following the instructions in the link)

for others: note, that these instructions are for ubuntu, follow the instructions for your distro respectively

adrihanu commented 1 year ago

@alangecker I used instructions provided by Docker but it was long ago. Since then, I haven't done any updates or changes except for reinstalling bigbluebutton. As I mentioned in my comment, I only had this problem for 2 days and then the problem disappeared.

mokkin commented 1 year ago

Thank you very much for your quick reply!

I replaced Docker and Docker Compose from the Ubuntu sources with the one in the Docker repo, but unfortunately it did not make any effect:

``` root@mars:/opt/bbb-docker# docker-compose up -d WARNING: The ENABLE_RECORDING variable is not set. Defaulting to a blank string. WARNING: The REMOVE_OLD_RECORDING variable is not set. Defaulting to a blank string. WARNING: The RECORDING_MAX_AGE_DAYS variable is not set. Defaulting to a blank string. Building webrtc-sfu Sending build context to Docker daemon 1.025MB Step 1/14 : ARG BBB_BUILD_TAG Step 2/14 : FROM gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:$BBB_BUILD_TAG AS builder ---> c2b0e346a9aa Step 3/14 : RUN useradd --uid 2004 --user-group webrtc-sfu ---> Using cache ---> e9004fe6c711 Step 4/14 : ADD ./bbb-webrtc-sfu /app ---> Using cache ---> d105ce335046 Step 5/14 : ENV NODE_ENV production ---> Using cache ---> 13e10cc02490 Step 6/14 : RUN cd /app && cp config/default.example.yml config/production.yml && rm .git && npm install --unsafe-perm && npm cache clear --force && rm -rf node_modules/mediasoup/worker/out/Release/subprojects && rm -rf node_modules/mediasoup/worker/out/Release/mediasoup-worker.p && rm -rf node_modules/mediasoup/worker/out/Release/deps ---> Running in 337ef4591221 npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm notice npm notice New minor version of npm available! 8.5.0 -> 8.15.0 npm notice Changelog: npm notice Run `npm install -g npm@8.15.0` to update! npm notice npm ERR! code 1 npm ERR! path /app/node_modules/mediasoup npm ERR! command failed npm ERR! command sh -c node npm-scripts.js postinstall npm ERR! npm-scripts.js [INFO] running task "postinstall" npm ERR! npm-scripts.js [INFO] executing command: node npm-scripts.js worker:build npm ERR! npm-scripts.js [INFO] running task "worker:build" npm ERR! npm-scripts.js [INFO] executing command: make -C worker npm ERR! make: Entering directory '/app/node_modules/mediasoup/worker' npm ERR! # Updated pip and setuptools are needed for meson npm ERR! # `--system` is not present everywhere and is only needed as workaround for npm ERR! # Debian-specific issue (copied from npm ERR! # https://github.com/gluster/gstatus/pull/33), fallback to command without npm ERR! # `--system` if the first one fails. npm ERR! /usr/bin/python3 -m pip install --system --target=/app/node_modules/mediasoup/worker/out/pip pip setuptools || \ npm ERR! /usr/bin/python3 -m pip install --target=/app/node_modules/mediasoup/worker/out/pip pip setuptools || \ npm ERR! echo "Installation failed, likely because PIP is unavailable, if you are on Debian/Ubuntu or derivative please install the python3-pip package" npm ERR! Collecting pip npm ERR! Downloading pip-22.2-py3-none-any.whl (2.0 MB) npm ERR! Collecting setuptools npm ERR! Downloading setuptools-63.2.0-py3-none-any.whl (1.2 MB) npm ERR! Installing collected packages: pip, setuptools npm ERR! Successfully installed pip-22.2 setuptools-63.2.0 npm ERR! # Install `meson` and `ninja` using `pip` into custom location, so we don't npm ERR! # depend on system-wide installation. npm ERR! /usr/bin/python3 -m pip install --upgrade --target=/app/node_modules/mediasoup/worker/out/pip meson ninja npm ERR! Collecting meson npm ERR! Downloading meson-0.63.0-py3-none-any.whl (884 kB) npm ERR! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 885.0/885.0 kB 25.3 MB/s eta 0:00:00 npm ERR! Collecting ninja npm ERR! Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) npm ERR! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.1/108.1 kB 21.1 MB/s eta 0:00:00 npm ERR! Installing collected packages: ninja, meson npm ERR! Successfully installed meson-0.63.0 ninja-1.10.2.3 npm ERR! /app/node_modules/mediasoup/worker/out/pip/bin/meson setup \ npm ERR! --prefix /app/node_modules/mediasoup/worker/out/Release \ npm ERR! --bindir '' \ npm ERR! --libdir '' \ npm ERR! --buildtype release \ npm ERR! -Db_ndebug=true \ npm ERR! -Db_pie=true \ npm ERR! -Db_staticpic=true \ npm ERR! --reconfigure \ npm ERR! "" \ npm ERR! /app/node_modules/mediasoup/worker/out/Release/build || \ npm ERR! /app/node_modules/mediasoup/worker/out/pip/bin/meson setup \ npm ERR! --prefix /app/node_modules/mediasoup/worker/out/Release \ npm ERR! --bindir '' \ npm ERR! --libdir '' \ npm ERR! --buildtype release \ npm ERR! -Db_ndebug=true \ npm ERR! -Db_pie=true \ npm ERR! -Db_staticpic=true \ npm ERR! "" \ npm ERR! /app/node_modules/mediasoup/worker/out/Release/build npm ERR! The Meson build system npm ERR! Version: 0.63.0 npm ERR! Source dir: /app/node_modules/mediasoup/worker npm ERR! Build dir: /app/node_modules/mediasoup/worker/out/Release/build npm ERR! Build type: native build npm ERR! Project name: mediasoup-worker npm ERR! Project version: undefined npm ERR! C compiler for the host machine: cc (gcc 9.4.0 "cc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") npm ERR! C linker for the host machine: cc ld.bfd 2.34 npm ERR! C++ compiler for the host machine: c++ (gcc 9.4.0 "c++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") npm ERR! C++ linker for the host machine: c++ ld.bfd 2.34 npm ERR! Host machine cpu family: x86_64 npm ERR! Host machine cpu: x86_64 npm ERR! Downloading openssl source from https://www.openssl.org/source/openssl-3.0.2.tar.gz npm ERR! Download size: 15038141 npm ERR! Downloading: .......... npm ERR! Downloading openssl patch from https://wrapdb.mesonbuild.com/v2/openssl_3.0.2-1/get_patch npm ERR! Download size: 11837869 npm ERR! Downloading: .......... npm ERR! npm ERR! Executing subproject openssl npm ERR! npm ERR! openssl| Project name: openssl npm ERR! openssl| Project version: 3.0.2 npm ERR! openssl| C compiler for the host machine: cc (gcc 9.4.0 "cc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") npm ERR! openssl| C linker for the host machine: cc ld.bfd 2.34 npm ERR! openssl| Run-time dependency threads found: YES npm ERR! openssl| Program as found: YES (/usr/bin/as) npm ERR! openssl| Message: OpenSSL is configured with ASM support npm ERR! openssl| Library dl found: YES npm ERR! openssl| Build targets in project: 3 npm ERR! openssl| Subproject openssl finished. npm ERR! npm ERR! Downloading nlohmann_json source from https://github.com/nlohmann/json/releases/download/v3.10.5/include.zip npm ERR! Download size: 260679 npm ERR! Downloading: .......... npm ERR! npm ERR! Executing subproject nlohmann_json npm ERR! npm ERR! nlohmann_json| Project name: nlohmann_json npm ERR! nlohmann_json| Project version: 3.10.5 npm ERR! nlohmann_json| C++ compiler for the host machine: c++ (gcc 9.4.0 "c++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") npm ERR! nlohmann_json| C++ linker for the host machine: c++ ld.bfd 2.34 npm ERR! nlohmann_json| Build targets in project: 3 npm ERR! nlohmann_json| Subproject nlohmann_json finished. npm ERR! npm ERR! Downloading libuv source from https://dist.libuv.org/dist/v1.43.0/libuv-v1.43.0.tar.gz npm ERR! Download size: 1288663 npm ERR! Downloading: .......... npm ERR! Downloading libuv patch from https://wrapdb.mesonbuild.com/v2/libuv_1.43.0-1/get_patch npm ERR! Download size: 5153 npm ERR! Downloading: .......... npm ERR! npm ERR! Executing subproject libuv npm ERR! npm ERR! libuv| Project name: libuv npm ERR! libuv| Project version: 1.43.0 npm ERR! libuv| C compiler for the host machine: cc (gcc 9.4.0 "cc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") npm ERR! libuv| C linker for the host machine: cc ld.bfd 2.34 npm ERR! libuv| Fetching value of define "__QNX__" : npm ERR! libuv| Fetching value of define "_AIX" : npm ERR! libuv| Message: System: linux npm ERR! libuv| Compiler for C supports arguments -fno-strict-aliasing: YES npm ERR! libuv| Dependency threads found: YES unknown (cached) npm ERR! libuv| Library dl found: YES npm ERR! libuv| Library rt found: YES npm ERR! libuv| Build targets in project: 4 npm ERR! libuv| Subproject libuv finished. npm ERR! npm ERR! Downloading libsrtp2 source from https://github.com/cisco/libsrtp/archive/refs/tags/v2.4.2.zip npm ERR! Download size: 1286149 npm ERR! Downloading: .......... npm ERR! npm ERR! Executing subproject libsrtp2 npm ERR! npm ERR! libsrtp2| Project name: libsrtp2 npm ERR! libsrtp2| Project version: 2.4.2 npm ERR! libsrtp2| C compiler for the host machine: cc (gcc 9.4.0 "cc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") npm ERR! libsrtp2| C linker for the host machine: cc ld.bfd 2.34 npm ERR! libsrtp2| Has header "arpa/inet.h" : YES npm ERR! libsrtp2| Has header "byteswap.h" : YES npm ERR! libsrtp2| Has header "inttypes.h" : YES npm ERR! libsrtp2| Has header "machine/types.h" : NO npm ERR! libsrtp2| Has header "netinet/in.h" : YES npm ERR! libsrtp2| Has header "stdint.h" : YES npm ERR! libsrtp2| Has header "stdlib.h" : YES npm ERR! libsrtp2| Has header "sys/int_types.h" : NO npm ERR! libsrtp2| Has header "sys/socket.h" : YES npm ERR! libsrtp2| Has header "sys/types.h" : YES npm ERR! libsrtp2| Has header "sys/uio.h" : YES npm ERR! libsrtp2| Has header "unistd.h" : YES npm ERR! libsrtp2| Checking for function "sigaction" : YES npm ERR! libsrtp2| Checking for function "inet_aton" : YES npm ERR! libsrtp2| Checking for function "usleep" : YES npm ERR! libsrtp2| Checking for function "socket" : YES npm ERR! libsrtp2| Has header "stdint.h" : YES (cached) npm ERR! libsrtp2| Checking for type "size_t" : YES npm ERR! libsrtp2| Checking for type "unsigned long" : YES npm ERR! libsrtp2| Checking for size of "unsigned long" : 8 npm ERR! libsrtp2| Checking for type "unsigned long long" : YES npm ERR! libsrtp2| Checking for size of "unsigned long long" : 8 npm ERR! libsrtp2| Checking if "inline keyword check" compiles: YES npm ERR! libsrtp2| Dependency openssl from subproject subprojects/openssl-3.0.2 found: YES 3.0.2 npm ERR! libsrtp2| Configuring config.h using configuration npm ERR! libsrtp2| Compiler for C supports arguments -Wstrict-prototypes: YES npm ERR! libsrtp2| Compiler for C supports arguments -funroll-loops: YES npm ERR! libsrtp2| Program doxygen found: NO npm ERR! libsrtp2| Build targets in project: 5 npm ERR! libsrtp2| Subproject libsrtp2 finished. npm ERR! npm ERR! Downloading usrsctp source from https://github.com/sctplab/usrsctp/archive/4e06feb01cadcd127d119486b98a4bd3d64aa1e7.zip npm ERR! Download size: 948210 npm ERR! Downloading: .......... npm ERR! npm ERR! Executing subproject usrsctp npm ERR! npm ERR! usrsctp| Project name: usrsctplib npm ERR! usrsctp| Project version: 0.9.5.0 npm ERR! usrsctp| C compiler for the host machine: cc (gcc 9.4.0 "cc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") npm ERR! usrsctp| C linker for the host machine: cc ld.bfd 2.34 npm ERR! usrsctp| Compiler for C supports arguments -pedantic: YES npm ERR! usrsctp| Compiler for C supports arguments -Wfloat-equal: YES npm ERR! usrsctp| Compiler for C supports arguments -Wshadow: YES npm ERR! usrsctp| Compiler for C supports arguments -Wpointer-arith: YES npm ERR! usrsctp| Compiler for C supports arguments -Winit-self: YES npm ERR! usrsctp| Compiler for C supports arguments -Wno-unused-function: YES npm ERR! usrsctp| Compiler for C supports arguments -Wno-unused-parameter: YES npm ERR! usrsctp| Compiler for C supports arguments -Wno-unreachable-code: YES npm ERR! usrsctp| Compiler for C supports arguments -Wstrict-prototypes: YES (cached) npm ERR! usrsctp| Dependency threads found: YES unknown (cached) npm ERR! usrsctp| Has header "sys/queue.h" : YES npm ERR! usrsctp| Has header "sys/socket.h" : YES (cached) npm ERR! usrsctp| Has header "linux/if_addr.h" : YES npm ERR! usrsctp| Has header "linux/rtnetlink.h" : YES npm ERR! usrsctp| Has header "sys/types.h" : YES (cached) npm ERR! usrsctp| Has header "netinet/in.h" : YES (cached) npm ERR! usrsctp| Has header "netinet/ip.h" : YES npm ERR! usrsctp| Has header "netinet/ip_icmp.h" : YES npm ERR! usrsctp| Has header "net/route.h" : YES npm ERR! usrsctp| Has header "stdatomic.h" : YES npm ERR! usrsctp| Checking whether type "struct sockaddr" has member "sa_len" : NO npm ERR! usrsctp| Checking whether type "struct sockaddr_in" has member "sin_len" : NO npm ERR! usrsctp| Checking whether type "struct sockaddr_in6" has member "sin6_len" : NO npm ERR! usrsctp| Checking whether type "struct sockaddr_conn" has member "sconn_len" : NO npm ERR! usrsctp| Build targets in project: 6 npm ERR! usrsctp| Subproject usrsctp finished. npm ERR! npm ERR! Downloading abseil-cpp source from https://github.com/abseil/abseil-cpp/archive/20211102.0.tar.gz npm ERR! Download size: 1884080 npm ERR! Downloading: .......... npm ERR! Downloading abseil-cpp patch from https://wrapdb.mesonbuild.com/v2/abseil-cpp_20211102.0-2/get_patch npm ERR! Download size: 3404 npm ERR! Downloading: .......... npm ERR! npm ERR! Executing subproject abseil-cpp npm ERR! npm ERR! abseil-cpp| Project name: abseil-cpp npm ERR! abseil-cpp| Project version: 20211102.0 npm ERR! abseil-cpp| C++ compiler for the host machine: c++ (gcc 9.4.0 "c++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") npm ERR! abseil-cpp| C++ linker for the host machine: c++ ld.bfd 2.34 npm ERR! abseil-cpp| Compiler for C++ supports arguments -Wno-sign-compare: YES npm ERR! abseil-cpp| Compiler for C++ supports arguments -maes: YES npm ERR! abseil-cpp| Compiler for C++ supports arguments -msse4.1: YES npm ERR! abseil-cpp| Checking if "GCC atomic builtins" : links: YES npm ERR! abseil-cpp| Dependency threads found: YES unknown (cached) npm ERR! abseil-cpp| Found pkg-config: /usr/bin/pkg-config (0.29.1) npm ERR! abseil-cpp| Found CMake: /usr/bin/cmake (3.16.3) npm ERR! abseil-cpp| DEPRECATION: CMake support for versions <3.17 is deprecated since Meson 0.62.0. npm ERR! abseil-cpp| | npm ERR! abseil-cpp| | However, Meson was only able to find CMake 3.16.3. npm ERR! abseil-cpp| | npm ERR! abseil-cpp| | Support for all CMake versions below 3.17.0 will be removed once npm ERR! abseil-cpp| | newer CMake versions are more widely adopted. If you encounter npm ERR! abseil-cpp| | any errors please try upgrading CMake to a newer version first. npm ERR! npm ERR! abseil-cpp| WARNING: CMake Toolchain: Failed to determine CMake compilers state npm ERR! abseil-cpp| Run-time dependency corefoundation found: NO (tried pkgconfig and cmake) npm ERR! abseil-cpp| Build targets in project: 19 npm ERR! abseil-cpp| Subproject abseil-cpp finished. npm ERR! npm ERR! Downloading catch2 source from https://github.com/catchorg/Catch2/archive/v2.13.7.zip npm ERR! Download size: 846562 npm ERR! Downloading: .......... npm ERR! Downloading catch2 patch from https://wrapdb.mesonbuild.com/v2/catch2_2.13.7-1/get_patch npm ERR! Download size: 1133 npm ERR! Downloading: .......... npm ERR! npm ERR! Executing subproject catch2 npm ERR! npm ERR! catch2| Project name: catch2 npm ERR! catch2| Project version: 2.13.7 npm ERR! catch2| C++ compiler for the host machine: c++ (gcc 9.4.0 "c++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0") npm ERR! catch2| C++ linker for the host machine: c++ ld.bfd 2.34 npm ERR! catch2| Build targets in project: 19 npm ERR! catch2| Subproject catch2 finished. npm ERR! npm ERR! Build targets in project: 24 npm ERR! npm ERR! mediasoup-worker undefined npm ERR! npm ERR! Subprojects npm ERR! abseil-cpp : YES 4 warnings npm ERR! catch2 : YES npm ERR! libsrtp2 : YES npm ERR! libuv : YES npm ERR! nlohmann_json: YES npm ERR! openssl : YES npm ERR! usrsctp : YES npm ERR! npm ERR! User defined options npm ERR! bindir : npm ERR! buildtype : release npm ERR! libdir : npm ERR! prefix : /app/node_modules/mediasoup/worker/out/Release npm ERR! b_ndebug : true npm ERR! b_pie : true npm ERR! b_staticpic : true npm ERR! npm ERR! Found ninja-1.10.2.git.kitware.jobserver-1 at /app/node_modules/mediasoup/worker/out/pip/bin/ninja npm ERR! /app/node_modules/mediasoup/worker/out/pip/bin/meson compile -C /app/node_modules/mediasoup/worker/out/Release/build -j 2 mediasoup-worker npm ERR! ninja: Entering directory `/app/node_modules/mediasoup/worker/out/Release/build' npm ERR! [1/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_aes_aes_cfb.c.o npm ERR! [2/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_aes_aes_ecb.c.o npm ERR! [3/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_bio.c.o npm ERR! [4/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_aes_aes_misc.c.o npm ERR! [5/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_aes_aes_ige.c.o npm ERR! [6/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_aes_aes_ofb.c.o npm ERR! [7/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_aes_aes_wrap.c.o npm ERR! [8/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_dup.c.o npm ERR! [9/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_bitstr.c.o npm ERR! [10/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_aria_aria.c.o npm ERR! [11/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_d2i_fp.c.o npm ERR! [12/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_gentm.c.o npm ERR! [13/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_digest.c.o npm ERR! [14/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_i2d_fp.c.o npm ERR! [15/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_int.c.o npm ERR! [16/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_octet.c.o npm ERR! [17/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_mbstr.c.o npm ERR! [18/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_print.c.o npm ERR! [19/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_object.c.o npm ERR! [20/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_sign.c.o npm ERR! [21/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_time.c.o npm ERR! [22/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_strex.c.o npm ERR! [23/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_strnid.c.o npm ERR! [24/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_type.c.o npm ERR! [25/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_utctm.c.o npm ERR! [26/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_utf8.c.o npm ERR! [27/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_a_verify.c.o npm ERR! [28/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_d2i_pr.c.o npm ERR! [29/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_asn1_err.c.o npm ERR! [30/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_ameth_lib.c.o npm ERR! [31/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_asn1_item_list.c.o npm ERR! [32/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_asn1_gen.c.o npm ERR! [33/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_asn1_parse.c.o npm ERR! [34/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_asn1_lib.c.o npm ERR! [35/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_asn_moid.c.o npm ERR! [36/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_asn_mstbl.c.o npm ERR! [37/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_asn_pack.c.o npm ERR! [38/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_asn_mime.c.o npm ERR! [39/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_bio_ndef.c.o npm ERR! [40/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_bio_asn1.c.o npm ERR! [41/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_d2i_param.c.o npm ERR! [42/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_d2i_pu.c.o npm ERR! [43/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_f_int.c.o npm ERR! [44/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_evp_asn1.c.o npm ERR! [45/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_i2d_evp.c.o npm ERR! [46/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_f_string.c.o npm ERR! [47/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_n_pkey.c.o npm ERR! [48/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_nsseq.c.o npm ERR! [49/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_p5_pbe.c.o npm ERR! [50/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_p5_pbev2.c.o npm ERR! [51/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_p8_pkey.c.o npm ERR! [52/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_t_bitst.c.o npm ERR! [53/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_p5_scrypt.c.o npm ERR! [54/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_t_pkey.c.o npm ERR! [55/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_t_spki.c.o npm ERR! [56/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_x_algor.c.o npm ERR! [57/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_tasn_enc.c.o npm ERR! [58/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_tasn_fre.c.o npm ERR! [59/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_tasn_dec.c.o npm ERR! [60/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_tasn_new.c.o npm ERR! [61/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_tasn_scn.c.o npm ERR! [62/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_tasn_prn.c.o npm ERR! [63/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_tasn_typ.c.o npm ERR! [64/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_x_info.c.o npm ERR! [65/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_tasn_utl.c.o npm ERR! [66/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_x_bignum.c.o npm ERR! [67/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_x_long.c.o npm ERR! [68/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_x_int64.c.o npm ERR! [69/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_x_pkey.c.o npm ERR! [70/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_x_sig.c.o npm ERR! [71/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_x_val.c.o npm ERR! [72/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_x_spki.c.o npm ERR! [73/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_async_arch_async_null.c.o npm ERR! [74/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_async_async.c.o npm ERR! [75/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_async_arch_async_posix.c.o npm ERR! [76/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_async_arch_async_win.c.o npm ERR! [77/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bf_bf_cfb64.c.o npm ERR! [78/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_async_async_err.c.o npm ERR! [79/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bf_bf_ecb.c.o npm ERR! [80/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_async_async_wait.c.o npm ERR! [81/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bf_bf_ofb64.c.o npm ERR! [82/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bf_bf_enc.c.o npm ERR! [83/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bf_bf_skey.c.o npm ERR! [84/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bf_buff.c.o npm ERR! [85/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bf_lbuf.c.o npm ERR! [86/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bf_nbio.c.o npm ERR! [87/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bf_null.c.o npm ERR! [88/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bio_addr.c.o npm ERR! [89/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bf_prefix.c.o npm ERR! [90/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bio_cb.c.o npm ERR! [91/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bf_readbuff.c.o npm ERR! [92/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bio_err.c.o npm ERR! [93/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bio_dump.c.o npm ERR! [94/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bio_meth.c.o npm ERR! [95/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bio_lib.c.o npm ERR! [96/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bio_sock.c.o npm ERR! [97/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_acpt.c.o npm ERR! [98/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bio_sock2.c.o npm ERR! [99/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bio_print.c.o npm ERR! [100/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_crmf_crmf_lib.c.o npm ERR! [101/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_conn.c.o npm ERR! [102/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_core.c.o npm ERR! [103/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_fd.c.o npm ERR! [104/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_dgram.c.o npm ERR! [105/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_file.c.o npm ERR! [106/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_log.c.o npm ERR! [107/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_null.c.o npm ERR! [108/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_mem.c.o npm ERR! [109/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_bss_sock.c.o npm ERR! [110/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_add.c.o npm ERR! [111/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bio_ossl_core_bio.c.o npm ERR! [112/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_asm_x86_64-gcc.c.o npm ERR! [113/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_const.c.o npm ERR! [114/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_blind.c.o npm ERR! [115/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_conv.c.o npm ERR! [116/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_ctx.c.o npm ERR! [117/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_depr.c.o npm ERR! [118/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_dh.c.o npm ERR! [119/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_err.c.o npm ERR! [120/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_div.c.o npm ERR! [121/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_exp2.c.o npm ERR! [122/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_gcd.c.o npm ERR! [123/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_exp.c.o npm ERR! [124/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_gf2m.c.o npm ERR! [125/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_intern.c.o npm ERR! [126/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_kron.c.o npm ERR! [127/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_mod.c.o npm ERR! [128/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_lib.c.o npm ERR! [129/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_mont.c.o npm ERR! [130/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_vrf.c.o npm ERR! [131/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_mpi.c.o npm ERR! [132/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_mul.c.o npm ERR! [133/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_nist.c.o npm ERR! [134/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_print.c.o npm ERR! [135/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_prime.c.o npm ERR! [136/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_recp.c.o npm ERR! [137/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_shift.c.o npm ERR! [138/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_rand.c.o npm ERR! [139/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_rsa_fips186_4.c.o npm ERR! [140/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_sqr.c.o npm ERR! [141/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_srp.c.o npm ERR! [142/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_sqrt.c.o npm ERR! [143/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_word.c.o npm ERR! [144/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_bn_x931p.c.o npm ERR! [145/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cast_c_cfb64.c.o npm ERR! [146/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_rsaz_exp.c.o npm ERR! [147/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_buffer_buf_err.c.o npm ERR! [148/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bn_rsaz_exp_x2.c.o npm ERR! [149/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_camellia_cmll_cfb.c.o npm ERR! [150/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_camellia_cmll_ctr.c.o npm ERR! [151/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_buffer_buffer.c.o npm ERR! [152/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_camellia_cmll_ecb.c.o npm ERR! [153/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_camellia_cmll_misc.c.o npm ERR! [154/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_camellia_cmll_ofb.c.o npm ERR! [155/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cast_c_ecb.c.o npm ERR! [156/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cast_c_ofb64.c.o npm ERR! [157/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cast_c_enc.c.o npm ERR! [158/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cast_c_skey.c.o npm ERR! [159/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmac_cmac.c.o npm ERR! [160/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_asn.c.o npm ERR! [161/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_ctx.c.o npm ERR! [162/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_err.c.o npm ERR! [163/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_client.c.o npm ERR! [164/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_hdr.c.o npm ERR! [165/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_http.c.o npm ERR! [166/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_util.c.o npm ERR! [167/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_msg.c.o npm ERR! [168/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_protect.c.o npm ERR! [169/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_server.c.o npm ERR! [170/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_status.c.o npm ERR! [171/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_asn1.c.o npm ERR! [172/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cmp_cmp_vfy.c.o npm ERR! [173/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_att.c.o npm ERR! [174/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_cd.c.o npm ERR! [175/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_dd.c.o npm ERR! [176/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_dh.c.o npm ERR! [177/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_ec.c.o npm ERR! [178/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_enc.c.o npm ERR! [179/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_err.c.o npm ERR! [180/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_env.c.o npm ERR! [181/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_ess.c.o npm ERR! [182/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_io.c.o npm ERR! [183/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_kari.c.o npm ERR! [184/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_pwri.c.o npm ERR! [185/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_lib.c.o npm ERR! [186/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_rsa.c.o npm ERR! [187/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_b64.c.o npm ERR! [188/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_sd.c.o npm ERR! [189/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_conf_conf_api.c.o npm ERR! [190/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cms_cms_smime.c.o npm ERR! [191/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_conf_conf_err.c.o npm ERR! [192/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_conf_conf_lib.c.o npm ERR! [193/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_conf_conf_def.c.o npm ERR! [194/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_conf_conf_mall.c.o npm ERR! [195/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_conf_conf_sap.c.o npm ERR! [196/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_conf_conf_mod.c.o npm ERR! [197/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_conf_conf_ssl.c.o npm ERR! [198/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_crmf_crmf_err.c.o npm ERR! [199/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_crmf_crmf_asn.c.o npm ERR! [200/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_crmf_crmf_pbm.c.o npm ERR! [201/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_kdf_lib.c.o npm ERR! [202/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_kdf_meth.c.o npm ERR! [203/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_err.c.o npm ERR! [204/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_log.c.o npm ERR! [205/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_oct.c.o npm ERR! [206/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_policy.c.o npm ERR! [207/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_prn.c.o npm ERR! [208/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_vfy.c.o npm ERR! [209/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_sct.c.o npm ERR! [210/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_x509v3.c.o npm ERR! [211/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ct_ct_sct_ctx.c.o npm ERR! [212/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_cbc_cksm.c.o npm ERR! [213/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_cbc_enc.c.o npm ERR! [214/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_cfb64enc.c.o npm ERR! [215/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_cfb64ede.c.o npm ERR! [216/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_cfb_enc.c.o npm ERR! [217/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_ecb3_enc.c.o npm ERR! [218/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_ecb_enc.c.o npm ERR! [219/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_fcrypt.c.o npm ERR! [220/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_des_enc.c.o npm ERR! [221/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_fcrypt_b.c.o npm ERR! [222/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_ofb64ede.c.o npm ERR! [223/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_ofb64enc.c.o npm ERR! [224/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_ofb_enc.c.o npm ERR! [225/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_pcbc_enc.c.o npm ERR! [226/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_qud_cksm.c.o npm ERR! [227/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_rand_key.c.o npm ERR! [228/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_set_key.c.o npm ERR! [229/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_str2key.c.o npm ERR! [230/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_des_xcbc_enc.c.o npm ERR! [231/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_asn1.c.o npm ERR! [232/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_ameth.c.o npm ERR! [233/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_check.c.o npm ERR! [234/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_backend.c.o npm ERR! [235/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_depr.c.o npm ERR! [236/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_err.c.o npm ERR! [237/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_gen.c.o npm ERR! [238/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_kdf.c.o npm ERR! [239/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_group_params.c.o npm ERR! [240/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_key.c.o npm ERR! [241/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_lib.c.o npm ERR! [242/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_meth.c.o npm ERR! [243/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_pmeth.c.o npm ERR! [244/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_prn.c.o npm ERR! [245/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_asn1.c.o npm ERR! [246/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dh_dh_rfc5114.c.o npm ERR! [247/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_depr.c.o npm ERR! [248/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_backend.c.o npm ERR! [249/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_ameth.c.o npm ERR! [250/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_err.c.o npm ERR! [251/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_check.c.o npm ERR! [252/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_gen.c.o npm ERR! [253/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_key.c.o npm ERR! [254/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_meth.c.o npm ERR! [255/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_lib.c.o npm ERR! [256/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_ossl.c.o npm ERR! [257/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_prn.c.o npm ERR! [258/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_pmeth.c.o npm ERR! [259/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dsa_dsa_sign.c.o npm ERR! [260/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dso_dso_dl.c.o npm ERR! [261/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_ocsp_lib.c.o npm ERR! [262/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dso_dso_err.c.o npm ERR! [263/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_ocsp_prn.c.o npm ERR! [264/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dso_dso_dlfcn.c.o npm ERR! [265/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dso_dso_vms.c.o npm ERR! [266/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dso_dso_openssl.c.o npm ERR! [267/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dso_dso_lib.c.o npm ERR! [268/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_dso_dso_win32.c.o npm ERR! [269/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_curve448_scalar.c.o npm ERR! [270/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_curve448_eddsa.c.o npm ERR! [271/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_curve448_arch_32_f_impl32.c.o npm ERR! [272/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_curve448_arch_64_f_impl64.c.o npm ERR! [273/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_curve448_curve448_tables.c.o npm ERR! [274/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec2_oct.c.o npm ERR! [275/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_curve448_f_generic.c.o npm ERR! [276/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_curve448_curve448.c.o npm ERR! [277/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec2_smpl.c.o npm ERR! [278/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_ameth.c.o npm ERR! [279/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_curve25519.c.o npm ERR! [280/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_check.c.o npm ERR! [281/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_asn1.c.o npm ERR! [282/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_backend.c.o npm ERR! [283/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_cvt.c.o npm ERR! [284/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_err.c.o npm ERR! [285/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_curve.c.o npm ERR! [286/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_deprecated.c.o npm ERR! [287/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_kmeth.c.o npm ERR! [288/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_key.c.o npm ERR! [289/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_mult.c.o npm ERR! [290/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_lib.c.o npm ERR! [291/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_oct.c.o npm ERR! [292/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_print.c.o npm ERR! [293/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecdh_kdf.c.o npm ERR! [294/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ec_pmeth.c.o npm ERR! [295/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecdh_ossl.c.o npm ERR! [296/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecdsa_vrf.c.o npm ERR! [297/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecdsa_ossl.c.o npm ERR! [298/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecdsa_sign.c.o npm ERR! [299/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_eck_prn.c.o npm ERR! [300/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecp_mont.c.o npm ERR! [301/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecp_nist.c.o npm ERR! [302/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecp_oct.c.o npm ERR! [303/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecp_nistz256.c.o npm ERR! [304/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecx_key.c.o npm ERR! [305/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecp_smpl.c.o npm ERR! [306/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecx_backend.c.o npm ERR! [307/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_tb_dh.c.o npm ERR! [308/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ec_ecx_meth.c.o npm ERR! [309/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_encode_decode_decoder_err.c.o npm ERR! [310/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_all.c.o npm ERR! [311/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_encode_decode_decoder_lib.c.o npm ERR! [312/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_encode_decode_decoder_meth.c.o npm ERR! [313/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_encode_decode_decoder_pkey.c.o npm ERR! [314/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_encode_decode_encoder_err.c.o npm ERR! [315/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_encode_decode_encoder_lib.c.o npm ERR! [316/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_encode_decode_encoder_meth.c.o npm ERR! [317/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_encode_decode_encoder_pkey.c.o npm ERR! [318/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_cnf.c.o npm ERR! [319/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_ctrl.c.o npm ERR! [320/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_dyn.c.o npm ERR! [321/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_err.c.o npm ERR! [322/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_init.c.o npm ERR! [323/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_fat.c.o npm ERR! [324/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_lib.c.o npm ERR! [325/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_list.c.o npm ERR! [326/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_openssl.c.o npm ERR! [327/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_pkey.c.o npm ERR! [328/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_rdrand.c.o npm ERR! [329/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_eng_table.c.o npm ERR! [330/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_tb_asnmth.c.o npm ERR! [331/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_tb_cipher.c.o npm ERR! [332/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_tb_digest.c.o npm ERR! [333/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_tb_dsa.c.o npm ERR! [334/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_tb_eckey.c.o npm ERR! [335/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_err_err.c.o npm ERR! [336/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_tb_pkmeth.c.o npm ERR! [337/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_tb_rand.c.o npm ERR! [338/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_err_err_all.c.o npm ERR! [339/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_engine_tb_rsa.c.o npm ERR! [340/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_err_err_all_legacy.c.o npm ERR! [341/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_err_err_prn.c.o npm ERR! [342/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_err_err_blocks.c.o npm ERR! [343/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ess_ess_asn1.c.o npm ERR! [344/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ess_ess_err.c.o npm ERR! [345/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ess_ess_lib.c.o npm ERR! [346/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_bio_b64.c.o npm ERR! [347/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_asymcipher.c.o npm ERR! [348/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_bio_enc.c.o npm ERR! [349/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_bio_md.c.o npm ERR! [350/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_bio_ok.c.o npm ERR! [351/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_c_allc.c.o npm ERR! [352/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_c_alld.c.o npm ERR! [353/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_cmeth_lib.c.o npm ERR! [354/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_dh_ctrl.c.o npm ERR! [355/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_digest.c.o npm ERR! [356/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_dh_support.c.o npm ERR! [357/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_dsa_ctrl.c.o npm ERR! [358/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_ctrl_params_translate.c.o npm ERR! [359/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_aes.c.o npm ERR! [360/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_bf.c.o npm ERR! [361/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_aria.c.o npm ERR! [362/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_aes_cbc_hmac_sha1.c.o npm ERR! [363/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_cast.c.o npm ERR! [364/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_camellia.c.o npm ERR! [365/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_des3.c.o npm ERR! [366/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_aes_cbc_hmac_sha256.c.o npm ERR! [367/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_des.c.o npm ERR! [368/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_idea.c.o npm ERR! [369/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_chacha20_poly1305.c.o npm ERR! [370/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_null.c.o npm ERR! [371/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_old.c.o npm ERR! [372/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_rc4.c.o npm ERR! [373/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_rc2.c.o npm ERR! [374/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_rc5.c.o npm ERR! [375/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_rc4_hmac_md5.c.o npm ERR! [376/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_seed.c.o npm ERR! [377/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_xcbc_d.c.o npm ERR! [378/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_e_sm4.c.o npm ERR! [379/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_ec_ctrl.c.o npm ERR! [380/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_encode.c.o npm ERR! [381/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_ec_support.c.o npm ERR! [382/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_cnf.c.o npm ERR! [383/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_err.c.o npm ERR! [384/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_key.c.o npm ERR! [385/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_enc.c.o npm ERR! [386/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_fetch.c.o npm ERR! [387/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_pbe.c.o npm ERR! [388/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_pkey.c.o npm ERR! [389/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_lib.c.o npm ERR! [390/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_exchange.c.o npm ERR! [391/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_rand.c.o npm ERR! [392/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_evp_utils.c.o npm ERR! [393/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_sm4.c.o npm ERR! [394/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_sm4_hw.c.o npm ERR! [395/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_tdes.c.o npm ERR! [396/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_tdes_default.c.o npm ERR! [397/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_tdes_common.c.o npm ERR! [398/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_m_null.c.o npm ERR! [399/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_kem.c.o npm ERR! [400/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_keymgmt_meth.c.o npm ERR! [401/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_keymgmt_lib.c.o npm ERR! [402/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_legacy_blake2.c.o npm ERR! [403/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_legacy_md4.c.o npm ERR! [404/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_legacy_md5.c.o npm ERR! [405/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_legacy_md5_sha1.c.o npm ERR! [406/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_legacy_ripemd.c.o npm ERR! [407/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_legacy_mdc2.c.o npm ERR! [408/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_legacy_wp.c.o npm ERR! [409/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_legacy_sha.c.o npm ERR! [410/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_mac_lib.c.o npm ERR! [411/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_mac_meth.c.o npm ERR! [412/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_m_sigver.c.o npm ERR! [413/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_names.c.o npm ERR! [414/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p5_crpt.c.o npm ERR! [415/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p5_crpt2.c.o npm ERR! [416/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p_dec.c.o npm ERR! [417/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p_enc.c.o npm ERR! [418/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p_legacy.c.o npm ERR! [419/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p_open.c.o npm ERR! [420/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p_seal.c.o npm ERR! [421/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p_lib.c.o npm ERR! [422/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p_sign.c.o npm ERR! [423/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_p_verify.c.o npm ERR! [424/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_pbe_scrypt.c.o npm ERR! [425/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_pmeth_gn.c.o npm ERR! [426/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_pmeth_check.c.o npm ERR! [427/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ffc_ffc_dh.c.o npm ERR! [428/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_signature.c.o npm ERR! [429/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ffc_ffc_backend.c.o npm ERR! [430/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_hmac_hmac.c.o npm ERR! [431/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_evp_pmeth_lib.c.o npm ERR! [432/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ffc_ffc_params.c.o npm ERR! [433/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ffc_ffc_key_generate.c.o npm ERR! [434/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ffc_ffc_key_validate.c.o npm ERR! [435/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_idea_i_cbc.c.o npm ERR! [436/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ffc_ffc_params_validate.c.o npm ERR! [437/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ffc_ffc_params_generate.c.o npm ERR! [438/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_http_http_err.c.o npm ERR! [439/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_http_http_lib.c.o npm ERR! [440/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_idea_i_cfb64.c.o npm ERR! [441/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_idea_i_ecb.c.o npm ERR! [442/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_idea_i_ofb64.c.o npm ERR! [443/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_http_http_client.c.o npm ERR! [444/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_idea_i_skey.c.o npm ERR! [445/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_kdf_kdf_err.c.o npm ERR! [446/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_lhash_lh_stats.c.o npm ERR! [447/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_lhash_lhash.c.o npm ERR! [448/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_bsearch.c.o npm ERR! [449/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_asn1_dsa.c.o npm ERR! [450/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_core_fetch.c.o npm ERR! [451/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_context.c.o npm ERR! [452/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_core_algorithm.c.o npm ERR! [453/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cpt_err.c.o npm ERR! [454/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_core_namemap.c.o npm ERR! [455/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cpuid.c.o npm ERR! [456/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cryptlib.c.o npm ERR! [457/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ctype.c.o npm ERR! [458/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_cversion.c.o npm ERR! [459/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ebcdic.c.o npm ERR! [460/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_der_writer.c.o npm ERR! [461/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_getenv.c.o npm ERR! [462/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ex_data.c.o npm ERR! [463/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_info.c.o npm ERR! [464/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_initthread.c.o npm ERR! [465/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_mem.c.o npm ERR! [466/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_init.c.o npm ERR! [467/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_o_dir.c.o npm ERR! [468/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_o_fopen.c.o npm ERR! [469/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_o_init.c.o npm ERR! [470/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_mem_sec.c.o npm ERR! [471/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_o_time.c.o npm ERR! [472/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_o_str.c.o npm ERR! [473/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_packet.c.o npm ERR! [474/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_param_build.c.o npm ERR! [475/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_param_build_set.c.o npm ERR! [476/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_params_dup.c.o npm ERR! [477/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_params.c.o npm ERR! [478/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_params_from_text.c.o npm ERR! [479/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_passphrase.c.o npm ERR! [480/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_provider.c.o npm ERR! [481/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_punycode.c.o npm ERR! [482/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_provider_child.c.o npm ERR! [483/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_provider_conf.c.o npm ERR! [484/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_provider_predefined.c.o npm ERR! [485/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sparse_array.c.o npm ERR! [486/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_self_test_core.c.o npm ERR! [487/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_threads_lib.c.o npm ERR! [488/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_provider_core.c.o npm ERR! [489/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_threads_none.c.o npm ERR! [490/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_threads_win.c.o npm ERR! [491/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_trace.c.o npm ERR! [492/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_threads_pthread.c.o npm ERR! [493/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_uid.c.o npm ERR! [494/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_md4_md4_one.c.o npm ERR! [495/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_md4_md4_dgst.c.o npm ERR! [496/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_md5_md5_one.c.o npm ERR! [497/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_md5_md5_dgst.c.o npm ERR! [498/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_md5_md5_sha1.c.o npm ERR! [499/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_cbc128.c.o npm ERR! [500/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_mdc2_mdc2_one.c.o npm ERR! [501/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_mdc2_mdc2dgst.c.o npm ERR! [502/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_cfb128.c.o npm ERR! [503/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_ctr128.c.o npm ERR! [504/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_ccm128.c.o npm ERR! [505/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_cts128.c.o npm ERR! [506/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_gcm128.c.o npm ERR! [507/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_ofb128.c.o npm ERR! [508/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_siv128.c.o npm ERR! [509/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_ocb128.c.o npm ERR! [510/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_xts128.c.o npm ERR! [511/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_modes_wrap128.c.o npm ERR! [512/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_ocsp_cl.c.o npm ERR! [513/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_objects_o_names.c.o npm ERR! [514/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_objects_obj_err.c.o npm ERR! [515/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_objects_obj_dat.c.o npm ERR! [516/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_objects_obj_lib.c.o npm ERR! [517/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_objects_obj_xref.c.o npm ERR! [518/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_ocsp_asn.c.o npm ERR! [519/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_ocsp_err.c.o npm ERR! [520/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_v3_ocsp.c.o npm ERR! [521/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_ocsp_http.c.o npm ERR! [522/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_ocsp_ext.c.o npm ERR! [523/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_ocsp_srv.c.o npm ERR! [524/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ocsp_ocsp_vfy.c.o npm ERR! [525/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_err.c.o npm ERR! [526/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_all.c.o npm ERR! [527/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_info.c.o npm ERR! [528/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_oth.c.o npm ERR! [529/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_lib.c.o npm ERR! [530/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_pk8.c.o npm ERR! [531/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_sign.c.o npm ERR! [532/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_pkey.c.o npm ERR! [533/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_x509.c.o npm ERR! [534/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pem_xaux.c.o npm ERR! [535/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rand_rand_err.c.o npm ERR! [536/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_add.c.o npm ERR! [537/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pem_pvkfmt.c.o npm ERR! [538/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_asn.c.o npm ERR! [539/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_attr.c.o npm ERR! [540/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_crpt.c.o npm ERR! [541/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_crt.c.o npm ERR! [542/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_decr.c.o npm ERR! [543/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_init.c.o npm ERR! [544/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_key.c.o npm ERR! [545/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_kiss.c.o npm ERR! [546/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_mutl.c.o npm ERR! [547/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_npas.c.o npm ERR! [548/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_p8d.c.o npm ERR! [549/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_p8e.c.o npm ERR! [550/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_sbag.c.o npm ERR! [551/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_p12_utl.c.o npm ERR! [552/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs12_pk12err.c.o npm ERR! [553/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs7_bio_pk7.c.o npm ERR! [554/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs7_pk7_attr.c.o npm ERR! [555/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs7_pk7_asn1.c.o npm ERR! [556/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs7_pk7_lib.c.o npm ERR! [557/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs7_pk7_doit.c.o npm ERR! [558/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs7_pk7_mime.c.o npm ERR! [559/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs7_pkcs7err.c.o npm ERR! [560/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_poly1305_poly1305.c.o npm ERR! [561/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_property_defn_cache.c.o npm ERR! [562/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_pkcs7_pk7_smime.c.o npm ERR! [563/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rand_prov_seed.c.o npm ERR! [564/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_property_property_err.c.o npm ERR! [565/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_property_property.c.o npm ERR! [566/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_property_property_query.c.o npm ERR! [567/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_property_property_string.c.o npm ERR! [568/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_property_property_parse.c.o npm ERR! [569/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rand_rand_deprecated.c.o npm ERR! [570/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rc2_rc2_cbc.c.o npm ERR! [571/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rand_rand_meth.c.o npm ERR! [572/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rand_rand_lib.c.o npm ERR! [573/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rand_rand_pool.c.o npm ERR! [574/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rc2_rc2_ecb.c.o npm ERR! [575/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rc2_rc2_skey.c.o npm ERR! [576/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rand_randfile.c.o npm ERR! [577/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rc2_rc2ofb64.c.o npm ERR! [578/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rc2_rc2cfb64.c.o npm ERR! [579/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_asn1.c.o npm ERR! [580/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ripemd_rmd_one.c.o npm ERR! [581/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ripemd_rmd_dgst.c.o npm ERR! [582/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_chk.c.o npm ERR! [583/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_ameth.c.o npm ERR! [584/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_backend.c.o npm ERR! [585/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_crpt.c.o npm ERR! [586/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_depr.c.o npm ERR! [587/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_err.c.o npm ERR! [588/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_gen.c.o npm ERR! [589/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_meth.c.o npm ERR! [590/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_mp.c.o npm ERR! [591/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_none.c.o npm ERR! [592/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_mp_names.c.o npm ERR! [593/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_lib.c.o npm ERR! [594/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_oaep.c.o npm ERR! [595/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_ossl.c.o npm ERR! [596/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_prn.c.o npm ERR! [597/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_pk1.c.o npm ERR! [598/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_pmeth.c.o npm ERR! [599/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_pss.c.o npm ERR! [600/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_saos.c.o npm ERR! [601/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_sign.c.o npm ERR! [602/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_schemes.c.o npm ERR! [603/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_x931.c.o npm ERR! [604/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_sp800_56b_check.c.o npm ERR! [605/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_sp800_56b_gen.c.o npm ERR! [606/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_rsa_rsa_x931g.c.o npm ERR! [607/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sha_sha1_one.c.o npm ERR! [608/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_seed_seed_cbc.c.o npm ERR! [609/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_seed_seed_cfb.c.o npm ERR! [610/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_seed_seed_ecb.c.o npm ERR! [611/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_seed_seed.c.o npm ERR! [612/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_seed_seed_ofb.c.o npm ERR! [613/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sha_sha1dgst.c.o npm ERR! [614/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sha_sha256.c.o npm ERR! [615/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sha_sha3.c.o npm ERR! [616/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sm2_sm2_err.c.o npm ERR! [617/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sha_sha512.c.o npm ERR! [618/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_siphash_siphash.c.o npm ERR! [619/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sm2_sm2_key.c.o npm ERR! [620/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sm2_sm2_crypt.c.o npm ERR! [621/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sm2_sm2_sign.c.o npm ERR! [622/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sm3_legacy_sm3.c.o npm ERR! [623/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sm4_sm4.c.o npm ERR! [624/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_sm3_sm3.c.o npm ERR! [625/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_srp_srp_lib.c.o npm ERR! [626/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_stack_stack.c.o npm ERR! [627/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_srp_srp_vfy.c.o npm ERR! [628/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_store_store_err.c.o npm ERR! [629/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_store_store_init.c.o npm ERR! [630/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_store_store_result.c.o npm ERR! [631/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_store_store_meth.c.o npm ERR! [632/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_store_store_lib.c.o npm ERR! [633/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_asn1.c.o npm ERR! [634/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_store_store_strings.c.o npm ERR! [635/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_store_store_register.c.o npm ERR! [636/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_err.c.o npm ERR! [637/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_conf.c.o npm ERR! [638/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_lib.c.o npm ERR! [639/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ui_ui_err.c.o npm ERR! [640/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_req_print.c.o npm ERR! [641/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_req_utils.c.o npm ERR! [642/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_rsp_print.c.o npm ERR! [643/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_rsp_utils.c.o npm ERR! [644/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_rsp_sign.c.o npm ERR! [645/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_verify_ctx.c.o npm ERR! [646/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ts_ts_rsp_verify.c.o npm ERR! [647/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_txt_db_txt_db.c.o npm ERR! [648/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ui_ui_null.c.o npm ERR! [649/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ui_ui_lib.c.o npm ERR! [650/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ui_ui_util.c.o npm ERR! [651/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_ui_ui_openssl.c.o npm ERR! [652/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_by_dir.c.o npm ERR! [653/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_whrlpool_wp_dgst.c.o npm ERR! [654/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_pcy_lib.c.o npm ERR! [655/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_by_file.c.o npm ERR! [656/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_by_store.c.o npm ERR! [657/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_pcy_cache.c.o npm ERR! [658/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_pcy_data.c.o npm ERR! [659/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_pcy_map.c.o npm ERR! [660/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_t_crl.c.o npm ERR! [661/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_pcy_node.c.o npm ERR! [662/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_pcy_tree.c.o npm ERR! [663/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_t_req.c.o npm ERR! [664/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_t_x509.c.o npm ERR! [665/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_akid.c.o npm ERR! [666/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_addr.c.o npm ERR! [667/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_admis.c.o npm ERR! [668/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_akeya.c.o npm ERR! [669/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_conf.c.o npm ERR! [670/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_asid.c.o npm ERR! [671/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_bcons.c.o npm ERR! [672/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_bitst.c.o npm ERR! [673/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_crld.c.o npm ERR! [674/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_cpols.c.o npm ERR! [675/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_enum.c.o npm ERR! [676/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_genn.c.o npm ERR! [677/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_extku.c.o npm ERR! [678/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_ia5.c.o npm ERR! [679/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_info.c.o npm ERR! [680/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_int.c.o npm ERR! [681/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_ist.c.o npm ERR! [682/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_lib.c.o npm ERR! [683/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_pci.c.o npm ERR! [684/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_pcia.c.o npm ERR! [685/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_ncons.c.o npm ERR! [686/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_pku.c.o npm ERR! [687/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_pcons.c.o npm ERR! [688/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_prn.c.o npm ERR! [689/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_pmaps.c.o npm ERR! [690/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_san.c.o npm ERR! [691/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_purp.c.o npm ERR! [692/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_skid.c.o npm ERR! [693/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_tlsf.c.o npm ERR! [694/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_utf8.c.o npm ERR! [695/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_sxnet.c.o npm ERR! [696/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3err.c.o npm ERR! [697/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_d2.c.o npm ERR! [698/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_att.c.o npm ERR! [699/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_v3_utl.c.o npm ERR! [700/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_cmp.c.o npm ERR! [701/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_def.c.o npm ERR! [702/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_lu.c.o npm ERR! [703/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_err.c.o npm ERR! [704/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_ext.c.o npm ERR! [705/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_v3.c.o npm ERR! [706/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_meth.c.o npm ERR! [707/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_r2x.c.o npm ERR! [708/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_obj.c.o npm ERR! [709/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_req.c.o npm ERR! [710/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_set.c.o npm ERR! [711/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_txt.c.o npm ERR! [712/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_trust.c.o npm ERR! [713/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x_all.c.o npm ERR! [714/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_vpm.c.o npm ERR! [715/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509cset.c.o npm ERR! [716/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509_vfy.c.o npm ERR! [717/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509name.c.o npm ERR! [718/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509rset.c.o npm ERR! [719/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509spki.c.o npm ERR! [720/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x509type.c.o npm ERR! [721/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x_attrib.c.o npm ERR! [722/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x_crl.c.o npm ERR! [723/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x_exten.c.o npm ERR! [724/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x_req.c.o npm ERR! [725/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x_name.c.o npm ERR! [726/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x_x509.c.o npm ERR! [727/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x_pubkey.c.o npm ERR! [728/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/crypto_x509_x_x509a.c.o npm ERR! [729/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/engines_e_capi.c.o npm ERR! [730/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_baseprov.c.o npm ERR! [731/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_defltprov.c.o npm ERR! [732/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/engines_e_padlock.c.o npm ERR! [733/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_nullprov.c.o npm ERR! [734/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_prov_running.c.o npm ERR! [735/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_bio_prov.c.o npm ERR! [736/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_securitycheck_default.c.o npm ERR! [737/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_der_der_rsa_sig.c.o npm ERR! [738/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_der_der_sm2_key.c.o npm ERR! [739/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_der_der_sm2_sig.c.o npm ERR! [740/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_asymciphers_rsa_enc.c.o npm ERR! [741/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_capabilities.c.o npm ERR! [742/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_digest_to_nid.c.o npm ERR! [743/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_provider_seeding.c.o npm ERR! [744/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_provider_util.c.o npm ERR! [745/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_securitycheck.c.o npm ERR! [746/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_asymciphers_sm2_enc.c.o npm ERR! [747/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_cbc_hmac_sha.c.o npm ERR! [748/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes.c.o npm ERR! [749/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_cbc_hmac_sha1_hw.c.o npm ERR! [750/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_cbc_hmac_sha256_hw.c.o npm ERR! [751/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_ccm.c.o npm ERR! [752/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_ccm_hw.c.o npm ERR! [753/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_gcm.c.o npm ERR! [754/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_gcm_hw.c.o npm ERR! [755/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_hw.c.o npm ERR! [756/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_ocb_hw.c.o npm ERR! [757/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_siv.c.o npm ERR! [758/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_ocb.c.o npm ERR! [759/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_siv_hw.c.o npm ERR! [760/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_xts.c.o npm ERR! [761/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_wrp.c.o npm ERR! [762/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_xts_fips.c.o npm ERR! [763/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aes_xts_hw.c.o npm ERR! [764/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aria_ccm.c.o npm ERR! [765/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aria.c.o npm ERR! [766/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aria_ccm_hw.c.o npm ERR! [767/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aria_gcm.c.o npm ERR! [768/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aria_gcm_hw.c.o npm ERR! [769/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_aria_hw.c.o npm ERR! [770/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_camellia_hw.c.o npm ERR! [771/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_camellia.c.o npm ERR! [772/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_chacha20.c.o npm ERR! [773/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_chacha20_hw.c.o npm ERR! [774/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_chacha20_poly1305.c.o npm ERR! [775/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_chacha20_poly1305_hw.c.o npm ERR! [776/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_cts.c.o npm ERR! [777/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_null.c.o npm ERR! [778/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_tdes_hw.c.o npm ERR! [779/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_tdes_default_hw.c.o npm ERR! [780/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_tdes_wrap.c.o npm ERR! [781/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_tdes_wrap_hw.c.o npm ERR! [782/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_blake2_prov.c.o npm ERR! [783/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_blake2b_prov.c.o npm ERR! [784/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_blake2s_prov.c.o npm ERR! [785/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_md5_prov.c.o npm ERR! [786/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_md5_sha1_prov.c.o npm ERR! [787/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_null_prov.c.o npm ERR! [788/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_sha3_prov.c.o npm ERR! [789/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_sha2_prov.c.o npm ERR! [790/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_sm3_prov.c.o npm ERR! [791/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_decode_epki2pki.c.o npm ERR! [792/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_decode_msblob2key.c.o npm ERR! [793/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_decode_der2key.c.o npm ERR! [794/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_decode_pem2der.c.o npm ERR! [795/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_decode_pvk2key.c.o npm ERR! [796/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_decode_spki2typespki.c.o npm ERR! [797/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_encode_key2blob.c.o npm ERR! [798/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_encode_key2ms.c.o npm ERR! [799/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_encode_key2text.c.o npm ERR! [800/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_endecoder_common.c.o npm ERR! [801/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_exchange_ecdh_exch.c.o npm ERR! [802/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_exchange_dh_exch.c.o npm ERR! [803/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_exchange_ecx_exch.c.o npm ERR! [804/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_exchange_kdf_exch.c.o npm ERR! [805/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_kbkdf.c.o npm ERR! [806/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_encode_decode_encode_key2any.c.o npm ERR! [807/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_hkdf.c.o npm ERR! [808/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_keymgmt_dsa_kmgmt.c.o npm ERR! [809/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_krb5kdf.c.o npm ERR! [810/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_pbkdf2_fips.c.o npm ERR! [811/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_pkcs12kdf.c.o npm ERR! [812/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_pbkdf2.c.o npm ERR! [813/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_sshkdf.c.o npm ERR! [814/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_scrypt.c.o npm ERR! [815/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_tls1_prf.c.o npm ERR! [816/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_sskdf.c.o npm ERR! [817/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_x942kdf.c.o npm ERR! [818/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kem_rsa_kem.c.o npm ERR! [819/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_keymgmt_dh_kmgmt.c.o npm ERR! [820/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_keymgmt_ecx_kmgmt.c.o npm ERR! [821/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_keymgmt_ec_kmgmt.c.o npm ERR! [822/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_keymgmt_kdf_legacy_kmgmt.c.o npm ERR! [823/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_keymgmt_mac_legacy_kmgmt.c.o npm ERR! [824/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_macs_poly1305_prov.c.o npm ERR! [825/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_keymgmt_rsa_kmgmt.c.o npm ERR! [826/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_macs_blake2b_mac.c.o npm ERR! [827/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_macs_blake2s_mac.c.o npm ERR! [828/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_macs_cmac_prov.c.o npm ERR! [829/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_macs_hmac_prov.c.o npm ERR! [830/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_macs_gmac_prov.c.o npm ERR! [831/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_macs_kmac_prov.c.o npm ERR! [832/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_macs_siphash_prov.c.o npm ERR! [833/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_seeding_rand_cpu_x86.c.o npm ERR! [834/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_crngt.c.o npm ERR! [835/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_drbg.c.o npm ERR! [836/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_drbg_hash.c.o npm ERR! [837/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_drbg_hmac.c.o npm ERR! [838/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_drbg_ctr.c.o npm ERR! [839/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_seed_src.c.o npm ERR! [840/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_seeding_rand_tsc.c.o npm ERR! [841/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_test_rng.c.o npm ERR! [842/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_seeding_rand_win.c.o npm ERR! [843/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_rands_seeding_rand_unix.c.o npm ERR! [844/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_signature_ecdsa_sig.c.o npm ERR! [845/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_signature_dsa_sig.c.o npm ERR! [846/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_signature_eddsa_sig.c.o npm ERR! [847/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_signature_mac_legacy_sig.c.o npm ERR! [848/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_signature_rsa_sig.c.o npm ERR! [849/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_signature_sm2_sig.c.o npm ERR! [850/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_storemgmt_file_store_any2obj.c.o npm ERR! [851/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_storemgmt_file_store.c.o npm ERR! [852/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_ciphercommon.c.o npm ERR! [853/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/ssl_s3_cbc.c.o npm ERR! [854/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_ciphercommon_block.c.o npm ERR! [855/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_der_der_dsa_key.c.o npm ERR! [856/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_der_der_dsa_sig.c.o npm ERR! [857/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_der_der_ec_key.c.o npm ERR! [858/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_der_der_ec_sig.c.o npm ERR! [859/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_der_der_ecx_key.c.o npm ERR! [860/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_der_der_rsa_key.c.o npm ERR! [861/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_provider_ctx.c.o npm ERR! [862/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_common_provider_err.c.o npm ERR! [863/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_ciphercommon_ccm_hw.c.o npm ERR! [864/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_ciphercommon_ccm.c.o npm ERR! [865/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_ciphercommon_gcm_hw.c.o npm ERR! [866/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_ciphercommon_gcm.c.o npm ERR! [867/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_ciphercommon_hw.c.o npm ERR! [868/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_digestcommon.c.o npm ERR! [869/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_blowfish.c.o npm ERR! [870/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/ssl_record_tls_pad.c.o npm ERR! [871/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_blowfish_hw.c.o npm ERR! [872/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_cast5.c.o npm ERR! [873/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_cast5_hw.c.o npm ERR! [874/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_des.c.o npm ERR! [875/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_des_hw.c.o npm ERR! [876/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_desx.c.o npm ERR! [877/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_desx_hw.c.o npm ERR! [878/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_idea.c.o npm ERR! [879/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_idea_hw.c.o npm ERR! [880/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_rc2.c.o npm ERR! [881/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_rc2_hw.c.o npm ERR! [882/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_rc4.c.o npm ERR! [883/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_rc4_hmac_md5.c.o npm ERR! [884/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_rc4_hw.c.o npm ERR! [885/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_rc4_hmac_md5_hw.c.o npm ERR! [886/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_seed.c.o npm ERR! [887/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_ciphers_cipher_seed_hw.c.o npm ERR! [888/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_mdc2_prov.c.o npm ERR! [889/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_ripemd_prov.c.o npm ERR! [890/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aes-x86_64.s.o npm ERR! [891/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_md4_prov.c.o npm ERR! [892/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_digests_wp_prov.c.o npm ERR! [893/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_implementations_kdfs_pbkdf1.c.o npm ERR! [894/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-mb-x86_64.s.o npm ERR! [895/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-sha1-x86_64.s.o npm ERR! [896/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-sha256-x86_64.s.o npm ERR! [897/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/providers_legacyprov.c.o npm ERR! [898/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_aesni-x86_64.s.o npm ERR! [899/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_bsaes-x86_64.s.o npm ERR! [900/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_aes_vpaes-x86_64.s.o npm ERR! [901/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_rsaz-avx2.s.o npm ERR! [902/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_rsaz-x86_64.s.o npm ERR! [903/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_rsaz-avx512.s.o npm ERR! [904/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_x86_64-gf2m.s.o npm ERR! [905/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_x86_64-mont.s.o npm ERR! [906/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_bn_x86_64-mont5.s.o npm ERR! [907/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_camellia_cmll-x86_64.s.o npm ERR! [908/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_chacha_chacha-x86_64.s.o npm ERR! [909/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_ec_x25519-x86_64.s.o npm ERR! [910/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_ec_ecp_nistz256-x86_64.s.o npm ERR! [911/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_x86_64cpuid.s.o npm ERR! [912/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_modes_aesni-gcm-x86_64.s.o npm ERR! [913/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_md5_md5-x86_64.s.o npm ERR! [914/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_poly1305_poly1305-x86_64.s.o npm ERR! [915/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_modes_ghash-x86_64.s.o npm ERR! [916/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_rc4_rc4-md5-x86_64.s.o npm ERR! [917/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_rc4_rc4-x86_64.s.o npm ERR! [918/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_keccak1600-x86_64.s.o npm ERR! [919/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha1-mb-x86_64.s.o npm ERR! [920/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha1-x86_64.s.o npm ERR! [921/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha256-mb-x86_64.s.o npm ERR! [922/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha256-x86_64.s.o npm ERR! [923/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_whrlpool_wp-x86_64.s.o npm ERR! [924/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_crypto_sha_sha512-x86_64.s.o npm ERR! [925/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_engines_e_padlock-x86_64.s.o npm ERR! [926/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_providers_common_der_der_digests_gen.c.o npm ERR! [927/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_providers_common_der_der_sm2_gen.c.o npm ERR! [928/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_providers_common_der_der_dsa_gen.c.o npm ERR! [929/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_providers_common_der_der_ec_gen.c.o npm ERR! [930/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_providers_common_der_der_ecx_gen.c.o npm ERR! [931/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_providers_common_der_der_wrap_gen.c.o npm ERR! [932/1320] Compiling C object subprojects/openssl-3.0.2/libcrypto.a.p/generated-config_archs_linux-x86_64_asm_providers_common_der_der_rsa_gen.c.o npm ERR! [933/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_pqueue.c.o npm ERR! [934/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_methods.c.o npm ERR! [935/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_d1_srtp.c.o npm ERR! [936/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_d1_msg.c.o npm ERR! [937/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_bio_ssl.c.o npm ERR! [938/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_d1_lib.c.o npm ERR! [939/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_err.c.o npm ERR! [940/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_err_legacy.c.o npm ERR! [941/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_init.c.o npm ERR! [942/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_mcnf.c.o npm ERR! [943/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_rsa.c.o npm ERR! [944/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_rsa_legacy.c.o npm ERR! [945/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_sess.c.o npm ERR! [946/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_lib.c.o npm ERR! [947/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_stat.c.o npm ERR! [948/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_txt.c.o npm ERR! [949/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_utst.c.o npm ERR! [950/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_t1_enc.c.o npm ERR! [951/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_s3_enc.c.o npm ERR! [952/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_statem_statem.c.o npm ERR! [953/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_t1_lib.c.o npm ERR! [954/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_statem_extensions_cust.c.o npm ERR! [955/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_statem_extensions_clnt.c.o npm ERR! [956/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_statem_extensions_srvr.c.o npm ERR! [957/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_statem_statem_clnt.c.o npm ERR! [958/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_statem_statem_dtls.c.o npm ERR! [959/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_statem_statem_lib.c.o npm ERR! [960/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_statem_statem_srvr.c.o npm ERR! [961/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_tls13_enc.c.o npm ERR! [962/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_tls_depr.c.o npm ERR! [963/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_t1_trce.c.o npm ERR! [964/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_tls_srp.c.o npm ERR! [965/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_record_ssl3_buffer.c.o npm ERR! [966/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_record_dtls1_bitmap.c.o npm ERR! [967/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_record_rec_layer_d1.c.o npm ERR! [968/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_record_rec_layer_s3.c.o npm ERR! [969/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_record_ssl3_record.c.o npm ERR! [970/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_statem_extensions.c.o npm ERR! [971/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_record_ssl3_record_tls13.c.o npm ERR! [972/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_asn1.c.o npm ERR! [973/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_s3_lib.c.o npm ERR! [974/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_cert.c.o npm ERR! [975/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_ciph.c.o npm ERR! [976/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_ssl_conf.c.o npm ERR! [977/1320] Compiling C object subprojects/openssl-3.0.2/libssl.a.p/ssl_s3_msg.c.o npm ERR! [978/1320] Linking static target subprojects/openssl-3.0.2/libssl.a npm ERR! [979/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_fs-poll.c.o npm ERR! [980/1320] Linking static target subprojects/openssl-3.0.2/libcrypto.a npm ERR! [981/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_idna.c.o npm ERR! [982/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_inet.c.o npm ERR! [983/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_random.c.o npm ERR! [984/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_strscpy.c.o npm ERR! [985/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_timer.c.o npm ERR! [986/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_threadpool.c.o npm ERR! [987/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_uv-data-getter-setters.c.o npm ERR! [988/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_version.c.o npm ERR! [989/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_async.c.o npm ERR! [990/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_uv-common.c.o npm ERR! [991/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_dl.c.o npm ERR! [992/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_core.c.o npm ERR! [993/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_getaddrinfo.c.o npm ERR! [994/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_getnameinfo.c.o npm ERR! [995/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_loop-watcher.c.o npm ERR! [996/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_fs.c.o npm ERR! [997/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_loop.c.o npm ERR! [998/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_poll.c.o npm ERR! [999/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_pipe.c.o npm ERR! [1000/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_process.c.o npm ERR! [1001/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_random-devurandom.c.o npm ERR! [1002/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o npm ERR! FAILED: subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o npm ERR! cc -Isubprojects/libuv-v1.43.0/libuv.a.p -Isubprojects/libuv-v1.43.0 -I../../../subprojects/libuv-v1.43.0 -I../../../subprojects/libuv-v1.43.0/include -I../../../subprojects/libuv-v1.43.0/src -fdiagnostics-color=always -DNDEBUG -std=c89 -O3 -fPIC -pthread -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112 -MD -MQ subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o -MF subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o.d -o subprojects/libuv-v1.43.0/libuv.a.p/src_unix_stream.c.o -c ../../../subprojects/libuv-v1.43.0/src/unix/stream.c npm ERR! ../../../subprojects/libuv-v1.43.0/src/unix/stream.c: In function ‘uv__write’: npm ERR! ../../../subprojects/libuv-v1.43.0/src/unix/stream.c:929:3: error: C++ style comments are not allowed in ISO C90 npm ERR! 929 | // XXX(jwn): this must call uv__stream_flush_write_queue(stream, n) here, since we won't generate any more events npm ERR! | ^ npm ERR! ../../../subprojects/libuv-v1.43.0/src/unix/stream.c:929:3: note: (this will be reported only once per input file) npm ERR! [1003/1320] Compiling C object subprojects/libuv-v1.43.0/libuv.a.p/src_unix_signal.c.o npm ERR! ninja: build stopped: subcommand failed. npm ERR! make: Leaving directory '/app/node_modules/mediasoup/worker' npm ERR! WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv npm ERR! Directory does not contain a valid build tree: npm ERR! /app/node_modules/mediasoup/worker/out/Release/build npm ERR! make: *** [Makefile:168: mediasoup-worker] Error 1 npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2022-07-25T10_27_43_848Z-debug-0.log The command '/bin/sh -c cd /app && cp config/default.example.yml config/production.yml && rm .git && npm install --unsafe-perm && npm cache clear --force && rm -rf node_modules/mediasoup/worker/out/Release/subprojects && rm -rf node_modules/mediasoup/worker/out/Release/mediasoup-worker.p && rm -rf node_modules/mediasoup/worker/out/Release/deps' returned a non-zero code: 1 ERROR: Service 'webrtc-sfu' failed to build : Build failed ``` ``` root@mars:/opt/bbb-docker# docker-compose --version docker-compose version 1.29.2, build unknown root@mars:/opt/bbb-docker# docker --version Docker version 20.10.17, build 100c701 root@mars:/opt/bbb-docker# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename: jammy ```
DavidSchmucker commented 1 year ago

Docker Compose version v2.6.0 Docker version 20.10.17, build 100c701 Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye

doodlemania2 commented 1 year ago

I have what may be a related problem with FreeSwitch when building just now: Step 7/11 : RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_FS_CONFIG/bbb-voice-conference/config/freeswitch/conf /etc/freeswitch && rm -rf /etc/freeswitch/.svn ---> Running in 1d3cacd86b27 svn: E170000: URL 'https://github.com/bigbluebutton/bigbluebutton/tags/bbb-voice-conference/config/freeswitch/conf' doesn't exist ERROR: Service 'freeswitch' failed to build: The command '/bin/sh -c svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_FS_CONFIG/bbb-voice-conference/config/freeswitch/conf /etc/freeswitch && rm -rf /etc/freeswitch/.svn' returned a non-zero code: 1

willyamcts commented 1 year ago

I have what may be a related problem with FreeSwitch when building just now: Step 7/11 : RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_FS_CONFIG/bbb-voice-conference/config/freeswitch/conf /etc/freeswitch && rm -rf /etc/freeswitch/.svn ---> Running in 1d3cacd86b27 svn: E170000: URL 'https://github.com/bigbluebutton/bigbluebutton/tags/bbb-voice-conference/config/freeswitch/conf' doesn't exist ERROR: Service 'freeswitch' failed to build: The command '/bin/sh -c svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_FS_CONFIG/bbb-voice-conference/config/freeswitch/conf /etc/freeswitch && rm -rf /etc/freeswitch/.svn' returned a non-zero code: 1

I had similar problem where my docker was installed from repository Ubuntu. Could check version your docker?

docker-compose --version
docker --version

If find you necessarily, return in first step from install.

DavidSchmucker commented 1 year ago

I'm start to think the issue is, that my server is behind a sophos firewall and these blocked/modifiy the package. The combination of APT-HTTP/1.3 Client and http:// without SSL are suspicious. Can anyone with this issue confirm, that his/her server is also behind a (sophos) firewall?

alangecker commented 1 year ago

There have been many changes within BBB 2.6. This issue has probably also been solved. Please feel free to post again if it should still occur.

lopezsanchez commented 1 year ago

Hello: I had the same problem with FreeSwtich. I'd tried to fix it by upgrading docker. Firstly, I had this issue:

$ sudo docker-compose up -d
[sudo] password for XXX: 
Building freeswitch
Sending build context to Docker daemon  69.12kB
Step 1/21 : ARG BBB_BUILD_TAG
Step 2/21 : FROM gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:$BBB_BUILD_TAG AS builder
Get "https://gitlab.senfcall.de:5050/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
ERROR: Service 'freeswitch' failed to build : Build failed

Then, I updated docker: $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

When I tried to relaunch bbb container, the issue has changed but it persisted:

$ sudo docker-compose up -d
Building freeswitch
[+] Building 30.0s (5/5) FINISHED                                                                    
 => [internal] load .dockerignore                                                               0.0s
 => => transferring context: 2B                                                                 0.0s
 => [internal] load build definition from Dockerfile                                            0.0s
 => => transferring dockerfile: 3.81kB                                                          0.0s
 => [internal] load metadata for docker.io/alangecker/bbb-docker-base-java:latest               1.2s
 => [internal] load metadata for docker.io/library/ubuntu:20.04                                 1.2s
 => ERROR [internal] load metadata for gitlab.senfcall.de:5050/senfcall-public/docker-bbb-bui  30.0s
------
 > [internal] load metadata for gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:v2022-12-29-grails-524:
------
Dockerfile:2
--------------------
   1 |     ARG BBB_BUILD_TAG
   2 | >>> FROM gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:$BBB_BUILD_TAG AS builder
   3 |     
   4 |     ARG TAG_FREESWITCH
--------------------
ERROR: failed to solve: DeadlineExceeded: DeadlineExceeded: DeadlineExceeded: gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:v2022-12-29-grails-524: failed to do request: Head "https://gitlab.senfcall.de:5050/v2/senfcall-public/docker-bbb-build/manifests/v2022-12-29-grails-524": dial tcp 159.69.2.199:5050: i/o timeout
ERROR: Service 'freeswitch' failed to build : Build failed

Any idea? Thank you