<86>Mar 17 08:42:57 userdel[65925]: delete user 'rooter' <86>Mar 17 08:42:57 groupadd[65943]: group added to /etc/group: name=rooter, GID=585 <86>Mar 17 08:42:57 groupadd[65943]: group added to /etc/gshadow: name=rooter <86>Mar 17 08:42:57 groupadd[65943]: new group: name=rooter, GID=585 <86>Mar 17 08:42:57 useradd[65960]: new user: name=rooter, UID=585, GID=585, home=/root, shell=/bin/bash <86>Mar 17 08:42:57 userdel[65975]: delete user 'builder' <86>Mar 17 08:42:57 userdel[65975]: removed group 'builder' owned by 'builder' <86>Mar 17 08:42:57 userdel[65975]: removed shadow group 'builder' owned by 'builder' <86>Mar 17 08:42:57 groupadd[65987]: group added to /etc/group: name=builder, GID=586 <86>Mar 17 08:42:57 groupadd[65987]: group added to /etc/gshadow: name=builder <86>Mar 17 08:42:57 groupadd[65987]: new group: name=builder, GID=586 <86>Mar 17 08:42:57 useradd[66005]: new user: name=builder, UID=586, GID=586, home=/usr/src, shell=/bin/bash <13>Mar 17 08:42:59 rpmi: libgtest0-1.8.0-alt4.M80P.1 1525950213 installed <13>Mar 17 08:42:59 rpmi: gcc-c++-common-1.4.20-alt1 1432315196 installed <13>Mar 17 08:43:00 rpmi: libstdc++5-devel-5.3.1-alt3 1457664660 installed <13>Mar 17 08:43:00 rpmi: gcc5-c++-5.3.1-alt3 1457664660 installed <13>Mar 17 08:43:01 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.36692 + 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.36692 + 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.75838 + 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.23382 + 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 ./pool PASS: testOrder PASS: testInvalid 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*\) 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 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 Mar 17 08:43 tmpSparse 168 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 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 Mar 17 08:43 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 Mar 17 08:43 tmpSparse 1024 -rw-r--r-- 1 builder builder 1048576 Mar 17 08:43 tmpSparse1M 2048 -rw-r--r-- 1 builder builder 2097152 Mar 17 08:43 tmpSparse2M 4 -rw-r--r-- 1 builder builder 118 Mar 17 08:43 tmpSparseCompressed 44 -rw-r--r-- 1 builder builder 1200007 Mar 17 08:43 tmpSparseOdd 168 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 tmpSparseRegen 1036 -rw-r--r-- 1 builder builder 2097152 Mar 17 08:43 tmpSparseRegenerated \n**** multiple files tests **** compress tmp* : 68 -rw-r--r-- 1 builder builder 65537 Mar 17 08:43 tmp1 24 -rw-r--r-- 1 builder builder 21665 Mar 17 08:43 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Mar 17 08:43 tmp2 32 -rw-r--r-- 1 builder builder 32767 Mar 17 08:43 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Mar 17 08:43 tmp3 336 -rw-r--r-- 1 builder builder 342496 Mar 17 08:43 tmp3.zst 24 -rw-r--r-- 1 builder builder 21246 Mar 17 08:43 tmpCompressed 24 -rw-r--r-- 1 builder builder 21260 Mar 17 08:43 tmpCompressed.zst 5120 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Mar 17 08:43 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Mar 17 08:43 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Mar 17 08:43 tmpResult 24 -rw-r--r-- 1 builder builder 21236 Mar 17 08:43 tmpResult.zst decompress tmp* : 68 -rw-r--r-- 1 builder builder 65537 Mar 17 08:43 tmp1 24 -rw-r--r-- 1 builder builder 21665 Mar 17 08:43 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Mar 17 08:43 tmp2 32 -rw-r--r-- 1 builder builder 32767 Mar 17 08:43 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Mar 17 08:43 tmp3 336 -rw-r--r-- 1 builder builder 342496 Mar 17 08:43 tmp3.zst 24 -rw-r--r-- 1 builder builder 21246 Mar 17 08:43 tmpCompressed 24 -rw-r--r-- 1 builder builder 21260 Mar 17 08:43 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Mar 17 08:43 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Mar 17 08:43 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Mar 17 08:43 tmpResult 24 -rw-r--r-- 1 builder builder 21236 Mar 17 08:43 tmpResult.zst compress tmp* into stdout > tmpall : 68 -rw-r--r-- 1 builder builder 65537 Mar 17 08:43 tmp1 24 -rw-r--r-- 1 builder builder 21665 Mar 17 08:43 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Mar 17 08:43 tmp2 32 -rw-r--r-- 1 builder builder 32767 Mar 17 08:43 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Mar 17 08:43 tmp3 336 -rw-r--r-- 1 builder builder 342496 Mar 17 08:43 tmp3.zst 24 -rw-r--r-- 1 builder builder 21246 Mar 17 08:43 tmpCompressed 24 -rw-r--r-- 1 builder builder 21260 Mar 17 08:43 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Mar 17 08:43 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Mar 17 08:43 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Mar 17 08:43 tmpResult 24 -rw-r--r-- 1 builder builder 21236 Mar 17 08:43 tmpResult.zst 388 -rw-r--r-- 1 builder builder 396928 Mar 17 08:43 tmpall decompress tmpall* into stdout > tmpdec : 68 -rw-r--r-- 1 builder builder 65537 Mar 17 08:43 tmp1 24 -rw-r--r-- 1 builder builder 21665 Mar 17 08:43 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Mar 17 08:43 tmp2 32 -rw-r--r-- 1 builder builder 32767 Mar 17 08:43 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Mar 17 08:43 tmp3 336 -rw-r--r-- 1 builder builder 342496 Mar 17 08:43 tmp3.zst 24 -rw-r--r-- 1 builder builder 21246 Mar 17 08:43 tmpCompressed 24 -rw-r--r-- 1 builder builder 21260 Mar 17 08:43 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Mar 17 08:43 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Mar 17 08:43 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Mar 17 08:43 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Mar 17 08:43 tmpResult 24 -rw-r--r-- 1 builder builder 21236 Mar 17 08:43 tmpResult.zst 388 -rw-r--r-- 1 builder builder 396928 Mar 17 08:43 tmpall 388 -rw-r--r-- 1 builder builder 396928 Mar 17 08:43 tmpall2 2380 -rw-r--r-- 1 builder builder 2433026 Mar 17 08:43 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% 77% 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 Mar 17 08:43 tmp1.zst \n**** benchmark mode tests **** bench one file |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21231 (3.087), 13.1 MB/s =-tmp1 : 65537 -> 21231 (3.087), 13.1 MB/s , 78.7 MB/s 3# bench multiple levels Benchmarking levels from 1 to 3 |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21198 (3.092), 32.8 MB/s =-tmp1 : 65537 -> 21198 (3.092), 32.8 MB/s , 170.7 MB/s 1# |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21101 (3.106), 8.7 MB/s =-tmp1 : 65537 -> 21101 (3.106), 8.7 MB/s , 59.0 MB/s 2# |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21231 (3.087), 8.2 MB/s =-tmp1 : 65537 -> 21231 (3.087), 8.2 MB/s , 52.4 MB/s 3# with recursive and quiet modes bench 1.1.4 : input 65537 bytes, 1 seconds, 0 KB blocks -1 21198 (3.092) 23.78 MB/s 68.6 MB/s tmp1 ./invalidDictionaries ./decodecorpus -t -T30 seed: 59221 ./fullbench -i1 *** Zstandard speed analyzer 1.1.4 32-bits, by Yann Collet (Mar 17 2019) *** - 1 iterations - Sample 10MiB : 1- ZSTD_compress : 37 -2 21101 (3.106) 49.69 MB/s 194.5 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 *** 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 74 *** 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 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 98 /*stdin*\ : 30.94% (528384 => 163487 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v1 | ../programs/zstd -d 114 141 199 217 272 304 370 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 421 496 Read : 21 MB ==> 31.49% 1- ZSTD_compress : 200.7 MB/s ( 3139371) 1 554 2- ZSTD_decompress : Read : 42 MB ==> 31.63% 579 Read : 61 MB ==> 31.61% 603 ./fuzzer -T5mn Starting zstd tester (32-bits, 1.1.4) Seed = 5315 642 Read : 81 MB ==> 31.62% 699 745 Read : 102 MB ==> 31.63%./zstreamtest -T2mn Starting zstream tester (32-bits, 1.1.4) Seed = 1536 776 Read : 121 MB ==> 31.65% 821 Read : 141 MB ==> 31.62% 869 910 Read : 161 MB ==> 31.64% Read : 181 MB ==> 31.63% 942 984 Read : 200 MB ==> 31.64% 1017 1063 Read : 221 MB ==> 31.64%./legacy Simple API OK Streaming API OK OK 1095 1- ZSTD_decompress : 594.9 MB/s ( 10000000) 2 11- ZSTD_compressContinue : Read : 242 MB ==> 31.65% 1143 /*stdin*\ : 31.64% (270000000 => 85415803 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v2 | ../programs/zstd -d 1 1187 6 1221 19 1248 1292 20 1326 1362 21 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1399 22 1456 Read : 14 MB ==> 31.18% 1522 25 Read : 29 MB ==> 31.36% Read : 45 MB ==> 31.39% 1573 1- ZSTD_compressContinue : 196.5 MB/s ( 3139367) 11 12- ZSTD_compressContinue_extDict : Read : 60 MB ==> 31.37% 32 1641 Read : 74 MB ==> 31.41% 1687 37 Read : 88 MB ==> 31.41% 1718 Read : 103 MB ==> 31.39% 1742 1/ 1 Read : 119 MB ==> 31.41% 1814 44 Read : 134 MB ==> 31.39% 1838 11 47 1883 1- ZSTD_compressContinue_extDict : 197.8 MB/s ( 3139385) 12 29 13- ZSTD_decompressContinue : Read : 148 MB ==> 31.40% 1921 54 1993 Read : 163 MB ==> 31.41% 90 2063 111 Read : 178 MB ==> 31.40% 2089 Read : 194 MB ==> 31.41% 2131 Read : 210 MB ==> 31.42% 2141 Read : 225 MB ==> 31.41% 2178 2195 117 Read : 240 MB ==> 31.42% 2239 2272 61 2332 118 Read : 253 MB ==> 31.41% 2406 /*stdin*\ : 31.40% (270000000 => 84787917 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v3 | ../programs/zstd -d 2465 1- ZSTD_decompressContinue : 602.2 MB/s ( 10000000) 13 122 62 31- ZSTD_decodeLiteralsBlock : 2539 2579 126 2620 135 2689 143 2732 67 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 2749 2776 Read : 7 MB ==> 32.16% 2822 2853 Read : 15 MB ==> 32.28% 154 2884 2899 Read : 23 MB ==> 32.36% 2958 3009 Read : 30 MB ==> 32.46% 157 3062 Read : 39 MB ==> 32.49% 1- ZSTD_decodeLiteralsBlock : 815.4 MB/s ( 36766) 31 68 3129 161 32- ZSTD_decodeSeqHeaders : Read : 48 MB ==> 32.49% 77 3154 Read : 56 MB ==> 32.49% 84 3223 Read : 65 MB ==> 32.48% 93 3252 Read : 73 MB ==> 32.51% 165 3297 108 Read : 81 MB ==> 32.49% 3366 115 Read : 87 MB ==> 32.52% 3436 3473 Read : 94 MB ==> 32.52% 3532 213 3566 220 262 Read : 100 MB ==> 32.51% 3609 276 Read : 107 MB ==> 32.49% 3648 3678 Read : 112 MB ==> 32.49% 3722 1- ZSTD_decodeSeqHeaders : 29123.3 MB/s ( 74) 32 41- ZSTD_compressStream : 3757 Read : 118 MB ==> 32.52% 3796 Read : 124 MB ==> 32.51% 277 Read : 131 MB ==> 32.50% 3849 131 281 3871 Read : 137 MB ==> 32.49% 3905 285 3941 142 Read : 143 MB ==> 32.49% 3993 4025 Read : 150 MB ==> 32.50% 148 4045 313 Read : 156 MB ==> 32.51% 4077 151 4125 Read : 163 MB ==> 32.51% 4160 1- ZSTD_compressStream : 172.5 MB/s ( 3139370) 41 42- ZSTD_decompressStream : 153 4191 Read : 169 MB ==> 32.51% 4230 155 4284 166 Read : 176 MB ==> 32.51% 4324 322 4353 327 177 4385 Read : 183 MB ==> 32.50% 181 4418 4469 Read : 189 MB ==> 32.51% 337 4500 182 4534 Read : 197 MB ==> 32.51% 192 4556 Read : 204 MB ==> 32.51% 4581 4653 198 Read : 211 MB ==> 32.52% 4713 Read : 220 MB ==> 32.52% Read : 229 MB ==> 32.51% Read : 237 MB ==> 32.51% Read : 245 MB ==> 32.52% 4750 199 Read : 254 MB ==> 32.51% /*stdin*\ : 32.51% (270000000 => 87769121 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v4 | ../programs/zstd -d 4784 1- ZSTD_decompressStream : 599.9 MB/s ( 10000000) 42 ./fullbench -i1 -P0 *** Zstandard speed analyzer 1.1.4 32-bits, by Yann Collet (Mar 17 2019) *** - 1 iterations - Sample 10MiB : 1- ZSTD_compress : 204 352 4828 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 208 4867 Read : 7 MB ==> 27.65% 4894 Read : 13 MB ==> 27.64% 360 4944 Read : 20 MB ==> 27.68% Read : 26 MB ==> 27.76% 4982 Read : 33 MB ==> 27.70% 5035 372 5074 Read : 39 MB ==> 27.72% Read : 46 MB ==> 27.74% 5127 393 5140 Read : 53 MB ==> 27.74% 210 394 5191 Read : 59 MB ==> 27.75% 5231 Read : 66 MB ==> 27.75% 214 418 1- ZSTD_compress : 942.2 MB/s ( 10000241) 1 2- ZSTD_decompress : Read : 72 MB ==> 27.73% 5281 431 216 Read : 79 MB ==> 27.77% 5307 221 435 Read : 85 MB ==> 27.79% 234 5358 Read : 90 MB ==> 27.79% 444 5390 Read : 96 MB ==> 27.77% 5433 Read : 100 MB ==> 27.78% 448 5466 236 Read : 106 MB ==> 27.77% 5511 Read : 112 MB ==> 27.76% 5547 237 5564 Read : 118 MB ==> 27.74% 5594 Read : 124 MB ==> 27.75% 253 5613 265 Read : 130 MB ==> 27.75% 1- ZSTD_decompress : 5055.5 MB/s ( 10000000) 2 11- ZSTD_compressContinue : /*stdin*\ : 27.74% (140000000 => 38833313 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v5 | ../programs/zstd -d 513 5673 5717 5759 5795 5843 514 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 270 5904 5932 Read : 5 MB ==> 26.88% 5995 281 517 Read : 11 MB ==> 26.84% 573 6052 285 286 Read : 16 MB ==> 26.87% 6102 Read : 21 MB ==> 26.92% 288 6139 1- ZSTD_compressContinue : 1020.2 MB/s ( 10000237) 11 12- ZSTD_compressContinue_extDict : Read : 27 MB ==> 26.98% 291 578 Read : 34 MB ==> 26.89% 6169 293 595 Read : 40 MB ==> 26.93% 6230 Read : 47 MB ==> 26.93% 626 6266 305 Read : 53 MB ==> 26.93% 6306 Read : 59 MB ==> 26.94% 6341 Read : 64 MB ==> 26.94% 6417 312 Read : 70 MB ==> 26.91% 6449 Read : 76 MB ==> 26.96% 317 6490 Read : 82 MB ==> 26.96% 6511 Read : 88 MB ==> 26.97% 6548 6590 318 Read : 93 MB ==> 26.97% 627 1- ZSTD_compressContinue_extDict : 956.0 MB/s ( 10000223) 12 13- ZSTD_decompressContinue : Read : 99 MB ==> 26.97% 6622 331 Read : 105 MB ==> 26.95% 641 Read : 112 MB ==> 26.95% 6680 336 Read : 118 MB ==> 26.93% Read : 125 MB ==> 26.94% 343 6716 Read : 131 MB ==> 26.94% /*stdin*\ : 26.93% (140000000 => 37696849 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v6 | ../programs/zstd -d 6745 346 6797 6828 651 6900 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 351 6951 Read : 3 MB ==> 26.83% 683 Read : 7 MB ==> 27.06% 6989 Read : 9 MB ==> 27.13% 7046 1- ZSTD_decompressContinue : 5689.7 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 : Read : 12 MB ==> 27.12% 352 7095 7097 tests completed: OK Read : 16 MB ==> 27.14% Read : 20 MB ==> 27.15% Read : 24 MB ==> 27.26% 688 354 Read : 27 MB ==> 27.26% 362 689 Read : 30 MB ==> 27.22% 702 368 Read : 34 MB ==> 27.19% 379 Read : 37 MB ==> 27.22% 381 Read : 41 MB ==> 27.23% Read : 44 MB ==> 27.22% 383 Read : 47 MB ==> 27.23% 389 1- ZSTD_compressStream : 928.0 MB/s ( 10000237) 41 732 Read : 50 MB ==> 27.25% 397 42- ZSTD_decompressStream : Read : 53 MB ==> 27.23% 744 401 Read : 56 MB ==> 27.23% 762 Read : 58 MB ==> 27.24% 780 404 Read : 61 MB ==> 27.24% 808 Read : 64 MB ==> 27.24% Read : 66 MB ==> 27.24% 406 Read : 69 MB ==> 27.22% Read : 72 MB ==> 27.23% 409 Read : 74 MB ==> 27.24% Read : 77 MB ==> 27.26% 414 Read : 81 MB ==> 27.26% Read : 85 MB ==> 27.28% 419 1- ZSTD_decompressStream : 5465.6 MB/s ( 10000000) 42 Read : 88 MB ==> 27.27% Read : 92 MB ==> 27.28% 831 425 Read : 95 MB ==> 27.27% 426 Read : 99 MB ==> 27.27% 430 Read : 103 MB ==> 27.26% 437 Read : 106 MB ==> 27.26% 438 446 Read : 109 MB ==> 27.26% 448 Read : 113 MB ==> 27.25% Read : 117 MB ==> 27.24% 449 Read : 120 MB ==> 27.24% 461 Read : 124 MB ==> 27.25% 465 Read : 128 MB ==> 27.24% Read : 132 MB ==> 27.24% /*stdin*\ : 27.23% (140000000 => 38127843 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v7 | ../programs/zstd -d 847 467 857 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 871 477 Read : 3 MB ==> 21.43% 877 Read : 7 MB ==> 21.32% 901 479 906 Read : 10 MB ==> 21.51% 484 Read : 13 MB ==> 21.43% 492 913 Read : 16 MB ==> 21.47% 496 Read : 20 MB ==> 21.51% 960 Read : 24 MB ==> 21.44% Read : 28 MB ==> 21.44% 976 501 Read : 31 MB ==> 21.43% Read : 35 MB ==> 21.44% Read : 38 MB ==> 21.48% 506 Read : 42 MB ==> 21.46% 1010 Read : 45 MB ==> 21.46% Read : 49 MB ==> 21.47% Read : 52 MB ==> 21.46% Read : 56 MB ==> 21.46% 515 1023 Read : 60 MB ==> 21.46% 526 Read : 63 MB ==> 21.47% 1054 /*stdin*\ : 21.47% (70000000 => 15026603 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v8 | ../programs/zstd -d 532 1057 534 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 3 MB ==> 21.33% 1081 Read : 6 MB ==> 21.24% Read : 9 MB ==> 21.41% Read : 12 MB ==> 21.32% Read : 15 MB ==> 21.31% Read : 18 MB ==> 21.35% Read : 21 MB ==> 21.38% Read : 24 MB ==> 21.31% Read : 27 MB ==> 21.28% 547 1092 558 Read : 29 MB ==> 21.29% Read : 32 MB ==> 21.29% 1094 Read : 35 MB ==> 21.30% 559 Read : 37 MB ==> 21.34% Read : 40 MB ==> 21.32% 1109 Read : 43 MB ==> 21.31% 567 Read : 46 MB ==> 21.31% Read : 49 MB ==> 21.33% Read : 52 MB ==> 21.33% 569 1111 Read : 55 MB ==> 21.30% 571 1143 Read : 58 MB ==> 21.32% 578 Read : 60 MB ==> 21.33% 1161 Read : 63 MB ==> 21.32% 589 /*stdin*\ : 21.32% (70000000 => 14926928 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v9 | ../programs/zstd -d 1177 591 1178 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 599 Read : 2 MB ==> 20.90% 606 Read : 3 MB ==> 21.27% 610 Read : 5 MB ==> 21.24% 620 Read : 7 MB ==> 21.31% Read : 9 MB ==> 21.40% 626 Read : 11 MB ==> 21.36% Read : 13 MB ==> 21.30% 628 Read : 15 MB ==> 21.29% Read : 16 MB ==> 21.30% 1179 Read : 18 MB ==> 21.34% 636 1181 Read : 19 MB ==> 21.35% 645 1189 Read : 21 MB ==> 21.36% Read : 23 MB ==> 21.32% 1197 647 Read : 25 MB ==> 21.28% Read : 26 MB ==> 21.28% Read : 28 MB ==> 21.29% 1198 Read : 30 MB ==> 21.28% Read : 31 MB ==> 21.28% 652 1210 Read : 33 MB ==> 21.28% 662 Read : 35 MB ==> 21.29% Read : 36 MB ==> 21.30% 664 Read : 38 MB ==> 21.34% 666 Read : 40 MB ==> 21.30% Read : 42 MB ==> 21.30% Read : 44 MB ==> 21.31% 670 Read : 45 MB ==> 21.31% 673 Read : 47 MB ==> 21.31% 675 Read : 49 MB ==> 21.32% Read : 50 MB ==> 21.32% 685 Read : 52 MB ==> 21.31% 689 1219 Read : 54 MB ==> 21.31% 1235 Read : 55 MB ==> 21.31% Read : 57 MB ==> 21.32% 1248 Read : 59 MB ==> 21.31% Read : 60 MB ==> 21.31% 1293 Read : 62 MB ==> 21.31% 1306 693 Read : 64 MB ==> 21.32% 708 Read : 65 MB ==> 21.31% /*stdin*\ : 21.32% (70000000 => 14921221 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v10 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 2 MB ==> 17.91% Read : 4 MB ==> 18.09% 1318 Read : 6 MB ==> 18.25% Read : 8 MB ==> 18.37% Read : 10 MB ==> 18.47% 717 Read : 12 MB ==> 18.48% Read : 15 MB ==> 18.44% 721 Read : 17 MB ==> 18.51% 1328 Read : 19 MB ==> 18.52% 1368 Read : 21 MB ==> 18.54% 730 Read : 23 MB ==> 18.54% 1379 743 Read : 25 MB ==> 18.53% 748 Read : 27 MB ==> 18.51% Read : 30 MB ==> 18.49% 1386 759 Read : 32 MB ==> 18.47% 1408 777 /*stdin*\ : 18.45% (35000000 => 6458718 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v11 | ../programs/zstd -d 1424 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 779 Read : 2 MB ==> 17.90% 786 Read : 3 MB ==> 18.23% 790 Read : 5 MB ==> 18.29% 796 Read : 6 MB ==> 18.40% Read : 8 MB ==> 18.49% 801 Read : 9 MB ==> 18.61% 1430 Read : 11 MB ==> 18.65% 807 Read : 12 MB ==> 18.62% 826 Read : 14 MB ==> 18.58% 1461 Read : 15 MB ==> 18.57% 829 835 Read : 17 MB ==> 18.66% 848 Read : 18 MB ==> 18.67% 1463 854 Read : 20 MB ==> 18.67% 859 Read : 21 MB ==> 18.69% 867 Read : 23 MB ==> 18.70% 1464 871 Read : 25 MB ==> 18.68% Read : 26 MB ==> 18.68% 882 Read : 28 MB ==> 18.66% 885 1467 Read : 29 MB ==> 18.64% 892 Read : 31 MB ==> 18.63% 1475 902 Read : 33 MB ==> 18.61% /*stdin*\ : 18.61% (35000000 => 6512573 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v12 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1492 Read : 1 MB ==> 17.68% 1496 Read : 2 MB ==> 17.93% Read : 4 MB ==> 18.14% Read : 5 MB ==> 18.32% 907 Read : 6 MB ==> 18.40% 912 Read : 7 MB ==> 18.41% Read : 8 MB ==> 18.50% 935 Read : 9 MB ==> 18.64% 949 Read : 10 MB ==> 18.63% Read : 12 MB ==> 18.63% 953 956 Read : 13 MB ==> 18.64% 958 1506 968 Read : 14 MB ==> 18.57% Read : 15 MB ==> 18.58% Read : 16 MB ==> 18.64% 973 Read : 18 MB ==> 18.66% Read : 19 MB ==> 18.68% Read : 21 MB ==> 18.70% 978 Read : 22 MB ==> 18.69% Read : 23 MB ==> 18.69% 983 Read : 25 MB ==> 18.69% Read : 26 MB ==> 18.69% 986 Read : 27 MB ==> 18.67% 988 Read : 28 MB ==> 18.65% Read : 30 MB ==> 18.65% Read : 31 MB ==> 18.64% 995 Read : 33 MB ==> 18.61% /*stdin*\ : 18.61% (35000000 => 6514423 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v13 | ../programs/zstd -d 997 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 1 MB ==> 15.49% 1513 Read : 2 MB ==> 15.74% 1536 1007 Read : 3 MB ==> 15.77% 1541 Read : 4 MB ==> 15.85% Read : 5 MB ==> 15.80% Read : 6 MB ==> 15.83% Read : 7 MB ==> 15.84% Read : 8 MB ==> 15.86% Read : 9 MB ==> 15.86% Read : 10 MB ==> 15.87% 1008 Read : 11 MB ==> 15.86% Read : 12 MB ==> 15.88% 1010 Read : 13 MB ==> 15.87% 1021 Read : 14 MB ==> 15.88% 1031 1545 Read : 15 MB ==> 15.92% Read : 16 MB ==> 15.92% /*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 *** 1037 1045 Read : 1 MB ==> 15.15% Read : 2 MB ==> 15.58% 1050 Read : 2 MB ==> 15.75% 1555 Read : 3 MB ==> 15.69% 1056 1558 Read : 4 MB ==> 15.78% Read : 4 MB ==> 15.86% Read : 5 MB ==> 15.81% Read : 6 MB ==> 15.83% Read : 6 MB ==> 15.84% 1559 Read : 7 MB ==> 15.87% 1613 Read : 7 MB ==> 15.86% Read : 8 MB ==> 15.84% 1063 Read : 9 MB ==> 15.85% Read : 9 MB ==> 15.87% Read : 10 MB ==> 15.87% Read : 11 MB ==> 15.88% 1074 Read : 12 MB ==> 15.87% Read : 12 MB ==> 15.91% 1619 Read : 13 MB ==> 15.88% 1630 Read : 14 MB ==> 15.88% 1079 Read : 14 MB ==> 15.90% 1088 Read : 15 MB ==> 15.94% 1639 Read : 16 MB ==> 15.93% 1091 Read : 16 MB ==> 15.92% Read : 17 MB ==> 15.91% /*stdin*\ : 15.91% (18000000 => 2863041 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v15 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 1 MB ==> 15.19% 1661 1093 Read : 2 MB ==> 15.49% 1102 Read : 3 MB ==> 15.68% 1664 Read : 3 MB ==> 15.75% Read : 4 MB ==> 15.82% 1103 Read : 5 MB ==> 15.77% 1667 Read : 6 MB ==> 15.77% 1115 1712 Read : 7 MB ==> 15.81% Read : 8 MB ==> 15.81% 1122 1719 Read : 9 MB ==> 15.81% 1128 Read : 10 MB ==> 15.83% Read : 10 MB ==> 15.84% Read : 11 MB ==> 15.84% 1734 Read : 12 MB ==> 15.87% 1130 Read : 13 MB ==> 15.84% 1746 Read : 14 MB ==> 15.85% 1752 1139 Read : 15 MB ==> 15.89% Read : 16 MB ==> 15.89% /*stdin*\ : 15.87% (18000000 => 2855988 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v16 | ../programs/zstd -d 1762 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1142 Read : 1 MB ==> 15.25% 1765 Read : 2 MB ==> 15.49% 1151 Read : 2 MB ==> 15.71% 1155 Read : 3 MB ==> 15.69% 1769 Read : 4 MB ==> 15.78% 1165 Read : 5 MB ==> 15.76% 1173 Read : 5 MB ==> 15.79% Read : 6 MB ==> 15.81% 1180 Read : 7 MB ==> 15.86% 1189 Read : 8 MB ==> 15.84% Read : 8 MB ==> 15.86% Read : 9 MB ==> 15.85% 1197 1789 Read : 10 MB ==> 15.87% 1820 Read : 10 MB ==> 15.88% 1200 Read : 11 MB ==> 15.89% 1207 Read : 12 MB ==> 15.89% Read : 12 MB ==> 15.91% 1214 Read : 13 MB ==> 15.89% 1221 1826 Read : 14 MB ==> 15.91% 1223 Read : 14 MB ==> 15.92% 1846 Read : 15 MB ==> 15.96% 1227 1865 Read : 15 MB ==> 15.94% Read : 16 MB ==> 15.94% 1236 Read : 16 MB ==> 15.94% /*stdin*\ : 15.93% (18000000 => 2866586 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v17 | ../programs/zstd -d *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 0 MB ==> 13.75% 1238 Read : 1 MB ==> 13.57% Read : 2 MB ==> 13.85% 1246 Read : 2 MB ==> 13.94% 1873 Read : 3 MB ==> 13.85% 1247 1911 Read : 4 MB ==> 13.93% Read : 4 MB ==> 13.91% 1250 Read : 5 MB ==> 13.88% Read : 5 MB ==> 13.87% 1932 Read : 6 MB ==> 13.85% 1955 Read : 7 MB ==> 13.88% 1257 Read : 7 MB ==> 13.89% 1259 Read : 8 MB ==> 13.86% 1260 Read : 8 MB ==> 13.87% 1957 Read : 9 MB ==> 13.86% Read : 10 MB ==> 13.87% 1959 Read : 10 MB ==> 13.87% Read : 11 MB ==> 13.87% 1265 Read : 11 MB ==> 13.86% Read : 12 MB ==> 13.87% Read : 13 MB ==> 13.87% 1273 Read : 13 MB ==> 13.86% 1276 Read : 14 MB ==> 13.87% 1283 Read : 14 MB ==> 13.87% Read : 15 MB ==> 13.90% Read : 16 MB ==> 13.88% Read : 16 MB ==> 13.88% 1963 /*stdin*\ : 13.87% (18000000 => 2496256 bytes, /*stdout*\) roundTripTest: ./datagen -g50000000 -P94 | ../programs/zstd -v18 | ../programs/zstd -d 1986 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 0 MB ==> 7.26% 1286 1997 Read : 1 MB ==> 7.45% Read : 2 MB ==> 7.58% 2017 Read : 3 MB ==> 7.56% 1298 Read : 3 MB ==> 7.59% 2045 1300 Read : 4 MB ==> 7.60% 2048 Read : 4 MB ==> 7.62% 1306 Read : 5 MB ==> 7.68% 1311 Read : 5 MB ==> 7.69% 1323 Read : 6 MB ==> 7.69% 2066 1330 Read : 6 MB ==> 7.71% Read : 7 MB ==> 7.74% 1346 Read : 7 MB ==> 7.73% 2067 1353 Read : 8 MB ==> 7.73% 2119 1360 Read : 8 MB ==> 7.73% 1373 Read : 9 MB ==> 7.73% 2138 Read : 9 MB ==> 7.74% 1377 Read : 10 MB ==> 7.74% 2139 Read : 10 MB ==> 7.74% 1381 Read : 11 MB ==> 7.73% 1394 Read : 11 MB ==> 7.72% Read : 12 MB ==> 7.70% 1402 Read : 12 MB ==> 7.69% 1412 Read : 12 MB ==> 7.69% 1432 Read : 13 MB ==> 7.67% 2140 Read : 13 MB ==> 7.68% 1433 2159 Read : 14 MB ==> 7.69% Read : 15 MB ==> 7.69% 1438 Read : 15 MB ==> 7.70% Read : 16 MB ==> 7.70% 2160 Read : 16 MB ==> 7.69% 2196 Read : 16 MB ==> 7.70% 1448 2209 Read : 17 MB ==> 7.71% 1464 2216 Read : 17 MB ==> 7.70% 1466 Read : 18 MB ==> 7.70% Read : 18 MB ==> 7.70% Read : 19 MB ==> 7.70% 1477 2230 Read : 19 MB ==> 7.70% 2254 Read : 20 MB ==> 7.71% Read : 20 MB ==> 7.70% 2278 Read : 21 MB ==> 7.71% Read : 21 MB ==> 7.73% 1481 2293 1482 Read : 22 MB ==> 7.74% 2295 Read : 22 MB ==> 7.74% 1487 Read : 23 MB ==> 7.74% 1488 Read : 23 MB ==> 7.74% Read : 24 MB ==> 7.73% 1497 Read : 24 MB ==> 7.74% 2298 Read : 25 MB ==> 7.73% 1503 Read : 25 MB ==> 7.74% 1506 1514 Read : 26 MB ==> 7.74% 1520 1525 Read : 26 MB ==> 7.73% 2303 Read : 27 MB ==> 7.74% 1530 2305 Read : 27 MB ==> 7.73% 2356 Read : 28 MB ==> 7.72% 1534 Read : 28 MB ==> 7.72% Read : 29 MB ==> 7.72% 1548 Read : 29 MB ==> 7.72% 1559 Read : 30 MB ==> 7.72% Read : 30 MB ==> 7.72% Read : 31 MB ==> 7.73% 1562 Read : 31 MB ==> 7.72% 2358 1569 Read : 32 MB ==> 7.72% Read : 32 MB ==> 7.73% 1573 2378 Read : 33 MB ==> 7.73% Read : 34 MB ==> 7.73% 2391 Read : 34 MB ==> 7.73% 1581 2404 Read : 35 MB ==> 7.74% Read : 35 MB ==> 7.74% 1583 Read : 36 MB ==> 7.74% Read : 36 MB ==> 7.75% Read : 37 MB ==> 7.75% 1589 Read : 37 MB ==> 7.74% 1591 Read : 38 MB ==> 7.74% Read : 38 MB ==> 7.74% 2410 1593 Read : 39 MB ==> 7.74% Read : 39 MB ==> 7.74% 1602 2431 Read : 40 MB ==> 7.74% 2443 Read : 40 MB ==> 7.74% 1604 2454 Read : 41 MB ==> 7.73% 1611 Read : 42 MB ==> 7.73% 2463 Read : 42 MB ==> 7.73% Read : 43 MB ==> 7.73% 1617 1621 Read : 43 MB ==> 7.73% 2506 Read : 43 MB ==> 7.73% Read : 44 MB ==> 7.73% 2514 Read : 44 MB ==> 7.73% 2515 1628 Read : 45 MB ==> 7.73% 2516 1631 Read : 45 MB ==> 7.73% 2547 Read : 46 MB ==> 7.73% 1637 Read : 46 MB ==> 7.73% Read : 47 MB ==> 7.73% /*stdin*\ : 7.73% (50000000 => 3866422 bytes, /*stdout*\) roundTripTest: ./datagen -g50000000 -P94 | ../programs/zstd -v19 | ../programs/zstd -d 2553 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 1638 Read : 0 MB ==> 7.25% Read : 1 MB ==> 7.45% 1645 Read : 2 MB ==> 7.57% Read : 2 MB ==> 7.56% 1650 Read : 3 MB ==> 7.61% Read : 3 MB ==> 7.60% 2578 1659 Read : 4 MB ==> 7.63% Read : 4 MB ==> 7.64% 1660 2598 Read : 5 MB ==> 7.70% Read : 5 MB ==> 7.72% 1666 Read : 5 MB ==> 7.70% 1667 Read : 6 MB ==> 7.69% Read : 6 MB ==> 7.72% Read : 6 MB ==> 7.73% Read : 7 MB ==> 7.75% Read : 7 MB ==> 7.74% Read : 8 MB ==> 7.74% 2608 1675 Read : 8 MB ==> 7.74% 2621 Read : 8 MB ==> 7.75% 1686 Read : 8 MB ==> 7.75% 1698 Read : 9 MB ==> 7.74% 1701 Read : 9 MB ==> 7.75% 2632 Read : 9 MB ==> 7.76% 1709 Read : 10 MB ==> 7.75% 1713 Read : 10 MB ==> 7.74% 1716 Read : 10 MB ==> 7.74% 2646 1721 Read : 11 MB ==> 7.74% 2674 1723 Read : 11 MB ==> 7.73% Read : 12 MB ==> 7.71% 1724 2695 Read : 12 MB ==> 7.70% 1727 Read : 12 MB ==> 7.71% Read : 13 MB ==> 7.70% 1729 Read : 13 MB ==> 7.69% 2711 1736 Read : 13 MB ==> 7.70% Read : 14 MB ==> 7.71% 1743 Read : 14 MB ==> 7.71% 1750 Read : 15 MB ==> 7.70% Read : 15 MB ==> 7.72% 2726 Read : 15 MB ==> 7.72% 1757 Read : 16 MB ==> 7.72% Read : 16 MB ==> 7.71% 1758 Read : 17 MB ==> 7.72% Read : 17 MB ==> 7.72% 2727 Read : 17 MB ==> 7.72% 1765 2734 Read : 18 MB ==> 7.72% 2745 Read : 18 MB ==> 7.71% 1769 Read : 18 MB ==> 7.71% 2759 1776 Read : 19 MB ==> 7.72% Read : 19 MB ==> 7.72% 1784 Read : 19 MB ==> 7.73% Read : 20 MB ==> 7.72% 1792 2764 Read : 20 MB ==> 7.73% 1803 Read : 21 MB ==> 7.73% 1813 Read : 21 MB ==> 7.75% Read : 21 MB ==> 7.75% Read : 22 MB ==> 7.76% 1819 Read : 22 MB ==> 7.76% 1827 Read : 22 MB ==> 7.76% 2769 1832 Read : 23 MB ==> 7.76% 2772 1834 Read : 23 MB ==> 7.75% 2784 Read : 24 MB ==> 7.75% 1839 2803 Read : 24 MB ==> 7.75% 1848 Read : 24 MB ==> 7.76% Read : 25 MB ==> 7.75% 1864 Read : 25 MB ==> 7.76% 1871 Read : 25 MB ==> 7.75% 1876 Read : 26 MB ==> 7.75% 1887 Read : 26 MB ==> 7.75% 1901 Read : 27 MB ==> 7.75% 1910 Read : 27 MB ==> 7.75% Read : 27 MB ==> 7.74% Read : 28 MB ==> 7.74% 1912 Read : 28 MB ==> 7.74% Read : 28 MB ==> 7.74% Read : 29 MB ==> 7.73% 2810 1918 Read : 29 MB ==> 7.73% Read : 30 MB ==> 7.73% 2826 Read : 30 MB ==> 7.74% 2830 1930 Read : 30 MB ==> 7.74% 2844 1936 Read : 31 MB ==> 7.74% 1939 Read : 31 MB ==> 7.74% Read : 31 MB ==> 7.73% 2881 Read : 32 MB ==> 7.73% 1940 2903 Read : 32 MB ==> 7.74% 2928 Read : 33 MB ==> 7.75% 1941 Read : 33 MB ==> 7.75% 1942 Read : 33 MB ==> 7.75% 2941 Read : 34 MB ==> 7.75% 1946 Read : 34 MB ==> 7.75% Read : 34 MB ==> 7.75% Read : 35 MB ==> 7.75% Read : 35 MB ==> 7.76% 2960 1960 Read : 36 MB ==> 7.76% 2961 Read : 36 MB ==> 7.76% 2995 Read : 36 MB ==> 7.76% 2999 1962 3010 Read : 37 MB ==> 7.76% 1972 Read : 37 MB ==> 7.76% Read : 37 MB ==> 7.76% 3024 1974 Read : 38 MB ==> 7.76% 3028 1980 Read : 38 MB ==> 7.75% 1989 3043 Read : 39 MB ==> 7.75% 1997 Read : 39 MB ==> 7.75% 2007 Read : 39 MB ==> 7.75% 2023 Read : 40 MB ==> 7.75% 2033 Read : 40 MB ==> 7.75% 2038 Read : 40 MB ==> 7.75% Read : 41 MB ==> 7.75% 2055 Read : 41 MB ==> 7.75% Read : 42 MB ==> 7.74% Read : 42 MB ==> 7.74% Read : 42 MB ==> 7.74% 2057 Read : 43 MB ==> 7.74% 2076 Read : 43 MB ==> 7.74% 2083 Read : 43 MB ==> 7.74% 3050 Read : 44 MB ==> 7.74% 2086 Read : 44 MB ==> 7.74% Read : 44 MB ==> 7.74% 2088 Read : 45 MB ==> 7.74% 3059 2096 Read : 45 MB ==> 7.74% Read : 45 MB ==> 7.74% Read : 46 MB ==> 7.74% Read : 46 MB ==> 7.74% 3077 2102 Read : 46 MB ==> 7.75% 3087 Read : 47 MB ==> 7.75% Read : 47 MB ==> 7.75% 3110 /*stdin*\ : 7.75% (50000000 => 3874806 bytes, /*stdout*\) roundTripTest: ./datagen -g99000000 -P99 | ../programs/zstd -v20 | ../programs/zstd -d 2105 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** 2112 Read : 0 MB ==> 4.02% 3113 Read : 1 MB ==> 4.68% 2120 3127 Read : 1 MB ==> 5.03% 2132 Read : 2 MB ==> 5.27% 3144 2139 Read : 2 MB ==> 5.32% 2150 Read : 3 MB ==> 5.42% 3150 Read : 3 MB ==> 5.46% 2155 3153 Read : 4 MB ==> 5.52% 2172 Read : 4 MB ==> 5.55% 2184 Read : 4 MB ==> 5.57% 3158 2187 Read : 5 MB ==> 5.58% Read : 5 MB ==> 5.63% 3163 2191 Read : 6 MB ==> 5.66% Read : 6 MB ==> 5.66% 3166 2194 Read : 6 MB ==> 5.69% 2209 3176 Read : 7 MB ==> 5.71% 2220 Read : 7 MB ==> 5.72% 2230 Read : 8 MB ==> 5.72% 3197 Read : 8 MB ==> 5.73% 2235 3224 Read : 9 MB ==> 5.74% Read : 9 MB ==> 5.74% 3240 2243 Read : 9 MB ==> 5.75% Read : 10 MB ==> 5.74% 3266 2251 Read : 10 MB ==> 5.74% Read : 10 MB ==> 5.75% 3267 2266 3274 Read : 11 MB ==> 5.75% 2272 Read : 11 MB ==> 5.75% Read : 12 MB ==> 5.75% 2278 Read : 12 MB ==> 5.74% 2285 Read : 12 MB ==> 5.75% 2291 Read : 13 MB ==> 5.76% Read : 13 MB ==> 5.76% 3291 Read : 13 MB ==> 5.76% 2297 3322 Read : 14 MB ==> 5.76% 2306 3323 Read : 14 MB ==> 5.75% 2312 Read : 14 MB ==> 5.76% 2319 Read : 15 MB ==> 5.77% 2322 Read : 15 MB ==> 5.77% Read : 15 MB ==> 5.78% Read : 16 MB ==> 5.78% 2324 Read : 16 MB ==> 5.78% Read : 16 MB ==> 5.78% 3342 Read : 17 MB ==> 5.78% 2338 Read : 17 MB ==> 5.78% 2346 3343 Read : 17 MB ==> 5.78% 3358 Read : 18 MB ==> 5.78% 2353 Read : 18 MB ==> 5.78% Read : 19 MB ==> 5.79% 2361 Read : 19 MB ==> 5.80% 3361 fuzzer tests completed Read : 19 MB ==> 5.80% 1/ 1 2365 Read : 20 MB ==> 5.80% 2379 Read : 20 MB ==> 5.81% Read : 20 MB ==> 5.81% 11 2384 Read : 21 MB ==> 5.81% 2394 Read : 21 MB ==> 5.81% 29 Read : 22 MB ==> 5.81% 2396 Read : 22 MB ==> 5.81% 2413 Read : 22 MB ==> 5.81% 90 Read : 23 MB ==> 5.81% 2424 Read : 23 MB ==> 5.81% 2427 Read : 23 MB ==> 5.81% 2428 Read : 24 MB ==> 5.82% 117 2443 118 Read : 24 MB ==> 5.82% 2461 122 Read : 24 MB ==> 5.82% Read : 25 MB ==> 5.83% 126 Read : 25 MB ==> 5.83% 135 2464 Read : 25 MB ==> 5.83% 2477 Read : 26 MB ==> 5.83% 143 2484 Read : 26 MB ==> 5.83% 2487 Read : 26 MB ==> 5.83% 2491 Read : 26 MB ==> 5.83% 154 Read : 27 MB ==> 5.83% Read : 27 MB ==> 5.83% Read : 27 MB ==> 5.83% 2494 157 Read : 28 MB ==> 5.83% 2498 161 Read : 28 MB ==> 5.84% 2510 Read : 29 MB ==> 5.83% 2519 165 Read : 29 MB ==> 5.83% 2525 Read : 29 MB ==> 5.83% 196 2535 Read : 29 MB ==> 5.84% Read : 30 MB ==> 5.84% 2538 Read : 30 MB ==> 5.84% 2544 Read : 30 MB ==> 5.84% 2550 Read : 31 MB ==> 5.84% 2554 213 Read : 31 MB ==> 5.85% 2558 225 Read : 31 MB ==> 5.85% 262 Read : 31 MB ==> 5.85% 2566 Read : 32 MB ==> 5.85% 2578 Read : 32 MB ==> 5.86% 2584 276 Read : 33 MB ==> 5.86% Read : 33 MB ==> 5.86% Read : 33 MB ==> 5.86% Read : 33 MB ==> 5.86% 2590 277 2592 Read : 34 MB ==> 5.86% 283 2598 Read : 34 MB ==> 5.86% 2602 310 Read : 34 MB ==> 5.86% 2613 Read : 34 MB ==> 5.86% Read : 35 MB ==> 5.86% 2620 313 Read : 35 MB ==> 5.86% 2624 Read : 35 MB ==> 5.86% Read : 36 MB ==> 5.86% Read : 36 MB ==> 5.86% Read : 36 MB ==> 5.86% 322 Read : 36 MB ==> 5.86% 2637 Read : 37 MB ==> 5.86% 335 2641 Read : 37 MB ==> 5.86% Read : 37 MB ==> 5.86% 2653 Read : 37 MB ==> 5.86% 2659 Read : 38 MB ==> 5.86% Read : 38 MB ==> 5.86% Read : 38 MB ==> 5.86% 352 Read : 39 MB ==> 5.86% 2666 Read : 39 MB ==> 5.86% 2672 Read : 39 MB ==> 5.86% 360 2677 Read : 40 MB ==> 5.86% 2682 Read : 40 MB ==> 5.86% 2683 Read : 40 MB ==> 5.86% 372 Read : 41 MB ==> 5.86% Read : 41 MB ==> 5.86% 393 2690 Read : 41 MB ==> 5.86% Read : 41 MB ==> 5.87% 2702 Read : 42 MB ==> 5.87% 394 Read : 42 MB ==> 5.87% 2703 420 Read : 42 MB ==> 5.88% Read : 42 MB ==> 5.87% 431 Read : 43 MB ==> 5.87% 435 2713 Read : 43 MB ==> 5.87% Read : 43 MB ==> 5.87% 2725 444 Read : 43 MB ==> 5.87% 457 2729 Read : 44 MB ==> 5.87% 2742 Read : 44 MB ==> 5.87% 2752 Read : 44 MB ==> 5.87% Read : 44 MB ==> 5.87% Read : 45 MB ==> 5.87% 513 2776 Read : 45 MB ==> 5.87% 2789 Read : 45 MB ==> 5.87% Read : 45 MB ==> 5.87% 514 Read : 46 MB ==> 5.87% 546 Read : 46 MB ==> 5.88% 2791 Read : 46 MB ==> 5.87% 576 2793 Read : 46 MB ==> 5.87% 578 2803 Read : 47 MB ==> 5.88% 619 Read : 47 MB ==> 5.88% 2814 626 Read : 47 MB ==> 5.88% 2817 Read : 47 MB ==> 5.88% 2825 Read : 48 MB ==> 5.88% Read : 48 MB ==> 5.88% 2834 Read : 48 MB ==> 5.88% 627 Read : 48 MB ==> 5.88% 641 2839 Read : 49 MB ==> 5.88% Read : 49 MB ==> 5.88% Read : 49 MB ==> 5.88% 651 2846 Read : 49 MB ==> 5.88% 683 Read : 50 MB ==> 5.88% Read : 50 MB ==> 5.88% 688 Read : 51 MB ==> 5.88% 693 Read : 51 MB ==> 5.88% 2849 712 Read : 51 MB ==> 5.89% 2864 Read : 52 MB ==> 5.89% 2868 Read : 52 MB ==> 5.89% 2874 732 Read : 52 MB ==> 5.89% Read : 53 MB ==> 5.89% 2879 744 Read : 53 MB ==> 5.89% 2887 762 Read : 53 MB ==> 5.89% 780 2897 Read : 54 MB ==> 5.89% 806 2902 Read : 54 MB ==> 5.89% Read : 54 MB ==> 5.89% 2905 Read : 55 MB ==> 5.89% Read : 55 MB ==> 5.89% 2919 Read : 55 MB ==> 5.89% 2920 Read : 55 MB ==> 5.89% 831 Read : 56 MB ==> 5.89% Read : 56 MB ==> 5.89% 2924 Read : 56 MB ==> 5.89% 2927 Read : 56 MB ==> 5.89% Read : 57 MB ==> 5.89% 847 Read : 57 MB ==> 5.89% 857 Read : 57 MB ==> 5.89% 871 Read : 57 MB ==> 5.89% 877 Read : 58 MB ==> 5.89% 2928 901 Read : 58 MB ==> 5.89% 2930 902 Read : 58 MB ==> 5.89% Read : 59 MB ==> 5.89% 913 Read : 59 MB ==> 5.89% 950 2940 965 Read : 59 MB ==> 5.89% Read : 60 MB ==> 5.89% Read : 60 MB ==> 5.89% 2948 Read : 60 MB ==> 5.89% 976 Read : 61 MB ==> 5.89% 1000 Read : 61 MB ==> 5.89% 2950 Read : 61 MB ==> 5.89% 2963 Read : 61 MB ==> 5.89% Read : 62 MB ==> 5.89% 2978 1010 Read : 62 MB ==> 5.89% 2981 Read : 62 MB ==> 5.89% 2998 Read : 63 MB ==> 5.89% 1023 Read : 63 MB ==> 5.90% 1055 Read : 64 MB ==> 5.90% 3000 Read : 64 MB ==> 5.90% 3004 1081 Read : 64 MB ==> 5.90% 1092 Read : 65 MB ==> 5.90% Read : 65 MB ==> 5.90% Read : 65 MB ==> 5.90% 1109 Read : 66 MB ==> 5.90% 1126 Read : 66 MB ==> 5.90% 3005 Read : 67 MB ==> 5.90% 3019 1161 Read : 67 MB ==> 5.90% 3025 1177 Read : 67 MB ==> 5.90% 3035 Read : 68 MB ==> 5.90% 1178 3038 Read : 68 MB ==> 5.90% Read : 68 MB ==> 5.90% 3046 Read : 69 MB ==> 5.90% Read : 69 MB ==> 5.90% 3049 Read : 70 MB ==> 5.90% 3054 Read : 70 MB ==> 5.90% 3065 Read : 70 MB ==> 5.90% Read : 71 MB ==> 5.90% 3066 1179 Read : 71 MB ==> 5.90% 1190 3070 1197 Read : 71 MB ==> 5.90% 1202 Read : 72 MB ==> 5.90% 1210 Read : 72 MB ==> 5.90% 3072 Read : 73 MB ==> 5.90% 3079 Read : 73 MB ==> 5.90% 3084 Read : 73 MB ==> 5.91% 3085 3088 Read : 74 MB ==> 5.91% 3096 Read : 74 MB ==> 5.91% 3099 Read : 74 MB ==> 5.91% 3103 3116 Read : 75 MB ==> 5.91% 3123 3128 Read : 75 MB ==> 5.91% 3134 Read : 76 MB ==> 5.91% 3140 Read : 76 MB ==> 5.90% 3142 Read : 76 MB ==> 5.91% 1219 Read : 77 MB ==> 5.90% 3149 1237 Read : 77 MB ==> 5.90% 3151 1248 Read : 77 MB ==> 5.90% 3154 Read : 78 MB ==> 5.90% Read : 78 MB ==> 5.90% 3161 Read : 78 MB ==> 5.90% 1293 3165 Read : 79 MB ==> 5.90% Read : 79 MB ==> 5.90% 3170 Read : 80 MB ==> 5.90% Read : 80 MB ==> 5.90% 3176 1318 Read : 80 MB ==> 5.90% 3182 1328 Read : 81 MB ==> 5.90% 3195 Read : 81 MB ==> 5.90% 1368 Read : 81 MB ==> 5.90% 3198 Read : 82 MB ==> 5.90% 1379 Read : 82 MB ==> 5.90% 3200 Read : 83 MB ==> 5.90% 1386 Read : 83 MB ==> 5.90% 1418 Read : 83 MB ==> 5.90% Read : 84 MB ==> 5.90% 1424 Read : 84 MB ==> 5.90% 3201 3208 Read : 84 MB ==> 5.90% 3219 1430 Read : 85 MB ==> 5.90% Read : 85 MB ==> 5.90% Read : 85 MB ==> 5.90% 3228 Read : 86 MB ==> 5.90% 3248 1461 Read : 86 MB ==> 5.90% 3252 Read : 86 MB ==> 5.90% 3254 3260 Read : 86 MB ==> 5.90% 1467 3271 Read : 87 MB ==> 5.90% 3277 1476 Read : 87 MB ==> 5.90% 3283 1492 Read : 87 MB ==> 5.90% 3288 1496 Read : 87 MB ==> 5.90% Read : 88 MB ==> 5.90% 3307 Read : 88 MB ==> 5.90% 3324 Read : 88 MB ==> 5.90% 3334 Read : 88 MB ==> 5.90% 1506 3341 Read : 89 MB ==> 5.90% Read : 89 MB ==> 5.90% 3343 Read : 89 MB ==> 5.90% 1513 Read : 90 MB ==> 5.90% 1536 Read : 90 MB ==> 5.90% 3355 1541 Read : 90 MB ==> 5.90% 3357 Read : 91 MB ==> 5.90% 3366 Read : 91 MB ==> 5.90% Read : 91 MB ==> 5.90% 3372 Read : 92 MB ==> 5.90% Read : 92 MB ==> 5.90% Read : 92 MB ==> 5.90% 3377 Read : 92 MB ==> 5.90% Read : 93 MB ==> 5.90% 3391 Read : 93 MB ==> 5.90% Read : 93 MB ==> 5.90% Read : 94 MB ==> 5.90% 3401 /*stdin*\ : 5.90% (99000000 => 5842434 bytes, /*stdout*\) roundTripTest: ./datagen -g6000000000 -P99 | ../programs/zstd -v1 | ../programs/zstd -d 3414 3419 3422 3440 3449 3454 3465 3470 1545 3474 1552 3475 3481 3492 1555 3494 1559 3508 3509 3526 3536 1619 3546 1630 3555 1639 1642 3567 1664 3571 1667 3577 1712 3589 3606 1719 3615 1734 3618 1748 3623 3632 1762 1766 3639 3642 1769 3653 3668 1789 1820 3672 3676 1826 3677 1846 1865 3681 3693 3704 1873 3705 1881 1921 3710 3719 3722 1932 1955 *** zstd command line interface 32-bits v1.1.4, by Yann Collet *** Read : 33 MB ==> 9.38% 3726 Read : 68 MB ==> 9.41% 3732 Read : 102 MB ==> 9.41% 1957 Read : 136 MB ==> 9.42% 1959 Read : 171 MB ==> 9.41% 3738 Read : 204 MB ==> 9.42% 3739 1963 Read : 238 MB ==> 9.41% 3760 1973 3765 Read : 272 MB ==> 9.41% 1997 Read : 305 MB ==> 9.41% 3769 2017 Read : 338 MB ==> 9.41% 3773 2045 Read : 370 MB ==> 9.42% 3775 2048 Read : 404 MB ==> 9.42% 3786 Read : 437 MB ==> 9.42% 3794 Read : 471 MB ==> 9.42% 3803 Read : 505 MB ==> 9.41% 3813 2066 Read : 539 MB ==> 9.42% 3818 2080 Read : 572 MB ==> 9.41% 2132 3821 3824 Read : 600 MB ==> 9.42% 2138 3834 Read : 632 MB ==> 9.42% 2139 Read : 662 MB ==> 9.42% 3836 Read : 693 MB ==> 9.42% 3854 Read : 725 MB ==> 9.42% 3859 Read : 755 MB ==> 9.42% 3868 Read : 787 MB ==> 9.42% 2140 3875 Read : 813 MB ==> 9.42% 2159 Read : 842 MB ==> 9.41% Read : 868 MB ==> 9.41% 3878 2160 3887 Read : 896 MB ==> 9.41% 2191 3893 Read : 922 MB ==> 9.42% 3901 2209 Read : 950 MB ==> 9.42% Read : 980 MB ==> 9.42% 3908 Read : 1010 MB ==> 9.42% 3925 Read : 1042 MB ==> 9.42% 2216 Read : 1072 MB ==> 9.42% Read : 1101 MB ==> 9.42% 3927 Read : 1130 MB ==> 9.42% Read : 1158 MB ==> 9.42% 3939 2230 Read : 1187 MB ==> 9.42% 3948 2254 Read : 1217 MB ==> 9.42% Read : 1245 MB ==> 9.42% 2278 3957 Read : 1271 MB ==> 9.42% 3967 Read : 1298 MB ==> 9.42% 3974 Read : 1325 MB ==> 9.42% 3978 2293 Read : 1352 MB ==> 9.42% Read : 1377 MB ==> 9.42% 3985 Read : 1403 MB ==> 9.42% 3995 Read : 1431 MB ==> 9.42% 4013 Read : 1460 MB ==> 9.42% 2298 Read : 1487 MB ==> 9.42% 4018 Read : 1513 MB ==> 9.42% 4024 2303 Read : 1538 MB ==> 9.42% 4028 2319 Read : 1564 MB ==> 9.42% 4031 Read : 1591 MB ==> 9.42% 4037 Read : 1620 MB ==> 9.42% Read : 1647 MB ==> 9.42% 4041 Read : 1675 MB ==> 9.42% Read : 1702 MB ==> 9.42% 4044 Read : 1730 MB ==> 9.42% Read : 1757 MB ==> 9.42% 2358 4052 Read : 1784 MB ==> 9.42% 4058 2378 Read : 1809 MB ==> 9.42% 4061 Read : 1833 MB ==> 9.42% 2391 Read : 1859 MB ==> 9.42% Read : 1884 MB ==> 9.42% 2399 Read : 1911 MB ==> 9.42% 2404 Read : 1938 MB ==> 9.42% Read : 1964 MB ==> 9.42% 4071 Read : 1993 MB ==> 9.42% 4072 Read : 2021 MB ==> 9.42% 4075 Read : 2051 MB ==> 9.42% 4080 Read : 2082 MB ==> 9.42% 4088 Read : 2113 MB ==> 9.42% Read : 2142 MB ==> 9.42% 4100 Read : 2174 MB ==> 9.42% 2410 4104 Read : 2202 MB ==> 9.42% 4105 Read : 2230 MB ==> 9.42% 4114 Read : 2258 MB ==> 9.42% 4118 2431 4121 2435 Read : 2287 MB ==> 9.42% Read : 2316 MB ==> 9.42% 2454 Read : 2344 MB ==> 9.42% 4134 Read : 2370 MB ==> 9.42% 2463 Read : 2397 MB ==> 9.42% Read : 2421 MB ==> 9.42% 4143 Read : 2446 MB ==> 9.42% 2506 Read : 2472 MB ==> 9.42% 4145 Read : 2497 MB ==> 9.42% 2514 4147 Read : 2523 MB ==> 9.42% 2515 Read : 2550 MB ==> 9.42% 4152 2523 4160 Read : 2576 MB ==> 9.42% 4163 Read : 2604 MB ==> 9.42% 4168 Read : 2629 MB ==> 9.42% 4172 Read : 2655 MB ==> 9.42% 4182 2553 4194 Read : 2681 MB ==> 9.42% Read : 2708 MB ==> 9.42% Read : 2733 MB ==> 9.42% Read : 2762 MB ==> 9.42% Read : 2790 MB ==> 9.42% 4198 Read : 2818 MB ==> 9.42% 4202 Read : 2842 MB ==> 9.42% 4209 Read : 2862 MB ==> 9.42% 2578 Read : 2888 MB ==> 9.42% Read : 2919 MB ==> 9.42% Read : 2950 MB ==> 9.42% 4215 2598 Read : 2979 MB ==> 9.42% Read : 3008 MB ==> 9.42% 4231 Read : 3037 MB ==> 9.42% Read : 3067 MB ==> 9.42% 4234 Read : 3097 MB ==> 9.42% 4239 Read : 3127 MB ==> 9.42% 4247 Read : 3156 MB ==> 9.42% Read : 3185 MB ==> 9.42% 4266 Read : 3214 MB ==> 9.42% 4268 Read : 3242 MB ==> 9.42% 2608 Read : 3271 MB ==> 9.42% Read : 3302 MB ==> 9.42% 4274 2621 Read : 3333 MB ==> 9.42% 4278 Read : 3364 MB ==> 9.42% 4290 Read : 3394 MB ==> 9.42% Read : 3422 MB ==> 9.42% 4292 Read : 3450 MB ==> 9.42% 4305 Read : 3478 MB ==> 9.42% 2632 4312 Read : 3507 MB ==> 9.42% Read : 3535 MB ==> 9.42% 4314 Read : 3564 MB ==> 9.42% 4324 Read : 3593 MB ==> 9.42% 2646 4337 Read : 3623 MB ==> 9.42% 2691 Read : 3653 MB ==> 9.42% Read : 3684 MB ==> 9.42% 2695 Read : 3713 MB ==> 9.42% Read : 3741 MB ==> 9.42% Read : 3771 MB ==> 9.42% Read : 3801 MB ==> 9.42% 4348 Read : 3832 MB ==> 9.42% 2711 Read : 3860 MB ==> 9.42% 4360 Read : 3890 MB ==> 9.42% Read : 3920 MB ==> 9.42% 4365 Read : 3950 MB ==> 9.42% 4372 Read : 3978 MB ==> 9.42% 2726 Read : 4011 MB ==> 9.42% Read : 4045 MB ==> 9.42% 2732 4380 Read : 4080 MB ==> 9.42% 2745 Read : 4113 MB ==> 9.42% 4386 2758 Read : 4146 MB ==> 9.42% 4390 Read : 4180 MB ==> 9.42% 4392 Read : 4213 MB ==> 9.42% 2764 Read : 4246 MB ==> 9.42% Read : 4280 MB ==> 9.42% Read : 4313 MB ==> 9.42% Read : 4347 MB ==> 9.42% 2769 4393 Read : 4380 MB ==> 9.42% 4403 2776 Read : 4413 MB ==> 9.42% 2803 Read : 4446 MB ==> 9.42% Read : 4480 MB ==> 9.42% Read : 4513 MB ==> 9.42% Read : 4547 MB ==> 9.42% 4408 Read : 4580 MB ==> 9.42% Read : 4614 MB ==> 9.42% 4419 Read : 4647 MB ==> 9.42% Read : 4682 MB ==> 9.42% 4424 Read : 4716 MB ==> 9.42% Read : 4750 MB ==> 9.42% 4429 2810 Read : 4785 MB ==> 9.42% 4441 2826 Read : 4819 MB ==> 9.42% 2830 4443 2852 Read : 4852 MB ==> 9.42% 4455 Read : 4886 MB ==> 9.42% 4469 2881 4479 Read : 4920 MB ==> 9.42% 2914 Read : 4952 MB ==> 9.42% 2930 4480 4482 Read : 4985 MB ==> 9.42% 4489 2941 Read : 5017 MB ==> 9.42% 4494 Read : 5050 MB ==> 9.42% 4509 Read : 5083 MB ==> 9.42% 2960 4517 Read : 5116 MB ==> 9.42% 2969 4524 Read : 5149 MB ==> 9.42% 2997 4529 3020 Read : 5183 MB ==> 9.42% 4540 3024 Read : 5217 MB ==> 9.42% 3038 4545 3043 fuzzer tests completed Read : 5250 MB ==> 9.42% Read : 5284 MB ==> 9.42% Read : 5318 MB ==> 9.42% 4546 Read : 5353 MB ==> 9.42% 4557 Read : 5387 MB ==> 9.42% Read : 5421 MB ==> 9.42% 4567 Read : 5455 MB ==> 9.42% 4571 Read : 5488 MB ==> 9.42% Read : 5521 MB ==> 9.42% 4574 Read : 5554 MB ==> 9.42% Read : 5588 MB ==> 9.42% Read : 5621 MB ==> 9.42% 4583 Read : 5655 MB ==> 9.42% 4587 Read : 5689 MB ==> 9.42% 4595 /*stdin*\ : 9.42% (6000000000 => 564962202 bytes, /*stdout*\) 4602 4606 4612 4621 4627 4634 4639 4645 4647 4651 4653 4655 4658 4670 4677 4691 4696 4701 4703 4707 4715 4719 4726 4729 4739 4746 4758 4768 4780 4789 4791 4806 4816 4818 4820 4821 4834 4836 4841 4845 4846 4861 4865 4875 4883 4884 4886 4891 4895 4902 4904 4905 4912 4917 4925 4937 4943 4965 4970 4978 4984 4990 4993 5001 5011 5017 5021 5023 5036 5037 5039 5040 5043 5052 5062 5069 5075 5079 5082 5093 5101 5106 5114 5119 5121 5122 5123 5134 5147 5148 5151 5159 5173 5174 5179 5181 5183 5190 5191 5196 5198 5199 5202 5203 5205 5209 5210 5213 5217 5219 5225 5228 5229 5230 5234 5236 5241 5255 5258 5262 5264 5271 5273 5281 5282 5285 5288 5293 5296 5300 5303 5306 5307 5308 5317 5320 5323 5329 5331 5332 5336 5339 5345 5347 5348 5349 5350 5355 5363 5365 5368 5373 5375 5391 5392 5396 5399 5403 5404 5418 5421 5439 5451 5456 5468 5476 5478 5482 5495 5498 5502 5513 5519 5530 5539 5547 5551 5553 5556 5558 5559 5569 5575 5577 5587 5590 5592 5597 5600 5615 5618 5620 5625 5631 5634 5637 5648 5654 5664 5672 5683 5693 5700 5703 5706 5713 5721 5726 5732 5740 5756 5757 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 ScopeGuardTest.Td ScopeGuardTest.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 BufferTest.Td BufferTest.d g++ utils/test/BufferTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/BufferTest g++ utils/test/ScopeGuardTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ScopeGuardTest mv -f RoundTripTest.Td RoundTripTest.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 mv -f RangeTest.Td RangeTest.d g++ utils/test/RangeTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/RangeTest 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' 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 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 ResourcePoolTest.Td ResourcePoolTest.d g++ utils/test/ResourcePoolTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ResourcePoolTest 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 ThreadPoolTest.Td ThreadPoolTest.d g++ utils/test/ThreadPoolTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ThreadPoolTest 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 (1 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. (1 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 (0 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (0 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 (2 ms) [ RUN ] ThreadPool.AddJobWhileJoining [ OK ] ThreadPool.AddJobWhileJoining (1001 ms) [----------] 3 tests from ThreadPool (1003 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (1004 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 (1 ms) [ RUN ] WorkQueue.SPMC [ OK ] WorkQueue.SPMC (0 ms) [ RUN ] WorkQueue.MPMC [ OK ] WorkQueue.MPMC (1 ms) [ RUN ] WorkQueue.BoundedSizeWorks [ OK ] WorkQueue.BoundedSizeWorks (0 ms) [ RUN ] WorkQueue.BoundedSizePushAfterFinish [ OK ] WorkQueue.BoundedSizePushAfterFinish (1000 ms) [ RUN ] WorkQueue.SetMaxSize [ OK ] WorkQueue.SetMaxSize (1001 ms) [ RUN ] WorkQueue.BoundedSizeMPMC [ OK ] WorkQueue.BoundedSizeMPMC (2 ms) [ RUN ] WorkQueue.FailedPush [ OK ] WorkQueue.FailedPush (0 ms) [----------] 9 tests from WorkQueue (2005 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. (2006 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 (0 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 (0 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 (1 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 (0 ms) [----------] 15 tests from Options (2 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test case ran. (2 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: 888432067 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 (2164 ms) [ RUN ] Pzstd.LargeSizes Pzstd.LargeSizes seed: 498655976 [ OK ] Pzstd.LargeSizes (6154 ms) [ RUN ] Pzstd.ExtremelyCompressible /tmp/fileiNVkQe : 0.34% ( 10000 => 34 bytes, /tmp/filewhfojO) /tmp/filewhfojO : 10000 bytes [ OK ] Pzstd.ExtremelyCompressible (0 ms) [----------] 3 tests from Pzstd (8319 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (8319 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.70603 + 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.C0an1P 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.voK0Xw 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.LhIbCj 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.e5Puib 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.Kvtq33 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.nxmd40 Creating pzstd-debuginfo package Processing files: libzstd-1.1.4-alt1.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.48815 + 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.byuJL8 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.pRvKva 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.edFfRd 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.Uh4tYm 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.5jyn5w 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.xaEVIL 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.Mt0EA6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y2dlxs 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.DAHLvS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1MmT1o 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.4xLswW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.od5KVz 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 980.41user 22.78system 9:13.80elapsed 181%CPU (0avgtext+0avgdata 802152maxresident)k 0inputs+0outputs (0major+4721701minor)pagefaults 0swaps 989.25user 25.63system 9:36.63elapsed 176%CPU (0avgtext+0avgdata 802152maxresident)k 424inputs+0outputs (0major+5191621minor)pagefaults 0swaps