Skip to content

zeek-build-and-push-ghcr #711

zeek-build-and-push-ghcr

zeek-build-and-push-ghcr #711

Manually triggered January 9, 2025 22:29
Status Cancelled
Total duration 30m 20s
Artifacts

zeek-build-and-push-ghcr.yml

on: workflow_dispatch
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

3 errors
docker (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export BINARCH=$(uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/') && apt-get -q update && apt-get -y -q --no-install-recommends upgrade && apt-get install -q -y --no-install-recommends bc binutils bison ca-certificates ccache cmake curl file flex g++ gcc git gnupg2 iproute2 jq less libatomic1 libcap2-bin libfl-dev libfl2 libgoogle-perftools4 libkrb5-3 libmaxminddb-dev libmaxminddb0 libpcap-dev libpcap0.8 librdkafka-dev libssl-dev libssl3 libtcmalloc-minimal4 libunwind8 libzmq5 locales-all make moreutils ninja-build openssl procps psmisc python3 python3-bs4 python3-git python3-pip python3-semantic-version python3-setuptools python3-tz python3-wheel python3-yaml python3-zmq rsync supervisor swig tini vim-tiny xxd zlib1g-dev && python3 -m pip install --break-system-packages --no-cache-dir dateparser git+https://github.com/google/mandiant-ti-client pymisp stix2 taxii2-client && mkdir -p /tmp/zeek-packages && bash /usr/local/bin/zeek-deb-download.sh -o /tmp/zeek-packages -z \"${ZEEK_VERSION}\" && dpkg -i /tmp/zeek-packages/*.deb && curl -fsSL -o /usr/local/bin/supercronic \"${SUPERCRONIC_URL}${BINARCH}\" && chmod +x /usr/local/bin/supercronic && cd /tmp && mkdir -p \"${CCACHE_DIR}\" && zkg autoconfig --force && bash /usr/local/bin/zeek_install_plugins.sh && ( find \"${ZEEK_DIR}\"/lib \"${ZEEK_DIR}\"/var/lib/zkg \\( -path \"*/build/*\" -o -path \"*/CMakeFiles/*\" \\) -type f -name \"*.*\" -print0 | xargs -0 -I XXX bash -c 'file \"XXX\" | sed \"s/^.*:[[:space:]]//\" | grep -Pq \"(ELF|gzip)\" && rm -f \"XXX\"' || true ) && ( find \"${ZEEK_DIR}\"/var/lib/zkg/clones -type d -name .git -execdir bash -c \"pwd; du -sh; git pull --depth=1 --ff-only; git reflog expire --expire=all --all; git tag -l | xargs -r git tag -d; git gc --prune=all; du -sh\" \\; ) && rm -rf \"${ZEEK_DIR}\"/var/lib/zkg/scratch && rm -rf \"${ZEEK_DIR}\"/lib/zeek/python/zeekpkg/__pycache__ && ( find \"${ZEEK_DIR}/\" -type f -exec file \"{}\" \\; | grep -Pi \"ELF 64-bit.*not stripped\" | sed 's/:.*//' | xargs -l -r strip --strip-unneeded || true ) && ( find \"${ZEEK_DIR}\"/lib/zeek/plugins/packages -type f -name \"*.hlto\" -exec chmod 755 \"{}\" \\; || true ) && mkdir -p \"${ZEEK_DIR}\"/share/zeek/site/intel/STIX && mkdir -p \"${ZEEK_DIR}\"/share/zeek/site/intel/MISP && mkdir -p \"${ZEEK_DIR}\"/share/zeek/site/intel/Mandiant && mkdir -p \"${ZEEK_DIR}\"/share/zeek/site/custom && touch \"${ZEEK_DIR}\"/share/zeek/site/intel/__load__.zeek && touch \"${ZEEK_DIR}\"/share/zeek/site/custom/__load__.zeek && cd /usr/lib/locale && ( ls | grep -Piv \"^(en|en_US|en_US\\.utf-?8|C\\.utf-?8)$\" | xargs -l -r rm -rf ) && cd /tmp && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/cache/*/*" did not complete successfully: exit code: 1
docker (linux/arm64)
The run was canceled by @github-actions[bot].
docker (linux/arm64)
The operation was canceled.