Skip to content

Revert "Put a workaround to fetch the 0.0.14 version of the s3 driver from github #548

Revert "Put a workaround to fetch the 0.0.14 version of the s3 driver from github

Revert "Put a workaround to fetch the 0.0.14 version of the s3 driver from github #548

Triggered via pull request November 14, 2025 14:17
Status Failure
Total duration 8m 6s
Artifacts

dev-docker.yml

on: pull_request
Matrix: build-push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-push (rocky8)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c true && useradd -rm -d /home/rocky -s /bin/bash -g root -u 1000 rocky && dnf upgrade -y && dnf search pandoc && dnf install --enablerepo=devel -y git pandoc wget && if [ \"$KHIOPSDEV_OS\" = \"rocky8\" ]; then dnf install -y python3.11 python3.11-pip python3.11-setuptools ; else dnf install -y python3-setuptools python3-pip ; fi && if [ -f /etc/os-release ]; then . /etc/os-release; fi && IFS='.' read -ra VERSION <<< \"$VERSION_ID\" && ROCKY_VERSION=${VERSION[0]} && KHIOPS_PKG_FILE=$KHIOPS_REVISION/khiops-core-openmpi-$(echo ${KHIOPS_REVISION} | tr '-' '_')-1.el$ROCKY_VERSION.x86_64.rpm && wget -O KHIOPS_CORE.rpm \"https://github.com/KhiopsML/khiops/releases/download/${KHIOPS_PKG_FILE}\" && dnf install KHIOPS_CORE.rpm -y && rm -f KHIOPS_CORE.rpm && source /etc/profile.d/modules.sh && module unload mpi && module load mpi/openmpi-x86_64 && if [ \"$KHIOPSDEV_OS\" = \"rocky8\" ]; then alternatives --set python /usr/bin/python3.11 && alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1 ; else alternatives --install /usr/bin/python python /usr/bin/python3 1 && alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 ; fi && mkdir -p /root/miniforge3 && cd /root/miniforge3 && wget https://github.com/conda-forge/miniforge/releases/download/24.1.2-0/Miniforge3-24.1.2-0-Linux-x86_64.sh -O ./Miniforge3_24.1.2-0-Linux-x86_64.sh && echo \"dbadb808edf4da00af35d888d3eeebbfdce71972b60bf4b16dbacaee2ab57f28 Miniforge3_24.1.2-0-Linux-x86_64.sh\" | sha256sum --check && bash ./Miniforge3_24.1.2-0-Linux-x86_64.sh -b -u -p /root/miniforge3 && rm -rf /root/miniforge3/Miniforge3_24.1.2-0-Linux-x86_64.sh && dnf clean all && rm -rf ./khiops && true" did not complete successfully: exit code: 1