Skip to content

Update all dependencies #663

Update all dependencies

Update all dependencies #663

Triggered via push December 23, 2024 00:16
Status Failure
Total duration 1m 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

resultsdb.yaml

on: push
Matrix: Hadolint
Matrix: Unit tests
Container Image Build
1m 14s
Container Image Build
Finish coveralls-python
0s
Finish coveralls-python
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
Unit tests (3.12)
Process completed with exit code 255.
Container Image Build
Error: buildah exited with code 1 Trying to pull quay.io/fedora/python-312@sha256:a84e40535c976ae5f2b0f359f905ff3ae1f5fc7ffaac86d9ad7f4a07e0a0a1e8... Getting image source signatures Copying blob sha256:47df7d64a2288922a11cde34d205005e75323c99ab4d19ab6fb98d7347c36a00 Copying blob sha256:f2f85bea72977da07c0b7609e7f5e5dd4f4fde260a7aab2b8a1663f8abb1e75a Copying blob sha256:805332f5546c86503e3c5e675393cf157342e1da9e74781d96fe1bccf603544f Copying blob sha256:e80fd4421778bf778510ae6d023cfa499ebf1e33c434f00c43e0442bf73b30f2 Copying config sha256:9c93c19ac89c38c5ae9434d5f8da5ad5894e8fc227cd654914d806621e36960f Writing manifest to image destination + mkdir -p /mnt/rootfs + dnf install -y --installroot=/mnt/rootfs --releasever=/ --setopt install_weak_deps=false --nodocs '--disablerepo=*' --enablerepo=fedora,updates krb5-libs mod_ssl openldap python3 httpd-core Importing GPG key 0xA15B79CC: Userid : "Fedora (40) <fedora-40-primary@fedoraproject.org>" Fingerprint: 115D F9AE F857 853E E844 5D0A 0727 707E A15B 79CC From : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-40-x86_64 + dnf --installroot=/mnt/rootfs clean all + curl -sSL --proto =https https://install.python-poetry.org + python3 - + python3 -m venv /venv + export PATH=/root/.local/bin:/opt/app-root/src/.local/bin/:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/root/.local/bin:/opt/app-root/src/.local/bin/:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + . /venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ '[' linux-gnu = cygwin ']' ++ '[' linux-gnu = msys ']' ++ export VIRTUAL_ENV=/venv ++ VIRTUAL_ENV=/venv ++ _OLD_VIRTUAL_PATH=/root/.local/bin:/opt/app-root/src/.local/bin/:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/venv/bin:/root/.local/bin:/opt/app-root/src/.local/bin/:/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export PATH ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ PS1='(venv) ' ++ export PS1 ++ VIRTUAL_ENV_PROMPT='(venv) ' ++ export VIRTUAL_ENV_PROMPT ++ hash -r + poetry build --format=wheel Current Python version (3.12.7) is not allowed by the project (>=3.13,<3.14). Please change python executable via the "env use" command. Error: building at STEP "RUN set -ex && export PATH=/root/.local/bin:"$PATH" && . /venv/bin/activate && poetry build --format=wheel && version=$(poetry version --short) && pip install --no-cache-dir dist/resultsdb-"$version"-py3*.whl && deactivate && mv /venv /mnt/rootfs && mkdir -p /mnt/rootfs/app && cp -v entrypoint.sh /mnt/rootfs/app": while running runtime: exit status 1
Hadolint (Dockerfile)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit tests (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Container Image Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Container Image Build
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
Container Image Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/