<86>Oct 18 13:36:57 userdel[125811]: delete user 'rooter' <86>Oct 18 13:36:57 userdel[125811]: removed group 'rooter' owned by 'rooter' <86>Oct 18 13:36:57 userdel[125811]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 18 13:36:57 groupadd[125871]: group added to /etc/group: name=rooter, GID=1274 <86>Oct 18 13:36:57 groupadd[125871]: group added to /etc/gshadow: name=rooter <86>Oct 18 13:36:57 groupadd[125871]: new group: name=rooter, GID=1274 <86>Oct 18 13:36:57 useradd[125921]: new user: name=rooter, UID=1274, GID=1274, home=/root, shell=/bin/bash, from=none <86>Oct 18 13:36:57 userdel[125983]: delete user 'builder' <86>Oct 18 13:36:57 userdel[125983]: removed group 'builder' owned by 'builder' <86>Oct 18 13:36:57 userdel[125983]: removed shadow group 'builder' owned by 'builder' <86>Oct 18 13:36:57 groupadd[126036]: group added to /etc/group: name=builder, GID=1275 <86>Oct 18 13:36:57 groupadd[126036]: group added to /etc/gshadow: name=builder <86>Oct 18 13:36:57 groupadd[126036]: new group: name=builder, GID=1275 <86>Oct 18 13:36:57 useradd[126092]: new user: name=builder, UID=1275, GID=1275, home=/usr/src, shell=/bin/bash, from=none Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/podiff-1.3-alt2.nosrc.rpm (w1.gzdio) Installing podiff-1.3-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.81832 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf podiff-1.3 + echo 'Source #0 (podiff-1.3.tar):' Source #0 (podiff-1.3.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/podiff-1.3.tar + cd podiff-1.3 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81832 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd podiff-1.3 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/podiff-1.3' cc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DVERSION=\"1.3\" txtacc.c make: Leaving directory '/usr/src/RPM/BUILD/podiff-1.3' make: Entering directory '/usr/src/RPM/BUILD/podiff-1.3' cc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DVERSION=\"1.3\" main.c make: Leaving directory '/usr/src/RPM/BUILD/podiff-1.3' make: Entering directory '/usr/src/RPM/BUILD/podiff-1.3' cc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DVERSION=\"1.3\" y.tab.c podiff.y: In function 'yyerror': podiff.y:219:1: warning: control reaches end of non-void function [-Wreturn-type] 219 | } | ^ make: Leaving directory '/usr/src/RPM/BUILD/podiff-1.3' make: Entering directory '/usr/src/RPM/BUILD/podiff-1.3' cc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DVERSION=\"1.3\" list.c list.c: In function 'list_insert_entry': list.c:60:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 60 | if (p = anchor->next) | ^ list.c: In function 'list_remove_entry': list.c:73:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 73 | if (p = ent->prev) | ^ list.c:77:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 77 | if (p = ent->next) | ^ make: Leaving directory '/usr/src/RPM/BUILD/podiff-1.3' make: Entering directory '/usr/src/RPM/BUILD/podiff-1.3' cc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DVERSION=\"1.3\" lex.yy.c podiff.l: In function 'parse_po': podiff.l:114:19: warning: unused variable 'link' [-Wunused-variable] 114 | | ^ podiff.l:113:26: warning: unused variable 'ent' [-Wunused-variable] 113 | struct msgtrans *link; | ^~~ lex.yy.c: At top level: lex.yy.c:1339:16: warning: 'input' defined but not used [-Wunused-function] 1339 | static int input (void) | ^~~~~ lex.yy.c:1296:17: warning: 'yyunput' defined but not used [-Wunused-function] 1296 | static void yyunput (int c, char * yy_bp ) | ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/podiff-1.3' make: Entering directory '/usr/src/RPM/BUILD/podiff-1.3' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -opodiff y.tab.o lex.yy.o main.o txtacc.o list.o make: Leaving directory '/usr/src/RPM/BUILD/podiff-1.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.65333 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/podiff-buildroot + : + /bin/rm -rf -- /usr/src/tmp/podiff-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd podiff-1.3 + mkdir -p /usr/src/tmp/podiff-buildroot//usr/bin + mkdir -p /usr/src/tmp/podiff-buildroot//usr/share/man/man1 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/podiff-buildroot make: Entering directory '/usr/src/RPM/BUILD/podiff-1.3' cp podiff /usr/src/tmp/podiff-buildroot/usr/bin for file in podiff.1; \ do \ sec=`expr "$file" : '.*\.\([1-8]\)'`; \ cp $file /usr/src/tmp/podiff-buildroot/usr/share/man/man$sec; \ done make: Leaving directory '/usr/src/RPM/BUILD/podiff-1.3' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/podiff-buildroot (auto) Verifying and fixing files in /usr/src/tmp/podiff-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/podiff-buildroot/ (default) Compressing files in /usr/src/tmp/podiff-buildroot (auto) Verifying ELF objects in /usr/src/tmp/podiff-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/podiff-buildroot Processing files: podiff-1.3-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.51772 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd podiff-1.3 + DOCDIR=/usr/src/tmp/podiff-buildroot/usr/share/doc/podiff-1.3 + export DOCDIR + rm -rf /usr/src/tmp/podiff-buildroot/usr/share/doc/podiff-1.3 + /bin/mkdir -p /usr/src/tmp/podiff-buildroot/usr/share/doc/podiff-1.3 + cp -prL README NEWS /usr/src/tmp/podiff-buildroot/usr/share/doc/podiff-1.3 + chmod -R go-w /usr/src/tmp/podiff-buildroot/usr/share/doc/podiff-1.3 + chmod -R a+rX /usr/src/tmp/podiff-buildroot/usr/share/doc/podiff-1.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lN2m4U 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.cJ9nFZ 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.14)(64bit), libc.so.6(GLIBC_2.2.5)(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.ghwpMZ Creating podiff-debuginfo package Processing files: podiff-debuginfo-1.3-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Js1Vwi find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0mAl22 find-requires: running scripts (debuginfo) Requires: podiff = 1.3-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to podiff-debuginfo a strict dependency on podiff Wrote: /usr/src/RPM/RPMS/x86_64/podiff-1.3-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/podiff-debuginfo-1.3-alt2.x86_64.rpm (w2.lzdio) 1.31user 0.73system 0:07.79elapsed 26%CPU (0avgtext+0avgdata 37316maxresident)k 0inputs+0outputs (0major+175600minor)pagefaults 0swaps 0.96user 1.64system 0:17.42elapsed 14%CPU (0avgtext+0avgdata 11956maxresident)k 0inputs+0outputs (0major+94753minor)pagefaults 0swaps --- podiff-1.3-alt2.x86_64.rpm.repo 2022-06-23 14:59:15.844086360 +0000 +++ podiff-1.3-alt2.x86_64.rpm.hasher 2024-10-18 13:37:09.776025419 +0000 @@ -14,3 +14,3 @@ Provides: podiff = 1.3-alt2:sisyphus+302540.100.1.1 -File: /usr/bin/podiff 100755 root:root 2d54bf0cb759681d28c00d832da8c5e9 +File: /usr/bin/podiff 100755 root:root d77fd809be3ae29959deb8073e552cca File: /usr/share/doc/podiff-1.3 40755 root:root @@ -19,2 +19,2 @@ File: /usr/share/man/man1/podiff.1.xz 100644 root:root cd75323cc2dfd390db3cea8fb30743e5 -RPMIdentity: aebaf8aaca1e31d53bdb5f9ca39d9c10ff729a2983db5ae3555b942879db7b246c48fb50165a91816568cbbd9ff0a90bd681fa3fb4d86b65066e5d35958cccf9 +RPMIdentity: 07898c1939b41cca29b220796eb153e244f2dba98fbf1dd8d5db8d5322b2e2d14b0bd9945acfb7853751e98b1708f2af3869f4722528d89e2c9ecc2cb5642028 --- podiff-debuginfo-1.3-alt2.x86_64.rpm.repo 2022-06-23 14:59:16.014087719 +0000 +++ podiff-debuginfo-1.3-alt2.x86_64.rpm.hasher 2024-10-18 13:37:09.893024787 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d8 40755 root:root -/usr/lib/debug/.build-id/d8/fcba43efd2cace8137870c7b1823ee508aea70 120777 root:root ../../../../bin/podiff -/usr/lib/debug/.build-id/d8/fcba43efd2cace8137870c7b1823ee508aea70.debug 120777 root:root ../../usr/bin/podiff.debug +/usr/lib/debug/.build-id/7c 40755 root:root +/usr/lib/debug/.build-id/7c/9531b7934fbf0f08b39aefd281425fbda1e8fa 120777 root:root ../../../../bin/podiff +/usr/lib/debug/.build-id/7c/9531b7934fbf0f08b39aefd281425fbda1e8fa.debug 120777 root:root ../../usr/bin/podiff.debug /usr/lib/debug/usr/bin/podiff.debug 100644 root:root @@ -19,6 +19,6 @@ Provides: podiff-debuginfo = 1.3-alt2:sisyphus+302540.100.1.1 -File: /usr/lib/debug/.build-id/d8 40755 root:root -File: /usr/lib/debug/.build-id/d8/fcba43efd2cace8137870c7b1823ee508aea70 120777 root:root ../../../../bin/podiff -File: /usr/lib/debug/.build-id/d8/fcba43efd2cace8137870c7b1823ee508aea70.debug 120777 root:root ../../usr/bin/podiff.debug -File: /usr/lib/debug/usr/bin/podiff.debug 100644 root:root 426d57f8508dbdf766cb8703c3c02497 +File: /usr/lib/debug/.build-id/7c 40755 root:root +File: /usr/lib/debug/.build-id/7c/9531b7934fbf0f08b39aefd281425fbda1e8fa 120777 root:root ../../../../bin/podiff +File: /usr/lib/debug/.build-id/7c/9531b7934fbf0f08b39aefd281425fbda1e8fa.debug 120777 root:root ../../usr/bin/podiff.debug +File: /usr/lib/debug/usr/bin/podiff.debug 100644 root:root a5f199d84be3565aa9072d27a2f15660 File: /usr/src/debug/podiff-1.3 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/podiff-1.3/y.tab.h 100644 root:root e0dc8a77c7ad07174cc1bdc6bb61987a -RPMIdentity: 0752246290ec3cf20b9467eba6ba746dce0768f8615483d38dcf688d99778475178412c9355060e6c661eff09b9604db3aa8041defe66fe0450464f0884323f0 +RPMIdentity: b338c33dfa6889c03d53ef9337cb8510acde96f6473ab91942a56387c97d7dbaf85bb944bebb5c3636bee655a15a8401eb7500ea46310ba89caab16e6991c191