>>> tcpbench: Building testing/tcpbench 3.00-r1 (using abuild 3.15.0-r3) started Fri, 12 Sep 2025 22:22:04 +0000 >>> tcpbench: Validating /home/buildozer/aports/testing/tcpbench/APKBUILD... >>> tcpbench: Analyzing dependencies... >>> tcpbench: Installing for build: build-base libbsd-dev libevent-dev libmd-dev libretls-dev ( 1/23) Installing bsd-compat-headers (0.7.2-r6) ( 2/23) Installing linux-headers (6.16.7-r0) ( 3/23) Installing libmd (1.1.0-r0) ( 4/23) Installing libmd-dev (1.1.0-r0) ( 5/23) Installing libbsd (0.12.2-r0) ( 6/23) Installing libbsd-dev (0.12.2-r0) ( 7/23) Installing libbz2 (1.0.8-r6) ( 8/23) Installing libffi (3.5.2-r0) ( 9/23) Installing gdbm (1.26-r0) (10/23) Installing xz-libs (5.8.1-r0) (11/23) Installing mpdecimal (4.0.1-r0) (12/23) Installing libpanelw (6.5_p20250816-r0) (13/23) Installing sqlite-libs (3.50.4-r1) (14/23) Installing python3 (3.12.11-r0) (15/23) Installing python3-pycache-pyc0 (3.12.11-r0) (16/23) Installing pyc (3.12.11-r0) (17/23) Installing python3-pyc (3.12.11-r0) (18/23) Installing libevent (2.1.12-r8) (19/23) Installing libevent-dev (2.1.12-r8) (20/23) Installing openssl-dev (3.5.2-r0) (21/23) Installing libretls (3.8.1-r0) (22/23) Installing libretls-dev (3.8.1-r0) (23/23) Installing .makedepends-tcpbench (20250912.222205) busybox-1.37.0-r23.trigger: Executing script... OK: 471 MiB in 128 packages >>> tcpbench: Cleaning up srcdir >>> tcpbench: Cleaning up pkgdir >>> tcpbench: Cleaning up tmpdir >>> tcpbench: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tcpbench-3.00.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/tcpbench-3.00.tar.gz.part' tcpbench-3.00.tar.gz 100% |********************************| 15305 0:00:00 ETA '/var/cache/distfiles/edge/tcpbench-3.00.tar.gz.part' saved >>> tcpbench: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tcpbench-3.00.tar.gz >>> tcpbench: Checking sha512sums... tcpbench-3.00.tar.gz: OK >>> tcpbench: Unpacking /var/cache/distfiles/edge/tcpbench-3.00.tar.gz... cc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -I. -isystem /usr/include/bsd -DLIBBSD_OVERLAY tcpbench.c -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -levent -lm -ltls -lcrypto -lbsd -ltls -o tcpbench In file included from /usr/include/bsd/sys/cdefs.h:50, from /usr/include/bsd/sys/time.h:36, from tcpbench.c:21: /usr/include/sys/cdefs.h:4:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 4 | #warning usage of non-standard #include is deprecated | ^~~~~~~ /usr/lib/gcc/i586-alpine-linux-musl/15.2.0/../../../../i586-alpine-linux-musl/bin/ld: /usr/lib/gcc/i586-alpine-linux-musl/15.2.0/../../../libc.so: warning: The fgetln() function cannot be safely ported, use getline(3) instead, as it is supported by GNU and POSIX.1-2008. ==== test-localhost ==== ./tcpbench -s -4 >out & \ trap "kill -TERM $!" EXIT; \ sleep 1; \ ./tcpbench -t2 127.0.0.1 || exit 1; \ true elapsed_ms bytes mbps bwidth 998 2662596608 21343.460 100.00% Conn: 1 Mbps: 21343.460 Peak Mbps: 21343.460 Avg Mbps: 21343.460 1998 2270691328 18183.714 100.00% Conn: 1 Mbps: 18183.714 Peak Mbps: 21343.460 Avg Mbps: 18183.714 --- 127.0.0.1 tcpbench statistics --- 7204241408 bytes sent over 2.998 seconds bandwidth min/avg/max/std-dev = 18183.714/19763.587/21343.460/1579.873 Mbps tcpbench: Terminated by signal 15 grep '^Conn:' out Conn: 1 Mbps: 21362.237 Peak Mbps: 21362.237 Avg Mbps: 21362.237 Conn: 1 Mbps: 18184.239 Peak Mbps: 21362.237 Avg Mbps: 18184.239 Conn: 1 Mbps: 18167.628 Peak Mbps: 21362.237 Avg Mbps: 18167.628 ==== test-localhost6 ==== ./tcpbench -s -6 >out & \ trap "kill -TERM $!" EXIT; \ sleep 1; \ ./tcpbench -t2 ::1 || exit 1; \ true elapsed_ms bytes mbps bwidth 996 4112777216 33034.355 100.00% Conn: 1 Mbps: 33034.355 Peak Mbps: 33034.355 Avg Mbps: 33034.355 1996 4156293120 33250.345 100.00% Conn: 1 Mbps: 33250.345 Peak Mbps: 33250.345 Avg Mbps: 33250.345 --- ::1 tcpbench statistics --- 12498501632 bytes sent over 2.996 seconds bandwidth min/avg/max/std-dev = 33034.355/33142.350/33250.345/107.995 Mbps tcpbench: Terminated by signal 15 grep '^Conn:' out Conn: 1 Mbps: 33040.113 Peak Mbps: 33040.113 Avg Mbps: 33040.113 Conn: 1 Mbps: 33285.728 Peak Mbps: 33285.728 Avg Mbps: 33285.728 openssl req -batch -new \ -subj /L=OpenBSD/O=tcpbench-regress/OU=ca/CN=root/ \ -nodes -newkey rsa -keyout ca.key -x509 \ -out ca.crt ....+..+............+...+.........+....+.........+.....+......+....+.....+......+.......+..+............+.+..+...+....+.....+.+...+............+.....+.......+.....+.+......+...+...+...+...........+...+.......+.....+.+..+..........+...........+....+...+.....+.......+...............+......+..+...+.+...+++++++++++++++++++++++++++++++++++++++*.+.+...+++++++++++++++++++++++++++++++++++++++*.........+...+.+..+.......+............+......+.........+......+..+......+.........+.+.....+.........+.......+......+...+..+.........+.+............+...........+.+......+..+.+.....+.+...............+.....+....+..+....+...+...........+.+......+...+...........+.+.....+.............+.....+....+...........+.+.....+..................+............+...+......+.+.....................+..............+....+..+.......+...........+......+...+......+.+...........+...+.......+............+..+.........+....+..+.+...+......+...+.....+...+..................+.+...+...+...+............+.........+.....+.+..+...+....+.........+.........+......+.........+...........+....+.....+..........+..+...+.......+.....+.............+..+.+............+..+.+..............+......+....+.........+..+.......+......+..+....+..............+.+........+...+..................+....+...............+......+..+.........+....+..+...+.+........+...+..........+........+......++++++ ...........+++++++++++++++++++++++++++++++++++++++*...+..+.........+...+...............+..........+..................+++++++++++++++++++++++++++++++++++++++*..+............+.............+...+.....+.+......+............+.....+...+....+...........+.......+..+......+.......+...........+....+.....+.......+...+..+...+.......+.....................+.....+.............+.....+............+....+........+..........+...+...+...........+..........+..................+..+...+......+....+...........+....+...+.........+.....+....+.........+...+...+...........+....+.....+......+.+...+.....+.+...+...+..+.......+..................+...++++++ ----- openssl req -batch -new \ -subj /L=OpenBSD/O=tcpbench-regress/OU=server/CN=localhost/ \ -nodes -newkey rsa -keyout server.key \ -out server.req .+..+....+++++++++++++++++++++++++++++++++++++++*.+.........+.......+..+.+..............+++++++++++++++++++++++++++++++++++++++*...........+.........+......+.....+.......+..................+...........+...+.......+...+........+...+....+......+......+.........+..+...+.+........+...+...++++++ ......+++++++++++++++++++++++++++++++++++++++*........+.+......+..+.......+...+..+.........+......+.+...+..+.......+.....+.+..+...+.......+..................+......+......+..+.+.........+.....+..........+......+..+.............+.........+.....+...+...+.......+..+.+.........+..+.+.........+......+..............+...+...+...+.......+...+............+...+..+....+.....+...+...+....+........+++++++++++++++++++++++++++++++++++++++*....+..........+...+.........+..+....+..+..........+.....+.........+...+......+.+.....+....+..+.......+.....+...+.........+.+.................................+..+...+.+...+...............+.................+....+.....+.+......+..+............+.+............+........+.......+..+.........+.......+.........+...+............+...............+...+...+..+......+.+.....+....+.....+.........+...+.........+...+..........++++++ ----- openssl x509 -CAcreateserial -CAkey ca.key -CA ca.crt \ -req -in server.req \ -out server.crt Certificate request self-signature ok subject=L=OpenBSD, O=tcpbench-regress, OU=server, CN=localhost \n==== test-tls ==== ./tcpbench -c -C server.crt -K server.key -s -4 >out & \ trap "kill -TERM $!" EXIT; \ sleep 1; \ ./tcpbench -c -t2 127.0.0.1 || exit 1; \ true elapsed_ms bytes mbps bwidth 999 850214912 6808.528 100.00% Conn: 1 Mbps: 6808.528 Peak Mbps: 6808.528 Avg Mbps: 6808.528 1999 858128384 6871.899 100.00% Conn: 1 Mbps: 6871.899 Peak Mbps: 6871.899 Avg Mbps: 6871.899 --- 127.0.0.1 tcpbench statistics --- 2579398656 bytes sent over 2.983 seconds bandwidth min/avg/max/std-dev = 6808.528/6840.213/6871.899/31.686 Mbps tcpbench: Terminated by signal 15 grep '^Conn:' out Conn: 1 Mbps: 6679.139 Peak Mbps: 6679.139 Avg Mbps: 6679.139 Conn: 1 Mbps: 6871.374 Peak Mbps: 6871.374 Avg Mbps: 6871.374 Conn: 1 Mbps: 7083.655 Peak Mbps: 7083.655 Avg Mbps: 7083.655 \n==== test-ciphers ==== ./tcpbench -T ciphers=AES128-GCM-SHA256 \ -c -C server.crt -K server.key -s -4 >out & \ trap "kill -TERM $!" EXIT; \ sleep 1; \ ./tcpbench -T ciphers=AES128-GCM-SHA256 \ -c -t2 127.0.0.1 || exit 1; \ true elapsed_ms bytes mbps bwidth 997 829620224 6656.933 100.00% Conn: 1 Mbps: 6656.933 Peak Mbps: 6656.933 Avg Mbps: 6656.933 1997 840433664 6723.469 100.00% Conn: 1 Mbps: 6723.469 Peak Mbps: 6723.469 Avg Mbps: 6723.469 --- 127.0.0.1 tcpbench statistics --- 2504916992 bytes sent over 2.983 seconds bandwidth min/avg/max/std-dev = 6656.933/6690.201/6723.469/33.268 Mbps tcpbench: Terminated by signal 15 grep '^Conn:' out Conn: 1 Mbps: 6534.387 Peak Mbps: 6534.387 Avg Mbps: 6534.387 Conn: 1 Mbps: 6730.068 Peak Mbps: 6730.068 Avg Mbps: 6730.068 Conn: 1 Mbps: 6768.558 Peak Mbps: 6768.558 Avg Mbps: 6768.558 >>> tcpbench: Entering fakeroot... install -c -m 555 -s tcpbench -D -t /home/buildozer/aports/testing/tcpbench/pkg/tcpbench/usr/bin install -c -m 444 tcpbench.1 -D -t /home/buildozer/aports/testing/tcpbench/pkg/tcpbench/usr/share/man/man1 >>> tcpbench-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/testing/tcpbench/pkg/tcpbench-doc/usr/share/man' 'usr/share/licenses' -> '/home/buildozer/aports/testing/tcpbench/pkg/tcpbench-doc/usr/share/licenses' >>> tcpbench-doc*: Preparing subpackage tcpbench-doc... >>> tcpbench-doc*: Running postcheck for tcpbench-doc >>> tcpbench*: Running postcheck for tcpbench >>> tcpbench*: Preparing package tcpbench... >>> tcpbench*: Stripping binaries >>> tcpbench-doc*: Scanning shared objects >>> tcpbench*: Scanning shared objects >>> tcpbench-doc*: Tracing dependencies... >>> tcpbench-doc*: Package size: 3.6 KB >>> tcpbench-doc*: Compressing data... >>> tcpbench-doc*: Create checksum... >>> tcpbench-doc*: Create tcpbench-doc-3.00-r1.apk >>> tcpbench*: Tracing dependencies... so:libbsd.so.0 so:libc.musl-x86.so.1 so:libevent-2.1.so.7 so:libtls.so.10 >>> tcpbench*: Package size: 33.4 KB >>> tcpbench*: Compressing data... >>> tcpbench*: Create checksum... >>> tcpbench*: Create tcpbench-3.00-r1.apk >>> tcpbench: Build complete at Fri, 12 Sep 2025 22:22:24 +0000 elapsed time 0h 0m 20s >>> tcpbench: Cleaning up srcdir >>> tcpbench: Cleaning up pkgdir >>> tcpbench: Uninstalling dependencies... ( 1/23) Purging .makedepends-tcpbench (20250912.222205) ( 2/23) Purging libbsd-dev (0.12.2-r0) ( 3/23) Purging bsd-compat-headers (0.7.2-r6) ( 4/23) Purging linux-headers (6.16.7-r0) ( 5/23) Purging libbsd (0.12.2-r0) ( 6/23) Purging libevent-dev (2.1.12-r8) ( 7/23) Purging python3-pyc (3.12.11-r0) ( 8/23) Purging python3-pycache-pyc0 (3.12.11-r0) ( 9/23) Purging pyc (3.12.11-r0) (10/23) Purging python3 (3.12.11-r0) (11/23) Purging libevent (2.1.12-r8) (12/23) Purging libmd-dev (1.1.0-r0) (13/23) Purging libmd (1.1.0-r0) (14/23) Purging libretls-dev (3.8.1-r0) (15/23) Purging openssl-dev (3.5.2-r0) (16/23) Purging libretls (3.8.1-r0) (17/23) Purging gdbm (1.26-r0) (18/23) Purging libbz2 (1.0.8-r6) (19/23) Purging libffi (3.5.2-r0) (20/23) Purging libpanelw (6.5_p20250816-r0) (21/23) Purging mpdecimal (4.0.1-r0) (22/23) Purging sqlite-libs (3.50.4-r1) (23/23) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r23.trigger: Executing script... OK: 426 MiB in 105 packages >>> tcpbench: Updating the testing/x86 repository index... >>> tcpbench: Signing the index...