Skip to content

chore: update the images only during Sunday (#196) #2401

chore: update the images only during Sunday (#196)

chore: update the images only during Sunday (#196) #2401

Triggered via push November 25, 2024 01:48
Status Failure
Total duration 5m 0s
Artifacts 78

ci.yml

on: push
Generate Jobs
4s
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 hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \tyum -y --setopt=tsflags=nodocs 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 hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \tyum -y --setopt=tsflags=nodocs 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
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 --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 --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 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 --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~0FXSOP.dockerbuild Expired
40.7 KB
EnterpriseDB~docker-postgresql~2IWR7O.dockerbuild Expired
72.6 KB
EnterpriseDB~docker-postgresql~3DZYI8.dockerbuild Expired
57.1 KB
EnterpriseDB~docker-postgresql~4MZZEV.dockerbuild Expired
42.2 KB
EnterpriseDB~docker-postgresql~5EILCQ.dockerbuild Expired
57.5 KB
EnterpriseDB~docker-postgresql~5UACJN.dockerbuild Expired
54 KB
EnterpriseDB~docker-postgresql~6FAD6G.dockerbuild Expired
54.8 KB
EnterpriseDB~docker-postgresql~6ISVPT.dockerbuild Expired
75 KB
EnterpriseDB~docker-postgresql~6MKU97.dockerbuild Expired
51.8 KB
EnterpriseDB~docker-postgresql~74MA0J.dockerbuild Expired
67.1 KB
EnterpriseDB~docker-postgresql~7DU18J.dockerbuild Expired
57.6 KB
EnterpriseDB~docker-postgresql~7KNFI7.dockerbuild Expired
69.6 KB
EnterpriseDB~docker-postgresql~98SNSC.dockerbuild Expired
56.2 KB
EnterpriseDB~docker-postgresql~9UYV29.dockerbuild Expired
70.9 KB
EnterpriseDB~docker-postgresql~A8OGJ4.dockerbuild Expired
53.3 KB
EnterpriseDB~docker-postgresql~A9521R.dockerbuild Expired
53.8 KB
EnterpriseDB~docker-postgresql~AEET7N.dockerbuild Expired
71.2 KB
EnterpriseDB~docker-postgresql~AIDAG2.dockerbuild Expired
71.7 KB
EnterpriseDB~docker-postgresql~BCYFTJ.dockerbuild Expired
50.6 KB
EnterpriseDB~docker-postgresql~COJZ8D.dockerbuild Expired
32.5 KB
EnterpriseDB~docker-postgresql~CPUL99.dockerbuild Expired
54 KB
EnterpriseDB~docker-postgresql~CSYHGX.dockerbuild Expired
72 KB
EnterpriseDB~docker-postgresql~DWK2SY.dockerbuild Expired
50 KB
EnterpriseDB~docker-postgresql~ECQ97W.dockerbuild Expired
54.5 KB
EnterpriseDB~docker-postgresql~ENA91D.dockerbuild Expired
54.7 KB
EnterpriseDB~docker-postgresql~EUG5JL.dockerbuild Expired
53.2 KB
EnterpriseDB~docker-postgresql~EZAZAI.dockerbuild Expired
67.3 KB
EnterpriseDB~docker-postgresql~HBMB9I.dockerbuild Expired
53 KB
EnterpriseDB~docker-postgresql~HMFQ6M.dockerbuild Expired
54.2 KB
EnterpriseDB~docker-postgresql~HRXQ52.dockerbuild Expired
57 KB
EnterpriseDB~docker-postgresql~I4W33A.dockerbuild Expired
71 KB
EnterpriseDB~docker-postgresql~I5X5RP.dockerbuild Expired
56 KB
EnterpriseDB~docker-postgresql~I624DU.dockerbuild Expired
53 KB
EnterpriseDB~docker-postgresql~ICFE2W.dockerbuild Expired
74.4 KB
EnterpriseDB~docker-postgresql~IUQ9GT.dockerbuild Expired
53.1 KB
EnterpriseDB~docker-postgresql~J7T2VB.dockerbuild Expired
70.1 KB
EnterpriseDB~docker-postgresql~JP3JUC.dockerbuild Expired
69.4 KB
EnterpriseDB~docker-postgresql~JUEP5C.dockerbuild Expired
76.4 KB
EnterpriseDB~docker-postgresql~KE36FX.dockerbuild Expired
69.4 KB
EnterpriseDB~docker-postgresql~KVW36W.dockerbuild Expired
53.3 KB
EnterpriseDB~docker-postgresql~LN0UK0.dockerbuild Expired
54.7 KB
EnterpriseDB~docker-postgresql~M2NYMN.dockerbuild Expired
56.8 KB
EnterpriseDB~docker-postgresql~M6J65K.dockerbuild Expired
53.1 KB
EnterpriseDB~docker-postgresql~MCPXID.dockerbuild Expired
77.8 KB
EnterpriseDB~docker-postgresql~MKBG22.dockerbuild Expired
68.4 KB
EnterpriseDB~docker-postgresql~O039F2.dockerbuild Expired
53.6 KB
EnterpriseDB~docker-postgresql~OJ2V3W.dockerbuild Expired
52.3 KB
EnterpriseDB~docker-postgresql~P2SREB.dockerbuild Expired
70.8 KB
EnterpriseDB~docker-postgresql~PBLDYQ.dockerbuild Expired
53.1 KB
EnterpriseDB~docker-postgresql~PKBWVV.dockerbuild Expired
52.7 KB
EnterpriseDB~docker-postgresql~PZN9SC.dockerbuild Expired
73.2 KB
EnterpriseDB~docker-postgresql~Q53FEJ.dockerbuild Expired
33.6 KB
EnterpriseDB~docker-postgresql~Q7AMW7.dockerbuild Expired
53.2 KB
EnterpriseDB~docker-postgresql~Q7JWEZ.dockerbuild Expired
74 KB
EnterpriseDB~docker-postgresql~Q9QUQ0.dockerbuild Expired
77 KB
EnterpriseDB~docker-postgresql~QCBQPV.dockerbuild Expired
51.9 KB
EnterpriseDB~docker-postgresql~R7JFM5.dockerbuild Expired
75.6 KB
EnterpriseDB~docker-postgresql~SUGUPE.dockerbuild Expired
70.1 KB
EnterpriseDB~docker-postgresql~SX8QPN.dockerbuild Expired
68.8 KB
EnterpriseDB~docker-postgresql~TVL4HZ.dockerbuild Expired
58.6 KB
EnterpriseDB~docker-postgresql~UCTVP6.dockerbuild Expired
54.2 KB
EnterpriseDB~docker-postgresql~UHCVMA.dockerbuild Expired
68.8 KB
EnterpriseDB~docker-postgresql~WF7KTX.dockerbuild Expired
75.4 KB
EnterpriseDB~docker-postgresql~XWB1W1.dockerbuild Expired
54.1 KB
EnterpriseDB~docker-postgresql~Y8DNST.dockerbuild Expired
54.1 KB
EnterpriseDB~docker-postgresql~YDDDAA.dockerbuild Expired
72.7 KB
EnterpriseDB~docker-postgresql~YDOUSC.dockerbuild Expired
68.5 KB
EnterpriseDB~docker-postgresql~YE8FNK.dockerbuild Expired
59.9 KB
EnterpriseDB~docker-postgresql~YOK6DU.dockerbuild Expired
73.5 KB
EnterpriseDB~docker-postgresql~YQIA84.dockerbuild Expired
74.9 KB
EnterpriseDB~docker-postgresql~YRDTIJ.dockerbuild Expired
73 KB
EnterpriseDB~docker-postgresql~YWTPWO.dockerbuild Expired
56.5 KB
EnterpriseDB~docker-postgresql~Z88BZP.dockerbuild Expired
54.7 KB
EnterpriseDB~docker-postgresql~ZF9R9O.dockerbuild Expired
53.2 KB
EnterpriseDB~docker-postgresql~ZFTYCE.dockerbuild Expired
72.2 KB
EnterpriseDB~docker-postgresql~ZHO3BR.dockerbuild Expired
54.7 KB
EnterpriseDB~docker-postgresql~ZT0DAQ.dockerbuild Expired
74 KB
EnterpriseDB~docker-postgresql~ZXUJ4J.dockerbuild Expired
46.1 KB