>>> vsftpd: Building community/vsftpd 3.0.5-r1 (using abuild 3.9.0_rc2-r1) started Sat, 16 Oct 2021 09:44:15 +0000 >>> vsftpd: Checking sanity of /home/buildozer/aports/community/vsftpd/APKBUILD... >>> vsftpd: Analyzing dependencies... >>> vsftpd: Installing for build: build-base openssl1.1-compat-dev libcap-dev linux-pam-dev linux-headers (1/14) Installing openssl1.1-compat-dev (1.1.1l-r4) (2/14) Installing linux-headers (5.10.41-r0) (3/14) Installing libcap (2.59-r0) (4/14) Installing libcap-dev (2.59-r0) (5/14) Installing gettext-asprintf (0.21-r0) (6/14) Installing libintl (0.21-r0) (7/14) Installing libunistring (0.9.10-r1) (8/14) Installing gettext-libs (0.21-r0) (9/14) Installing libxml2 (2.9.12-r1) (10/14) Installing gettext (0.21-r0) (11/14) Installing gettext-dev (0.21-r0) (12/14) Installing linux-pam (1.5.2-r0) (13/14) Installing linux-pam-dev (1.5.2-r0) (14/14) Installing .makedepends-vsftpd (20211016.094416) Executing busybox-1.34.1-r1.trigger OK: 338 MiB in 114 packages >>> vsftpd: Cleaning up srcdir >>> vsftpd: Cleaning up pkgdir >>> vsftpd: Fetching https://distfiles.alpinelinux.org/distfiles/vsftpd-3.0.5.tar.gz >>> vsftpd: Fetching https://distfiles.alpinelinux.org/distfiles/vsftpd-3.0.5.tar.gz >>> vsftpd: Checking sha512sums... vsftpd-3.0.5.tar.gz: OK vsftpd.initd: OK vsftpd.confd: OK vsftpd-enable-ssl.patch: OK vsftpd-clearenv.patch: OK CVE-2015-1419.patch: OK wtmpx_file.patch: OK findlibs.patch: OK strip.patch: OK >>> vsftpd: Unpacking /var/cache/distfiles/vsftpd-3.0.5.tar.gz... >>> vsftpd: vsftpd-enable-ssl.patch patching file builddefs.h >>> vsftpd: vsftpd-clearenv.patch patching file sysdeputil.c >>> vsftpd: CVE-2015-1419.patch patching file ls.c patching file str.c Hunk #1 succeeded at 711 (offset -59 lines). patching file str.h Hunk #1 succeeded at 100 (offset -1 lines). >>> vsftpd: wtmpx_file.patch patching file seccompsandbox.c Hunk #1 succeeded at 22 with fuzz 2 (offset 1 line). patching file sysdeputil.c Hunk #1 succeeded at 1218 (offset 2 lines). Hunk #2 succeeded at 1239 (offset 2 lines). >>> vsftpd: findlibs.patch patching file vsf_findlibs.sh Hunk #3 succeeded at 63 with fuzz 2 (offset -3 lines). >>> vsftpd: strip.patch patching file Makefile gcc -c main.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c utility.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c prelogin.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c ftpcmdio.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c postlogin.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c privsock.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c tunables.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c ftpdataio.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c secbuf.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c ls.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c postprivparent.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c logging.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c str.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c netstr.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c sysstr.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c strlist.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c banner.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c filestr.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c parseconf.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c secutil.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c ascii.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c oneprocess.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c twoprocess.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c privops.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c standalone.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c hash.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc ls.c: In function 'vsf_filename_passes_filter': ls.c:395:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 395 | free(normname); | ^~~~~~~~ In file included from /usr/include/fortify/stdlib.h:22, from ls.c:10: /usr/include/stdlib.h:41:12: note: expected 'void *' but argument is of type 'const char *' 41 | void free (void *); | ^~~~~~ ls.c:396:8: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 396 | free(path); | ^~~~ In file included from /usr/include/fortify/stdlib.h:22, from ls.c:10: /usr/include/stdlib.h:41:12: note: expected 'void *' but argument is of type 'const char *' 41 | void free (void *); | ^~~~~~ gcc -c tcpwrap.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c ipaddrparse.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c access.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c features.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c readwrite.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c opts.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c ssl.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c sslslave.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c ptracesandbox.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c ftppolicy.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c sysutil.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c sysdeputil.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -c seccompsandbox.c -Os -fomit-frame-pointer -D_GNU_SOURCE -idirafter dummyinc gcc -o vsftpd main.o utility.o prelogin.o ftpcmdio.o postlogin.o privsock.o tunables.o ftpdataio.o secbuf.o ls.o postprivparent.o logging.o str.o netstr.o sysstr.o strlist.o banner.o filestr.o parseconf.o secutil.o ascii.o oneprocess.o twoprocess.o privops.o standalone.o hash.o tcpwrap.o ipaddrparse.o access.o features.o readwrite.o opts.o ssl.o sslslave.o ptracesandbox.o ftppolicy.o sysutil.o sysdeputil.o seccompsandbox.o -fPIE -pie -Wl,-z,relro -Wl,-z,now `./vsf_findlibs.sh` >>> WARNING: vsftpd: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> vsftpd: Entering fakeroot... >>> vsftpd-doc*: Running split function doc... >>> vsftpd-doc*: Preparing subpackage vsftpd-doc... >>> vsftpd-doc*: Running postcheck for vsftpd-doc >>> vsftpd-openrc*: Running split function openrc... >>> vsftpd-openrc*: Preparing subpackage vsftpd-openrc... >>> vsftpd-openrc*: Running postcheck for vsftpd-openrc >>> vsftpd*: Running postcheck for vsftpd >>> vsftpd*: Preparing package vsftpd... >>> vsftpd*: Stripping binaries >>> vsftpd*: Script found. /bin/sh added as a dependency for vsftpd-3.0.5-r1.apk >>> vsftpd*: Adding .pre-install >>> vsftpd-doc*: Scanning shared objects >>> vsftpd-openrc*: Scanning shared objects >>> vsftpd*: Scanning shared objects >>> vsftpd-doc*: Tracing dependencies... >>> vsftpd-doc*: Package size: 40.0 KB >>> vsftpd-doc*: Compressing data... >>> vsftpd-doc*: Create checksum... >>> vsftpd-doc*: Create vsftpd-doc-3.0.5-r1.apk >>> vsftpd-openrc*: Tracing dependencies... >>> vsftpd-openrc*: Package size: 24.0 KB >>> vsftpd-openrc*: Compressing data... >>> vsftpd-openrc*: Create checksum... >>> vsftpd-openrc*: Create vsftpd-openrc-3.0.5-r1.apk >>> vsftpd*: Tracing dependencies... /bin/sh so:libc.musl-x86.so.1 so:libcap.so.2 so:libcrypto.so.1.1 so:libpam.so.0 so:libssl.so.1.1 >>> vsftpd*: Package size: 216.0 KB >>> vsftpd*: Compressing data... >>> vsftpd*: Create checksum... >>> vsftpd*: Create vsftpd-3.0.5-r1.apk >>> vsftpd: Build complete at Sat, 16 Oct 2021 09:44:18 +0000 elapsed time 0h 0m 3s >>> vsftpd: Cleaning up srcdir >>> vsftpd: Cleaning up pkgdir >>> vsftpd: Uninstalling dependencies... (1/14) Purging .makedepends-vsftpd (20211016.094416) (2/14) Purging openssl1.1-compat-dev (1.1.1l-r4) (3/14) Purging libcap-dev (2.59-r0) (4/14) Purging libcap (2.59-r0) (5/14) Purging linux-pam-dev (1.5.2-r0) (6/14) Purging gettext-dev (0.21-r0) (7/14) Purging gettext-asprintf (0.21-r0) (8/14) Purging gettext (0.21-r0) (9/14) Purging linux-pam (1.5.2-r0) (10/14) Purging linux-headers (5.10.41-r0) (11/14) Purging gettext-libs (0.21-r0) (12/14) Purging libintl (0.21-r0) (13/14) Purging libunistring (0.9.10-r1) (14/14) Purging libxml2 (2.9.12-r1) Executing busybox-1.34.1-r1.trigger OK: 321 MiB in 100 packages >>> vsftpd: Updating the community/x86 repository index... >>> vsftpd: Signing the index...