Skip to content

fix: adjust grep pattern #2413

fix: adjust grep pattern

fix: adjust grep pattern #2413

Triggered via push November 25, 2024 13:09
Status Failure
Total duration 5m 56s
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~0YUZDJ.dockerbuild Expired
55.4 KB
EnterpriseDB~docker-postgresql~1QUXIY.dockerbuild Expired
56.5 KB
EnterpriseDB~docker-postgresql~21EDC5.dockerbuild Expired
56.3 KB
EnterpriseDB~docker-postgresql~2KEMGX.dockerbuild Expired
69.9 KB
EnterpriseDB~docker-postgresql~3186KU.dockerbuild Expired
54.8 KB
EnterpriseDB~docker-postgresql~3EX94S.dockerbuild Expired
51.1 KB
EnterpriseDB~docker-postgresql~3O3HPP.dockerbuild Expired
70.5 KB
EnterpriseDB~docker-postgresql~41D58A.dockerbuild Expired
52.2 KB
EnterpriseDB~docker-postgresql~4F8PXB.dockerbuild Expired
58.7 KB
EnterpriseDB~docker-postgresql~4KPOCN.dockerbuild Expired
75.1 KB
EnterpriseDB~docker-postgresql~578YFT.dockerbuild Expired
57.5 KB
EnterpriseDB~docker-postgresql~5VDE67.dockerbuild Expired
53.2 KB
EnterpriseDB~docker-postgresql~775US9.dockerbuild Expired
50.6 KB
EnterpriseDB~docker-postgresql~7LPG48.dockerbuild Expired
41.5 KB
EnterpriseDB~docker-postgresql~851WG8.dockerbuild Expired
56.9 KB
EnterpriseDB~docker-postgresql~AX6X8P.dockerbuild Expired
72.6 KB
EnterpriseDB~docker-postgresql~C2BNZO.dockerbuild Expired
32.8 KB
EnterpriseDB~docker-postgresql~DH6DZJ.dockerbuild Expired
72.7 KB
EnterpriseDB~docker-postgresql~DT2FT8.dockerbuild Expired
74.5 KB
EnterpriseDB~docker-postgresql~EEGFPJ.dockerbuild Expired
53.4 KB
EnterpriseDB~docker-postgresql~FK7IA8.dockerbuild Expired
53.8 KB
EnterpriseDB~docker-postgresql~FPS9YJ.dockerbuild Expired
72.5 KB
EnterpriseDB~docker-postgresql~G1WSAF.dockerbuild Expired
73.2 KB
EnterpriseDB~docker-postgresql~GBKLFA.dockerbuild Expired
55.3 KB
EnterpriseDB~docker-postgresql~GDOM03.dockerbuild Expired
71.1 KB
EnterpriseDB~docker-postgresql~HOXV53.dockerbuild Expired
57.9 KB
EnterpriseDB~docker-postgresql~I7SCAH.dockerbuild Expired
70.1 KB
EnterpriseDB~docker-postgresql~ILKT9I.dockerbuild Expired
71.2 KB
EnterpriseDB~docker-postgresql~JF8U68.dockerbuild Expired
70.1 KB
EnterpriseDB~docker-postgresql~JLH5LU.dockerbuild Expired
56.4 KB
EnterpriseDB~docker-postgresql~JPKGEA.dockerbuild Expired
57.9 KB
EnterpriseDB~docker-postgresql~JR5253.dockerbuild Expired
70.4 KB
EnterpriseDB~docker-postgresql~JXUWIJ.dockerbuild Expired
55.3 KB
EnterpriseDB~docker-postgresql~KOFPQD.dockerbuild Expired
73.3 KB
EnterpriseDB~docker-postgresql~L8PV0E.dockerbuild Expired
55.1 KB
EnterpriseDB~docker-postgresql~LA4AWO.dockerbuild Expired
71.5 KB
EnterpriseDB~docker-postgresql~LHQP0N.dockerbuild Expired
45.4 KB
EnterpriseDB~docker-postgresql~LZXWGA.dockerbuild Expired
49.9 KB
EnterpriseDB~docker-postgresql~M27UFU.dockerbuild Expired
55.7 KB
EnterpriseDB~docker-postgresql~M8ZP8F.dockerbuild Expired
77.9 KB
EnterpriseDB~docker-postgresql~MBL4CU.dockerbuild Expired
75.5 KB
EnterpriseDB~docker-postgresql~NHPMN7.dockerbuild Expired
33.4 KB
EnterpriseDB~docker-postgresql~NOFMKW.dockerbuild Expired
71.8 KB
EnterpriseDB~docker-postgresql~O0L2L3.dockerbuild Expired
65.8 KB
EnterpriseDB~docker-postgresql~OFC8FY.dockerbuild Expired
41.5 KB
EnterpriseDB~docker-postgresql~OMS098.dockerbuild Expired
68.3 KB
EnterpriseDB~docker-postgresql~PANIKZ.dockerbuild Expired
77 KB
EnterpriseDB~docker-postgresql~PFEMKO.dockerbuild Expired
70.7 KB
EnterpriseDB~docker-postgresql~PXMPGH.dockerbuild Expired
69.2 KB
EnterpriseDB~docker-postgresql~QDXRBY.dockerbuild Expired
68.5 KB
EnterpriseDB~docker-postgresql~QE88IE.dockerbuild Expired
53.4 KB
EnterpriseDB~docker-postgresql~QMA4IJ.dockerbuild Expired
69.3 KB
EnterpriseDB~docker-postgresql~QWDRNJ.dockerbuild Expired
54.1 KB
EnterpriseDB~docker-postgresql~QWREJC.dockerbuild Expired
54 KB
EnterpriseDB~docker-postgresql~QX0ZIP.dockerbuild Expired
68.4 KB
EnterpriseDB~docker-postgresql~R2EEGW.dockerbuild Expired
75.8 KB
EnterpriseDB~docker-postgresql~R52Z4H.dockerbuild Expired
54.6 KB
EnterpriseDB~docker-postgresql~S1EWE1.dockerbuild Expired
52.5 KB
EnterpriseDB~docker-postgresql~S2BAE8.dockerbuild Expired
51.5 KB
EnterpriseDB~docker-postgresql~S8TM3O.dockerbuild Expired
52.2 KB
EnterpriseDB~docker-postgresql~S98APH.dockerbuild Expired
75 KB
EnterpriseDB~docker-postgresql~TOT1QO.dockerbuild Expired
57.1 KB
EnterpriseDB~docker-postgresql~TUJIQC.dockerbuild Expired
66.9 KB
EnterpriseDB~docker-postgresql~UJ1SKG.dockerbuild Expired
56.6 KB
EnterpriseDB~docker-postgresql~UWX0Y2.dockerbuild Expired
55 KB
EnterpriseDB~docker-postgresql~V9SP3B.dockerbuild Expired
55.4 KB
EnterpriseDB~docker-postgresql~V9WCC5.dockerbuild Expired
54.9 KB
EnterpriseDB~docker-postgresql~VPFW1I.dockerbuild Expired
77.4 KB
EnterpriseDB~docker-postgresql~VRSOFK.dockerbuild Expired
55 KB
EnterpriseDB~docker-postgresql~WD6J1T.dockerbuild Expired
56.7 KB
EnterpriseDB~docker-postgresql~WDYFWO.dockerbuild Expired
56.4 KB
EnterpriseDB~docker-postgresql~X7RVNA.dockerbuild Expired
54.3 KB
EnterpriseDB~docker-postgresql~XJQP3X.dockerbuild Expired
71.5 KB
EnterpriseDB~docker-postgresql~XR6LJ9.dockerbuild Expired
72.8 KB
EnterpriseDB~docker-postgresql~XVJ2AA.dockerbuild Expired
73.9 KB
EnterpriseDB~docker-postgresql~Y0113R.dockerbuild Expired
54.6 KB
EnterpriseDB~docker-postgresql~ZLP6AG.dockerbuild Expired
52.2 KB
EnterpriseDB~docker-postgresql~ZSHS0P.dockerbuild Expired
53 KB