Skip to content

chore: avoid blocking base image update (#200) #2429

chore: avoid blocking base image update (#200)

chore: avoid blocking base image update (#200) #2429

Triggered via push November 27, 2024 14:35
Status Failure
Total duration 5m 29s
Artifacts 78

ci.yml

on: push
Generate Jobs
6s
Generate Jobs
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
PostgreSQL 17 UBI8 PLV8
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe ; \tARCH=\"${TARGETARCH}\" ; \tbase_url=\"https://download.postgresql.org/pub/repos/yum/reporpms\" ; \tpg_audit_pkg=\"pgaudit19_17\" ; \tcurl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \tcase $ARCH in \t\t\tamd64) \t\t\t\t\tyum -y install \"${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm\" ; \t\t\t\t\tif [ \"17\" -gt \"15\" ]; then pg_audit_pkg=\"pgaudit_17\"; fi ;; \t\t\tarm64) \t\t\t\t\tyum -y install \"${base_url}/EL-8-aarch64/pgdg-redhat-repo-latest.noarch.rpm\" ; \t\t\t\t\tif [ \"17\" -gt \"15\" ]; then pg_audit_pkg=\"pgaudit_17\"; fi ;; \t\t\t*) \t\t\t\t\texit 1 ;; \tesac ; \tyum -y upgrade glibc-common ; \tyum -y reinstall glibc-common ; \tyum -y install --setopt=install_weak_deps=0 hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \tyum -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install \t\tpostgresql17-17.2 \t\tpostgresql17-contrib-17.2 \t\tpostgresql17-server-17.2 \t\tpostgresql17-libs-17.2 \t\tpg_failover_slots_17 \t\tpg_squeeze_17 \t\t\"$pg_audit_pkg\" \t\tpgvector_17 \t\tpg_hint_plan_17 \t\tpg_cron_17 \t\torafce_17 \t\tedb-pg17-plv83 \t; \trm -fr /tmp/* ; \tyum -y clean all --enablerepo='*'" did not complete successfully: exit code: 1
PostgreSQL 17 UBI9 PLV8
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe ; \tARCH=\"${TARGETARCH}\" ; \tbase_url=\"https://download.postgresql.org/pub/repos/yum/reporpms\" ; \tpg_audit_pkg=\"pgaudit19_17\" ; \tcurl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \tcase $ARCH in \t\t\tamd64) \t\t\t\t\tyum -y install \"${base_url}/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm\" ; \t\t\t\t\tif [ \"17\" -gt \"15\" ]; then pg_audit_pkg=\"pgaudit_17\"; fi ;; \t\t\tarm64) \t\t\t\t\tyum -y install \"${base_url}/EL-9-aarch64/pgdg-redhat-repo-latest.noarch.rpm\" ; \t\t\t\t\tif [ \"17\" -gt \"15\" ]; then pg_audit_pkg=\"pgaudit_17\"; fi ;; \t\t\t*) \t\t\t\t\texit 1 ;; \tesac ; \tyum -y upgrade glibc-common ; \tyum -y reinstall glibc-common ; \tyum -y install --setopt=install_weak_deps=0 hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \tyum -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install \t\tpostgresql17-17.2 \t\tpostgresql17-contrib-17.2 \t\tpostgresql17-server-17.2 \t\tpostgresql17-libs-17.2 \t\tpg_failover_slots_17 \t\tpg_squeeze_17 \t\t\"$pg_audit_pkg\" \t\tpgvector_17 \t\tpg_hint_plan_17 \t\tpg_cron_17 \t\torafce_17 \t\tedb-pg17-plv83 \t; \trm -fr /tmp/* ; \tyum -y clean all --enablerepo='*'" did not complete successfully: exit code: 1
PostgreSQL PostGIS 12-3.4 UBI9 MultiLang
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe ; \trm -f /etc/rhsm-host ; \tSUBSCRIPTION_NAME=\"${SUBSCRIPTION_NAME}\" bash /run/secrets/subscription.sh ; \tyum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm ; \tARCH=\"${TARGETARCH}\" ; \tcase $ARCH in \t\t\tamd64) \t\t\t\tBUILDARCH=\"x86_64\" ;; \t\t\tarm64) \t\t\t\tBUILDARCH=\"aarch64\" ;; \t\t\t*) \t\t\t\t\texit 1 ;; \tesac ; \tyum -y install --setopt=install_weak_deps=0 \t\t--enablerepo=ubi-9-codeready-builder,codeready-builder-for-rhel-9-${BUILDARCH}-rpms \t\tpostgis34_12-3.4.3 \t\tpgrouting_12 \t; \tyum -y remove epel-release ; \tsubscription-manager remove --all ; \tsubscription-manager unregister ; \tsubscription-manager clean ; \tyum -y clean all --enablerepo='*' ; \tln -sf /run/secrets/rhsm /etc/rhsm-host ; \trm /var/log/rhsm/rhsm.log" did not complete successfully: exit code: 1
PostgreSQL PostGIS 12-3.4 UBI9 MultiArch
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe ; \trm -f /etc/rhsm-host ; \tSUBSCRIPTION_NAME=\"${SUBSCRIPTION_NAME}\" bash /run/secrets/subscription.sh ; \tyum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm ; \tARCH=\"${TARGETARCH}\" ; \tpgrouting_pkg=\"pgrouting_12\" ; \tcase $ARCH in \t\t\tamd64) \t\t\t\tBUILDARCH=\"x86_64\" ;; \t\t\tarm64) \t\t\t\tBUILDARCH=\"aarch64\" ;; \t\t\tppc64le) \t\t\t\tcurl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/enterprise/setup.rpm.sh | bash ; \t\t\t\tpgrouting_pkg=\"edb-pg12-pgrouting3\" ; \t\t\t\tBUILDARCH=\"ppc64le\" ;; \t\t\ts390x) \t\t\t\tcurl -u token:$(cat /run/secrets/cs_token) -1sLf https://downloads.enterprisedb.com/basic/edb/setup.rpm.sh | bash ; \t\t\t\tpgrouting_pkg=\"edb-pg12-pgrouting3\" ; \t\t\t\tBUILDARCH=\"s390x\" ;; \t\t\t*) \t\t\t\t\texit 1 ;; \tesac ; \tyum -y install --setopt=install_weak_deps=0 \t\t--enablerepo=ubi-9-codeready-builder,codeready-builder-for-rhel-9-${BUILDARCH}-rpms \t\tpostgis34_12-3.4.3 \t\t\"$pgrouting_pkg\" \t; \tyum -y remove epel-release ; \tsubscription-manager remove --all ; \tsubscription-manager unregister ; \tsubscription-manager clean ; \tyum -y clean all --enablerepo='*' ; \tln -sf /run/secrets/rhsm /etc/rhsm-host ; \trm /var/log/rhsm/rhsm.log" did not complete successfully: exit code: 1
PostgreSQL PostGIS 12-3.4 UBI9
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe ; \trm -f /etc/rhsm-host ; \tSUBSCRIPTION_NAME=\"${SUBSCRIPTION_NAME}\" bash /run/secrets/subscription.sh ; \tyum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm ; \tARCH=\"${TARGETARCH}\" ; \tcase $ARCH in \t\t\tamd64) \t\t\t\tBUILDARCH=\"x86_64\" ;; \t\t\tarm64) \t\t\t\tBUILDARCH=\"aarch64\" ;; \t\t\t*) \t\t\t\t\texit 1 ;; \tesac ; \tyum -y install --setopt=install_weak_deps=0 \t\t--enablerepo=ubi-9-codeready-builder,codeready-builder-for-rhel-9-${BUILDARCH}-rpms \t\tpostgis34_12-3.4.3 \t\tpgrouting_12 \t; \tyum -y remove epel-release ; \tsubscription-manager remove --all ; \tsubscription-manager unregister ; \tsubscription-manager clean ; \tyum -y clean all --enablerepo='*' ; \tln -sf /run/secrets/rhsm /etc/rhsm-host ; \trm /var/log/rhsm/rhsm.log" did not complete successfully: exit code: 1
Check
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
EnterpriseDB~docker-postgresql~0CIJ8U.dockerbuild Expired
51.6 KB
EnterpriseDB~docker-postgresql~0T08SR.dockerbuild Expired
53 KB
EnterpriseDB~docker-postgresql~32DBZ8.dockerbuild Expired
52.3 KB
EnterpriseDB~docker-postgresql~3TJXVL.dockerbuild Expired
52.5 KB
EnterpriseDB~docker-postgresql~3YM66K.dockerbuild Expired
75.6 KB
EnterpriseDB~docker-postgresql~4CSJKP.dockerbuild Expired
56.2 KB
EnterpriseDB~docker-postgresql~56W0ZP.dockerbuild Expired
67.3 KB
EnterpriseDB~docker-postgresql~5CZN2S.dockerbuild Expired
74.6 KB
EnterpriseDB~docker-postgresql~6A65C2.dockerbuild Expired
53.7 KB
EnterpriseDB~docker-postgresql~7DTS2B.dockerbuild Expired
74.2 KB
EnterpriseDB~docker-postgresql~847NL8.dockerbuild Expired
72 KB
EnterpriseDB~docker-postgresql~AAAD2F.dockerbuild Expired
51.7 KB
EnterpriseDB~docker-postgresql~CD7M77.dockerbuild Expired
49.3 KB
EnterpriseDB~docker-postgresql~CE3I9L.dockerbuild Expired
69 KB
EnterpriseDB~docker-postgresql~CIDLO1.dockerbuild Expired
69.7 KB
EnterpriseDB~docker-postgresql~CK1Q9W.dockerbuild Expired
56.1 KB
EnterpriseDB~docker-postgresql~DGUCQB.dockerbuild Expired
51.5 KB
EnterpriseDB~docker-postgresql~E0B2QR.dockerbuild Expired
73.5 KB
EnterpriseDB~docker-postgresql~EOQ5V6.dockerbuild Expired
67.9 KB
EnterpriseDB~docker-postgresql~FCAYU1.dockerbuild Expired
52.7 KB
EnterpriseDB~docker-postgresql~FTP4ES.dockerbuild Expired
44.6 KB
EnterpriseDB~docker-postgresql~GTD16C.dockerbuild Expired
50.6 KB
EnterpriseDB~docker-postgresql~HHW35H.dockerbuild Expired
72.1 KB
EnterpriseDB~docker-postgresql~I02IJ2.dockerbuild Expired
51.8 KB
EnterpriseDB~docker-postgresql~I65J2V.dockerbuild Expired
49.8 KB
EnterpriseDB~docker-postgresql~IAT8CI.dockerbuild Expired
77.5 KB
EnterpriseDB~docker-postgresql~IPBFC8.dockerbuild Expired
54.2 KB
EnterpriseDB~docker-postgresql~IQ081Y.dockerbuild Expired
75.8 KB
EnterpriseDB~docker-postgresql~J1XMC5.dockerbuild Expired
68.8 KB
EnterpriseDB~docker-postgresql~JA482D.dockerbuild Expired
52.2 KB
EnterpriseDB~docker-postgresql~JEMLZA.dockerbuild Expired
40.3 KB
EnterpriseDB~docker-postgresql~JS3DB4.dockerbuild Expired
49.6 KB
EnterpriseDB~docker-postgresql~K4XN6X.dockerbuild Expired
31.1 KB
EnterpriseDB~docker-postgresql~K57P8Y.dockerbuild Expired
76.4 KB
EnterpriseDB~docker-postgresql~K6EL3Z.dockerbuild Expired
49.6 KB
EnterpriseDB~docker-postgresql~KEE6EL.dockerbuild Expired
48.6 KB
EnterpriseDB~docker-postgresql~KJ54FU.dockerbuild Expired
51.5 KB
EnterpriseDB~docker-postgresql~KSOKPK.dockerbuild Expired
66.8 KB
EnterpriseDB~docker-postgresql~KU3N5V.dockerbuild Expired
72.1 KB
EnterpriseDB~docker-postgresql~L7VLXV.dockerbuild Expired
70.2 KB
EnterpriseDB~docker-postgresql~LHDFA0.dockerbuild Expired
54.4 KB
EnterpriseDB~docker-postgresql~LTV9UY.dockerbuild Expired
49.2 KB
EnterpriseDB~docker-postgresql~MC8V48.dockerbuild Expired
64.4 KB
EnterpriseDB~docker-postgresql~MWUJBB.dockerbuild Expired
73.6 KB
EnterpriseDB~docker-postgresql~MYY8V8.dockerbuild Expired
41.4 KB
EnterpriseDB~docker-postgresql~MZKRAZ.dockerbuild Expired
53.5 KB
EnterpriseDB~docker-postgresql~NXMQDV.dockerbuild Expired
71.1 KB
EnterpriseDB~docker-postgresql~OHLCYX.dockerbuild Expired
51.4 KB
EnterpriseDB~docker-postgresql~OWAHCQ.dockerbuild Expired
51.1 KB
EnterpriseDB~docker-postgresql~P3M9C2.dockerbuild Expired
53.5 KB
EnterpriseDB~docker-postgresql~PX0DL1.dockerbuild Expired
51.7 KB
EnterpriseDB~docker-postgresql~PX9H1U.dockerbuild Expired
69.8 KB
EnterpriseDB~docker-postgresql~QP2U61.dockerbuild Expired
70.6 KB
EnterpriseDB~docker-postgresql~QXDIVF.dockerbuild Expired
32.4 KB
EnterpriseDB~docker-postgresql~R501GK.dockerbuild Expired
76.8 KB
EnterpriseDB~docker-postgresql~RE9UXX.dockerbuild Expired
54.3 KB
EnterpriseDB~docker-postgresql~S6497Q.dockerbuild Expired
69 KB
EnterpriseDB~docker-postgresql~S8H7U3.dockerbuild Expired
56.1 KB
EnterpriseDB~docker-postgresql~T1I20Z.dockerbuild Expired
68.8 KB
EnterpriseDB~docker-postgresql~T3RH2Q.dockerbuild Expired
54.9 KB
EnterpriseDB~docker-postgresql~T6HEAH.dockerbuild Expired
51.2 KB
EnterpriseDB~docker-postgresql~TBSCNS.dockerbuild Expired
67.4 KB
EnterpriseDB~docker-postgresql~TQV5JM.dockerbuild Expired
51.6 KB
EnterpriseDB~docker-postgresql~UXNBKQ.dockerbuild Expired
71.9 KB
EnterpriseDB~docker-postgresql~V5D7MC.dockerbuild Expired
71.8 KB
EnterpriseDB~docker-postgresql~VPD96J.dockerbuild Expired
53.6 KB
EnterpriseDB~docker-postgresql~VQ131F.dockerbuild Expired
54.5 KB
EnterpriseDB~docker-postgresql~VUEX6Q.dockerbuild Expired
50.3 KB
EnterpriseDB~docker-postgresql~W0QRB4.dockerbuild Expired
52 KB
EnterpriseDB~docker-postgresql~W6AMCZ.dockerbuild Expired
51.3 KB
EnterpriseDB~docker-postgresql~WBDG8R.dockerbuild Expired
77.3 KB
EnterpriseDB~docker-postgresql~XKOZA5.dockerbuild Expired
70.2 KB
EnterpriseDB~docker-postgresql~Y4EHCA.dockerbuild Expired
53.9 KB
EnterpriseDB~docker-postgresql~YCTXPQ.dockerbuild Expired
74.4 KB
EnterpriseDB~docker-postgresql~YJKEV9.dockerbuild Expired
70.2 KB
EnterpriseDB~docker-postgresql~ZC8JLF.dockerbuild Expired
53.4 KB
EnterpriseDB~docker-postgresql~ZL0B1H.dockerbuild Expired
72.7 KB
EnterpriseDB~docker-postgresql~ZNQWN2.dockerbuild Expired
51.1 KB