>>> netcat-openbsd: Building main/netcat-openbsd 1.226-r0 (using abuild 3.13.0-r2) started Sun, 21 Apr 2024 15:17:32 +0000 >>> netcat-openbsd: Checking sanity of /home/buildozer/aports/main/netcat-openbsd/APKBUILD... >>> netcat-openbsd: Analyzing dependencies... >>> netcat-openbsd: Installing for build: build-base libbsd-dev (1/7) Installing bsd-compat-headers (0.7.2-r6) (2/7) Installing linux-headers (6.6-r0) (3/7) Installing libmd (1.1.0-r0) (4/7) Installing libmd-dev (1.1.0-r0) (5/7) Installing libbsd (0.12.2-r0) (6/7) Installing libbsd-dev (0.12.2-r0) (7/7) Installing .makedepends-netcat-openbsd (20240421.151733) OK: 443 MiB in 112 packages >>> netcat-openbsd: Cleaning up srcdir >>> netcat-openbsd: Cleaning up pkgdir >>> netcat-openbsd: Cleaning up tmpdir >>> netcat-openbsd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/netcat-openbsd-1.226.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> netcat-openbsd: Fetching netcat-openbsd-1.226.tar.gz::https://deb.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_1.226.orig.tar.gz Connecting to deb.debian.org (151.101.62.132:443) saving to '/var/cache/distfiles/v3.20/netcat-openbsd-1.226.tar.gz.part' netcat-openbsd-1.226 100% |********************************| 23091 0:00:00 ETA '/var/cache/distfiles/v3.20/netcat-openbsd-1.226.tar.gz.part' saved >>> netcat-openbsd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/netcat-openbsd-1.226-debian.tar.xz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> netcat-openbsd: Fetching netcat-openbsd-1.226-debian.tar.xz::https://deb.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_1.226-1.debian.tar.xz Connecting to deb.debian.org (151.101.62.132:443) saving to '/var/cache/distfiles/v3.20/netcat-openbsd-1.226-debian.tar.xz.part' netcat-openbsd-1.226 100% |********************************| 52560 0:00:00 ETA '/var/cache/distfiles/v3.20/netcat-openbsd-1.226-debian.tar.xz.part' saved >>> netcat-openbsd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/netcat-openbsd-1.226.tar.gz >>> netcat-openbsd: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/netcat-openbsd-1.226-debian.tar.xz >>> netcat-openbsd: Checking sha512sums... netcat-openbsd-1.226.tar.gz: OK netcat-openbsd-1.226-debian.tar.xz: OK b64.patch: OK base64.c: OK >>> netcat-openbsd: Unpacking /var/cache/distfiles/v3.20/netcat-openbsd-1.226.tar.gz... >>> netcat-openbsd: Unpacking /var/cache/distfiles/v3.20/netcat-openbsd-1.226-debian.tar.xz... >>> netcat-openbsd: b64.patch patching file socks.c patching file Makefile patching file nc.1 patching file netcat.c patching file socks.c Hunk #2 succeeded at 219 (offset 2 lines). Hunk #3 succeeded at 272 (offset 2 lines). Hunk #4 succeeded at 285 (offset 2 lines). Hunk #5 succeeded at 310 (offset 2 lines). Hunk #6 succeeded at 328 (offset 2 lines). Hunk #7 succeeded at 350 (offset 2 lines). Hunk #8 succeeded at 373 (offset 2 lines). patching file Makefile patching file nc.1 patching file netcat.c patching file netcat.c patching file netcat.c patching file nc.1 patching file netcat.c patching file nc.1 patching file netcat.c patching file netcat.c patching file nc.1 patching file netcat.c patching file nc.1 patching file netcat.c patching file netcat.c patching file netcat.c patching file nc.1 patching file netcat.c patching file nc.1 patching file netcat.c patching file netcat.c patching file nc.1 patching file netcat.c patching file nc.1 patching file netcat.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DDEBIAN_VERSION="\"1.226\"" -c netcat.c -o netcat.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DDEBIAN_VERSION="\"1.226\"" -c atomicio.c -o atomicio.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DDEBIAN_VERSION="\"1.226\"" -c socks.c -o socks.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DDEBIAN_VERSION="\"1.226\"" -c base64.c -o base64.o In file included from /usr/include/bsd/sys/cdefs.h:54, from /usr/include/bsd/readpassphrase.h:37, from netcat.c:50: /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 | ^~~~~~~ In file included from /usr/include/bsd/sys/cdefs.h:54, from /usr/include/bsd/readpassphrase.h:37, from socks.c:41: /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 | ^~~~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DDEBIAN_VERSION="\"1.226\"" -Wl,--no-add-needed netcat.o atomicio.o socks.o base64.o `pkg-config --libs libbsd` -lresolv -o nc /usr/lib/gcc/s390x-alpine-linux-musl/13.2.1/../../../../s390x-alpine-linux-musl/bin/ld: /usr/lib/gcc/s390x-alpine-linux-musl/13.2.1/../../../../lib/libc.so: warning: The fgetln() function cannot be safely ported, use getline(3) instead, as it is supported by GNU and POSIX.1-2008. >>> netcat-openbsd: Entering fakeroot... >>> netcat-openbsd-doc*: Running split function doc... >>> netcat-openbsd-doc*: Preparing subpackage netcat-openbsd-doc... >>> netcat-openbsd-doc*: Running postcheck for netcat-openbsd-doc >>> netcat-openbsd*: Running postcheck for netcat-openbsd >>> netcat-openbsd*: Preparing package netcat-openbsd... >>> netcat-openbsd*: Stripping binaries >>> netcat-openbsd-doc*: Scanning shared objects >>> netcat-openbsd*: Scanning shared objects >>> netcat-openbsd-doc*: Tracing dependencies... >>> netcat-openbsd-doc*: Package size: 28.0 KB >>> netcat-openbsd-doc*: Compressing data... >>> netcat-openbsd-doc*: Create checksum... >>> netcat-openbsd-doc*: Create netcat-openbsd-doc-1.226-r0.apk >>> netcat-openbsd*: Tracing dependencies... so:libbsd.so.0 so:libc.musl-s390x.so.1 >>> netcat-openbsd*: Package size: 52.0 KB >>> netcat-openbsd*: Compressing data... >>> netcat-openbsd*: Create checksum... >>> netcat-openbsd*: Create netcat-openbsd-1.226-r0.apk >>> netcat-openbsd: Build complete at Sun, 21 Apr 2024 15:17:34 +0000 elapsed time 0h 0m 2s >>> netcat-openbsd: Cleaning up srcdir >>> netcat-openbsd: Cleaning up pkgdir >>> netcat-openbsd: Uninstalling dependencies... (1/7) Purging .makedepends-netcat-openbsd (20240421.151733) (2/7) Purging libbsd-dev (0.12.2-r0) (3/7) Purging bsd-compat-headers (0.7.2-r6) (4/7) Purging linux-headers (6.6-r0) (5/7) Purging libmd-dev (1.1.0-r0) (6/7) Purging libbsd (0.12.2-r0) (7/7) Purging libmd (1.1.0-r0) OK: 435 MiB in 105 packages >>> netcat-openbsd: Updating the main/s390x repository index... >>> netcat-openbsd: Signing the index...