Skip to content

wip: add support for xx-dnf #500

wip: add support for xx-dnf

wip: add support for xx-dnf #500

Triggered via pull request June 17, 2024 12:06
Status Failure
Total duration 16m 16s
Artifacts

build.yml

on: pull_request
Matrix: test
validate
8s
validate
Fit to window
Zoom out
Zoom in

Annotations

16 errors
validate
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c shfmt -ln posix $SHFMT_FLAGS -d . && for f in */test-*.bats; do shfmt -ln bats $SHFMT_FLAGS -d \"$f\" || return; done;" did not complete successfully: exit code: 1
test (centos:7, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -ex\n\nrm -rf /var/cache/dnf\nln -s /pkg-cache /var/cache/dnf\necho 'keepcache=True' >> /etc/dnf/dnf.conf\n\ncmd_exists() {\n if command -v $1 >/dev/null 2>/dev/null; then\n return 0\n else\n return 1\n fi\n}\n\nget_dnf() {\n if cmd_exists dnf; then\n echo dnf\n elif cmd_exists yum; then\n echo yum\n elif cmd_exists dnf5; then\n echo dnf5\n elif cmd_exists dnf4; then\n echo dnf4\n elif cmd_exists dnf-3; then\n echo dnf-3\n elif cmd_exists microdnf; then\n echo microdnf\n else\n echo \"No supported package manager found\"\n exit 1\n fi\n}\n\narg0=\"$(get_dnf)\"\n\n$arg0 makecache || true\n\nif ! $arg0 install -y epel-release; then\n if . /etc/os-release 2>/dev/null; then\n case \"$ID\" in\n fedora|rocky) ;;\n *)\n $arg0 install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-${VERSION:0:1}.noarch.rpm\n $arg0 update -y\n ;;\n esac\n fi\nfi\n\n$arg0 install -y bats vim\n" did not complete successfully: exit code: 1
test (fedora:40, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c [ ! -f /etc/fedora-release ] || ./test-dnf.bats" did not complete successfully: exit code: 1
test (debian:bookworm, debian, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-cargo.bats" did not complete successfully: exit code: 1
test (debian:sid, debian, true)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-cargo.bats" did not complete successfully: exit code: 1
test (fedora:41, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-verify.bats" did not complete successfully: exit code: 1
test (fedora:38, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c [ ! -f /etc/fedora-release ] || ./test-dnf.bats" did not complete successfully: exit code: 1
test (debian:bookworm-backports, debian, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-clang.bats" did not complete successfully: exit code: 1
test (debian:bullseye-backports, debian, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-go.bats" did not complete successfully: exit code: 1
test (fedora:39, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-cargo.bats" did not complete successfully: exit code: 1
test (debian:trixie, debian, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-cargo.bats" did not complete successfully: exit code: 1
test (redhat/ubi8, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-verify.bats" did not complete successfully: exit code: 1
test (rockylinux/rockylinux:8, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-verify.bats" did not complete successfully: exit code: 1
test (rockylinux/rockylinux:9, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-verify.bats" did not complete successfully: exit code: 1
test (oraclelinux:9, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-clang.bats" did not complete successfully: exit code: 1
test (oraclelinux:8, rhel, false)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c ./test-clang.bats" did not complete successfully: exit code: 1