<86>Feb  5 09:03:22 userdel[3377769]: delete user 'rooter'
<86>Feb  5 09:03:22 userdel[3377769]: removed group 'rooter' owned by 'rooter'
<86>Feb  5 09:03:22 groupadd[3377782]: group added to /etc/group: name=rooter, GID=630
<86>Feb  5 09:03:22 groupadd[3377782]: group added to /etc/gshadow: name=rooter
<86>Feb  5 09:03:22 groupadd[3377782]: new group: name=rooter, GID=630
<86>Feb  5 09:03:22 useradd[3377797]: new user: name=rooter, UID=630, GID=630, home=/root, shell=/bin/bash
<86>Feb  5 09:03:22 userdel[3377826]: delete user 'builder'
<86>Feb  5 09:03:22 userdel[3377826]: removed group 'builder' owned by 'builder'
<86>Feb  5 09:03:22 userdel[3377826]: removed shadow group 'builder' owned by 'builder'
<86>Feb  5 09:03:22 groupadd[3377847]: group added to /etc/group: name=builder, GID=631
<86>Feb  5 09:03:22 groupadd[3377847]: group added to /etc/gshadow: name=builder
<86>Feb  5 09:03:22 groupadd[3377847]: new group: name=builder, GID=631
<86>Feb  5 09:03:22 useradd[3377861]: new user: name=builder, UID=631, GID=631, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/sfnt2woff-zopfli-1.1.0-alt1.src.rpm: bad symbols in the license tag: //
<13>Feb  5 09:03:24 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550601058 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/sfnt2woff-zopfli-1.1.0-alt1.nosrc.rpm (w1.gzdio)
Installing sfnt2woff-zopfli-1.1.0-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.86852
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf sfnt2woff-zopfli-1.1.0
+ echo 'Source #0 (sfnt2woff-zopfli-1.1.0.tar):'
Source #0 (sfnt2woff-zopfli-1.1.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/sfnt2woff-zopfli-1.1.0.tar
+ cd sfnt2woff-zopfli-1.1.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.86852
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd sfnt2woff-zopfli-1.1.0
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/sfnt2woff-zopfli-1.1.0'
cc  blocksplitter.c cache.c deflate.c gzip_container.c hash.c katajainen.c lz77.c squeeze.c tree.c util.c zlib_container.c zopfli_lib.c woff.c sfnt2woff.c -o sfnt2woff-zopfli -lz -lm
woff.c: In function 'woffEncode':
woff.c:291:97: warning: passing argument 5 of 'ZopfliZlibCompress' from incompatible pointer type [-Wincompatible-pointer-types]
  291 |     ZopfliZlibCompress(&options, (const uint8_t *) (sfntData + sourceOffset), sourceLen, &dest, &destLen);
      |                                                                                                 ^~~~~~~~
      |                                                                                                 |
      |                                                                                                 uLong * {aka long unsigned int *}
In file included from woff.c:45:
zlib_container.h:44:54: note: expected 'size_t *' {aka 'unsigned int *'} but argument is of type 'uLong *' {aka 'long unsigned int *'}
   44 |                         unsigned char** out, size_t* outsize);
      |                                              ~~~~~~~~^~~~~~~
woff.c: In function 'woffSetMetadata':
woff.c:551:82: warning: passing argument 5 of 'ZopfliZlibCompress' from incompatible pointer type [-Wincompatible-pointer-types]
  551 |     ZopfliZlibCompress(&options, (const uint8_t *) metaData, metaLen, &compData, &compLen);
      |                                                                                  ^~~~~~~~
      |                                                                                  |
      |                                                                                  uLong * {aka long unsigned int *}
In file included from woff.c:45:
zlib_container.h:44:54: note: expected 'size_t *' {aka 'unsigned int *'} but argument is of type 'uLong *' {aka 'long unsigned int *'}
   44 |                         unsigned char** out, size_t* outsize);
      |                                              ~~~~~~~~^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/sfnt2woff-zopfli-1.1.0'
make: Entering directory '/usr/src/RPM/BUILD/sfnt2woff-zopfli-1.1.0'
cc  blocksplitter.c cache.c deflate.c gzip_container.c hash.c katajainen.c lz77.c squeeze.c tree.c util.c zlib_container.c zopfli_lib.c woff.c woff2sfnt.c -o woff2sfnt-zopfli -lz -lm
woff.c: In function 'woffEncode':
woff.c:291:97: warning: passing argument 5 of 'ZopfliZlibCompress' from incompatible pointer type [-Wincompatible-pointer-types]
  291 |     ZopfliZlibCompress(&options, (const uint8_t *) (sfntData + sourceOffset), sourceLen, &dest, &destLen);
      |                                                                                                 ^~~~~~~~
      |                                                                                                 |
      |                                                                                                 uLong * {aka long unsigned int *}
In file included from woff.c:45:
zlib_container.h:44:54: note: expected 'size_t *' {aka 'unsigned int *'} but argument is of type 'uLong *' {aka 'long unsigned int *'}
   44 |                         unsigned char** out, size_t* outsize);
      |                                              ~~~~~~~~^~~~~~~
woff.c: In function 'woffSetMetadata':
woff.c:551:82: warning: passing argument 5 of 'ZopfliZlibCompress' from incompatible pointer type [-Wincompatible-pointer-types]
  551 |     ZopfliZlibCompress(&options, (const uint8_t *) metaData, metaLen, &compData, &compLen);
      |                                                                                  ^~~~~~~~
      |                                                                                  |
      |                                                                                  uLong * {aka long unsigned int *}
In file included from woff.c:45:
zlib_container.h:44:54: note: expected 'size_t *' {aka 'unsigned int *'} but argument is of type 'uLong *' {aka 'long unsigned int *'}
   44 |                         unsigned char** out, size_t* outsize);
      |                                              ~~~~~~~~^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/sfnt2woff-zopfli-1.1.0'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.16251
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/sfnt2woff-zopfli-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/sfnt2woff-zopfli-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd sfnt2woff-zopfli-1.1.0
+ mkdir -p /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/bin
+ install -m 0755 sfnt2woff-zopfli woff2sfnt-zopfli /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/bin/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/sfnt2woff-zopfli-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/sfnt2woff-zopfli-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/sfnt2woff-zopfli-buildroot/ (default)
Compressing files in /usr/src/tmp/sfnt2woff-zopfli-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/sfnt2woff-zopfli-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/woff2sfnt-zopfli: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/bin/sfnt2woff-zopfli: uses non-LFS functions: fopen
Hardlinking identical .pyc and .pyo files
Processing files: sfnt2woff-zopfli-1.1.0-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.28042
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd sfnt2woff-zopfli-1.1.0
+ DOCDIR=/usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/share/doc/sfnt2woff-zopfli-1.1.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/share/doc/sfnt2woff-zopfli-1.1.0
+ /bin/mkdir -p /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/share/doc/sfnt2woff-zopfli-1.1.0
+ cp -prL LICENSE /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/share/doc/sfnt2woff-zopfli-1.1.0
+ chmod -R go-w /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/share/doc/sfnt2woff-zopfli-1.1.0
+ chmod -R a+rX /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/share/doc/sfnt2woff-zopfli-1.1.0
+ cp -prL README.md /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/share/doc/sfnt2woff-zopfli-1.1.0
+ chmod -R go-w /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/share/doc/sfnt2woff-zopfli-1.1.0
+ chmod -R a+rX /usr/src/tmp/sfnt2woff-zopfli-buildroot/usr/share/doc/sfnt2woff-zopfli-1.1.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xg0yoX
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.r7tbf1
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.1.3), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.29), libz.so.1 >= set:kjZvg1, 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.JrjN5X
Creating sfnt2woff-zopfli-debuginfo package
Processing files: sfnt2woff-zopfli-debuginfo-1.1.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NHngEX
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yrcDUZ
find-requires: running scripts (debuginfo)
Requires: sfnt2woff-zopfli = 1.1.0-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libz.so.1)
Wrote: /usr/src/RPM/RPMS/i586/sfnt2woff-zopfli-1.1.0-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/sfnt2woff-zopfli-debuginfo-1.1.0-alt1.i586.rpm (w2.lzdio)
3.55user 0.82system 0:08.51elapsed 51%CPU (0avgtext+0avgdata 21964maxresident)k
0inputs+0outputs (0major+292142minor)pagefaults 0swaps
/.out/sfnt2woff-zopfli-1.1.0-alt1.i586.rpm: bad symbols in the license tag: //
/.out/sfnt2woff-zopfli-debuginfo-1.1.0-alt1.i586.rpm: bad symbols in the license tag: //
6.81user 3.25system 0:13.99elapsed 71%CPU (0avgtext+0avgdata 108476maxresident)k
0inputs+0outputs (0major+569911minor)pagefaults 0swaps
--- sfnt2woff-zopfli-1.1.0-alt1.i586.rpm.repo	2017-04-26 09:42:04.000000000 +0000
+++ sfnt2woff-zopfli-1.1.0-alt1.i586.rpm.hasher	2021-02-05 09:03:34.594143479 +0000
@@ -8,5 +8,6 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.4)  
 Requires: libc.so.6(GLIBC_2.7)  
-Requires: libm.so.6(GLIBC_2.0)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: libz.so.1 >= set:kjZvg1