Weekly wheel build images #178
Annotations
1 error
Build and push Docker image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c yum update -y && yum localinstall -y --skip-broken https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm --eval %{centos_ver}).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm --eval %{centos_ver}).noarch.rpm && yum install -y swig redland-devel rasqal-devel libcurl-devel libxslt-devel libxml2-devel libffi-devel && yum install -y hdf5-devel || true && cd /opt/_internal && tar -Jxvf static-libs-for-embedding-only.tar.xz && sed -e '/mongomock/d' -i /tmp/requirements_dev.txt && sed -e '/pandas/d' -e '/pyarrow/d' -e '/tables/d' -e '/openpyxl/d' -e '/jinja2/d' -e '/pydantic/d' -e '/fortran-language-server/d' -e '/matplotlib/d' -e '/scikit-image/d' -e '/ncempy/d' -e '/h5py/d' -i /tmp/requirements_full.txt && mkdir -p /ci/pip_cache && for minor in ${PY_MINORS}; do python3.${minor} -m pip install --cache-dir=/ci/pip_cache -U pip && python3.${minor} -m pip install --cache-dir=/ci/pip_cache -U setuptools wheel && python3.${minor} -m pip install --cache-dir=/ci/pip_cache oldest-supported-numpy -r /tmp/requirements_dev.txt -r /tmp/requirements_full.txt; done && rm -rf /ci/pip_cache" did not complete successfully: exit code: 1
|
Loading