Skip to content

chore: avoid blocking base image update #2417

chore: avoid blocking base image update

chore: avoid blocking base image update #2417

Triggered via push November 27, 2024 11:10
Status Failure
Total duration 4m 51s
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 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 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 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
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
Check
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
EnterpriseDB~docker-postgresql~0G7R3O.dockerbuild Expired
67.9 KB
EnterpriseDB~docker-postgresql~0W7YWU.dockerbuild Expired
52.7 KB
EnterpriseDB~docker-postgresql~2CPE16.dockerbuild Expired
50.8 KB
EnterpriseDB~docker-postgresql~2SYPCS.dockerbuild Expired
73.5 KB
EnterpriseDB~docker-postgresql~2VEP2J.dockerbuild Expired
52 KB
EnterpriseDB~docker-postgresql~35HI8S.dockerbuild Expired
55.6 KB
EnterpriseDB~docker-postgresql~3NTPJD.dockerbuild Expired
50.6 KB
EnterpriseDB~docker-postgresql~69D8LA.dockerbuild Expired
54.6 KB
EnterpriseDB~docker-postgresql~6AW95H.dockerbuild Expired
76.5 KB
EnterpriseDB~docker-postgresql~6XLA3H.dockerbuild Expired
49 KB
EnterpriseDB~docker-postgresql~7JMWMC.dockerbuild Expired
52 KB
EnterpriseDB~docker-postgresql~8W1YUY.dockerbuild Expired
68.1 KB
EnterpriseDB~docker-postgresql~92MCM8.dockerbuild Expired
52.3 KB
EnterpriseDB~docker-postgresql~9JVEKH.dockerbuild Expired
72.5 KB
EnterpriseDB~docker-postgresql~AL8NA7.dockerbuild Expired
75.9 KB
EnterpriseDB~docker-postgresql~C5UATF.dockerbuild Expired
55.5 KB
EnterpriseDB~docker-postgresql~CCDVG8.dockerbuild Expired
51.9 KB
EnterpriseDB~docker-postgresql~D3QK8G.dockerbuild Expired
49.3 KB
EnterpriseDB~docker-postgresql~E1B9BQ.dockerbuild Expired
66.1 KB
EnterpriseDB~docker-postgresql~EOOTAS.dockerbuild Expired
71 KB
EnterpriseDB~docker-postgresql~FWONGQ.dockerbuild Expired
56.1 KB
EnterpriseDB~docker-postgresql~HA6EPY.dockerbuild Expired
69.5 KB
EnterpriseDB~docker-postgresql~IHOJBI.dockerbuild Expired
66.8 KB
EnterpriseDB~docker-postgresql~IRR3VM.dockerbuild Expired
56.4 KB
EnterpriseDB~docker-postgresql~K3T8W9.dockerbuild Expired
71.2 KB
EnterpriseDB~docker-postgresql~KBJGFZ.dockerbuild Expired
51 KB
EnterpriseDB~docker-postgresql~KYK5PA.dockerbuild Expired
76.5 KB
EnterpriseDB~docker-postgresql~LANSNF.dockerbuild Expired
67 KB
EnterpriseDB~docker-postgresql~LSG0SJ.dockerbuild Expired
75.5 KB
EnterpriseDB~docker-postgresql~LUIO46.dockerbuild Expired
69.1 KB
EnterpriseDB~docker-postgresql~M07ZEW.dockerbuild Expired
68.9 KB
EnterpriseDB~docker-postgresql~MMIWQF.dockerbuild Expired
72.4 KB
EnterpriseDB~docker-postgresql~MRV474.dockerbuild Expired
54.5 KB
EnterpriseDB~docker-postgresql~N0V11U.dockerbuild Expired
70.6 KB
EnterpriseDB~docker-postgresql~NRT6WM.dockerbuild Expired
52.6 KB
EnterpriseDB~docker-postgresql~NVQBAF.dockerbuild Expired
32.3 KB
EnterpriseDB~docker-postgresql~O2M2PT.dockerbuild Expired
72.9 KB
EnterpriseDB~docker-postgresql~ONIZZZ.dockerbuild Expired
50.6 KB
EnterpriseDB~docker-postgresql~P5QE75.dockerbuild Expired
51 KB
EnterpriseDB~docker-postgresql~P8S3TL.dockerbuild Expired
67.3 KB
EnterpriseDB~docker-postgresql~PD88TW.dockerbuild Expired
52.3 KB
EnterpriseDB~docker-postgresql~PNHGOL.dockerbuild Expired
69 KB
EnterpriseDB~docker-postgresql~POPFXN.dockerbuild Expired
58.3 KB
EnterpriseDB~docker-postgresql~Q030L8.dockerbuild Expired
49.8 KB
EnterpriseDB~docker-postgresql~QXYLCC.dockerbuild Expired
71 KB
EnterpriseDB~docker-postgresql~R7IQSI.dockerbuild Expired
54 KB
EnterpriseDB~docker-postgresql~RKFQ6X.dockerbuild Expired
73.5 KB
EnterpriseDB~docker-postgresql~RMFMZK.dockerbuild Expired
76.3 KB
EnterpriseDB~docker-postgresql~RTR7SS.dockerbuild Expired
71.8 KB
EnterpriseDB~docker-postgresql~RWWZ38.dockerbuild Expired
51.1 KB
EnterpriseDB~docker-postgresql~S64Z52.dockerbuild Expired
51.8 KB
EnterpriseDB~docker-postgresql~SDLE2F.dockerbuild Expired
54.1 KB
EnterpriseDB~docker-postgresql~T1OVAS.dockerbuild Expired
72.4 KB
EnterpriseDB~docker-postgresql~TCBT5K.dockerbuild Expired
72.4 KB
EnterpriseDB~docker-postgresql~TEQB6F.dockerbuild Expired
33 KB
EnterpriseDB~docker-postgresql~U3IHJW.dockerbuild Expired
57 KB
EnterpriseDB~docker-postgresql~U91TSS.dockerbuild Expired
72.5 KB
EnterpriseDB~docker-postgresql~UFGAS0.dockerbuild Expired
52.7 KB
EnterpriseDB~docker-postgresql~V8MBQB.dockerbuild Expired
40.2 KB
EnterpriseDB~docker-postgresql~VCUVUX.dockerbuild Expired
53.4 KB
EnterpriseDB~docker-postgresql~VVSAOR.dockerbuild Expired
51.3 KB
EnterpriseDB~docker-postgresql~VWP9EP.dockerbuild Expired
72.5 KB
EnterpriseDB~docker-postgresql~VZYK26.dockerbuild Expired
51.5 KB
EnterpriseDB~docker-postgresql~W3PY7F.dockerbuild Expired
70.4 KB
EnterpriseDB~docker-postgresql~W3Z2GI.dockerbuild Expired
44.9 KB
EnterpriseDB~docker-postgresql~WDMVEK.dockerbuild Expired
54.1 KB
EnterpriseDB~docker-postgresql~WHEC05.dockerbuild Expired
55.4 KB
EnterpriseDB~docker-postgresql~WRHQEQ.dockerbuild Expired
50.5 KB
EnterpriseDB~docker-postgresql~WU4PQ5.dockerbuild Expired
51.7 KB
EnterpriseDB~docker-postgresql~X38D7D.dockerbuild Expired
73.2 KB
EnterpriseDB~docker-postgresql~XLGB0D.dockerbuild Expired
55.7 KB
EnterpriseDB~docker-postgresql~Y0SNP4.dockerbuild Expired
74 KB
EnterpriseDB~docker-postgresql~Y695J3.dockerbuild Expired
50 KB
EnterpriseDB~docker-postgresql~Y72SCO.dockerbuild Expired
51.1 KB
EnterpriseDB~docker-postgresql~Y7AAIO.dockerbuild Expired
42.1 KB
EnterpriseDB~docker-postgresql~YFH8NE.dockerbuild Expired
55.9 KB
EnterpriseDB~docker-postgresql~YK10PW.dockerbuild Expired
73.8 KB
EnterpriseDB~docker-postgresql~ZXHP1L.dockerbuild Expired
51.9 KB