Skip to content

fix: remove old codeready-builder repo #2427

fix: remove old codeready-builder repo

fix: remove old codeready-builder repo #2427

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

ci.yml

on: push
Generate Jobs
5s
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 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
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
Check
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
EnterpriseDB~docker-postgresql~0EFHH2.dockerbuild
50.5 KB
EnterpriseDB~docker-postgresql~0VZA7D.dockerbuild
73.1 KB
EnterpriseDB~docker-postgresql~18B9W6.dockerbuild
68.1 KB
EnterpriseDB~docker-postgresql~18OBJ7.dockerbuild
54.9 KB
EnterpriseDB~docker-postgresql~1OW2TS.dockerbuild
52.1 KB
EnterpriseDB~docker-postgresql~2BXFLJ.dockerbuild
50.7 KB
EnterpriseDB~docker-postgresql~2MF2YM.dockerbuild
52.2 KB
EnterpriseDB~docker-postgresql~2SAROZ.dockerbuild
44.6 KB
EnterpriseDB~docker-postgresql~2YG559.dockerbuild
51.8 KB
EnterpriseDB~docker-postgresql~3091ZS.dockerbuild
50.8 KB
EnterpriseDB~docker-postgresql~3DWO37.dockerbuild
77.5 KB
EnterpriseDB~docker-postgresql~3R66QM.dockerbuild
53.7 KB
EnterpriseDB~docker-postgresql~4163LL.dockerbuild
54.2 KB
EnterpriseDB~docker-postgresql~41MFLD.dockerbuild
53.2 KB
EnterpriseDB~docker-postgresql~54TC6S.dockerbuild
40.9 KB
EnterpriseDB~docker-postgresql~71GSEY.dockerbuild
51.3 KB
EnterpriseDB~docker-postgresql~7JHKBV.dockerbuild
74.1 KB
EnterpriseDB~docker-postgresql~7UR6I8.dockerbuild
72.4 KB
EnterpriseDB~docker-postgresql~9SXY1J.dockerbuild
32.4 KB
EnterpriseDB~docker-postgresql~AD0PSF.dockerbuild
67.7 KB
EnterpriseDB~docker-postgresql~APAFM9.dockerbuild
71.3 KB
EnterpriseDB~docker-postgresql~BA502G.dockerbuild
50.1 KB
EnterpriseDB~docker-postgresql~BX7URH.dockerbuild
53 KB
EnterpriseDB~docker-postgresql~BYO61G.dockerbuild
56.4 KB
EnterpriseDB~docker-postgresql~CLVFO9.dockerbuild
51.9 KB
EnterpriseDB~docker-postgresql~E21J7U.dockerbuild
57.9 KB
EnterpriseDB~docker-postgresql~E7YC52.dockerbuild
51.1 KB
EnterpriseDB~docker-postgresql~EHAHG7.dockerbuild
49.3 KB
EnterpriseDB~docker-postgresql~FBHUGN.dockerbuild
49 KB
EnterpriseDB~docker-postgresql~FJ8C9D.dockerbuild
65.6 KB
EnterpriseDB~docker-postgresql~I7KC4N.dockerbuild
52.5 KB
EnterpriseDB~docker-postgresql~IHJCYX.dockerbuild
66.4 KB
EnterpriseDB~docker-postgresql~J0EPMN.dockerbuild
31.4 KB
EnterpriseDB~docker-postgresql~JDI0I6.dockerbuild
52.4 KB
EnterpriseDB~docker-postgresql~JMAXXM.dockerbuild
49.8 KB
EnterpriseDB~docker-postgresql~K5D7BS.dockerbuild
70.3 KB
EnterpriseDB~docker-postgresql~K8N2BL.dockerbuild
68.4 KB
EnterpriseDB~docker-postgresql~KHPGT8.dockerbuild
53.4 KB
EnterpriseDB~docker-postgresql~LKMV86.dockerbuild
76.5 KB
EnterpriseDB~docker-postgresql~MCAX15.dockerbuild
72.7 KB
EnterpriseDB~docker-postgresql~N8VGXG.dockerbuild
55.2 KB
EnterpriseDB~docker-postgresql~NNBR1Z.dockerbuild
73 KB
EnterpriseDB~docker-postgresql~NU8GT1.dockerbuild
52.1 KB
EnterpriseDB~docker-postgresql~NUM3N6.dockerbuild
55 KB
EnterpriseDB~docker-postgresql~NV81NR.dockerbuild
66.2 KB
EnterpriseDB~docker-postgresql~O45U84.dockerbuild
71.3 KB
EnterpriseDB~docker-postgresql~O99JC0.dockerbuild
71.3 KB
EnterpriseDB~docker-postgresql~OOYT6I.dockerbuild
51.7 KB
EnterpriseDB~docker-postgresql~P1BCEN.dockerbuild
55.1 KB
EnterpriseDB~docker-postgresql~PCKUTO.dockerbuild
49.7 KB
EnterpriseDB~docker-postgresql~PVMF8M.dockerbuild
40.7 KB
EnterpriseDB~docker-postgresql~Q8VICG.dockerbuild
70.3 KB
EnterpriseDB~docker-postgresql~QMO39X.dockerbuild
50.7 KB
EnterpriseDB~docker-postgresql~RN1WP9.dockerbuild
55.9 KB
EnterpriseDB~docker-postgresql~SNXNM7.dockerbuild
74.5 KB
EnterpriseDB~docker-postgresql~SZYV2Z.dockerbuild
72.7 KB
EnterpriseDB~docker-postgresql~TJALZO.dockerbuild
53.9 KB
EnterpriseDB~docker-postgresql~TQI6W9.dockerbuild
74.9 KB
EnterpriseDB~docker-postgresql~TZ7SBL.dockerbuild
70.8 KB
EnterpriseDB~docker-postgresql~U2BTDV.dockerbuild
71.2 KB
EnterpriseDB~docker-postgresql~U4RDHW.dockerbuild
51.3 KB
EnterpriseDB~docker-postgresql~UQWBGL.dockerbuild
74.2 KB
EnterpriseDB~docker-postgresql~UTIFYO.dockerbuild
52.1 KB
EnterpriseDB~docker-postgresql~V01SCI.dockerbuild
51.3 KB
EnterpriseDB~docker-postgresql~VCB9EO.dockerbuild
51.8 KB
EnterpriseDB~docker-postgresql~VCD25X.dockerbuild
73.2 KB
EnterpriseDB~docker-postgresql~W0MGW6.dockerbuild
74.8 KB
EnterpriseDB~docker-postgresql~W72EAQ.dockerbuild
68.5 KB
EnterpriseDB~docker-postgresql~WA7A2T.dockerbuild
67 KB
EnterpriseDB~docker-postgresql~WHKJ7O.dockerbuild
69.5 KB
EnterpriseDB~docker-postgresql~WJVXDE.dockerbuild
76.4 KB
EnterpriseDB~docker-postgresql~WM2DHP.dockerbuild
49.4 KB
EnterpriseDB~docker-postgresql~WMQYQZ.dockerbuild
67.7 KB
EnterpriseDB~docker-postgresql~WQ4NPH.dockerbuild
57.6 KB
EnterpriseDB~docker-postgresql~XLIIG9.dockerbuild
57.8 KB
EnterpriseDB~docker-postgresql~ZA5Z26.dockerbuild
77.4 KB
EnterpriseDB~docker-postgresql~ZQWUHK.dockerbuild
53.3 KB
EnterpriseDB~docker-postgresql~ZVK0XD.dockerbuild
74 KB