DO NOT MANUALLY RUN! Builds and publishes QA releases to the O3 RefApp QA server

Build: #1 was successful

Job: Frontend was successful

Stages & jobs

  1. Build

  2. Deploy and Store Build Info

Job result summary

Completed
Duration
2 minutes
Flags
Custom revision
Agent
xiao.openmrs.org
Revision
ec6bb3e18dca4b54dc3e1fa86f731c09ef785c6f ec6bb3e18dca4b54dc3e1fa86f731c09ef785c6f

Custom variables

Custom revision
ec6bb3e18dca4b54dc3e1fa86f731c09ef785c6f ec6bb3e18dca4b54dc3e1fa86f731c09ef785c6f

Error summary

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

#11 [linux/arm64 stage-1 1/7] FROM docker.io/library/nginx:1.25-alpine@sha256:f2802c2a9d09c7aa3ace27445dfc5656ff24355da28e7b958074a0111e3fc076
#11 extracting sha256:4ed9732a112b3b628e97d0632ca10136ad65714079fef6f99c912a60ea6a1c49 0.0s done
#11 extracting sha256:d244ccf97067b994fc20b17adc7a9410497b9af6fab696414d1828e8500b204b 0.4s done
#11 DONE 2.4s

#23 [linux/arm64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#0 0.179 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
#23 0.869 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
#23 1.825 v3.18.6-20-ge3b4e2634b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
#23 1.825 v3.18.6-21-g9f5b84df6a5 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
#23 1.826 OK: 19951 distinct packages available
#23 ...

#22 [linux/amd64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#22 0.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
#22 0.769 v3.18.6-20-ge3b4e2634b9 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
#22 0.769 v3.18.6-21-g9f5b84df6a5 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
#22 0.769 OK: 20075 distinct packages available
#22 1.017 (1/1) Upgrading tzdata (2023d-r0 -> 2024a-r0)
#22 1.238 OK: 45 MiB in 64 packages
#22 1.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
#22 1.478 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
#22 1.687 (1/5) Installing perl (5.36.2-r0)
#22 1.946 (2/5) Installing perl-timedate (2.33-r2)
#22 1.973 (3/5) Installing perl-io-tty (1.17-r1)
#22 2.000 (4/5) Installing perl-ipc-run (20220807.0-r1)
#22 2.028 (5/5) Installing moreutils (0.67-r0)
#22 2.055 Executing busybox-1.36.1-r5.trigger
#22 2.061 OK: 84 MiB in 69 packages
#22 DONE 2.2s

#24 [linux/amd64 stage-1 3/7] RUN rm -rf /usr/share/nginx/html/*
#24 DONE 0.1s

#25 [linux/amd64 stage-1 4/7] COPY startup.sh /usr/local/bin/startup.sh
#25 DONE 0.1s

#23 [linux/arm64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#23 ...

#26 [linux/amd64 stage-1 5/7] RUN chmod +x /usr/local/bin/startup.sh
#26 DONE 0.1s

#27 [linux/amd64 stage-1 6/7] COPY nginx.conf /etc/nginx/nginx.conf
#27 DONE 0.1s

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

#23 [linux/arm64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#23 3.050 (1/1) Upgrading tzdata (2023d-r0 -> 2024a-r0)
#23 3.762 OK: 46 MiB in 64 packages
#23 3.935 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
#23 4.668 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
#23 5.603 (1/5) Installing perl (5.36.2-r0)
#23 6.977 (2/5) Installing perl-timedate (2.33-r2)
#23 7.050 (3/5) Installing perl-io-tty (1.17-r1)
#23 7.103 (4/5) Installing perl-ipc-run (20220807.0-r1)
#23 7.163 (5/5) Installing moreutils (0.67-r0)
#23 7.228 Executing busybox-1.36.1-r5.trigger
#23 7.286 OK: 87 MiB in 69 packages
#23 DONE 7.5s

#29 [linux/arm64 stage-1 3/7] RUN rm -rf /usr/share/nginx/html/*
#29 DONE 0.2s

#30 [linux/arm64 stage-1 4/7] COPY startup.sh /usr/local/bin/startup.sh
#30 DONE 0.1s

#31 [linux/arm64 stage-1 5/7] RUN chmod +x /usr/local/bin/startup.sh
#31 DONE 0.1s

#32 [linux/arm64 stage-1 6/7] COPY nginx.conf /etc/nginx/nginx.conf
#32 DONE 0.1s

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

#34 exporting to image
#34 exporting layers
#34 exporting layers 11.4s done
#34 exporting manifest sha256:3863bf1a341e239338aa8ac97b8e19aad8523abb0d4ab80e2020eb1d688b086a 0.0s done
#34 exporting config sha256:f551bbd79ad4f577e019b972cf5a391f4025f8101a6e022b74ee1d8922c5f597 0.0s done
#34 exporting manifest sha256:4ffe2e66685be83dcb2f992232a6ccd4a712417b3b5d945bad8f76388a18a69c 0.0s done
#34 exporting config sha256:8433bd3d4fc932e0f3eac72d2b996df4a909eab567c09ea0103cf953441df3a0 0.0s done
#34 exporting manifest list sha256:098a1104d09df5dd888d1f62133de9a4158943a26b6834a9c39ef23326f63726 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 4.8s done
#34 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:3.0.0-beta.17@sha256:098a1104d09df5dd888d1f62133de9a4158943a26b6834a9c39ef23326f63726
#34 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:3.0.0-beta.17@sha256:098a1104d09df5dd888d1f62133de9a4158943a26b6834a9c39ef23326f63726 0.8s done
#34 pushing layers 1.8s done
#34 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:qa@sha256:098a1104d09df5dd888d1f62133de9a4158943a26b6834a9c39ef23326f63726
#34 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:qa@sha256:098a1104d09df5dd888d1f62133de9a4158943a26b6834a9c39ef23326f63726 0.4s done
#34 DONE 19.3s
+ [[ ehuB != ehuxB ]]
+ echo 'Start of Lmod init/bash script to define the module command'
+ LMOD_PKG=/usr/share/lmod/lmod
+ LMOD_DIR=/usr/share/lmod/lmod/libexec
+ LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod
+ MODULESHOME=/usr/share/lmod/lmod
+ export LMOD_PKG
+ export LMOD_CMD
+ export LMOD_DIR
+ export MODULESHOME
+ LMOD_VERSION=6.6
+ export LMOD_VERSION
+ '[' : '!=' : ']'
+ unalias ml
+ true
++ echo YES
++ /usr/bin/tr '[:upper:]' '[:lower:]'
+ export_module=yes
+ '[' -n '5.1.16(1)-release' -a yes '!=' no ']'
+ export -f module
+ export -f ml
+ unset export_module
+ '[' -n '' ']'
+ '[' 5 -ge 3 ']'
+ '[' -r /usr/share/lmod/lmod/init/lmod_bash_completions ']'
+ '[' -n '' ']'
+ [[ ehuB != ehuxB ]]
+ echo 'End of Lmod init/bash script to define the module command'
+ export IMAGE=openmrs/openmrs-reference-application-3-frontend
+ IMAGE=openmrs/openmrs-reference-application-3-frontend
+ docker create --name=openmrs-frontend-container openmrs/openmrs-reference-application-3-frontend:nightly
+ docker cp openmrs-frontend-container:/usr/share/nginx/html/spa-assemble-config.json ./frontend/src/main/resources/spa-assemble-config.json
+ docker rm openmrs-frontend-container