<86>Apr 14 03:32:10 userdel[14336]: delete user 'rooter' <86>Apr 14 03:32:10 groupadd[14344]: group added to /etc/group: name=rooter, GID=651 <86>Apr 14 03:32:10 groupadd[14344]: group added to /etc/gshadow: name=rooter <86>Apr 14 03:32:10 groupadd[14344]: new group: name=rooter, GID=651 <86>Apr 14 03:32:10 useradd[14358]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash <86>Apr 14 03:32:10 userdel[14369]: delete user 'builder' <86>Apr 14 03:32:10 userdel[14369]: removed group 'builder' owned by 'builder' <86>Apr 14 03:32:10 userdel[14369]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 03:32:10 groupadd[14381]: group added to /etc/group: name=builder, GID=652 <86>Apr 14 03:32:10 groupadd[14381]: group added to /etc/gshadow: name=builder <86>Apr 14 03:32:10 groupadd[14381]: new group: name=builder, GID=652 <86>Apr 14 03:32:10 useradd[14386]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash <13>Apr 14 03:32:12 rpmi: libgtest0-1.8.0-alt4.M80P.1 1525950221 installed <13>Apr 14 03:32:12 rpmi: gcc-c++-common-1.4.20-alt1 1432315196 installed <13>Apr 14 03:32:13 rpmi: libstdc++5-devel-5.3.1-alt3.M80P.1 p8+225520.100.3.1 1553688800 installed <13>Apr 14 03:32:13 rpmi: gcc5-c++-5.3.1-alt3.M80P.1 p8+225520.100.3.1 1553688800 installed <13>Apr 14 03:32:13 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.18551 + 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.18551 + 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.58918 + 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.58918 + 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 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 ./pool PASS: testOrder PASS: testInvalid 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 *** Read : 0 MB ==> 30.95% /*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 Apr 14 03:32 tmpSparse 168 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 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 Apr 14 03:32 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 Apr 14 03:32 tmpSparse 1024 -rw-r--r-- 1 builder builder 1048576 Apr 14 03:32 tmpSparse1M 2048 -rw-r--r-- 1 builder builder 2097152 Apr 14 03:32 tmpSparse2M 4 -rw-r--r-- 1 builder builder 118 Apr 14 03:32 tmpSparseCompressed 44 -rw-r--r-- 1 builder builder 1200007 Apr 14 03:32 tmpSparseOdd 168 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 tmpSparseRegen 1036 -rw-r--r-- 1 builder builder 2097152 Apr 14 03:32 tmpSparseRegenerated \n**** multiple files tests **** compress tmp* : 68 -rw-r--r-- 1 builder builder 65537 Apr 14 03:32 tmp1 24 -rw-r--r-- 1 builder builder 21665 Apr 14 03:32 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Apr 14 03:32 tmp2 36 -rw-r--r-- 1 builder builder 32782 Apr 14 03:32 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Apr 14 03:32 tmp3 336 -rw-r--r-- 1 builder builder 342366 Apr 14 03:32 tmp3.zst 24 -rw-r--r-- 1 builder builder 21262 Apr 14 03:32 tmpCompressed 24 -rw-r--r-- 1 builder builder 21276 Apr 14 03:32 tmpCompressed.zst 5120 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Apr 14 03:32 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Apr 14 03:32 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Apr 14 03:32 tmpResult 24 -rw-r--r-- 1 builder builder 21254 Apr 14 03:32 tmpResult.zst decompress tmp* : 68 -rw-r--r-- 1 builder builder 65537 Apr 14 03:32 tmp1 24 -rw-r--r-- 1 builder builder 21665 Apr 14 03:32 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Apr 14 03:32 tmp2 36 -rw-r--r-- 1 builder builder 32782 Apr 14 03:32 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Apr 14 03:32 tmp3 336 -rw-r--r-- 1 builder builder 342366 Apr 14 03:32 tmp3.zst 24 -rw-r--r-- 1 builder builder 21262 Apr 14 03:32 tmpCompressed 24 -rw-r--r-- 1 builder builder 21276 Apr 14 03:32 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Apr 14 03:32 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Apr 14 03:32 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Apr 14 03:32 tmpResult 24 -rw-r--r-- 1 builder builder 21254 Apr 14 03:32 tmpResult.zst compress tmp* into stdout > tmpall : 68 -rw-r--r-- 1 builder builder 65537 Apr 14 03:32 tmp1 24 -rw-r--r-- 1 builder builder 21665 Apr 14 03:32 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Apr 14 03:32 tmp2 36 -rw-r--r-- 1 builder builder 32782 Apr 14 03:32 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Apr 14 03:32 tmp3 336 -rw-r--r-- 1 builder builder 342366 Apr 14 03:32 tmp3.zst 24 -rw-r--r-- 1 builder builder 21262 Apr 14 03:32 tmpCompressed 24 -rw-r--r-- 1 builder builder 21276 Apr 14 03:32 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Apr 14 03:32 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Apr 14 03:32 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Apr 14 03:32 tmpResult 24 -rw-r--r-- 1 builder builder 21254 Apr 14 03:32 tmpResult.zst 388 -rw-r--r-- 1 builder builder 396813 Apr 14 03:32 tmpall decompress tmpall* into stdout > tmpdec : 68 -rw-r--r-- 1 builder builder 65537 Apr 14 03:32 tmp1 24 -rw-r--r-- 1 builder builder 21665 Apr 14 03:32 tmp1.zst 100 -rw-r--r-- 1 builder builder 102400 Apr 14 03:32 tmp2 36 -rw-r--r-- 1 builder builder 32782 Apr 14 03:32 tmp2.zst 1024 -rw-r--r-- 1 builder builder 1048576 Apr 14 03:32 tmp3 336 -rw-r--r-- 1 builder builder 342366 Apr 14 03:32 tmp3.zst 24 -rw-r--r-- 1 builder builder 21262 Apr 14 03:32 tmpCompressed 24 -rw-r--r-- 1 builder builder 21276 Apr 14 03:32 tmpCompressed.zst 168 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 tmpOutNoSparse 4 -rw-r--r-- 1 builder builder 548 Apr 14 03:32 tmpOutNoSparse.zst 168 -rw-r--r-- 1 builder builder 5242880 Apr 14 03:32 tmpOutSparse 4 -rw-r--r-- 1 builder builder 548 Apr 14 03:32 tmpOutSparse.zst 68 -rw-r--r-- 1 builder builder 65537 Apr 14 03:32 tmpResult 24 -rw-r--r-- 1 builder builder 21254 Apr 14 03:32 tmpResult.zst 388 -rw-r--r-- 1 builder builder 396813 Apr 14 03:32 tmpall 388 -rw-r--r-- 1 builder builder 396813 Apr 14 03:32 tmpall2 2380 -rw-r--r-- 1 builder builder 2433026 Apr 14 03:32 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 33% Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDict tmp : 18.89% ( 31803 => 6009 bytes, tmp.zst) tmp.zst : 31803 bytes - Create second (different) dictionary ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Do not concatenate samples together into a single file, ! as dictBuilder will be unable to find the beginning of each sample, ! resulting in poor dictionary quality. Training on 25 samples of total size 419542 Constructing partial suffix array Computing frequencies Building dictionary Breaking content into 2011 epochs of size 208 0% Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDictC Error 36 : Decoding error : Dictionary mismatch - Create dictionary with short dictID ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Do not concatenate samples together into a single file, ! as dictBuilder will be unable to find the beginning of each sample, ! resulting in poor dictionary quality. Training on 19 samples of total size 389285 Constructing partial suffix array Computing frequencies Building dictionary Breaking content into 2448 epochs of size 159 92% 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 5% 18% 31% 35% 50% 53% 66% 70% 81% 85% 94% k=778 d=6 steps=8 Save dictionary of size 4096 into file tmpDict2 \n**** integrity tests **** test one file (tmp1.zst) tmp1 : 32.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 Apr 14 03:32 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 , 362.1 MB/s 3# bench multiple levels Benchmarking levels from 1 to 3 |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21190 (3.093), 210.1 MB/s =-tmp1 : 65537 -> 21190 (3.093), 210.1 MB/s , 402.1 MB/s 1# |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21073 (3.110), 118.1 MB/s =-tmp1 : 65537 -> 21073 (3.110), 118.1 MB/s , 327.7 MB/s 2# |-tmp1 : 65537 -> /-tmp1 : 65537 -> 21249 (3.084), 65.5 MB/s =-tmp1 : 65537 -> 21249 (3.084), 65.5 MB/s , 381.0 MB/s 3# with recursive and quiet modes bench 1.1.4 : input 65537 bytes, 1 seconds, 0 KB blocks ./invalidDictionaries ./fullbench -i1 *** Zstandard speed analyzer 1.1.4 64-bits, by Yann Collet (Apr 14 2019) *** - 1 iterations - Sample 10MiB : 1- ZSTD_compress : ./decodecorpus -t -T30 seed: 43321 -1 21190 (3.093) 205.45 MB/s 655.4 MB/s tmp1 60 121 175 226 1- ZSTD_compress : 298.5 MB/s ( 3139167) 1 2- ZSTD_decompress : 292 379 ./fuzzer -T5mn Starting zstd tester (64-bits, 1.1.4) Seed = 6036 448 569 618 697 ./zstreamtest -T2mn Starting zstream tester (64-bits, 1.1.4) Seed = 9095 750 829 863 907 975 1047 1- ZSTD_decompress : 845.4 MB/s ( 10000000) 2 11- ZSTD_compressContinue : -2 21073 (3.110) 212.09 MB/s 771.0 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*\) 1150 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 *** 1253 /*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 *** 1321 /*stdin*\ : 30.93% (528384 => 163442 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v1 | ../programs/zstd -d 1388 1 1451 1571 6 1628 13 1699 1776 1838 1905 1968 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 2021 16 2098 1- ZSTD_compressContinue : 312.3 MB/s ( 3139163) 11 12- ZSTD_compressContinue_extDict : Read : 34 MB ==> 31.62% 2160 31 2207 Read : 70 MB ==> 31.64% 2246 39 2290 44 Read : 106 MB ==> 31.61% 2365 2434 1/ 1 Read : 141 MB ==> 31.61% 2523 46 2602 ./legacy Simple API OK Streaming API OK OK Read : 177 MB ==> 31.63% 56 2685 58 2755 67 Read : 212 MB ==> 31.64% 2859 73 2917 80 17 2974 Read : 247 MB ==> 31.63% 3041 83 /*stdin*\ : 31.63% (270000000 => 85392542 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v2 | ../programs/zstd -d 3135 34 1- ZSTD_compressContinue_extDict : 311.6 MB/s ( 3139198) 12 13- ZSTD_decompressContinue : 3216 67 100 3281 86 3334 110 3382 3432 117 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 123 3497 Read : 28 MB ==> 31.30% 133 3567 3637 94 Read : 56 MB ==> 31.39% 142 3681 3756 Read : 83 MB ==> 31.38% 161 3844 1- ZSTD_decompressContinue : 880.2 MB/s ( 10000000) 13 31- ZSTD_decodeLiteralsBlock : 173 3894 Read : 109 MB ==> 31.38% 3977 4048 175 Read : 136 MB ==> 31.38% 4092 4154 187 Read : 164 MB ==> 31.40% 4209 96 4272 199 117 4362 203 4431 Read : 191 MB ==> 31.40% 213 4560 226 4629 242 Read : 216 MB ==> 31.41% 4678 257 4749 1- ZSTD_decodeLiteralsBlock : 1224.5 MB/s ( 36739) 31 32- ZSTD_decodeSeqHeaders : 262 4849 Read : 241 MB ==> 31.41% 266 276 4906 134 /*stdin*\ : 31.40% (270000000 => 84768095 bytes, /*stdout*\) roundTripTest: ./datagen -g270000000 | ../programs/zstd -v3 | ../programs/zstd -d 181 194 4960 277 284 291 302 5012 314 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** Read : 16 MB ==> 32.28% 5062 Read : 32 MB ==> 32.47% 1- ZSTD_decodeSeqHeaders : 34626.6 MB/s ( 74) 32 41- ZSTD_compressStream : 320 Read : 49 MB ==> 32.47% 331 Read : 67 MB ==> 32.47% 200 Read : 84 MB ==> 32.48% 5133 Read : 102 MB ==> 32.48% 337 5198 Read : 117 MB ==> 32.49% 206 340 Read : 128 MB ==> 32.48% 5255 354 1- ZSTD_compressStream : 268.3 MB/s ( 3139164) 41 42- ZSTD_decompressStream : Read : 143 MB ==> 32.47% Read : 159 MB ==> 32.48% 372 5313 Read : 174 MB ==> 32.49% 376 5400 225 Read : 187 MB ==> 32.49% 389 5469 402 Read : 199 MB ==> 32.49% 242 404 5552 Read : 210 MB ==> 32.50% 1- ZSTD_decompressStream : 824.5 MB/s ( 10000000) 42 ./fullbench -i1 -P0 *** Zstandard speed analyzer 1.1.4 64-bits, by Yann Collet (Apr 14 2019) *** - 1 iterations - Sample 10MiB : 1- ZSTD_compress : 5621 253 Read : 227 MB ==> 32.49% Read : 244 MB ==> 32.50% 5700 408 /*stdin*\ : 32.49% (270000000 => 87714659 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v4 | ../programs/zstd -d 5768 270 5841 414 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 292 5906 426 Read : 14 MB ==> 27.66% 5985 Read : 29 MB ==> 27.76% 427 6056 Read : 45 MB ==> 27.73% 429 6126 445 Read : 60 MB ==> 27.75% 293 6205 Read : 76 MB ==> 27.76% 6274 449 308 6349 Read : 92 MB ==> 27.78% 451 6416 Read : 108 MB ==> 27.77% 6498 464 Read : 124 MB ==> 27.75% 6568 /*stdin*\ : 27.74% (140000000 => 38829774 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v5 | ../programs/zstd -d 6622 6675 466 6752 472 6827 481 1- ZSTD_compress : 1056.9 MB/s ( 10000241) 1 2- ZSTD_decompress : 6881 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 6926 6995 7031 Read : 5 MB ==> 26.81% 7113 493 7200 312 7252 497 Read : 11 MB ==> 26.84% 7327 7401 337 Read : 16 MB ==> 26.87% 503 362 Read : 24 MB ==> 26.96% 512 Read : 34 MB ==> 26.89% 7451 Read : 42 MB ==> 26.93% 7513 519 Read : 51 MB ==> 26.95% Read : 60 MB ==> 26.94% 402 7576 1- ZSTD_decompress : 6984.6 MB/s ( 10000000) 2 11- ZSTD_compressContinue : Read : 70 MB ==> 26.91% 407 Read : 79 MB ==> 26.95% Read : 89 MB ==> 26.96% 7653 423 521 Read : 99 MB ==> 26.96% Read : 108 MB ==> 26.95% 465 7719 535 Read : 118 MB ==> 26.93% 7794 483 7845 Read : 128 MB ==> 26.93% 7940 /*stdin*\ : 26.92% (140000000 => 37692475 bytes, /*stdout*\) roundTripTest: ./datagen -g140000000 -P60 | ../programs/zstd -v6 | ../programs/zstd -d 7997 8072 492 8137 544 499 552 8239 8309 511 8381 564 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 8465 8536 1- ZSTD_compressContinue : 1016.5 MB/s ( 10000237) 11 12- ZSTD_compressContinue_extDict : 573 Read : 6 MB ==> 27.02% 8639 534 Read : 11 MB ==> 27.11% 8716 581 Read : 16 MB ==> 27.14% 548 8806 596 Read : 20 MB ==> 27.17% 8863 597 Read : 25 MB ==> 27.27% 8919 Read : 29 MB ==> 27.25% 605 604 8971 Read : 34 MB ==> 27.19% 614 9023 Read : 39 MB ==> 27.21% 626 Read : 44 MB ==> 27.22% 630 1- ZSTD_compressContinue_extDict : 1067.1 MB/s ( 10000223) 12 13- ZSTD_decompressContinue : 9096 9200 Read : 48 MB ==> 27.23% 9282 9338 Read : 53 MB ==> 27.23% 9410 Read : 59 MB ==> 27.24% 9472 634 9527 Read : 63 MB ==> 27.24% 9600 646 Read : 68 MB ==> 27.23% 9677 653 Read : 72 MB ==> 27.23% 657 9751 Read : 77 MB ==> 27.27% 9822 662 665 9878 Read : 84 MB ==> 27.28% Read : 90 MB ==> 27.28% 9951 Read : 97 MB ==> 27.27% 10017 608 Read : 105 MB ==> 27.26% 10086 10176 Read : 113 MB ==> 27.26% 631 10245 Read : 118 MB ==> 27.24% 675 1- ZSTD_decompressContinue : 6896.9 MB/s ( 10000000) 13 ZSTD_decodeLiteralsBlock : impossible to test on this sample (not compressible) ZSTD_decodeSeqHeaders : impossible to test on this sample (not compressible) 41- ZSTD_compressStream : Read : 122 MB ==> 27.25% 10290 645 Read : 127 MB ==> 27.24% 10390 681 Read : 132 MB ==> 27.24% /*stdin*\ : 27.24% (140000000 => 38130628 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v7 | ../programs/zstd -d 10464 668 10546 687 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 10641 672 Read : 4 MB ==> 21.41% 688 686 Read : 10 MB ==> 21.55% 10700 Read : 17 MB ==> 21.47% 10752 690 Read : 23 MB ==> 21.45% 10825 Read : 28 MB ==> 21.44% 699 10885 689 Read : 33 MB ==> 21.43% 10949 706 Read : 38 MB ==> 21.47% 11044 Read : 43 MB ==> 21.46% 711 1- ZSTD_compressStream : 995.8 MB/s ( 10000237) 41 11121 42- ZSTD_decompressStream : Read : 48 MB ==> 21.47% 724 11208 Read : 52 MB ==> 21.47% Read : 57 MB ==> 21.47% 730 11258 Read : 61 MB ==> 21.47% Read : 65 MB ==> 21.46% 11310 740 /*stdin*\ : 21.47% (70000000 => 15026603 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v8 | ../programs/zstd -d 742 11387 696 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 11478 746 Read : 3 MB ==> 21.35% 753 11532 Read : 6 MB ==> 21.20% 11609 Read : 9 MB ==> 21.37% 757 11678 Read : 12 MB ==> 21.34% 1- ZSTD_decompressStream : 5103.6 MB/s ( 10000000) 42 11772 11820 Read : 15 MB ==> 21.32% 11863 758 Read : 18 MB ==> 21.35% 11930 11983 Read : 20 MB ==> 21.38% 11996 tests completed: OK Read : 24 MB ==> 21.31% 701 Read : 26 MB ==> 21.28% 765 Read : 29 MB ==> 21.29% Read : 32 MB ==> 21.30% 767 Read : 36 MB ==> 21.31% 788 Read : 40 MB ==> 21.32% Read : 44 MB ==> 21.31% 800 Read : 48 MB ==> 21.32% 809 Read : 53 MB ==> 21.31% 814 Read : 56 MB ==> 21.31% 711 822 Read : 59 MB ==> 21.32% 824 Read : 62 MB ==> 21.32% Read : 65 MB ==> 21.32% 835 /*stdin*\ : 21.32% (70000000 => 14926928 bytes, /*stdout*\) roundTripTest: ./datagen -g70000000 -P70 | ../programs/zstd -v9 | ../programs/zstd -d 719 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 841 773 Read : 2 MB ==> 20.90% 852 Read : 4 MB ==> 21.27% 853 Read : 5 MB ==> 21.21% Read : 7 MB ==> 21.30% Read : 9 MB ==> 21.40% 793 Read : 11 MB ==> 21.37% 863 Read : 13 MB ==> 21.30% 806 869 Read : 16 MB ==> 21.28% Read : 18 MB ==> 21.34% 846 872 Read : 20 MB ==> 21.37% Read : 23 MB ==> 21.31% Read : 26 MB ==> 21.28% 875 Read : 28 MB ==> 21.29% Read : 30 MB ==> 21.28% 847 Read : 32 MB ==> 21.28% 880 Read : 34 MB ==> 21.29% 897 Read : 35 MB ==> 21.30% 849 904 Read : 37 MB ==> 21.33% 850 868 Read : 39 MB ==> 21.31% 876 Read : 41 MB ==> 21.31% 902 908 Read : 43 MB ==> 21.30% 906 Read : 45 MB ==> 21.31% Read : 47 MB ==> 21.31% 912 Read : 49 MB ==> 21.32% 907 915 Read : 51 MB ==> 21.32% 917 Read : 53 MB ==> 21.30% Read : 55 MB ==> 21.30% 919 911 933 Read : 57 MB ==> 21.32% Read : 60 MB ==> 21.31% 933 937 Read : 62 MB ==> 21.32% Read : 65 MB ==> 21.31% /*stdin*\ : 21.32% (70000000 => 14921221 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v10 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** Read : 3 MB ==> 17.98% 934 Read : 5 MB ==> 18.17% 937 Read : 7 MB ==> 18.32% Read : 10 MB ==> 18.47% 948 940 Read : 12 MB ==> 18.48% 951 Read : 14 MB ==> 18.45% Read : 16 MB ==> 18.43% 970 965 Read : 18 MB ==> 18.50% 976 Read : 20 MB ==> 18.53% 980 Read : 22 MB ==> 18.54% 985 Read : 23 MB ==> 18.54% Read : 24 MB ==> 18.52% 967 Read : 26 MB ==> 18.53% Read : 27 MB ==> 18.51% Read : 28 MB ==> 18.49% Read : 29 MB ==> 18.48% 986 Read : 31 MB ==> 18.47% 968 Read : 32 MB ==> 18.46% 1011 989 1013 /*stdin*\ : 18.45% (35000000 => 6457332 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v11 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** Read : 2 MB ==> 17.98% 990 Read : 3 MB ==> 18.23% 1052 991 Read : 5 MB ==> 18.26% 1001 1080 Read : 6 MB ==> 18.40% 1008 Read : 8 MB ==> 18.48% 1017 Read : 9 MB ==> 18.60% 1026 1100 Read : 11 MB ==> 18.63% Read : 13 MB ==> 18.62% Read : 15 MB ==> 18.57% 1028 Read : 16 MB ==> 18.62% Read : 18 MB ==> 18.66% 1040 Read : 20 MB ==> 18.67% Read : 21 MB ==> 18.70% 1045 Read : 23 MB ==> 18.70% Read : 24 MB ==> 18.68% 1053 1121 Read : 26 MB ==> 18.69% Read : 28 MB ==> 18.65% 1057 1129 Read : 29 MB ==> 18.64% Read : 31 MB ==> 18.64% 1060 1133 Read : 33 MB ==> 18.61% /*stdin*\ : 18.61% (35000000 => 6511947 bytes, /*stdout*\) roundTripTest: ./datagen -g35000000 -P75 | ../programs/zstd -v12 | ../programs/zstd -d 1072 1141 1074 1156 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1080 Read : 2 MB ==> 17.90% Read : 3 MB ==> 18.19% Read : 5 MB ==> 18.29% 1081 1187 Read : 6 MB ==> 18.39% Read : 8 MB ==> 18.49% 1192 Read : 10 MB ==> 18.60% Read : 11 MB ==> 18.63% Read : 13 MB ==> 18.63% Read : 14 MB ==> 18.56% Read : 16 MB ==> 18.62% 1085 Read : 17 MB ==> 18.65% 1089 Read : 19 MB ==> 18.67% 1231 Read : 20 MB ==> 18.69% Read : 22 MB ==> 18.68% 1096 1236 Read : 24 MB ==> 18.67% Read : 25 MB ==> 18.67% Read : 27 MB ==> 18.66% 1244 Read : 29 MB ==> 18.64% Read : 31 MB ==> 18.63% 1249 /*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 *** 1279 Read : 1 MB ==> 15.49% 1098 Read : 3 MB ==> 15.71% Read : 4 MB ==> 15.78% Read : 5 MB ==> 15.79% 1099 Read : 6 MB ==> 15.80% Read : 7 MB ==> 15.86% Read : 8 MB ==> 15.84% Read : 9 MB ==> 15.86% 1304 Read : 10 MB ==> 15.87% Read : 11 MB ==> 15.87% Read : 12 MB ==> 15.91% 1319 Read : 14 MB ==> 15.88% Read : 15 MB ==> 15.91% Read : 16 MB ==> 15.92% 1104 Read : 17 MB ==> 15.90% 1337 /*stdin*\ : 15.90% (18000000 => 2862001 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v14 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** Read : 1 MB ==> 15.49% Read : 2 MB ==> 15.74% 1365 1126 Read : 3 MB ==> 15.73% Read : 4 MB ==> 15.83% Read : 5 MB ==> 15.80% Read : 5 MB ==> 15.82% Read : 6 MB ==> 15.84% Read : 7 MB ==> 15.87% Read : 8 MB ==> 15.84% Read : 9 MB ==> 15.86% 1134 Read : 10 MB ==> 15.87% Read : 11 MB ==> 15.88% Read : 12 MB ==> 15.91% Read : 13 MB ==> 15.89% Read : 14 MB ==> 15.91% Read : 15 MB ==> 15.93% 1149 Read : 16 MB ==> 15.92% 1383 Read : 17 MB ==> 15.91% /*stdin*\ : 15.91% (18000000 => 2863041 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v15 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1156 1385 Read : 1 MB ==> 15.27% 1394 Read : 1 MB ==> 15.45% 1159 Read : 2 MB ==> 15.65% Read : 3 MB ==> 15.64% Read : 4 MB ==> 15.75% Read : 5 MB ==> 15.76% Read : 6 MB ==> 15.79% Read : 6 MB ==> 15.80% Read : 7 MB ==> 15.81% Read : 8 MB ==> 15.82% 1406 1164 Read : 9 MB ==> 15.81% 1408 Read : 9 MB ==> 15.83% 1166 Read : 10 MB ==> 15.83% 1425 1167 Read : 10 MB ==> 15.84% Read : 11 MB ==> 15.85% Read : 12 MB ==> 15.84% 1171 Read : 12 MB ==> 15.86% 1178 Read : 13 MB ==> 15.84% 1182 Read : 14 MB ==> 15.85% Read : 14 MB ==> 15.87% 1190 1450 Read : 15 MB ==> 15.89% 1192 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 *** 1504 Read : 0 MB ==> 15.19% Read : 1 MB ==> 15.42% Read : 2 MB ==> 15.55% 1540 Read : 2 MB ==> 15.71% 1198 Read : 3 MB ==> 15.69% 1573 Read : 4 MB ==> 15.78% Read : 5 MB ==> 15.76% 1207 Read : 5 MB ==> 15.77% Read : 6 MB ==> 15.77% 1219 Read : 7 MB ==> 15.83% 1589 Read : 7 MB ==> 15.86% Read : 8 MB ==> 15.84% 1223 Read : 9 MB ==> 15.85% Read : 9 MB ==> 15.87% 1597 Read : 10 MB ==> 15.87% Read : 11 MB ==> 15.89% Read : 12 MB ==> 15.88% 1232 1602 Read : 12 MB ==> 15.92% Read : 13 MB ==> 15.91% 1620 Read : 13 MB ==> 15.90% Read : 14 MB ==> 15.90% 1242 1643 Read : 15 MB ==> 15.94% 1647 1255 Read : 15 MB ==> 15.95% Read : 16 MB ==> 15.94% Read : 17 MB ==> 15.93% 1663 /*stdin*\ : 15.93% (18000000 => 2866586 bytes, /*stdout*\) roundTripTest: ./datagen -g18000000 -P80 | ../programs/zstd -v17 | ../programs/zstd -d 1258 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1678 Read : 0 MB ==> 13.75% 1271 Read : 1 MB ==> 13.57% 1686 1279 Read : 2 MB ==> 13.81% Read : 2 MB ==> 13.94% 1289 Read : 3 MB ==> 13.84% 1698 Read : 3 MB ==> 13.91% 1297 Read : 4 MB ==> 13.91% Read : 5 MB ==> 13.87% Read : 5 MB ==> 13.87% 1303 Read : 6 MB ==> 13.85% Read : 7 MB ==> 13.88% 1308 Read : 7 MB ==> 13.89% 1327 Read : 8 MB ==> 13.86% Read : 8 MB ==> 13.87% 1335 1705 Read : 9 MB ==> 13.87% 1349 Read : 10 MB ==> 13.87% 1369 Read : 10 MB ==> 13.86% 1386 Read : 11 MB ==> 13.87% Read : 12 MB ==> 13.86% 1398 Read : 12 MB ==> 13.88% Read : 13 MB ==> 13.86% 1416 Read : 14 MB ==> 13.86% Read : 14 MB ==> 13.87% Read : 15 MB ==> 13.90% Read : 16 MB ==> 13.89% Read : 16 MB ==> 13.88% 1425 /*stdin*\ : 13.87% (18000000 => 2496256 bytes, /*stdout*\) roundTripTest: ./datagen -g50000000 -P94 | ../programs/zstd -v18 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1712 Read : 0 MB ==> 7.26% 1433 1713 Read : 1 MB ==> 7.45% 1436 Read : 2 MB ==> 7.57% 1449 Read : 2 MB ==> 7.61% Read : 3 MB ==> 7.62% 1767 Read : 3 MB ==> 7.57% Read : 4 MB ==> 7.62% Read : 4 MB ==> 7.63% 1800 Read : 5 MB ==> 7.69% 1450 1811 Read : 5 MB ==> 7.71% Read : 5 MB ==> 7.68% Read : 6 MB ==> 7.70% 1814 Read : 6 MB ==> 7.71% Read : 7 MB ==> 7.72% 1456 Read : 7 MB ==> 7.74% Read : 7 MB ==> 7.73% 1463 Read : 8 MB ==> 7.72% 1838 Read : 8 MB ==> 7.73% 1857 Read : 9 MB ==> 7.74% 1465 1469 1472 Read : 9 MB ==> 7.73% 1476 Read : 9 MB ==> 7.74% 1495 1505 Read : 10 MB ==> 7.74% 1510 Read : 10 MB ==> 7.73% 1524 Read : 10 MB ==> 7.73% Read : 11 MB ==> 7.73% 1541 Read : 11 MB ==> 7.72% 1551 Read : 12 MB ==> 7.70% 1905 Read : 12 MB ==> 7.69% 1556 Read : 12 MB ==> 7.69% 1561 Read : 13 MB ==> 7.69% Read : 13 MB ==> 7.67% 1573 Read : 13 MB ==> 7.68% 1906 1581 Read : 14 MB ==> 7.69% 1592 Read : 14 MB ==> 7.69% Read : 15 MB ==> 7.69% 1918 1602 Read : 15 MB ==> 7.70% 1930 Read : 15 MB ==> 7.70% 1605 Read : 16 MB ==> 7.71% Read : 16 MB ==> 7.69% 1608 Read : 17 MB ==> 7.70% Read : 17 MB ==> 7.70% 1620 Read : 18 MB ==> 7.70% Read : 18 MB ==> 7.70% Read : 19 MB ==> 7.70% Read : 19 MB ==> 7.70% Read : 19 MB ==> 7.70% Read : 20 MB ==> 7.71% Read : 20 MB ==> 7.71% Read : 21 MB ==> 7.73% 1641 Read : 21 MB ==> 7.73% Read : 22 MB ==> 7.74% 1931 Read : 22 MB ==> 7.74% Read : 23 MB ==> 7.74% Read : 23 MB ==> 7.74% 1947 1643 Read : 24 MB ==> 7.73% 1653 Read : 24 MB ==> 7.74% 1993 1666 Read : 24 MB ==> 7.73% 1679 Read : 25 MB ==> 7.73% 1684 Read : 25 MB ==> 7.74% 1696 Read : 26 MB ==> 7.74% 2020 Read : 26 MB ==> 7.73% Read : 27 MB ==> 7.74% 1708 2022 Read : 27 MB ==> 7.73% Read : 28 MB ==> 7.72% 2028 Read : 28 MB ==> 7.72% 1712 Read : 29 MB ==> 7.72% 2048 Read : 29 MB ==> 7.72% Read : 30 MB ==> 7.72% 1719 Read : 30 MB ==> 7.72% Read : 31 MB ==> 7.73% Read : 31 MB ==> 7.72% Read : 32 MB ==> 7.72% Read : 32 MB ==> 7.73% Read : 33 MB ==> 7.73% 1720 Read : 34 MB ==> 7.73% Read : 34 MB ==> 7.73% 1728 2051 Read : 35 MB ==> 7.74% Read : 35 MB ==> 7.74% 1734 Read : 36 MB ==> 7.74% 1737 Read : 36 MB ==> 7.75% 1743 Read : 36 MB ==> 7.75% 2056 Read : 37 MB ==> 7.75% 2070 1756 Read : 37 MB ==> 7.74% 1768 Read : 38 MB ==> 7.74% 2082 Read : 38 MB ==> 7.74% Read : 39 MB ==> 7.74% 1779 Read : 39 MB ==> 7.74% 2097 Read : 40 MB ==> 7.74% Read : 40 MB ==> 7.74% 2151 Read : 41 MB ==> 7.74% Read : 41 MB ==> 7.73% Read : 42 MB ==> 7.73% Read : 42 MB ==> 7.73% Read : 43 MB ==> 7.73% 2153 Read : 43 MB ==> 7.73% Read : 44 MB ==> 7.73% Read : 44 MB ==> 7.73% 1790 Read : 45 MB ==> 7.73% Read : 45 MB ==> 7.73% 1797 Read : 46 MB ==> 7.73% 2164 Read : 46 MB ==> 7.73% Read : 47 MB ==> 7.73% Read : 47 MB ==> 7.74% /*stdin*\ : 7.73% (50000000 => 3866422 bytes, /*stdout*\) roundTripTest: ./datagen -g50000000 -P94 | ../programs/zstd -v19 | ../programs/zstd -d *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1801 Read : 0 MB ==> 7.25% Read : 1 MB ==> 7.34% 1812 Read : 1 MB ==> 7.47% Read : 2 MB ==> 7.59% 2169 Read : 2 MB ==> 7.61% 1818 Read : 3 MB ==> 7.63% Read : 3 MB ==> 7.60% 2170 Read : 4 MB ==> 7.61% Read : 4 MB ==> 7.62% Read : 4 MB ==> 7.65% Read : 5 MB ==> 7.70% 1822 Read : 5 MB ==> 7.72% 1823 2175 Read : 5 MB ==> 7.69% 1827 Read : 6 MB ==> 7.71% 2187 Read : 6 MB ==> 7.72% 2229 1830 Read : 7 MB ==> 7.74% 1842 Read : 7 MB ==> 7.75% 1849 Read : 7 MB ==> 7.74% 2253 1852 Read : 8 MB ==> 7.75% 2259 Read : 8 MB ==> 7.74% 1853 Read : 8 MB ==> 7.75% 1859 Read : 9 MB ==> 7.74% 1867 Read : 9 MB ==> 7.75% 1870 Read : 9 MB ==> 7.76% 1887 Read : 10 MB ==> 7.75% 1892 Read : 10 MB ==> 7.74% Read : 10 MB ==> 7.74% 1902 Read : 10 MB ==> 7.74% Read : 11 MB ==> 7.75% Read : 11 MB ==> 7.75% Read : 11 MB ==> 7.72% Read : 12 MB ==> 7.72% Read : 12 MB ==> 7.70% 1918 Read : 12 MB ==> 7.71% 2274 Read : 12 MB ==> 7.71% Read : 13 MB ==> 7.70% 1923 Read : 13 MB ==> 7.69% Read : 13 MB ==> 7.70% Read : 14 MB ==> 7.71% Read : 14 MB ==> 7.71% Read : 14 MB ==> 7.71% 2281 Read : 15 MB ==> 7.72% Read : 15 MB ==> 7.72% Read : 16 MB ==> 7.72% Read : 16 MB ==> 7.71% Read : 16 MB ==> 7.71% 2307 Read : 17 MB ==> 7.72% Read : 17 MB ==> 7.72% 1928 Read : 17 MB ==> 7.71% Read : 18 MB ==> 7.72% 2309 1935 Read : 18 MB ==> 7.71% Read : 18 MB ==> 7.72% Read : 19 MB ==> 7.71% 1945 Read : 19 MB ==> 7.72% Read : 19 MB ==> 7.72% Read : 19 MB ==> 7.72% 2312 Read : 20 MB ==> 7.72% Read : 20 MB ==> 7.72% Read : 20 MB ==> 7.73% Read : 20 MB ==> 7.73% Read : 21 MB ==> 7.73% 1948 2313 Read : 21 MB ==> 7.75% Read : 21 MB ==> 7.75% 1956 Read : 22 MB ==> 7.75% 2314 1960 2323 Read : 22 MB ==> 7.76% 2324 1970 Read : 22 MB ==> 7.76% 2348 Read : 23 MB ==> 7.76% 2358 1971 2368 Read : 23 MB ==> 7.76% Read : 23 MB ==> 7.75% 2392 Read : 24 MB ==> 7.75% Read : 24 MB ==> 7.75% 2405 Read : 24 MB ==> 7.75% 1972 2424 Read : 25 MB ==> 7.75% 2447 2477 Read : 25 MB ==> 7.76% 2496 2513 Read : 26 MB ==> 7.75% 1977 2526 2530 Read : 26 MB ==> 7.75% Read : 26 MB ==> 7.75% 2550 Read : 26 MB ==> 7.75% 2576 Read : 27 MB ==> 7.75% 1978 2586 1982 Read : 27 MB ==> 7.75% Read : 27 MB ==> 7.74% Read : 28 MB ==> 7.74% 1985 Read : 28 MB ==> 7.74% 1995 Read : 28 MB ==> 7.74% Read : 29 MB ==> 7.74% 2601 Read : 29 MB ==> 7.73% Read : 29 MB ==> 7.73% 1996 Read : 29 MB ==> 7.74% Read : 30 MB ==> 7.73% Read : 30 MB ==> 7.74% 2005 Read : 30 MB ==> 7.74% Read : 30 MB ==> 7.74% Read : 31 MB ==> 7.74% 2603 Read : 31 MB ==> 7.74% Read : 31 MB ==> 7.74% Read : 31 MB ==> 7.73% Read : 32 MB ==> 7.73% Read : 32 MB ==> 7.73% 2009 Read : 32 MB ==> 7.74% Read : 32 MB ==> 7.75% Read : 33 MB ==> 7.75% 2620 Read : 33 MB ==> 7.75% 2632 Read : 33 MB ==> 7.75% Read : 33 MB ==> 7.75% 2641 Read : 34 MB ==> 7.75% 2012 2662 Read : 34 MB ==> 7.75% Read : 34 MB ==> 7.75% Read : 35 MB ==> 7.76% 2691 Read : 35 MB ==> 7.75% Read : 35 MB ==> 7.76% 2021 Read : 35 MB ==> 7.76% Read : 36 MB ==> 7.76% 2700 Read : 36 MB ==> 7.76% Read : 36 MB ==> 7.76% 2028 Read : 37 MB ==> 7.76% Read : 37 MB ==> 7.76% Read : 37 MB ==> 7.76% Read : 38 MB ==> 7.76% 2037 Read : 38 MB ==> 7.76% 2050 Read : 38 MB ==> 7.76% 2701 Read : 38 MB ==> 7.75% Read : 39 MB ==> 7.75% 2059 Read : 39 MB ==> 7.75% Read : 39 MB ==> 7.75% Read : 39 MB ==> 7.75% Read : 40 MB ==> 7.75% 2731 Read : 40 MB ==> 7.75% 2073 2738 Read : 40 MB ==> 7.75% 2758 Read : 40 MB ==> 7.75% 2083 Read : 41 MB ==> 7.75% 2087 Read : 41 MB ==> 7.75% 2089 2762 2778 Read : 41 MB ==> 7.75% 2787 Read : 41 MB ==> 7.74% 2095 Read : 42 MB ==> 7.74% 2804 2096 2805 Read : 42 MB ==> 7.74% 2823 Read : 42 MB ==> 7.74% 2102 Read : 42 MB ==> 7.74% 2111 2844 Read : 43 MB ==> 7.74% 2119 Read : 43 MB ==> 7.74% 2127 Read : 43 MB ==> 7.74% 2129 2152 Read : 43 MB ==> 7.74% 2848 Read : 44 MB ==> 7.74% 2155 2870 Read : 44 MB ==> 7.74% 2871 2156 2884 Read : 44 MB ==> 7.74% 2159 2164 2177 Read : 44 MB ==> 7.74% 2904 2909 2194 2927 Read : 45 MB ==> 7.74% 2202 2942 Read : 45 MB ==> 7.74% 2944 Read : 45 MB ==> 7.74% Read : 45 MB ==> 7.74% Read : 46 MB ==> 7.74% 2214 Read : 46 MB ==> 7.74% Read : 46 MB ==> 7.75% 2965 Read : 46 MB ==> 7.75% Read : 47 MB ==> 7.75% 2220 2985 Read : 47 MB ==> 7.75% 2999 /*stdin*\ : 7.75% (50000000 => 3874806 bytes, /*stdout*\) roundTripTest: ./datagen -g99000000 -P99 | ../programs/zstd -v20 | ../programs/zstd -d 2230 3001 2234 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 3033 Read : 0 MB ==> 3.73% 2238 3040 Read : 1 MB ==> 4.53% 2239 2250 Read : 1 MB ==> 4.93% Read : 2 MB ==> 5.18% 2254 Read : 2 MB ==> 5.28% 2263 Read : 2 MB ==> 5.34% Read : 3 MB ==> 5.42% 3056 2268 Read : 3 MB ==> 5.46% Read : 4 MB ==> 5.49% 2274 Read : 4 MB ==> 5.54% 2277 Read : 4 MB ==> 5.56% 2288 Read : 5 MB ==> 5.57% 3057 2294 3060 2302 Read : 5 MB ==> 5.61% 3067 2306 Read : 5 MB ==> 5.64% Read : 6 MB ==> 5.66% Read : 6 MB ==> 5.66% 2314 Read : 6 MB ==> 5.68% Read : 7 MB ==> 5.71% 2321 3076 Read : 7 MB ==> 5.71% 3077 2322 3081 Read : 7 MB ==> 5.72% 2327 Read : 8 MB ==> 5.72% 2336 Read : 8 MB ==> 5.72% 2343 Read : 8 MB ==> 5.73% Read : 8 MB ==> 5.75% Read : 9 MB ==> 5.74% Read : 9 MB ==> 5.74% 2344 Read : 9 MB ==> 5.75% 3084 Read : 9 MB ==> 5.74% 3093 Read : 10 MB ==> 5.74% Read : 10 MB ==> 5.74% 3124 2347 Read : 10 MB ==> 5.74% 3144 Read : 10 MB ==> 5.75% Read : 11 MB ==> 5.75% 2352 Read : 11 MB ==> 5.75% 2362 Read : 11 MB ==> 5.75% Read : 11 MB ==> 5.75% 2369 Read : 12 MB ==> 5.75% 2376 Read : 12 MB ==> 5.74% 3154 Read : 12 MB ==> 5.75% Read : 13 MB ==> 5.75% 2379 Read : 13 MB ==> 5.76% Read : 14 MB ==> 5.76% Read : 14 MB ==> 5.75% 2389 Read : 14 MB ==> 5.76% Read : 15 MB ==> 5.76% 3162 3184 Read : 15 MB ==> 5.77% 3204 Read : 15 MB ==> 5.77% 2403 Read : 15 MB ==> 5.77% 3241 Read : 16 MB ==> 5.77% 3243 2408 Read : 16 MB ==> 5.78% Read : 16 MB ==> 5.78% Read : 16 MB ==> 5.78% 3245 Read : 17 MB ==> 5.78% Read : 17 MB ==> 5.78% Read : 17 MB ==> 5.78% 3255 3256 Read : 17 MB ==> 5.78% Read : 18 MB ==> 5.78% Read : 18 MB ==> 5.78% Read : 18 MB ==> 5.78% 3258 Read : 18 MB ==> 5.78% Read : 19 MB ==> 5.79% 2409 Read : 19 MB ==> 5.80% Read : 19 MB ==> 5.80% 2410 Read : 19 MB ==> 5.80% Read : 20 MB ==> 5.80% 2423 Read : 20 MB ==> 5.81% Read : 21 MB ==> 5.81% Read : 21 MB ==> 5.80% Read : 21 MB ==> 5.81% Read : 22 MB ==> 5.81% Read : 22 MB ==> 5.81% 2430 Read : 22 MB ==> 5.81% Read : 23 MB ==> 5.81% Read : 23 MB ==> 5.81% 2432 3285 fuzzer tests completed Read : 24 MB ==> 5.82% Read : 24 MB ==> 5.82% Read : 24 MB ==> 5.82% 1/ 1 2443 Read : 25 MB ==> 5.83% Read : 25 MB ==> 5.83% Read : 25 MB ==> 5.83% Read : 26 MB ==> 5.83% 2454 Read : 26 MB ==> 5.83% Read : 27 MB ==> 5.83% Read : 27 MB ==> 5.83% 2466 Read : 27 MB ==> 5.83% Read : 28 MB ==> 5.83% Read : 28 MB ==> 5.84% Read : 28 MB ==> 5.83% 17 Read : 29 MB ==> 5.83% Read : 29 MB ==> 5.83% Read : 30 MB ==> 5.84% 34 Read : 30 MB ==> 5.84% Read : 30 MB ==> 5.84% Read : 31 MB ==> 5.84% Read : 31 MB ==> 5.85% Read : 31 MB ==> 5.85% 2467 Read : 32 MB ==> 5.85% Read : 32 MB ==> 5.86% Read : 33 MB ==> 5.86% 2478 Read : 33 MB ==> 5.86% Read : 33 MB ==> 5.86% 86 2479 Read : 34 MB ==> 5.86% Read : 34 MB ==> 5.86% Read : 34 MB ==> 5.86% Read : 35 MB ==> 5.86% 2488 Read : 35 MB ==> 5.86% Read : 36 MB ==> 5.86% Read : 36 MB ==> 5.86% 94 Read : 36 MB ==> 5.86% Read : 37 MB ==> 5.86% 2489 Read : 37 MB ==> 5.86% 2499 Read : 37 MB ==> 5.86% Read : 38 MB ==> 5.86% Read : 38 MB ==> 5.86% 2506 Read : 39 MB ==> 5.86% Read : 39 MB ==> 5.86% Read : 39 MB ==> 5.86% 2515 Read : 40 MB ==> 5.86% 96 Read : 40 MB ==> 5.86% Read : 40 MB ==> 5.86% 2527 115 Read : 41 MB ==> 5.86% Read : 41 MB ==> 5.86% 2530 119 Read : 42 MB ==> 5.87% Read : 42 MB ==> 5.87% Read : 42 MB ==> 5.88% Read : 43 MB ==> 5.87% Read : 43 MB ==> 5.87% 2543 Read : 43 MB ==> 5.87% Read : 44 MB ==> 5.87% Read : 44 MB ==> 5.87% Read : 45 MB ==> 5.87% 2544 Read : 45 MB ==> 5.87% Read : 45 MB ==> 5.87% Read : 46 MB ==> 5.87% Read : 46 MB ==> 5.88% 2547 Read : 46 MB ==> 5.87% Read : 47 MB ==> 5.88% 2552 Read : 47 MB ==> 5.88% Read : 47 MB ==> 5.88% Read : 48 MB ==> 5.88% Read : 48 MB ==> 5.88% Read : 49 MB ==> 5.88% Read : 49 MB ==> 5.88% Read : 49 MB ==> 5.88% Read : 50 MB ==> 5.88% 2556 Read : 50 MB ==> 5.88% Read : 50 MB ==> 5.88% 2566 Read : 51 MB ==> 5.88% Read : 51 MB ==> 5.88% Read : 52 MB ==> 5.89% 2569 Read : 52 MB ==> 5.89% Read : 52 MB ==> 5.89% 2573 Read : 53 MB ==> 5.89% 2583 Read : 53 MB ==> 5.89% 2593 Read : 53 MB ==> 5.89% 2599 Read : 54 MB ==> 5.89% Read : 54 MB ==> 5.89% Read : 55 MB ==> 5.89% 2602 Read : 55 MB ==> 5.89% Read : 55 MB ==> 5.89% 2606 Read : 56 MB ==> 5.89% 134 Read : 56 MB ==> 5.89% Read : 56 MB ==> 5.89% 2615 181 Read : 57 MB ==> 5.89% 194 Read : 57 MB ==> 5.89% 2619 Read : 58 MB ==> 5.89% Read : 58 MB ==> 5.89% Read : 58 MB ==> 5.89% 200 Read : 59 MB ==> 5.89% 207 Read : 59 MB ==> 5.89% 2628 Read : 59 MB ==> 5.89% 2630 Read : 60 MB ==> 5.89% 2631 Read : 60 MB ==> 5.89% Read : 61 MB ==> 5.89% 225 Read : 61 MB ==> 5.89% 251 Read : 61 MB ==> 5.89% Read : 62 MB ==> 5.89% Read : 62 MB ==> 5.89% Read : 62 MB ==> 5.89% 2639 Read : 63 MB ==> 5.89% 270 Read : 63 MB ==> 5.90% Read : 64 MB ==> 5.90% 2642 Read : 64 MB ==> 5.90% Read : 64 MB ==> 5.90% 292 Read : 65 MB ==> 5.90% 2648 Read : 65 MB ==> 5.90% Read : 65 MB ==> 5.90% Read : 66 MB ==> 5.90% 2660 Read : 66 MB ==> 5.90% Read : 66 MB ==> 5.90% Read : 67 MB ==> 5.90% Read : 67 MB ==> 5.90% Read : 68 MB ==> 5.90% Read : 68 MB ==> 5.90% Read : 68 MB ==> 5.90% Read : 69 MB ==> 5.90% 2672 Read : 69 MB ==> 5.90% Read : 69 MB ==> 5.90% Read : 70 MB ==> 5.90% 293 Read : 70 MB ==> 5.90% 2679 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% 2690 308 Read : 72 MB ==> 5.90% Read : 73 MB ==> 5.90% 2699 Read : 73 MB ==> 5.90% 2706 Read : 73 MB ==> 5.91% 2710 312 Read : 73 MB ==> 5.91% 337 362 Read : 74 MB ==> 5.91% 2714 2716 Read : 74 MB ==> 5.91% 2721 Read : 74 MB ==> 5.91% 2726 2731 Read : 74 MB ==> 5.91% 402 2734 413 Read : 75 MB ==> 5.91% 448 2737 465 Read : 75 MB ==> 5.91% 486 2739 492 2750 499 Read : 75 MB ==> 5.91% 2752 511 2766 2770 534 Read : 75 MB ==> 5.91% 2772 548 597 604 Read : 76 MB ==> 5.91% 2775 Read : 76 MB ==> 5.91% Read : 76 MB ==> 5.91% 2782 608 Read : 77 MB ==> 5.90% 2783 631 2793 Read : 77 MB ==> 5.90% 645 2807 Read : 77 MB ==> 5.90% 668 2811 Read : 78 MB ==> 5.90% 672 686 Read : 78 MB ==> 5.90% 689 Read : 78 MB ==> 5.90% 2816 Read : 78 MB ==> 5.90% 2820 Read : 79 MB ==> 5.90% Read : 79 MB ==> 5.90% 2833 Read : 79 MB ==> 5.90% Read : 80 MB ==> 5.90% Read : 80 MB ==> 5.90% 2845 Read : 80 MB ==> 5.90% 2847 Read : 81 MB ==> 5.90% 696 Read : 81 MB ==> 5.90% 2849 Read : 81 MB ==> 5.90% 2857 Read : 82 MB ==> 5.90% Read : 82 MB ==> 5.90% 2873 Read : 82 MB ==> 5.90% 2881 2892 Read : 83 MB ==> 5.90% Read : 83 MB ==> 5.90% Read : 84 MB ==> 5.90% 701 2894 Read : 84 MB ==> 5.90% 2900 Read : 84 MB ==> 5.90% 2907 Read : 85 MB ==> 5.90% 2916 Read : 85 MB ==> 5.90% Read : 85 MB ==> 5.90% 719 Read : 86 MB ==> 5.90% 775 Read : 86 MB ==> 5.90% Read : 87 MB ==> 5.90% 2928 Read : 87 MB ==> 5.90% 2929 Read : 87 MB ==> 5.90% 2947 Read : 88 MB ==> 5.90% 2966 Read : 88 MB ==> 5.90% Read : 88 MB ==> 5.90% 793 2972 Read : 89 MB ==> 5.90% 2980 Read : 89 MB ==> 5.90% Read : 90 MB ==> 5.90% 846 Read : 90 MB ==> 5.90% 2981 Read : 90 MB ==> 5.90% Read : 91 MB ==> 5.90% 847 2983 Read : 91 MB ==> 5.90% 864 3000 Read : 91 MB ==> 5.90% 876 Read : 92 MB ==> 5.90% 3008 Read : 92 MB ==> 5.90% 902 3019 Read : 93 MB ==> 5.90% 906 Read : 93 MB ==> 5.90% 3028 Read : 93 MB ==> 5.90% Read : 94 MB ==> 5.90% /*stdin*\ : 5.90% (99000000 => 5842434 bytes, /*stdout*\) roundTripTest: ./datagen -g6000000000 -P99 | ../programs/zstd -v1 | ../programs/zstd -d 3034 911 3042 3061 3072 934 3085 948 3101 3110 3126 965 3143 3153 967 3163 3165 968 3168 1011 3178 1028 1052 3190 3197 1080 3207 3208 1100 3216 3232 3234 3247 3266 3273 3278 3283 3301 1121 1129 1133 3303 3313 1150 1156 3327 3342 3347 1187 1192 3351 3363 3371 3379 3393 3399 3404 3424 3440 1231 3448 3452 1236 1244 3454 1249 1268 3455 3477 3482 1304 3491 1319 *** zstd command line interface 64-bits v1.1.4, by Yann Collet *** 1337 1368 Read : 53 MB ==> 9.41% Read : 101 MB ==> 9.41% 1383 Read : 152 MB ==> 9.41% 1392 1402 3494 Read : 200 MB ==> 9.42% 1406 Read : 246 MB ==> 9.41% 1411 3501 Read : 296 MB ==> 9.41% 3507 Read : 343 MB ==> 9.41% 1450 Read : 392 MB ==> 9.42% Read : 446 MB ==> 9.42% 3516 Read : 499 MB ==> 9.41% 3523 Read : 553 MB ==> 9.41% 3527 1504 Read : 607 MB ==> 9.41% 3533 Read : 658 MB ==> 9.42% Read : 712 MB ==> 9.42% Read : 762 MB ==> 9.42% 3538 1540 Read : 810 MB ==> 9.42% 1573 Read : 853 MB ==> 9.42% 3541 Read : 899 MB ==> 9.42% Read : 940 MB ==> 9.42% 3546 Read : 985 MB ==> 9.42% 1589 3556 Read : 1024 MB ==> 9.42% 3567 1597 Read : 1073 MB ==> 9.42% 3583 3602 Read : 1123 MB ==> 9.42% 1602 3622 Read : 1174 MB ==> 9.42% 3636 1620 3641 Read : 1218 MB ==> 9.42% 1633 3642 Read : 1263 MB ==> 9.42% 3648 1643 3649 Read : 1307 MB ==> 9.42% 3658 1647 3662 Read : 1342 MB ==> 9.42% 3663 3665 3670 Read : 1381 MB ==> 9.42% 1663 3678 3688 1678 Read : 1422 MB ==> 9.42% 3690 1686 3696 Read : 1455 MB ==> 9.42% 3713 1693 Read : 1490 MB ==> 9.42% 3717 Read : 1527 MB ==> 9.42% 3730 Read : 1570 MB ==> 9.42% 1698 Read : 1619 MB ==> 9.42% 3742 Read : 1665 MB ==> 9.42% 1705 Read : 1703 MB ==> 9.42% 1712 1753 Read : 1736 MB ==> 9.42% 1767 Read : 1775 MB ==> 9.42% 3752 1781 Read : 1820 MB ==> 9.42% 3754 1803 3758 Read : 1856 MB ==> 9.42% 1814 Read : 1895 MB ==> 9.42% 3764 Read : 1928 MB ==> 9.42% Read : 1957 MB ==> 9.42% 1838 3777 1857 Read : 1988 MB ==> 9.42% Read : 2034 MB ==> 9.42% 3784 Read : 2084 MB ==> 9.42% 3795 3809 Read : 2125 MB ==> 9.42% 3813 Read : 2171 MB ==> 9.42% 1905 Read : 2218 MB ==> 9.42% 1906 Read : 2262 MB ==> 9.42% 3819 Read : 2306 MB ==> 9.42% 3826 1918 3829 3839 Read : 2353 MB ==> 9.42% 3841 Read : 2405 MB ==> 9.42% Read : 2456 MB ==> 9.42% Read : 2509 MB ==> 9.42% Read : 2553 MB ==> 9.42% 1931 3848 Read : 2596 MB ==> 9.42% 1993 3849 Read : 2637 MB ==> 9.42% 3856 Read : 2679 MB ==> 9.42% Read : 2721 MB ==> 9.42% 3859 2020 3868 Read : 2769 MB ==> 9.42% 3872 2022 Read : 2815 MB ==> 9.42% 2048 3882 Read : 2856 MB ==> 9.42% Read : 2899 MB ==> 9.42% 3883 Read : 2938 MB ==> 9.42% Read : 2984 MB ==> 9.42% 2051 3890 Read : 3037 MB ==> 9.42% Read : 3090 MB ==> 9.42% Read : 3142 MB ==> 9.42% 3893 3897 2056 Read : 3195 MB ==> 9.42% 3904 Read : 3247 MB ==> 9.42% 2070 Read : 3300 MB ==> 9.42% Read : 3353 MB ==> 9.42% 3925 Read : 3407 MB ==> 9.42% 2082 3926 Read : 3460 MB ==> 9.42% 3927 Read : 3511 MB ==> 9.42% 3937 Read : 3564 MB ==> 9.42% 2097 3943 2151 Read : 3616 MB ==> 9.42% 3951 2153 Read : 3669 MB ==> 9.42% 3961 Read : 3723 MB ==> 9.42% 3962 2164 Read : 3777 MB ==> 9.42% Read : 3831 MB ==> 9.42% 3971 Read : 3885 MB ==> 9.42% Read : 3939 MB ==> 9.42% 3981 2169 3982 Read : 3987 MB ==> 9.42% 2175 3985 2187 3995 Read : 4040 MB ==> 9.42% 2229 3996 Read : 4092 MB ==> 9.42% 4001 Read : 4147 MB ==> 9.42% Read : 4202 MB ==> 9.42% 4003 Read : 4256 MB ==> 9.42% 2253 4004 Read : 4310 MB ==> 9.42% 4019 2259 Read : 4364 MB ==> 9.42% 4033 Read : 4415 MB ==> 9.42% Read : 4466 MB ==> 9.42% Read : 4520 MB ==> 9.42% Read : 4573 MB ==> 9.42% 4042 Read : 4623 MB ==> 9.42% Read : 4673 MB ==> 9.42% 4050 Read : 4725 MB ==> 9.42% Read : 4775 MB ==> 9.42% 4053 Read : 4827 MB ==> 9.42% 4056 Read : 4878 MB ==> 9.42% 4061 2274 Read : 4928 MB ==> 9.42% 4062 2281 4072 Read : 4977 MB ==> 9.42% Read : 5029 MB ==> 9.42% 2307 4078 Read : 5080 MB ==> 9.42% 2309 4080 Read : 5132 MB ==> 9.42% Read : 5183 MB ==> 9.42% 4085 4091 Read : 5237 MB ==> 9.42% 2312 4105 Read : 5289 MB ==> 9.42% 2317 2323 Read : 5342 MB ==> 9.42% 4122 Read : 5395 MB ==> 9.42% 4130 2324 Read : 5448 MB ==> 9.42% 4137 2348 Read : 5500 MB ==> 9.42% 2362 4153 Read : 5552 MB ==> 9.42% 2392 Read : 5604 MB ==> 9.42% 4163 4182 Read : 5656 MB ==> 9.42% 2405 2417 4190 Read : 5706 MB ==> 9.42% /*stdin*\ : 9.42% (6000000000 => 564962202 bytes, /*stdout*\) 4200 2452 4201 4215 2496 4235 2507 4248 4253 2526 4256 2529 4262 4268 4275 2550 4291 4298 2576 2577 4299 2591 4305 4310 2601 4316 4321 4325 2603 2617 4326 4329 4343 2620 2632 2641 4348 2660 2662 4350 4351 2691 2700 4352 2711 4355 4363 4366 2731 4375 4388 4389 2738 4397 2745 4400 2758 4403 4407 4417 2762 2778 4426 2804 2820 4429 4440 4449 4451 4453 2844 4459 2848 4475 4488 2870 4490 2884 4492 4499 4500 2904 2909 4506 2942 4509 4511 2944 4517 4527 4531 4534 4537 2965 4556 2985 4565 2999 3033 3040 4571 4591 4606 3056 4614 4615 3057 4618 3060 3064 4621 4633 4647 4654 3076 3079 4660 4665 4683 4689 4695 4705 4719 4726 4728 4742 4750 4755 4766 3084 4772 3093 3124 3146 4777 4786 3154 fuzzer tests completed 4800 4821 4828 4841 4852 4855 4876 4881 4886 4894 4895 4901 4916 4923 4932 4935 4952 4957 4972 4983 4990 4994 4995 5009 5026 5029 5034 5042 5053 5076 5082 5089 5100 5117 5118 5121 5133 5138 5142 5153 5177 5191 5199 5204 5210 5221 5225 5235 5242 5248 5251 5258 5272 5281 5294 5309 5316 5322 5330 5331 5333 5342 5361 5364 5368 5371 5387 5399 5400 5418 5420 5428 5435 5436 5441 5448 5451 5472 5480 5491 5498 5511 5516 5542 5546 5552 5553 5565 5566 5585 5605 5610 5625 5631 5642 5658 5667 5675 5679 5686 5697 5700 5705 5717 5724 5728 5739 5746 5750 5760 5766 5768 5776 5778 5789 5792 5795 5814 5823 5832 5835 5839 5855 5886 5898 5915 5930 5931 5938 5951 5959 5966 5968 5969 5971 5976 5978 5984 5999 6005 6018 6026 6027 6033 6035 6039 6042 6058 6062 6085 6099 6117 6133 6136 6144 6145 6147 6163 6175 6199 6210 6224 6233 6234 6242 6250 6251 6261 6268 6271 6275 6279 6290 6296 6298 6312 6318 6334 6347 6353 6360 6384 6390 6408 6415 6428 6430 6440 6448 6451 6462 6475 6476 6481 6491 6504 6510 6517 6528 6542 6551 6554 6574 6580 6590 6609 6614 6630 6643 6653 6658 6663 6665 6669 6674 6683 6692 6701 6708 6713 6716 6717 6727 6728 6730 6752 6764 6767 6785 6792 6802 6813 6830 6840 6847 6856 6864 6868 6872 6893 6903 6916 6928 6929 6942 6948 6954 6960 6969 6973 6985 7001 7013 7019 7030 7044 7053 7067 7068 7069 7071 7077 7090 7100 7105 7129 7131 7146 7185 7193 7195 7199 7207 7220 7227 7233 7243 7251 7257 7266 7273 7284 7290 7293 7299 7304 7310 7322 7329 7344 7347 7361 7375 7379 7380 7384 7387 7396 7403 7409 7414 7417 7418 7426 7436 7439 7455 7463 7464 7468 7480 7485 7498 7512 7524 7534 7542 7551 7562 7574 7583 7592 7596 7608 7627 7629 7637 7645 7648 7661 7665 7667 7676 7685 7705 7711 7719 7733 7741 7744 7760 7766 7770 7785 7790 7800 7807 7816 7817 7825 7833 7836 7838 7843 7849 7855 7876 7882 7886 7900 7906 7911 7929 7941 7943 7950 7955 7962 7964 7973 7984 7992 8010 8015 8028 8030 8045 8052 8062 8069 8074 8083 8092 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 RangeTest.Td RangeTest.d g++ utils/test/RangeTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/RangeTest mv -f RoundTripTest.Td RoundTripTest.d g++ utils/test/ScopeGuardTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ScopeGuardTest 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' mv -f BufferTest.Td BufferTest.d g++ utils/test/BufferTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/BufferTest mv -f PzstdTest.Td PzstdTest.d g++ test/PzstdTest.o ../../programs/datagen.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o test/PzstdTest 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 ThreadPoolTest.Td ThreadPoolTest.d g++ utils/test/ThreadPoolTest.o -Wno-deprecated-declarations -lgtest -lgtest_main -lpthread -o utils/test/ThreadPoolTest 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 (0 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (0 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 (0 ms) [----------] 2 tests from ResourcePool (0 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 (1 ms) [ RUN ] ScopeGuard.Executes [ OK ] ScopeGuard.Executes (0 ms) [----------] 2 tests from ScopeGuard (1 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (1 ms total) [ PASSED ] 2 tests. ./utils/test/ThreadPoolTest Running main() from gtest_main.cc [==========] Running 3 tests from 1 test case. [----------] Global test environment set-up. [----------] 3 tests from ThreadPool [ RUN ] ThreadPool.Ordering [ OK ] ThreadPool.Ordering (1 ms) [ RUN ] ThreadPool.AllJobsFinished [ OK ] ThreadPool.AllJobsFinished (1 ms) [ RUN ] ThreadPool.AddJobWhileJoining [ OK ] ThreadPool.AddJobWhileJoining (1002 ms) [----------] 3 tests from ThreadPool (1004 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (1004 ms total) [ PASSED ] 3 tests. ./utils/test/WorkQueueTest Running main() from gtest_main.cc [==========] Running 10 tests from 2 test cases. [----------] Global test environment set-up. [----------] 9 tests from WorkQueue [ RUN ] WorkQueue.SingleThreaded [ OK ] WorkQueue.SingleThreaded (0 ms) [ RUN ] WorkQueue.SPSC [ OK ] WorkQueue.SPSC (0 ms) [ RUN ] WorkQueue.SPMC [ OK ] WorkQueue.SPMC (1 ms) [ RUN ] WorkQueue.MPMC [ OK ] WorkQueue.MPMC (1 ms) [ RUN ] WorkQueue.BoundedSizeWorks [ OK ] WorkQueue.BoundedSizeWorks (0 ms) [ RUN ] WorkQueue.BoundedSizePushAfterFinish [ OK ] WorkQueue.BoundedSizePushAfterFinish (1000 ms) [ RUN ] WorkQueue.SetMaxSize [ OK ] WorkQueue.SetMaxSize (1001 ms) [ RUN ] WorkQueue.BoundedSizeMPMC [ OK ] WorkQueue.BoundedSizeMPMC (7 ms) [ RUN ] WorkQueue.FailedPush [ OK ] WorkQueue.FailedPush (0 ms) [----------] 9 tests from WorkQueue (2011 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. (2011 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 (1 ms) [----------] 15 tests from Options (1 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test case ran. (1 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: 1810002237 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 (841 ms) [ RUN ] Pzstd.LargeSizes Pzstd.LargeSizes seed: 182746352 [ OK ] Pzstd.LargeSizes (2105 ms) [ RUN ] Pzstd.ExtremelyCompressible /tmp/fileNh4vr5 : 0.34% ( 10000 => 34 bytes, /tmp/filet3YXz9) /tmp/filet3YXz9 : 10000 bytes [ OK ] Pzstd.ExtremelyCompressible (4 ms) [----------] 3 tests from Pzstd (2950 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test case ran. (2950 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.78460 + 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.tXbLqe 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.yTfxwl 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.fvpwAv 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.0muOpI 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.VDnc4X 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.uBOntg Creating pzstd-debuginfo package Processing files: libzstd-1.1.4-alt1.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.54787 + 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.dsjHTB find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/zstd-buildroot/lib64/libzstd.so.1: 134 symbols, 18 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IVFY9Z 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.Lm6ubr 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.kqw6ZU 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.7Q6hyr 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.YT7YV0 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.lPmBaD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.C1ZE8h 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.7MffVZ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yWQuCK 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.NpvJ7x find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Q6rHro 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 944.73user 19.14system 9:30.77elapsed 168%CPU (0avgtext+0avgdata 1128536maxresident)k 0inputs+0outputs (0major+3379836minor)pagefaults 0swaps 949.02user 21.46system 9:41.80elapsed 166%CPU (0avgtext+0avgdata 1128536maxresident)k 0inputs+0outputs (0major+3751948minor)pagefaults 0swaps