Build Zerotier Stable - UBI version #418
build-stable-ubi.yml
on: schedule
Build and push to registry
1h 4m
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:9ad26b148698d5f9693a03b400e474d0a19b287fd064991c735badccf66cf2aa
Copying blob sha256:e64b0c98cdcc0f6683abe817e004f71530496620b790d1d4b01d009dc2c39fd4
Copying config sha256:c42ac8a386aa2eda185443f1b1bae5e1220047a6c477b298d3ac8f7acdfc1fbc
Writing manifest to image destination
Error in <unknown> scriptlet in rpm package libstdc++-static
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/NetworkConfig.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
|