Skip to content

Build Zerotier Dev - UBI version #538

Build Zerotier Dev - UBI version

Build Zerotier Dev - UBI version #538

Triggered via schedule January 27, 2025 00:12
Status Failure
Total duration 1h 7m 14s
Artifacts

build-dev-ubi.yml

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

Annotations

1 error and 1 warning
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:977e55c9aee0bbb84acec170bea07487a7883321a0dbe44e77b2e7689d81cf99 Copying blob sha256:c792e30d0a648a5d50e6c3ac2653574c43c773ec60d89ed19602f0ecbaf51ff5 Copying config sha256:3c9b0e509bdc28d2b65c45362b445249421f9bb75f0e5711fee9161ece033b7a 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-09, rust version 1.84.0 (9fc6b4312 2025-01-07) 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/Identity.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
Build and push to registry
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636