<86>Mar 28 06:04:40 userdel[23337]: delete user 'rooter'
<86>Mar 28 06:04:40 userdel[23337]: removed group 'rooter' owned by 'rooter'
<86>Mar 28 06:04:40 userdel[23337]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 28 06:04:40 groupadd[23413]: group added to /etc/group: name=rooter, GID=627
<86>Mar 28 06:04:40 groupadd[23413]: new group: name=rooter, GID=627
<86>Mar 28 06:04:40 useradd[23436]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash
<86>Mar 28 06:04:41 userdel[23463]: delete user 'builder'
<86>Mar 28 06:04:41 userdel[23463]: removed group 'builder' owned by 'builder'
<86>Mar 28 06:04:41 userdel[23463]: removed shadow group 'builder' owned by 'builder'
<86>Mar 28 06:04:41 groupadd[23487]: group added to /etc/group: name=builder, GID=628
<86>Mar 28 06:04:41 groupadd[23487]: group added to /etc/gshadow: name=builder
<86>Mar 28 06:04:41 groupadd[23487]: new group: name=builder, GID=628
<86>Mar 28 06:04:41 useradd[23522]: new user: name=builder, UID=628, GID=628, home=/usr/src, shell=/bin/bash
warning: user victor does not exist - using root
warning: group victor does not exist - using root
warning: user victor does not exist - using root
warning: group victor does not exist - using root
<13>Mar 28 06:04:44 rpmi: libjpeg-2:1.5.1-alt1 1498218318 installed
<13>Mar 28 06:04:44 rpmi: libjpeg-devel-2:1.5.1-alt1 1498218318 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/jpeginfo-1.6.1-alt1.nosrc.rpm
Installing jpeginfo-1.6.1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9812
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf jpeginfo-1.6.1
+ echo 'Source #0 (jpeginfo-1.6.1.tar.gz):'
Source #0 (jpeginfo-1.6.1.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/jpeginfo-1.6.1.tar.gz
+ /bin/tar -xf -
+ cd jpeginfo-1.6.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.54979
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd jpeginfo-1.6.1
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export FFLAGS
+ '[' -n '' ']'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ ASFLAGS=' -march=i586 -mtune=generic'
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ sort -u
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ xargs -ri dirname -- '{}'
+ readlink -e -- ./configure
+ ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext
creating cache ./config.cache
checking host system type... i586-alt-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic ) works... yes
checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /bin/install -c
checking whether make sets ${MAKE}... yes
checking for jpeg_read_header in -ljpeg... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for getopt.h... yes
checking for string.h... yes
checking for jpeglib.h... yes
checking size of long... 4
checking size of int... 4
checking for getopt_long... yes
checking for broken jmorecfg.h (METHODDEF)... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -DHAVE_CONFIG_H   -c -o misc.o misc.c
make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -DHAVE_CONFIG_H   -c -o jpeginfo.o jpeginfo.c
jpeginfo.c: In function 'main':
jpeginfo.c:287:20: warning: pointer targets in passing argument 2 of 'MD5Update' differ in signedness [-Wpointer-sign]
      MD5Update(MD5,md5buf,fs);
                    ^~~~~~
In file included from jpeginfo.c:25:
md5.h:33:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 void MD5Update PROTO((struct MD5Context *context, unsigned char const *buf, unsigned len));
      ^~~~~~~~~
jpeginfo.c:288:15: warning: pointer targets in passing argument 1 of 'MD5Final' differ in signedness [-Wpointer-sign]
      MD5Final(digest,MD5);
               ^~~~~~
In file included from jpeginfo.c:25:
md5.h:34:6: note: expected 'unsigned char *' but argument is of type 'char *'
 void MD5Final PROTO((unsigned char digest[16], struct MD5Context *context));
      ^~~~~~~~
jpeginfo.c:289:13: warning: pointer targets in passing argument 1 of 'md2str' differ in signedness [-Wpointer-sign]
      md2str(digest,digest_text);
             ^~~~~~
In file included from jpeginfo.c:26:
jpeginfo.h:18:7: note: expected 'unsigned char *' but argument is of type 'char *'
 char *md2str(unsigned char *digest, char *s);
       ^~~~~~
jpeginfo.c:160:23: warning: variable 'err_count' set but not used [-Wunused-but-set-variable]
   int c,j,lines_read, err_count;
                       ^~~~~~~~~
jpeginfo.c:160:11: warning: variable 'lines_read' set but not used [-Wunused-but-set-variable]
   int c,j,lines_read, err_count;
           ^~~~~~~~~~
jpeginfo.c:283:6: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
      fread(md5buf,1,fs,infile);
      ^~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -DHAVE_CONFIG_H   -c -o md5.o md5.c
md5.c: In function 'MD5Final':
md5.c:170:23: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
  memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
                       ^
make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -DHAVE_CONFIG_H -o jpeginfo jpeginfo.o misc.o  md5.o   -ljpeg  
make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.59398
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/jpeginfo-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/jpeginfo-buildroot
+ cd jpeginfo-1.6.1
+ make 'INSTALL=/bin/install -p' install INSTALL_ROOT=/usr/src/tmp/jpeginfo-buildroot
make: Entering directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
/bin/install -p -d -m 755 /usr/src/tmp/jpeginfo-buildroot//usr/bin
/bin/install -p -d -m 755 /usr/src/tmp/jpeginfo-buildroot//usr/share/man/man1
/bin/install -p -m 644 jpeginfo.1 /usr/src/tmp/jpeginfo-buildroot//usr/share/man/man1/jpeginfo.1
/bin/install -p -m 755 jpeginfo /usr/src/tmp/jpeginfo-buildroot//usr/bin/jpeginfo
make: Leaving directory '/usr/src/RPM/BUILD/jpeginfo-1.6.1'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/jpeginfo-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/jpeginfo-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/jpeginfo-buildroot/ (default)
Compressing files in /usr/src/tmp/jpeginfo-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/jpeginfo-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/jpeginfo: uses non-LFS functions: __fxstat fopen
Hardlinking identical .pyc and .pyo files
Processing files: jpeginfo-1.6.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GPHRyd
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.Vl7M8L
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libjpeg.so.62 >= set:jfvZg28Wsom1zeIvxjVrKdYPdf, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RtRApU
Creating jpeginfo-debuginfo package
Processing files: jpeginfo-debuginfo-1.6.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5F3jqd
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yLsJFV
find-requires: running scripts (debuginfo)
Requires: jpeginfo = 1.6.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libjpeg.so.62)
Wrote: /usr/src/RPM/RPMS/i586/jpeginfo-1.6.1-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/jpeginfo-debuginfo-1.6.1-alt1.i586.rpm
2.86user 0.47system 0:10.14elapsed 32%CPU (0avgtext+0avgdata 24168maxresident)k
0inputs+0outputs (0major+244681minor)pagefaults 0swaps
6.58user 2.32system 0:19.88elapsed 44%CPU (0avgtext+0avgdata 116616maxresident)k
0inputs+0outputs (0major+518985minor)pagefaults 0swaps
--- jpeginfo-1.6.1-alt1.i586.rpm.repo	2012-03-17 14:44:38.000000000 +0000
+++ jpeginfo-1.6.1-alt1.i586.rpm.hasher	2019-03-28 06:04:58.588803008 +0000
@@ -1,3 +1,3 @@
 /usr/bin/jpeginfo	100755	
-/usr/share/man/man1/jpeginfo.1.gz	100644	
+/usr/share/man/man1/jpeginfo.1.xz	100644	
 Requires: /lib/ld-linux.so.2  
--- jpeginfo-debuginfo-1.6.1-alt1.i586.rpm.repo	2012-03-17 14:44:38.000000000 +0000
+++ jpeginfo-debuginfo-1.6.1-alt1.i586.rpm.hasher	2019-03-28 06:04:58.634803045 +0000
@@ -3,2 +3,3 @@
 /usr/src/debug/jpeginfo-1.6.1/jpeginfo.c	100644	
+/usr/src/debug/jpeginfo-1.6.1/jpeginfo.h	100644	
 /usr/src/debug/jpeginfo-1.6.1/md5.c	100644