<86>Apr 16 08:27:37 userdel[770038]: delete user 'rooter' <86>Apr 16 08:27:37 userdel[770038]: removed group 'rooter' owned by 'rooter' <86>Apr 16 08:27:37 userdel[770038]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 16 08:27:37 groupadd[770048]: group added to /etc/group: name=rooter, GID=573 <86>Apr 16 08:27:37 groupadd[770048]: group added to /etc/gshadow: name=rooter <86>Apr 16 08:27:37 groupadd[770048]: new group: name=rooter, GID=573 <86>Apr 16 08:27:37 useradd[770057]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Apr 16 08:27:37 userdel[770079]: delete user 'builder' <86>Apr 16 08:27:37 userdel[770079]: removed group 'builder' owned by 'builder' <86>Apr 16 08:27:37 userdel[770079]: removed shadow group 'builder' owned by 'builder' <86>Apr 16 08:27:37 groupadd[770098]: group added to /etc/group: name=builder, GID=574 <86>Apr 16 08:27:37 groupadd[770098]: group added to /etc/gshadow: name=builder <86>Apr 16 08:27:37 groupadd[770098]: new group: name=builder, GID=574 <86>Apr 16 08:27:37 useradd[770103]: new user: name=builder, UID=574, GID=574, 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>Apr 16 08:27:39 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 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.61470 + 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.2477 + 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.78030 + 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 + 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) Checking contents of files in /usr/src/tmp/sfnt2woff-zopfli-buildroot/ (default) Compressing files in /usr/src/tmp/sfnt2woff-zopfli-buildroot (auto) 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.4921 + 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.nWsY6t 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.dRrWhw 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.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.jbZtOt 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.ZydoSv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fuZ5bw 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 Wrote: /usr/src/RPM/RPMS/i586/sfnt2woff-zopfli-debuginfo-1.1.0-alt1.i586.rpm 7.47user 1.51system 0:14.59elapsed 61%CPU (0avgtext+0avgdata 22504maxresident)k 0inputs+0outputs (0major+283358minor)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: // 11.75user 4.70system 0:24.12elapsed 68%CPU (0avgtext+0avgdata 108696maxresident)k 0inputs+0outputs (0major+559998minor)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 2020-04-16 08:27:58.406909511 +0000 @@ -10,3 +10,3 @@ 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