OpenMRS Core Master

Build: #3110 failed Manual run by Rafal Korytkowski

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
4 seconds
Labels
None
Revisions
openmrs-core
f40bfe965fb7f37367b954749b039106e20cc96a f40bfe965fb7f37367b954749b039106e20cc96a
openmrs-standalone
885ad10c3e56ae11105727bb801f2f04042a18d9 885ad10c3e56ae11105727bb801f2f04042a18d9
Release scripts
39269cb8f38c786e7c5c4df804871bc2073177ad 39269cb8f38c786e7c5c4df804871bc2073177ad
Failing since
#3108 (Manual run by Rafal Korytkowski)
Fixed in
#3114 (Manual run by Rafal Korytkowski)
No failed test found. A possible compilation error occurred.

Responsible

This build has been failing since #3108
No one has taken responsibility

Configuration changes

Plan configuration has changed since the last successful build. See the plan audit log for more details.

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Error summary for Build

The job generated some errors, drill down into the full build log for more details.

WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/bamboo-agent/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 5.87kB done
#2 DONE 0.0s

#3 resolve image config for docker.io/docker/dockerfile:1
#3 DONE 0.2s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
#4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
#4 CACHED

#5 [linux/amd64 internal] load metadata for docker.io/library/maven:3.8-amazoncorretto-8
#5 DONE 0.2s

#6 [linux/arm64 internal] load metadata for docker.io/library/maven:3.8-amazoncorretto-8
#6 DONE 0.1s

#7 [internal] load build context
#7 DONE 0.0s

#8 [linux/arm64 dev  1/33] FROM docker.io/library/maven:3.8-amazoncorretto-8@sha256:0ff158b1e99033240d43d58fc00f52557dea8f498ea44ece6e73fc4d5c012044
#8 resolve docker.io/library/maven:3.8-amazoncorretto-8@sha256:0ff158b1e99033240d43d58fc00f52557dea8f498ea44ece6e73fc4d5c012044 0.1s done
#8 DONE 0.1s

#9 [linux/amd64 dev  1/33] FROM docker.io/library/maven:3.8-amazoncorretto-8@sha256:0ff158b1e99033240d43d58fc00f52557dea8f498ea44ece6e73fc4d5c012044
#9 resolve docker.io/library/maven:3.8-amazoncorretto-8@sha256:0ff158b1e99033240d43d58fc00f52557dea8f498ea44ece6e73fc4d5c012044 0.1s done
#9 DONE 0.1s

#10 [linux/arm64 dev  2/33] RUN yum -y update && yum -y install tar gzip && yum clean all
#10 CACHED

#11 [linux/arm64 dev  3/33] RUN if [ "arm64" = "arm64" ] ; then TINI_URL="https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64" TINI_SHA=07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81 ; fi     && curl -fsSL -o /usr/bin/tini https://github.com/krallin/tini/releases/download/v0.19.0/tini     && echo "93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c  /usr/bin/tini" | sha256sum -c     && chmod +x /usr/bin/tini
#11 CACHED

#7 [internal] load build context
#7 transferring context: 318.20kB 0.1s done
#7 DONE 0.2s

#12 [linux/amd64 dev  2/33] RUN yum -y update && yum -y install tar gzip && yum clean all
#12 CACHED

#13 [linux/amd64 dev  6/33] COPY checkstyle.xml checkstyle-suppressions.xml CONTRIBUTING.md findbugs-include.xml LICENSE license-header.txt  NOTICE.md README.md ruleset.xml SECURITY.md ./
#13 CACHED

#14 [linux/amd64 dev  3/33] RUN if [ "amd64" = "arm64" ] ; then TINI_URL="https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64" TINI_SHA=07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81 ; fi     && curl -fsSL -o /usr/bin/tini https://github.com/krallin/tini/releases/download/v0.19.0/tini     && echo "93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c  /usr/bin/tini" | sha256sum -c     && chmod +x /usr/bin/tini
#14 CACHED

#15 [linux/amd64 dev  4/33] RUN curl -fL -o /tmp/apache-tomcat.tar.gz     https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.83/bin/apache-tomcat-8.5.83.tar.gz     && echo "57cbe9608a9c4e88135e5f5480812e8d57690d5f3f6c43a7c05fe647bddb7c3b684bf0fc0efebad399d05e80c6d20c43d5ecdf38ec58f123e6653e443f9054e3  /tmp/apache-tomcat.tar.gz" | sha512sum -c     && mkdir -p /usr/local/tomcat && tar -xvzf /tmp/apache-tomcat.tar.gz -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
#15 CACHED

#16 [linux/amd64 dev  5/33] WORKDIR /openmrs_core
#16 CACHED

#17 [linux/amd64 dev  7/33] COPY pom.xml .
#17 CACHED

#18 [linux/amd64 dev  8/33] RUN mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.5.0:setup-sdk -N -DbatchAnswers=n -s /usr/share/maven/ref/settings-docker.xml
#18 CANCELED

#19 [linux/arm64 dev  4/33] RUN curl -fL -o /tmp/apache-tomcat.tar.gz     https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.83/bin/apache-tomcat-8.5.83.tar.gz     && echo "57cbe9608a9c4e88135e5f5480812e8d57690d5f3f6c43a7c05fe647bddb7c3b684bf0fc0efebad399d05e80c6d20c43d5ecdf38ec58f123e6653e443f9054e3  /tmp/apache-tomcat.tar.gz" | sha512sum -c     && mkdir -p /usr/local/tomcat && tar -xvzf /tmp/apache-tomcat.tar.gz -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
#0 0.401   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#0 0.407                                  Dload  Upload   Total   Spent    Left  Speed
#0 0.416
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10.1M  100 10.1M    0     0  11.6M      0 --:--:-- --:--:-- --:--:-- 11.8M
#0 1.431 /tmp/apache-tomcat.tar.gz: OK
#0 1.529 tar: Child returned status 1
#0 1.531 tar: Error is not recoverable: exiting now
#19 ERROR: process "/dev/.buildkit_qemu_emulator /bin/sh -c curl -fL -o /tmp/apache-tomcat.tar.gz     https://dlcdn.apache.org/tomcat/tomcat-8/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz     && echo \"${TOMCAT_SHA}  /tmp/apache-tomcat.tar.gz\" | sha512sum -c     && mkdir -p /usr/local/tomcat && tar -xvzf /tmp/apache-tomcat.tar.gz -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*" did not complete successfully: exit code: 2
------
> [linux/arm64 dev  4/33] RUN curl -fL -o /tmp/apache-tomcat.tar.gz     https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.83/bin/apache-tomcat-8.5.83.tar.gz     && echo "57cbe9608a9c4e88135e5f5480812e8d57690d5f3f6c43a7c05fe647bddb7c3b684bf0fc0efebad399d05e80c6d20c43d5ecdf38ec58f123e6653e443f9054e3  /tmp/apache-tomcat.tar.gz" | sha512sum -c     && mkdir -p /usr/local/tomcat && tar -xvzf /tmp/apache-tomcat.tar.gz -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*:
#0 0.401   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#0 0.407                                  Dload  Upload   Total   Spent    Left  Speed
#0 0.416
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10.1M  100 10.1M    0     0  11.6M      0 --:--:-- --:--:-- --:--:-- 11.8M
#0 1.431 /tmp/apache-tomcat.tar.gz: OK
#0 1.529 tar: Child returned status 1
#0 1.531 tar: Error is not recoverable: exiting now
------
Dockerfile:30
--------------------
  29 |     ARG TOMCAT_SHA="57cbe9608a9c4e88135e5f5480812e8d57690d5f3f6c43a7c05fe647bddb7c3b684bf0fc0efebad399d05e80c6d20c43d5ecdf38ec58f123e6653e443f9054e3"
  30 | >>> RUN curl -fL -o /tmp/apache-tomcat.tar.gz \
  31 | >>>     https://dlcdn.apache.org/tomcat/tomcat-8/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz \
  32 | >>>     && echo "${TOMCAT_SHA}  /tmp/apache-tomcat.tar.gz" | sha512sum -c \
  33 | >>>     && mkdir -p /usr/local/tomcat && tar -xvzf /tmp/apache-tomcat.tar.gz -C /usr/local/tomcat/ --strip-components=1 \
  34 | >>>     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
  35 |     
--------------------
error: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c curl -fL -o /tmp/apache-tomcat.tar.gz     https://dlcdn.apache.org/tomcat/tomcat-8/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz     && echo \"${TOMCAT_SHA}  /tmp/apache-tomcat.tar.gz\" | sha512sum -c     && mkdir -p /usr/local/tomcat && tar -xvzf /tmp/apache-tomcat.tar.gz -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*" did not complete successfully: exit code: 2