<86>Sep 11 09:23:44 userdel[3554070]: delete user 'rooter' <86>Sep 11 09:23:44 userdel[3554070]: removed group 'rooter' owned by 'rooter' <86>Sep 11 09:23:44 userdel[3554070]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 11 09:23:44 groupadd[3554078]: group added to /etc/group: name=rooter, GID=702 <86>Sep 11 09:23:44 groupadd[3554078]: group added to /etc/gshadow: name=rooter <86>Sep 11 09:23:44 groupadd[3554078]: new group: name=rooter, GID=702 <86>Sep 11 09:23:44 useradd[3554084]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash <86>Sep 11 09:23:44 userdel[3554094]: delete user 'builder' <86>Sep 11 09:23:44 userdel[3554094]: removed group 'builder' owned by 'builder' <86>Sep 11 09:23:44 userdel[3554094]: removed shadow group 'builder' owned by 'builder' <86>Sep 11 09:23:44 groupadd[3554099]: group added to /etc/group: name=builder, GID=703 <86>Sep 11 09:23:44 groupadd[3554099]: group added to /etc/gshadow: name=builder <86>Sep 11 09:23:44 groupadd[3554099]: new group: name=builder, GID=703 <86>Sep 11 09:23:44 useradd[3554104]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ha-0.999-alt2.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.46176 + 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.46176 + 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 -flto=auto -march=i586 -mtune=generic -D_UNIX' make: Entering directory '/usr/src/RPM/BUILD/ha0999p-linux' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_UNIX acoder.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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] 368 | newhdr.olen=newhdr.clen=md_special(fullname, &sdata); | ^~~~~~~~~~ | md_mkspecial gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_UNIX asc.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_UNIX cpy.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_UNIX error.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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] 130 | write(arcfile,ds,strlen(ds)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ha.c:133:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 133 | 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] 111 | if (ilen) write(arcfile,",",1); | ^~~~~~~~~~~~~~~~~~~~ ha.c:112:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 112 | 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] 114 | write(arcfile,ds,strlen(ds)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_UNIX haio.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_UNIX hsc.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_UNIX info.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_UNIX machine.c machine.c: In function 'md_filetype': machine.c:218:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 218 | 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] 350 | pos=strlen(name_req); | ^~~~~~ machine.c:350:9: warning: incompatible implicit declaration of built-in function 'strlen' machine.c:31:1: note: include '' or provide a declaration of 'strlen' 30 | #include "archive.h" +++ |+#include 31 | machine.c:356:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 356 | 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' 372 | 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' 378 | 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' 389 | 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' 391 | 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' 402 | 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' 404 | 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' 405 | 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' 418 | 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' 420 | 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' 426 | 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' 436 | 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' 439 | 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' 441 | 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' 443 | 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' 444 | 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] 180 | 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] 211 | 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] 277 | 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] 282 | 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] 290 | chown(ofname,mdhd.user,mdhd.group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ machine.c:299:15: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result] 299 | 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] 311 | 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] 363 | ftruncate(fh,len); | ^~~~~~~~~~~~~~~~~ gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_UNIX misc.c gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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.10959 + 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) verify-elf: WARNING: ./usr/bin/ha: uses non-LFS functions: __fxstat __lxstat __open_2 ftruncate lseek open readdir Processing files: ha-0.999-alt2.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32445 + 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.R8l2sX 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.8ydkzV find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZxsA0X 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.aEHqeY find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eliFsW find-requires: running scripts (debuginfo) Requires: ha = 0.999-alt2.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to ha-debuginfo a strict dependency on ha Wrote: /usr/src/RPM/RPMS/i586/ha-0.999-alt2.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ha-debuginfo-0.999-alt2.qa1.i586.rpm (w2.lzdio) 2.82user 0.61system 0:07.88elapsed 43%CPU (0avgtext+0avgdata 42392maxresident)k 0inputs+0outputs (0major+197413minor)pagefaults 0swaps /.out/ha-0.999-alt2.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/ha-debuginfo-0.999-alt2.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 4.24user 2.76system 0:11.16elapsed 62%CPU (0avgtext+0avgdata 42392maxresident)k 0inputs+0outputs (0major+367479minor)pagefaults 0swaps --- ha-0.999-alt2.qa1.i586.rpm.repo 2021-06-27 17:31:09.000000000 +0000 +++ ha-0.999-alt2.qa1.i586.rpm.hasher 2021-09-11 09:23:54.214008818 +0000 @@ -16,3 +16,3 @@ Provides: ha = 0.999-alt2.qa1:sisyphus+276064.100.1.1 -File: /usr/bin/ha 100755 root:root 0338452c5bba6a3bf3a6201c9cbfac3e +File: /usr/bin/ha 100755 root:root f3819a88d27a806cee98234b8f0707a0 File: /usr/share/doc/ha-0.999 40755 root:root @@ -21,2 +21,2 @@ File: /usr/share/man/man1/ha.1.xz 100644 root:root fa4f122b7178a66eca10c325df30d8fb -RPMIdentity: be69e1fc0676bb1f617cc008290c25b0ffe6c75c76eb0b4774ac99f6c0f9dba906d39f191d6efb84d8af137fdb9f75b40dbd82af6b19cd326f260a31c8ec3aec +RPMIdentity: 346ae00fb8a5d3cb4c6755a8b3c8badbf09d6ac0a70e2d8ae724c7f862dbf77722f95c051b151668b5ffd3901cf29f09dcb2e3b05531469db88781ccf0430a61 --- ha-debuginfo-0.999-alt2.qa1.i586.rpm.repo 2021-06-27 17:31:09.000000000 +0000 +++ ha-debuginfo-0.999-alt2.qa1.i586.rpm.hasher 2021-09-11 09:23:54.295009629 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/04 40755 root:root -/usr/lib/debug/.build-id/04/844bea36b938977a345005f69a032b52587117 120777 root:root ../../../../bin/ha -/usr/lib/debug/.build-id/04/844bea36b938977a345005f69a032b52587117.debug 120777 root:root ../../usr/bin/ha.debug +/usr/lib/debug/.build-id/42 40755 root:root +/usr/lib/debug/.build-id/42/e03a5df09badd6e52616bc296baabdbead62b3 120777 root:root ../../../../bin/ha +/usr/lib/debug/.build-id/42/e03a5df09badd6e52616bc296baabdbead62b3.debug 120777 root:root ../../usr/bin/ha.debug /usr/lib/debug/usr/bin/ha.debug 100644 root:root @@ -6,3 +6,2 @@ /usr/src/debug/ha0999p-linux/acoder.c 100644 root:root -/usr/src/debug/ha0999p-linux/acoder.h 100644 root:root /usr/src/debug/ha0999p-linux/archive.c 100644 root:root @@ -29,9 +28,8 @@ Provides: ha-debuginfo = 0.999-alt2.qa1:sisyphus+276064.100.1.1 -File: /usr/lib/debug/.build-id/04 40755 root:root -File: /usr/lib/debug/.build-id/04/844bea36b938977a345005f69a032b52587117 120777 root:root ../../../../bin/ha -File: /usr/lib/debug/.build-id/04/844bea36b938977a345005f69a032b52587117.debug 120777 root:root ../../usr/bin/ha.debug -File: /usr/lib/debug/usr/bin/ha.debug 100644 root:root 9d8c268bfe33227ba6f624c8f55afe1c +File: /usr/lib/debug/.build-id/42 40755 root:root +File: /usr/lib/debug/.build-id/42/e03a5df09badd6e52616bc296baabdbead62b3 120777 root:root ../../../../bin/ha +File: /usr/lib/debug/.build-id/42/e03a5df09badd6e52616bc296baabdbead62b3.debug 120777 root:root ../../usr/bin/ha.debug +File: /usr/lib/debug/usr/bin/ha.debug 100644 root:root fea9fc6fa88719877c990b771b842bf6 File: /usr/src/debug/ha0999p-linux 40755 root:root File: /usr/src/debug/ha0999p-linux/acoder.c 100644 root:root d516414fbe98bcfb0e1c5f61a6da16cc -File: /usr/src/debug/ha0999p-linux/acoder.h 100644 root:root 3299cfd0bb23ac72a9609b330a542932 File: /usr/src/debug/ha0999p-linux/archive.c 100644 root:root a237ef754a3289603a94f540861c91cb @@ -53,2 +51,2 @@ File: /usr/src/debug/ha0999p-linux/swdict.h 100644 root:root 3791d46ee3e4139c6885eb1786bc33ae -RPMIdentity: 871ef347f63aa4dfc18bb25e10e24c30e83b1936ed54f0906ce7468f44c9cf39977e2cf2a2742b617e2e4c9856d2b64dd4eb9651f42404db53c5041ffa9e622f +RPMIdentity: c0833a6f5264850b8b46d2d6963fb42d2a6b73a7306b57cac09dac8d9cacf7f0e2edf2224019aa44431f38c445e3e91115ca362b77b3df84a51880a82aba19d3