>>> newt: Building main/newt 0.52.24-r1 (using abuild 3.14.0-r0) started Wed, 16 Oct 2024 00:11:26 +0000
>>> newt: Validating /home/buildozer/aports/main/newt/APKBUILD...
>>> WARNING: newt: Setting the maintainer with a comment is deprecated. Use maintainer="Natanael Copa <ncopa@alpinelinux.org>" instead
>>> newt: Analyzing dependencies...
>>> newt: Installing for build: build-base slang-dev popt-dev python3-dev ncurses-dev
(1/20) Installing slang (2.3.3-r3)
(2/20) Installing slang-dev (2.3.3-r3)
(3/20) Installing popt-dev (1.19-r4)
(4/20) Installing libbz2 (1.0.8-r6)
(5/20) Installing libffi (3.4.6-r0)
(6/20) Installing gdbm (1.24-r0)
(7/20) Installing xz-libs (5.6.3-r0)
(8/20) Installing mpdecimal (4.0.0-r0)
(9/20) Installing libpanelw (6.5_p20241006-r0)
(10/20) Installing sqlite-libs (3.46.1-r0)
(11/20) Installing python3 (3.12.7-r0)
(12/20) Installing python3-pycache-pyc0 (3.12.7-r0)
(13/20) Installing pyc (3.12.7-r0)
(14/20) Installing python3-pyc (3.12.7-r0)
(15/20) Installing python3-dev (3.12.7-r0)
(16/20) Installing libformw (6.5_p20241006-r0)
(17/20) Installing libmenuw (6.5_p20241006-r0)
(18/20) Installing libncurses++ (6.5_p20241006-r0)
(19/20) Installing ncurses-dev (6.5_p20241006-r0)
(20/20) Installing .makedepends-newt (20241016.001127)
Executing busybox-1.36.1-r32.trigger
OK: 507 MiB in 120 packages
>>> newt: Cleaning up srcdir
>>> newt: Cleaning up pkgdir
>>> newt: Cleaning up tmpdir
>>> newt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/newt-0.52.24.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
wget: server returned error: HTTP/1.1 404 Not Found
>>> newt: Fetching https://releases.pagure.org/newt/newt-0.52.24.tar.gz
Connecting to releases.pagure.org (8.43.85.76:443)
saving to '/var/cache/distfiles/v3.21/newt-0.52.24.tar.gz.part'
newt-0.52.24.tar.gz.  17% |*****                           | 31701  0:00:04 ETA
newt-0.52.24.tar.gz. 100% |********************************|  172k  0:00:00 ETA
'/var/cache/distfiles/v3.21/newt-0.52.24.tar.gz.part' saved
>>> newt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/newt-0.52.24.tar.gz
>>> newt: Checking sha512sums...
newt-0.52.24.tar.gz: OK
>>> newt: Unpacking /var/cache/distfiles/v3.21/newt-0.52.24.tar.gz...
checking for s390x-alpine-linux-musl-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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether ln -s works... yes
checking for grep that handles long lines and -e... /bin/grep
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking size of long... 8
checking size of long long... 8
checking size of void *... 8
checking for GNU ld... yes
checking for sys/select.h... yes
checking for alloca.h... yes
checking for slang.h... yes
checking for popt.h... yes
checking for libintl.h... no
checking for python versions... python3.12 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libnewt.pc
config.status: creating config.h
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -M test.c testgrid.c testtree.c showchars.c showkey.c whiptail.c dialogboxes.c newt.c button.c form.c checkbox.c entry.c label.c listbox.c scrollbar.c textbox.c scale.c grid.c windows.c buttonbar.c checkboxtree.c > .depend
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o test.o test.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o newt.o newt.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o button.o button.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o form.o form.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o checkbox.o checkbox.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o entry.o entry.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o label.o label.c
In file included from newt.c:7:
/usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp]
    1 | #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
      |  ^~~~~~~
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o listbox.o listbox.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o scrollbar.o scrollbar.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o textbox.o textbox.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o scale.o scale.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o grid.o grid.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o windows.o windows.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o buttonbar.o buttonbar.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o checkboxtree.o checkboxtree.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o whiptail.o whiptail.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o dialogboxes.o dialogboxes.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/newt.o newt.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/button.o button.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/form.o form.c
In file included from newt.c:7:
/usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Wcpp]
    1 | #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
      |  ^~~~~~~
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/checkbox.o checkbox.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/entry.o entry.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/label.o label.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/listbox.o listbox.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/scrollbar.o scrollbar.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/textbox.o textbox.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/scale.o scale.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/grid.o grid.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/windows.o windows.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/buttonbar.o buttonbar.c
gcc -fPIC -c -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE  -o shared/checkboxtree.o checkboxtree.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o testgrid.o testgrid.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o testtree.o testtree.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o showchars.o showchars.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE   -c -o showkey.o showkey.c
ar rv libnewt.a newt.o button.o form.o checkbox.o entry.o label.o listbox.o scrollbar.o textbox.o scale.o grid.o windows.o buttonbar.o checkboxtree.o
ar: creating libnewt.a
a - newt.o
a - button.o
a - form.o
a - checkbox.o
a - entry.o
a - label.o
a - listbox.o
a - scrollbar.o
a - textbox.o
a - scale.o
a - grid.o
a - windows.o
a - buttonbar.o
a - checkboxtree.o
gcc -g -o test test.o libnewt.a -Wl,--as-needed,-O1,--sort-common -lslang -lncurses 
gcc -g -o testgrid testgrid.o libnewt.a -Wl,--as-needed,-O1,--sort-common -lslang -lncurses 
gcc -g -o testtree testtree.o libnewt.a -Wl,--as-needed,-O1,--sort-common -lslang -lncurses 
gcc -g -o showchars showchars.o libnewt.a -Wl,--as-needed,-O1,--sort-common -lslang -lncurses 
gcc -g -o showkey showkey.o libnewt.a -Wl,--as-needed,-O1,--sort-common -lslang -lncurses 
gcc -shared -o libnewt.so.0.52.24 -Wl,--version-script,newt.0.52.ver -Wl,-soname,libnewt.so.0.52 shared/newt.o shared/button.o shared/form.o shared/checkbox.o shared/entry.o shared/label.o shared/listbox.o shared/scrollbar.o shared/textbox.o shared/scale.o shared/grid.o shared/windows.o shared/buttonbar.o shared/checkboxtree.o -Wl,--as-needed,-O1,--sort-common -lslang -lncurses 
ln -fs libnewt.so.0.52 libnewt.so
ln -fs libnewt.so.0.52.24 libnewt.so.0.52
gcc -g -o whiptail whiptail.o dialogboxes.o -L. -Wl,--as-needed,-O1,--sort-common -lnewt -lslang -lncurses  -lpopt
gcc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GNU_SOURCE -I/usr/include/python3.12 -I/usr/include/python3.12 -I/usr/include/python3.12 -I/usr/include/python3.12 -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -c -o python3.12/snack.o snack.c
gcc --shared -Wl,--as-needed,-O1,--sort-common -L/usr/lib -ldl -lm -ldl -lm -o python3.12/_snack.so python3.12/snack.o -L. -lnewt -lslang -lncurses
touch _snack.so
>>> newt: Entering fakeroot...
[ -d /home/buildozer/aports/main/newt/pkg/newt//usr/lib ] || install -m 755 -d /home/buildozer/aports/main/newt/pkg/newt//usr/lib
[ -d /home/buildozer/aports/main/newt/pkg/newt//usr/include ] || install -m 755 -d /home/buildozer/aports/main/newt/pkg/newt//usr/include
[ -d /home/buildozer/aports/main/newt/pkg/newt//usr/lib/pkgconfig ] || install -m 755 -d /home/buildozer/aports/main/newt/pkg/newt//usr/lib/pkgconfig
install -m 644 newt.h /home/buildozer/aports/main/newt/pkg/newt//usr/include
install -m 755 libnewt.so.0.52.24 /home/buildozer/aports/main/newt/pkg/newt//usr/lib
ln -sf libnewt.so.0.52 /home/buildozer/aports/main/newt/pkg/newt//usr/lib/libnewt.so
ln -sf libnewt.so.0.52.24 /home/buildozer/aports/main/newt/pkg/newt//usr/lib/libnewt.so.0.52
[ -n "" ] && install -m 755 whiptcl.so /home/buildozer/aports/main/newt/pkg/newt//usr/lib || :
[ -n "python3.12 " ] && for ver in python3.12  ; do \
   [ -d /home/buildozer/aports/main/newt/pkg/newt//usr/lib/$ver/site-packages ] || install -m 755 -d /home/buildozer/aports/main/newt/pkg/newt//usr/lib/$ver/site-packages ;\
   install -m 755 $ver/_snack.so /home/buildozer/aports/main/newt/pkg/newt//usr/lib/$ver/site-packages ;\
   install -m 644 snack.py /home/buildozer/aports/main/newt/pkg/newt//usr/lib/$ver/site-packages ;\
done || :
install -m 644 libnewt.pc /home/buildozer/aports/main/newt/pkg/newt//usr/lib/pkgconfig
[ -d /home/buildozer/aports/main/newt/pkg/newt//usr/bin ] || install -m 755 -d /home/buildozer/aports/main/newt/pkg/newt//usr/bin
[ -d /home/buildozer/aports/main/newt/pkg/newt//usr/lib ] || install -m 755 -d /home/buildozer/aports/main/newt/pkg/newt//usr/lib
[ -d /home/buildozer/aports/main/newt/pkg/newt//usr/share/man/man1 ] || install -m 755 -d /home/buildozer/aports/main/newt/pkg/newt//usr/share/man/man1
install -m 644 libnewt.a /home/buildozer/aports/main/newt/pkg/newt//usr/lib
install -m 755 whiptail /home/buildozer/aports/main/newt/pkg/newt//usr/bin
install -m 644 whiptail.1 /home/buildozer/aports/main/newt/pkg/newt//usr/share/man/man1
make -C po datadir=/home/buildozer/aports/main/newt/pkg/newt//usr/share install
make[1]: Entering directory '/home/buildozer/aports/main/newt/src/newt-0.52.24/po'
mkdir -p /home/buildozer/aports/main/newt/pkg/newt//usr/share/locale
for n in ar.po as.po ast.po bal.po bg.po bn.po bn_IN.po bs.po ca.po cs.po cy.po da.po de.po dz.po el.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po ia.po id.po it.po ja.po ka.po km.po kn.po ko.po ku.po lt.po lv.po mg.po mk.po ml.po mr.po ms.po nb.po nds.po ne.po nl.po nn.po pa.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sq.po sr.po sr@latin.po sv.po ta.po te.po tg.po th.po tl.po tr.po uk.po vi.po wo.po xh.po zh_CN.po zh_TW.po; do \
    l=`basename $n .po`; \
    mo=$l.mo; \
    /usr/bin/install -c -m 755 -d /home/buildozer/aports/main/newt/pkg/newt//usr/share/locale/$l; \
    /usr/bin/install -c -m 755 -d /home/buildozer/aports/main/newt/pkg/newt//usr/share/locale/$l/LC_MESSAGES; \
    if [ -f $n ]; then \
        /usr/bin/install -c -m 644 $mo /home/buildozer/aports/main/newt/pkg/newt//usr/share/locale/$l/LC_MESSAGES/newt.mo; \
    fi; \
done
make[1]: Leaving directory '/home/buildozer/aports/main/newt/src/newt-0.52.24/po'
>>> newt-dev*: Running split function dev...
'usr/include' -> '/home/buildozer/aports/main/newt/pkg/newt-dev/usr/include'
'usr/lib/pkgconfig' -> '/home/buildozer/aports/main/newt/pkg/newt-dev/usr/lib/pkgconfig'
'usr/lib/libnewt.so' -> '/home/buildozer/aports/main/newt/pkg/newt-dev/usr/lib/libnewt.so'
>>> newt-dev*: Preparing subpackage newt-dev...
>>> newt-dev*: Stripping binaries
>>> newt-dev*: Running postcheck for newt-dev
>>> newt-doc*: Running split function doc...
'usr/share/man' -> '/home/buildozer/aports/main/newt/pkg/newt-doc/usr/share/man'
>>> newt-doc*: Preparing subpackage newt-doc...
>>> newt-doc*: Running postcheck for newt-doc
>>> newt-lang*: Running split function lang...
'usr/share/locale' -> '/home/buildozer/aports/main/newt/pkg/newt-lang/usr/share/locale'
>>> newt-lang*: Preparing subpackage newt-lang...
>>> newt-lang*: Running postcheck for newt-lang
>>> py3-newt*: Running split function py3...
'usr/lib/python3.12' -> '/home/buildozer/aports/main/newt/pkg/py3-newt/usr/lib/python3.12'
>>> py3-newt*: Preparing subpackage py3-newt...
>>> py3-newt*: Stripping binaries
>>> py3-newt*: Running postcheck for py3-newt
>>> newt*: Running postcheck for newt
>>> newt*: Preparing package newt...
>>> newt*: Stripping binaries
>>> newt-dev*: Scanning shared objects
>>> newt-doc*: Scanning shared objects
>>> newt-lang*: Scanning shared objects
>>> newt*: Scanning shared objects
>>> py3-newt*: Scanning shared objects
>>> newt-dev*: Tracing dependencies...
	newt=0.52.24-r1
	pc:slang
	pkgconfig
>>> newt-dev*: Package size: 16.1 KB
>>> newt-dev*: Compressing data...
>>> newt-dev*: Create checksum...
>>> newt-dev*: Create newt-dev-0.52.24-r1.apk
>>> newt-doc*: Tracing dependencies...
>>> newt-doc*: Package size: 3.5 KB
>>> newt-doc*: Compressing data...
>>> newt-doc*: Create checksum...
>>> newt-doc*: Create newt-doc-0.52.24-r1.apk
>>> newt-lang*: Tracing dependencies...
>>> newt-lang*: Package size: 40.5 KB
>>> newt-lang*: Compressing data...
>>> newt-lang*: Create checksum...
>>> newt-lang*: Create newt-lang-0.52.24-r1.apk
>>> newt*: Tracing dependencies...
	so:libc.musl-s390x.so.1
	so:libpopt.so.0
	so:libslang.so.2
>>> newt*: Package size: 112.1 KB
>>> newt*: Compressing data...
>>> newt*: Create checksum...
>>> newt*: Create newt-0.52.24-r1.apk
>>> py3-newt*: Tracing dependencies...
	newt=0.52.24-r1
	python3
	python3~3.12
	so:libc.musl-s390x.so.1
	so:libnewt.so.0.52
>>> py3-newt*: Package size: 80.0 KB
>>> py3-newt*: Compressing data...
>>> py3-newt*: Create checksum...
>>> py3-newt*: Create py3-newt-0.52.24-r1.apk
>>> newt: Build complete at Wed, 16 Oct 2024 00:11:31 +0000 elapsed time 0h 0m 5s
>>> newt: Cleaning up srcdir
>>> newt: Cleaning up pkgdir
>>> newt: Uninstalling dependencies...
(1/20) Purging .makedepends-newt (20241016.001127)
(2/20) Purging slang-dev (2.3.3-r3)
(3/20) Purging slang (2.3.3-r3)
(4/20) Purging popt-dev (1.19-r4)
(5/20) Purging python3-dev (3.12.7-r0)
(6/20) Purging python3-pyc (3.12.7-r0)
(7/20) Purging python3-pycache-pyc0 (3.12.7-r0)
(8/20) Purging pyc (3.12.7-r0)
(9/20) Purging python3 (3.12.7-r0)
(10/20) Purging ncurses-dev (6.5_p20241006-r0)
(11/20) Purging libncurses++ (6.5_p20241006-r0)
(12/20) Purging libpanelw (6.5_p20241006-r0)
(13/20) Purging gdbm (1.24-r0)
(14/20) Purging libbz2 (1.0.8-r6)
(15/20) Purging libffi (3.4.6-r0)
(16/20) Purging libformw (6.5_p20241006-r0)
(17/20) Purging libmenuw (6.5_p20241006-r0)
(18/20) Purging mpdecimal (4.0.0-r0)
(19/20) Purging sqlite-libs (3.46.1-r0)
(20/20) Purging xz-libs (5.6.3-r0)
Executing busybox-1.36.1-r32.trigger
OK: 355 MiB in 100 packages
>>> newt: Updating the main/s390x repository index...
>>> newt: Signing the index...