Plan responsible for building Docker images for the 3.x demo and development sites
Build: #2200 was successful
Job: Build Frontend was successful
Job result summary
- Completed
- Duration
- 2 minutes
- Agent
- xindi.openmrs.org
- Revision
-
2f8f9443b3b42e7c91bb730fdcaaf153d501bc6d
2f8f9443b3b42e7c91bb730fdcaaf153d501bc6d - Successful since
- #2063 ()
Error summary
The build generated some errors. See the full build log for more details.
#19 45.48 asset [1m[32micon_256x256.c729f6e7e914b58fcea5ce91d7aa9bad.png[39m[22m 6.87 KiB [1m[32m[emitted][39m[22m
#19 45.48 + 4 assets
#19 45.48 asset [1m[32mindex.html[39m[22m 3.07 KiB [1m[32m[emitted][39m[22m
#19 45.48 asset [1m[32mlogo.svg[39m[22m 1.33 KiB [1m[32m[emitted][39m[22m [from: ../@openmrs/esm-app-shell/src/assets/logo.svg] [1m[32m[copied][39m[22m
#19 45.48 asset [1m[32mmanifest.5b75f75f5d42204f1d54b9e28a60208c.json[39m[22m 1.26 KiB [1m[32m[emitted][39m[22m
#19 45.48 asset [1m[32mfavicon.ico[39m[22m 1.12 KiB [1m[32m[emitted][39m[22m [from: ../@openmrs/esm-app-shell/src/assets/favicon.ico] [1m[32m[copied][39m[22m
#19 45.48 Entrypoint [1mmain[39m[22m [1m[33m[big][39m[22m 2.36 MiB (1.59 MiB) = [1m[32mopenmrs.a6899a603c61b967.css[39m[22m 1.18 MiB [1m[32mopenmrs.a440f3d8e6e1b6c9.js[39m[22m 1.18 MiB 2 auxiliary assets
#19 45.48 orphan modules 10.8 MiB (javascript) 35.1 KiB (css/mini-extract) 2.4 MiB (asset) 48.9 KiB (runtime) [1m[33m[orphan][39m[22m 1844 modules
#19 45.48 runtime modules 18.9 KiB 13 modules
#19 45.48 built modules 4.52 MiB (javascript) 1.18 MiB (css/mini-extract) 420 bytes (share-init) 420 bytes (consume-shared) [1m[33m[built][39m[22m
#19 45.48 javascript modules 4.52 MiB 234 modules
#19 45.48 css modules 1.18 MiB
#19 45.48 modules by path [1m../@react-spectrum/[39m[22m 447 KiB 11 modules
#19 45.48 modules by path [1m../@openmrs/[39m[22m 764 KiB 4 modules
#19 45.48 provide-module modules 420 bytes
#19 45.48 modules by path [1mprovide shared module (default) @openmrs/[39m[22m 84 bytes 2 modules
#19 45.48 + 8 modules
#19 45.48 consume-shared-module modules 420 bytes
#19 45.48 modules by path [1mconsume shared module (default) @openmrs/[39m[22m 84 bytes 2 modules
#19 45.48 + 8 modules
#19 45.48
#19 45.48 [1m[33mWARNING[39m[22m in [1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
#19 45.48 This can impact web performance.
#19 45.48 Assets:
#19 45.48 openmrs.a6899a603c61b967.css (1.18 MiB)
#19 45.48 openmrs.a440f3d8e6e1b6c9.js (1.18 MiB)[39m[22m
#19 45.48
#19 45.48 [1m[33mWARNING[39m[22m in [1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
#19 45.48 Entrypoints:
#19 45.48 main (2.36 MiB)
#19 45.48 openmrs.a6899a603c61b967.css
#19 45.48 openmrs.a440f3d8e6e1b6c9.js
#19 45.48 [39m[22m
#19 45.48
#19 45.48 webpack 5.89.0 compiled with [1m[33m2 warnings[39m[22m in 36811 ms
#19 45.48 [openmrs] Build finished.
#19 DONE 45.6s
#20 [linux/amd64 dev 7/7] 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
#20 DONE 0.1s
#21 [linux/amd64 stage-1 2/7] RUN apk update && apk upgrade && apk add --no-cache moreutils
#21 CACHED
#22 [linux/amd64 stage-1 5/7] RUN chmod +x /usr/local/bin/startup.sh
#22 CACHED
#23 [linux/amd64 stage-1 3/7] RUN rm -rf /usr/share/nginx/html/*
#23 CACHED
#24 [linux/amd64 stage-1 4/7] COPY startup.sh /usr/local/bin/startup.sh
#24 CACHED
#25 [linux/amd64 stage-1 6/7] COPY nginx.conf /etc/nginx/nginx.conf
#25 CACHED
#26 [linux/arm64 stage-1 4/7] COPY startup.sh /usr/local/bin/startup.sh
#26 CACHED
#27 [linux/arm64 stage-1 5/7] RUN chmod +x /usr/local/bin/startup.sh
#27 CACHED
#28 [linux/arm64 stage-1 3/7] RUN rm -rf /usr/share/nginx/html/*
#28 CACHED
#29 [linux/arm64 stage-1 2/7] RUN apk update && apk upgrade && apk add --no-cache moreutils
#29 CACHED
#30 [linux/arm64 stage-1 6/7] COPY nginx.conf /etc/nginx/nginx.conf
#30 CACHED
#31 [linux/arm64 stage-1 7/7] COPY --from=dev /app/spa /usr/share/nginx/html
#31 DONE 1.1s
#32 [linux/amd64 stage-1 7/7] COPY --from=dev /app/spa /usr/share/nginx/html
#32 DONE 1.1s
#33 exporting to image
#33 exporting layers
#33 exporting layers 8.0s done
#33 exporting manifest sha256:33d706685fda00d113bcea817f99f065a8ef840f6afa28df5b9cb49a257115f1 0.0s done
#33 exporting config sha256:05ea04b7ca3121e386d24ef6aae9b2606ea05e39571c472c5686dfa23420b6a8
#33 exporting config sha256:05ea04b7ca3121e386d24ef6aae9b2606ea05e39571c472c5686dfa23420b6a8 0.0s done
#33 exporting manifest sha256:89fedfb90a16d98d36504ebebff7c31809b90a98eb18326a7a5565aa2cbadc30 0.0s done
#33 exporting config sha256:ae82b8684baccffad214c47f2445f59d9e4beed9e8c6202cdb950baff83620fd 0.0s done
#33 exporting manifest list sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0 0.0s done
#33 ...
#34 [auth] openmrs/openmrs-reference-application-3-frontend:pull,push token for registry-1.docker.io
#34 DONE 0.0s
#33 exporting to image
#33 pushing layers
#33 pushing layers 2.5s done
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0 0.8s done
#33 pushing layers 0.8s done
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0 0.4s done
#33 DONE 12.6s
#19 45.48 + 4 assets
#19 45.48 asset [1m[32mindex.html[39m[22m 3.07 KiB [1m[32m[emitted][39m[22m
#19 45.48 asset [1m[32mlogo.svg[39m[22m 1.33 KiB [1m[32m[emitted][39m[22m [from: ../@openmrs/esm-app-shell/src/assets/logo.svg] [1m[32m[copied][39m[22m
#19 45.48 asset [1m[32mmanifest.5b75f75f5d42204f1d54b9e28a60208c.json[39m[22m 1.26 KiB [1m[32m[emitted][39m[22m
#19 45.48 asset [1m[32mfavicon.ico[39m[22m 1.12 KiB [1m[32m[emitted][39m[22m [from: ../@openmrs/esm-app-shell/src/assets/favicon.ico] [1m[32m[copied][39m[22m
#19 45.48 Entrypoint [1mmain[39m[22m [1m[33m[big][39m[22m 2.36 MiB (1.59 MiB) = [1m[32mopenmrs.a6899a603c61b967.css[39m[22m 1.18 MiB [1m[32mopenmrs.a440f3d8e6e1b6c9.js[39m[22m 1.18 MiB 2 auxiliary assets
#19 45.48 orphan modules 10.8 MiB (javascript) 35.1 KiB (css/mini-extract) 2.4 MiB (asset) 48.9 KiB (runtime) [1m[33m[orphan][39m[22m 1844 modules
#19 45.48 runtime modules 18.9 KiB 13 modules
#19 45.48 built modules 4.52 MiB (javascript) 1.18 MiB (css/mini-extract) 420 bytes (share-init) 420 bytes (consume-shared) [1m[33m[built][39m[22m
#19 45.48 javascript modules 4.52 MiB 234 modules
#19 45.48 css modules 1.18 MiB
#19 45.48 modules by path [1m../@react-spectrum/[39m[22m 447 KiB 11 modules
#19 45.48 modules by path [1m../@openmrs/[39m[22m 764 KiB 4 modules
#19 45.48 provide-module modules 420 bytes
#19 45.48 modules by path [1mprovide shared module (default) @openmrs/[39m[22m 84 bytes 2 modules
#19 45.48 + 8 modules
#19 45.48 consume-shared-module modules 420 bytes
#19 45.48 modules by path [1mconsume shared module (default) @openmrs/[39m[22m 84 bytes 2 modules
#19 45.48 + 8 modules
#19 45.48
#19 45.48 [1m[33mWARNING[39m[22m in [1masset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
#19 45.48 This can impact web performance.
#19 45.48 Assets:
#19 45.48 openmrs.a6899a603c61b967.css (1.18 MiB)
#19 45.48 openmrs.a440f3d8e6e1b6c9.js (1.18 MiB)[39m[22m
#19 45.48
#19 45.48 [1m[33mWARNING[39m[22m in [1mentrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
#19 45.48 Entrypoints:
#19 45.48 main (2.36 MiB)
#19 45.48 openmrs.a6899a603c61b967.css
#19 45.48 openmrs.a440f3d8e6e1b6c9.js
#19 45.48 [39m[22m
#19 45.48
#19 45.48 webpack 5.89.0 compiled with [1m[33m2 warnings[39m[22m in 36811 ms
#19 45.48 [openmrs] Build finished.
#19 DONE 45.6s
#20 [linux/amd64 dev 7/7] 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
#20 DONE 0.1s
#21 [linux/amd64 stage-1 2/7] RUN apk update && apk upgrade && apk add --no-cache moreutils
#21 CACHED
#22 [linux/amd64 stage-1 5/7] RUN chmod +x /usr/local/bin/startup.sh
#22 CACHED
#23 [linux/amd64 stage-1 3/7] RUN rm -rf /usr/share/nginx/html/*
#23 CACHED
#24 [linux/amd64 stage-1 4/7] COPY startup.sh /usr/local/bin/startup.sh
#24 CACHED
#25 [linux/amd64 stage-1 6/7] COPY nginx.conf /etc/nginx/nginx.conf
#25 CACHED
#26 [linux/arm64 stage-1 4/7] COPY startup.sh /usr/local/bin/startup.sh
#26 CACHED
#27 [linux/arm64 stage-1 5/7] RUN chmod +x /usr/local/bin/startup.sh
#27 CACHED
#28 [linux/arm64 stage-1 3/7] RUN rm -rf /usr/share/nginx/html/*
#28 CACHED
#29 [linux/arm64 stage-1 2/7] RUN apk update && apk upgrade && apk add --no-cache moreutils
#29 CACHED
#30 [linux/arm64 stage-1 6/7] COPY nginx.conf /etc/nginx/nginx.conf
#30 CACHED
#31 [linux/arm64 stage-1 7/7] COPY --from=dev /app/spa /usr/share/nginx/html
#31 DONE 1.1s
#32 [linux/amd64 stage-1 7/7] COPY --from=dev /app/spa /usr/share/nginx/html
#32 DONE 1.1s
#33 exporting to image
#33 exporting layers
#33 exporting layers 8.0s done
#33 exporting manifest sha256:33d706685fda00d113bcea817f99f065a8ef840f6afa28df5b9cb49a257115f1 0.0s done
#33 exporting config sha256:05ea04b7ca3121e386d24ef6aae9b2606ea05e39571c472c5686dfa23420b6a8
#33 exporting config sha256:05ea04b7ca3121e386d24ef6aae9b2606ea05e39571c472c5686dfa23420b6a8 0.0s done
#33 exporting manifest sha256:89fedfb90a16d98d36504ebebff7c31809b90a98eb18326a7a5565aa2cbadc30 0.0s done
#33 exporting config sha256:ae82b8684baccffad214c47f2445f59d9e4beed9e8c6202cdb950baff83620fd 0.0s done
#33 exporting manifest list sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0 0.0s done
#33 ...
#34 [auth] openmrs/openmrs-reference-application-3-frontend:pull,push token for registry-1.docker.io
#34 DONE 0.0s
#33 exporting to image
#33 pushing layers
#33 pushing layers 2.5s done
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0 0.8s done
#33 pushing layers 0.8s done
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:a40786b793c5344aa3cf7bf06144cfdbc3148d6db78bff0e2c96d84f7c8d6cb0 0.4s done
#33 DONE 12.6s