Merge pull request #2297 from tisnik/lcore-3141-proper-deps-in-docs-m… #1726
build_and_push_dev.yaml
on: push
build-and-push-dev
6m 39s
Annotations
1 error and 2 warnings
|
build-and-push-dev
Error: buildah exited with code 1
Trying to pull registry.access.redhat.com/ubi9/python-312:latest...
Getting image source signatures
Copying blob sha256:e83a55684320f065cbd3bdb06113e6f39a2a9b12e69817da3ec72bc42a3fd7f6
Copying blob sha256:9186ce4a2a482a3a1232907b0dac909897e4f6c24f5c562a0cfee1bac2316e98
Copying blob sha256:61dc62832ce53cdc20b27c99197e90436351d8c7be3b509f511b9d3895006678
Copying blob sha256:5c3422c1f76400093b69c1537ac86babb9c3f7747ad4b06b6ccc1ed18f1bc291
Copying config sha256:6a6287dca5eb1bbfa097bb3f81a3547d6eae23ddd8550a20b75461a7c62d232f
Writing manifest to image destination
[notice] A new release of pip is available: 24.2 -> 26.2
[notice] To update, run: pip install --upgrade pip
+ ZIP_PATH=/tmp/lightspeed-providers.zip
+ EXTRACT_DIR=/tmp/providers
+ '[' -f /cachi2/output/deps/generic/lightspeed-providers.zip ']'
+ curl -fL --retry 2 --retry-delay 5 https://github.com/lightspeed-core/lightspeed-providers/archive/8cd1b3d3bdd841ea99d31b334ae00a275581661c.zip -o /tmp/lightspeed-providers.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 333k 100 333k 0 0 481k 0 --:--:-- --:--:-- --:--:-- 481k
+ mkdir -p /tmp/providers
+ export ZIP_PATH EXTRACT_DIR
++ python3.12 -c 'import os, zipfile; z=zipfile.ZipFile(os.environ["ZIP_PATH"]); print(z.namelist()[0].split("/")[0])'
+ ROOT_DIR=lightspeed-providers-8cd1b3d3bdd841ea99d31b334ae00a275581661c
+ python3.12 -c 'import os, zipfile; zipfile.ZipFile(os.environ["ZIP_PATH"]).extractall(os.environ["EXTRACT_DIR"])'
+ mv /tmp/providers/lightspeed-providers-8cd1b3d3bdd841ea99d31b334ae00a275581661c/lightspeed_stack_providers /app-root/
+ mv /tmp/providers/lightspeed-providers-8cd1b3d3bdd841ea99d31b334ae00a275581661c/resources/external_providers /app-root/providers.d
+ rm -rf /tmp/lightspeed-providers.zip /tmp/providers
Using CPython 3.12.13 interpreter at: /usr/bin/python3.12
Creating virtual environment at: .venv
Resolved 273 packages in 68ms
Building lightspeed-stack @ file:///app-root
Downloading openai (1.6MiB)
Downloading pygments (1.2MiB)
Downloading setuptools (1.0MiB)
Downloading faiss-cpu (9.2MiB)
Downloading sqlalchemy (3.2MiB)
Downloading tokenizers (3.1MiB)
Downloading pydantic-ai-slim (1.0MiB)
Downloading pydantic-core (1.9MiB)
Downloading networkx (2.0MiB)
Downloading tiktoken (1.1MiB)
Downloading transformers (11.1MiB)
Downloading nltk (1.6MiB)
Downloading sympy (6.0MiB)
Downloading beartype (1.3MiB)
Downloading hf-xet (4.0MiB)
Downloading kubernetes (4.4MiB)
Downloading google-cloud-aiplatform (9.0MiB)
Downloading scipy (32.4MiB)
Downloading oci (34.5MiB)
Downloading cryptography (4.5MiB)
Downloading grpcio (6.6MiB)
Downloading psycopg2-binary (5.6MiB)
Downloading pythainlp (18.9MiB)
Downloading asyncpg (3.3MiB)
Downloading uv-build (1.5MiB)
Downloading numpy (13.6MiB)
Downloading pandas (10.0MiB)
Downloading aiohttp (1.7MiB)
Downloading pyarrow (44.7MiB)
Downloading litellm (19.7MiB)
Downloading oracledb (2.2MiB)
Downloading scikit-learn (8.4MiB)
Downloading torch (141.3MiB)
Downloaded tiktoken
Downloaded pydantic-ai-slim
Downloaded pygments
Downloaded beartype
Downloaded setuptools
Downloaded uv-build
Downloaded aiohttp
Downloaded nltk
Downloaded pydantic-core
Downloaded networkx
Downloaded oracledb
Downloaded tokenizers
Downloaded sqlalchemy
Downloaded asyncpg
Building langdetect==1.0.9
Downloaded hf-xet
Built lightspeed-stack @ file:///app-root
Downloaded cryptography
Downloaded openai
Downloaded psycopg2-binary
Downloaded sympy
Downloaded kubernetes
Downloaded grpcio
Downloaded scikit-learn
Downloaded google-cloud-aiplatform
Downloaded faiss-cpu
Built langdetect==1.0.9
Downloaded transformers
Downloaded pandas
Downloaded torch
× Failed to download `oci==2.183.0`
├─▶ Request failed after 4 retries in 129.9s
�
|
|
build-and-push-dev
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: redhat-actions/buildah-build@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-push-dev
buildah-build@v2 is deprecated and will no longer receive updates. Please upgrade to v3: https://github.com/redhat-actions/buildah-build
|