Skip to content

fix: avoid installing weak dependencies #2383

fix: avoid installing weak dependencies

fix: avoid installing weak dependencies #2383

Triggered via push November 19, 2024 17:46
Status Failure
Total duration 5m 32s
Artifacts 78

ci.yml

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

Annotations

4 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.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 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 PostGIS 16-3.4 UBI8 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-8.noarch.rpm ; \tARCH=\"${TARGETARCH}\" ; \tpgrouting_pkg=\"pgrouting_16\" ; \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-pg16-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-pg16-pgrouting3\" ; \t\t\t\tBUILDARCH=\"s390x\" ;; \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_16-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
Check
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
EnterpriseDB~docker-postgresql~05RFT9.dockerbuild Expired
73 KB
EnterpriseDB~docker-postgresql~0GR2WR.dockerbuild Expired
78.9 KB
EnterpriseDB~docker-postgresql~0RKZN1.dockerbuild Expired
33.3 KB
EnterpriseDB~docker-postgresql~117S3Z.dockerbuild Expired
55.6 KB
EnterpriseDB~docker-postgresql~1AIITS.dockerbuild Expired
71.3 KB
EnterpriseDB~docker-postgresql~1ARFJZ.dockerbuild Expired
50.1 KB
EnterpriseDB~docker-postgresql~1RXGVE.dockerbuild Expired
56.7 KB
EnterpriseDB~docker-postgresql~1XK3P8.dockerbuild Expired
76 KB
EnterpriseDB~docker-postgresql~2AJO52.dockerbuild Expired
53.8 KB
EnterpriseDB~docker-postgresql~2JTAED.dockerbuild Expired
51.3 KB
EnterpriseDB~docker-postgresql~2WEUY7.dockerbuild Expired
53.1 KB
EnterpriseDB~docker-postgresql~35A4WS.dockerbuild Expired
51.6 KB
EnterpriseDB~docker-postgresql~4EPXNR.dockerbuild Expired
52.6 KB
EnterpriseDB~docker-postgresql~4WUJLU.dockerbuild Expired
65.9 KB
EnterpriseDB~docker-postgresql~5G6TAN.dockerbuild Expired
52.2 KB
EnterpriseDB~docker-postgresql~5WVLUQ.dockerbuild Expired
71.4 KB
EnterpriseDB~docker-postgresql~6LVAD9.dockerbuild Expired
53.7 KB
EnterpriseDB~docker-postgresql~7T2EQ2.dockerbuild Expired
72.1 KB
EnterpriseDB~docker-postgresql~8A1HUC.dockerbuild Expired
73.3 KB
EnterpriseDB~docker-postgresql~8KTYP1.dockerbuild Expired
66 KB
EnterpriseDB~docker-postgresql~A2VN5E.dockerbuild Expired
53.1 KB
EnterpriseDB~docker-postgresql~A9B18A.dockerbuild Expired
72.6 KB
EnterpriseDB~docker-postgresql~AE82Z8.dockerbuild Expired
54.8 KB
EnterpriseDB~docker-postgresql~B8940D.dockerbuild Expired
55.6 KB
EnterpriseDB~docker-postgresql~CTB6JH.dockerbuild Expired
56.1 KB
EnterpriseDB~docker-postgresql~DX0TSQ.dockerbuild Expired
52.1 KB
EnterpriseDB~docker-postgresql~EV3LE5.dockerbuild Expired
54.5 KB
EnterpriseDB~docker-postgresql~GMYZQ5.dockerbuild Expired
57.8 KB
EnterpriseDB~docker-postgresql~GX871C.dockerbuild Expired
70.5 KB
EnterpriseDB~docker-postgresql~H0YMMN.dockerbuild Expired
52.1 KB
EnterpriseDB~docker-postgresql~H5I8YW.dockerbuild Expired
73.2 KB
EnterpriseDB~docker-postgresql~I2VVYU.dockerbuild Expired
70.6 KB
EnterpriseDB~docker-postgresql~IDZTY3.dockerbuild Expired
67.8 KB
EnterpriseDB~docker-postgresql~JT5E60.dockerbuild Expired
53.8 KB
EnterpriseDB~docker-postgresql~KLW8UK.dockerbuild Expired
69.7 KB
EnterpriseDB~docker-postgresql~LLOEF9.dockerbuild Expired
51.6 KB
EnterpriseDB~docker-postgresql~LS3GHA.dockerbuild Expired
53.7 KB
EnterpriseDB~docker-postgresql~LT1HE0.dockerbuild Expired
52.4 KB
EnterpriseDB~docker-postgresql~M7D5F2.dockerbuild Expired
52.8 KB
EnterpriseDB~docker-postgresql~ML0UYE.dockerbuild Expired
52.4 KB
EnterpriseDB~docker-postgresql~MWWM89.dockerbuild Expired
51.2 KB
EnterpriseDB~docker-postgresql~N1Y69L.dockerbuild Expired
33.7 KB
EnterpriseDB~docker-postgresql~NGTCUN.dockerbuild Expired
64.9 KB
EnterpriseDB~docker-postgresql~NWV3HL.dockerbuild Expired
77.1 KB
EnterpriseDB~docker-postgresql~NXEQF8.dockerbuild Expired
73.7 KB
EnterpriseDB~docker-postgresql~PDZQR8.dockerbuild Expired
53.3 KB
EnterpriseDB~docker-postgresql~PK39IS.dockerbuild Expired
52.5 KB
EnterpriseDB~docker-postgresql~QAWPHZ.dockerbuild Expired
76.8 KB
EnterpriseDB~docker-postgresql~QM6R7E.dockerbuild Expired
55.1 KB
EnterpriseDB~docker-postgresql~RFO8A1.dockerbuild Expired
74.2 KB
EnterpriseDB~docker-postgresql~RLAVZ1.dockerbuild Expired
71.9 KB
EnterpriseDB~docker-postgresql~RRLZUX.dockerbuild Expired
71.1 KB
EnterpriseDB~docker-postgresql~S0CJE0.dockerbuild Expired
53.4 KB
EnterpriseDB~docker-postgresql~S9BV5B.dockerbuild Expired
54.2 KB
EnterpriseDB~docker-postgresql~SCMFYF.dockerbuild Expired
70.4 KB
EnterpriseDB~docker-postgresql~SIO9RI.dockerbuild Expired
75.1 KB
EnterpriseDB~docker-postgresql~SJJYOE.dockerbuild Expired
68.8 KB
EnterpriseDB~docker-postgresql~THS8KO.dockerbuild Expired
55.2 KB
EnterpriseDB~docker-postgresql~TIRI0C.dockerbuild Expired
58.3 KB
EnterpriseDB~docker-postgresql~TUOR9A.dockerbuild Expired
72.4 KB
EnterpriseDB~docker-postgresql~TWAL69.dockerbuild Expired
59 KB
EnterpriseDB~docker-postgresql~V5LYS4.dockerbuild Expired
54.6 KB
EnterpriseDB~docker-postgresql~V9U7NO.dockerbuild Expired
57.4 KB
EnterpriseDB~docker-postgresql~VC6SHI.dockerbuild Expired
73.3 KB
EnterpriseDB~docker-postgresql~VIQKOZ.dockerbuild Expired
51.2 KB
EnterpriseDB~docker-postgresql~VLJZ1O.dockerbuild Expired
74.5 KB
EnterpriseDB~docker-postgresql~VTOT1I.dockerbuild Expired
70.1 KB
EnterpriseDB~docker-postgresql~WKT8Z9.dockerbuild Expired
67.9 KB
EnterpriseDB~docker-postgresql~WSGIL8.dockerbuild Expired
73.5 KB
EnterpriseDB~docker-postgresql~WVZ6VI.dockerbuild Expired
53.8 KB
EnterpriseDB~docker-postgresql~XA7I7T.dockerbuild Expired
57.2 KB
EnterpriseDB~docker-postgresql~XAH5KJ.dockerbuild Expired
50.4 KB
EnterpriseDB~docker-postgresql~Y5G5K7.dockerbuild Expired
73.7 KB
EnterpriseDB~docker-postgresql~YLGUO3.dockerbuild Expired
68.9 KB
EnterpriseDB~docker-postgresql~ZBPGE8.dockerbuild Expired
48.7 KB
EnterpriseDB~docker-postgresql~ZD43F5.dockerbuild Expired
69.6 KB
EnterpriseDB~docker-postgresql~ZDASQ1.dockerbuild Expired
53.9 KB
EnterpriseDB~docker-postgresql~ZM66GR.dockerbuild Expired
70.6 KB