<86>Oct 24 03:05:12 userdel[3657645]: delete user 'rooter' <86>Oct 24 03:05:12 groupadd[3657960]: group added to /etc/group: name=rooter, GID=951 <86>Oct 24 03:05:12 groupadd[3657960]: group added to /etc/gshadow: name=rooter <86>Oct 24 03:05:12 groupadd[3657960]: new group: name=rooter, GID=951 <86>Oct 24 03:05:12 useradd[3657975]: new user: name=rooter, UID=951, GID=951, home=/root, shell=/bin/bash <86>Oct 24 03:05:12 userdel[3658002]: delete user 'builder' <86>Oct 24 03:05:12 userdel[3658002]: removed group 'builder' owned by 'builder' <86>Oct 24 03:05:12 userdel[3658002]: removed shadow group 'builder' owned by 'builder' <86>Oct 24 03:05:12 groupadd[3658023]: group added to /etc/group: name=builder, GID=952 <86>Oct 24 03:05:12 groupadd[3658023]: group added to /etc/gshadow: name=builder <86>Oct 24 03:05:12 groupadd[3658023]: new group: name=builder, GID=952 <86>Oct 24 03:05:12 useradd[3658040]: new user: name=builder, UID=952, GID=952, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/unace-1.2b-alt5.nosrc.rpm (w1.gzdio) Installing unace-1.2b-alt5.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87740 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf unace-1.2b + echo 'Source #0 (unace-1.2b.tar):' Source #0 (unace-1.2b.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/unace-1.2b.tar + cd unace-1.2b + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (001_cpp_define.patch):' Patch #1 (001_cpp_define.patch): + /usr/bin/patch -p1 patching file unix/makefile + echo 'Patch #2 (002_fix_warnings.patch):' Patch #2 (002_fix_warnings.patch): + /usr/bin/patch -p1 patching file uac_dcpr.c + echo 'Patch #3 (003_security.patch):' Patch #3 (003_security.patch): + /usr/bin/patch -p1 patching file uac_crt.c patching file uac_crt.h patching file unace.c + echo 'Patch #4 (004_64_bit_clean.patch):' Patch #4 (004_64_bit_clean.patch): + /usr/bin/patch -p1 patching file declare.h + echo 'Patch #5 (005_format-security.patch):' Patch #5 (005_format-security.patch): + /usr/bin/patch -p1 patching file unace.c + echo 'Patch #6 (006_security-afl.patch):' Patch #6 (006_security-afl.patch): + /usr/bin/patch -p1 patching file unace.c + echo 'Patch #7 (007_cross-compiling.patch):' Patch #7 (007_cross-compiling.patch): + /usr/bin/patch -p1 patching file unix/makefile + echo 'Patch #20 (alt-fix-for-issue-in-CVE-2015-2063-fix.patch):' Patch #20 (alt-fix-for-issue-in-CVE-2015-2063-fix.patch): + /usr/bin/patch -p2 patching file unace.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87740 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd unace-1.2b + make -j16 -f unix/makefile 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/unace-1.2b' gcc -E -DUNIX -DCASEINSENSE -MM globals.c uac_comm.c uac_crc.c uac_crt.c uac_dcpr.c uac_sys.c unace.c >makefile.dep make: Leaving directory '/usr/src/RPM/BUILD/unace-1.2b' make: Entering directory '/usr/src/RPM/BUILD/unace-1.2b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DUNIX -DCASEINSENSE -c -o globals.o globals.c make: Leaving directory '/usr/src/RPM/BUILD/unace-1.2b' make: Entering directory '/usr/src/RPM/BUILD/unace-1.2b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DUNIX -DCASEINSENSE -c -o uac_crc.o uac_crc.c make: Leaving directory '/usr/src/RPM/BUILD/unace-1.2b' make: Entering directory '/usr/src/RPM/BUILD/unace-1.2b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DUNIX -DCASEINSENSE -c -o uac_comm.o uac_comm.c uac_comm.c: In function 'comment_out': uac_comm.c:26:15: warning: pointer targets in assignment from 'UCHAR *' {aka 'unsigned char *'} to 'CHAR *' {aka 'char *'} differ in signedness [-Wpointer-sign] comm = MCOMM; ^ uac_comm.c:31:15: warning: pointer targets in assignment from 'UCHAR *' {aka 'unsigned char *'} to 'CHAR *' {aka 'char *'} differ in signedness [-Wpointer-sign] comm = FCOMM; ^ make: Leaving directory '/usr/src/RPM/BUILD/unace-1.2b' make: Entering directory '/usr/src/RPM/BUILD/unace-1.2b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DUNIX -DCASEINSENSE -c -o uac_sys.o uac_sys.c make: Leaving directory '/usr/src/RPM/BUILD/unace-1.2b' make: Entering directory '/usr/src/RPM/BUILD/unace-1.2b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DUNIX -DCASEINSENSE -c -o uac_crt.o uac_crt.c uac_crt.c: In function 'ace_fname': uac_crt.c:46:33: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(s, (*(tfhead *) head).FNAME, i); ~~~~~~~~~~~~~~~~~~^~~~~~ In file included from /usr/include/features.h:428, from /usr/include/fcntl.h:25, from uac_crt.c:11: /usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'UCHAR *' {aka 'unsigned char *'} __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/unace-1.2b' make: Entering directory '/usr/src/RPM/BUILD/unace-1.2b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DUNIX -DCASEINSENSE -c -o unace.o unace.c unace.c: In function 'read_header': unace.c:147:25: warning: pointer targets in passing argument 2 of 'getcrc' differ in signedness [-Wpointer-sign] crc = getcrc(crc, buf, rd); ^~~ In file included from unace.c:40: uac_crc.h:19:7: note: expected 'UCHAR *' {aka 'unsigned char *'} but argument is of type 'CHAR *' {aka 'char *'} ULONG getcrc(ULONG crc, UCHAR * addr, INT len); ^~~~~~ unace.c: In function 'open_archive': unace.c:292:28: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(av_str, mhead.AV, copylen); In file included from /usr/include/features.h:428, from /usr/include/ctype.h:25, from unace.c:11: /usr/include/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'UCHAR *' {aka 'unsigned char *'} __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, ^~~~~ unace.c: In function 'list_files': unace.c:541:53: warning: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'ULONG' {aka 'unsigned int'} [-Wformat=] printf("%02u.%02u.%02u|%02u:%02u|%c%c%9lu|%9lu|%4u%%|%c%s\n", ~~~^ %9u unace.c:546:20: tpsize, fhead.SIZE, percentage(tpsize, fhead.SIZE), ~~~~~~ unace.c:541:58: warning: format '%lu' expects argument of type 'long unsigned int', but argument 10 has type 'ULONG' {aka 'unsigned int'} [-Wformat=] printf("%02u.%02u.%02u|%02u:%02u|%c%c%9lu|%9lu|%4u%%|%c%s\n", ~~~^ %9u unace.c:554:37: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'ULONG' {aka 'unsigned int'} [-Wformat=] printf("\n %9lu|%9lu|%4u%%| %u file%s", ~~~^ %9u psize, ~~~~~ unace.c:554:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'ULONG' {aka 'unsigned int'} [-Wformat=] printf("\n %9lu|%9lu|%4u%%| %u file%s", ~~~^ %9u unace.c:556:14: size, ~~~~ make: Leaving directory '/usr/src/RPM/BUILD/unace-1.2b' make: Entering directory '/usr/src/RPM/BUILD/unace-1.2b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DUNIX -DCASEINSENSE -c -o uac_dcpr.o uac_dcpr.c uac_dcpr.c: In function 'dcpr_adds_blk': uac_dcpr.c:479:28: warning: pointer targets in passing argument 2 of 'getcrc' differ in signedness [-Wpointer-sign] rd_crc = getcrc(rd_crc, buf, r); ^~~ In file included from uac_dcpr.c:31: uac_crc.h:19:7: note: expected 'UCHAR *' {aka 'unsigned char *'} but argument is of type 'CHAR *' {aka 'char *'} ULONG getcrc(ULONG crc, UCHAR * addr, INT len); ^~~~~~ uac_dcpr.c: In function 'dcpr_comm': uac_dcpr.c:167:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] pos, ^~~ make: Leaving directory '/usr/src/RPM/BUILD/unace-1.2b' make: Entering directory '/usr/src/RPM/BUILD/unace-1.2b' gcc unace.o globals.o uac_comm.o uac_crc.o uac_crt.o uac_dcpr.o uac_sys.o -o unace make: Leaving directory '/usr/src/RPM/BUILD/unace-1.2b' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.32764 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/unace-buildroot + : + /bin/rm -rf -- /usr/src/tmp/unace-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd unace-1.2b + install -pDm755 unace /usr/src/tmp/unace-buildroot/usr/bin/unace + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/unace-buildroot (auto) Verifying and fixing files in /usr/src/tmp/unace-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/unace-buildroot/ (default) Compressing files in /usr/src/tmp/unace-buildroot (auto) Verifying ELF objects in /usr/src/tmp/unace-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: unace-1.2b-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.93691 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd unace-1.2b + DOCDIR=/usr/src/tmp/unace-buildroot/usr/share/doc/unace-1.2b + export DOCDIR + rm -rf /usr/src/tmp/unace-buildroot/usr/share/doc/unace-1.2b + /bin/mkdir -p /usr/src/tmp/unace-buildroot/usr/share/doc/unace-1.2b + cp -prL readme file_id.diz /usr/src/tmp/unace-buildroot/usr/share/doc/unace-1.2b + chmod -R go-w /usr/src/tmp/unace-buildroot/usr/share/doc/unace-1.2b + chmod -R a+rX /usr/src/tmp/unace-buildroot/usr/share/doc/unace-1.2b + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eiZm6K find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WWS54r find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WQUMNc Creating unace-debuginfo package Processing files: unace-debuginfo-1.2b-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EjDEJ1 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GKbkVU find-requires: running scripts (debuginfo) Requires: unace = 1.2b-alt5, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to unace-debuginfo a strict dependency on unace Wrote: /usr/src/RPM/RPMS/x86_64/unace-1.2b-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/unace-debuginfo-1.2b-alt5.x86_64.rpm (w2.lzdio) 2.90user 0.60system 0:09.54elapsed 36%CPU (0avgtext+0avgdata 32176maxresident)k 0inputs+0outputs (0major+220274minor)pagefaults 0swaps 4.46user 4.24system 0:16.67elapsed 52%CPU (0avgtext+0avgdata 32176maxresident)k 0inputs+0outputs (0major+405552minor)pagefaults 0swaps --- unace-1.2b-alt5.x86_64.rpm.repo 2020-11-02 15:55:48.000000000 +0000 +++ unace-1.2b-alt5.x86_64.rpm.hasher 2021-10-24 03:05:25.336399776 +0000 @@ -13,3 +13,3 @@ Provides: unace = 1.2b-alt5:p9+260620.200.2.1 -File: /usr/bin/unace 100755 root:root 2fbc2e73431ed52966f28cac4d603f6c +File: /usr/bin/unace 100755 root:root 9b9bee599a3d483d413a38f1918503e3 File: /usr/share/doc/unace-1.2b 40755 root:root @@ -17,2 +17,2 @@ File: /usr/share/doc/unace-1.2b/readme 100644 root:root 04c6a6c47794a2eb16c4b47a856136aa -RPMIdentity: e310e80946eb4aee696306b11beb5328b8f8be4bcb9e11b61bb1a3398999f8b03f61bea6ef1119f6f11d77d050c0f41131540d9ca8a8c012c40949228186ec7f +RPMIdentity: 511d49558363a7c8fc792c0a284c8b6d153d6d67cb60dd77ffd028897c80ef51f34dc096786a4c630d9a5364edf986c6b94f332f2a6796c276634a47ad1818bb --- unace-debuginfo-1.2b-alt5.x86_64.rpm.repo 2020-11-02 15:55:48.000000000 +0000 +++ unace-debuginfo-1.2b-alt5.x86_64.rpm.hasher 2021-10-24 03:05:25.553403587 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/16 40755 root:root -/usr/lib/debug/.build-id/16/652036aa0bcdedb54971092a9e0dacc32841d0 120777 root:root ../../../../bin/unace -/usr/lib/debug/.build-id/16/652036aa0bcdedb54971092a9e0dacc32841d0.debug 120777 root:root ../../usr/bin/unace.debug +/usr/lib/debug/.build-id/c6 40755 root:root +/usr/lib/debug/.build-id/c6/6fa0b87d2ab551a25f4b08ac5aec9ea43300fd 120777 root:root ../../../../bin/unace +/usr/lib/debug/.build-id/c6/6fa0b87d2ab551a25f4b08ac5aec9ea43300fd.debug 120777 root:root ../../usr/bin/unace.debug /usr/lib/debug/usr/bin/unace.debug 100644 root:root @@ -26,6 +26,6 @@ Provides: unace-debuginfo = 1.2b-alt5:p9+260620.200.2.1 -File: /usr/lib/debug/.build-id/16 40755 root:root -File: /usr/lib/debug/.build-id/16/652036aa0bcdedb54971092a9e0dacc32841d0 120777 root:root ../../../../bin/unace -File: /usr/lib/debug/.build-id/16/652036aa0bcdedb54971092a9e0dacc32841d0.debug 120777 root:root ../../usr/bin/unace.debug -File: /usr/lib/debug/usr/bin/unace.debug 100644 root:root 78e98d456180f0cd41cd7f27b65c261b +File: /usr/lib/debug/.build-id/c6 40755 root:root +File: /usr/lib/debug/.build-id/c6/6fa0b87d2ab551a25f4b08ac5aec9ea43300fd 120777 root:root ../../../../bin/unace +File: /usr/lib/debug/.build-id/c6/6fa0b87d2ab551a25f4b08ac5aec9ea43300fd.debug 120777 root:root ../../usr/bin/unace.debug +File: /usr/lib/debug/usr/bin/unace.debug 100644 root:root 2d2dcd60a362035e465059cd2a386b20 File: /usr/src/debug/unace-1.2b 40755 root:root @@ -47,2 +47,2 @@ File: /usr/src/debug/unace-1.2b/unace.h 100644 root:root fe1245e6c84d6ddb68e615e6fa64fcb6 -RPMIdentity: 8e8b764fe6202cab11b8889e13eb8a21b84372fc7f22443416b8c0497f123321b84aa882d15df01adf3a9a1dacd3addb2ff01441f3718366aa17f7b45d12821f +RPMIdentity: a77d6d6584c6f0a9fc39355f41d1f51499c71358bca16515c49d244c7802e3a883eda3b1615e8d3ace7f6f4f4dec97e2b511385e1588ecad6a6e6683deebb1b0