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

Build: #2209 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/arm64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#21 0.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
#21 1.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
#21 2.342 v3.18.5-127-g9f2cefba376 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
#21 2.342 v3.18.5-125-g84553c2552a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
#21 2.342 OK: 19953 distinct packages available
#21 ...

#22 [linux/amd64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#0 0.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
#0 0.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
#0 0.781 v3.18.5-127-g9f2cefba376 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main]
#0 0.781 v3.18.5-125-g84553c2552a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community]
#0 0.781 OK: 20076 distinct packages available
#0 1.057 (1/3) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4)
#0 1.326 (2/3) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4)
#0 1.352 (3/3) Upgrading tzdata (2023c-r1 -> 2023d-r0)
#0 1.523 Executing ca-certificates-20230506-r0.trigger
#0 1.553 OK: 45 MiB in 64 packages
#0 1.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
#0 1.845 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
#0 2.242 (1/5) Installing perl (5.36.2-r0)
#0 2.729 (2/5) Installing perl-timedate (2.33-r2)
#0 2.744 (3/5) Installing perl-io-tty (1.17-r1)
#0 2.755 (4/5) Installing perl-ipc-run (20220807.0-r1)
#0 2.770 (5/5) Installing moreutils (0.67-r0)
#0 2.784 Executing busybox-1.36.1-r5.trigger
#0 2.794 OK: 84 MiB in 69 packages
#22 DONE 3.0s

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

#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.2s

#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 0.8s

#21 [linux/arm64 stage-1 2/7] RUN apk update &&     apk upgrade &&     apk add --no-cache moreutils
#21 4.042 (1/3) Upgrading libcrypto3 (3.1.4-r1 -> 3.1.4-r4)
#21 4.746 (2/3) Upgrading libssl3 (3.1.4-r1 -> 3.1.4-r4)
#21 4.797 (3/3) Upgrading tzdata (2023c-r1 -> 2023d-r0)
#21 4.998 Executing ca-certificates-20230506-r0.trigger
#21 5.344 OK: 46 MiB in 64 packages
#21 5.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz
#21 6.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz
#21 7.179 (1/5) Installing perl (5.36.2-r0)
#21 8.331 (2/5) Installing perl-timedate (2.33-r2)
#21 8.366 (3/5) Installing perl-io-tty (1.17-r1)
#21 8.379 (4/5) Installing perl-ipc-run (20220807.0-r1)
#21 8.399 (5/5) Installing moreutils (0.67-r0)
#21 8.424 Executing busybox-1.36.1-r5.trigger
#21 8.482 OK: 87 MiB in 69 packages
#21 DONE 8.7s

#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.2s

#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 13.2s done
#33 exporting manifest sha256:5f656898ba888e04985a090eb85c7d771057a47156706fdf1ef66a92bfcf011b
#33 exporting manifest sha256:5f656898ba888e04985a090eb85c7d771057a47156706fdf1ef66a92bfcf011b 0.0s done
#33 exporting config sha256:1f109e38ee9ff3ac0f825f1c75c9d8387206c79938622e1dc03c0b1056f123e3 0.0s done
#33 exporting manifest sha256:4cab2bd4ba936a12215a4c246441092a7c861fdd6c5e826ac545a4ee92350687 0.0s done
#33 exporting config sha256:3a650d12d59309b4f518000e3cbf1ea2ac208c34cdc81cafbce5b557233d0430 0.0s done
#33 exporting manifest list sha256:6de7de50e25776e6a4d3853089e7291bd2b8c862e02626127086b2352df87e9f 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 5.0s done
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:6de7de50e25776e6a4d3853089e7291bd2b8c862e02626127086b2352df87e9f
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:nightly@sha256:6de7de50e25776e6a4d3853089e7291bd2b8c862e02626127086b2352df87e9f 1.0s done
#33 pushing layers 1.1s done
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:6de7de50e25776e6a4d3853089e7291bd2b8c862e02626127086b2352df87e9f
#33 pushing manifest for docker.io/openmrs/openmrs-reference-application-3-frontend:dev3@sha256:6de7de50e25776e6a4d3853089e7291bd2b8c862e02626127086b2352df87e9f 0.4s done
#33 DONE 20.8s