Skip to content

Build Zerotier Dev - UBI version #547

Build Zerotier Dev - UBI version

Build Zerotier Dev - UBI version #547

Triggered via schedule February 5, 2025 00:12
Status Failure
Total duration 1h 5m 35s
Artifacts

build-dev-ubi.yml

on: schedule
Build and push to registry
1h 5m
Build and push to registry
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build and push to registry
Error: buildah exited with code 2 Trying to pull registry.redhat.io/ubi9:latest... Getting image source signatures Copying blob sha256:853e77558a7ff5b51a723c11005eaddda36daf8d2b0e9ab3357bfef5d07df728 Copying blob sha256:a7e64e7e3a10e0d5f1055788316dc0a9af4cd591c39cc6b495b31a1eb0773977 Copying config sha256:d9dfbb03cc120bb2c6e3a297e166912c195bbdf4920582c4a91fe9cae6854ff5 Writing manifest to image destination head: error reading '/proc/self/exe': Bad file descriptor head: failed to close '/proc/self/exe': Bad file descriptor rustup: unknown platform bitness main: line 480: [: : integer expression expected info: downloading installer info: profile set to 'minimal' info: default host triple is powerpc64le-unknown-linux-gnu info: syncing channel updates for 'stable-powerpc64le-unknown-linux-gnu' info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) info: downloading component 'cargo' info: downloading component 'rust-std' info: downloading component 'rustc' info: installing component 'cargo' info: installing component 'rust-std' info: installing component 'rustc' info: default toolchain set to 'stable-powerpc64le-unknown-linux-gnu' make: *** [<builtin>: node/AES.o] Segmentation fault (core dumped) make: *** Waiting for unfinished jobs.... Error: building at STEP "RUN git clone --depth=1 --branch ${zt_version} https://github.com/zerotier/ZeroTierOne.git 2>&1 > /dev/null && cd ZeroTierOne && git log --pretty=oneline -n1 && rm -rf .git && patchlist=$(ls -1 /patches/${zt_version}-*.patch 2> /dev/null || true) && if [ -n "${patchlist}" ]; then for patch in "${patchlist}"; do echo "Applying patch ${patch}" ; patch -p1 <${patch} ; done ; fi && make LDFLAGS="-static-libstdc++" -j $(nproc --ignore=1) one && mkdir /zt-root && DESTDIR=/zt-root make install && rm -rfv /zt-root/var/lib/zerotier-one && strip /zt-root/usr/sbin/zerotier-one && cd .. && rm -rf ZeroTierOne": while running runtime: exit status 2