Skip to content

Bump setuptools from 69.0.3 to 69.2.0 #500

Bump setuptools from 69.0.3 to 69.2.0

Bump setuptools from 69.0.3 to 69.2.0 #500

Triggered via push April 1, 2024 07:35
Status Failure
Total duration 2m 22s
Artifacts

resultsdb.yaml

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

Annotations

2 errors and 4 warnings
Unit tests (3.12)
Process completed with exit code 255.
Container Image Build
Error: buildah exited with code 1 Trying to pull registry.fedoraproject.org/fedora:39... Getting image source signatures Copying blob sha256:fd721df952ef3d76633cbcebf7775e1e9e3e7f4d865091196def23b1983c2a89 Copying blob sha256:fd721df952ef3d76633cbcebf7775e1e9e3e7f4d865091196def23b1983c2a89 Copying config sha256:2fe574b4f5fb5d9a060138966974c6289a80aa6f27e24f1edbeffdf8c9e9c209 Writing manifest to image destination Storing signatures + mkdir -p /mnt/rootfs + yum install -y --setopt install_weak_deps=false --nodocs '--disablerepo=*' --enablerepo=fedora,updates gcc krb5-devel openldap-devel python3 python3-devel httpd-devel + yum 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 0x18B8E74C: Userid : "Fedora (39) <[email protected]>" Fingerprint: E8F2 3996 F232 1864 0CB4 4CBE 75CF 5AC4 18B8 E74C From : /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-39-x86_64 + yum --installroot=/mnt/rootfs clean all + rm -rf /mnt/rootfs/var/cache/bpf /mnt/rootfs/var/cache/dnf /mnt/rootfs/var/cache/httpd /mnt/rootfs/var/cache/ldconfig /mnt/rootfs/var/log/dnf.librepo.log /mnt/rootfs/var/log/dnf.log /mnt/rootfs/var/log/dnf.rpm.log '/mnt/rootfs/var/log/yum.*' + curl -sSL https://install.python-poetry.org + python3 - + python3 -m venv --system-site-packages /venv + export PATH=/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/root/.local/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/venv/bin:/root/.local/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 + pip install --no-cache-dir -r requirements.txt + poetry build --format=wheel ++ poetry version --short + version=2.2.0+git.62881dd + pip install --no-cache-dir dist/resultsdb-2.2.0+git.62881dd-py3-none-any.whl ERROR: Cannot install opentelemetry-exporter-otlp-proto-grpc, opentelemetry-instrumentation-flask and resultsdb because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts error building at STEP "RUN set -ex && export PATH=/root/.local/bin:$PATH && . /venv/bin/activate && pip install --no-cache-dir -r requirements.txt && 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": error while running runtime: exit status 1 time="2024-04-01T07:37:29Z" level=error msg="exit status 1"
Unit tests (3.12)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4, nick-invision/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Container Image Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/