<86>Jan 29 02:18:31 userdel[111165]: delete user 'rooter' <86>Jan 29 02:18:31 groupadd[111266]: group added to /etc/group: name=rooter, GID=687 <86>Jan 29 02:18:31 groupadd[111266]: group added to /etc/gshadow: name=rooter <86>Jan 29 02:18:31 groupadd[111266]: new group: name=rooter, GID=687 <86>Jan 29 02:18:31 useradd[111300]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Jan 29 02:18:31 userdel[111516]: delete user 'builder' <86>Jan 29 02:18:31 userdel[111516]: removed group 'builder' owned by 'builder' <86>Jan 29 02:18:31 userdel[111516]: removed shadow group 'builder' owned by 'builder' <86>Jan 29 02:18:31 groupadd[111642]: group added to /etc/group: name=builder, GID=688 <86>Jan 29 02:18:31 groupadd[111642]: group added to /etc/gshadow: name=builder <86>Jan 29 02:18:31 groupadd[111642]: new group: name=builder, GID=688 <86>Jan 29 02:18:31 useradd[111741]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash <13>Jan 29 02:18:37 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus.218115.200 1545282875 installed <13>Jan 29 02:18:37 rpmi: libstdc++8-devel-8.2.1-alt3 sisyphus.219333.200 1547468232 installed <13>Jan 29 02:18:38 rpmi: gcc8-c++-8.2.1-alt3 sisyphus.219333.200 1547468232 installed <13>Jan 29 02:18:38 rpmi: gcc-c++-8-alt1 sisyphus.214000.40 1542664792 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/zopfli-1.0.2-alt2.nosrc.rpm Installing zopfli-1.0.2-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25532 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf zopfli-1.0.2 + echo 'Source #0 (zopfli-1.0.2.tar):' Source #0 (zopfli-1.0.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/zopfli-1.0.2.tar + cd zopfli-1.0.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.25532 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd zopfli-1.0.2 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64 -lm' zopfli zopflipng make: Entering directory '/usr/src/RPM/BUILD/zopfli-1.0.2' gcc src/zopfli/blocksplitter.c src/zopfli/cache.c src/zopfli/deflate.c src/zopfli/gzip_container.c src/zopfli/hash.c src/zopfli/katajainen.c src/zopfli/lz77.c src/zopfli/squeeze.c src/zopfli/tree.c src/zopfli/util.c src/zopfli/zlib_container.c src/zopfli/zopfli_lib.c src/zopfli/zopfli_bin.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64 -lm -o zopfli src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': src/zopfli/deflate.c:452:24: warning: argument 1 range [18446744065119617024, 18446744073709551612] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] good_for_rle = (int*)malloc(length * sizeof(int)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/zopfli/lz77.h:28, from src/zopfli/deflate.h:28, from src/zopfli/deflate.c:20: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/zopfli-1.0.2' make: Entering directory '/usr/src/RPM/BUILD/zopfli-1.0.2' gcc src/zopfli/blocksplitter.c src/zopfli/cache.c src/zopfli/deflate.c src/zopfli/gzip_container.c src/zopfli/hash.c src/zopfli/katajainen.c src/zopfli/lz77.c src/zopfli/squeeze.c src/zopfli/tree.c src/zopfli/util.c src/zopfli/zlib_container.c src/zopfli/zopfli_lib.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64 -lm -c src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': src/zopfli/deflate.c:452:24: warning: argument 1 range [18446744065119617024, 18446744073709551612] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] good_for_rle = (int*)malloc(length * sizeof(int)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/zopfli/lz77.h:28, from src/zopfli/deflate.h:28, from src/zopfli/deflate.c:20: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; ^~~~~~ g++ blocksplitter.o cache.o deflate.o gzip_container.o hash.o katajainen.o lz77.o squeeze.o tree.o util.o zlib_container.o zopfli_lib.o src/zopflipng/lodepng/lodepng.cpp src/zopflipng/lodepng/lodepng_util.cpp src/zopflipng/zopflipng_lib.cc src/zopflipng/zopflipng_bin.cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64 -lm -o zopflipng make: Leaving directory '/usr/src/RPM/BUILD/zopfli-1.0.2' + mkdir static + cp zopfli zopflipng static/ + make clean make: Entering directory '/usr/src/RPM/BUILD/zopfli-1.0.2' rm -f zopflipng zopfli blocksplitter.o cache.o deflate.o gzip_container.o hash.o katajainen.o lz77.o squeeze.o tree.o util.o zlib_container.o zopfli_lib.o libzopfli* make: Leaving directory '/usr/src/RPM/BUILD/zopfli-1.0.2' + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64 -lm' 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64' libzopfli libzopflipng make: Entering directory '/usr/src/RPM/BUILD/zopfli-1.0.2' gcc src/zopfli/blocksplitter.c src/zopfli/cache.c src/zopfli/deflate.c src/zopfli/gzip_container.c src/zopfli/hash.c src/zopfli/katajainen.c src/zopfli/lz77.c src/zopfli/squeeze.c src/zopfli/tree.c src/zopfli/util.c src/zopfli/zlib_container.c src/zopfli/zopfli_lib.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64 -lm -fPIC -c src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': src/zopfli/deflate.c:452:24: warning: argument 1 range [18446744065119617024, 18446744073709551612] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] good_for_rle = (int*)malloc(length * sizeof(int)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/zopfli/lz77.h:28, from src/zopfli/deflate.h:28, from src/zopfli/deflate.c:20: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; ^~~~~~ gcc blocksplitter.o cache.o deflate.o gzip_container.o hash.o katajainen.o lz77.o squeeze.o tree.o util.o zlib_container.o zopfli_lib.o -pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64 -lm -shared -Wl,-soname,libzopfli.so.1 -o libzopfli.so.1.0.2 /usr/bin/ld.default: squeeze.o: file not recognized: file truncated collect2: error: ld returned 1 exit status make: *** [Makefile:28: libzopfli] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/zopfli-1.0.2' make: *** Waiting for unfinished jobs.... make: Entering directory '/usr/src/RPM/BUILD/zopfli-1.0.2' gcc src/zopfli/blocksplitter.c src/zopfli/cache.c src/zopfli/deflate.c src/zopfli/gzip_container.c src/zopfli/hash.c src/zopfli/katajainen.c src/zopfli/lz77.c src/zopfli/squeeze.c src/zopfli/tree.c src/zopfli/util.c src/zopfli/zlib_container.c src/zopfli/zopfli_lib.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64 -lm -fPIC -c src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': src/zopfli/deflate.c:452:24: warning: argument 1 range [18446744065119617024, 18446744073709551612] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] good_for_rle = (int*)malloc(length * sizeof(int)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/zopfli/lz77.h:28, from src/zopfli/deflate.h:28, from src/zopfli/deflate.c:20: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; ^~~~~~ g++ blocksplitter.o cache.o deflate.o gzip_container.o hash.o katajainen.o lz77.o squeeze.o tree.o util.o zlib_container.o zopfli_lib.o src/zopflipng/lodepng/lodepng.cpp src/zopflipng/lodepng/lodepng_util.cpp src/zopflipng/zopflipng_lib.cc -pipe -frecord-gcc-switches -Wall -g -O2 -Wno-unused-function -D_FILE_OFFSET_BITS=64 -lm -fPIC --shared -Wl,-soname,libzopflipng.so.1 -o libzopflipng.so.1.0.2 make: Leaving directory '/usr/src/RPM/BUILD/zopfli-1.0.2' error: Bad exit status from /usr/src/tmp/rpm-tmp.25532 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.25532 (%build) Command exited with non-zero status 1 20.56user 1.11system 0:26.78elapsed 80%CPU (0avgtext+0avgdata 138064maxresident)k 0inputs+0outputs (0major+498347minor)pagefaults 0swaps hsh-rebuild: rebuild of `zopfli-1.0.2-alt2.src.rpm' failed. Command exited with non-zero status 1 30.00user 3.48system 0:44.51elapsed 75%CPU (0avgtext+0avgdata 138064maxresident)k 0inputs+0outputs (0major+864982minor)pagefaults 0swaps