Skip to content

Build Zerotier Dev - UBI version #535

Build Zerotier Dev - UBI version

Build Zerotier Dev - UBI version #535

Triggered via schedule January 24, 2025 00:12
Status Failure
Total duration 1h 16m 54s
Artifacts

build-dev-ubi.yml

on: schedule
Build and push to registry
1h 16m
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' node/PacketMultiplexer.cpp:84:46: warning: lambda capture '_enablePinning' is not used [-Wunused-lambda-capture] 84 | _rxThreads.push_back(std::thread([this, i, _enablePinning]() { | ~~^~~~~~~~~~~~~~ 1 warning generated. In file included from controller/EmbeddedNetworkController.cpp:39: controller/EmbeddedNetworkController.hpp:129:6: warning: private field '_listenPort' is not used [-Wunused-private-field] 129 | int _listenPort; | ^ controller/EmbeddedNetworkController.hpp:149:15: warning: private field '_rc' is not used [-Wunused-private-field] 149 | RedisConfig *_rc; | ^ 2 warnings generated. service/OneService.cpp:998:8: warning: unused variable 'pinning' [-Wunused-variable] 998 | bool pinning = _cpuPinningEnabled; | ^~~~~~~ osdep/LinuxEthernetTap.cpp:15:32: warning: unknown warning group '-Wrestrict', ignored [-Wunknown-warning-option] 15 | #pragma GCC diagnostic ignored "-Wrestrict" | ^ 1 warning generated. osdep/LinuxNetLink.cpp:294:7: warning: unused variable 'ms' [-Wunused-variable] 294 | char ms[24] = {0}; | ^~ osdep/LinuxNetLink.cpp:382:7: warning: unused variable 'ms' [-Wunused-variable] 382 | char ms[24] = {0}; | ^~ 2 warnings generated. ext/miniupnpc/miniupnpc.c:571:6: warning: variable 'n_igd' set but not used [-Wunused-but-set-variable] 571 | int n_igd = 0; | ^ 1 warning generated. make: *** [<builtin>: ext/miniupnpc/upnpreplyparse.o] Segmentation fault (core dumped) make: *** Waiting for unfinished jobs.... 1 warning generated. 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