<86>Aug  9 01:05:05 userdel[3839687]: delete user 'rooter'
<86>Aug  9 01:05:05 userdel[3839687]: removed group 'rooter' owned by 'rooter'
<86>Aug  9 01:05:05 groupadd[3839698]: group added to /etc/group: name=rooter, GID=603
<86>Aug  9 01:05:05 groupadd[3839698]: group added to /etc/gshadow: name=rooter
<86>Aug  9 01:05:05 groupadd[3839698]: new group: name=rooter, GID=603
<86>Aug  9 01:05:05 useradd[3839704]: new user: name=rooter, UID=603, GID=603, home=/root, shell=/bin/bash
<86>Aug  9 01:05:05 userdel[3839722]: delete user 'builder'
<86>Aug  9 01:05:05 userdel[3839722]: removed group 'builder' owned by 'builder'
<86>Aug  9 01:05:05 userdel[3839722]: removed shadow group 'builder' owned by 'builder'
<86>Aug  9 01:05:05 groupadd[3839740]: group added to /etc/group: name=builder, GID=604
<86>Aug  9 01:05:05 groupadd[3839740]: group added to /etc/gshadow: name=builder
<86>Aug  9 01:05:05 groupadd[3839740]: new group: name=builder, GID=604
<86>Aug  9 01:05:05 useradd[3839751]: new user: name=builder, UID=604, GID=604, home=/usr/src, shell=/bin/bash
<13>Aug  9 01:05:07 rpmi: rgb-1.0.6-alt3 p9+229442.100.1.1 1557941137 installed
<13>Aug  9 01:05:07 rpmi: libnetpbm11-10.85.04-alt1 sisyphus+225727.140.8.1 1553672201 installed
<13>Aug  9 01:05:07 rpmi: libnetpbm-devel-10.85.04-alt1 sisyphus+225727.140.8.1 1553672201 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/photopnmtools-1.3-alt1.qa1.1.nosrc.rpm
Installing photopnmtools-1.3-alt1.qa1.1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4994
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf photopnmtools-1.3
+ echo 'Source #0 (photopnmtools-1.3.tar.gz):'
Source #0 (photopnmtools-1.3.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/photopnmtools-1.3.tar.gz
+ /bin/tar -xf -
+ cd photopnmtools-1.3
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (photopnmtools-1.3-ppmhsy.patch):'
Patch #0 (photopnmtools-1.3-ppmhsy.patch):
+ /usr/bin/patch -p1
patching file ppmhsy.c
+ echo 'Patch #1 (photopnmtools-1.3-pnmdft.patch):'
Patch #1 (photopnmtools-1.3-pnmdft.patch):
+ /usr/bin/patch -p1
patching file pnmdft.c
+ /usr/bin/subst 's/-lpnm/-Wl,--no-as-needed -lnetpbm/; s@-O2@-pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm@' Makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.4994
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd photopnmtools-1.3
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm pnmdiff.c -o pnmdiff
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm pnmnormalise.c -o pnmnormalise
pnmnormalise.c: In function 'main':
pnmnormalise.c:48:18: warning: 'bmax' may be used uninitialized in this function [-Wmaybe-uninitialized]
  float rmax,gmax,bmax;
                  ^~~~
pnmnormalise.c:111:30: warning: 'gmax' may be used uninitialized in this function [-Wmaybe-uninitialized]
     g *= (maxpix-1.0) / (gmax-gmin);
                         ~~~~~^~~~~~
pnmnormalise.c:48:8: warning: 'rmax' may be used uninitialized in this function [-Wmaybe-uninitialized]
  float rmax,gmax,bmax;
        ^~~~
pnmnormalise.c:115:30: warning: 'bmin' may be used uninitialized in this function [-Wmaybe-uninitialized]
     b *= (maxpix-1.0) / (bmax-bmin);
                         ~~~~~^~~~~~
pnmnormalise.c:47:13: warning: 'gmin' may be used uninitialized in this function [-Wmaybe-uninitialized]
  float rmin,gmin,bmin;
             ^~~~
pnmnormalise.c:47:8: warning: 'rmin' may be used uninitialized in this function [-Wmaybe-uninitialized]
  float rmin,gmin,bmin;
        ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm hsyfringes.c -o hsyfringes
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm pnmresample.c -o pnmresample
pnmresample.c: In function 'main':
pnmresample.c:163:15: warning: unused variable 'wght' [-Wunused-variable]
  float r,g,b, wght;
               ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm pnmconvolve.c -o pnmconvolve
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm pnmsharpness.c -o pnmsharpness
pnmsharpness.c: In function 'main':
pnmsharpness.c:46:6: warning: unused variable 'contextsize' [-Wunused-variable]
  int contextsize=1;
      ^~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm ppmtestimage.c -o ppmtestimage
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm pnmdft.c -o pnmdft
pnmdft.c: In function 'main':
pnmdft.c:302:14: warning: unused variable 'imag' [-Wunused-variable]
  double real,imag;
              ^~~~
pnmdft.c:302:9: warning: unused variable 'real' [-Wunused-variable]
  double real,imag;
         ^~~~
pnmdft.c:300:13: warning: unused variable 'b' [-Wunused-variable]
  double r,g,b;
             ^
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm ppmlevels.c -o ppmlevels
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
make: Entering directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/netpbm -ffast-math -g -Wall -I/usr/local/include -L/usr/local/lib -Wl,--no-as-needed -lnetpbm -lm ppmhsy.c -o ppmhsy
ppmhsy.c: In function 'main':
ppmhsy.c:546:9: warning: variable 'olds' set but not used [-Wunused-but-set-variable]
  double olds;
         ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/photopnmtools-1.3'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.4994
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/photopnmtools-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/photopnmtools-buildroot
+ cd photopnmtools-1.3
+ install -d /usr/src/tmp/photopnmtools-buildroot/usr/bin
+ install -p -m755 hsyfringes pnmconvolve pnmdft pnmdiff pnmnormalise pnmresample pnmsharpness ppmhsy ppmlevels ppmtestimage /usr/src/tmp/photopnmtools-buildroot/usr/bin/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/photopnmtools-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/photopnmtools-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/photopnmtools-buildroot/ (default)
Compressing files in /usr/src/tmp/photopnmtools-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/photopnmtools-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: photopnmtools-1.3-alt1.qa1.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.9042
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd photopnmtools-1.3
+ DOCDIR=/usr/src/tmp/photopnmtools-buildroot/usr/share/doc/photopnmtools-1.3
+ export DOCDIR
+ rm -rf /usr/src/tmp/photopnmtools-buildroot/usr/share/doc/photopnmtools-1.3
+ /bin/mkdir -p /usr/src/tmp/photopnmtools-buildroot/usr/share/doc/photopnmtools-1.3
+ cp -prL README comparesharpness.pl getexifrotation.pl makephotoalbum.pl /usr/src/tmp/photopnmtools-buildroot/usr/share/doc/photopnmtools-1.3
+ chmod -R go-w /usr/src/tmp/photopnmtools-buildroot/usr/share/doc/photopnmtools-1.3
+ chmod -R a+rX /usr/src/tmp/photopnmtools-buildroot/usr/share/doc/photopnmtools-1.3
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hP48yM
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.k9hP2D
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
lib.req: WARNING: /usr/src/tmp/photopnmtools-buildroot/usr/bin/pnmdiff: overlinked libraries: /lib64/libm.so.6
lib.req: WARNING: /usr/src/tmp/photopnmtools-buildroot/usr/bin/pnmnormalise: overlinked libraries: /lib64/libm.so.6
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libm.so.6(GLIBC_2.15)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libnetpbm.so.11()(64bit) >= set:mj8nxAtVmmBtqtewo, 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.DBTCfB
Creating photopnmtools-debuginfo package
Processing files: photopnmtools-debuginfo-1.3-alt1.qa1.1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.StXczB
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.H6vRYE
find-requires: running scripts (debuginfo)
Requires: photopnmtools = 1.3-alt1.qa1.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libnetpbm.so.11)
Adding to photopnmtools-debuginfo a strict dependency on photopnmtools
Wrote: /usr/src/RPM/RPMS/x86_64/photopnmtools-1.3-alt1.qa1.1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/photopnmtools-debuginfo-1.3-alt1.qa1.1.x86_64.rpm
4.77user 1.92system 0:08.60elapsed 77%CPU (0avgtext+0avgdata 38480maxresident)k
0inputs+0outputs (0major+743175minor)pagefaults 0swaps
8.07user 3.95system 0:13.77elapsed 87%CPU (0avgtext+0avgdata 118888maxresident)k
304inputs+0outputs (0major+1033864minor)pagefaults 0swaps