Skip to content

Console Output

+ cd /home/jenkins/workspace/brammp-AlpinePackages/AlpinePackages/minisatip
+ abuild clean
>>> minisatip: Cleaning up srcdir
>>> minisatip: Cleaning up pkgdir
>>> minisatip: Cleaning up tmpdir
+ abuild cleancache
>>> minisatip: Cleaning downloaded minisatip-src.tar.gz ...
+ abuild -r
>>> minisatip: Building AlpinePackages/minisatip 2.0.71-r0 (using abuild 3.15.0-r1) started Mon, 23 Feb 2026 00:38:25 +0100
>>> minisatip: Validating /home/jenkins/workspace/brammp-AlpinePackages/AlpinePackages/minisatip/APKBUILD...
>>> minisatip: Analyzing dependencies...
>>> minisatip: Installing for build: build-base linux-headers openssl curl libdvbcsa libxml2 openssl-dev openssl-libs-static libdvbcsa-dev libxml2-dev
(1/13) Installing linux-headers (6.14.2-r0)
(2/13) Installing libdvbcsa (1.1.0-r1)
(3/13) Installing xz-libs (5.8.1-r0)
(4/13) Installing libxml2 (2.13.9-r0)
(5/13) Installing openssl-dev (3.5.5-r0)
(6/13) Installing openssl-libs-static (3.5.5-r0)
(7/13) Installing libdvbcsa-dev (1.1.0-r1)
(8/13) Installing zlib-dev (1.3.1-r2)
(9/13) Installing xz (5.8.1-r0)
(10/13) Installing xz-dev (5.8.1-r0)
(11/13) Installing libxml2-utils (2.13.9-r0)
(12/13) Installing libxml2-dev (2.13.9-r0)
(13/13) Installing .makedepends-minisatip (20260222.233825)
Executing busybox-1.37.0-r20.trigger
OK: 481 MiB in 108 packages
>>> minisatip: Cleaning up srcdir
>>> minisatip: Cleaning up pkgdir
>>> minisatip: Cleaning up tmpdir
>>> minisatip: Fetching minisatip-src.tar.gz::https://codeload.github.com/catalinii/minisatip/tar.gz/v2.0.71
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1608k    0 1608k    0     0  5174k      0 --:--:-- --:--:-- --:--:-- 5188k
>>> minisatip: Fetching minisatip-src.tar.gz::https://codeload.github.com/catalinii/minisatip/tar.gz/v2.0.71
>>> minisatip: Checking sha512sums...
minisatip-src.tar.gz: OK
minisatip.initd: OK
>>> minisatip: Unpacking /var/cache/distfiles/minisatip-src.tar.gz...
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... none needed
checking for main in -lrt... yes
configure:  == Checking C++ 23 == 
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdio.h... (cached) yes
configure:  == Using C++ standard -std=c++23 == 
configure:  == Checking LINUX DVB == 
checking for linux/dvb/frontend.h... yes
configure:  == Checking OpenSSL == 
checking for openssl/aes.h... yes
configure:  == Checking DVBCSA == 
checking for dvbcsa/dvbcsa.h... yes
configure:  == Checking stacktrace support == 
configure:  == Checking NETCVCLIENT == 
xml2_include=-I/usr/include/libxml2
checking for libnetceiver/netcv/defs.h... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating Makefile

minisatip configuration


Linux DVB:				  enabled
Common Interface (CI)			  enabled
DVBCSA (needs libdvbcsa):		  enabled
C++23 stacktrace:			  enabled
Netceiver support:			  disabled
SatIP Client:				  enabled
Static:					  enabled
dvbapi:					  enabled
CXXFLAGS				  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all

make -C src
make[1]: Entering directory '/home/jenkins/workspace/brammp-AlpinePackages/AlpinePackages/minisatip/src/minisatip-2.0.71/src'
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c minisatip.cpp -o ../build/minisatip.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c socketworks.cpp -o ../build/socketworks.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c stream.cpp -o ../build/stream.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c adapter.cpp -o ../build/adapter.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c httpc.cpp -o ../build/httpc.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c opts.cpp -o ../build/opts.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c utils.cpp -o ../build/utils.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c api/symbols.cpp -o ../build/api/symbols.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c api/variables.cpp -o ../build/api/variables.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c utils/dvb/dvb_support.cpp -o ../build/utils/dvb/dvb_support.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c utils/logging/logging.cpp -o ../build/utils/logging/logging.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c utils/fifo.cpp -o ../build/utils/fifo.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c utils/ticks.cpp -o ../build/utils/ticks.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c utils/uuid.cpp -o ../build/utils/uuid.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c csa.cpp -o ../build/csa.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c dvbapi.cpp -o ../build/dvbapi.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c ca.cpp -o ../build/ca.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c aes.cpp -o ../build/aes.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c pmt.cpp -o ../build/pmt.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c tables.cpp -o ../build/tables.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c satipc.cpp -o ../build/satipc.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -c dvb.cpp -o ../build/dvb.o
c++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1 -fno-plt -I../src  -std=c++23 -fstrict-flex-arrays -fsanitize=bounds -fsanitize-trap=all -DVERSION=\"\" -DDISABLE_NETCVCLIENT -DDISABLE_DDCI -std=c++23 -O2  -o ../minisatip  ../build/minisatip.o  ../build/socketworks.o  ../build/stream.o  ../build/adapter.o  ../build/httpc.o  ../build/opts.o  ../build/utils.o  ../build/api/symbols.o  ../build/api/variables.o  ../build/utils/dvb/dvb_support.o  ../build/utils/logging/logging.o  ../build/utils/fifo.o  ../build/utils/ticks.o  ../build/utils/uuid.o  ../build/csa.o  ../build/dvbapi.o  ../build/ca.o  ../build/aes.o  ../build/pmt.o  ../build/tables.o  ../build/satipc.o  ../build/dvb.o -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lpthread -lrt -ldl -l:libdvbcsa.a -l:libcrypto.a -l:libstdc++exp.a -static 
make[1]: Leaving directory '/home/jenkins/workspace/brammp-AlpinePackages/AlpinePackages/minisatip/src/minisatip-2.0.71/src'
>>> minisatip: Entering fakeroot...
>>> minisatip*: Running postcheck for minisatip
>>> WARNING: minisatip*: Found OpenRC directory (/etc/conf.d or /etc/init.d) but name doesn't end with -openrc
>>> minisatip*: Preparing package minisatip...
>>> minisatip*: Stripping binaries
>>> minisatip*: Scanning shared objects
>>> minisatip*: Tracing dependencies...
	linux-headers
	openssl
	curl
	libdvbcsa
	libxml2
>>> minisatip*: Package size: 5.8 MB
>>> minisatip*: Compressing data...
>>> minisatip*: Create checksum...
>>> minisatip*: Create minisatip-2.0.71-r0.apk
>>> minisatip: Build complete at Mon, 23 Feb 2026 00:38:44 +0100 elapsed time 0h 0m 19s
>>> minisatip: Cleaning up srcdir
>>> minisatip: Cleaning up pkgdir
>>> minisatip: Uninstalling dependencies...
(1/13) Purging .makedepends-minisatip (20260222.233825)
(2/13) Purging linux-headers (6.14.2-r0)
(3/13) Purging openssl-dev (3.5.5-r0)
(4/13) Purging openssl-libs-static (3.5.5-r0)
(5/13) Purging libdvbcsa-dev (1.1.0-r1)
(6/13) Purging libdvbcsa (1.1.0-r1)
(7/13) Purging libxml2-dev (2.13.9-r0)
(8/13) Purging libxml2-utils (2.13.9-r0)
(9/13) Purging libxml2 (2.13.9-r0)
(10/13) Purging xz-dev (5.8.1-r0)
(11/13) Purging xz (5.8.1-r0)
(12/13) Purging xz-libs (5.8.1-r0)
(13/13) Purging zlib-dev (1.3.1-r2)
Executing busybox-1.37.0-r20.trigger
OK: 438 MiB in 95 packages
>>> minisatip: Updating the AlpinePackages/x86_64 repository index...
>>> minisatip: Signing the index...