Skip to content

Daily automatic update #2385

Daily automatic update

Daily automatic update #2385

Triggered via push November 20, 2024 00:18
Status Failure
Total duration 5m 53s
Artifacts 78

ci.yml

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

Annotations

5 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 hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \tyum -y --setopt=tsflags=nodocs install \t\tpostgresql17-17.1 \t\tpostgresql17-contrib-17.1 \t\tpostgresql17-server-17.1 \t\tpostgresql17-libs-17.1 \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 hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \tyum -y --setopt=tsflags=nodocs install \t\tpostgresql17-17.1 \t\tpostgresql17-contrib-17.1 \t\tpostgresql17-server-17.1 \t\tpostgresql17-libs-17.1 \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 14-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_14\" ; \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-pg14-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-pg14-pgrouting3\" ; \t\t\t\tBUILDARCH=\"s390x\" ;; \t\t\t*) \t\t\t\t\texit 1 ;; \tesac ; \tyum -y install --enablerepo=ubi-9-codeready-builder,codeready-builder-for-rhel-9-${BUILDARCH}-rpms \t\tpostgis34_14-3.4.2 \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: 70
PostgreSQL PostGIS 14-3.4 UBI8
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-8.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 --enablerepo=ubi-8-codeready-builder,codeready-builder-for-rhel-8-${BUILDARCH}-rpms \t\tpostgis34_14-3.4.2 \t\tpgrouting_14 \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: 70
Check
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
EnterpriseDB~docker-postgresql~0BP8ST.dockerbuild Expired
73.3 KB
EnterpriseDB~docker-postgresql~18D214.dockerbuild Expired
70.1 KB
EnterpriseDB~docker-postgresql~1MVKJL.dockerbuild Expired
49.9 KB
EnterpriseDB~docker-postgresql~3EIUV7.dockerbuild Expired
55.4 KB
EnterpriseDB~docker-postgresql~4FA9DK.dockerbuild Expired
69.8 KB
EnterpriseDB~docker-postgresql~5VIKAC.dockerbuild Expired
68.7 KB
EnterpriseDB~docker-postgresql~75R5RM.dockerbuild Expired
52.7 KB
EnterpriseDB~docker-postgresql~7AMASQ.dockerbuild Expired
75.3 KB
EnterpriseDB~docker-postgresql~822NYY.dockerbuild Expired
75.7 KB
EnterpriseDB~docker-postgresql~85D209.dockerbuild Expired
71.7 KB
EnterpriseDB~docker-postgresql~85XCTE.dockerbuild Expired
56.4 KB
EnterpriseDB~docker-postgresql~95AVJT.dockerbuild Expired
69.1 KB
EnterpriseDB~docker-postgresql~9KGXCJ.dockerbuild Expired
54.5 KB
EnterpriseDB~docker-postgresql~9T7MJP.dockerbuild Expired
70.1 KB
EnterpriseDB~docker-postgresql~9Y1YZV.dockerbuild Expired
53.1 KB
EnterpriseDB~docker-postgresql~AM5Y7P.dockerbuild Expired
52.9 KB
EnterpriseDB~docker-postgresql~BJMTUK.dockerbuild Expired
79 KB
EnterpriseDB~docker-postgresql~C7CVZJ.dockerbuild Expired
70.7 KB
EnterpriseDB~docker-postgresql~C9Y1TZ.dockerbuild Expired
67.1 KB
EnterpriseDB~docker-postgresql~DBLKIZ.dockerbuild Expired
69.1 KB
EnterpriseDB~docker-postgresql~DU4XLA.dockerbuild Expired
73.2 KB
EnterpriseDB~docker-postgresql~FFS9YR.dockerbuild Expired
50.2 KB
EnterpriseDB~docker-postgresql~GE4YNH.dockerbuild Expired
69 KB
EnterpriseDB~docker-postgresql~GG3WP7.dockerbuild Expired
54.7 KB
EnterpriseDB~docker-postgresql~GRBYV3.dockerbuild Expired
69.2 KB
EnterpriseDB~docker-postgresql~I2CFY1.dockerbuild Expired
74.8 KB
EnterpriseDB~docker-postgresql~ILT406.dockerbuild Expired
54.8 KB
EnterpriseDB~docker-postgresql~IQ12IA.dockerbuild Expired
71.2 KB
EnterpriseDB~docker-postgresql~IQM7SE.dockerbuild Expired
70.7 KB
EnterpriseDB~docker-postgresql~ISWRVY.dockerbuild Expired
68.8 KB
EnterpriseDB~docker-postgresql~IXIQ9W.dockerbuild Expired
50.5 KB
EnterpriseDB~docker-postgresql~J16JS0.dockerbuild Expired
69 KB
EnterpriseDB~docker-postgresql~J442H1.dockerbuild Expired
71.5 KB
EnterpriseDB~docker-postgresql~JNDGIH.dockerbuild Expired
50.8 KB
EnterpriseDB~docker-postgresql~JXMYSN.dockerbuild Expired
52.4 KB
EnterpriseDB~docker-postgresql~JYUU8V.dockerbuild Expired
55.5 KB
EnterpriseDB~docker-postgresql~KFLC6A.dockerbuild Expired
57.6 KB
EnterpriseDB~docker-postgresql~L6IM5C.dockerbuild Expired
51.3 KB
EnterpriseDB~docker-postgresql~LS2PJF.dockerbuild Expired
52.5 KB
EnterpriseDB~docker-postgresql~MT24N2.dockerbuild Expired
55 KB
EnterpriseDB~docker-postgresql~MTNTX0.dockerbuild Expired
76 KB
EnterpriseDB~docker-postgresql~MXUH0X.dockerbuild Expired
52.8 KB
EnterpriseDB~docker-postgresql~MYM1RU.dockerbuild Expired
53.8 KB
EnterpriseDB~docker-postgresql~NVBT6F.dockerbuild Expired
54.2 KB
EnterpriseDB~docker-postgresql~O6JYKZ.dockerbuild Expired
75.2 KB
EnterpriseDB~docker-postgresql~OR0AW6.dockerbuild Expired
53.4 KB
EnterpriseDB~docker-postgresql~ORE2SV.dockerbuild Expired
74.9 KB
EnterpriseDB~docker-postgresql~P5CS8I.dockerbuild Expired
75.1 KB
EnterpriseDB~docker-postgresql~PLX3PX.dockerbuild Expired
52.7 KB
EnterpriseDB~docker-postgresql~PPKUZ7.dockerbuild Expired
54.7 KB
EnterpriseDB~docker-postgresql~PZ2N1M.dockerbuild Expired
54.7 KB
EnterpriseDB~docker-postgresql~QQA56D.dockerbuild Expired
54.5 KB
EnterpriseDB~docker-postgresql~QW5P5P.dockerbuild Expired
69.7 KB
EnterpriseDB~docker-postgresql~R31K16.dockerbuild Expired
33.8 KB
EnterpriseDB~docker-postgresql~RVMDBG.dockerbuild Expired
56.6 KB
EnterpriseDB~docker-postgresql~RZ16HY.dockerbuild Expired
73.8 KB
EnterpriseDB~docker-postgresql~SFGUYB.dockerbuild Expired
56.9 KB
EnterpriseDB~docker-postgresql~SJ4DCP.dockerbuild Expired
69 KB
EnterpriseDB~docker-postgresql~T8GTM3.dockerbuild Expired
66.2 KB
EnterpriseDB~docker-postgresql~TO5FMI.dockerbuild Expired
51.7 KB
EnterpriseDB~docker-postgresql~UL6I89.dockerbuild Expired
72.3 KB
EnterpriseDB~docker-postgresql~UOO28H.dockerbuild Expired
51.5 KB
EnterpriseDB~docker-postgresql~UPCQSX.dockerbuild Expired
57.2 KB
EnterpriseDB~docker-postgresql~UPKA96.dockerbuild Expired
54.3 KB
EnterpriseDB~docker-postgresql~URFNXM.dockerbuild Expired
54.3 KB
EnterpriseDB~docker-postgresql~V9M0BX.dockerbuild Expired
53.3 KB
EnterpriseDB~docker-postgresql~VAFBQF.dockerbuild Expired
51.2 KB
EnterpriseDB~docker-postgresql~W6DJXF.dockerbuild Expired
74.6 KB
EnterpriseDB~docker-postgresql~WANAH9.dockerbuild Expired
52.9 KB
EnterpriseDB~docker-postgresql~X08QYX.dockerbuild Expired
53.7 KB
EnterpriseDB~docker-postgresql~XJJ7DJ.dockerbuild Expired
51.8 KB
EnterpriseDB~docker-postgresql~XLDNPQ.dockerbuild Expired
68.4 KB
EnterpriseDB~docker-postgresql~XX6MC5.dockerbuild Expired
53.6 KB
EnterpriseDB~docker-postgresql~YK8R5M.dockerbuild Expired
54.1 KB
EnterpriseDB~docker-postgresql~YMQEI4.dockerbuild Expired
56 KB
EnterpriseDB~docker-postgresql~ZAUJP6.dockerbuild Expired
68.1 KB
EnterpriseDB~docker-postgresql~ZLT8P1.dockerbuild Expired
54.8 KB
EnterpriseDB~docker-postgresql~ZRVIYI.dockerbuild Expired
33.2 KB