>>> flintqs: Building testing/flintqs 1.0-r1 (using abuild 3.11.21-r0) started Wed, 16 Aug 2023 11:07:49 +0000 >>> flintqs: Checking sanity of /home/buildozer/aports/testing/flintqs/APKBUILD... >>> WARNING: flintqs: No maintainer >>> flintqs: Analyzing dependencies... >>> flintqs: Installing for build: build-base autoconf automake gmp-dev libtool (1/13) Installing m4 (1.4.19-r3) (2/13) Installing libbz2 (1.0.8-r6) (3/13) Installing perl (5.38.0-r0) (4/13) Installing autoconf (2.71-r2) (5/13) Installing automake (1.16.5-r2) (6/13) Installing libgmpxx (6.3.0-r0) (7/13) Installing gmp-dev (6.3.0-r0) (8/13) Installing libltdl (2.4.7-r3) (9/13) Installing libtool (2.4.7-r3) (10/13) Installing .makedepends-flintqs (20230816.110755) (11/13) Installing perl-error (0.17029-r2) (12/13) Installing perl-git (2.41.0-r2) (13/13) Installing git-perl (2.41.0-r2) Executing busybox-1.36.1-r5.trigger OK: 969 MiB in 121 packages >>> flintqs: Cleaning up srcdir >>> flintqs: Cleaning up pkgdir >>> flintqs: Cleaning up tmpdir >>> flintqs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flintqs-v1.0.tar.gz >>> flintqs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flintqs-v1.0.tar.gz >>> flintqs: Checking sha512sums... flintqs-v1.0.tar.gz: OK >>> flintqs: Unpacking /var/cache/distfiles/flintqs-v1.0.tar.gz... aclocal: warning: couldn't open directory 'm4': No such file or directory configure.ac:16: installing './compile' configure.ac:4: installing './config.guess' configure.ac:4: installing './config.sub' configure.ac:5: installing './install-sh' configure.ac:5: installing './missing' src/Makefile.am: installing './depcomp' checking build system type... riscv64-alpine-linux-musl checking host system type... riscv64-alpine-linux-musl checking target system type... riscv64-alpine-linux-musl checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for riscv64-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 gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 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 for gmp.h... yes checking for __gmpz_init in -lgmp... yes checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... gcc3 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/config.h config.status: executing depfiles commands Making all in src make[1]: Entering directory '/home/buildozer/aports/testing/flintqs/src/FlintQS-1.0/src' make all-am make[2]: Entering directory '/home/buildozer/aports/testing/flintqs/src/FlintQS-1.0/src' g++ -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -MT F2matrix.o -MD -MP -MF .deps/F2matrix.Tpo -c -o F2matrix.o F2matrix.cpp g++ -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -MT lanczos.o -MD -MP -MF .deps/lanczos.Tpo -c -o lanczos.o lanczos.cpp g++ -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -MT ModuloArith.o -MD -MP -MF .deps/ModuloArith.Tpo -c -o ModuloArith.o ModuloArith.cpp g++ -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -MT TonelliShanks.o -MD -MP -MF .deps/TonelliShanks.Tpo -c -o TonelliShanks.o TonelliShanks.cpp g++ -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -MT lprels.o -MD -MP -MF .deps/lprels.Tpo -c -o lprels.o lprels.cpp g++ -DHAVE_CONFIG_H -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -MT QS.o -MD -MP -MF .deps/QS.Tpo -c -o QS.o QS.cpp lprels.cpp: In function 'FILE* flint_fopen(char*, char*)': lprels.cpp:82:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 82 | if (tmp_dir == NULL) tmp_dir = "./"; | ^~~~ lprels.cpp: In function 'long int sort_lp_file(char*)': lprels.cpp:143:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 143 | TMP = flint_fopen(filename, "r"); | ^~~ lprels.cpp:231:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 231 | TMP = flint_fopen(filename, "w"); | ^~~ lprels.cpp: In function 'long int mergesort_lp_file(char*, char*, char*, FILE*)': lprels.cpp:492:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 492 | FILE *NEW = flint_fopen(NEW_str, "r"); | ^~~ lprels.cpp:499:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 499 | if (tmp_dir == NULL) tmp_dir = "./"; | ^~~~ mv -f .deps/ModuloArith.Tpo .deps/ModuloArith.Po mv -f .deps/TonelliShanks.Tpo .deps/TonelliShanks.Po QS.cpp: In function 'void evaluateSieve(long unsigned int**, long unsigned int, long unsigned int, unsigned char*, __mpz_struct*, __mpz_struct*, __mpz_struct*, long unsigned int*, long unsigned int*, long int, long unsigned int*, __mpz_struct (*)[1], long unsigned int*, long int, long int, long unsigned int, long int*, la_col_t*, long unsigned int*, char*, FILE*, FILE*)': QS.cpp:507:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 507 | register unsigned long k; | ^ QS.cpp:510:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 510 | register unsigned long modp; | ^~~~ QS.cpp: In function 'void sieveInterval(long unsigned int, long unsigned int, unsigned char*, long int, long int, long int, long unsigned int*, long unsigned int*, long unsigned int*, unsigned char**, unsigned char**)': QS.cpp:780:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 780 | register unsigned char currentprimesize; | ^~~~~~~~~~~~~~~~ QS.cpp:781:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 781 | register unsigned long currentprime; | ^~~~~~~~~~~~ QS.cpp:783:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 783 | register unsigned char * position; | ^~~~~~~~ QS.cpp:784:20: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 784 | register long diff; | ^~~~ QS.cpp:829:34: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 829 | register unsigned char * bound=end-ptimes4; | ^~~~~ QS.cpp:882:34: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 882 | register unsigned char * bound=end-ptimes4; | ^~~~~ QS.cpp: In function 'void sieve2(long unsigned int, long unsigned int, unsigned char*, long int, long int, long int, long unsigned int*, long unsigned int*, long unsigned int*, unsigned char**, unsigned char**)': QS.cpp:921:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 921 | register unsigned char currentprimesize; | ^~~~~~~~~~~~~~~~ QS.cpp:922:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 922 | register unsigned long currentprime; | ^~~~~~~~~~~~ QS.cpp:923:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 923 | register unsigned char * position2; | ^~~~~~~~~ QS.cpp:924:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 924 | register unsigned char * position; | ^~~~~~~~ QS.cpp: In function 'void mainRoutine(long unsigned int, __mpz_struct*, long unsigned int)': QS.cpp:1057:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1057 | LPNEW = flint_fopen("lpnew","w"); | ^~~~~~~ QS.cpp:1057:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1057 | LPNEW = flint_fopen("lpnew","w"); | ^~~ QS.cpp:1058:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1058 | LPRELS = flint_fopen("lprels","w"); | ^~~~~~~~ QS.cpp:1058:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1058 | LPRELS = flint_fopen("lprels","w"); | ^~~ QS.cpp:1059:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1059 | RELS = flint_fopen("rels","w"); | ^~~~~~ QS.cpp:1059:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1059 | RELS = flint_fopen("rels","w"); | ^~~ QS.cpp:1060:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1060 | FNEW = flint_fopen("fnew","w"); | ^~~~~~ QS.cpp:1060:31: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1060 | FNEW = flint_fopen("fnew","w"); | ^~~ QS.cpp:1062:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1062 | FLPRELS = flint_fopen("flprels","w"); | ^~~~~~~~~ QS.cpp:1062:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1062 | FLPRELS = flint_fopen("flprels","w"); | ^~~ QS.cpp:1064:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1064 | FRELS = flint_fopen("frels","w"); | ^~~~~~~ QS.cpp:1064:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1064 | FRELS = flint_fopen("frels","w"); | ^~~ QS.cpp:1325:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1325 | sort_lp_file("lpnew"); | ^~~~~~~ QS.cpp:1326:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1326 | COMB = flint_fopen("comb","w"); | ^~~~~~ QS.cpp:1326:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1326 | COMB = flint_fopen("comb","w"); | ^~~ QS.cpp:1327:33: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1327 | mergesort_lp_file("lprels", "lpnew", "tmp", COMB); | ^~~~~~~~ QS.cpp:1327:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1327 | mergesort_lp_file("lprels", "lpnew", "tmp", COMB); | ^~~~~~~ QS.cpp:1327:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1327 | mergesort_lp_file("lprels", "lpnew", "tmp", COMB); | ^~~~~ QS.cpp:1329:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1329 | LPNEW = flint_fopen("lpnew","w"); | ^~~~~~~ QS.cpp:1329:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1329 | LPNEW = flint_fopen("lpnew","w"); | ^~~ QS.cpp:1332:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1332 | sort_lp_file("rels"); | ^~~~~~ QS.cpp:1333:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1333 | relsFound = mergesort_lp_file("frels","rels","tmp2",NULL); | ^~~~~~~ QS.cpp:1333:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1333 | relsFound = mergesort_lp_file("frels","rels","tmp2",NULL); | ^~~~~~ QS.cpp:1333:60: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1333 | relsFound = mergesort_lp_file("frels","rels","tmp2",NULL); | ^~~~~~ QS.cpp:1334:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1334 | RELS = flint_fopen("rels","w"); | ^~~~~~ QS.cpp:1334:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1334 | RELS = flint_fopen("rels","w"); | ^~~ QS.cpp:1336:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1336 | COMB = flint_fopen("comb", "r"); | ^~~~~~ QS.cpp:1336:42: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1336 | COMB = flint_fopen("comb", "r"); | ^~~ QS.cpp:1337:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1337 | FNEW = flint_fopen("fnew","w"); | ^~~~~~ QS.cpp:1337:41: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1337 | FNEW = flint_fopen("fnew","w"); | ^~~ QS.cpp:1341:28: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1341 | sort_lp_file("fnew"); | ^~~~~~ QS.cpp:1342:43: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1342 | totcomb = mergesort_lp_file("flprels","fnew","tmp3",NULL); | ^~~~~~~~~ QS.cpp:1342:53: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1342 | totcomb = mergesort_lp_file("flprels","fnew","tmp3",NULL); | ^~~~~~ QS.cpp:1342:60: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1342 | totcomb = mergesort_lp_file("flprels","fnew","tmp3",NULL); | ^~~~~~ QS.cpp:1385:24: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1385 | FRELS = flint_fopen("frels","r"); | ^~~~~~~ QS.cpp:1385:32: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1385 | FRELS = flint_fopen("frels","r"); | ^~~ QS.cpp:1389:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1389 | FLPRELS = flint_fopen("flprels","r"); | ^~~~~~~~~ QS.cpp:1389:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1389 | FLPRELS = flint_fopen("flprels","r"); | ^~~ QS.cpp: In function 'int main(int, char**)': QS.cpp:1645:36: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1645 | if (tmp_dir == NULL) tmp_dir = "./"; | ^~~~ QS.cpp:1648:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1648 | delfile = get_filename(tmp_dir,unique_filename("comb")); | ^~~~~~ QS.cpp:1650:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1650 | delfile = get_filename(tmp_dir,unique_filename("frels")); | ^~~~~~~ QS.cpp:1652:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1652 | delfile = get_filename(tmp_dir,unique_filename("flprels")); | ^~~~~~~~~ QS.cpp:1654:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1654 | delfile = get_filename(tmp_dir,unique_filename("lpnew")); | ^~~~~~~ QS.cpp:1656:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1656 | delfile = get_filename(tmp_dir,unique_filename("rels")); | ^~~~~~ QS.cpp:1658:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1658 | delfile = get_filename(tmp_dir,unique_filename("fnew")); | ^~~~~~ QS.cpp:1660:52: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 1660 | delfile = get_filename(tmp_dir,unique_filename("lprels")); | ^~~~~~~~ mv -f .deps/F2matrix.Tpo .deps/F2matrix.Po mv -f .deps/lprels.Tpo .deps/lprels.Po mv -f .deps/lanczos.Tpo .deps/lanczos.Po mv -f .deps/QS.Tpo .deps/QS.Po g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -Wl,--as-needed,-O1,--sort-common -o QuadraticSieve F2matrix.o lanczos.o ModuloArith.o TonelliShanks.o lprels.o QS.o -lgmp make[2]: Leaving directory '/home/buildozer/aports/testing/flintqs/src/FlintQS-1.0/src' make[1]: Leaving directory '/home/buildozer/aports/testing/flintqs/src/FlintQS-1.0/src' make[1]: Entering directory '/home/buildozer/aports/testing/flintqs/src/FlintQS-1.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/buildozer/aports/testing/flintqs/src/FlintQS-1.0' >>> flintqs: Entering fakeroot... >>> flintqs*: Running postcheck for flintqs >>> flintqs*: Preparing package flintqs... >>> flintqs*: Stripping binaries >>> flintqs*: Scanning shared objects >>> flintqs*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libgmp.so.10 so:libstdc++.so.6 >>> flintqs*: Package size: 56.0 KB >>> flintqs*: Compressing data... >>> flintqs*: Create checksum... >>> flintqs*: Create flintqs-1.0-r1.apk >>> flintqs: Build complete at Wed, 16 Aug 2023 11:08:44 +0000 elapsed time 0h 0m 55s >>> flintqs: Cleaning up srcdir >>> flintqs: Cleaning up pkgdir >>> flintqs: Uninstalling dependencies... (1/13) Purging .makedepends-flintqs (20230816.110755) (2/13) Purging autoconf (2.71-r2) (3/13) Purging m4 (1.4.19-r3) (4/13) Purging automake (1.16.5-r2) (5/13) Purging gmp-dev (6.3.0-r0) (6/13) Purging libgmpxx (6.3.0-r0) (7/13) Purging libtool (2.4.7-r3) (8/13) Purging libltdl (2.4.7-r3) (9/13) Purging git-perl (2.41.0-r2) (10/13) Purging perl-git (2.41.0-r2) (11/13) Purging perl-error (0.17029-r2) (12/13) Purging perl (5.38.0-r0) (13/13) Purging libbz2 (1.0.8-r6) Executing busybox-1.36.1-r5.trigger OK: 918 MiB in 108 packages >>> flintqs: Updating the testing/riscv64 repository index... >>> flintqs: Signing the index...