<86>Feb 24 03:46:28 userdel[11884]: delete user 'rooter' <86>Feb 24 03:46:28 groupadd[12036]: group added to /etc/group: name=rooter, GID=549 <86>Feb 24 03:46:28 useradd[12128]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash <86>Feb 24 03:46:28 userdel[12236]: delete user 'builder' <86>Feb 24 03:46:28 userdel[12236]: removed group 'builder' owned by 'builder' <86>Feb 24 03:46:28 userdel[12236]: removed shadow group 'builder' owned by 'builder' <86>Feb 24 03:46:28 groupadd[12389]: group added to /etc/group: name=builder, GID=550 <86>Feb 24 03:46:28 groupadd[12389]: group added to /etc/gshadow: name=builder <86>Feb 24 03:46:28 groupadd[12389]: new group: name=builder, GID=550 <86>Feb 24 03:46:28 useradd[12452]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash <13>Feb 24 03:46:32 rpmi: libgtest0-1.8.0-alt4.M80P.1 1525950221 installed <13>Feb 24 03:46:32 rpmi: gcc-c++-common-1.4.20-alt1 1432315196 installed <13>Feb 24 03:46:32 rpmi: libstdc++5-devel-5.3.1-alt3 1457662528 installed <13>Feb 24 03:46:33 rpmi: gcc5-c++-5.3.1-alt3 1457662528 installed <13>Feb 24 03:46:33 rpmi: libgtest-devel-1.8.0-alt4.M80P.1 1525950221 installed Installing zstd-1.1.4-alt1.M80P.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.3133 + 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.3133 + 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 ' + CFLAGS='-pipe -Wall -g -O2 ' + export 'CXXFLAGS=-pipe -Wall -g -O2 ' + CXXFLAGS='-pipe -Wall -g -O2 ' + 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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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.87894 + 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/lib64 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/lib64/pkgconfig/ /usr/src/tmp/zstd-buildroot/usr/include/ /bin/install -p -m 644 libzstd.pc /usr/src/tmp/zstd-buildroot/usr/lib64/pkgconfig/ Installing libraries /bin/install -p -m 755 libzstd.so.1.1.4 /usr/src/tmp/zstd-buildroot/usr/lib64 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/lib64 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/lib64 + for f in '/usr/src/tmp/zstd-buildroot/usr/lib64/*.so' ++ readlink -v /usr/src/tmp/zstd-buildroot/usr/lib64/libzstd.so + t=libzstd.so.1.1.4 + ln -rsnf /usr/src/tmp/zstd-buildroot/lib64/libzstd.so.1.1.4 /usr/src/tmp/zstd-buildroot/usr/lib64/libzstd.so + mv /usr/src/tmp/zstd-buildroot/usr/lib64/libzstd.so.1 /usr/src/tmp/zstd-buildroot/usr/lib64/libzstd.so.1.1.4 /usr/src/tmp/zstd-buildroot/lib64/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/zstd-buildroot (auto) mode of './lib64/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/lib64/pkgconfig/libzstd.pc: Cflags: '-I${includedir}' --> '' /usr/lib64/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 ./lib64: libzstd.so.1 -> libzstd.so.1.1.4 ./usr/lib64: 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.93876 + 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 ' + CFLAGS='-pipe -Wall -g -O2 ' + export 'CXXFLAGS=-pipe -Wall -g -O2 ' + CXXFLAGS='-pipe -Wall -g -O2 ' + '[' -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 -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 -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 -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 -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 -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 -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 -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 -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 64-bit LSB executable, x86-64, 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.44% ( 65537 => 21262 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.08% ( 65537 => 20372 bytes, tmp.zst) test : compress to stdout tmp : 32.44% ( 65537 => 21262 bytes, /*stdout*\) test : compress to named file tmp : 32.44% ( 65537 => 21262 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.44% ( 65537 => 21262 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.44% ( 65537 => 21262 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 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.53% (524288 => 170548 bytes, /*stdout*\) roundTripTest: ./datagen -g512K | ../programs/zstd -v --zstd=slen=3,tlen=48,strat=6 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 31.10% (524288 => 163061 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 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 30.96% (524288 => 162301 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 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 30.95% (524288 => 162264 bytes, /*stdout*\) roundTripTest: ./datagen -g512K | ../programs/zstd -v19 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 30.95% (524288 => 162264 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 64-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 64-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 64-bits v1.1.4, by Yann Collet *** tmpSparse : 0.01% (5242880 => 548 bytes, /*stdout*\) /*stdin*\ : 5242880 bytes Files tmpSparse and tmpOutNoSparse are identical 5120 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpSparse 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpSparseRegen *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 1200007 bytes Files - and tmpSparseOdd are identical 44 -rw-r--r-- 1 builder builder 1200007 Feb 24 03:47 tmpSparseOdd \n Sparse Compatibility with Console : Hello World 1 ! Hello World 2 ! \n Sparse Compatibility with Append : *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** tmpSparse1M : 0.01% (1048576 => 118 bytes, tmpSparseCompressed) *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** tmpSparseCompressed : 1048576 bytes *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** tmpSparseCompressed : 1048576 bytes 5120 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpSparse 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 03:47 tmpSparse1M 2048 -rw-r--r-- 1 builder builder 2097152 Feb 24 03:47 tmpSparse2M 4 -rw-r--r-- 1 builder builder 118 Feb 24 03:47 tmpSparseCompressed 44 -rw-r--r-- 1 builder builder 1200007 Feb 24 03:47 tmpSparseOdd 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpSparseRegen 1036 -rw-r--r-- 1 builder builder 2097152 Feb 24 03:47 tmpSparseRegenerated \n**** multiple files tests **** compress tmp* : 68 -rw-r--r-- 1 builder builder 65537 Feb 24 03:47 tmp1 24 -rw-r--r-- 1 builder builder 21665 Feb 24 03:47 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Feb 24 03:47 tmp2 36 -rw-r--r-- 1 builder builder 32782 Feb 24 03:47 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 03:47 tmp3 336 -rw-r--r-- 1 builder builder 342366 Feb 24 03:47 tmp3.zst 24 -rw-r--r-- 1 builder builder 21262 Feb 24 03:47 tmpCompressed 24 -rw-r--r-- 1 builder builder 21276 Feb 24 03:47 tmpCompressed.zst 5120 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 03:47 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 03:47 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Feb 24 03:47 tmpResult 24 -rw-r--r-- 1 builder builder 21254 Feb 24 03:47 tmpResult.zst decompress tmp* : 68 -rw-r--r-- 1 builder builder 65537 Feb 24 03:47 tmp1 24 -rw-r--r-- 1 builder builder 21665 Feb 24 03:47 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Feb 24 03:47 tmp2 36 -rw-r--r-- 1 builder builder 32782 Feb 24 03:47 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 03:47 tmp3 336 -rw-r--r-- 1 builder builder 342366 Feb 24 03:47 tmp3.zst 24 -rw-r--r-- 1 builder builder 21262 Feb 24 03:47 tmpCompressed 24 -rw-r--r-- 1 builder builder 21276 Feb 24 03:47 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 03:47 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 03:47 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Feb 24 03:47 tmpResult 24 -rw-r--r-- 1 builder builder 21254 Feb 24 03:47 tmpResult.zst compress tmp* into stdout > tmpall : 68 -rw-r--r-- 1 builder builder 65537 Feb 24 03:47 tmp1 24 -rw-r--r-- 1 builder builder 21665 Feb 24 03:47 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Feb 24 03:47 tmp2 36 -rw-r--r-- 1 builder builder 32782 Feb 24 03:47 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 03:47 tmp3 336 -rw-r--r-- 1 builder builder 342366 Feb 24 03:47 tmp3.zst 24 -rw-r--r-- 1 builder builder 21262 Feb 24 03:47 tmpCompressed 24 -rw-r--r-- 1 builder builder 21276 Feb 24 03:47 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 03:47 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 03:47 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Feb 24 03:47 tmpResult 24 -rw-r--r-- 1 builder builder 21254 Feb 24 03:47 tmpResult.zst 388 -rw-r--r-- 1 builder builder 396813 Feb 24 03:47 tmpall decompress tmpall* into stdout > tmpdec : 68 -rw-r--r-- 1 builder builder 65537 Feb 24 03:47 tmp1 24 -rw-r--r-- 1 builder builder 21665 Feb 24 03:47 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Feb 24 03:47 tmp2 36 -rw-r--r-- 1 builder builder 32782 Feb 24 03:47 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Feb 24 03:47 tmp3 336 -rw-r--r-- 1 builder builder 342366 Feb 24 03:47 tmp3.zst 24 -rw-r--r-- 1 builder builder 21262 Feb 24 03:47 tmpCompressed 24 -rw-r--r-- 1 builder builder 21276 Feb 24 03:47 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 03:47 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Feb 24 03:47 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Feb 24 03:47 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Feb 24 03:47 tmpResult 24 -rw-r--r-- 1 builder builder 21254 Feb 24 03:47 tmpResult.zst 388 -rw-r--r-- 1 builder builder 396813 Feb 24 03:47 tmpall 388 -rw-r--r-- 1 builder builder 396813 Feb 24 03:47 tmpall2 2380 -rw-r--r-- 1 builder builder 2433026 Feb 24 03:47 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 64-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 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 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 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 7% 18% 35% 50% 55% 68% 81% 85% 98% k=778 d=6 steps=8 Save dictionary of size 4096 into file tmpDict2 \n**** integrity tests **** test one file (tmp1.zst) tmp1 : 32.44% ( 65537 => 21262 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 21262 Feb 24 03:47 tmp1.zst \n**** benchmark mode tests **** bench one file |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21249 (3.084), 59.0 MB/s =-tmp1 : 65537 -> 21249 (3.084), 59.0 MB/s , 315.1 MB/s 3# bench multiple levels Benchmarking levels from 1 to 3 |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21190 (3.093), 91.8 MB/s =-tmp1 : 65537 -> 21190 (3.093), 91.8 MB/s , 85.2 MB/s 1# |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21073 (3.110), 91.8 MB/s =-tmp1 : 65537 -> 21073 (3.110), 91.8 MB/s , 334.4 MB/s 2# |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21249 (3.084), 26.2 MB/s =-tmp1 : 65537 -> 21249 (3.084), 26.2 MB/s , 151.0 MB/s 3# with recursive and quiet modes bench 1.1.4 : input 65537 bytes, 1 seconds, 0 KB blocks -1 21190 (3.093) 88.09 MB/s 364.1 MB/s tmp1 -2 21073 (3.110) 125.31 MB/s 392.4 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 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.43% ( 65537 => 21253 bytes, /*stdout*\) roundTripTest: ./datagen -g15K | ../programs/zstd -v | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 25.95% ( 15360 => 3986 bytes, /*stdout*\) roundTripTest: ./datagen -g127K | ../programs/zstd -v | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 31.99% (130048 => 41598 bytes, /*stdout*\) roundTripTest: ./datagen -g255K | ../programs/zstd -v | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.78% (261120 => 85590 bytes, /*stdout*\) roundTripTest: ./datagen -g522K | ../programs/zstd -v | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.50% (534528 => 173731 bytes, /*stdout*\) roundTripTest: ./datagen -g519K | ../programs/zstd -v6 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.42% (531456 => 172298 bytes, /*stdout*\) roundTripTest: ./datagen -g517K | ../programs/zstd -v16 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 32.35% (529408 => 171263 bytes, /*stdout*\) roundTripTest: ./datagen -g516K | ../programs/zstd -v19 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** /*stdin*\ : 30.93% (528384 => 163442 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v1 | ../programs/zstd -d ./invalidDictionaries ./fullbench -i1 *** Zstandard speed analyzer 1.1.4 64-bits, by Yann Collet (Feb 24 2019) *** - 1 iterations - Sample 10MiB : 1- ZSTD_compress : *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** ./decodecorpus -t -T30 seed: 36599 63 Read : 32 MB ==> 31.61% 130 223 Read : 66 MB ==> 31.61% 273 343 463 525 Read : 96 MB ==> 31.63% 578 648 741 Read : 127 MB ==> 31.62% 1- ZSTD_compress : 314.8 MB/s ( 3139167) 1 815 2- ZSTD_decompress : 865 Read : 157 MB ==> 31.63% 947 1052 ./fuzzer -T5mn Starting zstd tester (64-bits, 1.1.4) Seed = 8596 Read : 189 MB ==> 31.63% 1131 1219 Read : 223 MB ==> 31.63% 1295 ./zstreamtest -T2mn Starting zstream tester (64-bits, 1.1.4) Seed = 5856 1387 Read : 256 MB ==> 31.63% /*stdin*\ : 31.63% (270000000 => 85392542 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v2 | ../programs/zstd -d 1423 1494 1579 1637 1717 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1782 ./legacy Simple API OK Streaming API OK OK Read : 27 MB ==> 31.32% 1- ZSTD_decompress : 890.9 MB/s ( 10000000) 2 11- ZSTD_compressContinue : 1872 1929 Read : 52 MB ==> 31.38% Read : 78 MB ==> 31.38% 2005 2074 Read : 103 MB ==> 31.39% 1 2130 8 Read : 126 MB ==> 31.39% 2224 Read : 150 MB ==> 31.39% 2283 19 2365 33 2433 Read : 175 MB ==> 31.40% 50 2524 69 2631 Read : 204 MB ==> 31.40% 2742 90 Read : 231 MB ==> 31.39% 2799 107 2863 1- ZSTD_compressContinue : 307.1 MB/s ( 3139163) 11 12- ZSTD_compressContinue_extDict : 114 2934 Read : 255 MB ==> 31.40% 120 /*stdin*\ : 31.40% (270000000 => 84768095 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v3 | ../programs/zstd -d 2995 1/ 1 3056 135 14 3133 142 31 3208 156 3281 181 3360 3425 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 3485 187 3531 Read : 14 MB ==> 32.25% 202 3597 Read : 27 MB ==> 32.41% 3670 215 32 3747 1- ZSTD_compressContinue_extDict : 309.8 MB/s ( 3139198) 12 Read : 40 MB ==> 32.47%13- ZSTD_decompressContinue : 3801 33 Read : 53 MB ==> 32.47% 3920 Read : 67 MB ==> 32.47% 216 3995 Read : 80 MB ==> 32.47% 218 4095 47 222 Read : 92 MB ==> 32.50% 4163 68 238 Read : 104 MB ==> 32.48% 4209 247 4284 Read : 116 MB ==> 32.49% 4339 Read : 128 MB ==> 32.48% 4419 4470 88 Read : 141 MB ==> 32.47% 4521 Read : 155 MB ==> 32.49% 1- ZSTD_decompressContinue : 891.5 MB/s ( 10000000) 13 4604 31- ZSTD_decodeLiteralsBlock : 256 Read : 169 MB ==> 32.49% 4655 257 101 Read : 182 MB ==> 32.48% 4738 268 Read : 195 MB ==> 32.49% 4796 293 4860 Read : 207 MB ==> 32.50% 103 4939 Read : 221 MB ==> 32.50% 110 4999 112 300 Read : 235 MB ==> 32.49% 5048 5125 306 Read : 249 MB ==> 32.49% 5197 /*stdin*\ : 32.49% (270000000 => 87714659 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v4 | ../programs/zstd -d 115 313 5282 315 5380 119 324 5452 1- ZSTD_decodeLiteralsBlock : 1259.3 MB/s ( 36739) 31 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 5543 32- ZSTD_decodeSeqHeaders : 5577 157 Read : 12 MB ==> 27.63% 331 5626 167 Read : 25 MB ==> 27.78% 5708 339 Read : 37 MB ==> 27.73% 181 5802 Read : 52 MB ==> 27.74% Read : 67 MB ==> 27.74% 5863 356 Read : 81 MB ==> 27.76% 199 Read : 96 MB ==> 27.77% 5946 208 Read : 109 MB ==> 27.76% 244 6043 358 6098 Read : 121 MB ==> 27.75% 360 249 6193 6223 Read : 130 MB ==> 27.75% 264 /*stdin*\ : 27.74% (140000000 => 38829774 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v5 | ../programs/zstd -d 6293 367 1- ZSTD_decodeSeqHeaders : 34898.0 MB/s ( 74) 32 41- ZSTD_compressStream : 275 6352 369 6448 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 277 6535 Read : 9 MB ==> 26.86% 6617 Read : 19 MB ==> 26.87% 6682 Read : 28 MB ==> 26.97% 280 6787 Read : 37 MB ==> 26.92% 6859 294 6920 Read : 45 MB ==> 26.92% 372 318 7014 378 Read : 53 MB ==> 26.92% 7062 326 385 7123 Read : 61 MB ==> 26.94% 393 358 7201 Read : 68 MB ==> 26.91% 396 Read : 77 MB ==> 26.95% 360 7243 1- ZSTD_compressStream : 265.7 MB/s ( 3139164) 41 Read : 84 MB ==> 26.97%42- ZSTD_decompressStream : 409 7305 Read : 91 MB ==> 26.97% 7367 400 Read : 99 MB ==> 26.96% 432 408 7421 Read : 108 MB ==> 26.95% Read : 118 MB ==> 26.93% 451 Read : 127 MB ==> 26.93% 7488 412 /*stdin*\ : 26.92% (140000000 => 37692475 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v6 | ../programs/zstd -d 7541 7599 486 7720 418 505 7797 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 425 7858 Read : 6 MB ==> 27.02% 7936 1- ZSTD_decompressStream : 890.2 MB/s ( 10000000) 42 ./fullbench -i1 -P0 *** Zstandard speed analyzer 1.1.4 64-bits, by Yann Collet (Feb 24 2019) *** - 1 iterations - Sample 10MiB : 1- ZSTD_compress : 8017 432 Read : 11 MB ==> 27.11% 8044 Read : 17 MB ==> 27.17% 8126 Read : 22 MB ==> 27.20% 8197 Read : 28 MB ==> 27.28% Read : 34 MB ==> 27.20% 552 8289 437 Read : 40 MB ==> 27.23% 8363 444 Read : 46 MB ==> 27.23% 8395 447 Read : 51 MB ==> 27.25% 8489 462 Read : 55 MB ==> 27.23% 8591 464 Read : 59 MB ==> 27.24% 8690 8786 Read : 64 MB ==> 27.25% 465 8891 1- ZSTD_compress : 1205.5 MB/s ( 10000241) 1 2- ZSTD_decompress : Read : 70 MB ==> 27.22% 8931 476 8996 Read : 75 MB ==> 27.25% 493 9061 Read : 79 MB ==> 27.27% 508 9154 555 Read : 84 MB ==> 27.28% 9230 571 Read : 90 MB ==> 27.28% 9299 Read : 96 MB ==> 27.27% 517 9359 Read : 102 MB ==> 27.27% 585 523 Read : 108 MB ==> 27.27% 9438 609 9523 524 Read : 111 MB ==> 27.27% 9595 Read : 114 MB ==> 27.25% 9650 1- ZSTD_decompress : 6500.8 MB/s ( 10000000) 2 11- ZSTD_compressContinue : Read : 118 MB ==> 27.24% 9703 Read : 123 MB ==> 27.25% Read : 127 MB ==> 27.24% 529 9771 Read : 132 MB ==> 27.25% /*stdin*\ : 27.24% (140000000 => 38130628 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v7 | ../programs/zstd -d 625 539 542 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** Read : 6 MB ==> 21.33% 9830 554 Read : 12 MB ==> 21.47% 562 9913 565 Read : 17 MB ==> 21.49% 10001 575 10096 Read : 22 MB ==> 21.46% 580 10153 Read : 27 MB ==> 21.43% 10222 Read : 32 MB ==> 21.44% 589 10287 Read : 37 MB ==> 21.48% 10363 Read : 43 MB ==> 21.45% 10418 Read : 49 MB ==> 21.47% 600 Read : 55 MB ==> 21.45% 10512 Read : 61 MB ==> 21.47% /*stdin*\ : 21.47% (70000000 => 15026603 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v8 | ../programs/zstd -d 637 10593 656 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 602 10667 Read : 3 MB ==> 21.28% 1- ZSTD_compressContinue : 1159.9 MB/s ( 10000237) 11 12- ZSTD_compressContinue_extDict : 10739 Read : 7 MB ==> 21.26% 10782 Read : 10 MB ==> 21.40% 608 Read : 14 MB ==> 21.30% 10850 694 Read : 17 MB ==> 21.34% 621 Read : 21 MB ==> 21.37% 10949 Read : 24 MB ==> 21.29% 10999 Read : 28 MB ==> 21.29% 11087 Read : 31 MB ==> 21.29% 11182 Read : 36 MB ==> 21.30% 11278 696 627 Read : 40 MB ==> 21.31% 11334 Read : 44 MB ==> 21.32% 1- ZSTD_compressContinue_extDict : 1185.3 MB/s ( 10000223) 12 13- ZSTD_decompressContinue : Read : 49 MB ==> 21.33% 11419 629 Read : 52 MB ==> 21.32% 11499 Read : 55 MB ==> 21.31% 11565 11620 631 Read : 58 MB ==> 21.32% 11682 Read : 61 MB ==> 21.33% 697 11755 Read : 64 MB ==> 21.32% Read : 66 MB ==> 21.32% 11837 /*stdin*\ : 21.32% (70000000 => 14926928 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v9 | ../programs/zstd -d 705 11896 637 639 11960 651 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 12032 710 665 Read : 2 MB ==> 20.81% 12089 Read : 3 MB ==> 21.34% 678 12151 Read : 5 MB ==> 21.27% 713 685 12218 Read : 6 MB ==> 21.24% 12300 Read : 7 MB ==> 21.31% Read : 8 MB ==> 21.39% 727 12379 Read : 10 MB ==> 21.39% 699 Read : 11 MB ==> 21.35% 760 721 Read : 13 MB ==> 21.28% 1- ZSTD_decompressContinue : 6196.3 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 : 777 12448 Read : 14 MB ==> 21.29% 12540 tests completed: OK Read : 16 MB ==> 21.31% 800 Read : 17 MB ==> 21.33% 725 Read : 19 MB ==> 21.36% 829 Read : 20 MB ==> 21.37% 846 Read : 22 MB ==> 21.32% Read : 24 MB ==> 21.30% Read : 26 MB ==> 21.28% 734 Read : 28 MB ==> 21.29% 853 Read : 30 MB ==> 21.28% 738 Read : 31 MB ==> 21.28% 883 Read : 33 MB ==> 21.28% 742 Read : 34 MB ==> 21.28% 750 904 Read : 35 MB ==> 21.30% Read : 37 MB ==> 21.31% 758 932 Read : 38 MB ==> 21.33% Read : 40 MB ==> 21.31% Read : 41 MB ==> 21.30% 768 947 Read : 43 MB ==> 21.30% 1- ZSTD_compressStream : 1043.7 MB/s ( 10000237) 41 42- ZSTD_decompressStream : Read : 44 MB ==> 21.31% Read : 46 MB ==> 21.32% 773 981 Read : 47 MB ==> 21.32% 785 Read : 49 MB ==> 21.32% 792 982 Read : 50 MB ==> 21.32% 997 Read : 51 MB ==> 21.32% 795 Read : 52 MB ==> 21.31% 808 Read : 53 MB ==> 21.30% 1042 1- ZSTD_decompressStream : 4829.8 MB/s ( 10000000) 42 Read : 54 MB ==> 21.29% 821 Read : 56 MB ==> 21.31% Read : 57 MB ==> 21.31% 828 Read : 59 MB ==> 21.31% 1044 836 Read : 61 MB ==> 21.32% 1053 Read : 62 MB ==> 21.32% 841 Read : 64 MB ==> 21.32% Read : 65 MB ==> 21.31% 1059 855 /*stdin*\ : 21.32% (70000000 => 14921221 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v10 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1060 859 Read : 2 MB ==> 17.86% Read : 5 MB ==> 18.18% 872 875 Read : 8 MB ==> 18.36% Read : 11 MB ==> 18.50% 890 Read : 14 MB ==> 18.43% 1066 Read : 17 MB ==> 18.51% 894 Read : 19 MB ==> 18.52% 1085 Read : 22 MB ==> 18.53% 1096 898 Read : 25 MB ==> 18.53% 903 Read : 28 MB ==> 18.50% Read : 30 MB ==> 18.46% /*stdin*\ : 18.45% (35000000 => 6457332 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v11 | ../programs/zstd -d 1099 906 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1111 913 Read : 2 MB ==> 17.91% 920 Read : 4 MB ==> 18.13% Read : 5 MB ==> 18.36% Read : 7 MB ==> 18.44% Read : 9 MB ==> 18.61% 923 Read : 11 MB ==> 18.63% 1122 Read : 14 MB ==> 18.58% 924 Read : 16 MB ==> 18.60% Read : 18 MB ==> 18.65% 930 Read : 20 MB ==> 18.67% 947 Read : 21 MB ==> 18.69% 962 Read : 23 MB ==> 18.69% Read : 25 MB ==> 18.68% Read : 27 MB ==> 18.66% 1124 975 Read : 29 MB ==> 18.65% Read : 30 MB ==> 18.62% 991 1010 Read : 32 MB ==> 18.61% /*stdin*\ : 18.61% (35000000 => 6511947 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v12 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1128 Read : 2 MB ==> 17.90% 1014 Read : 3 MB ==> 18.19% 1149 1021 Read : 5 MB ==> 18.25% Read : 6 MB ==> 18.35% 1032 Read : 7 MB ==> 18.40% Read : 8 MB ==> 18.51% 1037 Read : 9 MB ==> 18.61% 1057 Read : 10 MB ==> 18.57% 1061 1072 Read : 11 MB ==> 18.62% Read : 11 MB ==> 18.63% 1075 Read : 12 MB ==> 18.61% Read : 13 MB ==> 18.60% 1076 Read : 14 MB ==> 18.58% 1083 Read : 15 MB ==> 18.57% Read : 17 MB ==> 18.66% 1090 Read : 18 MB ==> 18.67% Read : 20 MB ==> 18.67% Read : 21 MB ==> 18.69% 1103 Read : 23 MB ==> 18.70% 1165 1124 Read : 24 MB ==> 18.67% 1174 1138 Read : 25 MB ==> 18.67% 1150 Read : 27 MB ==> 18.67% Read : 28 MB ==> 18.65% 1185 1154 Read : 30 MB ==> 18.64% 1161 Read : 32 MB ==> 18.62% 1216 /*stdin*\ : 18.61% (35000000 => 6513177 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v13 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1162 Read : 1 MB ==> 15.48% 1170 1173 Read : 2 MB ==> 15.68% 1176 Read : 3 MB ==> 15.65% Read : 3 MB ==> 15.78% Read : 4 MB ==> 15.82% 1192 Read : 5 MB ==> 15.80% Read : 5 MB ==> 15.81% 1204 1224 1211 Read : 6 MB ==> 15.80% 1222 Read : 6 MB ==> 15.83% 1257 Read : 7 MB ==> 15.84% 1284 Read : 8 MB ==> 15.85% 1233 Read : 8 MB ==> 15.86% Read : 9 MB ==> 15.86% 1317 1234 Read : 10 MB ==> 15.87% 1340 Read : 10 MB ==> 15.87% 1241 Read : 11 MB ==> 15.87% 1246 Read : 12 MB ==> 15.88% Read : 12 MB ==> 15.90% 1264 1356 Read : 13 MB ==> 15.87% Read : 14 MB ==> 15.88% 1393 1273 Read : 14 MB ==> 15.89% Read : 15 MB ==> 15.93% Read : 16 MB ==> 15.92% Read : 16 MB ==> 15.91% /*stdin*\ : 15.90% (18000000 => 2862001 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v14 | ../programs/zstd -d 1421 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** Read : 1 MB ==> 15.45% Read : 2 MB ==> 15.65% 1434 Read : 3 MB ==> 15.66% 1290 1450 Read : 3 MB ==> 15.78% 1305 1458 Read : 4 MB ==> 15.83% Read : 5 MB ==> 15.81% 1462 1316 Read : 6 MB ==> 15.82% Read : 6 MB ==> 15.84% 1480 1321 Read : 7 MB ==> 15.87% 1326 Read : 7 MB ==> 15.87% Read : 8 MB ==> 15.85% 1343 Read : 8 MB ==> 15.86% Read : 9 MB ==> 15.85% 1347 Read : 9 MB ==> 15.86% 1357 Read : 10 MB ==> 15.87% 1368 Read : 10 MB ==> 15.88% Read : 11 MB ==> 15.88% Read : 11 MB ==> 15.87% 1375 1481 Read : 12 MB ==> 15.88% 1382 Read : 12 MB ==> 15.91% 1488 Read : 13 MB ==> 15.90% 1389 1492 Read : 13 MB ==> 15.89% 1404 1498 Read : 14 MB ==> 15.88% Read : 14 MB ==> 15.88% 1505 1412 Read : 15 MB ==> 15.92% 1539 Read : 15 MB ==> 15.93% 1413 1545 Read : 16 MB ==> 15.93% 1547 1420 Read : 16 MB ==> 15.92% /*stdin*\ : 15.91% (18000000 => 2863041 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v15 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1552 1434 Read : 0 MB ==> 15.19% Read : 1 MB ==> 15.13% 1562 Read : 2 MB ==> 15.49% 1444 1449 Read : 2 MB ==> 15.71% 1577 Read : 3 MB ==> 15.64% 1457 1616 Read : 4 MB ==> 15.78% Read : 4 MB ==> 15.79% 1463 Read : 5 MB ==> 15.76% Read : 5 MB ==> 15.77% 1633 1467 Read : 6 MB ==> 15.78% Read : 6 MB ==> 15.80% 1674 Read : 7 MB ==> 15.84% 1475 Read : 8 MB ==> 15.81% 1488 Read : 8 MB ==> 15.83% 1489 Read : 9 MB ==> 15.82% Read : 10 MB ==> 15.83% Read : 10 MB ==> 15.84% 1492 Read : 11 MB ==> 15.84% 1503 1695 1509 Read : 11 MB ==> 15.84% 1521 Read : 12 MB ==> 15.85% 1704 Read : 13 MB ==> 15.85% 1719 1524 Read : 13 MB ==> 15.84% Read : 14 MB ==> 15.84% Read : 15 MB ==> 15.89% Read : 16 MB ==> 15.88% 1527 Read : 16 MB ==> 15.88% /*stdin*\ : 15.87% (18000000 => 2855988 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v16 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1533 Read : 1 MB ==> 15.19% 1731 Read : 2 MB ==> 15.42% 1765 1540 Read : 2 MB ==> 15.70% 1542 1815 Read : 3 MB ==> 15.66% Read : 4 MB ==> 15.74% 1827 Read : 4 MB ==> 15.81% 1548 Read : 5 MB ==> 15.79% 1830 Read : 6 MB ==> 15.78% 1553 1834 Read : 7 MB ==> 15.83% 1559 Read : 7 MB ==> 15.83% Read : 8 MB ==> 15.83% 1560 Read : 9 MB ==> 15.85% 1568 Read : 10 MB ==> 15.87% Read : 10 MB ==> 15.88% 1569 Read : 11 MB ==> 15.90% 1579 Read : 12 MB ==> 15.88% 1592 Read : 12 MB ==> 15.92% Read : 13 MB ==> 15.91% Read : 13 MB ==> 15.90% 1596 1598 1847 Read : 14 MB ==> 15.90% Read : 15 MB ==> 15.94% 1880 Read : 15 MB ==> 15.95% Read : 16 MB ==> 15.94% 1894 Read : 17 MB ==> 15.93% /*stdin*\ : 15.93% (18000000 => 2866586 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v17 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** Read : 0 MB ==> 13.56% Read : 1 MB ==> 13.72% 1902 1605 Read : 1 MB ==> 13.82% 1621 1956 1624 Read : 2 MB ==> 13.85% 1974 1627 Read : 2 MB ==> 13.94% 1633 Read : 3 MB ==> 13.84% 1642 Read : 3 MB ==> 13.92% 2002 1647 Read : 4 MB ==> 13.89% 1662 2006 Read : 4 MB ==> 13.93% Read : 5 MB ==> 13.88% 1670 Read : 5 MB ==> 13.87% 2008 Read : 6 MB ==> 13.86% Read : 6 MB ==> 13.87% 1681 Read : 7 MB ==> 13.89% 2017 Read : 7 MB ==> 13.86% Read : 8 MB ==> 13.86% 1685 Read : 8 MB ==> 13.87% 1707 Read : 9 MB ==> 13.86% 1723 Read : 9 MB ==> 13.86% Read : 10 MB ==> 13.86% 1736 Read : 11 MB ==> 13.87% Read : 11 MB ==> 13.86% 1756 2030 Read : 12 MB ==> 13.86% Read : 12 MB ==> 13.88% 1763 Read : 13 MB ==> 13.87% 1771 1783 Read : 13 MB ==> 13.87% 1790 Read : 14 MB ==> 13.87% 1801 Read : 14 MB ==> 13.87% 1810 Read : 15 MB ==> 13.89% 2035 1812 Read : 15 MB ==> 13.89% 1819 Read : 16 MB ==> 13.89% 1825 Read : 16 MB ==> 13.88% /*stdin*\ : 13.87% (18000000 => 2496256 bytes, /*stdout*\) roundTripTest: ./datagen -g50000000 -P94 | ../programs/zstd -v18 | ../programs/zstd -d 1830 2045 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1839 2076 Read : 0 MB ==> 7.26% 1842 Read : 1 MB ==> 7.45% 1845 Read : 2 MB ==> 7.64% Read : 2 MB ==> 7.60% 1851 Read : 3 MB ==> 7.59% 1854 Read : 4 MB ==> 7.60% 2090 Read : 4 MB ==> 7.62% 1859 2128 Read : 5 MB ==> 7.69% Read : 5 MB ==> 7.71% 1863 2129 Read : 6 MB ==> 7.69% Read : 6 MB ==> 7.71% 2133 Read : 7 MB ==> 7.73% 1869 2138 Read : 7 MB ==> 7.73% 1879 2148 Read : 8 MB ==> 7.73% 1885 Read : 8 MB ==> 7.73% 1890 2157 Read : 9 MB ==> 7.73% 1892 2186 Read : 9 MB ==> 7.74% 1905 Read : 9 MB ==> 7.74% 1906 Read : 10 MB ==> 7.73% 2190 1907 Read : 10 MB ==> 7.74% Read : 11 MB ==> 7.73% Read : 11 MB ==> 7.73% Read : 11 MB ==> 7.70% Read : 12 MB ==> 7.70% 1914 2191 Read : 12 MB ==> 7.69% Read : 13 MB ==> 7.69% 1916 Read : 13 MB ==> 7.67% 1939 Read : 13 MB ==> 7.68% 2209 1941 Read : 14 MB ==> 7.69% 1944 2212 Read : 14 MB ==> 7.69% Read : 14 MB ==> 7.69% Read : 15 MB ==> 7.70% 1952 Read : 15 MB ==> 7.70% Read : 16 MB ==> 7.70% Read : 16 MB ==> 7.69% 2228 1968 Read : 16 MB ==> 7.70% Read : 17 MB ==> 7.71% Read : 17 MB ==> 7.70% Read : 17 MB ==> 7.70% Read : 18 MB ==> 7.70% Read : 18 MB ==> 7.70% Read : 19 MB ==> 7.70% 2244 Read : 19 MB ==> 7.70% Read : 19 MB ==> 7.70% 1970 Read : 20 MB ==> 7.71% 1985 Read : 20 MB ==> 7.70% 1993 Read : 20 MB ==> 7.71% Read : 21 MB ==> 7.73% 2251 1995 Read : 21 MB ==> 7.73% 2271 2003 Read : 22 MB ==> 7.74% 2009 Read : 22 MB ==> 7.74% 2022 Read : 22 MB ==> 7.74% Read : 23 MB ==> 7.74% 2031 Read : 23 MB ==> 7.74% 2039 Read : 24 MB ==> 7.73% 2274 2040 Read : 24 MB ==> 7.74% Read : 24 MB ==> 7.74% 2275 Read : 25 MB ==> 7.73% 2052 Read : 25 MB ==> 7.74% 2285 2067 Read : 25 MB ==> 7.73% 2337 2075 Read : 26 MB ==> 7.73% Read : 26 MB ==> 7.74% 2343 Read : 27 MB ==> 7.73% 2081 2093 Read : 27 MB ==> 7.73% Read : 28 MB ==> 7.72% 2100 Read : 28 MB ==> 7.72% Read : 28 MB ==> 7.72% 2101 2356 Read : 29 MB ==> 7.72% 2110 Read : 29 MB ==> 7.72% 2384 Read : 29 MB ==> 7.72% Read : 30 MB ==> 7.72% 2112 Read : 30 MB ==> 7.72% 2118 Read : 31 MB ==> 7.73% Read : 31 MB ==> 7.72% 2136 Read : 31 MB ==> 7.72% Read : 32 MB ==> 7.72% 2145 2406 Read : 32 MB ==> 7.72% 2147 Read : 32 MB ==> 7.73% 2445 Read : 33 MB ==> 7.73% 2148 Read : 33 MB ==> 7.73% 2155 Read : 34 MB ==> 7.73% 2456 Read : 34 MB ==> 7.73% Read : 34 MB ==> 7.74% 2157 Read : 35 MB ==> 7.74% Read : 35 MB ==> 7.74% 2172 Read : 35 MB ==> 7.75% 2185 Read : 36 MB ==> 7.74% 2186 Read : 36 MB ==> 7.75% Read : 37 MB ==> 7.75% 2492 Read : 37 MB ==> 7.75% 2189 Read : 38 MB ==> 7.74% Read : 38 MB ==> 7.74% 2500 Read : 39 MB ==> 7.74% Read : 39 MB ==> 7.74% Read : 40 MB ==> 7.74% 2197 Read : 40 MB ==> 7.74% 2203 Read : 41 MB ==> 7.73% 2204 Read : 41 MB ==> 7.73% 2212 Read : 42 MB ==> 7.73% Read : 42 MB ==> 7.73% Read : 43 MB ==> 7.73% 2222 2527 Read : 43 MB ==> 7.72% 2226 Read : 44 MB ==> 7.73% Read : 44 MB ==> 7.73% 2233 2544 Read : 45 MB ==> 7.73% 2549 Read : 45 MB ==> 7.73% 2568 Read : 46 MB ==> 7.73% 2248 2582 2251 Read : 46 MB ==> 7.73% 2610 Read : 47 MB ==> 7.73% 2277 2286 /*stdin*\ : 7.73% (50000000 => 3866422 bytes, /*stdout*\) roundTripTest: ./datagen -g50000000 -P94 | ../programs/zstd -v19 | ../programs/zstd -d 2615 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 2648 Read : 0 MB ==> 7.04% 2302 2660 Read : 1 MB ==> 7.18% 2310 Read : 1 MB ==> 7.34% 2692 2311 Read : 1 MB ==> 7.46% 2710 Read : 2 MB ==> 7.57% 2730 2317 Read : 2 MB ==> 7.58% 2323 2736 Read : 2 MB ==> 7.61% Read : 3 MB ==> 7.63% 2737 2333 Read : 3 MB ==> 7.60% 2749 Read : 4 MB ==> 7.61% 2339 2760 Read : 4 MB ==> 7.63% Read : 4 MB ==> 7.64% 2349 Read : 5 MB ==> 7.70% 2359 2780 2381 Read : 5 MB ==> 7.72% 2796 2398 Read : 5 MB ==> 7.70% 2833 Read : 6 MB ==> 7.70% 2417 Read : 6 MB ==> 7.71% 2426 Read : 6 MB ==> 7.72% 2847 2432 Read : 6 MB ==> 7.72% 2450 Read : 7 MB ==> 7.74% Read : 7 MB ==> 7.75% 2459 Read : 7 MB ==> 7.75% 2472 Read : 7 MB ==> 7.74% 2863 Read : 8 MB ==> 7.74% 2482 Read : 8 MB ==> 7.74% 2488 Read : 8 MB ==> 7.74% 2904 Read : 8 MB ==> 7.75% Read : 9 MB ==> 7.75% 2499 Read : 9 MB ==> 7.74% 2511 Read : 9 MB ==> 7.75% Read : 9 MB ==> 7.76% 2513 2906 Read : 10 MB ==> 7.75% Read : 10 MB ==> 7.74% Read : 10 MB ==> 7.75% 2907 Read : 10 MB ==> 7.74% 2909 Read : 11 MB ==> 7.75% 2918 Read : 11 MB ==> 7.75% Read : 11 MB ==> 7.73% 2947 2521 Read : 11 MB ==> 7.72% Read : 12 MB ==> 7.72% Read : 12 MB ==> 7.71% 2535 Read : 12 MB ==> 7.71% 2551 Read : 13 MB ==> 7.70% 2955 Read : 13 MB ==> 7.69% 2556 3014 Read : 13 MB ==> 7.70% 2559 Read : 14 MB ==> 7.70% 2571 Read : 14 MB ==> 7.71% Read : 14 MB ==> 7.71% 2585 3034 Read : 15 MB ==> 7.71% 2600 Read : 15 MB ==> 7.72% 2621 2622 Read : 15 MB ==> 7.72% 3044 Read : 16 MB ==> 7.72% 2632 3046 Read : 16 MB ==> 7.71% 3059 Read : 16 MB ==> 7.71% Read : 16 MB ==> 7.71% 2643 Read : 17 MB ==> 7.72% Read : 17 MB ==> 7.72% 2646 Read : 17 MB ==> 7.72% Read : 18 MB ==> 7.72% 2649 Read : 18 MB ==> 7.72% Read : 18 MB ==> 7.72% 3079 Read : 19 MB ==> 7.72% 2659 3085 Read : 19 MB ==> 7.72% 2670 Read : 19 MB ==> 7.72% 3093 Read : 20 MB ==> 7.73% 2673 Read : 20 MB ==> 7.72% 2684 Read : 20 MB ==> 7.73% Read : 21 MB ==> 7.73% 3099 Read : 21 MB ==> 7.74% 2696 Read : 21 MB ==> 7.75% 3124 Read : 21 MB ==> 7.75% 3143 2702 Read : 22 MB ==> 7.76% 2718 Read : 22 MB ==> 7.75% 3144 Read : 22 MB ==> 7.76% 2734 3158 Read : 23 MB ==> 7.76% 2747 Read : 23 MB ==> 7.76% 2748 3173 Read : 23 MB ==> 7.75% 2751 Read : 23 MB ==> 7.75% Read : 24 MB ==> 7.75% 2762 Read : 24 MB ==> 7.75% Read : 24 MB ==> 7.75% 2765 3174 Read : 25 MB ==> 7.75% Read : 25 MB ==> 7.75% 3189 Read : 25 MB ==> 7.76% Read : 25 MB ==> 7.75% Read : 26 MB ==> 7.75% 3194 Read : 26 MB ==> 7.75% 3196 2773 Read : 26 MB ==> 7.75% Read : 26 MB ==> 7.75% 2777 Read : 27 MB ==> 7.75% 3198 2781 Read : 27 MB ==> 7.75% 3229 2788 Read : 27 MB ==> 7.74% 2805 Read : 28 MB ==> 7.73% 2809 Read : 28 MB ==> 7.74% 2816 3231 Read : 28 MB ==> 7.74% 2817 Read : 28 MB ==> 7.74% Read : 29 MB ==> 7.74% Read : 29 MB ==> 7.73% 3243 Read : 29 MB ==> 7.73% Read : 29 MB ==> 7.74% 3258 Read : 30 MB ==> 7.74% 2823 Read : 30 MB ==> 7.74% 3280 Read : 30 MB ==> 7.74% 2831 Read : 31 MB ==> 7.74% Read : 31 MB ==> 7.74% 3285 2835 Read : 31 MB ==> 7.73% 3306 Read : 32 MB ==> 7.74% 2850 3320 Read : 32 MB ==> 7.74% 3336 Read : 32 MB ==> 7.75% 2852 Read : 33 MB ==> 7.75% Read : 33 MB ==> 7.75% Read : 34 MB ==> 7.75% 2857 3342 Read : 34 MB ==> 7.75% 3343 Read : 34 MB ==> 7.75% 2862 Read : 35 MB ==> 7.75% 2886 Read : 35 MB ==> 7.76% 2895 3364 Read : 35 MB ==> 7.76% 2898 Read : 36 MB ==> 7.76% 3395 2905 3427 Read : 36 MB ==> 7.76% 2908 Read : 37 MB ==> 7.76% Read : 37 MB ==> 7.76% 2915 Read : 37 MB ==> 7.76% 3459 Read : 38 MB ==> 7.76% Read : 38 MB ==> 7.76% 2916 Read : 38 MB ==> 7.75% Read : 39 MB ==> 7.75% 3469 2926 Read : 39 MB ==> 7.75% Read : 40 MB ==> 7.75% Read : 40 MB ==> 7.75% 2930 Read : 40 MB ==> 7.75% Read : 41 MB ==> 7.75% 2951 Read : 41 MB ==> 7.75% 2958 3525 2963 Read : 41 MB ==> 7.74% 3529 2972 Read : 42 MB ==> 7.74% Read : 42 MB ==> 7.74% 3549 2985 Read : 42 MB ==> 7.74% 2986 3574 Read : 43 MB ==> 7.74% Read : 43 MB ==> 7.74% Read : 43 MB ==> 7.74% Read : 44 MB ==> 7.74% 2990 Read : 44 MB ==> 7.74% 3591 3002 Read : 44 MB ==> 7.74% Read : 45 MB ==> 7.74% Read : 45 MB ==> 7.74% Read : 46 MB ==> 7.75% 3019 Read : 46 MB ==> 7.74% 3030 3594 Read : 46 MB ==> 7.75% 3638 Read : 47 MB ==> 7.75% 3047 3692 Read : 47 MB ==> 7.75% /*stdin*\ : 7.75% (50000000 => 3874806 bytes, /*stdout*\) roundTripTest: ./datagen -g99000000 -P99 | ../programs/zstd -v20 | ../programs/zstd -d 3055 3709 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** Read : 0 MB ==> 4.02% 3715 Read : 1 MB ==> 4.68% 3063 Read : 1 MB ==> 5.03% 3727 Read : 2 MB ==> 5.18% 3731 Read : 2 MB ==> 5.30% 3067 3742 Read : 2 MB ==> 5.34% Read : 3 MB ==> 5.42% 3760 Read : 3 MB ==> 5.46% Read : 4 MB ==> 5.49% 3068 3775 Read : 4 MB ==> 5.54% 3076 3793 Read : 4 MB ==> 5.56% Read : 5 MB ==> 5.57% 3077 3801 Read : 5 MB ==> 5.61% 3078 3814 Read : 5 MB ==> 5.64% Read : 6 MB ==> 5.66% 3815 3087 Read : 6 MB ==> 5.67% 3096 3833 Read : 7 MB ==> 5.70% 3835 Read : 7 MB ==> 5.71% 3099 Read : 7 MB ==> 5.71% Read : 8 MB ==> 5.72% Read : 8 MB ==> 5.72% 3102 Read : 8 MB ==> 5.74% 3111 Read : 9 MB ==> 5.74% 3127 Read : 9 MB ==> 5.74% Read : 9 MB ==> 5.75% Read : 9 MB ==> 5.74% 3131 Read : 10 MB ==> 5.74% 3139 Read : 10 MB ==> 5.74% Read : 10 MB ==> 5.75% Read : 11 MB ==> 5.75% Read : 11 MB ==> 5.75% 3836 Read : 11 MB ==> 5.75% 3141 Read : 11 MB ==> 5.75% Read : 12 MB ==> 5.75% Read : 12 MB ==> 5.74% 3837 Read : 12 MB ==> 5.75% 3842 Read : 12 MB ==> 5.75% Read : 13 MB ==> 5.76% 3142 Read : 13 MB ==> 5.76% 3147 Read : 13 MB ==> 5.76% Read : 13 MB ==> 5.76% 3152 Read : 14 MB ==> 5.76% Read : 14 MB ==> 5.75% 3865 Read : 14 MB ==> 5.75% 3154 Read : 14 MB ==> 5.76% Read : 15 MB ==> 5.77% Read : 15 MB ==> 5.77% Read : 15 MB ==> 5.77% Read : 16 MB ==> 5.77% 3156 Read : 16 MB ==> 5.78% Read : 16 MB ==> 5.78% 3867 Read : 16 MB ==> 5.78% 3160 3887 Read : 17 MB ==> 5.78% 3905 3164 Read : 17 MB ==> 5.78% 3907 3180 Read : 18 MB ==> 5.78% 3186 Read : 18 MB ==> 5.78% 3930 3190 Read : 18 MB ==> 5.78% 3945 3211 Read : 19 MB ==> 5.79% Read : 19 MB ==> 5.80% Read : 19 MB ==> 5.80% Read : 20 MB ==> 5.80% Read : 20 MB ==> 5.81% 3947 fuzzer tests completed Read : 20 MB ==> 5.81% 3214 1/ 1 Read : 21 MB ==> 5.81% 3221 3231 Read : 21 MB ==> 5.81% 3232 Read : 22 MB ==> 5.81% 14 Read : 22 MB ==> 5.81% 31 Read : 22 MB ==> 5.81% 3240 Read : 23 MB ==> 5.81% 3245 Read : 23 MB ==> 5.81% 3258 Read : 23 MB ==> 5.82% 32 Read : 24 MB ==> 5.82% 33 Read : 24 MB ==> 5.82% Read : 25 MB ==> 5.83% 3265 47 Read : 25 MB ==> 5.83% Read : 25 MB ==> 5.83% 68 Read : 26 MB ==> 5.83% Read : 26 MB ==> 5.83% Read : 26 MB ==> 5.83% 3269 Read : 27 MB ==> 5.83% 3271 88 Read : 27 MB ==> 5.83% 3278 Read : 28 MB ==> 5.83% 94 3284 Read : 28 MB ==> 5.83% 3293 Read : 28 MB ==> 5.83% 101 3301 Read : 29 MB ==> 5.83% Read : 29 MB ==> 5.83% 3312 Read : 29 MB ==> 5.84% 3314 Read : 30 MB ==> 5.84% 3320 3326 Read : 30 MB ==> 5.84% 103 3337 Read : 31 MB ==> 5.84% 3347 Read : 31 MB ==> 5.85% Read : 31 MB ==> 5.85% 110 Read : 32 MB ==> 5.85% 3351 Read : 32 MB ==> 5.86% 3356 Read : 32 MB ==> 5.86% 115 Read : 33 MB ==> 5.86% 3357 3364 Read : 33 MB ==> 5.86% 119 Read : 34 MB ==> 5.86% 3380 Read : 34 MB ==> 5.86% 157 3388 Read : 34 MB ==> 5.86% 165 Read : 35 MB ==> 5.86% 3394 180 Read : 35 MB ==> 5.86% 3404 Read : 35 MB ==> 5.86% 199 Read : 36 MB ==> 5.86% 242 3408 245 3411 Read : 36 MB ==> 5.86% 3424 Read : 36 MB ==> 5.86% 249 Read : 37 MB ==> 5.86% 3429 264 Read : 37 MB ==> 5.86% 275 Read : 38 MB ==> 5.86% 3436 277 Read : 38 MB ==> 5.86% 280 3437 Read : 38 MB ==> 5.86% Read : 39 MB ==> 5.86% 297 326 3449 Read : 39 MB ==> 5.85% Read : 39 MB ==> 5.86% 3451 358 Read : 40 MB ==> 5.85% 361 Read : 40 MB ==> 5.86% Read : 40 MB ==> 5.86% 3458 409 Read : 40 MB ==> 5.86% 3464 Read : 41 MB ==> 5.86% 432 Read : 41 MB ==> 5.86% 3468 447 3475 Read : 41 MB ==> 5.86% 3482 Read : 41 MB ==> 5.87% 486 Read : 42 MB ==> 5.87% 3488 Read : 42 MB ==> 5.87% 505 Read : 42 MB ==> 5.87% Read : 42 MB ==> 5.88% 3489 Read : 43 MB ==> 5.87% Read : 43 MB ==> 5.87% 552 Read : 43 MB ==> 5.87% 3492 Read : 43 MB ==> 5.87% 3518 Read : 44 MB ==> 5.87% 3521 Read : 44 MB ==> 5.87% 3531 Read : 44 MB ==> 5.87% Read : 44 MB ==> 5.87% 3551 Read : 45 MB ==> 5.87% 3564 Read : 45 MB ==> 5.87% Read : 45 MB ==> 5.87% 3568 3579 Read : 45 MB ==> 5.87% Read : 46 MB ==> 5.87% 555 3595 Read : 46 MB ==> 5.87% Read : 46 MB ==> 5.87% 3599 571 Read : 46 MB ==> 5.87% Read : 47 MB ==> 5.87% 3615 585 Read : 47 MB ==> 5.88% 609 3633 Read : 47 MB ==> 5.88% Read : 47 MB ==> 5.88% 3635 3649 Read : 48 MB ==> 5.88% 625 3658 Read : 48 MB ==> 5.88% Read : 48 MB ==> 5.88% 3662 Read : 48 MB ==> 5.88% 3664 Read : 49 MB ==> 5.88% 3678 Read : 49 MB ==> 5.88% Read : 49 MB ==> 5.88% 3693 Read : 49 MB ==> 5.88% Read : 50 MB ==> 5.88% Read : 50 MB ==> 5.88% Read : 50 MB ==> 5.88% 3699 Read : 50 MB ==> 5.88% 637 Read : 51 MB ==> 5.88% 3706 657 Read : 51 MB ==> 5.88% 3712 Read : 51 MB ==> 5.88% 3730 Read : 51 MB ==> 5.89% 694 3736 Read : 52 MB ==> 5.89% 3738 Read : 52 MB ==> 5.89% 3751 Read : 52 MB ==> 5.89% 3753 3757 Read : 52 MB ==> 5.89% 696 705 Read : 53 MB ==> 5.89% 3759 Read : 53 MB ==> 5.89% 710 3765 Read : 53 MB ==> 5.89% 713 Read : 53 MB ==> 5.89% 3772 Read : 54 MB ==> 5.89% Read : 54 MB ==> 5.89% 727 3781 Read : 54 MB ==> 5.89% 3785 762 3801 Read : 54 MB ==> 5.89% 777 3808 Read : 55 MB ==> 5.89% 800 3812 Read : 55 MB ==> 5.89% 832 Read : 55 MB ==> 5.89% 846 3817 Read : 55 MB ==> 5.89% 853 Read : 56 MB ==> 5.89% 3821 883 Read : 56 MB ==> 5.89% 3828 904 Read : 57 MB ==> 5.89% 3841 928 Read : 57 MB ==> 5.89% 3842 3844 Read : 57 MB ==> 5.89% 947 Read : 58 MB ==> 5.89% Read : 58 MB ==> 5.89% 981 Read : 58 MB ==> 5.89% Read : 59 MB ==> 5.89% 3846 Read : 59 MB ==> 5.89% 982 Read : 59 MB ==> 5.89% 3854 997 Read : 60 MB ==> 5.89% Read : 60 MB ==> 5.89% Read : 61 MB ==> 5.89% 3863 3872 Read : 61 MB ==> 5.89% 1042 3873 Read : 61 MB ==> 5.89% 3877 Read : 62 MB ==> 5.89% 1044 Read : 62 MB ==> 5.89% Read : 62 MB ==> 5.89% 1053 3879 Read : 63 MB ==> 5.89% 1059 Read : 63 MB ==> 5.90% Read : 64 MB ==> 5.90% 3887 Read : 64 MB ==> 5.90% 1060 Read : 64 MB ==> 5.90% 3892 Read : 65 MB ==> 5.90% 3905 Read : 65 MB ==> 5.90% 3914 Read : 65 MB ==> 5.90% 1066 Read : 66 MB ==> 5.90% Read : 66 MB ==> 5.90% 1085 1086 Read : 66 MB ==> 5.90% Read : 67 MB ==> 5.90% 1097 Read : 67 MB ==> 5.90% Read : 68 MB ==> 5.90% 1099 Read : 68 MB ==> 5.90% 1111 Read : 68 MB ==> 5.90% Read : 69 MB ==> 5.89% 3924 Read : 69 MB ==> 5.90% 3931 Read : 69 MB ==> 5.90% Read : 69 MB ==> 5.90% 1122 3932 Read : 70 MB ==> 5.90% 1124 3939 Read : 70 MB ==> 5.90% 3941 Read : 70 MB ==> 5.90% 3944 Read : 70 MB ==> 5.90% 1128 3955 Read : 71 MB ==> 5.90% 3964 Read : 71 MB ==> 5.90% Read : 71 MB ==> 5.90% Read : 71 MB ==> 5.90% Read : 72 MB ==> 5.90% Read : 72 MB ==> 5.90% 3970 Read : 72 MB ==> 5.90% 3975 Read : 72 MB ==> 5.90% 1165 Read : 73 MB ==> 5.90% 3984 1174 Read : 73 MB ==> 5.90% 3989 Read : 73 MB ==> 5.91% 1185 Read : 73 MB ==> 5.91% Read : 74 MB ==> 5.91% 1216 Read : 74 MB ==> 5.91% Read : 74 MB ==> 5.91% Read : 74 MB ==> 5.91% 3994 1224 Read : 75 MB ==> 5.91% 4000 1257 Read : 75 MB ==> 5.91% 4007 1286 Read : 75 MB ==> 5.91% Read : 76 MB ==> 5.91% 4027 1317 Read : 76 MB ==> 5.90% 4032 1340 Read : 76 MB ==> 5.91% 4046 Read : 76 MB ==> 5.91% Read : 77 MB ==> 5.90% 4053 Read : 77 MB ==> 5.90% 1356 Read : 77 MB ==> 5.90% 4060 1393 Read : 77 MB ==> 5.90% Read : 78 MB ==> 5.90% 4072 1421 Read : 78 MB ==> 5.90% 4074 Read : 78 MB ==> 5.90% 1434 Read : 78 MB ==> 5.90% 4091 1436 Read : 79 MB ==> 5.90% 4096 1455 Read : 79 MB ==> 5.90% 1461 Read : 79 MB ==> 5.90% 4107 Read : 79 MB ==> 5.90% 4120 1480 Read : 80 MB ==> 5.90% Read : 80 MB ==> 5.90% 4132 Read : 80 MB ==> 5.90% 4134 Read : 80 MB ==> 5.90% Read : 81 MB ==> 5.90% 4146 Read : 81 MB ==> 5.90% Read : 81 MB ==> 5.90% Read : 81 MB ==> 5.90% Read : 82 MB ==> 5.90% 4147 Read : 82 MB ==> 5.90% 4158 Read : 82 MB ==> 5.90% 4171 Read : 82 MB ==> 5.90% 4176 Read : 83 MB ==> 5.90% 1481 4190 1484 Read : 83 MB ==> 5.90% 4201 1490 Read : 83 MB ==> 5.90% 4209 Read : 84 MB ==> 5.90% 1492 4216 Read : 84 MB ==> 5.90% 4220 Read : 84 MB ==> 5.90% 1498 Read : 84 MB ==> 5.90% 1507 Read : 85 MB ==> 5.90% 1545 Read : 85 MB ==> 5.90% Read : 85 MB ==> 5.90% 1547 4236 4239 Read : 85 MB ==> 5.90% 4241 Read : 86 MB ==> 5.90% 4246 1552 Read : 86 MB ==> 5.90% Read : 86 MB ==> 5.90% 1562 4251 Read : 87 MB ==> 5.90% 1577 Read : 87 MB ==> 5.90% 4260 1616 Read : 87 MB ==> 5.90% Read : 88 MB ==> 5.90% 4262 Read : 88 MB ==> 5.90% 1633 Read : 89 MB ==> 5.90% 1674 4270 Read : 89 MB ==> 5.90% 4276 Read : 89 MB ==> 5.90% 1695 4282 Read : 90 MB ==> 5.90% Read : 90 MB ==> 5.90% Read : 90 MB ==> 5.90% 4290 1704 Read : 91 MB ==> 5.90% 1719 Read : 91 MB ==> 5.90% Read : 92 MB ==> 5.90% 4297 Read : 92 MB ==> 5.90% 1731 1735 Read : 92 MB ==> 5.90% 4308 4313 Read : 93 MB ==> 5.90% 1815 Read : 93 MB ==> 5.90% Read : 93 MB ==> 5.90% 1827 4321 4336 Read : 93 MB ==> 5.90% 1830 4344 Read : 94 MB ==> 5.90% 1834 4363 Read : 94 MB ==> 5.90% /*stdin*\ : 5.90% (99000000 => 5842434 bytes, /*stdout*\) roundTripTest: ./datagen -g6000000000 -P99 | ../programs/zstd -v1 | ../programs/zstd -d 4371 4381 4390 1847 1880 4393 4411 1894 1900 4423 1902 4432 4443 1942 4447 1956 4452 1971 4473 4475 2002 2006 4478 2008 4486 2017 4489 4493 4494 4512 2030 4513 4518 4527 4538 2035 2045 4547 2090 2128 2129 2133 4552 2147 2157 4557 4571 2190 4579 4585 4593 2191 2209 4597 2221 4600 4608 4620 2228 4625 4641 2244 4657 4674 4681 4695 2251 4698 2269 4708 4709 4720 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** Read : 54 MB ==> 9.41% 4722 Read : 107 MB ==> 9.41% 4740 Read : 159 MB ==> 9.41% 2274 4753 Read : 208 MB ==> 9.42% 4757 Read : 263 MB ==> 9.41% 2285 4760 Read : 318 MB ==> 9.41% 2334 2342 Read : 368 MB ==> 9.42% 4767 Read : 422 MB ==> 9.42% Read : 474 MB ==> 9.42% 4770 Read : 525 MB ==> 9.42% 4775 Read : 578 MB ==> 9.42% 4781 2356 Read : 630 MB ==> 9.42% 2384 4792 4810 Read : 680 MB ==> 9.42% 4813 4830 Read : 725 MB ==> 9.42% 4848 Read : 774 MB ==> 9.42% 4851 Read : 823 MB ==> 9.42% 4858 4864 Read : 869 MB ==> 9.41% 2406 Read : 916 MB ==> 9.42% 4868 Read : 965 MB ==> 9.42% 4870 4874 2445 4875 4881 Read : 1008 MB ==> 9.42% 2456 4890 Read : 1053 MB ==> 9.42% 4907 4918 Read : 1105 MB ==> 9.42% 4919 Read : 1156 MB ==> 9.42% 4924 Read : 1202 MB ==> 9.42% 2492 4927 Read : 1254 MB ==> 9.42% 2500 Read : 1307 MB ==> 9.42% 4929 Read : 1360 MB ==> 9.42% 4943 Read : 1412 MB ==> 9.42% 4948 2527 Read : 1462 MB ==> 9.42% 4955 Read : 1514 MB ==> 9.42% 2544 4968 2549 Read : 1563 MB ==> 9.42% 4984 2568 Read : 1615 MB ==> 9.42% 4990 2577 Read : 1666 MB ==> 9.42% 2593 2610 4992 Read : 1716 MB ==> 9.42% 5000 2615 5012 2638 5015 Read : 1765 MB ==> 9.42% 2659 5022 Read : 1815 MB ==> 9.42% 2692 5028 2710 Read : 1865 MB ==> 9.42% 5029 2718 Read : 1916 MB ==> 9.42% 2736 5032 2737 5038 Read : 1964 MB ==> 9.42% 5042 2749 2760 5046 2780 5048 2796 Read : 2005 MB ==> 9.42% 5057 2825 5061 2847 5068 5080 Read : 2045 MB ==> 9.42% 5088 2863 5108 Read : 2090 MB ==> 9.42% 5118 2904 5123 Read : 2135 MB ==> 9.42% 2909 Read : 2185 MB ==> 9.42% 5132 2918 Read : 2235 MB ==> 9.42% 5141 2947 5155 5163 Read : 2281 MB ==> 9.42% 5173 5175 2955 Read : 2324 MB ==> 9.42% 5185 2970 5203 2996 5210 5214 Read : 2366 MB ==> 9.42% 5216 Read : 2412 MB ==> 9.42% 5220 Read : 2461 MB ==> 9.42% 5225 3034 5235 Read : 2512 MB ==> 9.42% 5245 5252 Read : 2561 MB ==> 9.42% 5255 Read : 2611 MB ==> 9.42% 5260 Read : 2662 MB ==> 9.42% 5265 Read : 2710 MB ==> 9.42% Read : 2762 MB ==> 9.42% 5267 3044 Read : 2812 MB ==> 9.42% 3046 5277 3055 5284 Read : 2861 MB ==> 9.42% 5294 5301 3079 5304 3085 Read : 2904 MB ==> 9.42% 5315 Read : 2955 MB ==> 9.42% 5320 5325 Read : 2999 MB ==> 9.42% Read : 3049 MB ==> 9.42% 5331 3099 5335 Read : 3099 MB ==> 9.42% 3124 5350 Read : 3153 MB ==> 9.42% Read : 3207 MB ==> 9.42% 5353 3143 Read : 3262 MB ==> 9.42% 3154 5358 Read : 3317 MB ==> 9.42% 3158 Read : 3372 MB ==> 9.42% Read : 3426 MB ==> 9.42% 5365 Read : 3480 MB ==> 9.42% 3173 Read : 3534 MB ==> 9.42% 3174 Read : 3583 MB ==> 9.42% Read : 3631 MB ==> 9.42% 3189 5372 3194 Read : 3679 MB ==> 9.42% 5378 5392 Read : 3729 MB ==> 9.42% 5400 3198 5410 Read : 3780 MB ==> 9.42% 3229 Read : 3832 MB ==> 9.42% 5414 Read : 3882 MB ==> 9.42% 5416 3231 Read : 3932 MB ==> 9.42% 5423 5438 Read : 3980 MB ==> 9.42% 5446 5464 Read : 4030 MB ==> 9.42% 5476 3243 3258 5482 Read : 4077 MB ==> 9.42% 5499 3280 Read : 4125 MB ==> 9.42% 3303 3320 3336 Read : 4171 MB ==> 9.42% 5507 5533 Read : 4217 MB ==> 9.42% 5542 Read : 4264 MB ==> 9.42% 5545 Read : 4313 MB ==> 9.42% 3342 Read : 4362 MB ==> 9.42% 5549 5568 3364 Read : 4408 MB ==> 9.42% 5573 Read : 4459 MB ==> 9.42% 5578 3395 Read : 4510 MB ==> 9.42% 3426 5583 5598 5601 Read : 4553 MB ==> 9.42% 3459 Read : 4602 MB ==> 9.42% 5607 Read : 4654 MB ==> 9.42% 5611 Read : 4704 MB ==> 9.42% 5623 5625 3469 Read : 4747 MB ==> 9.42% 5626 5631 5633 Read : 4790 MB ==> 9.42% 5635 3525 Read : 4838 MB ==> 9.42% 3529 Read : 4891 MB ==> 9.42% 5638 3549 Read : 4942 MB ==> 9.42% 5648 3574 5653 5661 Read : 4986 MB ==> 9.42% 5665 Read : 5039 MB ==> 9.42% 5666 3591 Read : 5087 MB ==> 9.42% 3610 3639 Read : 5139 MB ==> 9.42% 5694 3692 3707 fuzzer tests completed Read : 5188 MB ==> 9.42% Read : 5242 MB ==> 9.42% 5698 Read : 5295 MB ==> 9.42% 5704 5708 Read : 5348 MB ==> 9.42% Read : 5403 MB ==> 9.42% Read : 5454 MB ==> 9.42% 5721 Read : 5508 MB ==> 9.42% 5736 5742 Read : 5555 MB ==> 9.42% 5743 5757 Read : 5604 MB ==> 9.42% Read : 5656 MB ==> 9.42% Read : 5709 MB ==> 9.42% /*stdin*\ : 9.42% (6000000000 => 564962202 bytes, /*stdout*\) 5762 5769 5784 5785 5800 5804 5827 5829 5830 5831 5846 5850 5852 5868 5869 5871 5878 5893 5897 5901 5913 5920 5927 5930 5947 5951 5958 5966 5972 5995 6001 6004 6011 6019 6033 6044 6052 6054 6060 6061 6068 6081 6086 6093 6106 6118 6120 6131 6137 6142 6145 6150 6168 6179 6196 6197 6203 6206 6208 6215 6226 6227 6237 6245 6248 6255 6256 6264 6269 6293 6301 6303 6321 6325 6330 6335 6336 6346 6357 6368 6383 6384 6393 6405 6410 6419 6420 6433 6435 6446 6450 6469 6470 6474 6484 6490 6496 6505 6509 6512 6515 6521 6529 6535 6537 6550 6552 6555 6565 6572 6577 6587 6601 6609 6615 6625 6629 6644 6647 6660 6665 6678 6682 6689 6697 6703 6710 6720 6723 6739 6752 6762 6781 6794 6802 6815 6821 6839 6841 6852 6860 6870 6880 6887 6901 6915 6937 6942 6950 6972 6979 6986 6992 7000 7006 7008 7018 7027 7042 7053 7060 7066 7089 7101 7110 7123 7132 7137 7142 7146 7149 7152 7166 7168 7177 7190 7191 7197 7206 7211 7215 7220 7225 7233 7235 7244 7247 7250 7255 7259 7261 7271 7274 7294 7297 7306 7317 7328 7332 7343 7348 7375 7407 7414 7419 7425 7427 7429 7434 7446 7459 7480 7489 7519 7522 7539 7545 7563 7570 7582 7589 7598 7604 7615 7630 7633 7646 7675 7688 7689 7695 7700 7708 7726 7727 7743 7760 7765 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 -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 -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 -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 -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 -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 -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 -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 -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 -std=c++11 -c utils/test/ResourcePoolTest.cpp -o utils/test/ResourcePoolTest.o 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 test/RoundTripTest.o: In function `writeData': /usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd/test/RoundTripTest.cpp:30: warning: the use of `tmpnam' is dangerous, better use `mkstemp' g++ utils/test/ScopeGuardTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ScopeGuardTest mv -f BufferTest.Td BufferTest.d g++ utils/test/BufferTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/BufferTest mv -f RangeTest.Td RangeTest.d g++ utils/test/RangeTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/RangeTest mv -f ThreadPoolTest.Td ThreadPoolTest.d g++ utils/test/ThreadPoolTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ThreadPoolTest 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 OptionsTest.Td OptionsTest.d g++ test/OptionsTest.o ../../programs/datagen.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o test/OptionsTest mv -f ResourcePoolTest.Td ResourcePoolTest.d g++ utils/test/ResourcePoolTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ResourcePoolTest mv -f WorkQueueTest.Td WorkQueueTest.d g++ utils/test/WorkQueueTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/WorkQueueTest rm test/OptionsTest.o utils/test/WorkQueueTest.o utils/test/ThreadPoolTest.o utils/test/ResourcePoolTest.o utils/test/BufferTest.o utils/test/ScopeGuardTest.o test/PzstdTest.o utils/test/RangeTest.o make: Leaving directory `/usr/src/RPM/BUILD/zstd-1.1.4-alt1.M80P.1/contrib/pzstd' + LD_LIBRARY_PATH=/usr/src/tmp/zstd-buildroot/lib64 + 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. (0 ms total) [ PASSED ] 2 tests. ./utils/test/ResourcePoolTest Running main() from gtest_main.cc [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from ResourcePool [ RUN ] ResourcePool.FullTest [ OK ] ResourcePool.FullTest (0 ms) [ RUN ] ResourcePool.ThreadSafe [ OK ] ResourcePool.ThreadSafe (1 ms) [----------] 2 tests from ResourcePool (1 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (1 ms total) [ PASSED ] 2 tests. ./utils/test/ScopeGuardTest Running main() from gtest_main.cc [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from ScopeGuard [ RUN ] ScopeGuard.Dismiss [ OK ] ScopeGuard.Dismiss (0 ms) [ RUN ] ScopeGuard.Executes [ OK ] ScopeGuard.Executes (0 ms) [----------] 2 tests from ScopeGuard (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 (2 ms) [ RUN ] ThreadPool.AllJobsFinished [ OK ] ThreadPool.AllJobsFinished (2 ms) [ RUN ] ThreadPool.AddJobWhileJoining [ OK ] ThreadPool.AddJobWhileJoining (1002 ms) [----------] 3 tests from ThreadPool (1006 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (1006 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 (6 ms) [ RUN ] WorkQueue.SPMC [ OK ] WorkQueue.SPMC (2 ms) [ RUN ] WorkQueue.MPMC [ OK ] WorkQueue.MPMC (3 ms) [ RUN ] WorkQueue.BoundedSizeWorks [ OK ] WorkQueue.BoundedSizeWorks (0 ms) [ RUN ] WorkQueue.BoundedSizePushAfterFinish [ OK ] WorkQueue.BoundedSizePushAfterFinish (1001 ms) [ RUN ] WorkQueue.SetMaxSize [ OK ] WorkQueue.SetMaxSize (1002 ms) [ RUN ] WorkQueue.BoundedSizeMPMC [ OK ] WorkQueue.BoundedSizeMPMC (0 ms) [ RUN ] WorkQueue.FailedPush [ OK ] WorkQueue.FailedPush (0 ms) [----------] 9 tests from WorkQueue (2014 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. (2014 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 (0 ms) [ RUN ] Options.TestMode [ OK ] Options.TestMode (0 ms) [ RUN ] Options.Checksum [ OK ] Options.Checksum (0 ms) [ RUN ] Options.InputFiles Cannot specify standard input when handling multiple files [ OK ] Options.InputFiles (0 ms) [ RUN ] Options.InvalidOptions Operation not supported: Zstd benchmarking options. Invalid argument: - Invalid argument: -n15 Invalid compression level 0. [ OK ] Options.InvalidOptions (0 ms) [ RUN ] Options.Extras Usage: pzstd [args] [FILE(s)] Parallel ZSTD options: -p, --processes # : number of threads to use for (de)compression (default:1) ZSTD options: -# : # compression level (1-19, default:3) -d, --decompress : decompression -o file : result stored into `file` (only if 1 input file) -f, --force : overwrite output without prompting --rm : remove source file(s) after successful (de)compression -k, --keep : preserve source file(s) (default) -h, --help : display help and exit -V, --version : display version number and exit -v, --verbose : verbose mode; specify multiple times to increase log level (default:2) -q, --quiet : suppress warnings; specify twice to suppress errors too -c, --stdout : force write to standard output, even if it is the console -r : operate recursively on directories --ultra : enable levels beyond 19, up to 22 (requires more memory) -C, --check : integrity check (default) --no-check : no integrity check -t, --test : test compressed file integrity -- : all arguments after "--" are treated as files Usage: pzstd [args] [FILE(s)] Parallel ZSTD options: -p, --processes # : number of threads to use for (de)compression (default:1) ZSTD options: -# : # compression level (1-19, default:3) -d, --decompress : decompression -o file : result stored into `file` (only if 1 input file) -f, --force : overwrite output without prompting --rm : remove source file(s) after successful (de)compression -k, --keep : preserve source file(s) (default) -h, --help : display help and exit -V, --version : display version number and exit -v, --verbose : verbose mode; specify multiple times to increase log level (default:2) -q, --quiet : suppress warnings; specify twice to suppress errors too -c, --stdout : force write to standard output, even if it is the console -r : operate recursively on directories --ultra : enable levels beyond 19, up to 22 (requires more memory) -C, --check : integrity check (default) --no-check : no integrity check -t, --test : test compressed file integrity -- : all arguments after "--" are treated as files PZSTD version: 1.1.4. Usage: pzstd [args] [FILE(s)] Parallel ZSTD options: -p, --processes # : number of threads to use for (de)compression (default:1) ZSTD options: -# : # compression level (1-19, default:3) -d, --decompress : decompression -o file : result stored into `file` (only if 1 input file) -f, --force : overwrite output without prompting --rm : remove source file(s) after successful (de)compression -k, --keep : preserve source file(s) (default) -h, --help : display help and exit -V, --version : display version number and exit -v, --verbose : verbose mode; specify multiple times to increase log level (default:2) -q, --quiet : suppress warnings; specify twice to suppress errors too -c, --stdout : force write to standard output, even if it is the console -r : operate recursively on directories --ultra : enable levels beyond 19, up to 22 (requires more memory) -C, --check : integrity check (default) --no-check : no integrity check -t, --test : test compressed file integrity -- : all arguments after "--" are treated as files PZSTD version: 1.1.4. [ OK ] Options.Extras (0 ms) [----------] 15 tests from Options (0 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test case ran. (0 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: 2156964803 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 (1379 ms) [ RUN ] Pzstd.LargeSizes Pzstd.LargeSizes seed: 3240830124 [ OK ] Pzstd.LargeSizes (3468 ms) [ RUN ] Pzstd.ExtremelyCompressible /tmp/fileM4zmZs : 0.34% ( 10000 => 34 bytes, /tmp/filezzE90s) /tmp/filezzE90s : 10000 bytes [ OK ] Pzstd.ExtremelyCompressible (5 ms) [----------] 3 tests from Pzstd (4852 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (4852 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.50219 + 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.48lxYJ 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.mdYXbN 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, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.asV9hT 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.qrLKd2 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.eIplYd 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, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.11)(64bit), libstdc++.so.6(GLIBCXX_3.4.14)(64bit), libstdc++.so.6(GLIBCXX_3.4.17)(64bit), libstdc++.so.6(GLIBCXX_3.4.19)(64bit), libstdc++.so.6(GLIBCXX_3.4.20)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), libzstd.so.1()(64bit) >= 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.CVCpDs Creating pzstd-debuginfo package Processing files: libzstd-1.1.4-alt1.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.15356 + 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.mImIvK 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.4NIgf5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libzstd.so.1()(64bit) = set:ld0E3GMmZoSuaz6Bm7tBnblj6da8AagEXDFNIM3ZsCnsQ0TTsOXAyc7d9XFaEdZzioabigfAOzVJKkpaBNjH31P728EJIJkNUEJ1cb6UGwZBm83BjnsTkz0iCW1EPOvYcXrsIBf7YsJdBu70fS22EtMfoEcfs1Rbg3XAle1wh6Of0Ff8sHwalTBmKS0Muo4s13qqZCnm0A4Zk1Yfb6w2DrY9ApGYBx9MK593BCCHvKYZ9G73wwYV1dyBZalEmnD7FinUoXJofdZtA0QLfS0S5H65pBr Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eUz7Rs 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.AQ8coT 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.AvU2Mm 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, /lib64/libzstd.so.1.1.4, /usr/lib64/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Q4eg5S 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.ieNRgs find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gQpAm4 find-requires: running scripts (debuginfo) Requires: zstd = 1.1.4-alt1.M80P.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(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.KgezjJ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.i5tibr find-requires: running scripts (debuginfo) Requires: pzstd = 1.1.4-alt1.M80P.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libpthread.so.0), debug64(libstdc++.so.6), debug64(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.mgRiYb find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EwTWDZ find-requires: running scripts (debuginfo) Provides: debug64(libzstd.so.1) Requires: libzstd = 1.1.4-alt1.M80P.1, debug64(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 6 extra deps from pzstd due to repentancy on zstd Removing 5 extra deps from zstd 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/x86_64/zstd-1.1.4-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/pzstd-1.1.4-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libzstd-1.1.4-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libzstd-devel-1.1.4-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/zstd-debuginfo-1.1.4-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/pzstd-debuginfo-1.1.4-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libzstd-debuginfo-1.1.4-alt1.M80P.1.x86_64.rpm 951.24user 16.59system 10:40.89elapsed 151%CPU (0avgtext+0avgdata 1137864maxresident)k 0inputs+0outputs (0major+2749979minor)pagefaults 0swaps 960.77user 19.40system 11:10.33elapsed 146%CPU (0avgtext+0avgdata 1137864maxresident)k 0inputs+0outputs (0major+3249965minor)pagefaults 0swaps