rhizome-node/logs/docker-build.log

106 lines
6.1 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[2025-06-18T01:06:06.659Z] ✅ Docker build started, streaming output...
[2025-06-18T01:06:06.660Z] [Docker Build] Step 1/11 : FROM node:24
[2025-06-18T01:06:06.660Z] [Docker Build]
[2025-06-18T01:06:06.660Z] [Docker Build] ---> 755ea2a01757
[2025-06-18T01:06:06.660Z] [Docker Build] Step 2/11 : WORKDIR /app
[2025-06-18T01:06:06.660Z] [Docker Build]
[2025-06-18T01:06:06.661Z] [Docker Build] ---> Using cache
[2025-06-18T01:06:06.661Z] [Docker Build] ---> a471eaba1647
[2025-06-18T01:06:06.661Z] [Docker Build] Step 3/11 : COPY package.json package-lock.json tsconfig.json ./
[2025-06-18T01:06:06.661Z] [Docker Build]
[2025-06-18T01:06:06.833Z] [Docker Build] ---> 7c047af2d840
[2025-06-18T01:06:06.834Z] [Docker Build] Step 4/11 : RUN npm ci --include=dev
[2025-06-18T01:06:06.834Z] [Docker Build]
[2025-06-18T01:06:06.934Z] [Docker Build] ---> Running in 49af7c037197
[2025-06-18T01:06:10.455Z] [Docker Build] npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported

[2025-06-18T01:06:10.734Z] [Docker Build] npm warn deprecated npmlog@6.0.2: This package is no longer supported.

[2025-06-18T01:06:11.395Z] [Docker Build] npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

[2025-06-18T01:06:11.461Z] [Docker Build] npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

[2025-06-18T01:06:11.524Z] [Docker Build] npm warn deprecated gauge@4.0.4: This package is no longer supported.

[2025-06-18T01:06:12.230Z] [Docker Build] npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.

[2025-06-18T01:06:13.207Z] [Docker Build] npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead

[2025-06-18T01:06:13.251Z] [Docker Build] npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead

[2025-06-18T01:06:14.440Z] [Docker Build] npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.

[2025-06-18T01:06:19.569Z] [Docker Build]
added 839 packages, and audited 841 packages in 12s
[2025-06-18T01:06:19.569Z] [Docker Build] 175 packages are looking for funding
run `npm fund` for details
[2025-06-18T01:06:19.571Z] [Docker Build]
found 0 vulnerabilities
[2025-06-18T01:06:19.572Z] [Docker Build] npm notice
npm notice New minor version of npm available! 11.3.0 -> 11.4.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2
npm notice To update run: npm install -g npm@11.4.2
npm notice

[2025-06-18T01:06:31.247Z] [Docker Build] ---> Removed intermediate container 49af7c037197
[2025-06-18T01:06:31.247Z] [Docker Build] ---> 3db27fed8161
[2025-06-18T01:06:31.247Z] [Docker Build] Step 5/11 : COPY src/ src/
[2025-06-18T01:06:31.247Z] [Docker Build]
[2025-06-18T01:06:31.598Z] [Docker Build] ---> 1ad51b320392
[2025-06-18T01:06:31.598Z] [Docker Build] Step 6/11 : COPY markdown/ markdown/
[2025-06-18T01:06:31.598Z] [Docker Build]
[2025-06-18T01:06:31.736Z] [Docker Build] ---> c52bad2721f7
[2025-06-18T01:06:31.736Z] [Docker Build] Step 7/11 : COPY examples/ examples/
[2025-06-18T01:06:31.736Z] [Docker Build]
[2025-06-18T01:06:31.864Z] [Docker Build] ---> 5a98881e54fb
[2025-06-18T01:06:31.865Z] [Docker Build] Step 8/11 : COPY util/ util/
[2025-06-18T01:06:31.865Z] [Docker Build]
[2025-06-18T01:06:31.986Z] [Docker Build] ---> 862b5fe2ca61
[2025-06-18T01:06:31.986Z] [Docker Build] Step 9/11 : RUN npm run build --verbose
[2025-06-18T01:06:31.986Z] [Docker Build]
[2025-06-18T01:06:32.085Z] [Docker Build] ---> Running in 386a95b55921
[2025-06-18T01:06:32.475Z] [Docker Build] npm verbose cli /usr/local/bin/node /usr/local/bin/npm

[2025-06-18T01:06:32.476Z] [Docker Build] npm info using npm@11.3.0

[2025-06-18T01:06:32.476Z] [Docker Build] npm info using node@v24.2.0

[2025-06-18T01:06:32.478Z] [Docker Build] npm verbose title npm run build
npm verbose argv "run" "build" "--loglevel" "verbose"

[2025-06-18T01:06:32.478Z] [Docker Build] npm verbose logfile logs-max:10 dir:/root/.npm/_logs/2025-06-18T01_06_32_444Z-

[2025-06-18T01:06:32.502Z] [Docker Build] npm verbose logfile /root/.npm/_logs/2025-06-18T01_06_32_444Z-debug-0.log

[2025-06-18T01:06:32.528Z] [Docker Build]
> rhizome-node@0.1.0 build
> tsc
[2025-06-18T01:06:35.285Z] [Docker Build] npm verbose cwd /app

[2025-06-18T01:06:35.285Z] [Docker Build] npm verbose os Linux 6.8.0-60-generic

[2025-06-18T01:06:35.285Z] [Docker Build] npm verbose node v24.2.0

[2025-06-18T01:06:35.285Z] [Docker Build] npm verbose npm v11.3.0

[2025-06-18T01:06:35.286Z] [Docker Build] npm verbose exit 0

[2025-06-18T01:06:35.286Z] [Docker Build] npm info ok

[2025-06-18T01:06:35.874Z] [Docker Build] ---> Removed intermediate container 386a95b55921
[2025-06-18T01:06:35.874Z] [Docker Build] ---> 694f414f6cdb
[2025-06-18T01:06:35.874Z] [Docker Build] Step 10/11 : ENV NODE_ENV=test
[2025-06-18T01:06:35.874Z] [Docker Build]
[2025-06-18T01:06:36.003Z] [Docker Build] ---> Running in facd3d3ab07a
[2025-06-18T01:06:36.124Z] [Docker Build] ---> Removed intermediate container facd3d3ab07a
[2025-06-18T01:06:36.124Z] [Docker Build] ---> 3eb20e31ad6a
[2025-06-18T01:06:36.124Z] [Docker Build] Step 11/11 : CMD ["node", "dist/examples/app.js"]
[2025-06-18T01:06:36.124Z] [Docker Build]
[2025-06-18T01:06:36.225Z] [Docker Build] ---> Running in 3c6e1a89fadb
[2025-06-18T01:06:36.329Z] [Docker Build] ---> Removed intermediate container 3c6e1a89fadb
[2025-06-18T01:06:36.329Z] [Docker Build] ---> 66da6b5995cc
[2025-06-18T01:06:36.329Z] [Docker Build] {"aux":{"ID":"sha256:66da6b5995cc50e0463df668b8820b56b6e384a7c91dfaca010ff8c3761b1146"}}
[2025-06-18T01:06:36.331Z] [Docker Build] Successfully built 66da6b5995cc
[2025-06-18T01:06:36.350Z] [Docker Build] Successfully tagged rhizome-node-test:latest
[2025-06-18T01:06:36.350Z] ✅ Docker build completed successfully