Skip to content

Apply automatic changes #157

Apply automatic changes

Apply automatic changes #157

Triggered via push August 7, 2023 06:06
Status Failure
Total duration 11m 4s
Artifacts

main.yml

on: push
Matrix: docker_images
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Tomcat 9 jre17 on rockylinux8
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eu; mkdir -p /build/{tcnative,tomcat}; active_mirror=; for mirror in $APACHE_MIRRORS; do if curl -fsSL ${mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/KEYS | gpg --import; then active_mirror=$mirror; break; fi; done; [ -n \"active_mirror\" ]; echo \"Using mirror ${active_mirror}\"; for filetype in '.tar.gz' '.tar.gz.asc'; do curl -fsSLo tomcat${filetype} ${active_mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}${filetype}; curl -fsSLo tcnative${filetype} ${active_mirror}/tomcat/tomcat-connectors/native/${TCNATIVE_VERSION}/source/tomcat-native-${TCNATIVE_VERSION}-src${filetype}; done; echo \"$TOMCAT_SHA512 *tomcat.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tomcat.tar.gz)\" && exit 1); echo \"$TCNATIVE_SHA512 *tcnative.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tcnative.tar.gz)\" && exit 1); gpg --batch --verify tcnative.tar.gz.asc tcnative.tar.gz && gpg --batch --verify tomcat.tar.gz.asc tomcat.tar.gz && tar -zxf tomcat.tar.gz -C /build/tomcat --strip-components=1 && tar -zxf tcnative.tar.gz -C /build/tcnative --strip-components=1" did not complete successfully: exit code: 22
Tomcat 9 jdk11 on rockylinux8
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eu; mkdir -p /build/{tcnative,tomcat}; active_mirror=; for mirror in $APACHE_MIRRORS; do if curl -fsSL ${mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/KEYS | gpg --import; then active_mirror=$mirror; break; fi; done; [ -n \"active_mirror\" ]; echo \"Using mirror ${active_mirror}\"; for filetype in '.tar.gz' '.tar.gz.asc'; do curl -fsSLo tomcat${filetype} ${active_mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}${filetype}; curl -fsSLo tcnative${filetype} ${active_mirror}/tomcat/tomcat-connectors/native/${TCNATIVE_VERSION}/source/tomcat-native-${TCNATIVE_VERSION}-src${filetype}; done; echo \"$TOMCAT_SHA512 *tomcat.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tomcat.tar.gz)\" && exit 1); echo \"$TCNATIVE_SHA512 *tcnative.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tcnative.tar.gz)\" && exit 1); gpg --batch --verify tcnative.tar.gz.asc tcnative.tar.gz && gpg --batch --verify tomcat.tar.gz.asc tomcat.tar.gz && tar -zxf tomcat.tar.gz -C /build/tomcat --strip-components=1 && tar -zxf tcnative.tar.gz -C /build/tcnative --strip-components=1" did not complete successfully: exit code: 22
Tomcat 9 jre11 on rockylinux8
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eu; mkdir -p /build/{tcnative,tomcat}; active_mirror=; for mirror in $APACHE_MIRRORS; do if curl -fsSL ${mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/KEYS | gpg --import; then active_mirror=$mirror; break; fi; done; [ -n \"active_mirror\" ]; echo \"Using mirror ${active_mirror}\"; for filetype in '.tar.gz' '.tar.gz.asc'; do curl -fsSLo tomcat${filetype} ${active_mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}${filetype}; curl -fsSLo tcnative${filetype} ${active_mirror}/tomcat/tomcat-connectors/native/${TCNATIVE_VERSION}/source/tomcat-native-${TCNATIVE_VERSION}-src${filetype}; done; echo \"$TOMCAT_SHA512 *tomcat.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tomcat.tar.gz)\" && exit 1); echo \"$TCNATIVE_SHA512 *tcnative.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tcnative.tar.gz)\" && exit 1); gpg --batch --verify tcnative.tar.gz.asc tcnative.tar.gz && gpg --batch --verify tomcat.tar.gz.asc tomcat.tar.gz && tar -zxf tomcat.tar.gz -C /build/tomcat --strip-components=1 && tar -zxf tcnative.tar.gz -C /build/tcnative --strip-components=1" did not complete successfully: exit code: 22
Tomcat 9 jdk11 on centos7
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eu; mkdir -p /build/{tcnative,tomcat}; active_mirror=; for mirror in $APACHE_MIRRORS; do if curl -fsSL ${mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/KEYS | gpg --import; then active_mirror=$mirror; break; fi; done; [ -n \"active_mirror\" ]; echo \"Using mirror ${active_mirror}\"; for filetype in '.tar.gz' '.tar.gz.asc'; do curl -fsSLo tomcat${filetype} ${active_mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}${filetype}; curl -fsSLo tcnative${filetype} ${active_mirror}/tomcat/tomcat-connectors/native/${TCNATIVE_VERSION}/source/tomcat-native-${TCNATIVE_VERSION}-src${filetype}; done; echo \"$TOMCAT_SHA512 *tomcat.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tomcat.tar.gz)\" && exit 1); echo \"$TCNATIVE_SHA512 *tcnative.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tcnative.tar.gz)\" && exit 1); gpg --batch --verify tcnative.tar.gz.asc tcnative.tar.gz && gpg --batch --verify tomcat.tar.gz.asc tomcat.tar.gz && tar -zxf tomcat.tar.gz -C /build/tomcat --strip-components=1 && tar -zxf tcnative.tar.gz -C /build/tcnative --strip-components=1" did not complete successfully: exit code: 22
Tomcat 9 jre11 on centos7
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eu; mkdir -p /build/{tcnative,tomcat}; active_mirror=; for mirror in $APACHE_MIRRORS; do if curl -fsSL ${mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/KEYS | gpg --import; then active_mirror=$mirror; break; fi; done; [ -n \"active_mirror\" ]; echo \"Using mirror ${active_mirror}\"; for filetype in '.tar.gz' '.tar.gz.asc'; do curl -fsSLo tomcat${filetype} ${active_mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}${filetype}; curl -fsSLo tcnative${filetype} ${active_mirror}/tomcat/tomcat-connectors/native/${TCNATIVE_VERSION}/source/tomcat-native-${TCNATIVE_VERSION}-src${filetype}; done; echo \"$TOMCAT_SHA512 *tomcat.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tomcat.tar.gz)\" && exit 1); echo \"$TCNATIVE_SHA512 *tcnative.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tcnative.tar.gz)\" && exit 1); gpg --batch --verify tcnative.tar.gz.asc tcnative.tar.gz && gpg --batch --verify tomcat.tar.gz.asc tomcat.tar.gz && tar -zxf tomcat.tar.gz -C /build/tomcat --strip-components=1 && tar -zxf tcnative.tar.gz -C /build/tcnative --strip-components=1" did not complete successfully: exit code: 22
Tomcat 9 jdk17 on rockylinux8
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eu; mkdir -p /build/{tcnative,tomcat}; active_mirror=; for mirror in $APACHE_MIRRORS; do if curl -fsSL ${mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/KEYS | gpg --import; then active_mirror=$mirror; break; fi; done; [ -n \"active_mirror\" ]; echo \"Using mirror ${active_mirror}\"; for filetype in '.tar.gz' '.tar.gz.asc'; do curl -fsSLo tomcat${filetype} ${active_mirror}/tomcat/tomcat-${TOMCAT_MAJOR}/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}${filetype}; curl -fsSLo tcnative${filetype} ${active_mirror}/tomcat/tomcat-connectors/native/${TCNATIVE_VERSION}/source/tomcat-native-${TCNATIVE_VERSION}-src${filetype}; done; echo \"$TOMCAT_SHA512 *tomcat.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tomcat.tar.gz)\" && exit 1); echo \"$TCNATIVE_SHA512 *tcnative.tar.gz\" | sha512sum -c - || (echo \"Checksum did't match: $(sha512sum *tcnative.tar.gz)\" && exit 1); gpg --batch --verify tcnative.tar.gz.asc tcnative.tar.gz && gpg --batch --verify tomcat.tar.gz.asc tomcat.tar.gz && tar -zxf tomcat.tar.gz -C /build/tomcat --strip-components=1 && tar -zxf tcnative.tar.gz -C /build/tcnative --strip-components=1" did not complete successfully: exit code: 22