>>> at: Building community/at 3.2.5-r4 (using abuild 3.14.1-r1) started Mon, 11 Nov 2024 04:28:51 +0000
>>> at: Validating /home/buildozer/aports/community/at/APKBUILD...
>>> at: Analyzing dependencies...
>>> at: Installing for build: build-base ssmtp flex-dev byacc
(1/7) Installing ssmtp (2.64-r22)
(2/7) Installing m4 (1.4.19-r3)
(3/7) Installing flex (2.6.4-r6)
(4/7) Installing flex-libs (2.6.4-r6)
(5/7) Installing flex-dev (2.6.4-r6)
(6/7) Installing byacc (20240109-r0)
(7/7) Installing .makedepends-at (20241111.042856)
Executing busybox-1.37.0-r6.trigger
OK: 319 MiB in 108 packages
>>> at: Cleaning up srcdir
>>> at: Cleaning up pkgdir
>>> at: Cleaning up tmpdir
>>> at: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/at_3.2.5.orig.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/at_3.2.5.orig.tar.gz.part'
at_3.2.5.orig.tar.gz 100% |********************************|  129k  0:00:00 ETA
'/var/cache/distfiles/v3.21/at_3.2.5.orig.tar.gz.part' saved
>>> at: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/at_3.2.5.orig.tar.gz
>>> at: Checking sha512sums...
at_3.2.5.orig.tar.gz: OK
0001-opt_V.patch: OK
0004-shell-add-preceding-newline-to-delimiter.patch: OK
0008-aborted-jobs.patch: OK
0009-noabort.patch: OK
0010-fclose-error.patch: OK
0011-clear-nonjobs.patch: OK
0012-lock-locks.patch: OK
0013-log-jobs.patch: OK
10-Makefile.in-1.patch: OK
at.allow: OK
atd.initd: OK
atd.confd: OK
>>> at: Unpacking /var/cache/distfiles/v3.21/at_3.2.5.orig.tar.gz...
>>> at: 0001-opt_V.patch
patching file at.c
Hunk #1 succeeded at 965 (offset 123 lines).
>>> at: 0004-shell-add-preceding-newline-to-delimiter.patch
patching file at.c
Hunk #2 succeeded at 252 (offset 10 lines).
Hunk #3 succeeded at 505 (offset 10 lines).
Hunk #4 succeeded at 528 (offset 10 lines).
>>> at: 0008-aborted-jobs.patch
patching file atd.c
>>> at: 0009-noabort.patch
patching file atd.c
>>> at: 0010-fclose-error.patch
patching file at.c
Hunk #1 succeeded at 225 (offset -3 lines).
Hunk #2 succeeded at 542 (offset 6 lines).
>>> at: 0011-clear-nonjobs.patch
patching file atd.c
Hunk #1 succeeded at 405 (offset 4 lines).
Hunk #2 succeeded at 430 (offset 4 lines).
>>> at: 0012-lock-locks.patch
patching file atd.c
Hunk #2 succeeded at 279 (offset 1 line).
Hunk #3 succeeded at 398 (offset 5 lines).
Hunk #4 succeeded at 538 (offset 11 lines).
Hunk #5 succeeded at 563 (offset 11 lines).
Hunk #6 succeeded at 578 (offset 11 lines).
Hunk #7 succeeded at 698 (offset 16 lines).
>>> at: 0013-log-jobs.patch
patching file atd.c
Hunk #1 succeeded at 361 (offset 7 lines).
>>> at: 10-Makefile.in-1.patch
patching file Makefile.in
Hunk #1 succeeded at 14 with fuzz 1 (offset 2 lines).
>>> at: Updating ./config.guess
>>> at: Updating ./config.sub
checking build system type... armv8l-unknown-linux-musleabihf
checking host system type... armv8l-unknown-linux-musleabihf
checking for gcc... gcc
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for bison... no
checking for byacc... byacc
checking for flex... flex
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking HP-UX -Aa... no
checking __attribute__((noreturn))... yes
checking for yywrap in -lfl... no
checking for __secure_getenv... no
checking for secure_getenv... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.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 sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for vprintf... yes
checking for _doprnt... no
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for getcwd... yes
checking for mktime... yes
checking for strftime... yes
checking for setreuid... yes
checking for setresuid... yes
checking for sigaction... yes
checking for waitpid... yes
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
checking for sendmail... /usr/sbin/sendmail
checking etcdir... /etc
checking location of pid file... /run
checking location of spool directory... /var/spool/cron
checking jobdir... /var/spool/atd
checking atspool... /var/spool/atd
checking maximum load average for batch to start jobs... 0.8
checking username to run under... at
checking for is_selinux_enabled in -lselinux... no
checking for library containing timer_create... none required
checking for timer_create... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking groupname to run under... at
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating atrun
config.status: creating atd.8
config.status: creating atrun.8
config.status: creating at.1
config.status: creating at.allow.5
config.status: creating batch
config.status: creating config.h
gcc -c -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_CONFIG_H -DVERSION=\"3.2.5\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall at.c
gcc -c -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_CONFIG_H -DVERSION=\"3.2.5\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall panic.c
gcc -c -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_CONFIG_H -DVERSION=\"3.2.5\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall perm.c
gcc -c -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_CONFIG_H -DVERSION=\"3.2.5\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall posixtm.c
byacc -d parsetime.y
byacc -d parsetime.y
gcc -c -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_CONFIG_H -DVERSION=\"3.2.5\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall atd.c
gcc -c -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_CONFIG_H -DVERSION=\"3.2.5\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall daemon.c
cat atd.service.in | sed -e 's![@]sbindir[@]!/usr/sbin!g' | sed -e 's![@]atjobdir[@]!/var/spool/atd!g' > atd.service
gcc -c -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_CONFIG_H -DVERSION=\"3.2.5\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall y.tab.c
flex -i parsetime.l
daemon.c: In function 'daemon_setup':
daemon.c:124:12: warning: variable 'old_umask' set but not used [-Wunused-but-set-variable]
  124 |     mode_t old_umask;
      |            ^~~~~~~~~
atd.c: In function 'run_loop':
atd.c:630:10: warning: variable 'batch_queue' set but not used [-Wunused-but-set-variable]
  630 |     char batch_queue = '\0';
      |          ^~~~~~~~~~~
gcc -c -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_CONFIG_H -DVERSION=\"3.2.5\" -DETCDIR=\"/etc\" -DLOADAVG_MX=0.8 -DDAEMON_USERNAME=\"at\" -DDAEMON_GROUPNAME=\"at\" -DLFILE=\"/var/spool/atd/.SEQ\" -Wall lex.yy.c
lex.yy.c:1550:16: warning: 'input' defined but not used [-Wunused-function]
 1550 | #else
      |                ^    
lex.yy.c:1507:17: warning: 'yyunput' defined but not used [-Wunused-function]
 1507 | 
      |                 ^      
gcc -Wl,--as-needed,-O1,--sort-common -o atd atd.o daemon.o    
gcc -Wl,--as-needed,-O1,--sort-common -o at at.o panic.o perm.o posixtm.o y.tab.o lex.yy.o  -lfl
rm -f atq atrm
ln -s -f at atq
ln -s -f at atrm
>>> at: Entering fakeroot...
Makefile:25: IROOT is deprecated, you should use DESTDIR instead
/usr/bin/install -c -g root -o root -m 755 -d /home/buildozer/aports/community/at/pkg/at/etc
/usr/bin/install -c -g root -o root -m 755 -d /home/buildozer/aports/community/at/pkg/at/usr/bin
/usr/bin/install -c -g root -o root -m 755 -d /home/buildozer/aports/community/at/pkg/at/usr/sbin
/usr/bin/install -c -g root -o root -m 755 -d /home/buildozer/aports/community/at/pkg/at/usr/share/at
/usr/bin/install -c -g root -o root -m 755 -d /home/buildozer/aports/community/at/pkg/at/usr/share/doc
/usr/bin/install -c -g root -o root -m 755 -d /home/buildozer/aports/community/at/pkg/at/usr/share/doc/at
/usr/bin/install -c -g at -o at -m 755 -d /home/buildozer/aports/community/at/pkg/at/var/spool/atd /home/buildozer/aports/community/at/pkg/at/var/spool/atd
chmod 1770 /home/buildozer/aports/community/at/pkg/at/var/spool/atd /home/buildozer/aports/community/at/pkg/at/var/spool/atd
touch /home/buildozer/aports/community/at/pkg/at/var/spool/atd/.SEQ
chmod 600 /home/buildozer/aports/community/at/pkg/at/var/spool/atd/.SEQ
chown at:at /home/buildozer/aports/community/at/pkg/at/var/spool/atd/.SEQ
test -f /home/buildozer/aports/community/at/pkg/at/etc/at.allow || test -f /home/buildozer/aports/community/at/pkg/at/etc/at.deny || /usr/bin/install -c -o root -g at -m 640 at.deny /home/buildozer/aports/community/at/pkg/at/etc/
/usr/bin/install -c -g at -o at -m 6755 at /home/buildozer/aports/community/at/pkg/at/usr/bin
ln -s -f at /home/buildozer/aports/community/at/pkg/at/usr/bin/atq
ln -s -f at /home/buildozer/aports/community/at/pkg/at/usr/bin/atrm
/usr/bin/install -c -g root -o root -m 755 batch /home/buildozer/aports/community/at/pkg/at/usr/bin
/usr/bin/install -c -g root -o root -m 755 batch-job /home/buildozer/aports/community/at/pkg/at/usr/share/at
/usr/bin/install -c -d -o root -g root -m 755 /home/buildozer/aports/community/at/pkg/at/usr/share/man/man1
/usr/bin/install -c -d -o root -g root -m 755 /home/buildozer/aports/community/at/pkg/at/usr/share/man/man5
/usr/bin/install -c -d -o root -g root -m 755 /home/buildozer/aports/community/at/pkg/at/usr/share/man/man8
/usr/bin/install -c -g root -o root -m 755 atd /home/buildozer/aports/community/at/pkg/at/usr/sbin
/usr/bin/install -c -g root -o root -m 755 atrun /home/buildozer/aports/community/at/pkg/at/usr/sbin
/usr/bin/install -c -g root -o root -m 644 at.1 /home/buildozer/aports/community/at/pkg/at/usr/share/man/man1/
cd /home/buildozer/aports/community/at/pkg/at/usr/share/man/man1 && ln -s -f at.1 atq.1 && ln -s -f at.1 batch.1 && ln -s -f at.1 atrm.1
/usr/bin/install -c -g root -o root -m 644 atd.8 /home/buildozer/aports/community/at/pkg/at/usr/share/man/man8/
sed "s,\${exec_prefix},/usr,g" <atrun.8>tmpman
/usr/bin/install -c -g root -o root -m 644 tmpman /home/buildozer/aports/community/at/pkg/at/usr/share/man/man8/atrun.8
rm -f tmpman
/usr/bin/install -c -g root -o root -m 644 at.allow.5 /home/buildozer/aports/community/at/pkg/at/usr/share/man/man5/
cd /home/buildozer/aports/community/at/pkg/at/usr/share/man/man5 && ln -s -f at.allow.5 at.deny.5
/usr/bin/install -c -g root -o root -m 644 Problems Copyright README ChangeLog timespec /home/buildozer/aports/community/at/pkg/at/usr/share/doc/at
rm -f /home/buildozer/aports/community/at/pkg/at/usr/share/man/cat1/at.1* /home/buildozer/aports/community/at/pkg/at/usr/share/man/cat1/batch.1* \
	/home/buildozer/aports/community/at/pkg/at/usr/share/man/cat1/atq.1*
rm -f /home/buildozer/aports/community/at/pkg/at/usr/share/man/cat1/atd.8*
if test x"no" != xno; then \
	/usr/bin/install -c -o root -g root -m 755 -d /home/buildozer/aports/community/at/pkg/atno; \
	/usr/bin/install -c -o root -g root -m 644 atd.service /home/buildozer/aports/community/at/pkg/atno; \
fi
>>> at-doc*: Running split function doc...
'usr/share/doc' -> '/home/buildozer/aports/community/at/pkg/at-doc/usr/share/doc'
'usr/share/man' -> '/home/buildozer/aports/community/at/pkg/at-doc/usr/share/man'
>>> at-doc*: Preparing subpackage at-doc...
>>> at-doc*: Running postcheck for at-doc
>>> at-openrc*: Running split function openrc...
'etc/conf.d' -> '/home/buildozer/aports/community/at/pkg/at-openrc/etc/conf.d'
'etc/init.d' -> '/home/buildozer/aports/community/at/pkg/at-openrc/etc/init.d'
>>> at-openrc*: Preparing subpackage at-openrc...
libfakeroot internal error: payload not recognized!
libfakeroot internal error: payload not recognized!
>>> at-openrc*: Running postcheck for at-openrc
>>> at*: Running postcheck for at
>>> at*: Preparing package at...
>>> at*: Stripping binaries
>>> at*: Script found. /bin/sh added as a dependency for at-3.2.5-r4.apk
>>> at*: Adding .pre-install
>>> at*: Adding .post-install
>>> at-doc*: Scanning shared objects
>>> at-openrc*: Scanning shared objects
>>> at*: Scanning shared objects
>>> at-doc*: Tracing dependencies...
>>> at-doc*: Package size: 19.8 KB
>>> at-doc*: Compressing data...
>>> at-doc*: Create checksum...
>>> at-doc*: Create at-doc-3.2.5-r4.apk
>>> at-openrc*: Tracing dependencies...
>>> at-openrc*: Package size: 682.0 B
>>> at-openrc*: Compressing data...
>>> at-openrc*: Create checksum...
>>> at-openrc*: Create at-openrc-3.2.5-r4.apk
>>> at*: Tracing dependencies...
	/bin/sh
	so:libc.musl-armhf.so.1
>>> at*: Package size: 66.8 KB
>>> at*: Compressing data...
>>> at*: Create checksum...
>>> at*: Create at-3.2.5-r4.apk
>>> at: Build complete at Mon, 11 Nov 2024 04:29:04 +0000 elapsed time 0h 0m 13s
>>> at: Cleaning up srcdir
>>> at: Cleaning up pkgdir
>>> at: Uninstalling dependencies...
(1/7) Purging .makedepends-at (20241111.042856)
(2/7) Purging ssmtp (2.64-r22)
(3/7) Purging flex-dev (2.6.4-r6)
(4/7) Purging flex (2.6.4-r6)
(5/7) Purging m4 (1.4.19-r3)
(6/7) Purging flex-libs (2.6.4-r6)
(7/7) Purging byacc (20240109-r0)
Executing busybox-1.37.0-r6.trigger
OK: 319 MiB in 101 packages
>>> at: Updating the community/armhf repository index...
>>> at: Signing the index...