Builds and publishes the O3 Frontend

Build: #605 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
3 minutes
Agent
xindi.openmrs.org
Revision
c5ed811a6ab9f0b02686a08033a50f2abc05a918 c5ed811a6ab9f0b02686a08033a50f2abc05a918
Fixed in
#606 (Manual run by Github Actions)
No failed test found. A possible compilation error occurred.

Error summary

The build generated some errors. See the full build log for more details.

#9 DONE 1.4s

#10 [linux/amd64 internal] load metadata for docker.io/library/nginx:1.25-alpine
#10 DONE 1.5s

#11 [internal] load build context
#11 transferring context: 6.70kB done
#11 DONE 0.1s

#12 [linux/amd64 stage-1 1/8] FROM docker.io/library/nginx:1.25-alpine@sha256:516475cc129da42866742567714ddc681e5eed7b9ee0b9e9c015e464b4221a00
#12 resolve docker.io/library/nginx:1.25-alpine@sha256:516475cc129da42866742567714ddc681e5eed7b9ee0b9e9c015e464b4221a00 0.1s done
#12 DONE 0.2s

#13 [linux/arm64 stage-1 1/8] FROM docker.io/library/nginx:1.25-alpine@sha256:516475cc129da42866742567714ddc681e5eed7b9ee0b9e9c015e464b4221a00
#13 resolve docker.io/library/nginx:1.25-alpine@sha256:516475cc129da42866742567714ddc681e5eed7b9ee0b9e9c015e464b4221a00 0.1s done
#13 DONE 0.2s

#14 [linux/amd64 dev 1/8] FROM docker.io/library/node:18-alpine@sha256:5069da655539e2e986ce3fd1757f24a41b846958566c89ff4a48874434d73749
#14 resolve docker.io/library/node:18-alpine@sha256:5069da655539e2e986ce3fd1757f24a41b846958566c89ff4a48874434d73749 0.1s done
#14 sha256:b8f3bd8bfe9e57370cb37c29df1eb4e97c3befd433a957b1acbfe97f6537e122 449B / 449B 0.1s done
#14 sha256:92411982d03bcad01621c3ab2cc6079b46591377e26330241259e9463ef9b988 1.38MB / 1.38MB 0.1s done
#14 sha256:d25f557d7f31bf7acfac935859b5153da41d13c41f2b468d16f729a5b883634f 3.62MB / 3.62MB 0.1s done
#14 extracting sha256:d25f557d7f31bf7acfac935859b5153da41d13c41f2b468d16f729a5b883634f
#14 sha256:3cee96ef1c71eab92befc97585e5e7d1a543acd8f8dd88af9dabb186aee1f5f1 25.86MB / 39.83MB 0.2s
#14 extracting sha256:d25f557d7f31bf7acfac935859b5153da41d13c41f2b468d16f729a5b883634f 0.1s done
#14 sha256:3cee96ef1c71eab92befc97585e5e7d1a543acd8f8dd88af9dabb186aee1f5f1 39.83MB / 39.83MB 0.2s done
#14 extracting sha256:3cee96ef1c71eab92befc97585e5e7d1a543acd8f8dd88af9dabb186aee1f5f1
#14 extracting sha256:3cee96ef1c71eab92befc97585e5e7d1a543acd8f8dd88af9dabb186aee1f5f1 1.0s done
#14 extracting sha256:92411982d03bcad01621c3ab2cc6079b46591377e26330241259e9463ef9b988 0.1s done
#14 extracting sha256:b8f3bd8bfe9e57370cb37c29df1eb4e97c3befd433a957b1acbfe97f6537e122 0.0s done
#14 DONE 1.7s

#15 [linux/amd64 dev 2/8] RUN mkdir -p /app
#15 DONE 0.2s

#16 [linux/amd64 dev 3/8] WORKDIR /app
#16 DONE 0.1s

#17 [linux/amd64 dev 4/8] COPY spa-assemble-config.json .
#17 DONE 0.1s

#18 [linux/amd64 dev 5/8] COPY spa-build-config.json .
#18 DONE 0.1s

#19 [linux/amd64 dev 6/8] RUN npx --legacy-peer-deps openmrs@next assemble --manifest --mode config --config spa-assemble-config.json --target ./spa
#19 1.476 npm warn exec The following package was not found and will be installed: openmrs@5.6.1-pre.1851
#19 136.0 npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
#19 136.8 npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
#19 138.7 npm warn deprecated rollup-plugin-terser@7.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
#19 139.1 npm warn deprecated phin@2.9.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
#19 139.8 npm warn deprecated workbox-cacheable-response@6.6.0: workbox-background-sync@6.6.0
#19 140.0 npm warn deprecated workbox-google-analytics@6.6.0: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained
#19 141.4 npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
#19 143.5 npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
#19 143.5 npm warn deprecated npmlog@6.0.2: This package is no longer supported.
#19 143.6 npm warn deprecated read-package-json@6.0.4: This package is no longer supported. Please use @npmcli/package-json instead.
#19 144.2 npm warn deprecated gauge@4.0.4: This package is no longer supported.
#19 144.3 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.
#19 151.6 npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
#19 151.7 npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#19 153.9 npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
#19 154.2 npm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported
#19 178.4 [openmrs] Reading configuration /app/spa-assemble-config.json ...
#19 178.4 [openmrs] Assembling dependencies and building import map and routes registry...
#19 183.3 [openmrs] Finished assembling frontend distribution
#19 183.3 npm notice
#19 183.3 npm notice New minor version of npm available! 10.7.0 -> 10.8.1
#19 183.3 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.1
#19 183.3 npm notice To update run: npm install -g npm@10.8.1
#19 183.3 npm notice
#19 DONE 183.7s

#20 [linux/amd64 dev 7/8] RUN npx --legacy-peer-deps openmrs@next build --build-config spa-build-config.json --target ./spa
#20 3.152 npm warn exec The following package was not found and will be installed: openmrs@5.6.1-pre.1852
#20 4.416 npm error code ETARGET
#20 4.424 npm error notarget No matching version found for openmrs@5.6.1-pre.1852.
#20 4.424 npm error notarget In most cases you or one of your dependencies are requesting
#20 4.424 npm error notarget a package version that doesn't exist.
#20 4.424
#20 4.424 npm error A complete log of this run can be found in: /root/.npm/_logs/2024-05-31T21_07_58_626Z-debug-0.log
#20 ERROR: process "/bin/sh -c npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} build --build-config spa-build-config.json --target ./spa" did not complete successfully: exit code: 1
------
> [linux/amd64 dev 7/8] RUN npx --legacy-peer-deps openmrs@next build --build-config spa-build-config.json --target ./spa:
#20 3.152 npm warn exec The following package was not found and will be installed: openmrs@5.6.1-pre.1852
#20 4.416 npm error code ETARGET
#20 4.424 npm error notarget No matching version found for openmrs@5.6.1-pre.1852.
#20 4.424 npm error notarget In most cases you or one of your dependencies are requesting
#20 4.424 npm error notarget a package version that doesn't exist.
#20 4.424
#20 4.424 npm error A complete log of this run can be found in: /root/.npm/_logs/2024-05-31T21_07_58_626Z-debug-0.log
------
Dockerfile:17
--------------------
  15 |     ARG CACHE_BUST
  16 |     RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} assemble --manifest --mode config --config spa-assemble-config.json --target ./spa
  17 | >>> RUN npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} build --build-config spa-build-config.json --target ./spa
  18 |     RUN if [ ! -f ./spa/index.html ]; then echo 'Build failed. Please check the logs above for details. This may have happened because of an update to a library that OpenMRS depends on.'; exit 1; fi
  19 |     
--------------------
error: failed to solve: process "/bin/sh -c npx --legacy-peer-deps openmrs@${APP_SHELL_VERSION:-next} build --build-config spa-build-config.json --target ./spa" did not complete successfully: exit code: 1