Plan responsible for building Docker images for the 3.x demo and development sites

Build: #2199 was successful

Job: Build Frontend was successful

Stages & jobs

  1. Build

  2. Deploy

  3. Generate pre-filled Docker Images

  4. Run E2E tests

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.


#21 [linux/amd64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#0 0.066 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
#21 0.296 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
#21 0.509 v3.18.5-113-g45002b8bbf8 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
#21 0.509 v3.18.5-110-g468da3aa386 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
#21 0.509 OK: 20076 distinct packages available
#21 0.752 (1/3) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4)
#21 0.862 (2/3) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4)
#21 0.879 (3/3) Upgrading tzdata (2023c-r1 -> 2023d-r0)
#21 0.965 Executing ca-certificates-20230506-r0.trigger
#21 1.009 OK: 45 MiB in 64 packages
#21 1.058 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
#21 1.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
#21 1.353 (1/5) Installing perl (5.36.2-r0)
#21 1.603 (2/5) Installing perl-timedate (2.33-r2)
#21 1.617 (3/5) Installing perl-io-tty (1.17-r1)
#21 1.628 (4/5) Installing perl-ipc-run (20220807.0-r1)
#21 1.640 (5/5) Installing moreutils (0.67-r0)
#21 1.653 Executing busybox-1.36.1-r5.trigger
#21 1.660 OK: 84 MiB in 69 packages
#21 DONE 1.9s

#22 [linux/arm64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#0 0.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
#0 0.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
#0 1.853 v3.18.5-113-g45002b8bbf8 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
#0 1.853 v3.18.5-110-g468da3aa386 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
#0 1.853 OK: 19953 distinct packages available
#22 ...

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

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

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

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

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

#22 [linux/arm64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#22 3.519 (1/3) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4)
#22 4.025 (2/3) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4)
#22 4.072 (3/3) Upgrading tzdata (2023c-r1 -> 2023d-r0)
#22 4.272 Executing ca-certificates-20230506-r0.trigger
#22 4.616 OK: 46 MiB in 64 packages
#22 4.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
#22 5.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
#22 6.259 (1/5) Installing perl (5.36.2-r0)
#22 7.415 (2/5) Installing perl-timedate (2.33-r2)
#22 7.448 (3/5) Installing perl-io-tty (1.17-r1)
#22 7.462 (4/5) Installing perl-ipc-run (20220807.0-r1)
#22 7.483 (5/5) Installing moreutils (0.67-r0)
#22 7.508 Executing busybox-1.36.1-r5.trigger
#22 7.574 OK: 87 MiB in 69 packages
#22 DONE 7.8s

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

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

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

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

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

#33 exporting to image
#33 exporting layers
#33 exporting layers 10.6s done
#33 exporting manifest sha256:bc905d3d6c561a48379952f08a58e0281b2dfd10cee9d68a512695ca4dacfa27 0.0s done
#33 exporting config sha256:e2fe47f906b81f23951d60bb52082abaf32b880e378a4b87bd04b91cc6e965fb 0.0s done
#33 exporting manifest sha256:e7b8b01f20cee3bb54e26b4b753819df4356a861c07b87afcd743b9cbb382f15 0.0s done
#33 exporting config sha256:6cf609114ecee52539b81fe1926b0c1333a65a84d85d84146c78b3c7e94edeaa 0.0s done
#33 exporting manifest list sha256:d6b367b78b579105d28200a0ae76d8df70bdb7d2338c863b8459d666bf5bb005 0.0s done
#33 pushing layers
#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 4.3s done
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:d6b367b78b579105d28200a0ae76d8df70bdb7d2338c863b8459d666bf5bb005
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:d6b367b78b579105d28200a0ae76d8df70bdb7d2338c863b8459d666bf5bb005 0.8s done
#33 pushing layers 1.3s done
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:d6b367b78b579105d28200a0ae76d8df70bdb7d2338c863b8459d666bf5bb005
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:d6b367b78b579105d28200a0ae76d8df70bdb7d2338c863b8459d666bf5bb005 0.3s done
#33 DONE 17.5s