[pre-commit.ci] pre-commit autoupdate #563
resultsdb.yaml
on: pull_request
Matrix: Hadolint
Matrix: Unit tests
Container Image Build
4m 47s
Finish coveralls-python
10s
Annotations
1 error and 4 warnings
Container Image Build
Error: buildah exited with code 1
Trying to pull registry.fedoraproject.org/fedora:39...
Getting image source signatures
Copying blob sha256:98320a33531d939dd1bdd01fe8794e43c71645736c9360fefd142561ef069254
Copying blob sha256:98320a33531d939dd1bdd01fe8794e43c71645736c9360fefd142561ef069254
Copying config sha256:77c1ae5e459a928fe96265dabcd0f5632d870c84be25798cf1221daaac512d64
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.9ca3ac9
+ pip install --no-cache-dir dist/resultsdb-2.2.0+git.9ca3ac9-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-06-03T21:52:35Z" 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/
|