Skip to content

Merge pull request #1750 from bunkerity/1.5 #479

Merge pull request #1750 from bunkerity/1.5

Merge pull request #1750 from bunkerity/1.5 #479

Triggered via push November 26, 2024 14:26
Status Cancelled
Total duration 1m 48s
Artifacts 2

staging.yml

on: push
Matrix: build-containers
Matrix: build-packages
prepare-tests-core
5s
prepare-tests-core
prepare-tests-ui
5s
prepare-tests-ui
Matrix: codeql / code-security
Matrix: tests-core
Waiting for pending jobs
Matrix: tests-core-linux
Waiting for pending jobs
Matrix: tests-ui
Waiting for pending jobs
Matrix: tests-ui-linux
Waiting for pending jobs
Matrix: create-infras
Waiting for pending jobs
Matrix: staging-tests
Waiting for pending jobs
push-images
0s
push-images
Matrix: push-packages
Waiting for pending jobs
Matrix: delete-infras
push-doc  /  build
push-doc / build
push-gh  /  build
push-gh / build
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 22 warnings
build-packages (rhel9) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c dnf install -y wget make yum-utils && dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && dnf install -y --skip-broken --setopt=install_weak_deps=False --nobest openssl-libs openssl-devel && dnf install -y --skip-broken --setopt=install_weak_deps=False readline-devel python39 brotli brotli-devel gperftools-devel perl libxslt-devel libxml2 yajl libxslt bash gd gd-devel gcc-c++ znc-modtcl gawk libtool pcre-devel automake autoconf gcc make git zlib-devel libxml2-devel pkgconf libcurl-devel libmaxminddb && dnf install -y https://nginx.org/packages/rhel/9/$(uname -m)/RPMS/nginx-${NGINX_VERSION}-1.el9.ngx.$(uname -m).rpm" did not complete successfully: exit code: 1
build-packages (debian) / build
FailFast: cancelling since parallel instance has failed
build-packages (fedora) / build
FailFast: cancelling since parallel instance has failed
build-packages (debian) / build
The operation was canceled.
build-packages (fedora) / build
The operation was canceled.
build-packages (ubuntu-jammy) / build
FailFast: cancelling since parallel instance has failed
build-packages (ubuntu-jammy) / build
The operation was canceled.
build-packages (ubuntu) / build
FailFast: cancelling since parallel instance has failed
build-packages (ubuntu) / build
The operation was canceled.
build-packages (rhel) / build
FailFast: cancelling since parallel instance has failed
build-packages (rhel) / build
The operation was canceled.
codeql / code-security (python)
The run was canceled by @TheophileDiot.
codeql / code-security (python)
The operation was canceled.
build-containers (ui) / build
The run was canceled by @TheophileDiot.
build-containers (ui) / build
The operation was canceled.
codeql / code-security (javascript)
The run was canceled by @TheophileDiot.
codeql / code-security (javascript)
The operation was canceled.
build-containers (autoconf) / build
The run was canceled by @TheophileDiot.
build-containers (autoconf) / build
The operation was canceled.
build-containers (scheduler) / build
The run was canceled by @TheophileDiot.
build-containers (bunkerweb) / build
The run was canceled by @TheophileDiot.
build-containers (bunkerweb) / build
The operation was canceled.
delete-infras (linux) / delete
Unable to download artifact(s): Artifact not found for name: tf-linux Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
delete-infras (k8s) / delete
Unable to download artifact(s): Artifact not found for name: tf-k8s Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
delete-infras (autoconf) / delete
Unable to download artifact(s): Artifact not found for name: tf-autoconf Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
delete-infras (swarm) / delete
Unable to download artifact(s): Artifact not found for name: tf-swarm Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
delete-infras (docker) / delete
Unable to download artifact(s): Artifact not found for name: tf-docker Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
prepare-tests-core
The process '/usr/bin/git' failed with exit code 128
prepare-tests-ui
The process '/usr/bin/git' failed with exit code 128
build-packages (rhel9) / build
The process '/usr/bin/git' failed with exit code 128
build-packages (debian) / build
The process '/usr/bin/git' failed with exit code 128
build-packages (fedora) / build
The process '/usr/bin/git' failed with exit code 128
build-packages (ubuntu-jammy) / build
The process '/usr/bin/git' failed with exit code 128
build-packages (ubuntu) / build
The process '/usr/bin/git' failed with exit code 128
build-packages (rhel) / build
The process '/usr/bin/git' failed with exit code 128
codeql / code-security (python)
The process '/usr/bin/git' failed with exit code 128
codeql / code-security (python)
The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information.
codeql / code-security (python)
The CODEQL_PYTHON environment variable is no longer supported. Please remove it from your workflow. This environment variable was originally used to specify a Python executable that included the dependencies of your Python code, however Python analysis no longer uses these dependencies. If you used CODEQL_PYTHON to force the version of Python to analyze as, please use CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION instead, such as 'CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=2.7' or 'CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=3.11'.
build-containers (ui) / build
The process '/usr/bin/git' failed with exit code 128
codeql / code-security (javascript)
The process '/usr/bin/git' failed with exit code 128
codeql / code-security (javascript)
The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information.
build-containers (autoconf) / build
The process '/usr/bin/git' failed with exit code 128
build-containers (scheduler) / build
The process '/usr/bin/git' failed with exit code 128
build-containers (bunkerweb) / build
The process '/usr/bin/git' failed with exit code 128
delete-infras (linux) / delete
The process '/usr/bin/git' failed with exit code 128
delete-infras (k8s) / delete
The process '/usr/bin/git' failed with exit code 128
delete-infras (autoconf) / delete
The process '/usr/bin/git' failed with exit code 128
delete-infras (swarm) / delete
The process '/usr/bin/git' failed with exit code 128
delete-infras (docker) / delete
The process '/usr/bin/git' failed with exit code 128

Artifacts

Produced during runtime
Name Size
bunkerity~bunkerweb~1S3RFF.dockerbuild Expired
53.4 KB
bunkerity~bunkerweb~MAG3WX.dockerbuild Expired
24.3 KB