Skip to content

Regenerate hashed requirements after cryptography bump

fd547db
Select commit
Loading
Failed to load commit list.
Draft

Fix cryptography CVE: bump override to 46.0.5 #184

Regenerate hashed requirements after cryptography bump
fd547db
Select commit
Loading
Failed to load commit list.
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


Task Statuses:

StatusDurationName
🟢 Succeeded 4 seconds

init

🟢 Succeeded 9 seconds

clone-repository

🟢 Succeeded 10 minutes

prefetch-dependencies

🔴 Failed 8 minutes

build-images

🔴 Failed 9 minutes

build-images


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