Skip to content

update release action (#9) #2

update release action (#9)

update release action (#9) #2

Triggered via push October 31, 2024 18:19
Status Failure
Total duration 39s
Artifacts

release.yml

on: push
build-and-push
30s
build-and-push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build-and-push
Error: buildah exited with code 2 Resolved "alpine" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull docker.io/library/alpine:latest... Getting image source signatures Copying blob sha256:43c4264eed91be63b206e17d93e75256a6097070ce643c5e8f0379998b44f170 Copying blob sha256:43c4264eed91be63b206e17d93e75256a6097070ce643c5e8f0379998b44f170 Copying config sha256:91ef0af61f39ece4d6710e465df5ed6ca12112358344fd51ae6a3b886634148b Writing manifest to image destination Storing signatures tar: apache-artemis-2.38.0/schema: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/bin: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/licenses: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/META-INF/maven/io.hawt/hawtio-war: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/META-INF/maven/io.hawt: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/META-INF/maven: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/META-INF: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/WEB-INF/classes/META-INF: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/WEB-INF/classes: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/WEB-INF/lib: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/WEB-INF: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/css: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/fonts: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/img: Cannot change mode to rwxr-xr-x: Operation not permitted tar: apache-artemis-2.38.0/web/console.war/js: Cannot change mode to rwxr-xr-x: Operation not permitted tar: Exiting with failure status due to previous errors error building at STEP "RUN echo "ocp client install" && mkdir /opt/ocp-client && curl -sSL https://mirror.openshift.com/pub/openshift-v4/${buildArch}/clients/ocp/latest/openshift-client-linux.tar.gz | tar -zx -C /opt/ocp-client && ln -s /opt/ocp-client/oc /usr/local/bin/oc && echo "mqtt-cli install" && curl -sSL $(curl -sSL "https://api.github.com/repos/hivemq/mqtt-cli/releases/latest" | jq -r '.assets[] | .browser_download_url | select(test(".jar$"))') -o /usr/local/bin/mqtt-cli.jar && echo "logcli install" && curl -sSL $(curl -sSL "https://api.github.com/repos/grafana/loki/releases/latest" | jq --arg regex "logcli-linux-$buildArch.zip" -r '.assets[] | .browser_download_url | select(test($regex))') -o /tmp/logcli.zip && unzip /tmp/logcli.zip && mv logcli-linux-amd64 /usr/local/bin/logcli && rm -rf /tmp/logcli.zip && echo "artemis install" && export artemis_version=$(curl -sSL https://archive.apache.org/dist/activemq/activemq-artemis | grep "^<img" | sed -E -e 's#.*<a href="([0-9]+\.[0-9]+\.[0-9]+)/">.*#\1#' | sort -V | tail -1) && curl -sSL https://archive.apache.org/dist/activemq/activemq-artemis/${artemis_version}/apache-artemis-${artemis_version}-bin.tar.gz | tar -zx -C /opt && ln -s /opt/apache-artemis-${artemis_version}/bin/artemis /usr/local/bin/artemis": error while running runtime: exit status 2 time="2024-10-31T18:20:25Z" level=error msg="exit status 2"
build-and-push
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-push
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/