>>> cproto: Building testing/cproto 4.7x-r0 (using abuild 3.15.0-r2) started Mon, 21 Jul 2025 08:35:34 +0000 >>> cproto: Validating /home/buildozer/aports/testing/cproto/APKBUILD... >>> cproto: Analyzing dependencies... WARNING: The indexes contain broken packages which might not function properly. >>> cproto: Installing for build: build-base bison flex diffutils WARNING: The indexes contain broken packages which might not function properly. (1/5) Installing m4 (1.4.20-r0) (2/5) Installing bison (3.8.2-r2) (3/5) Installing flex (2.6.4-r7) (4/5) Installing diffutils (3.12-r0) (5/5) Installing .makedepends-cproto (20250721.083535) busybox-1.37.0-r19.trigger: Executing script... OK: 278 MiB in 108 packages >>> cproto: Cleaning up srcdir >>> cproto: Cleaning up pkgdir >>> cproto: Cleaning up tmpdir >>> cproto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cproto-4.7x.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> cproto: Fetching https://invisible-mirror.net/archives/cproto/cproto-4.7x.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 191k 100 191k 0 0 370k 0 --:--:-- --:--:-- --:--:-- 371k >>> cproto: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cproto-4.7x.tgz >>> cproto: Checking sha512sums... cproto-4.7x.tgz: OK >>> cproto: Unpacking /var/cache/distfiles/cproto-4.7x.tgz... checking build system type... powerpc64le-alpine-linux-musl checking host system type... powerpc64le-alpine-linux-musl Configuring for linux-musl checking target system type... powerpc64le-alpine-linux-musl (cached) Configuring for linux-musl checking for powerpc64le-alpine-linux-musl-gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking version of cc... 14.3.0 checking if this is really Intel C compiler... no checking if this is really Clang C compiler... no checking for cc option to accept ANSI C... none needed checking $CFLAGS variable... ok checking $CC variable... ok checking for ggrep... no checking for grep... grep checking for egrep... grep -E checking how to run the C preprocessor... cc -E checking if preprocessor (cc -E) has -C comment-option... yes checking for reflex... no checking for flex... flex checking for yywrap in -lfl... no checking for yywrap in -ll... no checking lex output file root... lex.yy checking whether yytext is a pointer... no checking whether make sets ${MAKE}... yes checking for byacc... no checking for bison... bison -y checking for a BSD compatible install... /usr/bin/install -c checking if filesystem supports mixed-case filenames... yes checking for exctags... no checking for ctags... no checking for exetags... no checking for etags... no checking for ctags... no checking for etags... no checking for lint... no checking for cppcheck... no checking for splint... no checking for gperf... no checking if the POSIX test-macros are already defined... no checking if _XOPEN_SOURCE really is set... no checking if we should define _XOPEN_SOURCE... no checking for fgrep... grep -F checking if you want to use C11 _Noreturn feature... no checking if you want to turn on gcc warnings... no checking if you want to see long compiling messages... yes checking if you want to enable lint-library (llib) support... yes checking for an ANSI C-conforming const... yes 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 whether exit is declared... yes checking for getopt.h... yes checking for header declaring getopt variables... unistd.h checking for getopt... yes checking for popen... yes checking for strstr... yes checking for tmpfile... yes checking for link... yes checking for unlink... yes checking for unistd.h... (cached) yes checking for working mkstemp... yes checking for size_t in or ... yes checking if cc -E can handle only .c files... yes checking for error-reporting with BISON_HAS_YYTNAME... yes checking for conflicting prototype for popen... no checking if you want to use dmalloc for testing... no checking if you want to use dbmalloc for testing... no checking if you want to use valgrind for testing... no checking if you want to perform memory-leak testing... no checking for groff... no checking for nroff... no checking for mandoc... no checking for tbl... cat checking for man2html... no checking for program to convert manpage to html... no setting other definitions configure: creating ./config.status config.status: creating Makefile config.status: creating config.h cc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -I. -I. -DHAVE_CONFIG_H -D_BSD_SOURCE cproto.c cc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -I. -I. -DHAVE_CONFIG_H -D_BSD_SOURCE lintlibs.c cc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -I. -I. -DHAVE_CONFIG_H -D_BSD_SOURCE semantic.c cc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -I. -I. -DHAVE_CONFIG_H -D_BSD_SOURCE strkey.c cc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -I. -I. -DHAVE_CONFIG_H -D_BSD_SOURCE symbol.c bison -y ./grammar.y flex ./lex.l ./grammar.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] ./grammar.y: warning: 32 reduce/reduce conflicts [-Wconflicts-rr] ./grammar.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples cc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -I. -I. -DHAVE_CONFIG_H -D_BSD_SOURCE y.tab.c cc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -o cproto cproto.o lintlibs.o semantic.o strkey.o symbol.o y.tab.o cd ./testing && make check TEST_REF="." SHELL="/bin/sh" make[1]: Entering directory '/home/buildozer/aports/testing/cproto/src/cproto-4.7x/testing' date >>check.out /bin/sh -c '(SHELL="/bin/sh" TEST_REF="." /bin/sh ./run_test.sh check 2>&1)' |tee -a check.out ** Mon Jul 21 08:35:41 UTC 2025 ** Case 01 ** making case01.dcl ... ok ** Case 02 ** making case02.dcl ... ok ** Case 03 ** making case03.dcl ... ok ** Case 04 ** making case04.dcl ... ok ** Case 05 ** making case05.dcl ... ok ** Case 06 ** making case06.dcl ... ok ** Case 07 ** making case07.dcl ... ok ** Case 08 ** making case08.dcl ... ok ** Case 09 ** making case09.dcl ... ok ** Case 10 ** making case10.dcl ... ok ** Case 11 ** making case11.dcl ... ok ** Case 12 ** making case12.dcl ... ok ** Case 13 ** making case13.dcl ... ok ** Case 14 ** making case14.dcl ... ok ** Case 16 ** making case16.dcl ... ok ** Case 17 ** making case17.dcl ... ok ** Case 18 ** making case18.dcl ... ok ** Case 19 ** making case19.dcl ... ok ** Case 20 ** making case20.dcl ... ok ** Case 21 ** making case21.dcl ... ok ** Case 22 ** making case22.dcl ... ok ** Case 23 ** making case23.dcl ... ok ** Case 24 ** making case24.dcl ... ok make[1]: Leaving directory '/home/buildozer/aports/testing/cproto/src/cproto-4.7x/testing' >>> cproto: Entering fakeroot... mkdir -p /home/buildozer/aports/testing/cproto/pkg/cproto/usr/bin mkdir -p /home/buildozer/aports/testing/cproto/pkg/cproto/usr/share/man/man1 /usr/bin/install -c cproto /home/buildozer/aports/testing/cproto/pkg/cproto/usr/bin/cproto /usr/bin/install -c -m 644 ./cproto.1 /home/buildozer/aports/testing/cproto/pkg/cproto/usr/share/man/man1/cproto.1 >>> cproto-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/testing/cproto/pkg/cproto-doc/usr/share/man' >>> cproto-doc*: Preparing subpackage cproto-doc... >>> cproto-doc*: Running postcheck for cproto-doc >>> cproto*: Running postcheck for cproto >>> cproto*: Preparing package cproto... >>> cproto*: Stripping binaries >>> cproto-doc*: Scanning shared objects >>> cproto*: Scanning shared objects >>> cproto-doc*: Tracing dependencies... >>> cproto-doc*: Package size: 3.4 KB >>> cproto-doc*: Compressing data... >>> cproto-doc*: Create checksum... >>> cproto-doc*: Create cproto-doc-4.7x-r0.apk >>> cproto*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> cproto*: Package size: 130.1 KB >>> cproto*: Compressing data... >>> cproto*: Create checksum... >>> cproto*: Create cproto-4.7x-r0.apk >>> cproto: Build complete at Mon, 21 Jul 2025 08:35:42 +0000 elapsed time 0h 0m 8s >>> cproto: Cleaning up srcdir >>> cproto: Cleaning up pkgdir >>> cproto: Uninstalling dependencies... (1/5) Purging .makedepends-cproto (20250721.083535) (2/5) Purging bison (3.8.2-r2) (3/5) Purging flex (2.6.4-r7) (4/5) Purging m4 (1.4.20-r0) (5/5) Purging diffutils (3.12-r0) busybox-1.37.0-r19.trigger: Executing script... OK: 276 MiB in 103 packages >>> cproto: Updating the testing/ppc64le repository index... >>> cproto: Signing the index...