<86>Feb 24 08:51:38 userdel[101303]: delete user 'rooter' <86>Feb 24 08:51:38 userdel[101303]: removed group 'rooter' owned by 'rooter' <86>Feb 24 08:51:38 userdel[101303]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 24 08:51:38 groupadd[101334]: group added to /etc/group: name=rooter, GID=579 <86>Feb 24 08:51:38 groupadd[101334]: group added to /etc/gshadow: name=rooter <86>Feb 24 08:51:38 groupadd[101334]: new group: name=rooter, GID=579 <86>Feb 24 08:51:38 useradd[101358]: new user: name=rooter, UID=579, GID=579, home=/root, shell=/bin/bash <86>Feb 24 08:51:38 userdel[101389]: delete user 'builder' <86>Feb 24 08:51:38 userdel[101389]: removed group 'builder' owned by 'builder' <86>Feb 24 08:51:38 userdel[101389]: removed shadow group 'builder' owned by 'builder' <86>Feb 24 08:51:38 groupadd[101412]: group added to /etc/group: name=builder, GID=580 <86>Feb 24 08:51:38 groupadd[101412]: group added to /etc/gshadow: name=builder <86>Feb 24 08:51:38 groupadd[101412]: new group: name=builder, GID=580 <86>Feb 24 08:51:38 useradd[101437]: new user: name=builder, UID=580, GID=580, home=/usr/src, shell=/bin/bash <13>Feb 24 08:51:41 rpmi: libgtest0-1.8.0-alt4.M80P.1 1525950213 installed <13>Feb 24 08:51:41 rpmi: gcc-c++-common-1.4.20-alt1 1432315196 installed <13>Feb 24 08:51:42 rpmi: libstdc++5-devel-5.3.1-alt3 1457664660 installed <13>Feb 24 08:51:43 rpmi: gcc5-c++-5.3.1-alt3 1457664660 installed <13>Feb 24 08:51:43 rpmi: libgtest-devel-1.8.0-alt4.M80P.1 1525950213 installed Installing zstd-1.1.4-alt1.M80P.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76648 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf zstd-1.1.4-alt1.M80P.1 + echo 'Source #0 (zstd-1.1.4-alt1.M80P.1.tar):' Source #0 (zstd-1.1.4-alt1.M80P.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/zstd-1.1.4-alt1.M80P.1.tar + cd zstd-1.1.4-alt1.M80P.1 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i 's/^\([[:space:]]*\)@\$/\1\$/' Makefile examples/Makefile lib/Makefile programs/Makefile tests/Makefile zlibWrapper/Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.76648 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd zstd-1.1.4-alt1.M80P.1 ++ getconf LFS_CFLAGS + export 'CFLAGS=-pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + export 'CXXFLAGS=-pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + CXXFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + for dir in lib programs + '[' -n '' ']' + NPROCS=8 + make -j8 -C lib all GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/lib' compiling dynamic library 1.1.4 cc -I. -I./common -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security common/fse_decompress.c common/entropy_common.c common/pool.c common/error_private.c common/xxhash.c common/threading.c common/zstd_common.c compress/zstd_compress.c compress/fse_compress.c compress/huf_compress.c compress/zstdmt_compress.c decompress/zstd_decompress.c decompress/huf_decompress.c dictBuilder/divsufsort.c dictBuilder/zdict.c dictBuilder/cover.c deprecated/zbuff_compress.c deprecated/zbuff_common.c deprecated/zbuff_decompress.c -shared -fPIC -fvisibility=hidden -Wl,-soname=libzstd.so.1 -o libzstd.so.1.1.4 creating versioned links make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/lib' + for dir in lib programs + '[' -n 8 ']' + make -j8 -C programs all GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/programs' cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -falign-loops=32 -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/decompress/zstd_decompress.o ../lib/decompress/zstd_decompress.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/decompress/huf_decompress.o ../lib/decompress/huf_decompress.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/common/fse_decompress.o ../lib/common/fse_decompress.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/common/entropy_common.o ../lib/common/entropy_common.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/common/pool.o ../lib/common/pool.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/common/error_private.o ../lib/common/error_private.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/common/xxhash.o ../lib/common/xxhash.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/common/threading.o ../lib/common/threading.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/common/zstd_common.o ../lib/common/zstd_common.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/compress/zstd_compress.o ../lib/compress/zstd_compress.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/compress/fse_compress.o ../lib/compress/fse_compress.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/compress/huf_compress.o ../lib/compress/huf_compress.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/compress/zstdmt_compress.o ../lib/compress/zstdmt_compress.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/dictBuilder/divsufsort.o ../lib/dictBuilder/divsufsort.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/dictBuilder/zdict.o ../lib/dictBuilder/zdict.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o ../lib/dictBuilder/cover.o ../lib/dictBuilder/cover.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o zstdcli.o zstdcli.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o fileio.o fileio.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o bench.o bench.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o datagen.o datagen.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -c -o dibio.o dibio.c ==> no zlib, building zstd without .gz support ==> no liblzma, building zstd without .xz/.lzma support cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=0 -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security ../lib/decompress/zstd_decompress.o ../lib/decompress/huf_decompress.o ../lib/common/fse_decompress.o ../lib/common/entropy_common.o ../lib/common/pool.o ../lib/common/error_private.o ../lib/common/xxhash.o ../lib/common/threading.o ../lib/common/zstd_common.o ../lib/compress/zstd_compress.o ../lib/compress/fse_compress.o ../lib/compress/huf_compress.o ../lib/compress/zstdmt_compress.o ../lib/dictBuilder/divsufsort.o ../lib/dictBuilder/zdict.o ../lib/dictBuilder/cover.o zstdcli.o fileio.o bench.o datagen.o dibio.o -o zstd make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/programs' + '[' -n 8 ']' + make -j8 -C contrib/pzstd make: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd' g++ -MMD -MP -MF main.Td -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c main.cpp -o main.o g++ -MMD -MP -MF Options.Td -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c Options.cpp -o Options.o g++ -MMD -MP -MF Pzstd.Td -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c Pzstd.cpp -o Pzstd.o g++ -MMD -MP -MF SkippableFrame.Td -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c SkippableFrame.cpp -o SkippableFrame.o mv -f SkippableFrame.Td SkippableFrame.d mv -f main.Td main.d mv -f Options.Td Options.d mv -f Pzstd.Td Pzstd.d g++ main.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -lpthread -o pzstd make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.76757 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/zstd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/zstd-buildroot + cd zstd-1.1.4-alt1.M80P.1 + export CC=false CXX=false + CC=false + CXX=false + for dir in lib programs + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/zstd-buildroot -C lib INSTALL_SCRIPT=: PREFIX=/usr LIBDIR=/usr/lib GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/lib' creating pkgconfig /bin/install -p -d -m 755 /usr/src/tmp/zstd-buildroot/usr/lib/pkgconfig/ /usr/src/tmp/zstd-buildroot/usr/include/ /bin/install -p -m 644 libzstd.pc /usr/src/tmp/zstd-buildroot/usr/lib/pkgconfig/ Installing libraries /bin/install -p -m 755 libzstd.so.1.1.4 /usr/src/tmp/zstd-buildroot/usr/lib Installing includes /bin/install -p -m 644 zstd.h /usr/src/tmp/zstd-buildroot/usr/include /bin/install -p -m 644 common/zstd_errors.h /usr/src/tmp/zstd-buildroot/usr/include /bin/install -p -m 644 deprecated/zbuff.h /usr/src/tmp/zstd-buildroot/usr/include # prototypes generate deprecation warnings /bin/install -p -m 644 dictBuilder/zdict.h /usr/src/tmp/zstd-buildroot/usr/include zstd static and shared library installed make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/lib' + for dir in lib programs + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/zstd-buildroot -C programs INSTALL_SCRIPT=: PREFIX=/usr LIBDIR=/usr/lib GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/programs' Installing binaries /bin/install -p -d -m 755 /usr/src/tmp/zstd-buildroot/usr/bin/ /usr/src/tmp/zstd-buildroot/usr/share/man/man1/ /bin/install -p -m 755 zstd /usr/src/tmp/zstd-buildroot/usr/bin/zstd : zstdless /usr/src/tmp/zstd-buildroot/usr/bin/zstdless : zstdgrep /usr/src/tmp/zstd-buildroot/usr/bin/zstdgrep Installing man pages /bin/install -p -m 644 zstd.1 /usr/src/tmp/zstd-buildroot/usr/share/man/man1/zstd.1 zstd installation completed make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/programs' + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/zstd-buildroot PREFIX=/usr -C contrib/pzstd make: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd' install -d -m 755 /usr/src/tmp/zstd-buildroot/usr/bin/ install -m 755 pzstd /usr/src/tmp/zstd-buildroot/usr/bin/pzstd make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd' + mkdir -p /usr/src/tmp/zstd-buildroot/lib + for f in '/usr/src/tmp/zstd-buildroot/usr/lib/*.so' ++ readlink -v /usr/src/tmp/zstd-buildroot/usr/lib/libzstd.so + t=libzstd.so.1.1.4 + ln -rsnf /usr/src/tmp/zstd-buildroot/lib/libzstd.so.1.1.4 /usr/src/tmp/zstd-buildroot/usr/lib/libzstd.so + mv /usr/src/tmp/zstd-buildroot/usr/lib/libzstd.so.1 /usr/src/tmp/zstd-buildroot/usr/lib/libzstd.so.1.1.4 /usr/src/tmp/zstd-buildroot/lib/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/zstd-buildroot (auto) mode of './lib/libzstd.so.1.1.4' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/zstd-buildroot (binconfig,pkgconfig,libtool,desktop) /usr/lib/pkgconfig/libzstd.pc: Cflags: '-I${includedir}' --> '' /usr/lib/pkgconfig/libzstd.pc: Libs: '-L${libdir} -lzstd' --> '-lzstd' Compressing files in /usr/src/tmp/zstd-buildroot (auto) removed '/usr/src/tmp/zstd-buildroot/usr/share/man/man1/unzstd.1' '/usr/src/tmp/zstd-buildroot/usr/share/man/man1/unzstd.1.xz' -> 'zstd.1.xz' removed '/usr/src/tmp/zstd-buildroot/usr/share/man/man1/zstdcat.1' '/usr/src/tmp/zstd-buildroot/usr/share/man/man1/zstdcat.1.xz' -> 'zstd.1.xz' Adjusting library links in /usr/src/tmp/zstd-buildroot ./lib: libzstd.so.1 -> libzstd.so.1.1.4 ./usr/lib: Verifying ELF objects in /usr/src/tmp/zstd-buildroot (arch=strict,fhs=strict,lfs=strict,lint=strict,rpath=strict,stack=strict,textrel=strict,unresolved=strict) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.87228 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd zstd-1.1.4-alt1.M80P.1 ++ getconf LFS_CFLAGS + export 'CFLAGS=-pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + export 'CXXFLAGS=-pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + CXXFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + '[' -n '' ']' + NPROCS=8 + make -j8 -k -C tests test GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/tests' make -C ../programs zstd cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wformat-security ../programs/datagen.c datagencli.c -o datagen cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wformat-security ../lib/decompress/zstd_decompress.c ../lib/decompress/huf_decompress.c ../lib/common/fse_decompress.c ../lib/common/entropy_common.c ../lib/common/pool.c ../lib/common/error_private.c ../lib/common/xxhash.c ../lib/common/threading.c ../lib/common/zstd_common.c ../lib/compress/zstd_compress.c ../lib/compress/fse_compress.c ../lib/compress/huf_compress.c ../lib/compress/zstdmt_compress.c ../programs/datagen.c fullbench.c -o fullbench cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wformat-security ../lib/decompress/zstd_decompress.c ../lib/decompress/huf_decompress.c ../lib/common/fse_decompress.c ../lib/common/entropy_common.c ../lib/common/pool.c ../lib/common/error_private.c ../lib/common/xxhash.c ../lib/common/threading.c ../lib/common/zstd_common.c ../lib/compress/zstd_compress.c ../lib/compress/fse_compress.c ../lib/compress/huf_compress.c ../lib/compress/zstdmt_compress.c ../lib/dictBuilder/divsufsort.c ../lib/dictBuilder/zdict.c ../lib/dictBuilder/cover.c ../programs/datagen.c fuzzer.c -o fuzzer cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wformat-security -pthread ../lib/decompress/zstd_decompress.c ../lib/decompress/huf_decompress.c ../lib/common/fse_decompress.c ../lib/common/entropy_common.c ../lib/common/pool.c ../lib/common/error_private.c ../lib/common/xxhash.c ../lib/common/threading.c ../lib/common/zstd_common.c ../lib/compress/zstd_compress.c ../lib/compress/fse_compress.c ../lib/compress/huf_compress.c ../lib/compress/zstdmt_compress.c ../lib/dictBuilder/divsufsort.c ../lib/dictBuilder/zdict.c ../lib/dictBuilder/cover.c ../programs/datagen.c zstreamtest.c -o zstreamtest cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wformat-security ../lib/decompress/zstd_decompress.c ../lib/decompress/huf_decompress.c ../lib/common/fse_decompress.c ../lib/common/entropy_common.c ../lib/common/pool.c ../lib/common/error_private.c ../lib/common/xxhash.c ../lib/common/threading.c ../lib/common/zstd_common.c ../lib/compress/zstd_compress.c ../lib/compress/fse_compress.c ../lib/compress/huf_compress.c ../lib/compress/zstdmt_compress.c invalidDictionaries.c -o invalidDictionaries cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -I../lib/legacy -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wformat-security -DZSTD_LEGACY_SUPPORT=4 ../lib/decompress/zstd_decompress.c ../lib/decompress/huf_decompress.c ../lib/common/fse_decompress.c ../lib/common/entropy_common.c ../lib/common/pool.c ../lib/common/error_private.c ../lib/common/xxhash.c ../lib/common/threading.c ../lib/common/zstd_common.c ../lib/compress/zstd_compress.c ../lib/compress/fse_compress.c ../lib/compress/huf_compress.c ../lib/compress/zstdmt_compress.c ../lib/legacy/zstd_v03.c ../lib/legacy/zstd_v04.c ../lib/legacy/zstd_v05.c ../lib/legacy/zstd_v07.c ../lib/legacy/zstd_v01.c ../lib/legacy/zstd_v06.c ../lib/legacy/zstd_v02.c legacy.c -o legacy cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wformat-security ../lib/decompress/zstd_decompress.c ../lib/decompress/huf_decompress.c ../lib/common/fse_decompress.c ../lib/common/entropy_common.c ../lib/common/pool.c ../lib/common/error_private.c ../lib/common/xxhash.c ../lib/common/threading.c ../lib/common/zstd_common.c ../lib/compress/fse_compress.c ../lib/compress/huf_compress.c ../lib/compress/zstdmt_compress.c decodecorpus.c -o decodecorpus -lm make[1]: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/programs' make[1]: `zstd' is up to date. make[1]: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/programs' cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wformat-security -DZSTD_MULTITHREAD -pthread pool.c ../lib/common/pool.c ../lib/common/threading.c -o pool file ../programs/zstd ../programs/zstd: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, not stripped ZSTD=" ../programs/zstd" ./playTests.sh --test-large-data \nStarting playTests.sh isWindows=false ZSTD=' ../programs/zstd' \n**** simple tests **** test : basic compression tmp : 32.42% ( 65537 => 21246 bytes, tmp.zst) test : basic decompression tmp.zst : 65537 bytes test : too large compression level (must fail) Warning : compression level higher than max, reduced to 19 tmp : 31.09% ( 65537 => 20374 bytes, tmp.zst) test : compress to stdout tmp : 32.42% ( 65537 => 21246 bytes, /*stdout*\) ./pool test : compress to named file tmp : 32.42% ( 65537 => 21246 bytes, tmpCompressed) tmpCompressed test : -o must be followed by filename (must fail) error : command must be followed by argument test : force write, correct order tmp : 32.42% ( 65537 => 21246 bytes, tmpCompressed) test : forgotten argument error : command must be followed by argument test : implied stdout when input is stdin bob test : null-length file roundtrip test : decompress file with wrong suffix (must fail) zstd: tmpCompressed: unknown suffix -- ignored zstd: tmp: unknown suffix -- ignored test : decompress into stdout PASS: testOrder PASS: testInvalid tmpCompressed : 65537 bytes tmpCompressed : 65537 bytes test : decompress from stdin into stdout test : impose memory limitation (must fail) Error 36 : Decoding error : Frame requires too much memory for decoding Error 36 : Decoding error : Frame requires too much memory for decoding Error 36 : Decoding error : Frame requires too much memory for decoding Error 36 : Decoding error : Frame requires too much memory for decoding test : overwrite protection zstd: tmp.zst already exists; not overwritten test : force overwrite test : file removal tmp : 32.42% ( 65537 => 21246 bytes, tmp.zst) ls: cannot access 'tmp': No such file or directory tmp.zst : 65537 bytes ls: cannot access 'tmp.zst': No such file or directory test : --rm on stdin zstd: tmp is not a regular file -- ignored ls: cannot access 'tmp.zst': No such file or directory \n**** Advanced compression parameters **** Incorrect parameters Usage : zstd [args] [FILE(s)] [-o file] FILE : a filename with no FILE, or when FILE is - , read standard input Arguments : -# : # compression level (1-19, default:3) -d : decompression -D file: use `file` as Dictionary -o file: result stored into `file` (only if 1 input file) -f : overwrite output without prompting --rm : remove source file(s) after successful de/compression -k : preserve source file(s) (default) -h/-H : display help/long help and exit Incorrect parameters Usage : zstd [args] [FILE(s)] [-o file] FILE : a filename with no FILE, or when FILE is - , read standard input Arguments : -# : # compression level (1-19, default:3) -d : decompression -D file: use `file` as Dictionary -o file: result stored into `file` (only if 1 input file) -f : overwrite output without prompting --rm : remove source file(s) after successful de/compression -k : preserve source file(s) (default) -h/-H : display help/long help and exit Incorrect parameters Usage : zstd [args] [FILE(s)] [-o file] FILE : a filename with no FILE, or when FILE is - , read standard input Arguments : -# : # compression level (1-19, default:3) -d : decompression -D file: use `file` as Dictionary -o file: result stored into `file` (only if 1 input file) -f : overwrite output without prompting --rm : remove source file(s) after successful de/compression -k : preserve source file(s) (default) -h/-H : display help/long help and exit ls: cannot access 'tmp.zst': No such file or directory roundTripTest: ./datagen -g512K | ../programs/zstd -v | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.53% (524288 => 170543 bytes, /*stdout*\) roundTripTest: ./datagen -g512K | ../programs/zstd -v --zstd=slen=3,tlen=48,strat=6 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 31.11% (524288 => 163115 bytes, /*stdout*\) roundTripTest: ./datagen -g512K | ../programs/zstd -v --zstd=strat=6,wlog=23,clog=23,hlog=22,slog=6 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 30.97% (524288 => 162357 bytes, /*stdout*\) roundTripTest: ./datagen -g512K | ../programs/zstd -v --zstd=windowLog=23,chainLog=23,hashLog=22,searchLog=6,searchLength=3,targetLength=48,strategy=6 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 30.96% (524288 => 162307 bytes, /*stdout*\) roundTripTest: ./datagen -g512K | ../programs/zstd -v19 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 30.96% (524288 => 162307 bytes, /*stdout*\) \n**** Pass-Through mode **** Hello world 1! Hello world 2! Hello world 3! \n**** frame concatenation **** hello.tmp :285.71% ( 7 => 20 bytes, /*stdout*\) world.tmp :285.71% ( 7 => 20 bytes, /*stdout*\) helloworld.zstd : 14 bytes hello world! frame concatenation without checksum hello.tmp :228.57% ( 7 => 16 bytes, /*stdout*\) world.tmp :228.57% ( 7 => 16 bytes, /*stdout*\) helloworld.zstd : 14 bytes hello world! frame concatenation tests completed \n**** flush write error test **** echo foo | ../programs/zstd > /dev/full zstd: /*stdout*\: No space left on device Error 1 : zstd: /*stdout*\: No such file or directory echo foo | ../programs/zstd | ../programs/zstd -d > /dev/full Error 38 : Write error : cannot properly close /*stdout*\ \n**** test sparse file support **** *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** tmpSparse : 0.01% (5242880 => 548 bytes, /*stdout*\) /*stdin*\ : 5242880 bytes Files tmpSparse and tmpSparseRegen are identical *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** tmpSparse : 0.01% (5242880 => 548 bytes, /*stdout*\) /*stdin*\ : 5242880 bytes Files tmpSparse and tmpOutSparse are identical *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** tmpSparse : 0.01% (5242880 => 548 bytes, /*stdout*\) /*stdin*\ : 5242880 bytes Files tmpSparse and tmpOutNoSparse are identical 5120 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpSparse 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpSparseRegen *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 1200007 bytes Files - and tmpSparseOdd are identical 44 -rw-r--r-- 1 builder builder 1200007 Feb 24 08:52 tmpSparseOdd \n Sparse Compatibility with Console : Hello World 1 ! Hello World 2 ! \n Sparse Compatibility with Append : *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** tmpSparse1M : 0.01% (1048576 => 118 bytes, tmpSparseCompressed) *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** tmpSparseCompressed : 1048576 bytes *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** tmpSparseCompressed : 1048576 bytes 5120 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpSparse 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 08:52 tmpSparse1M 2048 -rw-r--r-- 1 builder builder 2097152 Feb 24 08:52 tmpSparse2M 4 -rw-r--r-- 1 builder builder 118 Feb 24 08:52 tmpSparseCompressed 44 -rw-r--r-- 1 builder builder 1200007 Feb 24 08:52 tmpSparseOdd 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpSparseRegen 1036 -rw-r--r-- 1 builder builder 2097152 Feb 24 08:52 tmpSparseRegenerated \n**** multiple files tests **** compress tmp* : 68 -rw-r--r-- 1 builder builder 65537 Feb 24 08:52 tmp1 24 -rw-r--r-- 1 builder builder 21665 Feb 24 08:52 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Feb 24 08:52 tmp2 32 -rw-r--r-- 1 builder builder 32767 Feb 24 08:52 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 08:52 tmp3 336 -rw-r--r-- 1 builder builder 342496 Feb 24 08:52 tmp3.zst 24 -rw-r--r-- 1 builder builder 21246 Feb 24 08:52 tmpCompressed 24 -rw-r--r-- 1 builder builder 21260 Feb 24 08:52 tmpCompressed.zst 5120 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 08:52 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 08:52 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Feb 24 08:52 tmpResult 24 -rw-r--r-- 1 builder builder 21236 Feb 24 08:52 tmpResult.zst decompress tmp* : 68 -rw-r--r-- 1 builder builder 65537 Feb 24 08:52 tmp1 24 -rw-r--r-- 1 builder builder 21665 Feb 24 08:52 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Feb 24 08:52 tmp2 32 -rw-r--r-- 1 builder builder 32767 Feb 24 08:52 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 08:52 tmp3 336 -rw-r--r-- 1 builder builder 342496 Feb 24 08:52 tmp3.zst 24 -rw-r--r-- 1 builder builder 21246 Feb 24 08:52 tmpCompressed 24 -rw-r--r-- 1 builder builder 21260 Feb 24 08:52 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 08:52 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 08:52 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Feb 24 08:52 tmpResult 24 -rw-r--r-- 1 builder builder 21236 Feb 24 08:52 tmpResult.zst compress tmp* into stdout > tmpall : 68 -rw-r--r-- 1 builder builder 65537 Feb 24 08:52 tmp1 24 -rw-r--r-- 1 builder builder 21665 Feb 24 08:52 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Feb 24 08:52 tmp2 32 -rw-r--r-- 1 builder builder 32767 Feb 24 08:52 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 08:52 tmp3 336 -rw-r--r-- 1 builder builder 342496 Feb 24 08:52 tmp3.zst 24 -rw-r--r-- 1 builder builder 21246 Feb 24 08:52 tmpCompressed 24 -rw-r--r-- 1 builder builder 21260 Feb 24 08:52 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 08:52 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 08:52 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Feb 24 08:52 tmpResult 24 -rw-r--r-- 1 builder builder 21236 Feb 24 08:52 tmpResult.zst 388 -rw-r--r-- 1 builder builder 396928 Feb 24 08:52 tmpall decompress tmpall* into stdout > tmpdec : 68 -rw-r--r-- 1 builder builder 65537 Feb 24 08:52 tmp1 24 -rw-r--r-- 1 builder builder 21665 Feb 24 08:52 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Feb 24 08:52 tmp2 32 -rw-r--r-- 1 builder builder 32767 Feb 24 08:52 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 08:52 tmp3 336 -rw-r--r-- 1 builder builder 342496 Feb 24 08:52 tmp3.zst 24 -rw-r--r-- 1 builder builder 21246 Feb 24 08:52 tmpCompressed 24 -rw-r--r-- 1 builder builder 21260 Feb 24 08:52 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 08:52 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 08:52 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 08:52 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Feb 24 08:52 tmpResult 24 -rw-r--r-- 1 builder builder 21236 Feb 24 08:52 tmpResult.zst 388 -rw-r--r-- 1 builder builder 396928 Feb 24 08:52 tmpall 388 -rw-r--r-- 1 builder builder 396928 Feb 24 08:52 tmpall2 2380 -rw-r--r-- 1 builder builder 2433026 Feb 24 08:52 tmpdec compress multiple files including a missing one (notHere) : zstd: notHere is not a regular file -- ignored \n**** dictionary tests **** - test with raw dict (content only) - Create first dictionary ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Do not concatenate samples together into a single file, ! as dictBuilder will be unable to find the beginning of each sample, ! resulting in poor dictionary quality. sorting 19 files of total size 0 MB ... finding patterns ... ! warning : selected content significantly smaller than requested (29536 < 112640) ! consider increasing the number of samples (total size : 0 MB) statistics ... Save dictionary of size 29689 into file tmpDict tmp : 21.94% ( 31803 => 6977 bytes, tmp.zst) tmp.zst : 31803 bytes - Create second (different) dictionary ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Do not concatenate samples together into a single file, ! as dictBuilder will be unable to find the beginning of each sample, ! resulting in poor dictionary quality. sorting 25 files of total size 0 MB ... finding patterns ... ! warning : selected content significantly smaller than requested (31358 < 112640) ! consider increasing the number of samples (total size : 0 MB) statistics ... Save dictionary of size 31511 into file tmpDictC Error 36 : Decoding error : Dictionary mismatch - Create dictionary with short dictID ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Do not concatenate samples together into a single file, ! as dictBuilder will be unable to find the beginning of each sample, ! resulting in poor dictionary quality. sorting 19 files of total size 0 MB ... finding patterns ... ! warning : selected content significantly smaller than requested (29536 < 112640) ! consider increasing the number of samples (total size : 0 MB) statistics ... Save dictionary of size 29689 into file tmpDict1 tmpDict tmpDict1 differ: char 5, line 1 - Create dictionary with wrong dictID parameter order (must fail) error : command must be followed by argument - Create dictionary with size limit *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Shuffling input files sorting 19 files of total size 0 MB ... finding patterns ... minimum ratio : 4 1850 segments found, of total size 29536 list 24 best segments 1: 31 bytes at pos 165087, savings 5746 bytes |) */. case '| 2: 35 bytes at pos 118509, savings 5535 bytes | decompression test */. if (| 3:137 bytes at pos 134380, savings 5198 bytes |CSrcSize = FUZ_randomLength(&lseed, maxS| 4:108 bytes at pos 314373, savings 4698 bytes | += *argument - '0';. | 5: 28 bytes at pos 49589, savings 4304 bytes |T);. DISPLAY( " -P# : | 6: 55 bytes at pos 163552, savings 3679 bytes |; argument++; break;.. | 7:370 bytes at pos 291427, savings 3595 bytes |;.}./**. * Copyright (c) 2016-present, Y| 8: 27 bytes at pos 157493, savings 3251 bytes | if (!strcmp(argument, "-| 9: 27 bytes at pos 385611, savings 3113 bytes | DISPLAY("\r%79s\r", "");. | 10: 82 bytes at pos 8004, savings 3061 bytes |) goto _output_error; }. DISPLAYLEVEL| 11: 47 bytes at pos 336180, savings 3040 bytes |, const char* srcFileName, int compressi| 12: 55 bytes at pos 226872, savings 2990 bytes | }. break;.. | 13: 94 bytes at pos 354818, savings 2647 bytes | { size_t const decompBytes = ress->| 14: 79 bytes at pos 28949, savings 2526 bytes | cNoiseBuffer[0] = (BYTE*)malloc (srcB| 15: 48 bytes at pos 227928, savings 2457 bytes |g = 0;. argum| 16: 42 bytes at pos 229864, savings 2429 bytes | continue;. case| 17: 30 bytes at pos 311191, savings 2006 bytes |\n");. DISPLAY( " -i# : | 18: 30 bytes at pos 93072, savings 1906 bytes |/* Basic compression test */. | 19: 70 bytes at pos 137337, savings 1887 bytes |case 'v':. argument++| 20: 90 bytes at pos 43985, savings 1887 bytes | : display help and exit\n");. retur| 21: 25 bytes at pos 284321, savings 1878 bytes | = ZSTD_compressBound(src| 22: 37 bytes at pos 327275, savings 1875 bytes |const char* dictFileName, int cLevel,| 23: 55 bytes at pos 20566, savings 1748 bytes |LEVEL(4, "OK \n");.. DISPLAYLEVEL| 24: 60 bytes at pos 117809, savings 1743 bytes |adjustedDstSize = MIN(cBufferSize - cSiz| ! note : calculated dictionary significantly larger than requested (29536 > 4096) ! consider increasing dictionary size, or produce denser dictionary (-s1) ! always test dictionary efficiency on samples statistics ... Save dictionary of size 4096 into file tmpDict2 - Create dictionary with wrong parameter order (must fail) error : command must be followed by argument - Compress without dictID tmp : 21.93% ( 31803 => 6973 bytes, tmp.zst) tmp.zst : 31803 bytes - Compress with wrong argument order (must fail) error : command must be followed by argument - Compress multiple files with dictionary dirTestDict/bench.c: OK dirTestDict/bench.h: OK dirTestDict/datagen.c: OK dirTestDict/datagen.h: OK dirTestDict/datagencli.c: OK dirTestDict/decodecorpus.c: OK dirTestDict/dibio.c: OK dirTestDict/dibio.h: OK dirTestDict/fileio.c: OK dirTestDict/fileio.h: OK dirTestDict/fullbench.c: OK dirTestDict/fuzzer.c: OK dirTestDict/invalidDictionaries.c: OK dirTestDict/legacy.c: OK dirTestDict/longmatch.c: OK dirTestDict/namespaceTest.c: OK dirTestDict/paramgrill.c: OK dirTestDict/platform.h: OK dirTestDict/pool.c: OK dirTestDict/roundTripCrash.c: OK dirTestDict/symbols.c: OK dirTestDict/util.h: OK dirTestDict/zbufftest.c: OK dirTestDict/zstdcli.c: OK dirTestDict/zstreamtest.c: OK \n**** cover dictionary tests **** - Create first dictionary ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Do not concatenate samples together into a single file, ! as dictBuilder will be unable to find the beginning of each sample, ! resulting in poor dictionary quality. Training on 19 samples of total size 389285 Constructing partial suffix array Computing frequencies Building dictionary Breaking content into 2448 epochs of size 159 0% Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDict tmp : 18.89% ( 31803 => 6009 bytes, tmp.zst) tmp.zst : 31803 bytes - Create second (different) dictionary ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Do not concatenate samples together into a single file, ! as dictBuilder will be unable to find the beginning of each sample, ! resulting in poor dictionary quality. Training on 25 samples of total size 419542 Constructing partial suffix array Computing frequencies Building dictionary Breaking content into 2011 epochs of size 208 0% Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDictC Error 36 : Decoding error : Dictionary mismatch - Create dictionary with short dictID ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Do not concatenate samples together into a single file, ! as dictBuilder will be unable to find the beginning of each sample, ! resulting in poor dictionary quality. Training on 19 samples of total size 389285 Constructing partial suffix array Computing frequencies Building dictionary Breaking content into 2448 epochs of size 159 0% Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDict1 tmpDict tmpDict1 differ: char 5, line 1 - Create dictionary with size limit Trying 54 different sets of parameters 1% 14% 18% 31% 35% 46% 51% 62% 68% 79% 85% 94% k=778 d=6 steps=8 Save dictionary of size 4096 into file tmpDict2 \n**** integrity tests **** test one file (tmp1.zst) tmp1 : 32.42% ( 65537 => 21246 bytes, tmp1.zst) tmp1.zst : 65537 bytes tmp1.zst : 65537 bytes test multiple files (*.zst) tmp1.zst : 65537 bytes test bad files (*) zstd: Makefile: not in zstd format zstd: README.md: not in zstd format zstd: datagen: not in zstd format zstd: datagencli.c: not in zstd format zstd: decodecorpus.c: not in zstd format zstd: fullbench.c: not in zstd format zstd: fuzzer.c: not in zstd format zstd: gzip is a directory -- ignored zstd: invalidDictionaries.c: not in zstd format zstd: legacy.c: not in zstd format zstd: longmatch.c: not in zstd format zstd: namespaceTest.c: not in zstd format zstd: paramgrill.c: not in zstd format zstd: playTests.sh: not in zstd format zstd: pool: not in zstd format zstd: pool.c: not in zstd format zstd: result: unexpected end of file zstd: roundTripCrash.c: not in zstd format zstd: symbols.c: not in zstd format zstd: test-zstd-speed.py: not in zstd format zstd: test-zstd-versions.py: not in zstd format zstd: tmp1: not in zstd format zstd: zbufftest.c: not in zstd format zstd: zstreamtest.c: not in zstd format zstd: tmp1: not in zstd format zstd: tmp2.zst: not in zstd format zstd: tmp3: unexpected end of file test --rm and --test combined tmp1.zst : 65537 bytes 24 -rw-r--r-- 1 builder builder 21246 Feb 24 08:52 tmp1.zst \n**** benchmark mode tests **** bench one file |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21231 (3.087), 26.2 MB/s =-tmp1 : 65537 -> 21231 (3.087), 26.2 MB/s , 216.3 MB/s 3# bench multiple levels Benchmarking levels from 1 to 3 |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21198 (3.092), 45.9 MB/s =-tmp1 : 65537 -> 21198 (3.092), 45.9 MB/s , 230.0 MB/s 1# |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21101 (3.106), 65.5 MB/s =-tmp1 : 65537 -> 21101 (3.106), 65.5 MB/s , 230.0 MB/s 2# |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21231 (3.087), 39.3 MB/s =-tmp1 : 65537 -> 21231 (3.087), 39.3 MB/s , 269.7 MB/s 3# with recursive and quiet modes bench 1.1.4 : input 65537 bytes, 1 seconds, 0 KB blocks ./fullbench -i1 *** Zstandard speed analyzer 1.1.4 32-bits, by Yann Collet (Feb 24 2019) *** - 1 iterations - Sample 10MiB : 1- ZSTD_compress : ./invalidDictionaries -1 21198 (3.092) 122.04 MB/s 390.1 MB/s tmp1 ./decodecorpus -t -T30 seed: 57197 59 96 127 152 189 221 248 ./zstreamtest -T2mn Starting zstream tester (32-bits, 1.1.4) Seed = 8772 1- ZSTD_compress : 203.0 MB/s ( 3139371) 1 2- ZSTD_decompress : ./fuzzer -T5mn Starting zstd tester (32-bits, 1.1.4) Seed = 8772 277 339 406 447 472 526 -2 21101 (3.106) 130.55 MB/s 407.1 MB/s tmp1 \n**** gzip compatibility tests **** Incorrect parameters Usage : zstd [args] [FILE(s)] [-o file] FILE : a filename with no FILE, or when FILE is - , read standard input Arguments : -# : # compression level (1-19, default:3) -d : decompression -D file: use `file` as Dictionary -o file: result stored into `file` (only if 1 input file) -f : overwrite output without prompting --rm : remove source file(s) after successful de/compression -k : preserve source file(s) (default) -h/-H : display help/long help and exit gzip mode not supported \n**** gzip frame tests **** gzip mode not supported \n**** xz compatibility tests **** Incorrect parameters Usage : zstd [args] [FILE(s)] [-o file] FILE : a filename with no FILE, or when FILE is - , read standard input Arguments : -# : # compression level (1-19, default:3) -d : decompression -D file: use `file` as Dictionary -o file: result stored into `file` (only if 1 input file) -f : overwrite output without prompting --rm : remove source file(s) after successful de/compression -k : preserve source file(s) (default) -h/-H : display help/long help and exit xz mode not supported \n**** xz frame tests **** xz mode not supported \n**** zstd round-trip tests **** roundTripTest: ./datagen | ../programs/zstd -v | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.40% ( 65537 => 21235 bytes, /*stdout*\) roundTripTest: ./datagen -g15K | ../programs/zstd -v | ../programs/zstd -d 593 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 25.88% ( 15360 => 3975 bytes, /*stdout*\) roundTripTest: ./datagen -g127K | ../programs/zstd -v | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 31.97% (130048 => 41581 bytes, /*stdout*\) roundTripTest: ./datagen -g255K | ../programs/zstd -v | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.78% (261120 => 85585 bytes, /*stdout*\) roundTripTest: ./datagen -g522K | ../programs/zstd -v | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.50% (534528 => 173726 bytes, /*stdout*\) roundTripTest: ./datagen -g519K | ../programs/zstd -v6 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.43% (531456 => 172358 bytes, /*stdout*\) roundTripTest: ./datagen -g517K | ../programs/zstd -v16 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.36% (529408 => 171330 bytes, /*stdout*\) roundTripTest: ./datagen -g516K | ../programs/zstd -v19 | ../programs/zstd -d 652 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** /*stdin*\ : 30.94% (528384 => 163487 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v1 | ../programs/zstd -d 721 743 790 817 873 1- ZSTD_decompress : 600.5 MB/s ( 10000000) 2 11- ZSTD_compressContinue : 903 936 976 1004 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1040 Read : 22 MB ==> 31.48% 1069 Read : 44 MB ==> 31.63% 1100 1 Read : 67 MB ==> 31.62% 1144 7 Read : 89 MB ==> 31.65% 1203 1248 9 Read : 110 MB ==> 31.62%./legacy 1301 Simple API OK Streaming API OK OK 1340 Read : 132 MB ==> 31.63% 1- ZSTD_compressContinue : 200.9 MB/s ( 3139367) 11 12- ZSTD_compressContinue_extDict : 14 1388 Read : 154 MB ==> 31.64% 1/ 1 19 1420 Read : 176 MB ==> 31.64% 16 1472 1494 Read : 196 MB ==> 31.64% 18 1534 24 Read : 218 MB ==> 31.65% 1563 1614 Read : 240 MB ==> 31.65% 29 1649 /*stdin*\ : 31.64% (270000000 => 85415803 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v2 | ../programs/zstd -d 31 1708 1- ZSTD_compressContinue_extDict : 201.2 MB/s ( 3139385) 12 13- ZSTD_decompressContinue : 43 1742 1769 46 1831 56 1861 1901 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1940 30 1987 Read : 16 MB ==> 31.21% 61 2013 71 Read : 32 MB ==> 31.39% 2034 Read : 48 MB ==> 31.39% 2077 Read : 65 MB ==> 31.38% 60 2124 1- ZSTD_decompressContinue : 602.6 MB/s ( 10000000) 13 Read : 80 MB ==> 31.39%31- ZSTD_decodeLiteralsBlock : 2160 96 63 2205 Read : 96 MB ==> 31.41% 66 99 2254 Read : 111 MB ==> 31.38% 2291 73 Read : 127 MB ==> 31.40% 2322 2352 Read : 142 MB ==> 31.39% 91 2402 Read : 157 MB ==> 31.41% 2425 100 Read : 173 MB ==> 31.41% 99 103 2460 Read : 188 MB ==> 31.41% 2493 105 110 2537 1- ZSTD_decodeLiteralsBlock : 817.7 MB/s ( 36766) 31 2579 32- ZSTD_decodeSeqHeaders : Read : 202 MB ==> 31.40% 110 2624 2656 Read : 216 MB ==> 31.42% 113 2698 118 2723 2750 Read : 231 MB ==> 31.40% 114 125 2792 Read : 247 MB ==> 31.41% 135 2833 /*stdin*\ : 31.40% (270000000 => 84787917 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v3 | ../programs/zstd -d 135 2868 139 141 2922 146 144 2960 151 2976 158 157 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1- ZSTD_decodeSeqHeaders : 29188.5 MB/s ( 74) 32 41- ZSTD_compressStream : 3009 Read : 8 MB ==> 32.21% 181 3037 Read : 15 MB ==> 32.28% 3066 170 Read : 24 MB ==> 32.36% 184 3105 Read : 32 MB ==> 32.49% 3139 188 224 Read : 40 MB ==> 32.49% 3183 Read : 49 MB ==> 32.49% 201 3229 206 3292 Read : 56 MB ==> 32.49% 217 3322 Read : 64 MB ==> 32.48% 1- ZSTD_compressStream : 171.8 MB/s ( 3139370) 41 3378 228 42- ZSTD_decompressStream : Read : 70 MB ==> 32.52% 3420 230 Read : 78 MB ==> 32.49% 3470 Read : 86 MB ==> 32.50% 3499 3543 239 Read : 93 MB ==> 32.52% 233 3588 Read : 100 MB ==> 32.51% 238 3617 241 Read : 108 MB ==> 32.49% 3640 Read : 116 MB ==> 32.51% 249 3671 252 259 Read : 124 MB ==> 32.51% 3719 3771 Read : 131 MB ==> 32.50% 273 3830 Read : 138 MB ==> 32.49% 3868 Read : 146 MB ==> 32.50% 281 3923 Read : 153 MB ==> 32.51% 1- ZSTD_decompressStream : 595.8 MB/s ( 10000000) 42 ./fullbench -i1 -P0 *** Zstandard speed analyzer 1.1.4 32-bits, by Yann Collet (Feb 24 2019) *** - 1 iterations - Sample 10MiB : 1- ZSTD_compress : 292 3974 Read : 160 MB ==> 32.51% 4021 305 Read : 168 MB ==> 32.51% 4062 289 4110 Read : 176 MB ==> 32.51% 4141 299 Read : 183 MB ==> 32.50% 4201 4248 302 Read : 190 MB ==> 32.51% 318 4288 Read : 197 MB ==> 32.51% 4361 308 4389 319 Read : 205 MB ==> 32.51% 4413 318 4435 Read : 212 MB ==> 32.52% 4448 Read : 220 MB ==> 32.52% 1- ZSTD_compress : 1009.7 MB/s ( 10000241) 1 4486 328 2- ZSTD_decompress : 332 Read : 227 MB ==> 32.51% 4524 Read : 235 MB ==> 32.51% 337 Read : 243 MB ==> 32.52% 4563 334 4629 Read : 250 MB ==> 32.51% 342 4649 /*stdin*\ : 32.51% (270000000 => 87769121 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v4 | ../programs/zstd -d 348 4697 4732 4800 4825 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 4857 Read : 7 MB ==> 27.62% Read : 13 MB ==> 27.64% 4890 Read : 19 MB ==> 27.70% Read : 25 MB ==> 27.78% 4933 356 Read : 33 MB ==> 27.70% 342 4978 Read : 39 MB ==> 27.73% 5007 Read : 45 MB ==> 27.74% 378 1- ZSTD_decompress : 5358.3 MB/s ( 10000000) 2 11- ZSTD_compressContinue : 5064 Read : 50 MB ==> 27.75% Read : 55 MB ==> 27.74% 5101 346 Read : 60 MB ==> 27.75% 5146 Read : 65 MB ==> 27.74% Read : 71 MB ==> 27.73% 347 5177 Read : 76 MB ==> 27.77% 353 5221 Read : 82 MB ==> 27.77% 5252 387 354 5293 Read : 87 MB ==> 27.78% 5309 412 Read : 92 MB ==> 27.79% 365 431 375 5340 Read : 98 MB ==> 27.78% 380 5374 Read : 103 MB ==> 27.78% 394 5423 Read : 109 MB ==> 27.77% 1- ZSTD_compressContinue : 936.3 MB/s ( 10000237) 11 12- ZSTD_compressContinue_extDict : 399 Read : 114 MB ==> 27.75% 5503 443 Read : 120 MB ==> 27.75% 5542 Read : 125 MB ==> 27.75% 5586 Read : 132 MB ==> 27.75% /*stdin*\ : 27.74% (140000000 => 38833313 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v5 | ../programs/zstd -d 5606 469 5651 5680 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 5690 475 Read : 5 MB ==> 26.83% 5721 Read : 10 MB ==> 26.78% 413 5760 Read : 16 MB ==> 26.86% 429 Read : 22 MB ==> 26.92% 5807 1- ZSTD_compressContinue_extDict : 969.8 MB/s ( 10000223) 12 13- ZSTD_decompressContinue : Read : 27 MB ==> 26.97% 5847 Read : 33 MB ==> 26.89% 5888 501 Read : 38 MB ==> 26.92% 5922 Read : 44 MB ==> 26.92% 537 Read : 49 MB ==> 26.93% 6009 Read : 55 MB ==> 26.93% 6037 Read : 61 MB ==> 26.94% 6085 Read : 66 MB ==> 26.94% 6144 548 436 6200 Read : 72 MB ==> 26.92% 6268 Read : 78 MB ==> 26.96% 6290 6311 444 554 Read : 83 MB ==> 26.98% 6351 Read : 88 MB ==> 26.97% 446 6389 555 Read : 93 MB ==> 26.98% 1- ZSTD_decompressContinue : 5249.4 MB/s ( 10000000) 13 ZSTD_decodeLiteralsBlock : impossible to test on this sample (not compressible) ZSTD_decodeSeqHeaders : impossible to test on this sample (not compressible) 41- ZSTD_compressStream : 6426 459 Read : 98 MB ==> 26.96% 561 6468 570 6514 Read : 103 MB ==> 26.96% 466 Read : 109 MB ==> 26.96% 6533 468 6562 Read : 115 MB ==> 26.94% 477 491 6605 507 Read : 120 MB ==> 26.94% 6653 Read : 126 MB ==> 26.94% 512 Read : 132 MB ==> 26.93% /*stdin*\ : 26.93% (140000000 => 37696849 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v6 | ../programs/zstd -d 6692 519 6724 tests completed: OK 521 542 573 575 545 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 4 MB ==> 26.81% 577 Read : 7 MB ==> 27.07% 1- ZSTD_compressStream : 917.7 MB/s ( 10000237) 41 42- ZSTD_decompressStream : 590 Read : 11 MB ==> 27.11% 550 Read : 14 MB ==> 27.13% 603 555 Read : 18 MB ==> 27.20% 609 Read : 22 MB ==> 27.22% Read : 26 MB ==> 27.24% 557 Read : 31 MB ==> 27.22% Read : 34 MB ==> 27.19% 561 Read : 37 MB ==> 27.22% Read : 41 MB ==> 27.22% 570 Read : 45 MB ==> 27.22% 573 577 Read : 49 MB ==> 27.23% 615 585 Read : 52 MB ==> 27.24% 1- ZSTD_decompressStream : 5825.9 MB/s ( 10000000) 42 Read : 57 MB ==> 27.24% Read : 61 MB ==> 27.24% 591 Read : 65 MB ==> 27.24% 598 Read : 69 MB ==> 27.22% 610 Read : 74 MB ==> 27.24% Read : 78 MB ==> 27.26% 621 Read : 83 MB ==> 27.28% Read : 88 MB ==> 27.28% Read : 92 MB ==> 27.28% 639 Read : 96 MB ==> 27.27% Read : 101 MB ==> 27.27% 661 Read : 106 MB ==> 27.26% Read : 112 MB ==> 27.26% 677 Read : 117 MB ==> 27.24% Read : 122 MB ==> 27.24% 615 Read : 126 MB ==> 27.25% 619 Read : 130 MB ==> 27.24% /*stdin*\ : 27.23% (140000000 => 38127843 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v7 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 4 MB ==> 21.36% Read : 8 MB ==> 21.53% 621 Read : 12 MB ==> 21.44% 692 Read : 16 MB ==> 21.47% 725 Read : 20 MB ==> 21.51% 628 Read : 24 MB ==> 21.45% Read : 28 MB ==> 21.44% 732 Read : 32 MB ==> 21.43% Read : 35 MB ==> 21.45% Read : 39 MB ==> 21.46% Read : 43 MB ==> 21.45% Read : 47 MB ==> 21.47% Read : 51 MB ==> 21.47% Read : 55 MB ==> 21.44% 630 754 Read : 59 MB ==> 21.46% 762 Read : 63 MB ==> 21.47% Read : 66 MB ==> 21.47% /*stdin*\ : 21.47% (70000000 => 15026603 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v8 | ../programs/zstd -d 763 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 632 Read : 3 MB ==> 21.41% 641 Read : 6 MB ==> 21.24% 643 Read : 9 MB ==> 21.41% Read : 12 MB ==> 21.29% Read : 16 MB ==> 21.31% 653 Read : 19 MB ==> 21.36% 657 Read : 22 MB ==> 21.32% 764 Read : 25 MB ==> 21.30% Read : 29 MB ==> 21.28% 786 Read : 32 MB ==> 21.29% 663 Read : 35 MB ==> 21.31% Read : 39 MB ==> 21.32% 787 Read : 42 MB ==> 21.31% 667 Read : 45 MB ==> 21.32% 807 Read : 49 MB ==> 21.33% 678 Read : 52 MB ==> 21.32% 825 Read : 56 MB ==> 21.31% 845 680 Read : 59 MB ==> 21.32% Read : 62 MB ==> 21.33% Read : 65 MB ==> 21.32% /*stdin*\ : 21.32% (70000000 => 14926928 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v9 | ../programs/zstd -d 895 683 924 694 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 2 MB ==> 20.90% 704 Read : 4 MB ==> 21.29% Read : 6 MB ==> 21.24% 713 Read : 8 MB ==> 21.37% 721 941 Read : 10 MB ==> 21.41% 948 733 Read : 12 MB ==> 21.33% Read : 14 MB ==> 21.28% 745 Read : 15 MB ==> 21.29% 955 Read : 17 MB ==> 21.33% 772 959 Read : 18 MB ==> 21.34% 972 Read : 19 MB ==> 21.36% 782 1019 Read : 21 MB ==> 21.37% Read : 22 MB ==> 21.34% 784 1029 Read : 23 MB ==> 21.30% 796 Read : 25 MB ==> 21.29% 1037 1040 800 Read : 26 MB ==> 21.29% Read : 28 MB ==> 21.29% 817 Read : 30 MB ==> 21.28% Read : 31 MB ==> 21.28% 826 1059 Read : 33 MB ==> 21.28% 839 Read : 34 MB ==> 21.29% Read : 36 MB ==> 21.30% 845 Read : 37 MB ==> 21.33% Read : 39 MB ==> 21.31% 853 Read : 42 MB ==> 21.30% 1104 855 Read : 44 MB ==> 21.31% 1125 865 Read : 46 MB ==> 21.32% Read : 47 MB ==> 21.32% 1151 Read : 49 MB ==> 21.32% 866 Read : 51 MB ==> 21.32% 877 Read : 53 MB ==> 21.31% Read : 55 MB ==> 21.30% 878 Read : 57 MB ==> 21.32% 1167 Read : 58 MB ==> 21.31% 882 Read : 60 MB ==> 21.31% 893 1184 Read : 62 MB ==> 21.31% Read : 64 MB ==> 21.32% 894 Read : 65 MB ==> 21.31% /*stdin*\ : 21.32% (70000000 => 14921221 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v10 | ../programs/zstd -d 897 1192 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 3 MB ==> 18.09% Read : 6 MB ==> 18.21% 1222 Read : 8 MB ==> 18.36% 900 1236 Read : 10 MB ==> 18.46% 1251 Read : 12 MB ==> 18.49% Read : 15 MB ==> 18.43% 1271 Read : 17 MB ==> 18.53% 1290 Read : 19 MB ==> 18.52% 1295 Read : 21 MB ==> 18.56% 902 Read : 23 MB ==> 18.54% 1319 905 Read : 26 MB ==> 18.53% Read : 28 MB ==> 18.51% Read : 30 MB ==> 18.49% Read : 32 MB ==> 18.45% 911 /*stdin*\ : 18.45% (35000000 => 6458718 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v11 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 924 Read : 1 MB ==> 17.91% 937 1320 Read : 3 MB ==> 18.16% Read : 4 MB ==> 18.22% 1337 946 Read : 6 MB ==> 18.32% 954 Read : 7 MB ==> 18.41% Read : 8 MB ==> 18.56% 967 Read : 10 MB ==> 18.61% 1339 974 Read : 12 MB ==> 18.62% 978 Read : 13 MB ==> 18.63% Read : 14 MB ==> 18.58% Read : 16 MB ==> 18.58% 979 Read : 17 MB ==> 18.65% 990 Read : 18 MB ==> 18.67% 1346 Read : 20 MB ==> 18.66% Read : 21 MB ==> 18.69% 993 Read : 23 MB ==> 18.69% 1356 Read : 25 MB ==> 18.68% 1001 Read : 26 MB ==> 18.69% 1357 1009 Read : 27 MB ==> 18.66% Read : 29 MB ==> 18.65% Read : 31 MB ==> 18.62% 1364 Read : 32 MB ==> 18.61% /*stdin*\ : 18.61% (35000000 => 6512573 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v12 | ../programs/zstd -d 1372 1021 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 2 MB ==> 17.93% 1025 1422 Read : 5 MB ==> 18.29% 1027 Read : 7 MB ==> 18.41% 1435 1030 Read : 8 MB ==> 18.56% Read : 10 MB ==> 18.63% Read : 12 MB ==> 18.62% 1038 Read : 15 MB ==> 18.58% 1451 Read : 17 MB ==> 18.66% 1039 Read : 18 MB ==> 18.67% Read : 20 MB ==> 18.69% Read : 22 MB ==> 18.69% Read : 24 MB ==> 18.68% 1453 Read : 25 MB ==> 18.68% 1040 1477 Read : 27 MB ==> 18.66% Read : 29 MB ==> 18.65% Read : 31 MB ==> 18.65% Read : 33 MB ==> 18.61% /*stdin*\ : 18.61% (35000000 => 6514423 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v13 | ../programs/zstd -d 1056 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1067 Read : 1 MB ==> 15.15% 1073 Read : 2 MB ==> 15.58% Read : 2 MB ==> 15.74% 1077 Read : 3 MB ==> 15.72% Read : 4 MB ==> 15.78% 1495 Read : 5 MB ==> 15.79% 1081 Read : 6 MB ==> 15.80% 1086 Read : 7 MB ==> 15.87% 1507 Read : 8 MB ==> 15.85% 1089 Read : 9 MB ==> 15.86% 1520 Read : 10 MB ==> 15.87% 1527 Read : 11 MB ==> 15.87% Read : 12 MB ==> 15.89% 1540 Read : 13 MB ==> 15.89% Read : 14 MB ==> 15.89% Read : 15 MB ==> 15.92% 1090 1096 Read : 16 MB ==> 15.92% Read : 16 MB ==> 15.91% /*stdin*\ : 15.90% (18000000 => 2862001 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v14 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1109 1110 Read : 1 MB ==> 15.27% Read : 1 MB ==> 15.49% Read : 2 MB ==> 15.65% Read : 3 MB ==> 15.71% Read : 3 MB ==> 15.73% 1117 Read : 4 MB ==> 15.78% Read : 4 MB ==> 15.86% 1552 Read : 5 MB ==> 15.81% Read : 6 MB ==> 15.83% 1119 Read : 6 MB ==> 15.84% 1123 Read : 7 MB ==> 15.87% Read : 7 MB ==> 15.84% 1131 Read : 8 MB ==> 15.85% 1138 Read : 8 MB ==> 15.86% Read : 9 MB ==> 15.86% Read : 9 MB ==> 15.86% Read : 10 MB ==> 15.87% Read : 10 MB ==> 15.88% 1140 Read : 11 MB ==> 15.89% 1150 1152 Read : 11 MB ==> 15.87% Read : 12 MB ==> 15.89% 1556 1157 Read : 12 MB ==> 15.91% 1167 1561 Read : 13 MB ==> 15.88% 1175 1569 1179 Read : 13 MB ==> 15.88% 1186 1201 Read : 14 MB ==> 15.89% 1211 Read : 14 MB ==> 15.91% 1215 Read : 15 MB ==> 15.94% 1218 Read : 15 MB ==> 15.92% 1229 Read : 16 MB ==> 15.92% Read : 16 MB ==> 15.92% /*stdin*\ : 15.91% (18000000 => 2863041 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v15 | ../programs/zstd -d 1242 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1243 Read : 1 MB ==> 15.19% 1584 Read : 2 MB ==> 15.42% 1251 Read : 2 MB ==> 15.71% 1612 Read : 3 MB ==> 15.75% 1625 Read : 4 MB ==> 15.79% Read : 5 MB ==> 15.79% 1256 Read : 6 MB ==> 15.76% 1629 1260 Read : 7 MB ==> 15.83% 1261 1268 Read : 8 MB ==> 15.82% 1274 Read : 8 MB ==> 15.83% Read : 9 MB ==> 15.82% 1275 Read : 10 MB ==> 15.83% 1636 Read : 11 MB ==> 15.85% Read : 12 MB ==> 15.84% 1637 1281 Read : 12 MB ==> 15.88% 1289 Read : 13 MB ==> 15.85% 1638 Read : 14 MB ==> 15.84% 1648 Read : 15 MB ==> 15.90% 1297 Read : 16 MB ==> 15.88% 1305 /*stdin*\ : 15.87% (18000000 => 2855988 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v16 | ../programs/zstd -d 1659 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1308 1706 Read : 1 MB ==> 15.27% Read : 1 MB ==> 15.46% Read : 2 MB ==> 15.68% Read : 3 MB ==> 15.64% Read : 4 MB ==> 15.77% Read : 4 MB ==> 15.79% 1314 Read : 5 MB ==> 15.77% 1715 Read : 5 MB ==> 15.79% Read : 6 MB ==> 15.77% 1720 1317 Read : 6 MB ==> 15.82% 1321 1733 Read : 7 MB ==> 15.86% Read : 7 MB ==> 15.84% 1739 Read : 8 MB ==> 15.84% 1745 Read : 8 MB ==> 15.86% 1747 1327 Read : 9 MB ==> 15.86% 1754 Read : 9 MB ==> 15.86% Read : 10 MB ==> 15.87% 1336 1779 Read : 11 MB ==> 15.90% 1338 Read : 11 MB ==> 15.89% 1346 Read : 12 MB ==> 15.88% 1818 1347 Read : 12 MB ==> 15.90% 1821 Read : 13 MB ==> 15.92% 1351 Read : 13 MB ==> 15.89% 1356 Read : 14 MB ==> 15.90% Read : 14 MB ==> 15.90% Read : 15 MB ==> 15.93% 1363 Read : 15 MB ==> 15.96% 1372 Read : 16 MB ==> 15.94% 1382 Read : 16 MB ==> 15.93% 1399 Read : 17 MB ==> 15.93% /*stdin*\ : 15.93% (18000000 => 2866586 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v17 | ../programs/zstd -d 1827 1401 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 0 MB ==> 13.75% Read : 1 MB ==> 13.81% 1839 1404 Read : 2 MB ==> 13.90% 1852 Read : 3 MB ==> 13.89% 1405 Read : 3 MB ==> 13.87% 1423 Read : 4 MB ==> 13.92% 1876 Read : 5 MB ==> 13.88% 1903 Read : 5 MB ==> 13.87% 1917 Read : 6 MB ==> 13.85% 1428 1956 Read : 7 MB ==> 13.88% 1438 Read : 7 MB ==> 13.86% Read : 8 MB ==> 13.86% 1442 Read : 9 MB ==> 13.84% 1466 Read : 9 MB ==> 13.86% Read : 10 MB ==> 13.87% Read : 11 MB ==> 13.87% 1964 Read : 11 MB ==> 13.86% Read : 12 MB ==> 13.87% 1474 Read : 13 MB ==> 13.87% Read : 14 MB ==> 13.86% Read : 14 MB ==> 13.85% Read : 15 MB ==> 13.89% Read : 15 MB ==> 13.89% 1480 1973 Read : 16 MB ==> 13.88% Read : 17 MB ==> 13.87% /*stdin*\ : 13.87% (18000000 => 2496256 bytes, /*stdout*\) roundTripTest: ./datagen -g50000000 -P94 | ../programs/zstd -v18 | ../programs/zstd -d 1975 1493 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1496 2005 Read : 0 MB ==> 7.26% Read : 1 MB ==> 7.45% 1497 2034 Read : 2 MB ==> 7.64% 1506 Read : 2 MB ==> 7.61% Read : 3 MB ==> 7.62% Read : 3 MB ==> 7.57% Read : 4 MB ==> 7.62% 2036 1509 Read : 4 MB ==> 7.63% Read : 5 MB ==> 7.69% 1515 Read : 5 MB ==> 7.71% 2042 Read : 6 MB ==> 7.69% 2046 1525 Read : 6 MB ==> 7.71% 1530 Read : 6 MB ==> 7.71% 1536 Read : 7 MB ==> 7.74% 2057 1553 Read : 7 MB ==> 7.73% 2079 Read : 8 MB ==> 7.73% 1558 Read : 8 MB ==> 7.73% Read : 8 MB ==> 7.74% 2106 Read : 9 MB ==> 7.73% 1564 Read : 9 MB ==> 7.74% 1569 2107 Read : 10 MB ==> 7.74% Read : 10 MB ==> 7.73% 2111 Read : 10 MB ==> 7.73% Read : 11 MB ==> 7.73% Read : 11 MB ==> 7.72% 2139 1574 Read : 12 MB ==> 7.70% 2144 Read : 12 MB ==> 7.69% Read : 12 MB ==> 7.69% 2149 1582 2162 Read : 13 MB ==> 7.68% Read : 13 MB ==> 7.67% 2180 Read : 14 MB ==> 7.68% 1592 2182 Read : 14 MB ==> 7.69% 1610 Read : 14 MB ==> 7.70% 2185 1611 2192 Read : 15 MB ==> 7.70% 2215 1620 Read : 15 MB ==> 7.70% 2238 1625 2261 Read : 16 MB ==> 7.70% Read : 16 MB ==> 7.69% Read : 16 MB ==> 7.70% 1629 Read : 17 MB ==> 7.71% Read : 17 MB ==> 7.70% 1634 Read : 18 MB ==> 7.70% 2290 Read : 18 MB ==> 7.70% 1645 2292 Read : 18 MB ==> 7.70% Read : 19 MB ==> 7.70% 2295 1654 Read : 19 MB ==> 7.71% 1662 Read : 20 MB ==> 7.71% 2340 Read : 20 MB ==> 7.71% 1669 2343 1676 Read : 21 MB ==> 7.73% 1680 Read : 21 MB ==> 7.73% 2357 Read : 22 MB ==> 7.74% 1683 2375 Read : 22 MB ==> 7.74% Read : 23 MB ==> 7.74% Read : 23 MB ==> 7.74% Read : 24 MB ==> 7.73% 2379 Read : 24 MB ==> 7.74% Read : 25 MB ==> 7.73% Read : 25 MB ==> 7.74% 2384 Read : 26 MB ==> 7.74% 2394 Read : 26 MB ==> 7.73% Read : 26 MB ==> 7.74% Read : 27 MB ==> 7.73% 2405 Read : 27 MB ==> 7.72% Read : 28 MB ==> 7.72% 2415 1686 Read : 28 MB ==> 7.72% Read : 29 MB ==> 7.71% 1694 Read : 29 MB ==> 7.72% 1696 Read : 30 MB ==> 7.72% 1706 Read : 30 MB ==> 7.72% Read : 30 MB ==> 7.72% 1709 2428 Read : 31 MB ==> 7.72% 1711 Read : 31 MB ==> 7.72% 2450 Read : 32 MB ==> 7.72% 1722 2463 Read : 32 MB ==> 7.72% Read : 32 MB ==> 7.73% Read : 33 MB ==> 7.73% 1730 Read : 33 MB ==> 7.73% 1734 Read : 34 MB ==> 7.73% 1740 Read : 34 MB ==> 7.73% 1744 Read : 34 MB ==> 7.74% Read : 35 MB ==> 7.74% 2480 1749 1753 Read : 35 MB ==> 7.74% Read : 35 MB ==> 7.75% 1760 Read : 36 MB ==> 7.74% 2491 Read : 36 MB ==> 7.75% 1769 Read : 37 MB ==> 7.75% 1775 2498 Read : 37 MB ==> 7.75% 2508 Read : 37 MB ==> 7.74% 1777 2509 Read : 38 MB ==> 7.74% Read : 38 MB ==> 7.74% 1780 2533 Read : 39 MB ==> 7.74% 1796 Read : 39 MB ==> 7.74% 2536 1801 Read : 39 MB ==> 7.74% Read : 40 MB ==> 7.74% 1808 Read : 40 MB ==> 7.74% 2551 1815 Read : 41 MB ==> 7.74% Read : 41 MB ==> 7.73% 1825 Read : 41 MB ==> 7.73% 1829 Read : 42 MB ==> 7.73% Read : 42 MB ==> 7.73% Read : 42 MB ==> 7.73% 1835 Read : 43 MB ==> 7.73% Read : 43 MB ==> 7.73% 1843 Read : 44 MB ==> 7.73% Read : 44 MB ==> 7.73% 2552 Read : 44 MB ==> 7.73% 1858 Read : 45 MB ==> 7.73% 2555 Read : 45 MB ==> 7.73% 2564 1863 Read : 45 MB ==> 7.73% Read : 46 MB ==> 7.73% 1864 Read : 46 MB ==> 7.73% 1867 2566 Read : 47 MB ==> 7.73% 2567 Read : 47 MB ==> 7.74% 1874 /*stdin*\ : 7.73% (50000000 => 3866422 bytes, /*stdout*\) roundTripTest: ./datagen -g50000000 -P94 | ../programs/zstd -v19 | ../programs/zstd -d 2581 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1878 1890 Read : 0 MB ==> 7.04% Read : 1 MB ==> 7.31% Read : 1 MB ==> 7.46% Read : 2 MB ==> 7.53% Read : 2 MB ==> 7.59% 2585 Read : 2 MB ==> 7.62% Read : 3 MB ==> 7.61% 2590 Read : 3 MB ==> 7.60% Read : 3 MB ==> 7.61% 1896 Read : 4 MB ==> 7.63% 2591 Read : 4 MB ==> 7.64% 1902 Read : 4 MB ==> 7.66% 1904 Read : 5 MB ==> 7.70% Read : 5 MB ==> 7.72% Read : 5 MB ==> 7.70% 1906 Read : 6 MB ==> 7.70% 2592 Read : 6 MB ==> 7.71% 1917 Read : 6 MB ==> 7.72% 1918 Read : 6 MB ==> 7.73% 1929 Read : 7 MB ==> 7.74% 2595 Read : 7 MB ==> 7.75% 1939 Read : 7 MB ==> 7.74% 1950 2598 Read : 7 MB ==> 7.74% 1956 Read : 8 MB ==> 7.75% 1961 2610 1964 1971 Read : 8 MB ==> 7.74% 2628 Read : 8 MB ==> 7.75% 1976 2633 Read : 9 MB ==> 7.75% Read : 9 MB ==> 7.74% 1980 Read : 9 MB ==> 7.75% Read : 9 MB ==> 7.76% 1998 Read : 10 MB ==> 7.75% 2003 Read : 10 MB ==> 7.74% 2014 2638 Read : 10 MB ==> 7.75% Read : 10 MB ==> 7.74% 2023 Read : 11 MB ==> 7.75% 2665 2025 Read : 11 MB ==> 7.75% 2667 2037 Read : 11 MB ==> 7.73% 2679 Read : 12 MB ==> 7.71% Read : 12 MB ==> 7.71% 2681 2042 Read : 12 MB ==> 7.71% 2043 Read : 12 MB ==> 7.71% Read : 13 MB ==> 7.70% 2053 Read : 13 MB ==> 7.69% Read : 13 MB ==> 7.70% 2064 Read : 14 MB ==> 7.71% Read : 14 MB ==> 7.71% 2076 Read : 14 MB ==> 7.71% Read : 15 MB ==> 7.72% 2079 Read : 15 MB ==> 7.72% Read : 16 MB ==> 7.72% 2089 2704 Read : 16 MB ==> 7.71% Read : 16 MB ==> 7.71% Read : 17 MB ==> 7.72% 2707 Read : 17 MB ==> 7.72% 2738 Read : 17 MB ==> 7.71% Read : 18 MB ==> 7.72% 2745 Read : 18 MB ==> 7.71% Read : 19 MB ==> 7.71% 2093 Read : 19 MB ==> 7.72% Read : 19 MB ==> 7.72% 2096 Read : 20 MB ==> 7.73% 2746 Read : 20 MB ==> 7.72% 2098 Read : 20 MB ==> 7.73% Read : 21 MB ==> 7.74% 2769 Read : 21 MB ==> 7.75% 2101 2794 Read : 22 MB ==> 7.75% Read : 22 MB ==> 7.75% Read : 22 MB ==> 7.76% 2105 2800 Read : 23 MB ==> 7.76% Read : 23 MB ==> 7.76% 2834 Read : 23 MB ==> 7.75% 2864 2111 Read : 24 MB ==> 7.75% 2906 Read : 24 MB ==> 7.75% 2122 2950 Read : 25 MB ==> 7.75% 2134 Read : 25 MB ==> 7.75% 2135 Read : 25 MB ==> 7.75% Read : 26 MB ==> 7.75% 2956 Read : 26 MB ==> 7.75% Read : 26 MB ==> 7.75% 2974 Read : 27 MB ==> 7.75% 2143 Read : 27 MB ==> 7.74% 2978 Read : 28 MB ==> 7.73% 2157 Read : 28 MB ==> 7.74% 2982 2160 Read : 28 MB ==> 7.74% Read : 29 MB ==> 7.74% Read : 29 MB ==> 7.73% 2983 Read : 29 MB ==> 7.74% 2994 2167 Read : 30 MB ==> 7.74% 2173 Read : 30 MB ==> 7.74% Read : 31 MB ==> 7.74% Read : 31 MB ==> 7.74% 3016 Read : 31 MB ==> 7.73% Read : 32 MB ==> 7.74% 3047 Read : 32 MB ==> 7.74% Read : 32 MB ==> 7.75% Read : 33 MB ==> 7.75% Read : 33 MB ==> 7.75% 2180 Read : 34 MB ==> 7.75% 3062 Read : 34 MB ==> 7.75% 2182 Read : 34 MB ==> 7.75% Read : 35 MB ==> 7.75% 3063 Read : 35 MB ==> 7.76% Read : 35 MB ==> 7.76% 3073 Read : 36 MB ==> 7.76% Read : 36 MB ==> 7.76% Read : 37 MB ==> 7.76% 2186 Read : 37 MB ==> 7.76% Read : 37 MB ==> 7.76% 2193 2205 Read : 38 MB ==> 7.76% 2211 3120 Read : 38 MB ==> 7.76% 2213 2222 Read : 38 MB ==> 7.75% 3137 2230 Read : 39 MB ==> 7.75% 3143 2237 Read : 39 MB ==> 7.75% 2239 3147 2252 Read : 40 MB ==> 7.75% 2260 3182 2263 Read : 40 MB ==> 7.75% 2275 3184 Read : 40 MB ==> 7.75% Read : 41 MB ==> 7.75% 3192 Read : 41 MB ==> 7.75% Read : 41 MB ==> 7.74% Read : 42 MB ==> 7.74% 2279 Read : 42 MB ==> 7.74% 2288 3196 Read : 43 MB ==> 7.74% 2291 Read : 43 MB ==> 7.74% Read : 43 MB ==> 7.74% 3229 2307 Read : 44 MB ==> 7.74% 3273 Read : 44 MB ==> 7.74% 2320 Read : 44 MB ==> 7.74% 3284 Read : 45 MB ==> 7.74% Read : 45 MB ==> 7.74% Read : 46 MB ==> 7.75% 2321 Read : 46 MB ==> 7.74% 2328 Read : 46 MB ==> 7.75% 3290 Read : 47 MB ==> 7.75% Read : 47 MB ==> 7.75% 3321 /*stdin*\ : 7.75% (50000000 => 3874806 bytes, /*stdout*\) roundTripTest: ./datagen -g99000000 -P99 | ../programs/zstd -v20 | ../programs/zstd -d 2334 3328 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 3344 2336 Read : 0 MB ==> 4.02% 2340 Read : 1 MB ==> 4.68% 2347 3353 3371 Read : 1 MB ==> 5.03% Read : 2 MB ==> 5.27% 3378 Read : 2 MB ==> 5.34% Read : 3 MB ==> 5.41% 3380 Read : 3 MB ==> 5.49% Read : 4 MB ==> 5.54% 3398 Read : 4 MB ==> 5.57% 2352 Read : 5 MB ==> 5.59% 3399 Read : 5 MB ==> 5.64% 3405 Read : 6 MB ==> 5.66% Read : 6 MB ==> 5.68% Read : 7 MB ==> 5.72% 3431 2361 Read : 7 MB ==> 5.71% Read : 8 MB ==> 5.72% 2370 Read : 8 MB ==> 5.73% 2375 Read : 9 MB ==> 5.74% Read : 9 MB ==> 5.74% Read : 9 MB ==> 5.75% 2378 Read : 10 MB ==> 5.74% Read : 10 MB ==> 5.74% 2390 3436 Read : 11 MB ==> 5.75% 2399 Read : 11 MB ==> 5.75% 2401 Read : 11 MB ==> 5.75% Read : 12 MB ==> 5.75% Read : 12 MB ==> 5.75% Read : 13 MB ==> 5.75% 2408 Read : 13 MB ==> 5.76% 2419 Read : 13 MB ==> 5.76% 3443 fuzzer tests completed Read : 14 MB ==> 5.76% 1/ 1 2428 Read : 14 MB ==> 5.75% 16 2432 Read : 14 MB ==> 5.76% 2435 Read : 15 MB ==> 5.77% Read : 15 MB ==> 5.77% 2436 Read : 16 MB ==> 5.77% Read : 16 MB ==> 5.77% 2440 18 Read : 16 MB ==> 5.78% 2452 Read : 17 MB ==> 5.78% 2459 Read : 17 MB ==> 5.78% 2462 Read : 17 MB ==> 5.78% 2470 Read : 18 MB ==> 5.78% Read : 18 MB ==> 5.78% 2471 2482 Read : 19 MB ==> 5.79% 30 Read : 19 MB ==> 5.80% 2483 61 Read : 19 MB ==> 5.80% 80 Read : 20 MB ==> 5.80% Read : 20 MB ==> 5.81% 2484 Read : 20 MB ==> 5.81% 96 Read : 21 MB ==> 5.81% 99 Read : 21 MB ==> 5.81% 2486 Read : 22 MB ==> 5.81% 2491 Read : 22 MB ==> 5.81% Read : 22 MB ==> 5.81% Read : 23 MB ==> 5.81% Read : 23 MB ==> 5.81% 100 Read : 23 MB ==> 5.82% 105 2496 Read : 24 MB ==> 5.82% 2498 Read : 24 MB ==> 5.82% 113 2507 132 Read : 25 MB ==> 5.83% 135 2515 Read : 25 MB ==> 5.83% Read : 25 MB ==> 5.83% 2523 2533 139 Read : 26 MB ==> 5.83% 2543 Read : 26 MB ==> 5.83% 2548 Read : 26 MB ==> 5.83% 2555 Read : 27 MB ==> 5.83% Read : 27 MB ==> 5.83% 2566 144 Read : 27 MB ==> 5.83% Read : 27 MB ==> 5.83% 158 Read : 28 MB ==> 5.83% Read : 28 MB ==> 5.84% 2574 Read : 29 MB ==> 5.83% Read : 29 MB ==> 5.83% 160 Read : 29 MB ==> 5.84% 2582 161 2586 Read : 30 MB ==> 5.84% 2595 Read : 30 MB ==> 5.84% 170 Read : 30 MB ==> 5.84% 2598 Read : 31 MB ==> 5.85% 2608 Read : 31 MB ==> 5.85% 2613 Read : 32 MB ==> 5.85% 224 Read : 32 MB ==> 5.86% 2623 Read : 32 MB ==> 5.86% Read : 33 MB ==> 5.86% 228 Read : 33 MB ==> 5.86% 2625 Read : 33 MB ==> 5.86% Read : 34 MB ==> 5.86% 239 2629 Read : 34 MB ==> 5.86% 241 2636 Read : 35 MB ==> 5.86% 252 Read : 35 MB ==> 5.86% 2638 Read : 35 MB ==> 5.86% 2645 Read : 36 MB ==> 5.86% 2651 Read : 36 MB ==> 5.86% Read : 36 MB ==> 5.86% 2655 Read : 37 MB ==> 5.86% 2665 Read : 37 MB ==> 5.86% 2685 Read : 38 MB ==> 5.86% 292 2697 Read : 38 MB ==> 5.86% 306 Read : 38 MB ==> 5.86% 2706 Read : 39 MB ==> 5.86% Read : 39 MB ==> 5.85% 2717 318 Read : 39 MB ==> 5.86% Read : 40 MB ==> 5.86% 2719 Read : 40 MB ==> 5.86% 332 Read : 41 MB ==> 5.86% Read : 41 MB ==> 5.86% 2724 Read : 41 MB ==> 5.87% 334 Read : 42 MB ==> 5.87% 2727 Read : 42 MB ==> 5.87% Read : 42 MB ==> 5.87% Read : 43 MB ==> 5.87% 2738 Read : 43 MB ==> 5.87% 342 Read : 44 MB ==> 5.87% Read : 44 MB ==> 5.87% 2745 348 Read : 44 MB ==> 5.87% Read : 45 MB ==> 5.87% Read : 45 MB ==> 5.87% 2747 Read : 45 MB ==> 5.87% Read : 46 MB ==> 5.87% 2761 356 Read : 46 MB ==> 5.87% 378 Read : 47 MB ==> 5.87% Read : 47 MB ==> 5.88% 2763 387 Read : 47 MB ==> 5.88% 2765 412 Read : 48 MB ==> 5.88% 2769 Read : 48 MB ==> 5.88% 2773 Read : 48 MB ==> 5.88% 2778 Read : 48 MB ==> 5.88% Read : 49 MB ==> 5.88% 2794 Read : 49 MB ==> 5.88% 2797 Read : 49 MB ==> 5.88% 2809 Read : 49 MB ==> 5.88% 2825 443 Read : 50 MB ==> 5.88% Read : 50 MB ==> 5.88% 2828 Read : 50 MB ==> 5.88% 2838 Read : 50 MB ==> 5.88% 469 2843 Read : 51 MB ==> 5.88% Read : 51 MB ==> 5.88% Read : 51 MB ==> 5.88% 2859 Read : 51 MB ==> 5.89% 2869 Read : 52 MB ==> 5.89% 2878 Read : 52 MB ==> 5.89% 475 Read : 52 MB ==> 5.89% 2881 Read : 52 MB ==> 5.89% 2892 2906 Read : 53 MB ==> 5.89% Read : 53 MB ==> 5.89% 2918 Read : 53 MB ==> 5.89% 501 2924 Read : 53 MB ==> 5.89% 532 Read : 54 MB ==> 5.89% Read : 54 MB ==> 5.89% Read : 54 MB ==> 5.89% 2930 548 Read : 54 MB ==> 5.89% 554 2937 Read : 55 MB ==> 5.89% 2939 Read : 55 MB ==> 5.89% 555 Read : 55 MB ==> 5.89% Read : 55 MB ==> 5.89% Read : 56 MB ==> 5.89% 561 Read : 56 MB ==> 5.89% 2941 Read : 56 MB ==> 5.89% 2946 Read : 57 MB ==> 5.89% 567 Read : 57 MB ==> 5.89% 2952 Read : 57 MB ==> 5.89% Read : 57 MB ==> 5.89% Read : 58 MB ==> 5.89% 2957 Read : 58 MB ==> 5.89% 2963 Read : 58 MB ==> 5.89% 2976 Read : 58 MB ==> 5.89% 2979 Read : 59 MB ==> 5.89% 573 2996 Read : 59 MB ==> 5.89% 575 Read : 59 MB ==> 5.89% 3000 581 Read : 59 MB ==> 5.89% Read : 60 MB ==> 5.89% 595 3002 Read : 60 MB ==> 5.89% Read : 60 MB ==> 5.89% 3006 Read : 60 MB ==> 5.89% 603 Read : 61 MB ==> 5.89% 609 Read : 61 MB ==> 5.89% Read : 61 MB ==> 5.89% 3012 Read : 61 MB ==> 5.89% 3013 Read : 62 MB ==> 5.89% 3016 Read : 62 MB ==> 5.89% Read : 62 MB ==> 5.89% Read : 62 MB ==> 5.89% Read : 63 MB ==> 5.89% 615 Read : 63 MB ==> 5.90% 3022 Read : 63 MB ==> 5.90% Read : 63 MB ==> 5.90% 3024 Read : 64 MB ==> 5.90% Read : 64 MB ==> 5.90% 3031 Read : 64 MB ==> 5.90% 3037 Read : 64 MB ==> 5.90% 3054 Read : 65 MB ==> 5.90% 3058 Read : 65 MB ==> 5.90% 3069 Read : 65 MB ==> 5.90% Read : 65 MB ==> 5.90% 621 Read : 66 MB ==> 5.90% Read : 66 MB ==> 5.90% 3070 Read : 66 MB ==> 5.90% 3076 Read : 66 MB ==> 5.90% 639 3089 Read : 67 MB ==> 5.90% 3097 Read : 67 MB ==> 5.90% 661 Read : 67 MB ==> 5.90% 3098 Read : 67 MB ==> 5.90% 677 3108 3118 Read : 68 MB ==> 5.90% 3136 Read : 68 MB ==> 5.90% Read : 68 MB ==> 5.90% Read : 69 MB ==> 5.89% 692 Read : 69 MB ==> 5.90% 3137 Read : 69 MB ==> 5.90% 717 Read : 70 MB ==> 5.90% 3139 Read : 70 MB ==> 5.90% Read : 70 MB ==> 5.90% 3148 Read : 71 MB ==> 5.90% 732 3153 3163 Read : 71 MB ==> 5.90% 3166 Read : 72 MB ==> 5.90% 3187 Read : 72 MB ==> 5.90% 3188 754 Read : 72 MB ==> 5.90% Read : 73 MB ==> 5.90% Read : 73 MB ==> 5.91% 763 Read : 73 MB ==> 5.91% 3197 Read : 74 MB ==> 5.91% Read : 74 MB ==> 5.91% Read : 75 MB ==> 5.91% Read : 75 MB ==> 5.91% 3200 Read : 75 MB ==> 5.91% Read : 76 MB ==> 5.91% 3214 Read : 76 MB ==> 5.91% Read : 76 MB ==> 5.91% 3217 Read : 77 MB ==> 5.90% Read : 77 MB ==> 5.90% 764 Read : 78 MB ==> 5.90% 786 Read : 78 MB ==> 5.90% Read : 78 MB ==> 5.90% 3220 787 Read : 78 MB ==> 5.90% 3222 807 Read : 79 MB ==> 5.90% 3225 825 Read : 79 MB ==> 5.90% 859 Read : 79 MB ==> 5.90% Read : 79 MB ==> 5.90% 895 3232 Read : 80 MB ==> 5.90% 932 Read : 80 MB ==> 5.90% Read : 80 MB ==> 5.90% Read : 80 MB ==> 5.90% 3242 Read : 81 MB ==> 5.90% 941 Read : 81 MB ==> 5.90% 3247 Read : 81 MB ==> 5.90% 948 Read : 81 MB ==> 5.90% 3248 955 Read : 82 MB ==> 5.90% 3256 Read : 82 MB ==> 5.90% 967 Read : 82 MB ==> 5.90% 3269 996 Read : 82 MB ==> 5.90% Read : 83 MB ==> 5.90% Read : 83 MB ==> 5.90% 1029 3271 Read : 83 MB ==> 5.90% 3279 Read : 83 MB ==> 5.90% 1037 3300 Read : 84 MB ==> 5.90% Read : 84 MB ==> 5.90% 1040 3314 Read : 84 MB ==> 5.90% Read : 84 MB ==> 5.90% Read : 85 MB ==> 5.90% Read : 85 MB ==> 5.90% 3319 1059 Read : 85 MB ==> 5.90% 3326 Read : 85 MB ==> 5.90% Read : 86 MB ==> 5.90% 3335 Read : 86 MB ==> 5.90% Read : 86 MB ==> 5.90% 1104 3345 Read : 86 MB ==> 5.90% 1110 3355 Read : 87 MB ==> 5.90% Read : 87 MB ==> 5.90% 1135 3360 Read : 87 MB ==> 5.90% 1151 Read : 88 MB ==> 5.90% Read : 88 MB ==> 5.90% Read : 88 MB ==> 5.90% Read : 88 MB ==> 5.90% Read : 89 MB ==> 5.90% Read : 89 MB ==> 5.90% 1167 Read : 89 MB ==> 5.90% 3372 Read : 89 MB ==> 5.90% 3376 1184 Read : 90 MB ==> 5.90% 3379 3382 Read : 90 MB ==> 5.90% 3398 1192 Read : 90 MB ==> 5.90% 3403 Read : 91 MB ==> 5.90% Read : 91 MB ==> 5.90% 3425 1222 Read : 91 MB ==> 5.90% Read : 92 MB ==> 5.90% 1236 3426 Read : 92 MB ==> 5.90% Read : 92 MB ==> 5.90% 3432 1251 Read : 93 MB ==> 5.90% 3435 Read : 93 MB ==> 5.90% Read : 94 MB ==> 5.90% 3437 Read : 94 MB ==> 5.90% /*stdin*\ : 5.90% (99000000 => 5842434 bytes, /*stdout*\) roundTripTest: ./datagen -g6000000000 -P99 | ../programs/zstd -v1 | ../programs/zstd -d 1271 3440 1290 3448 1304 3451 3469 1320 3480 3484 3486 1337 3494 3506 1339 3513 3521 3522 1346 1351 3523 1356 3530 1357 3538 1364 3539 1372 3543 3545 3548 1422 3556 3558 3567 1435 3569 3571 3582 3587 1451 1453 3592 3602 1477 3608 3619 3635 3642 3643 3647 1495 3651 3655 1507 3663 3665 3670 1520 3687 1527 1540 3699 3703 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 3715 3723 Read : 33 MB ==> 9.38% 3739 Read : 67 MB ==> 9.41% 3745 Read : 99 MB ==> 9.41% Read : 132 MB ==> 9.42% Read : 165 MB ==> 9.41% 3762 Read : 197 MB ==> 9.42% 1552 3769 Read : 230 MB ==> 9.41% 3771 3781 Read : 263 MB ==> 9.41% 3784 1556 3794 Read : 295 MB ==> 9.41% 3807 1566 Read : 329 MB ==> 9.41% Read : 363 MB ==> 9.42% 1583 3808 Read : 398 MB ==> 9.42% 3810 Read : 430 MB ==> 9.42% 3815 3821 Read : 463 MB ==> 9.42% 3827 Read : 495 MB ==> 9.41% 3836 3842 3847 3854 Read : 522 MB ==> 9.42% 3855 Read : 555 MB ==> 9.41% Read : 587 MB ==> 9.41% 3859 Read : 619 MB ==> 9.42% 3866 Read : 652 MB ==> 9.42% 3871 3876 Read : 685 MB ==> 9.42% 1584 3881 Read : 717 MB ==> 9.42% 3883 1612 3899 Read : 750 MB ==> 9.42% 1625 3904 1629 3907 Read : 781 MB ==> 9.42% 3916 Read : 814 MB ==> 9.42% 3922 3930 3933 Read : 846 MB ==> 9.42% 3935 1636 3941 Read : 876 MB ==> 9.42% 3949 1638 3960 Read : 907 MB ==> 9.42% 1648 Read : 939 MB ==> 9.42% 1659 3972 Read : 972 MB ==> 9.42% 1698 3978 3997 1710 Read : 1004 MB ==> 9.42% 4010 Read : 1038 MB ==> 9.42% 4014 4027 1715 4032 Read : 1070 MB ==> 9.42% 4033 1727 Read : 1103 MB ==> 9.42% 1733 4046 Read : 1136 MB ==> 9.42% Read : 1170 MB ==> 9.42% 1739 4056 Read : 1204 MB ==> 9.42% 4067 1747 4072 Read : 1235 MB ==> 9.42% 1754 Read : 1268 MB ==> 9.42% 1774 4077 Read : 1302 MB ==> 9.42% 1779 Read : 1335 MB ==> 9.42% 4078 Read : 1370 MB ==> 9.42% 4089 4097 Read : 1403 MB ==> 9.42% 1818 4101 1821 Read : 1436 MB ==> 9.42% 4111 Read : 1470 MB ==> 9.42% 4117 4118 Read : 1501 MB ==> 9.42% 4136 Read : 1534 MB ==> 9.42% 4142 4146 Read : 1566 MB ==> 9.42% 4147 4149 4156 Read : 1593 MB ==> 9.42% 4166 Read : 1626 MB ==> 9.42% 4174 Read : 1659 MB ==> 9.42% 4190 Read : 1692 MB ==> 9.42% 4196 Read : 1727 MB ==> 9.42% Read : 1761 MB ==> 9.42% Read : 1796 MB ==> 9.42% 4198 Read : 1830 MB ==> 9.42% 4206 Read : 1864 MB ==> 9.42% 4207 Read : 1898 MB ==> 9.42% 4226 1827 4228 1839 Read : 1929 MB ==> 9.42% 1852 4229 Read : 1961 MB ==> 9.42% 1876 Read : 1994 MB ==> 9.42% 4232 Read : 2027 MB ==> 9.42% 1900 Read : 2060 MB ==> 9.42% 4235 1914 Read : 2094 MB ==> 9.42% 1917 Read : 2128 MB ==> 9.42% 4240 1937 Read : 2162 MB ==> 9.42% 4248 Read : 2196 MB ==> 9.42% Read : 2229 MB ==> 9.42% 4254 Read : 2262 MB ==> 9.42% Read : 2296 MB ==> 9.42% 1964 4264 Read : 2329 MB ==> 9.42% 4265 Read : 2362 MB ==> 9.42% 1973 4285 Read : 2396 MB ==> 9.42% 1983 Read : 2430 MB ==> 9.42% 4299 4304 2005 Read : 2464 MB ==> 9.42% Read : 2498 MB ==> 9.42% 2034 Read : 2532 MB ==> 9.42% Read : 2565 MB ==> 9.42% 4325 2036 Read : 2598 MB ==> 9.42% 2039 4337 Read : 2631 MB ==> 9.42% Read : 2665 MB ==> 9.42% 4342 2042 4346 Read : 2699 MB ==> 9.42% 4361 2046 4367 2057 Read : 2731 MB ==> 9.42% 2079 Read : 2765 MB ==> 9.42% 2106 Read : 2799 MB ==> 9.42% 2107 4379 4384 Read : 2831 MB ==> 9.42% 2111 Read : 2865 MB ==> 9.42% 4393 4400 2139 Read : 2897 MB ==> 9.42% 4418 4430 4438 4442 Read : 2923 MB ==> 9.42% 2144 4448 4461 4470 2162 Read : 2949 MB ==> 9.42% 4484 Read : 2982 MB ==> 9.42% 2180 4491 Read : 3016 MB ==> 9.42% 4496 Read : 3048 MB ==> 9.42% 2182 4502 Read : 3082 MB ==> 9.42% 4517 Read : 3114 MB ==> 9.42% 2185 4518 Read : 3148 MB ==> 9.42% 4531 2188 4536 Read : 3180 MB ==> 9.42% 2202 2226 4549 Read : 3212 MB ==> 9.42% 2256 4564 2289 4566 Read : 3243 MB ==> 9.42% 4578 Read : 3275 MB ==> 9.42% Read : 3309 MB ==> 9.42% 2290 Read : 3343 MB ==> 9.42% 4582 2292 2294 4585 4604 2295 4605 Read : 3373 MB ==> 9.42% 4607 Read : 3406 MB ==> 9.42% 4614 4619 Read : 3437 MB ==> 9.42% 2340 Read : 3470 MB ==> 9.42% 4624 2357 Read : 3501 MB ==> 9.42% 2375 Read : 3533 MB ==> 9.42% Read : 3566 MB ==> 9.42% 2379 4627 Read : 3599 MB ==> 9.42% 2384 Read : 3632 MB ==> 9.42% 2400 4634 Read : 3665 MB ==> 9.42% 4637 Read : 3700 MB ==> 9.42% 2405 Read : 3734 MB ==> 9.42% Read : 3767 MB ==> 9.42% 2415 4646 Read : 3801 MB ==> 9.42% 4649 2423 Read : 3835 MB ==> 9.42% 4653 Read : 3869 MB ==> 9.42% 4662 Read : 3903 MB ==> 9.42% 4671 Read : 3937 MB ==> 9.42% 4673 2428 Read : 3971 MB ==> 9.42% 4680 Read : 4005 MB ==> 9.42% 2450 4683 Read : 4039 MB ==> 9.42% 2462 Read : 4072 MB ==> 9.42% 4699 Read : 4105 MB ==> 9.42% Read : 4138 MB ==> 9.42% 4704 4711 Read : 4171 MB ==> 9.42% 2480 4719 Read : 4205 MB ==> 9.42% 4722 2491 Read : 4239 MB ==> 9.42% 4725 Read : 4273 MB ==> 9.42% 2498 Read : 4308 MB ==> 9.42% 2499 fuzzer tests completed 4734 Read : 4342 MB ==> 9.42% 4748 Read : 4376 MB ==> 9.42% 4754 Read : 4409 MB ==> 9.42% 4762 Read : 4443 MB ==> 9.42% Read : 4477 MB ==> 9.42% Read : 4511 MB ==> 9.42% 4769 4786 Read : 4545 MB ==> 9.42% 4789 Read : 4578 MB ==> 9.42% Read : 4610 MB ==> 9.42% Read : 4643 MB ==> 9.42% Read : 4677 MB ==> 9.42% 4792 Read : 4711 MB ==> 9.42% 4797 Read : 4746 MB ==> 9.42% Read : 4780 MB ==> 9.42% 4803 Read : 4814 MB ==> 9.42% Read : 4848 MB ==> 9.42% Read : 4883 MB ==> 9.42% 4813 4817 Read : 4917 MB ==> 9.42% 4823 4825 Read : 4951 MB ==> 9.42% 4830 Read : 4985 MB ==> 9.42% 4833 Read : 5019 MB ==> 9.42% 4837 4847 Read : 5054 MB ==> 9.42% 4854 Read : 5088 MB ==> 9.42% 4858 Read : 5121 MB ==> 9.42% 4861 Read : 5154 MB ==> 9.42% 4865 Read : 5188 MB ==> 9.42% 4871 Read : 5223 MB ==> 9.42% 4879 4891 Read : 5257 MB ==> 9.42% 4898 Read : 5290 MB ==> 9.42% 4905 4914 Read : 5320 MB ==> 9.42% 4925 4926 Read : 5353 MB ==> 9.42% 4935 Read : 5385 MB ==> 9.42% 4955 Read : 5419 MB ==> 9.42% 4958 Read : 5452 MB ==> 9.42% 4969 Read : 5487 MB ==> 9.42% 4974 4987 Read : 5521 MB ==> 9.42% 4996 Read : 5555 MB ==> 9.42% 4997 Read : 5588 MB ==> 9.42% 5017 Read : 5621 MB ==> 9.42% 5027 Read : 5654 MB ==> 9.42% 5038 Read : 5688 MB ==> 9.42% 5042 /*stdin*\ : 9.42% (6000000000 => 564962202 bytes, /*stdout*\) 5049 5055 5056 5059 5070 5071 5072 5079 5085 5100 5108 5109 5119 5124 5134 5145 5149 5150 5158 5174 5175 5176 5177 5180 5184 5186 5188 5200 5211 5213 5215 5219 5221 5226 5231 5241 5250 5258 5267 5279 5291 5297 5306 5318 5322 5332 5337 5342 5353 5362 5365 5372 5375 5376 5391 5401 5405 5414 5426 5433 5442 5451 5458 5463 5464 5465 5473 5481 5490 5498 5501 5507 5517 5531 5537 5541 5543 5550 5552 5557 5559 5564 5573 5574 5586 5594 5609 5621 5630 5632 5634 5654 5661 5671 5673 5692 5702 5707 5710 5717 5720 5726 5733 5738 5744 5750 5751 5770 5777 5781 5786 5788 5803 5806 5818 5828 5834 5843 5850 5863 5866 5871 5881 5897 5902 5904 5906 5912 5920 5924 5929 5931 5937 5944 5945 5948 5956 5964 5977 5981 5986 5995 6004 6006 6007 6011 6012 6022 6025 6034 6044 6053 6056 6063 6067 6068 6073 6076 6078 6079 6083 6092 6098 6101 6105 6108 6116 6124 6133 6149 6155 6166 6168 6174 6180 6186 6190 6197 6201 6208 6218 6223 6231 6232 6253 6266 6272 6278 6287 6296 6301 6304 6310 6324 6344 6346 6356 6370 6371 6374 6382 6391 6397 6417 6419 6422 6427 6431 6436 6440 6446 6452 6463 6467 6473 6488 6489 6499 6501 6512 6521 6529 6532 6549 6562 6563 6567 fuzzer tests completed make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/tests' + '[' -n 8 ']' + make -j8 -k -C contrib/pzstd tests GTEST_INC= GTEST_LIB= make: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd' g++ -MMD -MP -MF OptionsTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c test/OptionsTest.cpp -o test/OptionsTest.o g++ -MMD -MP -MF RoundTripTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c test/RoundTripTest.cpp -o test/RoundTripTest.o g++ -MMD -MP -MF PzstdTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c test/PzstdTest.cpp -o test/PzstdTest.o g++ -MMD -MP -MF BufferTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/BufferTest.cpp -o utils/test/BufferTest.o g++ -MMD -MP -MF WorkQueueTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/WorkQueueTest.cpp -o utils/test/WorkQueueTest.o g++ -MMD -MP -MF ThreadPoolTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/ThreadPoolTest.cpp -o utils/test/ThreadPoolTest.o g++ -MMD -MP -MF RangeTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/RangeTest.cpp -o utils/test/RangeTest.o g++ -MMD -MP -MF ScopeGuardTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/ScopeGuardTest.cpp -o utils/test/ScopeGuardTest.o mv -f RoundTripTest.Td RoundTripTest.d g++ -MMD -MP -MF ResourcePoolTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/ResourcePoolTest.cpp -o utils/test/ResourcePoolTest.o mv -f ScopeGuardTest.Td ScopeGuardTest.d g++ test/RoundTripTest.o ../../programs/datagen.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o test/RoundTripTest test/RoundTripTest.o: In function `writeData': /usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd/test/RoundTripTest.cpp:30: warning: the use of `tmpnam' is dangerous, better use `mkstemp' g++ utils/test/ScopeGuardTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ScopeGuardTest mv -f RangeTest.Td RangeTest.d g++ utils/test/RangeTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/RangeTest mv -f BufferTest.Td BufferTest.d g++ utils/test/BufferTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/BufferTest mv -f PzstdTest.Td PzstdTest.d g++ test/PzstdTest.o ../../programs/datagen.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o test/PzstdTest mv -f ThreadPoolTest.Td ThreadPoolTest.d g++ utils/test/ThreadPoolTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ThreadPoolTest test/PzstdTest.o: In function `Pzstd_DISABLED_ExtremelyLargeSize_Test::TestBody()': /usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd/test/PzstdTest.cpp:103: warning: the use of `tmpnam' is dangerous, better use `mkstemp' mv -f OptionsTest.Td OptionsTest.d g++ test/OptionsTest.o ../../programs/datagen.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o test/OptionsTest mv -f ResourcePoolTest.Td ResourcePoolTest.d g++ utils/test/ResourcePoolTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ResourcePoolTest mv -f WorkQueueTest.Td WorkQueueTest.d g++ utils/test/WorkQueueTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/WorkQueueTest rm test/OptionsTest.o utils/test/WorkQueueTest.o utils/test/ThreadPoolTest.o utils/test/ResourcePoolTest.o utils/test/BufferTest.o utils/test/ScopeGuardTest.o test/PzstdTest.o utils/test/RangeTest.o make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd' + LD_LIBRARY_PATH=/usr/src/tmp/zstd-buildroot/lib + make -C contrib/pzstd check make: Entering directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd' ./utils/test/BufferTest Running main() from gtest_main.cc [==========] Running 3 tests from 1 test case. [----------] Global test environment set-up. [----------] 3 tests from Buffer [ RUN ] Buffer.Constructors [ OK ] Buffer.Constructors (0 ms) [ RUN ] Buffer.BufferManagement [ OK ] Buffer.BufferManagement (0 ms) [ RUN ] Buffer.Modifiers [ OK ] Buffer.Modifiers (0 ms) [----------] 3 tests from Buffer (0 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (1 ms total) [ PASSED ] 3 tests. ./utils/test/RangeTest Running main() from gtest_main.cc [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from Range [ RUN ] Range.Constructors [ OK ] Range.Constructors (0 ms) [ RUN ] Range.Modifiers [ OK ] Range.Modifiers (0 ms) [----------] 2 tests from Range (0 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (0 ms total) [ PASSED ] 2 tests. ./utils/test/ResourcePoolTest Running main() from gtest_main.cc [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from ResourcePool [ RUN ] ResourcePool.FullTest [ OK ] ResourcePool.FullTest (0 ms) [ RUN ] ResourcePool.ThreadSafe [ OK ] ResourcePool.ThreadSafe (1 ms) [----------] 2 tests from ResourcePool (1 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (1 ms total) [ PASSED ] 2 tests. ./utils/test/ScopeGuardTest Running main() from gtest_main.cc [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from ScopeGuard [ RUN ] ScopeGuard.Dismiss [ OK ] ScopeGuard.Dismiss (0 ms) [ RUN ] ScopeGuard.Executes [ OK ] ScopeGuard.Executes (0 ms) [----------] 2 tests from ScopeGuard (1 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (1 ms total) [ PASSED ] 2 tests. ./utils/test/ThreadPoolTest Running main() from gtest_main.cc [==========] Running 3 tests from 1 test case. [----------] Global test environment set-up. [----------] 3 tests from ThreadPool [ RUN ] ThreadPool.Ordering [ OK ] ThreadPool.Ordering (0 ms) [ RUN ] ThreadPool.AllJobsFinished [ OK ] ThreadPool.AllJobsFinished (4 ms) [ RUN ] ThreadPool.AddJobWhileJoining [ OK ] ThreadPool.AddJobWhileJoining (1003 ms) [----------] 3 tests from ThreadPool (1007 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (1007 ms total) [ PASSED ] 3 tests. ./utils/test/WorkQueueTest Running main() from gtest_main.cc [==========] Running 10 tests from 2 test cases. [----------] Global test environment set-up. [----------] 9 tests from WorkQueue [ RUN ] WorkQueue.SingleThreaded [ OK ] WorkQueue.SingleThreaded (0 ms) [ RUN ] WorkQueue.SPSC [ OK ] WorkQueue.SPSC (11 ms) [ RUN ] WorkQueue.SPMC [ OK ] WorkQueue.SPMC (2 ms) [ RUN ] WorkQueue.MPMC [ OK ] WorkQueue.MPMC (2 ms) [ RUN ] WorkQueue.BoundedSizeWorks [ OK ] WorkQueue.BoundedSizeWorks (0 ms) [ RUN ] WorkQueue.BoundedSizePushAfterFinish [ OK ] WorkQueue.BoundedSizePushAfterFinish (1001 ms) [ RUN ] WorkQueue.SetMaxSize [ OK ] WorkQueue.SetMaxSize (1002 ms) [ RUN ] WorkQueue.BoundedSizeMPMC [ OK ] WorkQueue.BoundedSizeMPMC (2 ms) [ RUN ] WorkQueue.FailedPush [ OK ] WorkQueue.FailedPush (0 ms) [----------] 9 tests from WorkQueue (2020 ms total) [----------] 1 test from BufferWorkQueue [ RUN ] BufferWorkQueue.SizeCalculatedCorrectly [ OK ] BufferWorkQueue.SizeCalculatedCorrectly (0 ms) [----------] 1 test from BufferWorkQueue (0 ms total) [----------] Global test environment tear-down [==========] 10 tests from 2 test cases ran. (2021 ms total) [ PASSED ] 10 tests. ./test/OptionsTest Running main() from gtest_main.cc [==========] Running 15 tests from 1 test case. [----------] Global test environment set-up. [----------] 15 tests from Options [ RUN ] Options.ValidInputs [ OK ] Options.ValidInputs (1 ms) [ RUN ] Options.GetOutputFile [ OK ] Options.GetOutputFile (0 ms) [ RUN ] Options.MultipleFiles Cannot specify an output file when handling multiple inputs Cannot specify an output file when handling multiple inputs [ OK ] Options.MultipleFiles (4 ms) [ RUN ] Options.NumThreads Invalid arguments: # of threads not specified and unable to determine hardware concurrency. Option -p expects a number, but -o provided [ OK ] Options.NumThreads (0 ms) [ RUN ] Options.BadCompressionLevel Invalid compression level 20. Invalid compression level 23. Invalid argument: --1 [ OK ] Options.BadCompressionLevel (0 ms) [ RUN ] Options.InvalidOption Invalid argument: -x [ OK ] Options.InvalidOption (0 ms) [ RUN ] Options.BadOutputFile [ OK ] Options.BadOutputFile (0 ms) [ RUN ] Options.BadOptionsWithArguments Option -p expects a number, but f provided Option -p expects a number, but 10f provided Option -p requires an argument, but none provided Option -o requires an argument, but none provided Option -o requires an argument, but none provided [ OK ] Options.BadOptionsWithArguments (0 ms) [ RUN ] Options.KeepSource [ OK ] Options.KeepSource (0 ms) [ RUN ] Options.Verbosity [ OK ] Options.Verbosity (0 ms) [ RUN ] Options.TestMode [ OK ] Options.TestMode (0 ms) [ RUN ] Options.Checksum [ OK ] Options.Checksum (0 ms) [ RUN ] Options.InputFiles Cannot specify standard input when handling multiple files [ OK ] Options.InputFiles (0 ms) [ RUN ] Options.InvalidOptions Operation not supported: Zstd benchmarking options. Invalid argument: - Invalid argument: -n15 Invalid compression level 0. [ OK ] Options.InvalidOptions (0 ms) [ RUN ] Options.Extras Usage: pzstd [args] [FILE(s)] Parallel ZSTD options: -p, --processes # : number of threads to use for (de)compression (default:1) ZSTD options: -# : # compression level (1-19, default:3) -d, --decompress : decompression -o file : result stored into `file` (only if 1 input file) -f, --force : overwrite output without prompting --rm : remove source file(s) after successful (de)compression -k, --keep : preserve source file(s) (default) -h, --help : display help and exit -V, --version : display version number and exit -v, --verbose : verbose mode; specify multiple times to increase log level (default:2) -q, --quiet : suppress warnings; specify twice to suppress errors too -c, --stdout : force write to standard output, even if it is the console -r : operate recursively on directories --ultra : enable levels beyond 19, up to 22 (requires more memory) -C, --check : integrity check (default) --no-check : no integrity check -t, --test : test compressed file integrity -- : all arguments after "--" are treated as files Usage: pzstd [args] [FILE(s)] Parallel ZSTD options: -p, --processes # : number of threads to use for (de)compression (default:1) ZSTD options: -# : # compression level (1-19, default:3) -d, --decompress : decompression -o file : result stored into `file` (only if 1 input file) -f, --force : overwrite output without prompting --rm : remove source file(s) after successful (de)compression -k, --keep : preserve source file(s) (default) -h, --help : display help and exit -V, --version : display version number and exit -v, --verbose : verbose mode; specify multiple times to increase log level (default:2) -q, --quiet : suppress warnings; specify twice to suppress errors too -c, --stdout : force write to standard output, even if it is the console -r : operate recursively on directories --ultra : enable levels beyond 19, up to 22 (requires more memory) -C, --check : integrity check (default) --no-check : no integrity check -t, --test : test compressed file integrity -- : all arguments after "--" are treated as files PZSTD version: 1.1.4. Usage: pzstd [args] [FILE(s)] Parallel ZSTD options: -p, --processes # : number of threads to use for (de)compression (default:1) ZSTD options: -# : # compression level (1-19, default:3) -d, --decompress : decompression -o file : result stored into `file` (only if 1 input file) -f, --force : overwrite output without prompting --rm : remove source file(s) after successful (de)compression -k, --keep : preserve source file(s) (default) -h, --help : display help and exit -V, --version : display version number and exit -v, --verbose : verbose mode; specify multiple times to increase log level (default:2) -q, --quiet : suppress warnings; specify twice to suppress errors too -c, --stdout : force write to standard output, even if it is the console -r : operate recursively on directories --ultra : enable levels beyond 19, up to 22 (requires more memory) -C, --check : integrity check (default) --no-check : no integrity check -t, --test : test compressed file integrity -- : all arguments after "--" are treated as files PZSTD version: 1.1.4. [ OK ] Options.Extras (1 ms) [----------] 15 tests from Options (7 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test case ran. (7 ms total) [ PASSED ] 15 tests. ./test/PzstdTest Running main() from gtest_main.cc [==========] Running 3 tests from 1 test case. [----------] Global test environment set-up. [----------] 3 tests from Pzstd [ RUN ] Pzstd.SmallSizes Pzstd.SmallSizes seed: 3920968479 1 / 16 2 / 16 3 / 16 4 / 16 5 / 16 6 / 16 7 / 16 8 / 16 9 / 16 10 / 16 11 / 16 12 / 16 13 / 16 14 / 16 15 / 16 [ OK ] Pzstd.SmallSizes (4637 ms) [ RUN ] Pzstd.LargeSizes Pzstd.LargeSizes seed: 2851931903 [ OK ] Pzstd.LargeSizes (5745 ms) [ RUN ] Pzstd.ExtremelyCompressible /tmp/fileNxrYte : 0.34% ( 10000 => 34 bytes, /tmp/filegPdquI) /tmp/filegPdquI : 10000 bytes [ OK ] Pzstd.ExtremelyCompressible (1 ms) [----------] 3 tests from Pzstd (10384 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (10384 ms total) [ PASSED ] 3 tests. YOU HAVE 1 DISABLED TEST make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd' + exit 0 Processing files: zstd-1.1.4-alt1.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.11845 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd zstd-1.1.4-alt1.M80P.1 + DOCDIR=/usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.1.4 + export DOCDIR + rm -rf /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.1.4 + /bin/mkdir -p /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.1.4 + cp -prL NEWS README.md /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.1.4 + chmod -R go-w /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.1.4 + chmod -R a+rX /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.1.4 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3I7EEN find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LzbBLz find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libzstd = 1.1.4-alt1.M80P.1, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CWZVGt Creating zstd-debuginfo package Processing files: pzstd-1.1.4-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WXzoJt find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OrYpev find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: zstd = 1.1.4-alt1.M80P.1, /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.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.14), libstdc++.so.6(GLIBCXX_3.4.17), libstdc++.so.6(GLIBCXX_3.4.19), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libzstd.so.1 >= set:lgEqKkxZmfy4hVzxoW6b1Aev1AdNg1rzzPFuSaZLxNaZI8WsOCauU6, 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.qW13LC Creating pzstd-debuginfo package Processing files: libzstd-1.1.4-alt1.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.76014 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd zstd-1.1.4-alt1.M80P.1 + DOCDIR=/usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.1.4 + export DOCDIR + rm -rf /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.1.4 + /bin/mkdir -p /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.1.4 + cp -prL LICENSE PATENTS /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.1.4 + chmod -R go-w /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.1.4 + chmod -R a+rX /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.1.4 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9T2dE2 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XTd1gG find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libzstd.so.1 = set:ld0E3GMmZoSuaz6Bm7tBnblj6da8AagEXDFNIM3ZsCnsQ0TTsOXAyc7d9XFaEdZzioabigfAOzVJKkpaBNjH31P728EJIJkNUEJ1cb6UGwZBm83BjnsTkz0iCW1EPOvYcXrsIBf7YsJdBu70fS22EtMfoEcfs1Rbg3XAle1wh6Of0Ff8sHwalTBmKS0Muo4s13qqZCnm0A4Zk1Yfb6w2DrY9ApGYBx9MK593BCCHvKYZ9G73wwYV1dyBZalEmnD7FinUoXJofdZtA0QLfS0S5H65pBr Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AjD3Rq Creating libzstd-debuginfo package Processing files: libzstd-devel-1.1.4-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CPf0Tg find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fuLjUf find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: pkgconfig(libzstd) = 1.1.4 Requires: libzstd = 1.1.4-alt1.M80P.1, /lib/libzstd.so.1.1.4, /usr/lib/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T2LUwm Processing files: zstd-debuginfo-1.1.4-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xks9Et find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Q6PTPK find-requires: running scripts (debuginfo) Requires: zstd = 1.1.4-alt1.M80P.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Processing files: pzstd-debuginfo-1.1.4-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6uULff find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VeHLcQ find-requires: running scripts (debuginfo) Requires: pzstd = 1.1.4-alt1.M80P.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libpthread.so.0), debug(libstdc++.so.6), debug(libzstd.so.1) Processing files: libzstd-debuginfo-1.1.4-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ldcBwz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SYW8iv find-requires: running scripts (debuginfo) Provides: debug(libzstd.so.1) Requires: libzstd = 1.1.4-alt1.M80P.1, debug(libc.so.6) Adding to pzstd-debuginfo a strict dependency on libzstd-debuginfo Adding to pzstd-debuginfo a strict dependency on zstd-debuginfo Removing from pzstd-debuginfo 3 sources provided by zstd-debuginfo also prunning dir /usr/src/debug/zstd-1.1.4-alt1.M80P.1/lib/common also prunning dir /usr/src/debug/zstd-1.1.4-alt1.M80P.1/programs also prunning dir /usr/src/debug/zstd-1.1.4-alt1.M80P.1/lib Adding to zstd-debuginfo a strict dependency on libzstd-debuginfo Removing from zstd-debuginfo 29 sources provided by libzstd-debuginfo also prunning dir /usr/src/debug/zstd-1.1.4-alt1.M80P.1/lib/common also prunning dir /usr/src/debug/zstd-1.1.4-alt1.M80P.1/lib/compress also prunning dir /usr/src/debug/zstd-1.1.4-alt1.M80P.1/lib/decompress also prunning dir /usr/src/debug/zstd-1.1.4-alt1.M80P.1/lib/dictBuilder also prunning dir /usr/src/debug/zstd-1.1.4-alt1.M80P.1/lib Removing 1 extra deps from libzstd-devel due to dependency on libzstd Removing 1 extra deps from pzstd-debuginfo due to dependency on libzstd-debuginfo Removing 2 extra deps from pzstd due to dependency on libzstd Removing 7 extra deps from pzstd due to repentancy on zstd Removing 4 extra deps from zstd due to repentancy on libzstd Removing 1 extra deps from pzstd due to repentancy on libzstd Removing 3 extra deps from pzstd-debuginfo due to repentancy on zstd-debuginfo Removing 1 extra deps from zstd-debuginfo due to repentancy on libzstd-debuginfo Wrote: /usr/src/RPM/RPMS/i586/zstd-1.1.4-alt1.M80P.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/pzstd-1.1.4-alt1.M80P.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libzstd-1.1.4-alt1.M80P.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libzstd-devel-1.1.4-alt1.M80P.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/zstd-debuginfo-1.1.4-alt1.M80P.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/pzstd-debuginfo-1.1.4-alt1.M80P.1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libzstd-debuginfo-1.1.4-alt1.M80P.1.i586.rpm 977.19user 17.93system 9:16.58elapsed 178%CPU (0avgtext+0avgdata 562712maxresident)k 0inputs+0outputs (0major+4931083minor)pagefaults 0swaps 987.82user 21.29system 9:39.23elapsed 174%CPU (0avgtext+0avgdata 562712maxresident)k 0inputs+0outputs (0major+5397877minor)pagefaults 0swaps