Skip to content

review

review #2406

Triggered via push November 25, 2024 10:16
Status Failure
Total duration 4m 59s
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 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~0K8IQ4.dockerbuild
56.9 KB
EnterpriseDB~docker-postgresql~1N0Y9Y.dockerbuild
56.2 KB
EnterpriseDB~docker-postgresql~1YGK6U.dockerbuild
70.6 KB
EnterpriseDB~docker-postgresql~25G0EK.dockerbuild
69 KB
EnterpriseDB~docker-postgresql~2QPS84.dockerbuild
70.6 KB
EnterpriseDB~docker-postgresql~35HTWA.dockerbuild
70.7 KB
EnterpriseDB~docker-postgresql~3D6NYA.dockerbuild
54 KB
EnterpriseDB~docker-postgresql~3EL1C2.dockerbuild
52.2 KB
EnterpriseDB~docker-postgresql~48WYNH.dockerbuild
71.8 KB
EnterpriseDB~docker-postgresql~5RPX1H.dockerbuild
53.1 KB
EnterpriseDB~docker-postgresql~6EY3SE.dockerbuild
50.8 KB
EnterpriseDB~docker-postgresql~6GA6WA.dockerbuild
73.6 KB
EnterpriseDB~docker-postgresql~6WNZ8A.dockerbuild
55.7 KB
EnterpriseDB~docker-postgresql~736ZPU.dockerbuild
73.1 KB
EnterpriseDB~docker-postgresql~7LDP0C.dockerbuild
69.7 KB
EnterpriseDB~docker-postgresql~7Q1QNE.dockerbuild
53.3 KB
EnterpriseDB~docker-postgresql~8DT19W.dockerbuild
74.8 KB
EnterpriseDB~docker-postgresql~8K9B6B.dockerbuild
74.5 KB
EnterpriseDB~docker-postgresql~8LI1F0.dockerbuild
54.9 KB
EnterpriseDB~docker-postgresql~915TLI.dockerbuild
52.8 KB
EnterpriseDB~docker-postgresql~9FP112.dockerbuild
54.1 KB
EnterpriseDB~docker-postgresql~9RMUYE.dockerbuild
70.9 KB
EnterpriseDB~docker-postgresql~9UCTPQ.dockerbuild
41.1 KB
EnterpriseDB~docker-postgresql~9YJHBK.dockerbuild
54 KB
EnterpriseDB~docker-postgresql~9YR3OZ.dockerbuild
53.2 KB
EnterpriseDB~docker-postgresql~9ZCA2K.dockerbuild
68.6 KB
EnterpriseDB~docker-postgresql~AXIY9P.dockerbuild
53.2 KB
EnterpriseDB~docker-postgresql~B3BD6H.dockerbuild
72.4 KB
EnterpriseDB~docker-postgresql~BHUTF6.dockerbuild
71.8 KB
EnterpriseDB~docker-postgresql~BJ2CGB.dockerbuild
68.3 KB
EnterpriseDB~docker-postgresql~CD7WOK.dockerbuild
55.3 KB
EnterpriseDB~docker-postgresql~CJKE84.dockerbuild
54.5 KB
EnterpriseDB~docker-postgresql~E3ABW4.dockerbuild
68.9 KB
EnterpriseDB~docker-postgresql~F9UQE3.dockerbuild
73.6 KB
EnterpriseDB~docker-postgresql~G0T6GI.dockerbuild
50.6 KB
EnterpriseDB~docker-postgresql~G464KV.dockerbuild
51.7 KB
EnterpriseDB~docker-postgresql~GIAXT6.dockerbuild
74.9 KB
EnterpriseDB~docker-postgresql~IERME2.dockerbuild
41.4 KB
EnterpriseDB~docker-postgresql~IN06I3.dockerbuild
57.6 KB
EnterpriseDB~docker-postgresql~J2LZLF.dockerbuild
59.1 KB
EnterpriseDB~docker-postgresql~J66IE7.dockerbuild
71.5 KB
EnterpriseDB~docker-postgresql~JUE7Q3.dockerbuild
71.5 KB
EnterpriseDB~docker-postgresql~JXKNWM.dockerbuild
53.3 KB
EnterpriseDB~docker-postgresql~KKZD9B.dockerbuild
52.4 KB
EnterpriseDB~docker-postgresql~KPXFPF.dockerbuild
76.2 KB
EnterpriseDB~docker-postgresql~L28AQY.dockerbuild
72.2 KB
EnterpriseDB~docker-postgresql~L28BUN.dockerbuild
73.8 KB
EnterpriseDB~docker-postgresql~LX11TN.dockerbuild
79.2 KB
EnterpriseDB~docker-postgresql~M5RM17.dockerbuild
32.8 KB
EnterpriseDB~docker-postgresql~NAYT63.dockerbuild
54.8 KB
EnterpriseDB~docker-postgresql~OYZOC9.dockerbuild
55.7 KB
EnterpriseDB~docker-postgresql~P347CI.dockerbuild
52.2 KB
EnterpriseDB~docker-postgresql~P6TELY.dockerbuild
32.1 KB
EnterpriseDB~docker-postgresql~PL02DT.dockerbuild
72.6 KB
EnterpriseDB~docker-postgresql~Q6D4ZC.dockerbuild
56.5 KB
EnterpriseDB~docker-postgresql~Q6LA1G.dockerbuild
51.5 KB
EnterpriseDB~docker-postgresql~Q89A55.dockerbuild
66.8 KB
EnterpriseDB~docker-postgresql~R03ATV.dockerbuild
53.9 KB
EnterpriseDB~docker-postgresql~RICCZC.dockerbuild
71.1 KB
EnterpriseDB~docker-postgresql~RXM2X9.dockerbuild
53.8 KB
EnterpriseDB~docker-postgresql~SIJ5N9.dockerbuild
54.3 KB
EnterpriseDB~docker-postgresql~SNGG26.dockerbuild
55.1 KB
EnterpriseDB~docker-postgresql~SXY6BF.dockerbuild
52.5 KB
EnterpriseDB~docker-postgresql~T0KL91.dockerbuild
51.7 KB
EnterpriseDB~docker-postgresql~T1NS26.dockerbuild
73 KB
EnterpriseDB~docker-postgresql~V8WKCB.dockerbuild
54.5 KB
EnterpriseDB~docker-postgresql~VBGKX4.dockerbuild
68 KB
EnterpriseDB~docker-postgresql~VSI0B1.dockerbuild
53.6 KB
EnterpriseDB~docker-postgresql~VTRITR.dockerbuild
59.4 KB
EnterpriseDB~docker-postgresql~VWKJET.dockerbuild
69.2 KB
EnterpriseDB~docker-postgresql~WANG44.dockerbuild
55.2 KB
EnterpriseDB~docker-postgresql~WIV7WO.dockerbuild
45.3 KB
EnterpriseDB~docker-postgresql~WKVCA2.dockerbuild
68.3 KB
EnterpriseDB~docker-postgresql~WSIBW0.dockerbuild
71.2 KB
EnterpriseDB~docker-postgresql~YWONWR.dockerbuild
68.9 KB
EnterpriseDB~docker-postgresql~YYDK9Y.dockerbuild
55.4 KB
EnterpriseDB~docker-postgresql~Z3QYQU.dockerbuild
59.6 KB
EnterpriseDB~docker-postgresql~ZIUT35.dockerbuild
57.8 KB