Fix cryptography CVE: bump override to 46.0.5 #184
Red Hat Konflux kflux-prd-rh02 / Konflux kflux-prd-rh02 / rag-tool-cuda-on-pull-request
failed
May 19, 2026 in 19m 32s
Failed
Konflux kflux-prd-rh02/rag-tool-cuda-on-pull-request has failed.
Details
- Namespace: lightspeed-core-tenant
- PipelineRun: rag-tool-cuda-on-pull-request-p2swm
Task Statuses:
| Status | Duration | Name |
|---|---|---|
| 🟢 Succeeded | 4 seconds | |
| 🟢 Succeeded | 9 seconds | |
| 🟢 Succeeded | 10 minutes | |
| 🔴 Failed | 8 minutes | |
| 🔴 Failed | 9 minutes |
Failure snippet:
task build-images has the status "Failed":subprocess exited with status 1
subprocess exited with status 1
Error: building at STEP "RUN . /cachi2/cachi2.env && if [ -f /cachi2/cachi2.env ]; then . /cachi2/cachi2.env && FAISS_ARCH=$(echo "${TARGETARCH:-$(uname -m)}" | sed 's/amd64/x86_64/;s/arm64/aarch64/') && uv venv --seed --no-index --find-links ${PIP_FIND_LINKS} && . .venv/bin/activate && pip install --no-cache-dir --ignore-installed --no-index --find-links ${PIP_FIND_LINKS} --no-deps --only-binary faiss-cpu -r requirements.hashes.wheel.cuda.txt -r requirements.hashes.wheel.pypi.cuda.base.txt -r requirements.hashes.wheel.pypi.cuda.${FAISS_ARCH}.txt -r requirements.hashes.source.cuda.txt && pip install --no-cache-dir --no-deps . && ( pip check >/tmp/pipcheck.txt 2>&1; rc=$?; cat /tmp/pipcheck.txt; if [ "$rc" -ne 0 ]; then grep "which is not installed" /tmp/pipcheck.txt | grep -v hf-xet | grep -q . && exit 1; fi; exit 0 ); else uv venv && uv pip install tomlkit && uv run python ./scripts/remove_pytorch_cpu_pyproject.py pyproject.toml && rm -f uv.lock && rm -rf .venv && uv lock && uv sync --locked --no-install-project && uv sync --locked; fi": exit status 1
Loading