>>> rssh: Building main/rssh 2.3.4-r4 (using abuild 3.14.0-r0) started Wed, 16 Oct 2024 13:19:04 +0000
>>> rssh: Validating /home/buildozer/aports/main/rssh/APKBUILD...
>>> WARNING: rssh: Setting the maintainer with a comment is deprecated. Use maintainer="Jakub Jirutka <jakub@jirutka.cz>" instead
>>> rssh: Analyzing dependencies...
>>> rssh: Installing for build: build-base openssh rsync
(1/3) Installing openssh-sftp-server (9.9_p1-r1)
(2/3) Installing openssh (9.9_p1-r1)
(3/3) Installing .makedepends-rssh (20241016.131905)
OK: 272 MiB in 103 packages
>>> rssh: Cleaning up srcdir
>>> rssh: Cleaning up pkgdir
>>> rssh: Cleaning up tmpdir
>>> rssh: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/rssh-2.3.4.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/rssh-2.3.4.tar.gz.part'
rssh-2.3.4.tar.gz.pa 100% |********************************|  110k  0:00:00 ETA
'/var/cache/distfiles/v3.21/rssh-2.3.4.tar.gz.part' saved
>>> rssh: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/rssh-2.3.4.tar.gz
>>> rssh: Checking sha512sums...
rssh-2.3.4.tar.gz: OK
makefile.patch: OK
fix-error-message-for-invalid-option.patch: OK
handle-rsync-v3-e-option.patch: OK
verify-scp-options.patch: OK
check-command-line-after-chroot.patch: OK
>>> rssh: Unpacking /var/cache/distfiles/v3.21/rssh-2.3.4.tar.gz...
>>> rssh: makefile.patch
patching file Makefile.in
>>> rssh: fix-error-message-for-invalid-option.patch
patching file util.c
>>> rssh: handle-rsync-v3-e-option.patch
patching file util.c
>>> rssh: verify-scp-options.patch
patching file util.c
Hunk #1 succeeded at 265 (offset -1 lines).
Hunk #2 succeeded at 317 (offset -1 lines).
>>> rssh: check-command-line-after-chroot.patch
patching file rssh_chroot_helper.c
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for armv7-alpine-linux-musleabihf-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for armv7-alpine-linux-musleabihf-strip... no
checking for strip... strip
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking wordexp.h usability... yes
checking wordexp.h presence... yes
checking for wordexp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for memset... yes
checking for strdup... yes
checking for strtol... yes
checking for strerror... yes
checking for wordexp... yes
checking for basename... yes
checking for OpenSSH >= v3.5... yes - v9.9
checking for scp... /usr/bin/scp
checking for sftp-server... /usr/lib/ssh/sftp-server
checking for cvs... no
configure: WARNING: can't find cvs - using /usr/bin/cvs.  Use --with-cvs to override
configure: WARNING: specified cvs binary does not exist
checking for rdist... no
configure: WARNING: can't find rdist - using /usr/bin/rdist.  Use --with-rdist to override
configure: WARNING: specified rdist binary does not exist
checking for rsync... /usr/bin/rsync
checking static compilation... secure SSH found - not compiling rssh statically
configure: creating ./config.status
config.status: creating Makefile
config.status: creating main.c
config.status: creating pathnames.h
config.status: creating rssh.conf.5
config.status: creating rssh.spec
config.status: creating config.h
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory '/home/buildozer/aports/main/rssh/src/rssh-2.3.4'
gcc -c -DHAVE_CONFIG_H -DPATH_RSSH_CONFIG=\"/etc/rssh.conf\" -DPATH_CHROOT_HELPER=\"/usr/lib/rssh/rssh_chroot_helper\" -Os -fstack-clash-protection -Wformat -Werror=format-security  -Wl,--as-needed,-O1,--sort-common rsshconf.c
gcc -c -DHAVE_CONFIG_H -DPATH_RSSH_CONFIG=\"/etc/rssh.conf\" -DPATH_CHROOT_HELPER=\"/usr/lib/rssh/rssh_chroot_helper\" -Os -fstack-clash-protection -Wformat -Werror=format-security  -Wl,--as-needed,-O1,--sort-common log.c
gcc -c -DHAVE_CONFIG_H -DPATH_RSSH_CONFIG=\"/etc/rssh.conf\" -DPATH_CHROOT_HELPER=\"/usr/lib/rssh/rssh_chroot_helper\" -Os -fstack-clash-protection -Wformat -Werror=format-security  -Wl,--as-needed,-O1,--sort-common util.c
gcc -c -DHAVE_CONFIG_H -DPATH_RSSH_CONFIG=\"/etc/rssh.conf\" -DPATH_CHROOT_HELPER=\"/usr/lib/rssh/rssh_chroot_helper\" -Os -fstack-clash-protection -Wformat -Werror=format-security  -Wl,--as-needed,-O1,--sort-common argvec.c
gcc -c -DHAVE_CONFIG_H -DPATH_RSSH_CONFIG=\"/etc/rssh.conf\" -DPATH_CHROOT_HELPER=\"/usr/lib/rssh/rssh_chroot_helper\" -Os -fstack-clash-protection -Wformat -Werror=format-security  -Wl,--as-needed,-O1,--sort-common main.c
gcc -c -DHAVE_CONFIG_H -DPATH_RSSH_CONFIG=\"/etc/rssh.conf\" -DPATH_CHROOT_HELPER=\"/usr/lib/rssh/rssh_chroot_helper\" -Os -fstack-clash-protection -Wformat -Werror=format-security  -Wl,--as-needed,-O1,--sort-common rssh_chroot_helper.c
rsshconf.c:81:5: warning: built-in function 'log' declared as non-function [-Wbuiltin-declaration-mismatch]
   81 | int log=0;
      |     ^~~
gcc -O2 -Wall -Wshadow   -Os -fstack-clash-protection -Wformat -Werror=format-security  -Wl,--as-needed,-O1,--sort-common -o rssh  rsshconf.o log.o util.o argvec.o main.o  
gcc -O2 -Wall -Wshadow   -Os -fstack-clash-protection -Wformat -Werror=format-security  -Wl,--as-needed,-O1,--sort-common -o rssh_chroot_helper  rssh_chroot_helper.o log.o argvec.o util.o rsshconf.o  
make[1]: Leaving directory '/home/buildozer/aports/main/rssh/src/rssh-2.3.4'
>>> rssh: Entering fakeroot...
make[1]: Entering directory '/home/buildozer/aports/main/rssh/src/rssh-2.3.4'
test -z "/usr/bin" || /bin/sh ./mkinstalldirs "/home/buildozer/aports/main/rssh/pkg/rssh/usr/bin"
test -z "/etc" || /bin/sh ./mkinstalldirs "/home/buildozer/aports/main/rssh/pkg/rssh/etc"
test -z "/usr/lib/rssh" || /bin/sh ./mkinstalldirs "/home/buildozer/aports/main/rssh/pkg/rssh/usr/lib/rssh"
test -z "/usr/share/man/man1" || /bin/sh ./mkinstalldirs "/home/buildozer/aports/main/rssh/pkg/rssh/usr/share/man/man1"
test -z "/usr/share/man/man5" || /bin/sh ./mkinstalldirs "/home/buildozer/aports/main/rssh/pkg/rssh/usr/share/man/man5"
mkdir -p -- /home/buildozer/aports/main/rssh/pkg/rssh/usr/bin
mkdir -p -- /home/buildozer/aports/main/rssh/pkg/rssh/etc
mkdir -p -- /home/buildozer/aports/main/rssh/pkg/rssh/usr/lib/rssh
mkdir -p -- /home/buildozer/aports/main/rssh/pkg/rssh/usr/share/man/man1
mkdir -p -- /home/buildozer/aports/main/rssh/pkg/rssh/usr/share/man/man5
 /usr/bin/install -c -m 644 'rssh.conf.default' '/home/buildozer/aports/main/rssh/pkg/rssh/etc/rssh.conf.default'
  /usr/bin/install -c 'rssh' '/home/buildozer/aports/main/rssh/pkg/rssh/usr/bin/rssh'
  /usr/bin/install -c 'rssh_chroot_helper' '/home/buildozer/aports/main/rssh/pkg/rssh/usr/lib/rssh/rssh_chroot_helper'
make  install-exec-hook
 /usr/bin/install -c -m 644 './rssh.1' '/home/buildozer/aports/main/rssh/pkg/rssh/usr/share/man/man1/rssh.1'
 /usr/bin/install -c -m 644 './rssh.conf.5' '/home/buildozer/aports/main/rssh/pkg/rssh/usr/share/man/man5/rssh.conf.5'
make[2]: Entering directory '/home/buildozer/aports/main/rssh/src/rssh-2.3.4'
chmod u+s /home/buildozer/aports/main/rssh/pkg/rssh/usr/lib/rssh/rssh_chroot_helper
make[2]: Leaving directory '/home/buildozer/aports/main/rssh/src/rssh-2.3.4'
make[1]: Leaving directory '/home/buildozer/aports/main/rssh/src/rssh-2.3.4'
>>> rssh-doc*: Running split function doc...
'usr/share/man' -> '/home/buildozer/aports/main/rssh/pkg/rssh-doc/usr/share/man'
>>> rssh-doc*: Preparing subpackage rssh-doc...
>>> rssh-doc*: Running postcheck for rssh-doc
>>> rssh*: Running postcheck for rssh
>>> rssh*: Preparing package rssh...
>>> rssh*: Stripping binaries
>>> rssh*: Script found. /bin/sh added as a dependency for rssh-2.3.4-r4.apk
>>> rssh*: Adding .post-install
>>> rssh*: Adding .post-deinstall
>>> rssh-doc*: Scanning shared objects
>>> rssh*: Scanning shared objects
>>> rssh-doc*: Tracing dependencies...
>>> rssh-doc*: Package size: 7.8 KB
>>> rssh-doc*: Compressing data...
>>> rssh-doc*: Create checksum...
>>> rssh-doc*: Create rssh-doc-2.3.4-r4.apk
>>> rssh*: Tracing dependencies...
	openssh
	/bin/sh
	so:libc.musl-armv7.so.1
>>> rssh*: Package size: 36.2 KB
>>> rssh*: Compressing data...
>>> rssh*: Create checksum...
>>> rssh*: Create rssh-2.3.4-r4.apk
>>> rssh: Build complete at Wed, 16 Oct 2024 13:19:09 +0000 elapsed time 0h 0m 5s
>>> rssh: Cleaning up srcdir
>>> rssh: Cleaning up pkgdir
>>> rssh: Uninstalling dependencies...
(1/3) Purging .makedepends-rssh (20241016.131905)
(2/3) Purging openssh (9.9_p1-r1)
(3/3) Purging openssh-sftp-server (9.9_p1-r1)
OK: 271 MiB in 100 packages
>>> rssh: Updating the main/armv7 repository index...
>>> rssh: Signing the index...