==> Synchronizing chroot copy [/data/alhp-workspace/chroot/root] -> [worker-x86-64-v2-2]...done ==> Making package: cdparanoia 10.2-8.2 (Mon Feb 7 22:34:08 2022) ==> Retrieving sources... -> Downloading cdparanoia-III-10.2.src.tgz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 161 100 161 0 0 79 0 0:00:02 0:00:02 --:--:-- 79 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 178k 100 178k 0 0 58535 0 0:00:03 0:00:03 --:--:-- 258k -> Found gcc.patch ==> Validating source files with sha512sums... cdparanoia-III-10.2.src.tgz ... Passed gcc.patch ... Passed ==> Making package: cdparanoia 10.2-8.2 (Mon 07 Feb 2022 10:34:15 PM CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found cdparanoia-III-10.2.src.tgz -> Found gcc.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting cdparanoia-III-10.2.src.tgz with bsdtar ==> Starting prepare()... patching file interface/test_interface.c patching file interface/cdda_interface.h patching file interface/interface.c patching file interface/scsi_interface.c Hunk #39 succeeded at 1625 (offset 4 lines). Hunk #40 succeeded at 1673 (offset 4 lines). Hunk #41 succeeded at 1742 (offset 17 lines). patching file interface/cooked_interface.c patching file interface/scan_devices.c ==> Starting build()... checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for ranlib... ranlib checking for ar... ar checking for install... install checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for int16_t... yes checking for int32_t... yes checking linux/sbpcd.h usability... no checking linux/sbpcd.h presence... no checking for linux/sbpcd.h... no checking linux/ucdrom.h usability... no checking linux/ucdrom.h presence... no checking for linux/ucdrom.h... no checking whether make sets $(MAKE)... yes checking for an ANSI C-conforming const... yes configure: creating ./config.status config.status: creating Makefile config.status: creating interface/Makefile config.status: creating paranoia/Makefile cd interface && make all make[1]: Entering directory '/startdir/src/cdparanoia-III-10.2/interface' make libcdda_interface.a CFLAGS="-O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto" make[2]: Entering directory '/startdir/src/cdparanoia-III-10.2/interface' gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c scan_devices.c In file included from scan_devices.c:23: utils.h: In function ‘idmessage’: utils.h:200:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 200 | write(STDERR_FILENO,buffer,strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h:201:20: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 201 | if(!malloced)write(STDERR_FILENO,"\n",1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h: In function ‘idperror’: utils.h:155:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 155 | write(STDERR_FILENO,buffer,strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h:157:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 157 | write(STDERR_FILENO,": ",2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h:158:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 158 | write(STDERR_FILENO,strerror(errno),strlen(strerror(errno))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h:159:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 159 | write(STDERR_FILENO,"\n",1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c common_interface.c In file included from common_interface.c:13: utils.h: In function ‘cdmessage’: utils.h:124:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 124 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c cooked_interface.c In file included from cooked_interface.c:11: utils.h: In function ‘cderror’: utils.h:108:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 108 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h: In function ‘cdmessage’: utils.h:124:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 124 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c interface.c In file included from interface.c:14: utils.h: In function ‘cderror’: utils.h:108:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 108 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c scsi_interface.c scsi_interface.c: In function ‘clear_garbage’: scsi_interface.c:114:5: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 114 | read(d->cdda_fd, sg_hd, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from scsi_interface.c:13: utils.h: In function ‘cdmessage’: utils.h:124:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 124 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h: In function ‘cderror’: utils.h:108:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 108 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c smallft.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c toc.c In file included from toc.c:11: utils.h: In function ‘cderror’: utils.h:108:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 108 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c test_interface.c ar -r libcdda_interface.a scan_devices.o common_interface.o cooked_interface.o interface.o scsi_interface.o smallft.o toc.o test_interface.o ar: creating libcdda_interface.a ranlib libcdda_interface.a make[2]: Leaving directory '/startdir/src/cdparanoia-III-10.2/interface' make lessmessy make[2]: Entering directory '/startdir/src/cdparanoia-III-10.2/interface' rm -f *.o core *~ *.out make[2]: Leaving directory '/startdir/src/cdparanoia-III-10.2/interface' make libcdda_interface.so CFLAGS="-O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic" make[2]: Entering directory '/startdir/src/cdparanoia-III-10.2/interface' gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c scan_devices.c In file included from scan_devices.c:23: utils.h: In function ‘idmessage’: utils.h:200:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 200 | write(STDERR_FILENO,buffer,strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h:201:20: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 201 | if(!malloced)write(STDERR_FILENO,"\n",1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h: In function ‘idperror’: utils.h:155:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 155 | write(STDERR_FILENO,buffer,strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h:157:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 157 | write(STDERR_FILENO,": ",2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h:158:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 158 | write(STDERR_FILENO,strerror(errno),strlen(strerror(errno))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h:159:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 159 | write(STDERR_FILENO,"\n",1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c common_interface.c In file included from common_interface.c:13: utils.h: In function ‘cdmessage’: utils.h:124:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 124 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c cooked_interface.c In file included from cooked_interface.c:11: utils.h: In function ‘cderror’: utils.h:108:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 108 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h: In function ‘cdmessage’: utils.h:124:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 124 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c interface.c In file included from interface.c:14: utils.h: In function ‘cderror’: utils.h:108:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 108 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c scsi_interface.c scsi_interface.c: In function ‘clear_garbage’: scsi_interface.c:114:5: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 114 | read(d->cdda_fd, sg_hd, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from scsi_interface.c:13: utils.h: In function ‘cdmessage’: utils.h:124:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 124 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.h: In function ‘cderror’: utils.h:108:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 108 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c smallft.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c toc.c In file included from toc.c:11: utils.h: In function ‘cderror’: utils.h:108:7: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 108 | write(STDERR_FILENO,s,strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c test_interface.c gcc -fpic -shared -o libcdda_interface.so.0.10.2 -Wl,-soname -Wl,libcdda_interface.so.0 scan_devices.o common_interface.o cooked_interface.o interface.o scsi_interface.o smallft.o toc.o test_interface.o -lm -lrt [ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so.0.10.2 libcdda_interface.so.0 [ -e libcdda_interface.so ] || ln -s libcdda_interface.so.0.10.2 libcdda_interface.so make[2]: Leaving directory '/startdir/src/cdparanoia-III-10.2/interface' [ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so libcdda_interface.so.0 make[1]: Leaving directory '/startdir/src/cdparanoia-III-10.2/interface' cd paranoia && make all make[1]: Entering directory '/startdir/src/cdparanoia-III-10.2/paranoia' make libcdda_paranoia.a CFLAGS="-O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto" make[2]: Entering directory '/startdir/src/cdparanoia-III-10.2/paranoia' gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c paranoia.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c p_block.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c overlap.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c gap.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c isort.c ar -r libcdda_paranoia.a paranoia.o p_block.o overlap.o gap.o isort.o ar: creating libcdda_paranoia.a ranlib libcdda_paranoia.a make[2]: Leaving directory '/startdir/src/cdparanoia-III-10.2/paranoia' make lessmessy make[2]: Entering directory '/startdir/src/cdparanoia-III-10.2/paranoia' rm -f *.o *.t core *~ make[2]: Leaving directory '/startdir/src/cdparanoia-III-10.2/paranoia' make libcdda_paranoia.so CFLAGS="-O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic" make[2]: Entering directory '/startdir/src/cdparanoia-III-10.2/paranoia' gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c paranoia.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c p_block.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c overlap.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c gap.c gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -fpic -c isort.c gcc -fpic -shared -o libcdda_paranoia.so.0.10.2 -Wl,-soname -Wl,libcdda_paranoia.so.0 paranoia.o p_block.o overlap.o gap.o isort.o -L ../interface -lcdda_interface [ -e libcdda_paranoia.so.0 ] || ln -s libcdda_paranoia.so.0.10.2 libcdda_paranoia.so.0 [ -e libcdda_paranoia.so ] || ln -s libcdda_paranoia.so.0.10.2 libcdda_paranoia.so make[2]: Leaving directory '/startdir/src/cdparanoia-III-10.2/paranoia' make[1]: Leaving directory '/startdir/src/cdparanoia-III-10.2/paranoia' make cdparanoia CFLAGS="-O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto" make[1]: Entering directory '/startdir/src/cdparanoia-III-10.2' gcc -O2 -fsigned-char -march=x86-64-v2 -O3 -falign-functions=32 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c main.c main.c: In function ‘callback’: main.c:591:24: error: format not a string literal and no format arguments [-Werror=format-security] 591 | fprintf(stderr,buffer); | ^~~~~~ main.c:594:27: error: format not a string literal and no format arguments [-Werror=format-security] 594 | fprintf(logfile,buffer+1); | ^~~~~~ main.c: In function ‘main’: main.c:1197:7: warning: ignoring return value of ‘seteuid’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1197 | seteuid(getuid()); | ^~~~~~~~~~~~~~~~~ main.c:1198:7: warning: ignoring return value of ‘setegid’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1198 | setegid(getgid()); | ^~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[1]: *** [Makefile:95: main.o] Error 1 make[1]: Leaving directory '/startdir/src/cdparanoia-III-10.2' make: *** [Makefile:46: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /data/alhp-workspace/chroot/worker-x86-64-v2-2/build