<86>May 4 00:05:42 userdel[1206676]: delete user 'rooter' <86>May 4 00:05:42 userdel[1206676]: removed group 'rooter' owned by 'rooter' <86>May 4 00:05:42 userdel[1206676]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:05:42 groupadd[1206783]: group added to /etc/group: name=rooter, GID=1241 <86>May 4 00:05:42 groupadd[1206783]: group added to /etc/gshadow: name=rooter <86>May 4 00:05:42 groupadd[1206783]: new group: name=rooter, GID=1241 <86>May 4 00:05:42 useradd[1206919]: new user: name=rooter, UID=1241, GID=1241, home=/root, shell=/bin/bash, from=none <86>May 4 00:05:42 userdel[1207073]: delete user 'builder' <86>May 4 00:05:42 groupadd[1207133]: group added to /etc/group: name=builder, GID=1242 <86>May 4 00:05:42 groupadd[1207133]: group added to /etc/gshadow: name=builder <86>May 4 00:05:42 groupadd[1207133]: new group: name=builder, GID=1242 <86>May 4 00:05:42 useradd[1207213]: new user: name=builder, UID=1242, GID=1242, 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.4370 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/cban-0.1.8-0.tgz + 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.13863 + 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 -j8 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.13863 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/cban-buildroot Processing files: cban-0.1.8-alt2.2.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.73544 + 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.0vHyoY 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.XmrsVt 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.gCBf5r 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.7pPHd2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gWaxrH 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.63user 0.51system 0:06.53elapsed 17%CPU (0avgtext+0avgdata 28396maxresident)k 0inputs+0outputs (0major+144927minor)pagefaults 0swaps 0.93user 1.76system 0:15.96elapsed 16%CPU (0avgtext+0avgdata 12280maxresident)k 0inputs+0outputs (0major+93497minor)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 2024-05-04 00:05:53.304550909 +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 4b63f0c26290e4a06c0c77c90a997f6c 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: 410f93333b61074b6698435b79b2d1152316ae6999b427ffc15163b46f03bf86fda2f975432c5ff6be3791d78fa716aa11832d0d2aac36087fcc045fbfbd9c58 --- 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 2024-05-04 00:05:53.464550009 +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/09 40755 root:root +/usr/lib/debug/.build-id/09/3df876537b60261107a4f318ce49c557b782bb 120777 root:root ../../../../sbin/cban +/usr/lib/debug/.build-id/09/3df876537b60261107a4f318ce49c557b782bb.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/09 40755 root:root +File: /usr/lib/debug/.build-id/09/3df876537b60261107a4f318ce49c557b782bb 120777 root:root ../../../../sbin/cban +File: /usr/lib/debug/.build-id/09/3df876537b60261107a4f318ce49c557b782bb.debug 120777 root:root ../../usr/sbin/cban.debug +File: /usr/lib/debug/usr/sbin/cban.debug 100644 root:root fb4453dd9d649e5421ca01bfac70727a 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: 4c9df3300a044aa86863a50ebd96fd34a086f1addd7a66acdede145ed8fb2d17f472839cea03e66d11f38b27ddc6e0c22eedcc1b00abcb281874fb21f0846a36