<86>May  9 01:39:27 userdel[3292410]: delete user 'rooter'
<86>May  9 01:39:27 userdel[3292410]: removed group 'rooter' owned by 'rooter'
<86>May  9 01:39:27 groupadd[3292425]: group added to /etc/group: name=rooter, GID=663
<86>May  9 01:39:27 groupadd[3292425]: group added to /etc/gshadow: name=rooter
<86>May  9 01:39:27 groupadd[3292425]: new group: name=rooter, GID=663
<86>May  9 01:39:27 useradd[3292436]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash
<86>May  9 01:39:27 userdel[3292463]: delete user 'builder'
<86>May  9 01:39:27 userdel[3292463]: removed group 'builder' owned by 'builder'
<86>May  9 01:39:27 userdel[3292463]: removed shadow group 'builder' owned by 'builder'
<86>May  9 01:39:27 groupadd[3292479]: group added to /etc/group: name=builder, GID=664
<86>May  9 01:39:27 groupadd[3292479]: group added to /etc/gshadow: name=builder
<86>May  9 01:39:27 groupadd[3292479]: new group: name=builder, GID=664
<86>May  9 01:39:27 useradd[3292494]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/freedup-1.6-alt1.nosrc.rpm (w1.gzdio)
Installing freedup-1.6-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59376
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf freedup-1.6
+ echo 'Source #0 (freedup-1.6-2-src.tar):'
Source #0 (freedup-1.6-2-src.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/freedup-1.6-2-src.tar
+ cd freedup-1.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ rm -f '*.o' freedup symharden
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59376
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd freedup-1.6
+ make freedup symharden 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='\'''\'' -std=gnu99'
make: Entering directory '/usr/src/RPM/BUILD/freedup-1.6'
awk '{if($1=="%define"){if($2=="version")v=$3;if($2=="release")r=$3;}};END{printf"%s-%s",v,r;}' \
freedup.spec >version
echo -e "#define VERSION\t\"$(cat version)\"" >version.h
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o freedup.o freedup.c
freedup.c: In function 'hashprobe':
freedup.c:455:3: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'const long unsigned int'} [-Wformat=]
   "hash result is: \"%s\"\n"
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
freedup.c:458:3:
   hashme[method].length,hashme[method].space1,
   ~~~~~~~~~~~~~~~~~~~~~
freedup.c:457:10: note: format string is defined here
   " \"<#%d>%c%c<file>\"\n", buffer, hashme[method].type,
         ~^
         %ld
freedup.c:444:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
     fgets(buffer,MAXPATHLENGTH+132,file2hash);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
freedup.c: In function 'getpwd':
freedup.c:546:2: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
  getcwd( pwd, s );
  ^~~~~~~~~~~~~~~~
freedup.c: In function 'readtree':
freedup.c:1713:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  fgets(buffer,MAXPATHLENGTH,in);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
freedup.c: In function 'main':
freedup.c:1807:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
       chdir( pwd );   break;
       ^~~~~~~~~~~~
freedup.c:1890:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",stopornot); }
  ^~~~~~~~~~~~~~~~~~~~~
freedup.c: In function 'gethash':
freedup.c:378:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
     fgets(buffer,MAXPATHLENGTH+132,file2hash);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o config.o config.c
config.c: In function 'readconfigline':
config.c:360:6: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
      while( isspace(ptr[1]) && (ptr-token)<2000 ) ptr++; ptr++;
      ^~~~~
config.c:360:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
      while( isspace(ptr[1]) && (ptr-token)<2000 ) ptr++; ptr++;
                                                          ^~~
config.c: In function 'getconfigs':
config.c:217:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  fgets( buffer, 2048, cfg );
  ^~~~~~~~~~~~~~~~~~~~~~~~~~
config.c: In function 'readconfigfile':
config.c:261:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  fgets( buffer, 2048, cfg );
  ^~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:294:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
       chdir(pwd);
       ^~~~~~~~~~
config.c: In function 'readconfig':
config.c:324:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  fgets( buffer, 2048, cfg );
  ^~~~~~~~~~~~~~~~~~~~~~~~~~
config.c: In function 'readconfigline':
config.c:424:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
       chdir(pwd);
       ^~~~~~~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o sha1.o sha1.c
sha1.c:58:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] =
                   ^~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o mp3.o mp3.c
mp3.c: In function 'mp3start':
mp3.c:54:30: warning: variable 'version' set but not used [-Wunused-but-set-variable]
     unsigned char buffer[10],version;
                              ^~~~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o mp4.o mp4.c
mp4.c: In function 'mp4fulltest':
mp4.c:42:12: warning: variable 'count' set but not used [-Wunused-but-set-variable]
     size_t count;
            ^~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o mpc.o mpc.c
mpc.c: In function 'mpcfulltest':
mpc.c:42:12: warning: variable 'count' set but not used [-Wunused-but-set-variable]
     size_t count;
            ^~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o jpg.o jpg.c
jpg.c: In function 'jpgfulltest':
jpg.c:36:12: warning: variable 'count' set but not used [-Wunused-but-set-variable]
     size_t count;
            ^~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o my.o my.c
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o ogg.o ogg.c
ogg.c: In function 'oggfulltest':
ogg.c:46:12: warning: variable 'count' set but not used [-Wunused-but-set-variable]
     size_t count;
            ^~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o auto.o auto.c
auto.c: In function 'autofulltest':
auto.c:53:12: warning: variable 'count' set but not used [-Wunused-but-set-variable]
     size_t count;
            ^~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o web.o web.c
In file included from web.c:21:
web.c: In function 'answer':
web.c:103:28: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     assert( ((end-ptr<1024),"filename buffer is defined to 1024 chars only") );
                            ^
web.c:103:28: warning: left-hand operand of comma expression has no effect [-Wunused-value]
     assert( ((end-ptr<1024),"filename buffer is defined to 1024 chars only") );
                            ^
web.c:83:9: warning: variable 'type' set but not used [-Wunused-but-set-variable]
     int type=0;
         ^~~~
web.c: In function 'process':
web.c:234:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
         external=show_header(200,2);
                 ^
web.c: In function 'mysendfile':
web.c:201:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
      fgets( buffer, inputstat.st_size+100, infile );
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99   -c -o socket.o socket.c
socket.c: In function 'l_listen':
socket.c:95:5: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result]
     seteuid(uid);
     ^~~~~~~~~~~~
cc   freedup.o config.o sha1.o mp3.o mp4.o mpc.o jpg.o my.o ogg.o auto.o web.o socket.o   -o freedup
/usr/bin/ld.default: freedup.o: in function `linkfilesecure':
/usr/src/RPM/BUILD/freedup-1.6/freedup.c:614: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99    symharden.c   -o symharden
/usr/bin/ld.default: /usr/src/tmp/ccOFdEFI.o: in function `mkmytemp':
/usr/src/RPM/BUILD/freedup-1.6/symharden.c:73: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
make: Leaving directory '/usr/src/RPM/BUILD/freedup-1.6'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.3582
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/freedup-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/freedup-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd freedup-1.6
+ mkdir -p /usr/src/tmp/freedup-buildroot/usr/bin /usr/src/tmp/freedup-buildroot/usr/share/man/man1
+ install -s -p -m 755 freedup symharden /usr/src/tmp/freedup-buildroot/usr/bin/
WARNING: strip is called in %install by 'install -s' (ignored)
WARNING: strip is called in %install by 'install -s' (ignored)
+ install -p -m 644 freedup.1 /usr/src/tmp/freedup-buildroot/usr/share/man/man1/freedup.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/freedup-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/freedup-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/freedup-buildroot/ (default)
Compressing files in /usr/src/tmp/freedup-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/freedup-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.10266
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd freedup-1.6
+ fakeroot make test
make: Entering directory '/usr/src/RPM/BUILD/freedup-1.6'
External program	"/usr/bin/sha512sum" 	 is present and executable
External program	"/usr/bin/sha384sum" 	 is present and executable
External program	"/usr/bin/sha256sum" 	 is present and executable
External program	"/usr/bin/sha224sum" 	 is present and executable
External program	"/usr/bin/sha1sum" 	 is present and executable
External program	"/usr/bin/md5sum" 	 is present and executable
External program	"/usr/bin/sum" 		 is present and executable
sha1.c:58:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
 static const char rcsid[] =
                   ^~~~~
Test prepared:		Hash Method - internal: SHA1 by A.Saddi	successful
make -f Makefile.tests
make[1]: Entering directory '/usr/src/RPM/BUILD/freedup-1.6'
Test prepared:		Same Size - Special Chars, no Hash	successful
Test prepared:		Same Size - Special Chars, Classic Hash	successful
Test prepared:		Same Size - Special Chars, Advanced Hashsuccessful
Test prepared:		Same Size - Different Content		successful
Test prepared:		Same Size - Similar Content		successful
Test prepared:		Same Size - Spaces in Names		successful
Test prepared:		Same Size - Spaces in Dirs		successful
Test prepared:		Same File - Dir Modification Time	successful
Test prepared:		Same File - Link Clusters		successful
Test prepared:		Same File - Link Cluster Priority	successful
Test prepared:		Same File - Link Cluster Size		successful
Test prepared:		Same File - Link Cluster Oldest		successful
Test prepared:		Same File - Link Cluster Newest		successful
Test prepared:		Same File - Testing standard input	successful
Test prepared:		Same File - Different Trees		successful
Test prepared:		Same File - Different Attributes	successful
Test prepared:		Same File - Different Permissions	successful
Test prepared:		Same File - Different Users		successful
Test prepared:		Same File - Different Group		successful
Test prepared:		Same File - Different Modification Date	successful
Test prepared:		Same File - Modification after 10min 	successful
Test prepared:		Same File - Symbolic Links		successful
Test prepared:		Same File - More Symbolic Links		successful
Test prepared:		Same Content - Different Size		successful
Test prepared:		Empty Files - only link non-empty ones	successful
Test prepared:		Empty Files - also link empty ones	successful
Test prepared:		Interactive Mode - Link & Delete	successful
Test prepared:		Extra Style Mode - MP2 & MP3 Tag skip	successful
Test prepared:		Extra Style Mode - MP4 mdat exposure	successful
Test prepared:		Extra Style Mode - JPEG Header skip	successful
Test prepared:		Extra Style Mode - JPEG & MP3 Mix	successful
make[1]: Leaving directory '/usr/src/RPM/BUILD/freedup-1.6'
make: Leaving directory '/usr/src/RPM/BUILD/freedup-1.6'
+ exit 0
Processing files: freedup-1.6-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.13294
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd freedup-1.6
+ DOCDIR=/usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6
+ export DOCDIR
+ rm -rf /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6
+ /bin/mkdir -p /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6
+ cp -prL TODO README README.SHA COPYING.SHA verify ChangeLog html /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6
+ chmod -R go-w /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6
+ chmod -R a+rX /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.n3bPur
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.R9Z8oB
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.14)(64bit), 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.3oH2pO
Creating freedup-debuginfo package
Processing files: freedup-debuginfo-1.6-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7JPux4
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TFfSLn
find-requires: running scripts (debuginfo)
Requires: freedup = 1.6-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/freedup-1.6-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/freedup-debuginfo-1.6-alt1.x86_64.rpm (w2.lzdio)
4.09user 2.07system 0:12.40elapsed 49%CPU (0avgtext+0avgdata 43240maxresident)k
0inputs+0outputs (0major+392129minor)pagefaults 0swaps
7.26user 4.11system 0:17.37elapsed 65%CPU (0avgtext+0avgdata 109676maxresident)k
0inputs+0outputs (0major+613730minor)pagefaults 0swaps
--- freedup-1.6-alt1.x86_64.rpm.repo	2011-07-30 19:20:20.000000000 +0000
+++ freedup-1.6-alt1.x86_64.rpm.hasher	2021-05-09 01:39:43.792311772 +0000
@@ -22,4 +22,5 @@
 /usr/share/doc/freedup-1.6/verify	100755	
-/usr/share/man/man1/freedup.1.bz2	100644	
+/usr/share/man/man1/freedup.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2  
+Requires: libc.so.6(GLIBC_2.14)(64bit)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
error: open of /archive/repo/p9/task/_264/270900/files/x86_64/RPMS/freedup-debuginfo-1.6-alt1.x86_64.rpm failed: No such file or directory