<86>Jan 14 04:14:03 userdel[2787800]: delete user 'rooter' <86>Jan 14 04:14:03 userdel[2787800]: removed group 'rooter' owned by 'rooter' <86>Jan 14 04:14:03 userdel[2787800]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 14 04:14:03 groupadd[2787842]: group added to /etc/group: name=rooter, GID=1235 <86>Jan 14 04:14:03 groupadd[2787842]: group added to /etc/gshadow: name=rooter <86>Jan 14 04:14:03 groupadd[2787842]: new group: name=rooter, GID=1235 <86>Jan 14 04:14:03 useradd[2787897]: new user: name=rooter, UID=1235, GID=1235, home=/root, shell=/bin/bash, from=none <86>Jan 14 04:14:03 userdel[2787952]: delete user 'builder' <86>Jan 14 04:14:03 userdel[2787952]: removed group 'builder' owned by 'builder' <86>Jan 14 04:14:03 userdel[2787952]: removed shadow group 'builder' owned by 'builder' <86>Jan 14 04:14:03 groupadd[2787992]: group added to /etc/group: name=builder, GID=1236 <86>Jan 14 04:14:03 groupadd[2787992]: group added to /etc/gshadow: name=builder <86>Jan 14 04:14:03 groupadd[2787992]: new group: name=builder, GID=1236 <86>Jan 14 04:14:03 useradd[2788020]: new user: name=builder, UID=1236, GID=1236, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/mundelete-1.0-alt1.qa2.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mundelete-1.0-alt1.qa2.nosrc.rpm (w1.gzdio) Installing mundelete-1.0-alt1.qa2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.19769 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mundelete + echo 'Source #0 (mundelete.tar.gz):' Source #0 (mundelete.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/mundelete.tar.gz + /bin/tar -xf - + cd mundelete + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (mundelete-newgcc-alt.patch):' Patch #0 (mundelete-newgcc-alt.patch): + /usr/bin/patch -p1 patching file mundelete.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.19769 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mundelete + rm -rf mundelete bin/mundelete + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -std=gnu89' make: Entering directory '/usr/src/RPM/BUILD/mundelete' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -std=gnu89 -o bin/mundelete mundelete.c mundelete.c: In function 'recursive': mundelete.c:37:31: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 37 | #define isdot(X) (!strncmp((X)->FILENAME,". ",11) || !strncmp((X)->FILENAME,".. ",11)) | ~~~^~~~~~~~~~ | | | unsigned char * mundelete.c:509:37: note: in expansion of macro 'isdot' 509 | if (!RECURSIVE || !isdir (dir) || isdot (dir)) | ^~~~~ In file included from mundelete.c:10: /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ mundelete.c:37:75: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 37 | #define isdot(X) (!strncmp((X)->FILENAME,". ",11) || !strncmp((X)->FILENAME,".. ",11)) | ~~~^~~~~~~~~~ | | | unsigned char * mundelete.c:509:37: note: in expansion of macro 'isdot' 509 | if (!RECURSIVE || !isdir (dir) || isdot (dir)) | ^~~~~ /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ mundelete.c: In function 'visit_fs': mundelete.c:572:33: warning: pointer targets in passing argument 2 of 'mystrcmp' differ in signedness [-Wpointer-sign] 572 | if (!mystrcmp (dn, dir.FILENAME)) | ~~~^~~~~~~~~ | | | unsigned char * mundelete.c:547:26: note: expected 'char *' but argument is of type 'unsigned char *' 547 | mystrcmp (char *s, char *s2) | ~~~~~~^~ mundelete.c: In function 'root_dir': mundelete.c:618:29: warning: pointer targets in passing argument 2 of 'mystrcmp' differ in signedness [-Wpointer-sign] 618 | if (!mystrcmp (dn, dir.FILENAME)) | ~~~^~~~~~~~~ | | | unsigned char * mundelete.c:547:26: note: expected 'char *' but argument is of type 'unsigned char *' 547 | mystrcmp (char *s, char *s2) | ~~~~~~^~ In function 'is_dir', inlined from 'is_dir' at mundelete.c:298:1, inlined from 'visit_fs' at mundelete.c:574:8: mundelete.c:302:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 302 | dir->FILENAME[8 + 3] = '\0'; | ^ mundelete.c: In function 'visit_fs': mundelete.c:80:17: note: at offset 11 into destination object 'FILENAME' of size 8 80 | unsigned char FILENAME[8]; /* i need unsigned due of limited range of data */ | ^ In function 'is_dir', inlined from 'is_dir' at mundelete.c:298:1, inlined from 'root_dir' at mundelete.c:620:4, inlined from 'main' at mundelete.c:640:3: mundelete.c:302:28: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 302 | dir->FILENAME[8 + 3] = '\0'; | ^ mundelete.c: In function 'main': mundelete.c:80:17: note: at offset 11 into destination object 'FILENAME' of size 8 80 | unsigned char FILENAME[8]; /* i need unsigned due of limited range of data */ | ^ make: Leaving directory '/usr/src/RPM/BUILD/mundelete' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29415 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mundelete-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mundelete-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd mundelete + mkdir -p /usr/src/tmp/mundelete-buildroot//usr/bin /usr/src/tmp/mundelete-buildroot//usr/share/man/man1 + install -pD -m755 bin/mundelete /usr/src/tmp/mundelete-buildroot//usr/bin + install -pD -m644 man/mundelete.1 /usr/src/tmp/mundelete-buildroot//usr/share/man/man1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mundelete-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mundelete-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mundelete-buildroot/ (default) Compressing files in /usr/src/tmp/mundelete-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mundelete-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: mundelete-1.0-alt1.qa2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.29415 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mundelete + DOCDIR=/usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0 + export DOCDIR + rm -rf /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0 + /bin/mkdir -p /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0 + cp -prL README /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0 + chmod -R go-w /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0 + chmod -R a+rX /usr/src/tmp/mundelete-buildroot/usr/share/doc/mundelete-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9wLK4J find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eqzQvC find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, 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.34)(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.5iUXix Creating mundelete-debuginfo package Processing files: mundelete-debuginfo-1.0-alt1.qa2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MwC2JS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3YNmQZ find-requires: running scripts (debuginfo) Requires: mundelete = 1.0-alt1.qa2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/mundelete-1.0-alt1.qa2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mundelete-debuginfo-1.0-alt1.qa2.x86_64.rpm (w2.lzdio) 0.56user 0.73system 0:05.83elapsed 22%CPU (0avgtext+0avgdata 32772maxresident)k 0inputs+0outputs (0major+150386minor)pagefaults 0swaps /.out/mundelete-1.0-alt1.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/mundelete-debuginfo-1.0-alt1.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.70user 1.27system 0:10.26elapsed 19%CPU (0avgtext+0avgdata 11988maxresident)k 0inputs+0outputs (0major+95144minor)pagefaults 0swaps --- mundelete-1.0-alt1.qa2.x86_64.rpm.repo 2015-10-15 17:42:15.000000000 +0000 +++ mundelete-1.0-alt1.qa2.x86_64.rpm.hasher 2024-01-14 04:14:11.478866830 +0000 @@ -3,3 +3,3 @@ /usr/share/doc/mundelete-1.0/README 100644 root:root -/usr/share/man/man1/mundelete.1.gz 100644 root:root +/usr/share/man/man1/mundelete.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -8,2 +8,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -12,6 +13,6 @@ Provides: mundelete = 1.0-alt1.qa2 -File: /usr/bin/mundelete 100755 root:root 38d0220cd9b2bca9b44c33bb616ee0db +File: /usr/bin/mundelete 100755 root:root 52d50dfb83baf165efe121c7d45998a8 File: /usr/share/doc/mundelete-1.0 40755 root:root File: /usr/share/doc/mundelete-1.0/README 100644 root:root 1dd958916e16ad2cc9fa691af246cdd2 -File: /usr/share/man/man1/mundelete.1.gz 100644 root:root 961bb254260d88e2d943566b4711518e -RPMIdentity: 3fe1bbb3e3a81c0f1ccb41d3c8009376343cdfe19eb58a4b011aaba0e378e4f36471b995216d81ef9e44024aab8b75cdd3ee83b1b552457c80e47e1b332bd99c +File: /usr/share/man/man1/mundelete.1.xz 100644 root:root 7390bac26c05daec5174fc6e5d35abfe +RPMIdentity: 58d4aefaac8ea9e6e6f81acf4ff96a0738d5c0dbfea4a428a6d8a626ef78a97455db84cd4f045e57a765548b7beccb36d0adacf74b0392bee0448e954c72a23d --- mundelete-debuginfo-1.0-alt1.qa2.x86_64.rpm.repo 2015-10-15 17:42:15.000000000 +0000 +++ mundelete-debuginfo-1.0-alt1.qa2.x86_64.rpm.hasher 2024-01-14 04:14:11.737867442 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/3d 40755 root:root -/usr/lib/debug/.build-id/3d/b99ed3b280b65367f7e3044169874effa3bc28 120777 root:root ../../../../bin/mundelete -/usr/lib/debug/.build-id/3d/b99ed3b280b65367f7e3044169874effa3bc28.debug 120777 root:root ../../usr/bin/mundelete.debug +/usr/lib/debug/.build-id/59 40755 root:root +/usr/lib/debug/.build-id/59/ff935c72fff85df8ca7469999ff8c502005ee9 120777 root:root ../../../../bin/mundelete +/usr/lib/debug/.build-id/59/ff935c72fff85df8ca7469999ff8c502005ee9.debug 120777 root:root ../../usr/bin/mundelete.debug /usr/lib/debug/usr/bin/mundelete.debug 100644 root:root @@ -11,8 +11,8 @@ Provides: mundelete-debuginfo = 1.0-alt1.qa2 -File: /usr/lib/debug/.build-id/3d 40755 root:root -File: /usr/lib/debug/.build-id/3d/b99ed3b280b65367f7e3044169874effa3bc28 120777 root:root ../../../../bin/mundelete -File: /usr/lib/debug/.build-id/3d/b99ed3b280b65367f7e3044169874effa3bc28.debug 120777 root:root ../../usr/bin/mundelete.debug -File: /usr/lib/debug/usr/bin/mundelete.debug 100644 root:root 38d5db5937e160720642e1543211845c +File: /usr/lib/debug/.build-id/59 40755 root:root +File: /usr/lib/debug/.build-id/59/ff935c72fff85df8ca7469999ff8c502005ee9 120777 root:root ../../../../bin/mundelete +File: /usr/lib/debug/.build-id/59/ff935c72fff85df8ca7469999ff8c502005ee9.debug 120777 root:root ../../usr/bin/mundelete.debug +File: /usr/lib/debug/usr/bin/mundelete.debug 100644 root:root 9e53b430b2e79625e76ab538f4a37db7 File: /usr/src/debug/mundelete 40755 root:root File: /usr/src/debug/mundelete/mundelete.c 100644 root:root 2e1c8e4b0f8efe0c93cd270f65005db9 -RPMIdentity: 658e00282a92faf7647ab01f71886ff6c060e368ad3ffd20932cb7fea571d1dabaa7e75ccb3504e6018d736cf68fa0f3b3ccf80034c0d8132bfce44dc7eac7c3 +RPMIdentity: 831503e5ac29decd6a84cd829e83da18fd6457b2afd296e6bd71bab2107dadd172c6af370675772cf5f23b31a16cad26da1ea36065335b26725c80d7aec3e324