<86>May 16 12:39:45 userdel[126625]: delete user 'rooter'
<86>May 16 12:39:45 userdel[126625]: removed group 'rooter' owned by 'rooter'
<86>May 16 12:39:45 userdel[126625]: removed shadow group 'rooter' owned by 'rooter'
<86>May 16 12:39:45 groupadd[126630]: group added to /etc/group: name=rooter, GID=567
<86>May 16 12:39:45 groupadd[126630]: group added to /etc/gshadow: name=rooter
<86>May 16 12:39:45 groupadd[126630]: new group: name=rooter, GID=567
<86>May 16 12:39:45 useradd[126634]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash
<86>May 16 12:39:45 userdel[126641]: delete user 'builder'
<86>May 16 12:39:45 userdel[126641]: removed group 'builder' owned by 'builder'
<86>May 16 12:39:45 userdel[126641]: removed shadow group 'builder' owned by 'builder'
<86>May 16 12:39:45 groupadd[126646]: group added to /etc/group: name=builder, GID=568
<86>May 16 12:39:45 groupadd[126646]: group added to /etc/gshadow: name=builder
<86>May 16 12:39:45 groupadd[126646]: new group: name=builder, GID=568
<86>May 16 12:39:45 useradd[126650]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/guetzli-1.0.1-alt1.src.rpm: The use of such a license name is ambiguous: Apache
/usr/src/in/srpm/guetzli-1.0.1-alt1.src.rpm: license not found in '/usr/share/license' directory: 2.0
<13>May 16 12:39:47 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed
<13>May 16 12:39:48 rpmi: libpng16-1.6.37-alt1 sisyphus+236677.100.2.1 1566917998 installed
<13>May 16 12:39:48 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550601058 installed
<13>May 16 12:39:48 rpmi: libjpeg-2:2.0.2-alt1 sisyphus+226996.100.1.1 1554902907 installed
<13>May 16 12:39:48 rpmi: gcc-c++-common-1.4.24-alt3 sisyphus+243033.100.1.1 1576462403 installed
<13>May 16 12:39:49 rpmi: libstdc++9-devel-9.2.1-alt3 sisyphus+245055.100.1.1 1580041617 installed
<13>May 16 12:39:50 rpmi: gcc9-c++-9.2.1-alt3 sisyphus+245055.100.1.1 1580041617 installed
<13>May 16 12:39:50 rpmi: gcc-c++-9-alt1 sisyphus+239632.300.3.1 1571788297 installed
<13>May 16 12:39:50 rpmi: libjpeg-devel-2:2.0.2-alt1 sisyphus+226996.100.1.1 1554902907 installed
<13>May 16 12:39:50 rpmi: libpng-devel-1.6.37-alt1 sisyphus+236677.100.2.1 1566917998 installed
warning: File /usr/src/in/source/guetzli-1.0.1-alt1.patch is smaller than 8 bytes
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/guetzli-1.0.1-alt1.nosrc.rpm
warning: File /usr/src/RPM/SOURCES/guetzli-1.0.1-alt1.patch is smaller than 8 bytes
Installing guetzli-1.0.1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98518
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf guetzli-1.0.1
+ echo 'Source #0 (guetzli-1.0.1.tar):'
Source #0 (guetzli-1.0.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/guetzli-1.0.1.tar
+ cd guetzli-1.0.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (guetzli-1.0.1-alt1.patch):'
Patch #0 (guetzli-1.0.1-alt1.patch):
+ /usr/bin/patch -p0
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98518
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd guetzli-1.0.1
+ make
make: Entering directory '/usr/src/RPM/BUILD/guetzli-1.0.1'
==== Building guetzli (release) ====
Creating bin/Release
Creating obj/Release
butteraugli_comparator.cc
dct_double.cc
debug_print.cc
entropy_encode.cc
fdct.cc
gamma_correct.cc
guetzli.cc
idct.cc
jpeg_data.cc
jpeg_data_decoder.cc
jpeg_data_encoder.cc
jpeg_data_reader.cc
jpeg_data_writer.cc
jpeg_huffman_decode.cc
output_image.cc
preprocess_downsample.cc
processor.cc
quality.cc
quantize.cc
score.cc
butteraugli.cc
third_party/butteraugli/butteraugli/butteraugli.cc: In function 'void butteraugli::CheckImage(const ImageF&, const char*)':
third_party/butteraugli/butteraugli/butteraugli.cc:97:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   97 |         printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(),
      |                            ~~^                            ~
      |                              |                            |
      |                              long unsigned int            size_t {aka unsigned int}
      |                            %u
third_party/butteraugli/butteraugli/butteraugli.cc:97:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   97 |         printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(),
      |                                ~~^                           ~
      |                                  |                           |
      |                                  long unsigned int           size_t {aka unsigned int}
      |                                %u
third_party/butteraugli/butteraugli/butteraugli.cc:97:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   97 |         printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(),
      |                                        ~~^                      ~~~~~~~~~~~~~
      |                                          |                                 |
      |                                          long unsigned int                 size_t {aka unsigned int}
      |                                        %u
third_party/butteraugli/butteraugli/butteraugli.cc:97:46: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   97 |         printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(),
      |                                            ~~^
      |                                              |
      |                                              long unsigned int
      |                                            %u
   98 |                image.ysize());
      |                ~~~~~~~~~~~~~                  
      |                           |
      |                           size_t {aka unsigned int}
Linking guetzli
make: Leaving directory '/usr/src/RPM/BUILD/guetzli-1.0.1'
+ cp -- third_party/butteraugli/README.md butteraugli.md
+ pushd third_party/butteraugli/butteraugli
~/RPM/BUILD/guetzli-1.0.1/third_party/butteraugli/butteraugli ~/RPM/BUILD/guetzli-1.0.1
+ make
make: Entering directory '/usr/src/RPM/BUILD/guetzli-1.0.1/third_party/butteraugli/butteraugli'
g++ -std=c++11 -I..   -c -o butteraugli.o butteraugli.cc
butteraugli.cc: In function 'void butteraugli::CheckImage(const ImageF&, const char*)':
butteraugli.cc:97:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   97 |         printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(),
      |                            ~~^                            ~
      |                              |                            |
      |                              long unsigned int            size_t {aka unsigned int}
      |                            %u
butteraugli.cc:97:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   97 |         printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(),
      |                                ~~^                           ~
      |                                  |                           |
      |                                  long unsigned int           size_t {aka unsigned int}
      |                                %u
butteraugli.cc:97:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   97 |         printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(),
      |                                        ~~^                      ~~~~~~~~~~~~~
      |                                          |                                 |
      |                                          long unsigned int                 size_t {aka unsigned int}
      |                                        %u
butteraugli.cc:97:46: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
   97 |         printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(),
      |                                            ~~^
      |                                              |
      |                                              long unsigned int
      |                                            %u
   98 |                image.ysize());
      |                ~~~~~~~~~~~~~                  
      |                           |
      |                           size_t {aka unsigned int}
g++ -std=c++11 -I..   -c -o butteraugli_main.o butteraugli_main.cc
butteraugli_main.cc: In function 'int butteraugli::{anonymous}::Run(int, char**)':
butteraugli_main.cc:359:54: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'std::vector<butteraugli::Image<unsigned char> >::size_type' {aka 'unsigned int'} [-Wformat=]
  359 |     fprintf(stderr, "Different number of channels: %lu vs %lu\n", rgb1.size(),
      |                                                    ~~^            ~~~~~~~~~~~
      |                                                      |                     |
      |                                                      long unsigned int     std::vector<butteraugli::Image<unsigned char> >::size_type {aka unsigned int}
      |                                                    %u
butteraugli_main.cc:359:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'std::vector<butteraugli::Image<unsigned char> >::size_type' {aka 'unsigned int'} [-Wformat=]
  359 |     fprintf(stderr, "Different number of channels: %lu vs %lu\n", rgb1.size(),
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
  360 |             rgb2.size());
      |             ~~~~~~~~~~~                                      
      |                      |
      |                      std::vector<butteraugli::Image<unsigned char> >::size_type {aka unsigned int}
butteraugli_main.cc:368:57: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  368 |           stderr, "The images are not equal in size: (%lu,%lu) vs (%lu,%lu)\n",
      |                                                       ~~^
      |                                                         |
      |                                                         long unsigned int
      |                                                       %u
  369 |           rgb1[c].xsize(), rgb2[c].xsize(), rgb1[c].ysize(), rgb2[c].ysize());
      |           ~~~~~~~~~~~~~~~                                
      |                        |
      |                        size_t {aka unsigned int}
butteraugli_main.cc:368:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  368 |           stderr, "The images are not equal in size: (%lu,%lu) vs (%lu,%lu)\n",
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %u
  369 |           rgb1[c].xsize(), rgb2[c].xsize(), rgb1[c].ysize(), rgb2[c].ysize());
      |                            ~~~~~~~~~~~~~~~                   
      |                                         |
      |                                         size_t {aka unsigned int}
butteraugli_main.cc:368:70: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  368 |           stderr, "The images are not equal in size: (%lu,%lu) vs (%lu,%lu)\n",
      |                                                                    ~~^
      |                                                                      |
      |                                                                      long unsigned int
      |                                                                    %u
  369 |           rgb1[c].xsize(), rgb2[c].xsize(), rgb1[c].ysize(), rgb2[c].ysize());
      |                                             ~~~~~~~~~~~~~~~           
      |                                                          |
      |                                                          size_t {aka unsigned int}
butteraugli_main.cc:368:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  368 |           stderr, "The images are not equal in size: (%lu,%lu) vs (%lu,%lu)\n",
      |                                                                        ~~^
      |                                                                          |
      |                                                                          long unsigned int
      |                                                                        %u
  369 |           rgb1[c].xsize(), rgb2[c].xsize(), rgb1[c].ysize(), rgb2[c].ysize());
      |                                                              ~~~~~~~~~~~~~~~
      |                                                                           |
      |                                                                           size_t {aka unsigned int}
butteraugli_main.cc:419:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  419 |     if (fprintf(fmap, "P6\n%lu %lu\n255\n",
      |                            ~~^
      |                              |
      |                              long unsigned int
      |                            %u
  420 |                       rgb1[0].xsize(), rgb1[0].ysize()) < 0){
      |                       ~~~~~~~~~~~~~~~
      |                                    |
      |                                    size_t {aka unsigned int}
butteraugli_main.cc:419:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
  419 |     if (fprintf(fmap, "P6\n%lu %lu\n255\n",
      |                                ~~^
      |                                  |
      |                                  long unsigned int
      |                                %u
  420 |                       rgb1[0].xsize(), rgb1[0].ysize()) < 0){
      |                                        ~~~~~~~~~~~~~~~
      |                                                     |
      |                                                     size_t {aka unsigned int}
g++ -std=c++11 -I..    butteraugli.o butteraugli_main.o  -lpng -ljpeg -o butteraugli
make: Leaving directory '/usr/src/RPM/BUILD/guetzli-1.0.1/third_party/butteraugli/butteraugli'
+ popd
~/RPM/BUILD/guetzli-1.0.1
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29384
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/guetzli-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/guetzli-buildroot
+ cd guetzli-1.0.1
+ install -D -m 0755 -- bin/Release/guetzli /usr/src/tmp/guetzli-buildroot//usr/bin/guetzli
+ install -D -m 0755 -- third_party/butteraugli/butteraugli/butteraugli /usr/src/tmp/guetzli-buildroot//usr/bin/butteraugli
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/guetzli-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/guetzli-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/guetzli-buildroot/ (default)
Compressing files in /usr/src/tmp/guetzli-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/guetzli-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/butteraugli: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/guetzli: uses non-LFS functions: fopen
Hardlinking identical .pyc and .pyo files
Processing files: guetzli-1.0.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21433
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd guetzli-1.0.1
+ DOCDIR=/usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1
+ /bin/mkdir -p /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1
+ cp -prL README.md butteraugli.md tools/guetzli-compare.py /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1
+ chmod -R go-w /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1
+ chmod -R a+rX /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.I26gUS
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.X79mXU
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.11), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libjpeg.so.62 >= set:jfvZgUYgm1WcNFYdT6ZpXb1B0, libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), libpng16.so.16 >= set:lhoZlzoZFzLs6Hd5reSFLFZ6MzajW8, libpng16.so.16(PNG16_0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.21), 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.683Q2U
Creating guetzli-debuginfo package
Processing files: guetzli-debuginfo-1.0.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SLCHCW
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zTPQSS
find-requires: running scripts (debuginfo)
Requires: guetzli = 1.0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libjpeg.so.62), debug(libm.so.6), debug(libpng16.so.16), debug(libstdc++.so.6)
Wrote: /usr/src/RPM/RPMS/i586/guetzli-1.0.1-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/guetzli-debuginfo-1.0.1-alt1.i586.rpm
25.21user 1.72system 0:37.36elapsed 72%CPU (0avgtext+0avgdata 163956maxresident)k
0inputs+0outputs (0major+728567minor)pagefaults 0swaps
/.out/guetzli-1.0.1-alt1.i586.rpm: license not found in '/usr/share/license' directory: 2.0
/.out/guetzli-debuginfo-1.0.1-alt1.i586.rpm: license not found in '/usr/share/license' directory: 2.0
31.13user 4.61system 0:46.78elapsed 76%CPU (0avgtext+0avgdata 163956maxresident)k
0inputs+0outputs (0major+1097619minor)pagefaults 0swaps
--- guetzli-1.0.1-alt1.i586.rpm.repo	2017-06-29 09:44:33.000000000 +0000
+++ guetzli-1.0.1-alt1.i586.rpm.hasher	2020-05-16 12:40:30.336677423 +0000
@@ -17,2 +17,3 @@
 Requires: libm.so.6(GLIBC_2.1)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: libpng16.so.16 >= set:lhoZlzoZFzLs6Hd5reSFLFZ6MzajW8