FHIR terminology service for OCL

Build: #164 failed Changes by Rafal Korytkowski

Stages & jobs

  1. Default Stage

  2. Deploy QA

    Requires a user to start manually
  3. Release

    Requires a user to start manually

Logs

The following logs have been generated by the jobs in this plan.
  • Expand all
  • Collapse all
Job Logs
Collapse Build oclfhir Default Stage Download or View
06-Sep-2023 09:43:41 ---> Running in d6831f87da02
06-Sep-2023 09:43:41 Removing intermediate container d6831f87da02
06-Sep-2023 09:43:41 ---> 481bbe7467aa
06-Sep-2023 09:43:41 Step 3/23 : ARG MAVEN_VERSION=3.6.3
06-Sep-2023 09:43:41 ---> Running in 843db98ee646
06-Sep-2023 09:43:41 Removing intermediate container 843db98ee646
06-Sep-2023 09:43:41 ---> f40237fcee07
06-Sep-2023 09:43:41 Step 4/23 : ARG USER_HOME_DIR="/code"
06-Sep-2023 09:43:41 ---> Running in 0ddcaf1b11e9
06-Sep-2023 09:43:42 Removing intermediate container 0ddcaf1b11e9
06-Sep-2023 09:43:42 ---> 53a7d38c78ac
06-Sep-2023 09:43:42 Step 5/23 : ARG SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0
06-Sep-2023 09:43:42 ---> Running in 3cb352f426e1
06-Sep-2023 09:43:42 Removing intermediate container 3cb352f426e1
06-Sep-2023 09:43:42 ---> bb7750465e0b
06-Sep-2023 09:43:42 Step 6/23 : ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
06-Sep-2023 09:43:42 ---> Running in ad34df3baa3e
06-Sep-2023 09:43:42 Removing intermediate container ad34df3baa3e
06-Sep-2023 09:43:42 ---> b5e24b59a8eb
06-Sep-2023 09:43:42 Step 7/23 : RUN mkdir -p /usr/share/maven /usr/share/maven/ref   && echo "Downloading maven"   && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz     && echo "Checking download file hash"   && echo "${SHA}  /tmp/apache-maven.tar.gz" | sha512sum -c -     && echo "Unziping maven"   && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1     && echo "Cleaning and setting links"   && rm -f /tmp/apache-maven.tar.gz   && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
06-Sep-2023 09:43:42 ---> Running in d601b307e9c8
06-Sep-2023 09:43:42 Downloading maven
06-Sep-2023 09:43:43 curl: (22) The requested URL returned error: 404 Not Found
06-Sep-2023 09:43:43 The command '/bin/sh -c mkdir -p /usr/share/maven /usr/share/maven/ref   && echo "Downloading maven"   && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz     && echo "Checking download file hash"   && echo "${SHA}  /tmp/apache-maven.tar.gz" | sha512sum -c -     && echo "Unziping maven"   && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1     && echo "Cleaning and setting links"   && rm -f /tmp/apache-maven.tar.gz   && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn' returned a non-zero code: 22
06-Sep-2023 09:43:43