Build and push rag-content container image #681
build-and-push-rag-content.yaml
on: schedule
build-and-push-rag-content
6m 29s
Annotations
1 error
|
build-and-push-rag-content
Error: buildah exited with code 1
Trying to pull registry.access.redhat.com/ubi9/python-311:latest...
Getting image source signatures
Copying blob sha256:1a2d6aebab70cfed908c7a50a8474bcc91c7d0029fdb53a36f78f7213cb9249f
Copying blob sha256:2e9c1a1a71b1b7f7c871bd0f9c9f362066e9335118d531068b03e6747e8ba13c
Copying blob sha256:56b2ec53eb90753f4259bc1fd55c9b03d2aeb15f32351977d3513cdfc735b78c
Copying blob sha256:f3a0a6a8ea4545905d33eb87655162747fd714d34cf25f3e50a63f1c05579a59
Copying config sha256:54a426212207effab93a964a2881f087018b09835940293a5872a595bf71d25e
Writing manifest to image destination
[notice] A new release of pip is available: 24.2 -> 26.0.1
[notice] To update, run: pip install --upgrade pip
+ PYTHON_VERSION=3.11
+ PYTHON=python3.11
+ command -v tox
+ command -v python3.11
+ OUTPUT_DIR_NAME=openstack-docs-plaintext
+ OS_VERSION=2025.2
+ OS_API_DOCS=false
+ _OS_PROJECTS='nova horizon keystone neutron neutron-lib cinder manila glance swift ceilometer octavia designate heat placement ironic barbican aodh watcher adjutant blazar cyborg magnum mistral skyline-apiserver skyline-console storlets venus vitrage zun python-openstackclient tempest trove zaqar masakari'
+ OS_PROJECTS='nova horizon keystone neutron neutron-lib cinder manila glance swift ceilometer octavia designate heat placement ironic barbican aodh watcher adjutant blazar cyborg magnum mistral skyline-apiserver skyline-console storlets venus vitrage zun python-openstackclient tempest trove zaqar masakari'
+ '[' '' == '' ']'
+ PRUNE_PATHS=(glance/2024.2_docs/contributor/api/glance.common.format_inspector.txt neutron/2024.2_docs/contributor/internals/linuxbridge_agent.txt neutron/2024.2_docs/contributor/testing/ci_scenario_jobs.txt python-openstackclient/2024.2_docs/contributor/api/openstackclient.volume.v1.txt python-openstackclient/2024.2_docs/contributor/specs/command-objects/example.txt python-openstackclient/2024.2_docs/contributor/specs/commands.txt python-openstackclient/2024.2_docs/contributor/specs/network-topology.txt cinder/2025.2_docs/contributor/api/cinder.api.v2.limits.txt cinder/2025.2_docs/contributor/api/cinder.api.v2.snapshots.txt cinder/2025.2_docs/contributor/api/cinder.api.v2.views.txt cinder/2025.2_docs/contributor/api/cinder.api.v2.volume_metadata.txt cinder/2025.2_docs/contributor/api/cinder.api.v2.volumes.txt cinder/2025.2_docs/contributor/api/cinder.api.v2.views.volumes.txt)
+ IFS=' '
+ read -r -a os_projects
+ WORKING_DIR=/tmp/os_docs_temp
+ CLEAN_FILES=
++ pwd
+ CURR_DIR=/rag-content
+ NUM_WORKERS=4
+ declare -a LOG_FILES
+ mkdir -p /tmp/os_docs_temp
+ cd /tmp/os_docs_temp
+ echo 'Working directory: /tmp/os_docs_temp'
+ for os_project in "${os_projects[@]}"
++ mktemp -t nova_XXXXX.log
+ os_project_log_file=/tmp/nova_aP94M.log
+ LOG_FILES+=("${os_project_log_file}")
+ echo 'Generating documentation for nova. [logs -> /tmp/os_docs_temp//tmp/nova_aP94M.log]'
+ _os_version=2025.2
+ '[' nova == tempest ']'
+ generate_text_doc nova 2025.2
++ jobs -r
++ wc -l
+ num_running_subproc=1
+ '[' 1 -ge 4 ']'
+ for os_project in "${os_projects[@]}"
++ mktemp -t horizon_XXXXX.log
+ os_project_log_file=/tmp/horizon_EYj4z.log
+ LOG_FILES+=("${os_project_log_file}")
+ echo 'Generating documentation for horizon. [logs -> /tmp/os_docs_temp//tmp/horizon_EYj4z.log]'
+ _os_version=2025.2
+ '[' horizon == tempest ']'
+ generate_text_doc horizon 2025.2
++ jobs -r
++ wc -l
+ num_running_subproc=2
+ '[' 2 -ge 4 ']'
+ for os_project in "${os_projects[@]}"
++ mktemp -t keystone_XXXXX.log
+ os_project_log_file=/tmp/keystone_PORQF.log
+ LOG_FILES+=("${os_project_log_file}")
+ echo 'Generating documentation for keystone. [logs -> /tmp/os_docs_temp//tmp/keystone_PORQF.log]'
+ _os_version=2025.2
+ '[' keystone == tempest ']'
+ generate_text_doc keystone 2025.2
++ jobs -r
++ wc -l
+ num_running_subproc=3
+ '[' 3 -ge 4 ']'
+ for os_project in "${os_projects[@]}"
++ mktemp -t neutron_XXXXX.log
+ os_project_log_file=/tmp/neutron_M0i9T.log
+ LOG_FILES+=("${os_project_log_file}")
+ echo 'Generating documentation for neutron. [logs -> /tmp/os_docs_temp//tmp/neutron_M0i9T.l
|