<86>Sep 29 11:13:51 userdel[3744726]: delete user 'rooter' <86>Sep 29 11:13:51 userdel[3744726]: removed group 'rooter' owned by 'rooter' <86>Sep 29 11:13:51 userdel[3744726]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 11:13:51 groupadd[3744732]: group added to /etc/group: name=rooter, GID=1253 <86>Sep 29 11:13:51 groupadd[3744732]: group added to /etc/gshadow: name=rooter <86>Sep 29 11:13:51 groupadd[3744732]: new group: name=rooter, GID=1253 <86>Sep 29 11:13:51 useradd[3744738]: new user: name=rooter, UID=1253, GID=1253, home=/root, shell=/bin/bash <86>Sep 29 11:13:51 userdel[3744747]: delete user 'builder' <86>Sep 29 11:13:51 userdel[3744747]: removed group 'builder' owned by 'builder' <86>Sep 29 11:13:51 userdel[3744747]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 11:13:51 groupadd[3744760]: group added to /etc/group: name=builder, GID=1254 <86>Sep 29 11:13:51 groupadd[3744760]: group added to /etc/gshadow: name=builder <86>Sep 29 11:13:51 groupadd[3744760]: new group: name=builder, GID=1254 <86>Sep 29 11:13:51 useradd[3744768]: new user: name=builder, UID=1254, GID=1254, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ha-0.999-alt2.qa1.nosrc.rpm (w1.gzdio) Installing ha-0.999-alt2.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ha0999p-linux + echo 'Source #0 (ha0999p-linux.tar):' Source #0 (ha0999p-linux.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ha0999p-linux.tar + cd ha0999p-linux + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.80787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ha0999p-linux + rm -f makefile machine.h + mv grr/Makefile Makefile + mv grr/machine.h machine.h + make ha 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX' make: Entering directory '/usr/src/RPM/BUILD/ha0999p-linux' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX acoder.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX archive.c archive.c: In function 'arc_addspecial': archive.c:368:29: warning: implicit declaration of function 'md_special'; did you mean 'md_mkspecial'? [-Wimplicit-function-declaration] newhdr.olen=newhdr.clen=md_special(fullname, &sdata); ^~~~~~~~~~ md_mkspecial gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX asc.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX cpy.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX error.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX ha.c ha.c: In function 'makeinfo': ha.c:130:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(arcfile,ds,strlen(ds)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ha.c:133:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(arcfile,ds,strlen(ds)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ha.c: In function 'infoout': ha.c:111:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if (ilen) write(arcfile,",",1); ^~~~~~~~~~~~~~~~~~~~ ha.c:112:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] if (!(ilen++&0xf)) write(arcfile,"\n\t",2); ^~~~~~~~~~~~~~~~~~~~~~~ ha.c:114:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(arcfile,ds,strlen(ds)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX haio.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX hsc.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX info.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX machine.c machine.c: In function 'md_filetype': machine.c:218:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(name,".") || !strcmp(name,"..")) return T_SKIP; ^~~~~~ machine.c: In function 'md_arcname': machine.c:350:9: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] pos=strlen(name_req); ^~~~~~ machine.c:350:9: warning: incompatible implicit declaration of built-in function 'strlen' machine.c:350:9: note: include '' or provide a declaration of 'strlen' machine.c:31:1: +#include machine.c:350:9: pos=strlen(name_req); ^~~~~~ machine.c:356:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(newname,name_req); ^~~~~~ machine.c:356:5: warning: incompatible implicit declaration of built-in function 'strcpy' machine.c:356:5: note: include '' or provide a declaration of 'strcpy' machine.c: In function 'md_tohapath': machine.c:372:7: warning: incompatible implicit declaration of built-in function 'strlen' j=strlen(mdpath); ^~~~~~ machine.c:372:7: note: include '' or provide a declaration of 'strlen' machine.c:378:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(hapath,mdpath+i); ^~~~~~ machine.c:378:5: note: include '' or provide a declaration of 'strcpy' machine.c: In function 'md_tomdpath': machine.c:389:24: warning: incompatible implicit declaration of built-in function 'strlen' if ((mdpath=malloc(strlen(hapath)+1))==NULL) ^~~~~~ machine.c:389:24: note: include '' or provide a declaration of 'strlen' machine.c:391:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(mdpath,hapath); ^~~~~~ machine.c:391:5: note: include '' or provide a declaration of 'strcpy' machine.c: In function 'md_strippath': machine.c:402:27: warning: incompatible implicit declaration of built-in function 'strlen' if ((plainpath=malloc(strlen(mdfullpath)+1))==NULL) ^~~~~~ machine.c:402:27: note: include '' or provide a declaration of 'strlen' machine.c:404:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(plainpath,mdfullpath); ^~~~~~ machine.c:404:5: note: include '' or provide a declaration of 'strcpy' machine.c:405:12: warning: incompatible implicit declaration of built-in function 'strlen' for (i=strlen(plainpath)-1;i>=0;i--) { ^~~~~~ machine.c:405:12: note: include '' or provide a declaration of 'strlen' machine.c: In function 'md_stripname': machine.c:418:27: warning: incompatible implicit declaration of built-in function 'strlen' if ((plainname=malloc(strlen(mdfullpath)+1))==NULL) ^~~~~~ machine.c:418:27: note: include '' or provide a declaration of 'strlen' machine.c:420:12: warning: incompatible implicit declaration of built-in function 'strlen' for (i=strlen(mdfullpath)-1;i>0;i--) { ^~~~~~ machine.c:420:12: note: include '' or provide a declaration of 'strlen' machine.c:426:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(plainname,mdfullpath+i); ^~~~~~ machine.c:426:5: note: include '' or provide a declaration of 'strcpy' machine.c: In function 'md_pconcat': machine.c:436:18: warning: incompatible implicit declaration of built-in function 'strlen' if ((headlen=strlen(head))!=0) { ^~~~~~ machine.c:436:18: note: include '' or provide a declaration of 'strlen' machine.c:439:33: warning: incompatible implicit declaration of built-in function 'strlen' if ((newpath=malloc(headlen+strlen(tail)+delim2+delim1+1))==NULL) ^~~~~~ machine.c:439:33: note: include '' or provide a declaration of 'strlen' machine.c:441:21: warning: incompatible implicit declaration of built-in function 'strcpy' if (headlen!=0) strcpy(newpath,head); ^~~~~~ machine.c:441:21: note: include '' or provide a declaration of 'strcpy' machine.c:443:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(newpath+headlen+delim1,tail); ^~~~~~ machine.c:443:5: note: include '' or provide a declaration of 'strcpy' machine.c:444:32: warning: incompatible implicit declaration of built-in function 'strlen' if (delim2) strcpy(newpath+strlen(newpath),"/"); ^~~~~~ machine.c:444:32: note: include '' or provide a declaration of 'strlen' machine.c: In function 'md_gethdr': machine.c:180:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(arcfile,buf,len); ^~~~~~~~~~~~~~~~~~~~~ machine.c: In function 'md_puthdr': machine.c:211:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(arcfile,buf,MDHDLEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~ machine.c: In function 'md_mkspecial': machine.c:277:15: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] if (useattr) chown(ofname,mdhd.user,mdhd.group); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ machine.c:282:15: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] if (useattr) chown(ofname,mdhd.user,mdhd.group); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ machine.c:290:6: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] chown(ofname,mdhd.user,mdhd.group); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ machine.c:299:15: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] if (useattr) chown(ofname,mdhd.user,mdhd.group); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ machine.c: In function 'md_setfattrs': machine.c:311:2: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] chown(file,mdhd.user,mdhd.group); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ machine.c: In function 'md_truncfile': machine.c:363:5: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] ftruncate(fh,len); ^~~~~~~~~~~~~~~~~ machine.c: In function 'md_timestring': machine.c:340:22: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 10 and 17 [-Wformat-overflow=] sprintf(ts,"%04d-%02d-%02d %02d:%02d",tim->tm_year+1900,tim->tm_mon+1, ^~~~ machine.c:340:16: note: directive argument in the range [-2147483647, 2147483647] sprintf(ts,"%04d-%02d-%02d %02d:%02d",tim->tm_year+1900,tim->tm_mon+1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from machine.c:24: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 18 and 61 bytes into a destination of size 22 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX misc.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -D_UNIX swdict.c gcc -O2 -o ha acoder.o archive.o asc.o cpy.o error.o ha.o haio.o hsc.o info.o machine.o misc.o swdict.o make: Leaving directory '/usr/src/RPM/BUILD/ha0999p-linux' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.16820 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ha-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ha-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ha0999p-linux + install -p -m755 -D ha /usr/src/tmp/ha-buildroot/usr/bin/ha + install -p -m644 -D ha.1 /usr/src/tmp/ha-buildroot/usr/share/man/man1/ha.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ha-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ha-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ha-buildroot/ (default) Compressing files in /usr/src/tmp/ha-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ha-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: ha-0.999-alt2.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16820 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ha0999p-linux + DOCDIR=/usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999 + export DOCDIR + rm -rf /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999 + /bin/mkdir -p /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999 + cp -prL info.txt md_funcs.txt /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999 + chmod -R go-w /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999 + chmod -R a+rX /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZTiEUw find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nvnD7U find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zE8trm Creating ha-debuginfo package Processing files: ha-debuginfo-0.999-alt2.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7C03RQ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hXzmqo find-requires: running scripts (debuginfo) Requires: ha = 0.999-alt2.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/ha-0.999-alt2.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ha-debuginfo-0.999-alt2.qa1.x86_64.rpm (w2.lzdio) 3.11user 1.07system 0:08.60elapsed 48%CPU (0avgtext+0avgdata 34428maxresident)k 0inputs+0outputs (0major+253318minor)pagefaults 0swaps 0.57user 1.06system 0:12.15elapsed 13%CPU (0avgtext+0avgdata 11672maxresident)k 0inputs+0outputs (0major+97309minor)pagefaults 0swaps --- ha-0.999-alt2.qa1.x86_64.rpm.repo 2013-04-16 00:00:49.000000000 +0000 +++ ha-0.999-alt2.qa1.x86_64.rpm.hasher 2024-09-29 11:14:01.801630067 +0000 @@ -4,3 +4,3 @@ /usr/share/doc/ha-0.999/md_funcs.txt 100644 root:root -/usr/share/man/man1/ha.1.gz 100644 root:root +/usr/share/man/man1/ha.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -14,3 +14,3 @@ Provides: ha = 0.999-alt2.qa1 -File: /usr/bin/ha 100755 root:root ec36f334a051a400553b54685cebf4af +File: /usr/bin/ha 100755 root:root f4d238d9a28250a61dc68951aa37a8a6 File: /usr/share/doc/ha-0.999 40755 root:root @@ -18,3 +18,3 @@ File: /usr/share/doc/ha-0.999/md_funcs.txt 100644 root:root ab908db9fbc1781f4f04af1235e428a4 -File: /usr/share/man/man1/ha.1.gz 100644 root:root f2784258a2ce88577ab4e554f0198502 -RPMIdentity: 2dca4e24715e83651f74041bc6d64ac419a48324ce1a440f59af75c6959dd41a2c2bb568008d6f7a1fbf7ed2c681755c4a1af6132fdb2a568d9d4e25d0334013 +File: /usr/share/man/man1/ha.1.xz 100644 root:root fa4f122b7178a66eca10c325df30d8fb +RPMIdentity: d36fdabacb59c0abfdcedaab34402b857174aa0ad747ba7fbde0d41594011817349b0e965d7e4d326a5336a2de5dfa44277d11bb8da5168c37c7e69d85fe50dd --- ha-debuginfo-0.999-alt2.qa1.x86_64.rpm.repo 2013-04-16 00:00:49.000000000 +0000 +++ ha-debuginfo-0.999-alt2.qa1.x86_64.rpm.hasher 2024-09-29 11:14:01.866629709 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/27 40755 root:root -/usr/lib/debug/.build-id/27/fc18554732776d21b25c53085d734d12edd440 120777 root:root ../../../../bin/ha -/usr/lib/debug/.build-id/27/fc18554732776d21b25c53085d734d12edd440.debug 120777 root:root ../../usr/bin/ha.debug +/usr/lib/debug/.build-id/8c 40755 root:root +/usr/lib/debug/.build-id/8c/bd3a949a3fa402891a3a01dc75d5014c712cf4 120777 root:root ../../../../bin/ha +/usr/lib/debug/.build-id/8c/bd3a949a3fa402891a3a01dc75d5014c712cf4.debug 120777 root:root ../../usr/bin/ha.debug /usr/lib/debug/usr/bin/ha.debug 100644 root:root @@ -29,6 +29,6 @@ Provides: ha-debuginfo = 0.999-alt2.qa1 -File: /usr/lib/debug/.build-id/27 40755 root:root -File: /usr/lib/debug/.build-id/27/fc18554732776d21b25c53085d734d12edd440 120777 root:root ../../../../bin/ha -File: /usr/lib/debug/.build-id/27/fc18554732776d21b25c53085d734d12edd440.debug 120777 root:root ../../usr/bin/ha.debug -File: /usr/lib/debug/usr/bin/ha.debug 100644 root:root 70623f77a27e2f5de4c7605789b0edc0 +File: /usr/lib/debug/.build-id/8c 40755 root:root +File: /usr/lib/debug/.build-id/8c/bd3a949a3fa402891a3a01dc75d5014c712cf4 120777 root:root ../../../../bin/ha +File: /usr/lib/debug/.build-id/8c/bd3a949a3fa402891a3a01dc75d5014c712cf4.debug 120777 root:root ../../usr/bin/ha.debug +File: /usr/lib/debug/usr/bin/ha.debug 100644 root:root 941105166b3a7d09f0416631781d2ea5 File: /usr/src/debug/ha0999p-linux 40755 root:root @@ -53,2 +53,2 @@ File: /usr/src/debug/ha0999p-linux/swdict.h 100644 root:root 3791d46ee3e4139c6885eb1786bc33ae -RPMIdentity: 5e04e5ea10c004115734e1ba5591ffd711b6200c489b781ad86fe8cb34a5832a449774f5c615d33a57d2e9e6409bc5ea072744ebc146246b9ed216960d83a828 +RPMIdentity: 4e648977989c1750ba2129629dd32f3b5b736320f6441454fbddb2e5ef928408366f5ba57ef1670211cfa3e044a1c685a4231ea8ce372bd51ac1baacd139ab64