[2.25.1] Cherry-pick: fix PyArrow dependency resolution in Data Science image for RHOAI 2.25 #1655
Konflux Internal p02 / Konflux Production Internal / odh-workbench-jupyter-datascience-cpu-py312-on-pull-request
failed
Dec 1, 2025 in 2h 0m 3s
Failed
Konflux Production Internal/odh-workbench-jupyter-datascience-cpu-py312-on-pull-request has failed.
Details
- Namespace: rhoai-tenant
- PipelineRun: odh-workbench-jupyter-datascience-cpu-py312-on-pull-requesrpvw6
Task Statuses:
| Status | Duration | Name |
|---|---|---|
| 🟢 Succeeded | 6 seconds | |
| 🟢 Succeeded | 6 seconds | |
| 🟢 Succeeded | 15 seconds | |
| 🟢 Succeeded | 9 seconds | |
| 🔴 Failed | 1 hour | |
| 🟢 Succeeded | 27 minutes | |
| 🟢 Succeeded | 17 minutes | |
| 🔴 Failed | 7 minutes |
Failure snippet:
task build-images has the status "Failed":subprocess exited with status 2 subprocess exited with status 2 Error: building at STEP "RUN --mount=type=cache,target=/root/.cache/pip --mount=type=cache,target=/root/.cache/dnf if [ "$TARGETARCH" = "ppc64le" ] || [ "$TARGETARCH" = "s390x" ]; then dnf install -y cmake make gcc-c++ pybind11-devel wget && dnf clean all && git clone --depth 1 --branch "apache-arrow-17.0.0" https://github.com/apache/arrow.git && cd arrow/cpp && mkdir release && cd release && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local -DARROW_PYTHON=ON -DARROW_PARQUET=ON -DARROW_ORC=ON -DARROW_FILESYSTEM=ON -DARROW_JSON=ON -DARROW_CSV=ON -DARROW_DATASET=ON -DARROW_DEPENDENCY_SOURCE=BUNDLED -DARROW_WITH_LZ4=OFF -DARROW_WITH_ZSTD=OFF -DARROW_WITH_SNAPPY=OFF -DARROW_S3=ON -DARROW_SUBSTRAIT=ON -DARROW_BUILD_TESTS=OFF -DARROW_BUILD_BENCHMARKS=OFF .. && make -j$(nproc) VERBOSE=1 && make install -j$(nproc) && cd ../../python && pip install --no-cache-dir -r requirements-build.txt && PYARROW_WITH_PARQUET=1 PYARROW_WITH_DATASET=1 PYARROW_WITH_FILESYSTEM=1 PYARROW_WITH_JSON=1 PYARROW_WITH_CSV=1 PYARROW_PARALLEL=$(nproc) python setup.py build_ext --build-type=release --bundle-arrow-cpp bdist_wheel && mkdir -p /tmp/wheels && cp dist/pyarrow-*.whl /tmp/wheels/ && chmod -R 777 /tmp/wheels && ls -la /tmp/wheels/; else mkdir -p /tmp/wheels; fi": exit status 2
Loading