Builds and publishes the O3 Frontend

Build: #16 was successful

Job: Default Job was successful

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
2 minutes
Agent
xindi.openmrs.org
Revision
c41afd8baf19cd4a6c51a8f6ae58dab301ace2ae c41afd8baf19cd4a6c51a8f6ae58dab301ace2ae
Successful since
#2 ()

Error summary

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

#21 68.46 [openmrs] Reading configuration /app/spa-assemble-config.json ...
#21 68.47 [openmrs] Assembling dependencies and building import map and routes registry...
#21 75.47 [openmrs] Finished assembling frontend distribution
#21 75.50 npm notice
#21 75.50 npm notice New minor version of npm available! 10.2.3 -> 10.4.0
#21 75.50 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.4.0>
#21 75.50 npm notice Run `npm install -g npm@10.4.0` to update!
#21 75.50 npm notice
#21 DONE 75.8s

#30 [linux/amd64 dev 7/8] RUN npx --legacy-peer-deps openmrs@next build --build-config spa-build-config.json --target ./spa
#30 2.730 npm WARN exec The following package was not found and will be installed: openmrs@5.3.3-pre.1450
#30 6.402 [openmrs] Running build process ...
#30 42.07 (node:23) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
#30 42.07 BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
#30 42.07         Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
#30 42.07         Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.
#30 42.07 (Use `node --trace-deprecation ...` to show where the warning was created)
#30 42.37 assets by info 4.79 MiB [immutable]
#30 42.37   assets by path *.woff 1.35 MiB 90 assets
#30 42.37   assets by path *.woff2 1.04 MiB 90 assets
#30 42.37   assets by path *.js 1.22 MiB 3 assets
#30 42.37   + 1 asset
#30 42.37 assets by path *.png 64.8 KiB
#30 42.37   asset logo-512.png 15.5 KiB [emitted] [from: ../@openmrs/esm-app-shell/src/assets/logo-512.png] [copied]
#30 42.37   asset icon_512x512.7163efb26df832de513bc58d925ea22e.png 13.9 KiB [emitted]
#30 42.37   asset icon_384x384.c8923df6b6bd08eba5c79b78d7fcecc0.png 12.7 KiB [emitted]
#30 42.37   + 5 assets
#30 42.37 asset index.html 3.07 KiB [emitted]
#30 42.37 asset logo.svg 1.33 KiB [emitted] [from: ../@openmrs/esm-app-shell/src/assets/logo.svg] [copied]
#30 42.37 asset manifest.5b75f75f5d42204f1d54b9e28a60208c.json 1.26 KiB [emitted]
#30 42.37 asset favicon.ico 1.12 KiB [emitted] [from: ../@openmrs/esm-app-shell/src/assets/favicon.ico] [copied]
#30 42.37 asset service-worker.js 299 bytes [emitted] [minimized] 1 related asset
#30 42.37 Entrypoint main [big] 2.36 MiB (1.59 MiB) = openmrs.37ef9ee46daee24c.css 1.18 MiB openmrs.205f96d9eb4fde22.js 1.19 MiB 2 auxiliary assets
#30 42.37 orphan modules 10.8 MiB (javascript) 35.1 KiB (css/mini-extract) 2.4 MiB (asset) 48.9 KiB (runtime) [orphan] 1846 modules
#30 42.37 runtime modules 19 KiB 13 modules
#30 42.37 built modules 4.53 MiB (javascript) 1.18 MiB (css/mini-extract) 420 bytes (share-init) 420 bytes (consume-shared) [built]
#30 42.37   javascript modules 4.53 MiB 234 modules
#30 42.37   css modules 1.18 MiB
#30 42.37     modules by path ../@react-spectrum/ 447 KiB 11 modules
#30 42.37     modules by path ../@openmrs/ 764 KiB 4 modules
#30 42.37   provide-module modules 420 bytes
#30 42.37     modules by path provide shared module (default) @openmrs/ 84 bytes 2 modules
#30 42.37     + 8 modules
#30 42.37   consume-shared-module modules 420 bytes
#30 42.37     modules by path consume shared module (default) @openmrs/ 84 bytes 2 modules
#30 42.37     + 8 modules
#30 42.37
#30 42.37 LOG from InjectManifest
#30 42.37 <i> The service worker at service-worker.js will precache
#30 42.37 <i>         0 URLs, totaling 0 B.
#30 42.37
#30 42.37 WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
#30 42.37 This can impact web performance.
#30 42.37 Assets:
#30 42.37   openmrs.37ef9ee46daee24c.css (1.18 MiB)
#30 42.37   openmrs.205f96d9eb4fde22.js (1.19 MiB)
#30 42.37
#30 42.37 WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
#30 42.37 Entrypoints:
#30 42.37   main (2.36 MiB)
#30 42.37       openmrs.37ef9ee46daee24c.css
#30 42.37       openmrs.205f96d9eb4fde22.js
#30 42.37 
#30 42.37
#30 42.37 webpack 5.90.0 compiled with 2 warnings in 35120 ms
#30 42.37 [openmrs] Build finished.
#30 DONE 42.5s

#31 [linux/amd64 dev 8/8] 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
#31 DONE 0.1s

#32 [linux/amd64 stage-1 7/7] COPY --from=dev /app/spa /usr/share/nginx/html
#32 DONE 0.8s

#33 [linux/arm64 stage-1 7/7] COPY --from=dev /app/spa /usr/share/nginx/html
#33 DONE 0.8s

#34 exporting to image
#34 exporting layers
#34 exporting layers 12.2s done
#34 exporting manifest sha256:ae12e5427cc8854d1a6b2de531f2abc050b22b807deb68f6e2559dee2eb2b6af 0.0s done
#34 exporting config sha256:d622d1246ba6ab038e953f385075aea2504fb26830947c5bb9c44e75907166e8 0.0s done
#34 exporting manifest sha256:d74be0ad151305b4e20b5ac8d53aa94209ff4b283e29576a1e48831717047cdd 0.0s done
#34 exporting config sha256:277be911212dde0d08347ef31d30f1990906b41141afc3e3048bda9e346988e9 0.0s done
#34 exporting manifest list sha256:bf9313454faa51abd814a61dc873370fbc6ef4f4c849ab6397db2ebb15752b2c 0.0s done
#34 pushing layers
#34 ...

#35 [auth] openmrs/openmrs-reference-application-3-frontend:pull,push token for registry-1.docker.io
#35 DONE 0.0s

#34 exporting to image
#34 pushing layers 6.5s done
#34 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:bf9313454faa51abd814a61dc873370fbc6ef4f4c849ab6397db2ebb15752b2c
#34 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:bf9313454faa51abd814a61dc873370fbc6ef4f4c849ab6397db2ebb15752b2c 1.4s done
#34 pushing layers 3.3s done
#34 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:bf9313454faa51abd814a61dc873370fbc6ef4f4c849ab6397db2ebb15752b2c
#34 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:bf9313454faa51abd814a61dc873370fbc6ef4f4c849ab6397db2ebb15752b2c 0.4s done
#34 DONE 23.9s