Skip to content

log: Use ENVOY_LOG_MISC instead of ENVOY_LOG #1054

log: Use ENVOY_LOG_MISC instead of ENVOY_LOG

log: Use ENVOY_LOG_MISC instead of ENVOY_LOG #1054

Triggered via pull request April 14, 2024 12:32
@sayborassayboras
synchronize #700
Status Failure
Total duration 1m 54s
Billable time 2m
Artifacts

build-envoy-image-ci.yaml

on: pull_request_target
Build and push multi-arch images
1m 40s
Build and push multi-arch images
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build and push multi-arch images
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -f /tmp/bazel-cache/ENVOY_VERSION ]; then CACHE_ENVOY_VERSION=`cat /tmp/bazel-cache/ENVOY_VERSION`; ENVOY_VERSION=`cat ENVOY_VERSION`; if [ \"${CACHE_ENVOY_VERSION}\" != \"${ENVOY_VERSION}\" ]; then echo \"Building Envoy ${ENVOY_VERSION} with bazel archive from different Envoy version (${CACHE_ENVOY_VERSION})\"; else echo \"Building Envoy ${ENVOY_VERSION} with bazel cache of the same version\"; fi; else echo \"Bazel cache has no ENVOY_VERSION, it may be empty.\"; fi && touch /tmp/bazel-cache/permissions-check && if [ -n \"${COPY_CACHE_EXT}\" ]; then PKG_BUILD=1 make BUILD_DEP_HASHES; if [ -f /tmp/bazel-cache/BUILD_DEP_HASHES ] && ! diff BUILD_DEP_HASHES /tmp/bazel-cache/BUILD_DEP_HASHES; then echo \"Build dependencies have changed, clearing bazel cache\"; rm -rf /tmp/bazel-cache/*; rm -rf /cilium/proxy/.cache/*; fi ; cp BUILD_DEP_HASHES ENVOY_VERSION /tmp/bazel-cache; fi && BAZEL_BUILD_OPTS=\"${BAZEL_BUILD_OPTS} --disk_cache=/tmp/bazel-cache\" PKG_BUILD=1 V=$V DEBUG=$DEBUG DESTDIR=/tmp/install make install && if [ -n \"${COPY_CACHE_EXT}\" ]; then cp -ra /tmp/bazel-cache /tmp/bazel-cache${COPY_CACHE_EXT}; ls -la /tmp/bazel-cache${COPY_CACHE_EXT}; fi" did not complete successfully: exit code: 2