Platform 2.5

Build: #116 failed

Job: Deploy to docker failed

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Job result summary

Completed
Duration
30 seconds
Revision
660d2ba5ae0471b0bab38dd23c725cf1def4362e 660d2ba5ae0471b0bab38dd23c725cf1def4362e
Fixed in
#119 (Manual run by Rafal Korytkowski)
Number of retries
1
No failed test found. A possible compilation error occurred.

Error summary

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

#23 14.02 --> Running transaction check
#23 14.02 ---> Package libcap-ng.x86_64 0:0.7.5-4.amzn2.0.4 will be installed
#23 14.02 ---> Package ustr.x86_64 0:1.0.4-16.amzn2.0.3 will be installed
#23 14.24 --> Finished Dependency Resolution
#23 14.32
#23 14.32 Dependencies Resolved
#23 14.34
#23 14.34 ================================================================================
#23 14.34  Package          Arch       Version                       Repository      Size
#23 14.34 ================================================================================
#23 14.34 Installing:
#23 14.34  shadow-utils     x86_64     2:4.1.5.1-24.amzn2.0.2        amzn2-core     1.1 M
#23 14.34 Installing for dependencies:
#23 14.34  audit-libs       x86_64     2.8.1-3.amzn2.1               amzn2-core      99 k
#23 14.34  libcap-ng        x86_64     0.7.5-4.amzn2.0.4             amzn2-core      25 k
#23 14.34  libsemanage      x86_64     2.5-11.amzn2                  amzn2-core     152 k
#23 14.34  ustr             x86_64     1.0.4-16.amzn2.0.3            amzn2-core      96 k
#23 14.34
#23 14.34 Transaction Summary
#23 14.34 ================================================================================
#23 14.34 Install  1 Package (+4 Dependent packages)
#23 14.34
#23 14.34 Total download size: 1.5 M
#23 14.34 Installed size: 4.2 M
#23 14.34 Downloading packages:
#23 ...

#24 [linux/amd64 dev  2/32] RUN yum -y update && yum -y install tar gzip && yum clean all
#24 10.80 No packages marked for update
#24 11.16 Loaded plugins: ovl, priorities
#24 12.96 7 packages excluded due to repository priority protections
#24 14.17 Package 2:tar-1.26-35.amzn2.x86_64 already installed and latest version
#24 14.79 Package gzip-1.5-10.amzn2.0.1.x86_64 already installed and latest version
#24 14.79 Nothing to do
#24 15.03 Loaded plugins: ovl, priorities
#24 15.04 Cleaning repos: AmazonCorretto amzn2-core
#24 15.04 Cleaning up everything
#24 15.04 Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
#24 DONE 15.4s

#23 [linux/amd64 stage-1  2/10] RUN yum -y update && yum -y install shadow-utils && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#23 15.40 --------------------------------------------------------------------------------
#23 15.40 Total                                              1.4 MB/s | 1.5 MB  00:01     
#23 15.41 Running transaction check
#23 15.41 Running transaction test
#23 15.44 Transaction test succeeded
#23 15.44 Running transaction
#23 15.56   Installing : libcap-ng-0.7.5-4.amzn2.0.4.x86_64                           1/5
#23 ...

#25 [linux/amd64 dev  3/32] 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
#0 0.506 /usr/bin/tini: OK
#25 DONE 0.6s

#23 [linux/amd64 stage-1  2/10] RUN yum -y update && yum -y install shadow-utils && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#23 15.56   Installing : libcap-ng-0.7.5-4.amzn2.0.4.x86_64                           1/5
#23 15.72   Installing : audit-libs-2.8.1-3.amzn2.1.x86_64                            2/5
#23 15.85   Installing : ustr-1.0.4-16.amzn2.0.3.x86_64                               3/5
#23 15.93   Installing : libsemanage-2.5-11.amzn2.x86_64                              4/5
#23 ...

#26 [linux/amd64 dev  4/32] 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 && gzip -d /tmp/apache-tomcat.tar.gz && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
#0 0.166   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#0 0.180                                  Dload  Upload   Total   Spent    Left  Speed
#0 0.204
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#0 0.296 curl: (22) The requested URL returned error: 404
#26 ERROR: process "/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 && gzip -d /tmp/apache-tomcat.tar.gz && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*" did not complete successfully: exit code: 22

#23 [linux/amd64 stage-1  2/10] RUN yum -y update && yum -y install shadow-utils && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#23 15.93   Installing : libsemanage-2.5-11.amzn2.x86_64                              4/5
#23 16.22   Installing : 2:shadow-utils-4.1.5.1-24.amzn2.0.2.x86_64                   5/5
#23 CANCELED

#21 [linux/arm64 stage-1  2/10] RUN yum -y update && yum -y install shadow-utils && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#21 CANCELED

#22 [linux/arm64 dev  2/32] RUN yum -y update && yum -y install tar gzip && yum clean all
#22 CANCELED
------
> [linux/amd64 dev  4/32] 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 && gzip -d /tmp/apache-tomcat.tar.gz && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*:
#0 0.166   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#0 0.180                                  Dload  Upload   Total   Spent    Left  Speed
#0 0.204
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#0 0.296 curl: (22) The requested URL returned error: 404
------
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 && gzip -d /tmp/apache-tomcat.tar.gz && tar -xvf /tmp/apache-tomcat.tar -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 "/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 && gzip -d /tmp/apache-tomcat.tar.gz && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*" did not complete successfully: exit code: 22