Skip to content

fix: avoid installing weak dependencies (#195) #2412

fix: avoid installing weak dependencies (#195)

fix: avoid installing weak dependencies (#195) #2412

Triggered via push November 25, 2024 12:20
Status Failure
Total duration 5m 45s
Artifacts 78

ci.yml

on: push
Generate Jobs
19s
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~0G9WVR.dockerbuild
56.1 KB
EnterpriseDB~docker-postgresql~1OB2NN.dockerbuild
69.2 KB
EnterpriseDB~docker-postgresql~2LIRP4.dockerbuild
53.7 KB
EnterpriseDB~docker-postgresql~2N3KG5.dockerbuild
51.2 KB
EnterpriseDB~docker-postgresql~4GCU7Y.dockerbuild
71 KB
EnterpriseDB~docker-postgresql~5KKKXK.dockerbuild
52.6 KB
EnterpriseDB~docker-postgresql~6QGW3B.dockerbuild
69.6 KB
EnterpriseDB~docker-postgresql~73NT8K.dockerbuild
73.5 KB
EnterpriseDB~docker-postgresql~7BS05O.dockerbuild
73.5 KB
EnterpriseDB~docker-postgresql~7K62N4.dockerbuild
55.5 KB
EnterpriseDB~docker-postgresql~7SI6BR.dockerbuild
51 KB
EnterpriseDB~docker-postgresql~7THBUA.dockerbuild
66.8 KB
EnterpriseDB~docker-postgresql~874DDR.dockerbuild
32.7 KB
EnterpriseDB~docker-postgresql~87QP5C.dockerbuild
70.5 KB
EnterpriseDB~docker-postgresql~88P7AD.dockerbuild
67.6 KB
EnterpriseDB~docker-postgresql~890SVG.dockerbuild
56.7 KB
EnterpriseDB~docker-postgresql~8B3HE0.dockerbuild
72.9 KB
EnterpriseDB~docker-postgresql~8DKB8E.dockerbuild
68.2 KB
EnterpriseDB~docker-postgresql~90Y6CR.dockerbuild
45.5 KB
EnterpriseDB~docker-postgresql~9KPEZ2.dockerbuild
73 KB
EnterpriseDB~docker-postgresql~CJGQ6C.dockerbuild
51.6 KB
EnterpriseDB~docker-postgresql~DPMVN5.dockerbuild
58.1 KB
EnterpriseDB~docker-postgresql~DQI6P5.dockerbuild
72.9 KB
EnterpriseDB~docker-postgresql~E15UT1.dockerbuild
54.6 KB
EnterpriseDB~docker-postgresql~EMFQ97.dockerbuild
74.9 KB
EnterpriseDB~docker-postgresql~FPVD1M.dockerbuild
76.5 KB
EnterpriseDB~docker-postgresql~G5WLKO.dockerbuild
51.9 KB
EnterpriseDB~docker-postgresql~GA0BDM.dockerbuild
56.4 KB
EnterpriseDB~docker-postgresql~GL6U51.dockerbuild
78.9 KB
EnterpriseDB~docker-postgresql~GRNGHQ.dockerbuild
52.5 KB
EnterpriseDB~docker-postgresql~HARI70.dockerbuild
69.3 KB
EnterpriseDB~docker-postgresql~IGCTWO.dockerbuild
54.4 KB
EnterpriseDB~docker-postgresql~IPCTWU.dockerbuild
58.1 KB
EnterpriseDB~docker-postgresql~IQB2UJ.dockerbuild
53.7 KB
EnterpriseDB~docker-postgresql~IW77GV.dockerbuild
57.6 KB
EnterpriseDB~docker-postgresql~IYQJ11.dockerbuild
51.3 KB
EnterpriseDB~docker-postgresql~J0EZIK.dockerbuild
73.1 KB
EnterpriseDB~docker-postgresql~J3DQMT.dockerbuild
73.4 KB
EnterpriseDB~docker-postgresql~JQIKLP.dockerbuild
69 KB
EnterpriseDB~docker-postgresql~KJNW7T.dockerbuild
74.3 KB
EnterpriseDB~docker-postgresql~LBNVNH.dockerbuild
51.3 KB
EnterpriseDB~docker-postgresql~M24M7R.dockerbuild
56.3 KB
EnterpriseDB~docker-postgresql~MCYENY.dockerbuild
75 KB
EnterpriseDB~docker-postgresql~MS68VT.dockerbuild
41.9 KB
EnterpriseDB~docker-postgresql~MURK1J.dockerbuild
76.3 KB
EnterpriseDB~docker-postgresql~MWQQ23.dockerbuild
70.9 KB
EnterpriseDB~docker-postgresql~MY5P6S.dockerbuild
33.5 KB
EnterpriseDB~docker-postgresql~NAQDLN.dockerbuild
52.8 KB
EnterpriseDB~docker-postgresql~NASL98.dockerbuild
69.7 KB
EnterpriseDB~docker-postgresql~O22JMT.dockerbuild
73.7 KB
EnterpriseDB~docker-postgresql~ONPYTN.dockerbuild
57.7 KB
EnterpriseDB~docker-postgresql~OVT9PZ.dockerbuild
53.7 KB
EnterpriseDB~docker-postgresql~PV32MW.dockerbuild
75 KB
EnterpriseDB~docker-postgresql~QZELWK.dockerbuild
72.3 KB
EnterpriseDB~docker-postgresql~RUIXGV.dockerbuild
53.5 KB
EnterpriseDB~docker-postgresql~SA20YR.dockerbuild
66 KB
EnterpriseDB~docker-postgresql~SNSDV9.dockerbuild
52.1 KB
EnterpriseDB~docker-postgresql~SS8KLY.dockerbuild
55.9 KB
EnterpriseDB~docker-postgresql~T6O3W8.dockerbuild
68.8 KB
EnterpriseDB~docker-postgresql~T91A9X.dockerbuild
50.8 KB
EnterpriseDB~docker-postgresql~TFWZYS.dockerbuild
55.8 KB
EnterpriseDB~docker-postgresql~TQ1XR7.dockerbuild
50.8 KB
EnterpriseDB~docker-postgresql~TXO8H6.dockerbuild
53.4 KB
EnterpriseDB~docker-postgresql~U041VJ.dockerbuild
70.2 KB
EnterpriseDB~docker-postgresql~U12D1E.dockerbuild
57 KB
EnterpriseDB~docker-postgresql~U4VMBZ.dockerbuild
55.3 KB
EnterpriseDB~docker-postgresql~UNLW4M.dockerbuild
55.6 KB
EnterpriseDB~docker-postgresql~V70FTB.dockerbuild
50.7 KB
EnterpriseDB~docker-postgresql~V9MDON.dockerbuild
75.6 KB
EnterpriseDB~docker-postgresql~VAIRDL.dockerbuild
54.1 KB
EnterpriseDB~docker-postgresql~WTZUYB.dockerbuild
41.2 KB
EnterpriseDB~docker-postgresql~XPUDTJ.dockerbuild
54.8 KB
EnterpriseDB~docker-postgresql~YAKRVR.dockerbuild
70.5 KB
EnterpriseDB~docker-postgresql~YB94GY.dockerbuild
52.1 KB
EnterpriseDB~docker-postgresql~YHYMHZ.dockerbuild
73 KB
EnterpriseDB~docker-postgresql~Z9HZI4.dockerbuild
51.8 KB
EnterpriseDB~docker-postgresql~ZBZBYX.dockerbuild
50.6 KB
EnterpriseDB~docker-postgresql~ZD3QHI.dockerbuild
54.4 KB