<86>Sep 7 06:17:05 userdel[2975892]: delete user 'rooter' <86>Sep 7 06:17:05 userdel[2975892]: removed group 'rooter' owned by 'rooter' <86>Sep 7 06:17:05 userdel[2975892]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 7 06:17:05 groupadd[2975912]: group added to /etc/group: name=rooter, GID=1859 <86>Sep 7 06:17:05 groupadd[2975912]: group added to /etc/gshadow: name=rooter <86>Sep 7 06:17:05 groupadd[2975912]: new group: name=rooter, GID=1859 <86>Sep 7 06:17:05 useradd[2975926]: new user: name=rooter, UID=1859, GID=1859, home=/root, shell=/bin/bash, from=none <86>Sep 7 06:17:05 userdel[2975951]: delete user 'builder' <86>Sep 7 06:17:05 userdel[2975951]: removed group 'builder' owned by 'builder' <86>Sep 7 06:17:05 userdel[2975951]: removed shadow group 'builder' owned by 'builder' <86>Sep 7 06:17:05 groupadd[2975971]: group added to /etc/group: name=builder, GID=1860 <86>Sep 7 06:17:05 groupadd[2975971]: group added to /etc/gshadow: name=builder <86>Sep 7 06:17:05 groupadd[2975971]: new group: name=builder, GID=1860 <86>Sep 7 06:17:05 useradd[2975994]: new user: name=builder, UID=1860, GID=1860, home=/usr/src, shell=/bin/bash, from=none Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/cban-0.1.8-alt2.2.qa1.nosrc.rpm (w1.gzdio) Installing cban-0.1.8-alt2.2.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.14052 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf cban + echo 'Source #0 (cban-0.1.8-0.tgz):' Source #0 (cban-0.1.8-0.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/cban-0.1.8-0.tgz + /bin/tar -xf - + cd cban + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (cban-0.1.8-alt_optflags-int.diff):' Patch #0 (cban-0.1.8-alt_optflags-int.diff): + /usr/bin/patch -p1 patching file src/Makefile patching file src/cban.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.14052 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cban + /bin/install -Dp -m 0644 /usr/src/RPM/SOURCES/readme_alt.cp1251 ./readme_alt.cp1251 + cd src + make clean make: Entering directory '/usr/src/RPM/BUILD/cban/src' /bin/rm -rfv *.o cban removed 'cban.o' removed 'cban' make: Leaving directory '/usr/src/RPM/BUILD/cban/src' + export 'OPTFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + OPTFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + make -j16 make: Entering directory '/usr/src/RPM/BUILD/cban/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O4 -D NDEBUG -c cban.c cban.c: In function 'process_data': cban.c:119:23: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'FILE *' [-Wformat=] 119 | DEBUG(printf ("debug:closed %s at %x.\n",PROCFILE,fd)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ | | | FILE * cban.c:34:36: note: in definition of macro 'DEBUG' 34 | #define DEBUG(x) if ( debug >= 1 ) x; | ^ cban.c:119:44: note: format string is defined here 119 | DEBUG(printf ("debug:closed %s at %x.\n",PROCFILE,fd)); | ~^ | | | unsigned int cban.c:120:16: warning: implicit declaration of function 'open_proc_file' [-Wimplicit-function-declaration] 120 | return open_proc_file(); | ^~~~~~~~~~~~~~ cban.c: In function 'open_proc_file': cban.c:248:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'FILE *' [-Wformat=] 248 | DEBUG (printf ("debug:opened %s at %x.\n",PROCFILE,fd)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ | | | FILE * cban.c:34:36: note: in definition of macro 'DEBUG' 34 | #define DEBUG(x) if ( debug >= 1 ) x; | ^ cban.c:248:41: note: format string is defined here 248 | DEBUG (printf ("debug:opened %s at %x.\n",PROCFILE,fd)); | ~^ | | | unsigned int cban.c: In function 'process_data': cban.c:76:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 76 | fgets( buffer, BUFFER, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cban.c:77:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 77 | fgets( buffer, BUFFER, fd ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/cban/src' make: Entering directory '/usr/src/RPM/BUILD/cban/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O4 -D NDEBUG cban.o -o cban make: Leaving directory '/usr/src/RPM/BUILD/cban/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.48672 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/cban-buildroot + : + /bin/rm -rf -- /usr/src/tmp/cban-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd cban + /bin/install -Dp -m 0755 src/cban /usr/src/tmp/cban-buildroot/usr/sbin/cban + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/cban-buildroot (auto) Verifying and fixing files in /usr/src/tmp/cban-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/cban-buildroot/ (default) Compressing files in /usr/src/tmp/cban-buildroot (auto) Verifying ELF objects in /usr/src/tmp/cban-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: cban-0.1.8-alt2.2.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.48672 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cban + DOCDIR=/usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8 + export DOCDIR + rm -rf /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8 + /bin/mkdir -p /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8 + cp -prL AUTHORS COPYING Changelog KnownBUGS INSTALL etc readme_alt.cp1251 /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8 + chmod -R go-w /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8 + chmod -R a+rX /usr/src/tmp/cban-buildroot/usr/share/doc/cban-0.1.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4aWOF4 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.h2402m 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.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.piHLZe Creating cban-debuginfo package Processing files: cban-debuginfo-0.1.8-alt2.2.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VAztya find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W92Ir9 find-requires: running scripts (debuginfo) Requires: cban = 0.1.8-alt2.2.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/cban-0.1.8-alt2.2.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/cban-debuginfo-0.1.8-alt2.2.qa1.x86_64.rpm (w2.lzdio) 0.29user 0.50system 0:05.49elapsed 14%CPU (0avgtext+0avgdata 28896maxresident)k 0inputs+0outputs (0major+143264minor)pagefaults 0swaps 0.56user 1.04system 0:08.71elapsed 18%CPU (0avgtext+0avgdata 12220maxresident)k 0inputs+0outputs (0major+94245minor)pagefaults 0swaps --- cban-0.1.8-alt2.2.qa1.x86_64.rpm.repo 2013-04-17 23:35:33.000000000 +0000 +++ cban-0.1.8-alt2.2.qa1.x86_64.rpm.hasher 2023-09-07 06:17:12.003300947 +0000 @@ -20,2 +20,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) @@ -24,3 +25,3 @@ Provides: cban = 0.1.8-alt2.2.qa1 -File: /usr/sbin/cban 100755 root:root 2242d5a64696607c7a76a0cbd519fc11 +File: /usr/sbin/cban 100755 root:root 59dd874f0dcf17bf0f186243bbf96cda File: /usr/share/doc/cban-0.1.8 40755 root:root @@ -41,2 +42,2 @@ File: /usr/share/doc/cban-0.1.8/readme_alt.cp1251 100644 root:root 87252cd345aeda8c0af828ace6e299b5 -RPMIdentity: b1e05f19bdd406e2576bcb1c1422a12043c7bc90585da010715ce60eb2c27479d12f0db87de8b07d4ab79aef218385da60f436cfeb51567000c9e8682cb17e97 +RPMIdentity: e5b9ebed433c56f5ed1571eca8ff9532a1eea13556998230883904a8cf8df674a86cafc1ec52c9bd765af73e0e846576e6c041d0dd5325934967d09fb8d21e87 --- cban-debuginfo-0.1.8-alt2.2.qa1.x86_64.rpm.repo 2013-04-17 23:35:33.000000000 +0000 +++ cban-debuginfo-0.1.8-alt2.2.qa1.x86_64.rpm.hasher 2023-09-07 06:17:12.072301921 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/5c 40755 root:root -/usr/lib/debug/.build-id/5c/921ca9accccb6a1b3b84111df26a5cf3e723fb 120777 root:root ../../../../sbin/cban -/usr/lib/debug/.build-id/5c/921ca9accccb6a1b3b84111df26a5cf3e723fb.debug 120777 root:root ../../usr/sbin/cban.debug +/usr/lib/debug/.build-id/8a 40755 root:root +/usr/lib/debug/.build-id/8a/ee028e1fb4e0bf8055fea14ec056e29ee66607 120777 root:root ../../../../sbin/cban +/usr/lib/debug/.build-id/8a/ee028e1fb4e0bf8055fea14ec056e29ee66607.debug 120777 root:root ../../usr/sbin/cban.debug /usr/lib/debug/usr/sbin/cban.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: cban-debuginfo = 0.1.8-alt2.2.qa1 -File: /usr/lib/debug/.build-id/5c 40755 root:root -File: /usr/lib/debug/.build-id/5c/921ca9accccb6a1b3b84111df26a5cf3e723fb 120777 root:root ../../../../sbin/cban -File: /usr/lib/debug/.build-id/5c/921ca9accccb6a1b3b84111df26a5cf3e723fb.debug 120777 root:root ../../usr/sbin/cban.debug -File: /usr/lib/debug/usr/sbin/cban.debug 100644 root:root 58c39d68e08e34e0bf029a200a3061cd +File: /usr/lib/debug/.build-id/8a 40755 root:root +File: /usr/lib/debug/.build-id/8a/ee028e1fb4e0bf8055fea14ec056e29ee66607 120777 root:root ../../../../sbin/cban +File: /usr/lib/debug/.build-id/8a/ee028e1fb4e0bf8055fea14ec056e29ee66607.debug 120777 root:root ../../usr/sbin/cban.debug +File: /usr/lib/debug/usr/sbin/cban.debug 100644 root:root fe892863e80bbcba108605052bc8b667 File: /usr/src/debug/cban 40755 root:root @@ -19,2 +19,2 @@ File: /usr/src/debug/cban/src/cban.c 100644 root:root 436e1068687b0017eea14d61fb5e8e8f -RPMIdentity: c577157261e7ae488788417f34bb7acbc1b014576d4d9e22e60db0cbdbb7dd9f8dcb58c5f2c12472e631dbf6b7c62ac8ef33622d8a4c9a76eef4dd6cb5b05e78 +RPMIdentity: bac84693ed15f4148933ec47371a5581c7a25153c55659e0bcc5799ccc70b6f57aaeffe4d57fd732df85ddd5b4c31340e411507beb523512c953a998076a9801