>>> gnupg 1.4.23 Building PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-7/output-1/build/gnupg-1.4.23/ make[1]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' Making all in m4 make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/m4' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/m4' Making all in intl make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/intl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/intl' Making all in zlib make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/zlib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/zlib' Making all in util make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/util' /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o logger.o logger.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o fileutil.o fileutil.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o miscutil.o miscutil.c miscutil.c: In function 'strtimestamp': miscutil.c:137:30: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 137 | sprintf(buffer,"%04d-%02d-%02d", | ^~~~ miscutil.c:137:24: note: directive argument in the range [-2147483647, 2147483647] 137 | sprintf(buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ In file included from /tmp/instance-7/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from miscutil.c:23: /tmp/instance-7/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 11 and 36 bytes into a destination of size 16 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ miscutil.c: In function 'isotimestamp': miscutil.c:159:45: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 0 and 16 [-Wformat-overflow=] 159 | sprintf(buffer,"%04d-%02d-%02d %02d:%02d:%02d", | ^~~~ In file included from /tmp/instance-7/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from miscutil.c:23: /tmp/instance-7/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 20 and 72 bytes into a destination of size 30 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o strgutil.o strgutil.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o ttyio.o ttyio.c ttyio.c: In function 'tty_fprintf': ttyio.c:307:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 307 | if( !initialized ) | ^~ In file included from ttyio.c:25: ttyio.c:310:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 310 | va_start( arg_ptr, fmt ) ; | ^~~~~~~~ /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o argparse.o argparse.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o memory.o memory.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o secmem.o secmem.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o errors.o errors.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o iobuf.o iobuf.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o dotlock.o dotlock.c dotlock.c: In function 'use_hardlinks_p': dotlock.c:591:10: warning: ignoring return value of 'link' declared with attribute 'warn_unused_result' [-Wunused-result] 591 | (void) link (tname, lname); | ^~~~~~~~~~~~~~~~~~~ dotlock.c: In function 'dotlock_take_unix': dotlock.c:1016:14: warning: ignoring return value of 'link' declared with attribute 'warn_unused_result' [-Wunused-result] 1016 | (void) link (h->tname, h->lockname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o http.o http.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o pka.o pka.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o membuf.o membuf.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o cert.o cert.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o convert.o convert.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o estream-printf.o estream-printf.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o compat.o compat.c rm -f libutil.a /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru libutil.a logger.o fileutil.o miscutil.o strgutil.o ttyio.o argparse.o memory.o secmem.o errors.o iobuf.o dotlock.o http.o pka.o membuf.o cert.o convert.o estream-printf.o compat.o /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib libutil.a rm -f libcompat.a /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru libcompat.a compat.o /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib libcompat.a make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/util' Making all in mpi make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/mpi' /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-add.o mpi-add.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-bit.o mpi-bit.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-cmp.o mpi-cmp.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-div.o mpi-div.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-gcd.o mpi-gcd.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-inline.o mpi-inline.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-inv.o mpi-inv.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-mul.o mpi-mul.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-pow.o mpi-pow.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-mpow.o mpi-mpow.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpi-scan.o mpi-scan.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpicoder.o mpicoder.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-cmp.o mpih-cmp.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-div.o mpih-div.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-mul.o mpih-mul.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpiutil.o mpiutil.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-mul1.o mpih-mul1.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-mul2.o mpih-mul2.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-mul3.o mpih-mul3.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-add1.o mpih-add1.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-sub1.o mpih-sub1.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-lshift.o mpih-lshift.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpih-rshift.o mpih-rshift.c rm -f libmpi.a /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru libmpi.a mpi-add.o mpi-bit.o mpi-cmp.o mpi-div.o mpi-gcd.o mpi-inline.o mpi-inv.o mpi-mul.o mpi-pow.o mpi-mpow.o mpi-scan.o mpicoder.o mpih-cmp.o mpih-div.o mpih-mul.o mpiutil.o mpih-mul1.o mpih-mul2.o mpih-mul3.o mpih-add1.o mpih-sub1.o mpih-lshift.o mpih-rshift.o /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib libmpi.a make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/mpi' Making all in cipher make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/cipher' /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o cipher.o cipher.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o pubkey.o pubkey.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o md.o md.c md.c: In function 'md_start_debug': md.c:505:18: warning: '%.10s' directive writing up to 10 bytes into a region of size between 7 and 13 [-Wformat-overflow=] 505 | sprintf(buf, "dbgmd-%05d" EXTSEP_S "%.10s", idx, suffix ); | ^~~~~~~~~~~~ md.c:505:41: note: format string is defined here 505 | sprintf(buf, "dbgmd-%05d" EXTSEP_S "%.10s", idx, suffix ); | ^~~~~ In file included from /tmp/instance-7/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from md.c:21: /tmp/instance-7/output-1/host/s390x-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 13 and 29 bytes into a destination of size 25 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o dynload.o dynload.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o des.o des.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o twofish.o twofish.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o blowfish.o blowfish.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o cast5.o cast5.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o rijndael.o rijndael.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o camellia.o camellia.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o camellia-glue.o camellia-glue.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o idea.o idea.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o elgamal.o elgamal.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o rsa.o rsa.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o primegen.o primegen.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o random.o random.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o dsa.o dsa.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o smallprime.o smallprime.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o md5.o md5.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o rmd160.o rmd160.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o sha1.o sha1.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o sha256.o sha256.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o rndlinux.o rndlinux.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o sha512.o sha512.c rm -f libcipher.a /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar cru libcipher.a cipher.o pubkey.o md.o dynload.o des.o twofish.o blowfish.o cast5.o rijndael.o camellia.o camellia-glue.o idea.o elgamal.o rsa.o primegen.o random.o dsa.o smallprime.o md5.o rmd160.o sha1.o sha256.o rndlinux.o sha512.o /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ranlib libcipher.a make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/cipher' Making all in tools make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/tools' /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o gpgsplit.o gpgsplit.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -o gpgsplit gpgsplit.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -lz /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mpicalc.o mpicalc.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -o mpicalc mpicalc.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o bftest.o bftest.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -o bftest bftest.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -lreadline /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o clean-sat.o clean-sat.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -o clean-sat clean-sat.o /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mk-tdata.o mk-tdata.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -o mk-tdata mk-tdata.o /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o shmtest.o shmtest.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -o shmtest shmtest.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -lreadline /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o make-dns-cert.o make-dns-cert.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -o make-dns-cert make-dns-cert.o make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/tools' Making all in g10 make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/g10' /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o gpg.o gpg.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o build-packet.o build-packet.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o compress.o compress.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o free-packet.o free-packet.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o getkey.o getkey.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o keydb.o keydb.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o keyring.o keyring.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o seskey.o seskey.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o kbnode.o kbnode.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mainproc.o mainproc.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o armor.o armor.c armor.c: In function 'armor_filter': armor.c:1240:31: warning: 'radbuf' may be used uninitialized [-Wmaybe-uninitialized] 1240 | c = bintoasc[(*radbuf>>2)&077]; | ^~~~~~~ armor.c:986:10: note: 'radbuf' declared here 986 | byte radbuf[3]; | ^~~~~~ /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o mdfilter.o mdfilter.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o textfilter.o textfilter.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o progress.o progress.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o misc.o misc.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o openfile.o openfile.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o keyid.o keyid.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o parse-packet.o parse-packet.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o status.o status.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o plaintext.o plaintext.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o sig-check.o sig-check.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o keylist.o keylist.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o signal.o signal.c signal.c: In function 'got_fatal_signal': signal.c:98:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 98 | write(2, "\n", 1 ); | ^~~~~~~~~~~~~~~~~~ signal.c:99:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 99 | s = log_get_name(); if( s ) write(2, s, strlen(s) ); | ^~~~~~~~~~~~~~~~~~~~~~~ signal.c:100:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 100 | write(2, ": ", 2 ); | ^~~~~~~~~~~~~~~~~~ signal.c:106:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 106 | write (2, "signal ", 7 ); | ^~~~~~~~~~~~~~~~~~~~~~~~ signal.c:108:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 108 | write (2, "?", 1); | ^~~~~~~~~~~~~~~~~ signal.c:111:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 111 | write (2, "0123456789"+(sig/10), 1 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ signal.c:112:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 112 | write (2, "0123456789"+(sig%10), 1 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ signal.c:115:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 115 | write(2, " caught ... exiting\n", 20 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o pkclist.o pkclist.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o skclist.o skclist.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o pubkey-enc.o pubkey-enc.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o passphrase.o passphrase.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o seckey-cert.o seckey-cert.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o encr-data.o encr-data.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o cipher.o cipher.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o encode.o encode.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o sign.o sign.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o verify.o verify.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o revoke.o revoke.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o decrypt.o decrypt.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o keyedit.o keyedit.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o dearmor.o dearmor.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o import.o import.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o export.o export.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o trustdb.o trustdb.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o tdbdump.o tdbdump.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o tdbio.o tdbio.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o delkey.o delkey.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o keygen.o keygen.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o pipemode.o pipemode.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o helptext.o helptext.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o keyserver.o keyserver.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o photoid.o photoid.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o exec.o exec.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -o gpg gpg.o build-packet.o compress.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o openfile.o keyid.o parse-packet.o status.o plaintext.o sig-check.o keylist.o signal.o pkclist.o skclist.o pubkey-enc.o passphrase.o seckey-cert.o encr-data.o cipher.o encode.o sign.o verify.o revoke.o decrypt.o keyedit.o dearmor.o import.o export.o trustdb.o tdbdump.o tdbio.o delkey.o keygen.o pipemode.o helptext.o keyserver.o photoid.o exec.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -lz -lreadline /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/usr/share/locale\"" -DGNUPG_LIBEXECDIR="\"/usr/libexec/gnupg\"" -DGNUPG_DATADIR="\"/usr/share/gnupg\"" -DGNUPG_LIBDIR="\"/usr/lib/gnupg\"" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -c -o gpgv.o gpgv.c /tmp/instance-7/output-1/host/bin/s390x-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g0 -D_FORTIFY_SOURCE=1 -Wall -Wno-pointer-sign -o gpgv gpgv.o build-packet.o compress.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o openfile.o keyid.o parse-packet.o status.o plaintext.o sig-check.o keylist.o signal.o verify.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -lz make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/g10' Making all in keyserver make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/keyserver' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/keyserver' Making all in po make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/po' Making all in doc make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/doc' /usr/bin/gcc -o yat2m ./yat2m.c for file in gpg.texi gpgv.texi ; do \ ./yat2m -I . -D gpgone --release "GnuPG 1.4.23" --source "GNU Privacy Guard 1.4" --store \ `test -f '$file' || echo './'`$file ; done yat2m: writing 'gpg.1' yat2m: writing 'gpgv.1' make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/doc' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' make[1]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' >>> gnupg 1.4.23 Installing to target PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-7/output-1/target install -C /tmp/instance-7/output-1/build/gnupg-1.4.23/ make[1]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' Making install in m4 make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/m4' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/m4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/m4' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/m4' Making install in intl make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/intl' if { test "gnupg" = "gettext-runtime" || test "gnupg" = "gettext-tools"; } \ && test 'no' = yes; then \ /usr/bin/mkdir -p /tmp/instance-7/output-1/target/usr/lib /tmp/instance-7/output-1/target/usr/include; \ /usr/bin/install -c -m 644 libintl.h /tmp/instance-7/output-1/target/usr/include/libintl.h; \ @LIBTOOL@ --mode=install \ /usr/bin/install -c -m 644 libintl.a /tmp/instance-7/output-1/target/usr/lib/libintl.a; \ if test "@RELOCATABLE@" = yes; then \ dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /tmp/instance-7/output-1/target/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ if test -n "$dependencies"; then \ rm -f /tmp/instance-7/output-1/target/usr/lib/libintl.la; \ fi; \ fi; \ else \ : ; \ fi if test "gnupg" = "gettext-tools" \ && test 'no' = no \ && test yes != no; then \ /usr/bin/mkdir -p /tmp/instance-7/output-1/target/usr/lib; \ @LIBTOOL@ --mode=install \ /usr/bin/install -c -m 644 libgnuintl.a /tmp/instance-7/output-1/target/usr/lib/libgnuintl.a; \ rm -f /tmp/instance-7/output-1/target/usr/lib/preloadable_libintl.so; \ /usr/bin/install -c -m 644 /tmp/instance-7/output-1/target/usr/lib/libgnuintl.so /tmp/instance-7/output-1/target/usr/lib/preloadable_libintl.so; \ @LIBTOOL@ --mode=uninstall \ rm -f /tmp/instance-7/output-1/target/usr/lib/libgnuintl.a; \ else \ : ; \ fi if test 'no' = yes; then \ if test yes = no; then \ case 'linux-gnu' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac; \ else \ need_charset_alias=false; \ fi; \ if $need_charset_alias; then \ /usr/bin/mkdir -p /tmp/instance-7/output-1/target/usr/lib; \ fi; \ temp=/tmp/instance-7/output-1/target/usr/lib/t-charset.alias; \ dest=/tmp/instance-7/output-1/target/usr/lib/charset.alias; \ if test -f /tmp/instance-7/output-1/target/usr/lib/charset.alias; then \ orig=/tmp/instance-7/output-1/target/usr/lib/charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ if $need_charset_alias; then \ orig=charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ fi; \ fi; \ /usr/bin/mkdir -p /tmp/instance-7/output-1/target/usr/share/locale; \ test -f /tmp/instance-7/output-1/target/usr/share/locale/locale.alias \ && orig=/tmp/instance-7/output-1/target/usr/share/locale/locale.alias \ || orig=./locale.alias; \ temp=/tmp/instance-7/output-1/target/usr/share/locale/t-locale.alias; \ dest=/tmp/instance-7/output-1/target/usr/share/locale/locale.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ : ; \ fi if test "gnupg" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-7/output-1/target/usr/share/gettext/intl; \ /usr/bin/install -c -m 644 VERSION /tmp/instance-7/output-1/target/usr/share/gettext/intl/VERSION; \ dists="COPYING.LIB Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c verify.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.in.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c threadlib.c lock.c relocatable.c langprefs.c localename.c log.c printf.c setlocale.c version.c xsize.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \ for file in $dists; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-7/output-1/target/usr/share/gettext/intl/$file; \ done; \ chmod a+x /tmp/instance-7/output-1/target/usr/share/gettext/intl/config.charset; \ dists="plural.c"; \ for file in $dists; do \ if test -f $file; then dir=.; else dir=.; fi; \ /usr/bin/install -c -m 644 $dir/$file \ /tmp/instance-7/output-1/target/usr/share/gettext/intl/$file; \ done; \ dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \ for file in $dists; do \ rm -f /tmp/instance-7/output-1/target/usr/share/gettext/intl/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/intl' Making install in zlib make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/zlib' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/zlib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/zlib' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/zlib' Making install in util make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/util' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/util' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/util' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/util' Making install in mpi make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/mpi' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/mpi' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/mpi' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/mpi' Making install in cipher make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/cipher' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/cipher' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/cipher' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/cipher' Making install in tools make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/tools' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/tools' /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/bin' /usr/bin/install -c gpgsplit '/tmp/instance-7/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/bin' /usr/bin/install -c gpg-zip '/tmp/instance-7/output-1/target/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/tools' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/tools' Making install in g10 make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/g10' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/g10' /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/bin' /usr/bin/install -c gpg gpgv '/tmp/instance-7/output-1/target/usr/bin' /home/autobuild/make/make install-exec-hook make[4]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/g10' make[4]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/g10' /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/share/gnupg' /usr/bin/install -c -m 644 options.skel '/tmp/instance-7/output-1/target/usr/share/gnupg' make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/g10' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/g10' Making install in keyserver make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/keyserver' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/keyserver' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/keyserver' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/keyserver' Making install in po make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/po' if test "gnupg" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-7/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-7/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tmp/instance-7/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/po' Making install in doc make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/doc' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/share/info' /usr/bin/install -c -m 644 ./gnupg1.info '/tmp/instance-7/output-1/target/usr/share/info' /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 gpg.1 gpgv.1 gpg-zip.1 '/tmp/instance-7/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/share/gnupg' /usr/bin/install -c -m 644 FAQ '/tmp/instance-7/output-1/target/usr/share/gnupg' make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/doc' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23/doc' make[2]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' make[3]: Entering directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' make[2]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' make[1]: Leaving directory '/tmp/instance-7/output-1/build/gnupg-1.4.23' rm -f /tmp/instance-7/output-1/target/usr/bin/gpgv rm -f /tmp/instance-7/output-1/target/usr/bin/gpgsplit test -f /tmp/instance-7/output-1/target/usr/bin/gpg-zip && /usr/bin/sed -i -e 's%^TAR=.*%TAR=/bin/tar%' /tmp/instance-7/output-1/target/usr/bin/gpg-zip go1.4-bootstrap-20171003.tar.gz: OK (sha256: f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52) >>> host-go-bootstrap 1.4-bootstrap-20171003 Extracting gzip -d -c /tmp/instance-7/dl/go-bootstrap/go1.4-bootstrap-20171003.tar.gz | tar --strip-components=1 -C /tmp/instance-7/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003 -xf - >>> host-go-bootstrap 1.4-bootstrap-20171003 Patching >>> host-go-bootstrap 1.4-bootstrap-20171003 Configuring >>> host-go-bootstrap 1.4-bootstrap-20171003 Building cd /tmp/instance-7/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/src && GOOS=linux GOROOT_FINAL="/tmp/instance-7/output-1/host/lib/go-1.4-bootstrap-20171003" GOROOT="/tmp/instance-7/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003" GOBIN="/tmp/instance-7/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/bin" CC=/usr/bin/gcc CGO_ENABLED=0 ./make.bash # Building C bootstrap tool. cmd/dist go tool dist: mkdtemp(/var/tmp/go-cbuild-bPACbA): Permission denied make: *** [package/pkg-generic.mk:293: /tmp/instance-7/output-1/build/host-go-bootstrap-1.4-bootstrap-20171003/.stamp_built] Error 1 make: Leaving directory '/tmp/instance-7/buildroot'