==> Synchronizing chroot copy [/data/alhp-workspace/chroot/root] -> [build_ef24352a-1ce3-404f-b445-d379f3f8fdc1]...done ==> Making package: isomd5sum 1.2.3-7.1 (Wed May 4 11:15:32 2022) ==> Retrieving sources... -> Downloading isomd5sum-1.2.3.tar.gz... % 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 100 20811 0 20811 0 0 54535 0 --:--:-- --:--:-- --:--:-- 54535 ==> Validating source files with sha512sums... isomd5sum-1.2.3.tar.gz ... Passed ==> Making package: isomd5sum 1.2.3-7.1 (Wed 04 May 2022 11:15:35 AM CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (3) New Version Net Change core/libnsl 2.0.0-2 0.07 MiB core/popt 1.18-3 0.21 MiB core/python 3.10.4-1 54.38 MiB Total Installed Size: 54.66 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing popt... installing libnsl... installing python... Optional dependencies for python python-setuptools python-pip sqlite [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter [?25h==> Retrieving sources... -> Found isomd5sum-1.2.3.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting isomd5sum-1.2.3.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... cc -march=x86-64-v3 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -ffat-lto-objects -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c -O3 -o implantisomd5.o implantisomd5.c cc -march=x86-64-v3 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -ffat-lto-objects -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c -O3 -o libimplantisomd5.o libimplantisomd5.c cc -march=x86-64-v3 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -ffat-lto-objects -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c -O3 -o md5.o md5.c cc -march=x86-64-v3 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -ffat-lto-objects -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c -O3 -o utilities.o utilities.c cc -march=x86-64-v3 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -ffat-lto-objects -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c -O3 -o checkisomd5.o checkisomd5.c cc -march=x86-64-v3 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -ffat-lto-objects -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c -O3 -o libcheckisomd5.o libcheckisomd5.c cc -march=x86-64-v3 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -ffat-lto-objects -std=gnu11 -Wall -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -fPIC -I/usr/include/python3.10 -I/usr/include/python3.10 -c -O3 -o pyisomd5sum.o pyisomd5sum.c md5.c:181:27: warning: argument 1 of type ‘uint32[4]’ {aka ‘unsigned int[4]’} with mismatched bound [-Warray-parameter=] 181 | void MD5_Transform(uint32 buf[4], uint32 const in[16]) | ~~~~~~~^~~~~~ md5.c:26:28: note: previously declared as ‘uint32 *’ {aka ‘unsigned int *’} 26 | void MD5_Transform(uint32 *buf, uint32 const *in); | ~~~~~~~~^~~ md5.c:181:48: warning: argument 2 of type ‘const uint32[16]’ {aka ‘const unsigned int[16]’} with mismatched bound [-Warray-parameter=] 181 | void MD5_Transform(uint32 buf[4], uint32 const in[16]) | ~~~~~~~~~~~~~^~~~~~ md5.c:26:47: note: previously declared as ‘const uint32 *’ {aka ‘const unsigned int *’} 26 | void MD5_Transform(uint32 *buf, uint32 const *in); | ~~~~~~~~~~~~~~^~ ar rv libcheckisomd5.a libcheckisomd5.o ar: creating libcheckisomd5.a a - libcheckisomd5.o ar rv libimplantisomd5.a libimplantisomd5.o ar: creating libimplantisomd5.a a - libimplantisomd5.o In file included from /usr/include/string.h:535, from utilities.c:21: In function ‘strncat’, inlined from ‘validate_fragment’ at utilities.c:221:13: /usr/include/bits/string_fortified.h:138:10: warning: ‘strncat’ output may be truncated copying 1 byte from a string of length 2 [-Wstringop-truncation] 138 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/bits/string_fortified.h:138:10: warning: ‘strncat’ output may be truncated copying 1 byte from a string of length 2 [-Wstringop-truncation] In function ‘strncat’, inlined from ‘md5sum’ at utilities.c:238:9: /usr/include/bits/string_fortified.h:138:10: warning: ‘strncat’ output may be truncated copying 2 bytes from a string of length 2 [-Wstringop-truncation] 138 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ar rv libimplantisomd5.a utilities.o ar rv libcheckisomd5.a utilities.o ar rv libimplantisomd5.a md5.o ar rv libcheckisomd5.a md5.o ar: libimplantisomd5.a: file format not recognized ar: libcheckisomd5.a: file format not recognized make: *** [: libimplantisomd5.a(md5.o)] Error 1 make: *** Waiting for unfinished jobs.... make: *** [: libcheckisomd5.a(md5.o)] Error 1 a - utilities.o a - utilities.o rm libimplantisomd5.o md5.o libcheckisomd5.o utilities.o ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /data/alhp-workspace/chroot/build_ef24352a-1ce3-404f-b445-d379f3f8fdc1/build