<86>Jun 16 00:52:58 userdel[2844871]: delete user 'rooter' <86>Jun 16 00:52:58 userdel[2844871]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:52:58 userdel[2844871]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:52:58 groupadd[2844884]: group added to /etc/group: name=rooter, GID=1226 <86>Jun 16 00:52:58 groupadd[2844884]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:52:58 groupadd[2844884]: new group: name=rooter, GID=1226 <86>Jun 16 00:52:58 useradd[2844893]: new user: name=rooter, UID=1226, GID=1226, home=/root, shell=/bin/bash <86>Jun 16 00:52:58 userdel[2844910]: delete user 'builder' <86>Jun 16 00:52:58 userdel[2844910]: removed group 'builder' owned by 'builder' <86>Jun 16 00:52:58 userdel[2844910]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:52:58 groupadd[2844920]: group added to /etc/group: name=builder, GID=1227 <86>Jun 16 00:52:58 groupadd[2844920]: group added to /etc/gshadow: name=builder <86>Jun 16 00:52:58 groupadd[2844920]: new group: name=builder, GID=1227 <86>Jun 16 00:52:58 useradd[2844932]: new user: name=builder, UID=1227, GID=1227, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/wtmptail-1.3-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL warning: user glebfm does not exist - using root warning: group glebfm does not exist - using root warning: user glebfm does not exist - using root warning: group glebfm does not exist - using root warning: user glebfm does not exist - using root warning: group glebfm does not exist - using root <13>Jun 16 00:53:02 rpmi: libncurses-6.3.20220618-alt1 p10+319472.100.4.1 1685092691 installed <13>Jun 16 00:53:02 rpmi: libtinfo-devel-6.3.20220618-alt1 p10+319472.100.4.1 1685092691 installed <13>Jun 16 00:53:02 rpmi: libncurses-devel-6.3.20220618-alt1 p10+319472.100.4.1 1685092691 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/wtmptail-1.3-alt1.qa1.nosrc.rpm (w1.gzdio) Installing wtmptail-1.3-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.89348 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf wtmptail-1.3 + echo 'Source #0 (wtmptail-1.3.tgz):' Source #0 (wtmptail-1.3.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/wtmptail-1.3.tgz + /bin/tar -xf - + cd wtmptail-1.3 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (wtmptail.patch):' Patch #0 (wtmptail.patch): + /usr/bin/patch -p0 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.89348 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wtmptail-1.3 + make make: Entering directory '/usr/src/RPM/BUILD/wtmptail-1.3' cc -O2 -Wall -DVERSION=\"1.3\" -c -o wt.o wt.c wt.c: In function 'main': wt.c:220:22: warning: passing argument 1 of 'localtime' from incompatible pointer type [-Wincompatible-pointer-types] 220 | tstamp = localtime(&record.ut_tv.tv_sec); | ^~~~~~~~~~~~~~~~~~~~ | | | int32_t * {aka int *} In file included from wt.c:7: /usr/include/time.h:123:44: note: expected 'const time_t *' {aka 'const long int *'} but argument is of type 'int32_t *' {aka 'int *'} 123 | extern struct tm *localtime (const time_t *__timer) __THROW; | ~~~~~~~~~~~~~~^~~~~~~ wt.c:190:9: warning: 'strcmp' argument 2 declared attribute 'nonstring' [-Wstringop-overflow=] 190 | if (strcmp(le[loop].ut_line, record.ut_line) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from wt.c:11: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here 62 | char ut_line[UT_LINESIZE] | ^~~~~~~ wt.c:238:9: warning: 'strcmp' argument 2 declared attribute 'nonstring' [-Wstringop-overflow=] 238 | if (strcmp(le[loop].ut_line, record.ut_line) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/utmp.h:29, from wt.c:11: /usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here 62 | char ut_line[UT_LINESIZE] | ^~~~~~~ cc -O2 -Wall -DVERSION=\"1.3\" -c -o error.o error.c cc -Wall -W wt.o error.o -o wtmptail strip wtmptail make: Leaving directory '/usr/src/RPM/BUILD/wtmptail-1.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.73693 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/wtmptail-buildroot + : + /bin/rm -rf -- /usr/src/tmp/wtmptail-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd wtmptail-1.3 + mkdir -p /usr/src/tmp/wtmptail-buildroot/usr/bin + make 'INSTALL=/usr/libexec/rpm-build/install -p' DESTDIR=/usr/src/tmp/wtmptail-buildroot install make: Entering directory '/usr/src/RPM/BUILD/wtmptail-1.3' cp wtmptail /usr/src/tmp/wtmptail-buildroot/usr/bin install -D wtmptail.1 /usr/src/tmp/wtmptail-buildroot/usr/share/man/man1/wtmptail.1 rm -f /usr/src/tmp/wtmptail-buildroot/usr/share/man/man1/wtmptail.1.gz gzip -9 /usr/src/tmp/wtmptail-buildroot/usr/share/man/man1/wtmptail.1 make: Leaving directory '/usr/src/RPM/BUILD/wtmptail-1.3' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/wtmptail-buildroot (auto) Verifying and fixing files in /usr/src/tmp/wtmptail-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/wtmptail-buildroot/ (default) Compressing files in /usr/src/tmp/wtmptail-buildroot (auto) mode of '/usr/src/tmp/wtmptail-buildroot/usr/share/man/man1/wtmptail.1.gz' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) 056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/bin/wtmptail Verifying ELF objects in /usr/src/tmp/wtmptail-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: wtmptail-1.3-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.73693 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd wtmptail-1.3 + DOCDIR=/usr/src/tmp/wtmptail-buildroot/usr/share/doc/wtmptail-1.3 + export DOCDIR + rm -rf /usr/src/tmp/wtmptail-buildroot/usr/share/doc/wtmptail-1.3 + /bin/mkdir -p /usr/src/tmp/wtmptail-buildroot/usr/share/doc/wtmptail-1.3 + cp -prL license.txt /usr/src/tmp/wtmptail-buildroot/usr/share/doc/wtmptail-1.3 + chmod -R go-w /usr/src/tmp/wtmptail-buildroot/usr/share/doc/wtmptail-1.3 + chmod -R a+rX /usr/src/tmp/wtmptail-buildroot/usr/share/doc/wtmptail-1.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CK5t7L 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.Xxt1QN 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.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.Gu33LL Wrote: /usr/src/RPM/RPMS/x86_64/wtmptail-1.3-alt1.qa1.x86_64.rpm (w2.lzdio) 0.35user 0.55system 0:03.53elapsed 25%CPU (0avgtext+0avgdata 25964maxresident)k 0inputs+0outputs (0major+109598minor)pagefaults 0swaps /.out/wtmptail-1.3-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 4.68user 1.82system 0:12.34elapsed 52%CPU (0avgtext+0avgdata 128488maxresident)k 0inputs+0outputs (0major+194619minor)pagefaults 0swaps --- wtmptail-1.3-alt1.qa1.x86_64.rpm.repo 2016-11-17 12:35:02.000000000 +0000 +++ wtmptail-1.3-alt1.qa1.x86_64.rpm.hasher 2024-06-16 00:53:08.105274097 +0000 @@ -11,3 +11,3 @@ Provides: wtmptail = 1.3-alt1.qa1 -File: /usr/bin/wtmptail 100755 root:root abc0a458a308ff4ea4ceefd41e8f4e6c +File: /usr/bin/wtmptail 100755 root:root 3c94d62f7de7708d41bfbedefc408112 File: /usr/share/doc/wtmptail-1.3 40755 root:root @@ -15,2 +15,2 @@ File: /usr/share/man/man1/wtmptail.1.xz 100644 root:root 7013d93a241c46788a2355d1a687cdaa -RPMIdentity: 85860455afc12fcd9148d585967d6b6c6c14d3dabfbab87ee7676809b0ab0208aa185f06bd1ac1e5f16eaf1c2263c2b310b875fd4d3417a40d15667eda6d39ae +RPMIdentity: be20c2313e39a047747701c8ae30cada072929ca45b1451b25bf99dc656bf5c9f5caefac0977697db7d69b583e3241bee13c92b00efa0bec9e918ea7fd492d96