<86>Dec 4 16:14:20 userdel[3027295]: delete user 'rooter' <86>Dec 4 16:14:20 userdel[3027295]: removed group 'rooter' owned by 'rooter' <86>Dec 4 16:14:20 groupadd[3027307]: group added to /etc/group: name=rooter, GID=615 <86>Dec 4 16:14:20 groupadd[3027307]: group added to /etc/gshadow: name=rooter <86>Dec 4 16:14:20 groupadd[3027307]: new group: name=rooter, GID=615 <86>Dec 4 16:14:20 useradd[3027316]: new user: name=rooter, UID=615, GID=615, home=/root, shell=/bin/bash <86>Dec 4 16:14:20 userdel[3027334]: delete user 'builder' <86>Dec 4 16:14:20 userdel[3027334]: removed group 'builder' owned by 'builder' <86>Dec 4 16:14:20 userdel[3027334]: removed shadow group 'builder' owned by 'builder' <86>Dec 4 16:14:20 groupadd[3027344]: group added to /etc/group: name=builder, GID=616 <86>Dec 4 16:14:20 groupadd[3027344]: group added to /etc/gshadow: name=builder <86>Dec 4 16:14:20 groupadd[3027344]: new group: name=builder, GID=616 <86>Dec 4 16:14:20 useradd[3027352]: new user: name=builder, UID=616, GID=616, home=/usr/src, shell=/bin/bash warning: Macro %s not found warning: Macro %s not found <13>Dec 4 16:14:22 rpmi: libgtest0-1.10.0-alt1 sisyphus+254111.100.1.1 1593210157 installed <13>Dec 4 16:14:22 rpmi: gcc-c++-common-1.4.26-alt1 icarus+262780.400.2.1 1606887104 installed <13>Dec 4 16:14:23 rpmi: libstdc++10-devel-10.2.1-alt2 icarus+262842.100.1.1 1606948274 installed <13>Dec 4 16:14:23 rpmi: gcc10-c++-10.2.1-alt2 icarus+262842.100.1.1 1606948274 installed <13>Dec 4 16:14:23 rpmi: gcc-c++-10-alt1 icarus+262780.300.2.1 1606888886 installed <13>Dec 4 16:14:23 rpmi: libgtest-devel-1.10.0-alt1 sisyphus+254111.100.1.1 1593210157 installed warning: Macro %s not found warning: Macro %s not found Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/zstd-1.4.5-alt2.nosrc.rpm warning: Macro %s not found warning: Macro %s not found Installing zstd-1.4.5-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.14388 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf zstd-1.4.5-alt2 + echo 'Source #0 (zstd-1.4.5-alt2.tar):' Source #0 (zstd-1.4.5-alt2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/zstd-1.4.5-alt2.tar + cd zstd-1.4.5-alt2 + /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.14388 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd zstd-1.4.5-alt2 ++ getconf LFS_CFLAGS + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + export 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + for dir in lib programs + make -j8 -C lib all PREFIX=/usr LIBDIR=/usr/lib GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/lib' creating pkgconfig make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/lib' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/lib' compiling dynamic library 1.4.5 compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': compress/zstd_compress.c:2913:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 2913 | size_t const hufHeaderSize = HUF_readCTable((HUF_CElt*)bs->entropy.huf.CTable, &maxSymbolValue, dictPtr, | ^~ compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals': compress/zstd_compress_literals.c:108:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 108 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : | ^~~~~~~ compress/zstd_compress_literals.c:112:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 112 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); | ^~~~~~~ compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': compress/zstd_compress_superblock.c:116:76: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 116 | if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue)) { | ^~~~~~~ compress/zstd_compress_superblock.c:123:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 123 | { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, | ^~~~~~~ compress/zstd_compress_superblock.c:130:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 130 | (HUF_CElt*)nextHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ compress/zstd_compress_superblock.c:133:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 133 | (HUF_CElt*)nextHuf->CTable, maxSymbolValue, huffLog); | ^~~~~~~ compress/zstd_compress_superblock.c:137:42: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 137 | (HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock': compress/zstd_compress_superblock.c:553:74: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 553 | { size_t cLitSize = ZSTD_compressSubBlock_literal((const HUF_CElt*)entropy->huf.CTable, | ^~~~~~~ compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': compress/zstd_compress_superblock.c:594:83: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 594 | { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue); | ^~~ creating versioned links make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/lib' + for dir in lib programs + make -j8 -C programs all PREFIX=/usr LIBDIR=/usr/lib GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=0 -c -o timefn.o timefn.c make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=0 -c -o datagen.o datagen.c make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=0 -c -o benchfn.o benchfn.c make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=0 -c -o dibio.o dibio.c make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=0 -c -o util.o util.c make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=0 -c -o benchzstd.o benchzstd.c make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=0 -c -o zstdcli.o zstdcli.c make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=0 -c -o fileio.o fileio.c make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' ==> building with threading support ==> no zlib, building zstd without .gz support ==> no liblzma, building zstd without .xz/.lzma support ==> no liblz4, building zstd without .lz4 support cc -DXXH_NAMESPACE=ZSTD_ -DZSTD_MULTITHREAD -DZSTD_LEGACY_SUPPORT=0 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -pthread ../lib/common/debug.c ../lib/common/entropy_common.c ../lib/common/error_private.c ../lib/common/fse_decompress.c ../lib/common/pool.c ../lib/common/threading.c ../lib/common/xxhash.c ../lib/common/zstd_common.c ../lib/compress/fse_compress.c ../lib/compress/hist.c ../lib/compress/huf_compress.c ../lib/compress/zstd_compress.c ../lib/compress/zstd_compress_literals.c ../lib/compress/zstd_compress_sequences.c ../lib/compress/zstd_compress_superblock.c ../lib/compress/zstd_double_fast.c ../lib/compress/zstd_fast.c ../lib/compress/zstd_lazy.c ../lib/compress/zstd_ldm.c ../lib/compress/zstd_opt.c ../lib/compress/zstdmt_compress.c ../lib/decompress/huf_decompress.c ../lib/decompress/zstd_ddict.c ../lib/decompress/zstd_decompress.c ../lib/decompress/zstd_decompress_block.c ../lib/dictBuilder/cover.c ../lib/dictBuilder/divsufsort.c ../lib/dictBuilder/fastcover.c ../lib/dictBuilder/zdict.c benchfn.o benchzstd.o datagen.o dibio.o fileio.o timefn.o util.o zstdcli.o -o zstd -pthread ../lib/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': ../lib/compress/zstd_compress.c:2913:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 2913 | size_t const hufHeaderSize = HUF_readCTable((HUF_CElt*)bs->entropy.huf.CTable, &maxSymbolValue, dictPtr, | ^~ ../lib/compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals': ../lib/compress/zstd_compress_literals.c:108:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 108 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : | ^~~~~~~ ../lib/compress/zstd_compress_literals.c:112:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 112 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': ../lib/compress/zstd_compress_superblock.c:116:76: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 116 | if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue)) { | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:123:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 123 | { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:130:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 130 | (HUF_CElt*)nextHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:133:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 133 | (HUF_CElt*)nextHuf->CTable, maxSymbolValue, huffLog); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:137:42: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 137 | (HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock': ../lib/compress/zstd_compress_superblock.c:553:74: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 553 | { size_t cLitSize = ZSTD_compressSubBlock_literal((const HUF_CElt*)entropy->huf.CTable, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': ../lib/compress/zstd_compress_superblock.c:594:83: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 594 | { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue); | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' + make -j8 -C contrib/pzstd PREFIX=/usr LIBDIR=/usr/lib GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF SkippableFrame.Td -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c SkippableFrame.cpp -o SkippableFrame.o mv -f SkippableFrame.Td SkippableFrame.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF main.Td -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c main.cpp -o main.o mv -f main.Td main.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF Options.Td -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c Options.cpp -o Options.o mv -f Options.Td Options.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF Pzstd.Td -I../../lib -I../../lib/common -I../../programs -I. -DNDEBUG -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c Pzstd.cpp -o Pzstd.o mv -f Pzstd.Td Pzstd.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ main.o ../../programs/util.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -o pzstd make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.54991 + 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.4.5-alt2 + export CC=false CXX=false + CC=false + CXX=false + for dir in lib programs + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/zstd-buildroot -C lib INSTALL_SCRIPT=: PREFIX=/usr LIBDIR=/usr/lib GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/lib' Installing shared library Installing includes zstd static and shared library installed make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/lib' + for dir in lib programs + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/zstd-buildroot -C programs INSTALL_SCRIPT=: PREFIX=/usr LIBDIR=/usr/lib GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/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 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 /bin/install -p -m 644 zstdgrep.1 /usr/src/tmp/zstd-buildroot/usr/share/man/man1/zstdgrep.1 /bin/install -p -m 644 zstdless.1 /usr/src/tmp/zstd-buildroot/usr/share/man/man1/zstdless.1 zstd installation completed make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/programs' + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/zstd-buildroot -C contrib/pzstd PREFIX=/usr LIBDIR=/usr/lib GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/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.4.5-alt2/contrib/pzstd' + mkdir -p /usr/src/tmp/zstd-buildroot/lib + for f in /usr/src/tmp/zstd-buildroot/usr/lib/*.so ++ readlink -v /usr/src/tmp/zstd-buildroot/usr/lib/libzstd.so + t=libzstd.so.1.4.5 + ln -rsnf /usr/src/tmp/zstd-buildroot/lib/libzstd.so.1.4.5 /usr/src/tmp/zstd-buildroot/usr/lib/libzstd.so + mv /usr/src/tmp/zstd-buildroot/usr/lib/libzstd.so.1 /usr/src/tmp/zstd-buildroot/usr/lib/libzstd.so.1.4.5 /usr/src/tmp/zstd-buildroot/lib/ + grep -Frsl /usr/local /usr/src/tmp/zstd-buildroot + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/zstd-buildroot (auto) mode of './lib/libzstd.so.1.4.5' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/zstd-buildroot (binconfig,pkgconfig,libtool,desktop) /usr/lib/pkgconfig/libzstd.pc: Cflags: '-I${includedir}' --> '' /usr/lib/pkgconfig/libzstd.pc: Libs: '-L${libdir} -lzstd' --> '-lzstd' Checking contents of files in /usr/src/tmp/zstd-buildroot/ (default) Compressing files in /usr/src/tmp/zstd-buildroot (auto) removed '/usr/src/tmp/zstd-buildroot/usr/share/man/man1/unzstd.1' '/usr/src/tmp/zstd-buildroot/usr/share/man/man1/unzstd.1.xz' -> 'zstd.1.xz' removed '/usr/src/tmp/zstd-buildroot/usr/share/man/man1/zstdcat.1' '/usr/src/tmp/zstd-buildroot/usr/share/man/man1/zstdcat.1.xz' -> 'zstd.1.xz' Adjusting library links in /usr/src/tmp/zstd-buildroot ./lib: libzstd.so.1 -> libzstd.so.1.4.5 ./usr/lib: Verifying ELF objects in /usr/src/tmp/zstd-buildroot (arch=strict,fhs=strict,lfs=strict,lint=strict,rpath=strict,stack=strict,textrel=strict,unresolved=strict) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.49030 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd zstd-1.4.5-alt2 ++ getconf LFS_CFLAGS + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + export 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' + make -j8 -k -C tests test PREFIX=/usr LIBDIR=/usr/lib GZFILES= ZSTD_LEGACY_SUPPORT=0 HAVE_ZLIB=0 make -C ../programs zstd MOREFLAGS+="-g -DDEBUGLEVEL=1" make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/debug.c -o zstdmt_m_debug.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/decompress/zstd_ddict.c -o zstdmt_d_zstd_ddict.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/error_private.c -o zstdmt_m_error_private.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/entropy_common.c -o zstdmt_m_entropy_common.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make[1]: 'zstd' is up to date. make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/threading.c -o zstdmt_m_threading.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../programs/datagen.c datagencli.c -o datagen make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/pool.c -o zstdmt_m_pool.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/zstd_common.c -o zstdmt_m_zstd_common.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/hist.c -o zstdmt_c_hist.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/xxhash.c -o zstdmt_m_xxhash.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/fse_decompress.c -o zstdmt_m_fse_decompress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_compress_literals.c -o zstdmt_c_zstd_compress_literals.o ../lib/compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals': ../lib/compress/zstd_compress_literals.c:108:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 108 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : | ^~~~~~~ ../lib/compress/zstd_compress_literals.c:112:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 112 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); | ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/fse_compress.c -o zstdmt_c_fse_compress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/decompress/zstd_decompress.c -o zstdmt_d_zstd_decompress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/huf_compress.c -o zstdmt_c_huf_compress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_compress_sequences.c -o zstdmt_c_zstd_compress_sequences.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/decompress/zstd_decompress_block.c -o zstdmt_d_zstd_decompress_block.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_compress_superblock.c -o zstdmt_c_zstd_compress_superblock.o ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': ../lib/compress/zstd_compress_superblock.c:116:76: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 116 | if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue)) { | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:123:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 123 | { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:130:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 130 | (HUF_CElt*)nextHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:133:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 133 | (HUF_CElt*)nextHuf->CTable, maxSymbolValue, huffLog); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:137:42: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 137 | (HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock': ../lib/compress/zstd_compress_superblock.c:553:74: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 553 | { size_t cLitSize = ZSTD_compressSubBlock_literal((const HUF_CElt*)entropy->huf.CTable, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': ../lib/compress/zstd_compress_superblock.c:594:83: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 594 | { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue); | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/decompress/huf_decompress.c -o zstdmt_d_huf_decompress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_ldm.c -o zstdmt_c_zstd_ldm.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstdmt_compress.c -o zstdmt_c_zstdmt_compress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/decompress/zstd_ddict.c -o zstdd_zstd_ddict.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_compress.c -o zstdmt_c_zstd_compress.o ../lib/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': ../lib/compress/zstd_compress.c:2913:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 2913 | size_t const hufHeaderSize = HUF_readCTable((HUF_CElt*)bs->entropy.huf.CTable, &maxSymbolValue, dictPtr, | ^~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/decompress/huf_decompress.c -o zstdd_huf_decompress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/debug.c -o zstdm_debug.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/entropy_common.c -o zstdm_entropy_common.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/error_private.c -o zstdm_error_private.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_fast.c -o zstdmt_c_zstd_fast.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/pool.c -o zstdm_pool.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/threading.c -o zstdm_threading.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/decompress/zstd_decompress.c -o zstdd_zstd_decompress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/zstd_common.c -o zstdm_zstd_common.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/fse_decompress.c -o zstdm_fse_decompress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/common/xxhash.c -o zstdm_xxhash.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/hist.c -o zstdc_hist.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/fse_compress.c -o zstdc_fse_compress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/decompress/zstd_decompress_block.c -o zstdd_zstd_decompress_block.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_compress_literals.c -o zstdc_zstd_compress_literals.o ../lib/compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals': ../lib/compress/zstd_compress_literals.c:108:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 108 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : | ^~~~~~~ ../lib/compress/zstd_compress_literals.c:112:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 112 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); | ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_double_fast.c -o zstdmt_c_zstd_double_fast.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/huf_compress.c -o zstdc_huf_compress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_compress_sequences.c -o zstdc_zstd_compress_sequences.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_compress_superblock.c -o zstdc_zstd_compress_superblock.o ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': ../lib/compress/zstd_compress_superblock.c:116:76: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 116 | if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue)) { | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:123:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 123 | { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:130:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 130 | (HUF_CElt*)nextHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:133:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 133 | (HUF_CElt*)nextHuf->CTable, maxSymbolValue, huffLog); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:137:42: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 137 | (HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock': ../lib/compress/zstd_compress_superblock.c:553:74: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 553 | { size_t cLitSize = ZSTD_compressSubBlock_literal((const HUF_CElt*)entropy->huf.CTable, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': ../lib/compress/zstd_compress_superblock.c:594:83: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 594 | { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue); | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_ldm.c -o zstdc_zstd_ldm.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_compress.c -o zstdc_zstd_compress.o ../lib/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': ../lib/compress/zstd_compress.c:2913:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 2913 | size_t const hufHeaderSize = HUF_readCTable((HUF_CElt*)bs->entropy.huf.CTable, &maxSymbolValue, dictPtr, | ^~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_fast.c -o zstdc_zstd_fast.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_lazy.c -o zstdmt_c_zstd_lazy.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstdmt_compress.c -o zstdc_zstdmt_compress.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_double_fast.c -o zstdc_zstd_double_fast.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 -DZSTD_MULTITHREAD -pthread ../programs/util.c ../programs/timefn.c poolTests.c ../lib/common/pool.c ../lib/common/threading.c ../lib/common/zstd_common.c ../lib/common/error_private.c -o poolTests make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' ./poolTests queueSize==0, numThreads=1 SUCCESS: testOrder SUCCESS: testWait queueSize==1, numThreads=1 SUCCESS: testOrder SUCCESS: testWait queueSize==2, numThreads=1 SUCCESS: testOrder SUCCESS: testWait queueSize==0, numThreads=2 SUCCESS: testOrder SUCCESS: testWait queueSize==1, numThreads=2 SUCCESS: testOrder SUCCESS: testWait queueSize==2, numThreads=2 SUCCESS: testOrder SUCCESS: testWait queueSize==0, numThreads=3 SUCCESS: testOrder SUCCESS: testWait queueSize==1, numThreads=3 SUCCESS: testOrder SUCCESS: testWait queueSize==2, numThreads=3 SUCCESS: testOrder SUCCESS: testWait queueSize==0, numThreads=4 SUCCESS: testOrder SUCCESS: testWait queueSize==1, numThreads=4 SUCCESS: testOrder SUCCESS: testWait queueSize==2, numThreads=4 SUCCESS: testOrder SUCCESS: testWait SUCCESS: thread reduction effective SUCCESS: all jobs in queue completed on early end PASS: all POOL tests make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_lazy.c -o zstdc_zstd_lazy.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_opt.c -o zstdmt_c_zstd_opt.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -c -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/compress/zstd_opt.c -o zstdc_zstd_opt.o make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 zstdd_huf_decompress.o zstdd_zstd_ddict.o zstdd_zstd_decompress.o zstdd_zstd_decompress_block.o zstdm_debug.o zstdm_entropy_common.o zstdm_error_private.o zstdm_fse_decompress.o zstdm_pool.o zstdm_threading.o zstdm_xxhash.o zstdm_zstd_common.o zstdc_fse_compress.o zstdc_hist.o zstdc_huf_compress.o zstdc_zstd_compress.o zstdc_zstd_compress_literals.o zstdc_zstd_compress_sequences.o zstdc_zstd_compress_superblock.o zstdc_zstd_double_fast.o zstdc_zstd_fast.o zstdc_zstd_lazy.o zstdc_zstd_ldm.o zstdc_zstd_opt.o zstdc_zstdmt_compress.o invalidDictionaries.c -o invalidDictionaries make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' ./invalidDictionaries make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 -pthread zstdmt_d_huf_decompress.o zstdmt_d_zstd_ddict.o zstdmt_d_zstd_decompress.o zstdmt_d_zstd_decompress_block.o zstdmt_m_debug.o zstdmt_m_entropy_common.o zstdmt_m_error_private.o zstdmt_m_fse_decompress.o zstdmt_m_pool.o zstdmt_m_threading.o zstdmt_m_xxhash.o zstdmt_m_zstd_common.o zstdmt_c_fse_compress.o zstdmt_c_hist.o zstdmt_c_huf_compress.o zstdmt_c_zstd_compress.o zstdmt_c_zstd_compress_literals.o zstdmt_c_zstd_compress_sequences.o zstdmt_c_zstd_compress_superblock.o zstdmt_c_zstd_double_fast.o zstdmt_c_zstd_fast.o zstdmt_c_zstd_lazy.o zstdmt_c_zstd_ldm.o zstdmt_c_zstd_opt.o zstdmt_c_zstdmt_compress.o ../lib/dictBuilder/cover.c ../lib/dictBuilder/divsufsort.c ../lib/dictBuilder/fastcover.c ../lib/dictBuilder/zdict.c ../programs/datagen.c ../programs/util.c ../programs/timefn.c seqgen.c zstreamtest.c -o zstreamtest make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 zstdd_huf_decompress.o zstdd_zstd_ddict.o zstdd_zstd_decompress.o zstdd_zstd_decompress_block.o zstdm_debug.o zstdm_entropy_common.o zstdm_error_private.o zstdm_fse_decompress.o zstdm_pool.o zstdm_threading.o zstdm_xxhash.o zstdm_zstd_common.o zstdc_fse_compress.o zstdc_hist.o zstdc_huf_compress.o zstdc_zstd_compress_literals.o zstdc_zstd_compress_sequences.o zstdc_zstd_compress_superblock.o zstdc_zstd_double_fast.o zstdc_zstd_fast.o zstdc_zstd_lazy.o zstdc_zstd_ldm.o zstdc_zstd_opt.o zstdc_zstdmt_compress.o ../lib/dictBuilder/cover.c ../lib/dictBuilder/divsufsort.c ../lib/dictBuilder/fastcover.c ../lib/dictBuilder/zdict.c ../programs/util.c ../programs/timefn.c decodecorpus.c -o decodecorpus -lm In file included from decodecorpus.c:27: ../lib/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': ../lib/compress/zstd_compress.c:2913:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 2913 | size_t const hufHeaderSize = HUF_readCTable((HUF_CElt*)bs->entropy.huf.CTable, &maxSymbolValue, dictPtr, | ^~ decodecorpus.c: In function 'writeLiteralsBlockCompressed': decodecorpus.c:538:42: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 538 | seed, (HUF_CElt*)frame->stats.hufTable, op, opend - op, | ^~~~~ decodecorpus.c:561:50: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 561 | (HUF_CElt*)frame->stats.hufTable) | ^~~~~ decodecorpus.c:564:50: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 564 | (HUF_CElt*)frame->stats.hufTable); | ^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 -pthread ../lib/dictBuilder/cover.c ../lib/dictBuilder/divsufsort.c ../lib/dictBuilder/fastcover.c ../lib/dictBuilder/zdict.c ../programs/util.c ../programs/timefn.c ../programs/datagen.c fuzzer.c zstdmt_d_huf_decompress.o zstdmt_d_zstd_ddict.o zstdmt_d_zstd_decompress.o zstdmt_d_zstd_decompress_block.o zstdmt_m_debug.o zstdmt_m_entropy_common.o zstdmt_m_error_private.o zstdmt_m_fse_decompress.o zstdmt_m_pool.o zstdmt_m_threading.o zstdmt_m_xxhash.o zstdmt_m_zstd_common.o zstdmt_c_fse_compress.o zstdmt_c_hist.o zstdmt_c_huf_compress.o zstdmt_c_zstd_compress.o zstdmt_c_zstd_compress_literals.o zstdmt_c_zstd_compress_sequences.o zstdmt_c_zstd_compress_superblock.o zstdmt_c_zstd_double_fast.o zstdmt_c_zstd_fast.o zstdmt_c_zstd_lazy.o zstdmt_c_zstd_ldm.o zstdmt_c_zstd_opt.o zstdmt_c_zstdmt_compress.o -o fuzzer make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -DZSTD_MULTITHREAD -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -DNDEBUG -pthread ../programs/datagen.c ../programs/util.c ../programs/timefn.c ../programs/benchfn.c fullbench.c ../lib/decompress/huf_decompress.c ../lib/decompress/zstd_ddict.c ../lib/decompress/zstd_decompress.c ../lib/decompress/zstd_decompress_block.c ../lib/common/debug.c ../lib/common/entropy_common.c ../lib/common/error_private.c ../lib/common/fse_decompress.c ../lib/common/pool.c ../lib/common/threading.c ../lib/common/xxhash.c ../lib/common/zstd_common.c ../lib/compress/fse_compress.c ../lib/compress/hist.c ../lib/compress/huf_compress.c ../lib/compress/zstd_compress.c ../lib/compress/zstd_compress_literals.c ../lib/compress/zstd_compress_sequences.c ../lib/compress/zstd_compress_superblock.c ../lib/compress/zstd_double_fast.c ../lib/compress/zstd_fast.c ../lib/compress/zstd_lazy.c ../lib/compress/zstd_ldm.c ../lib/compress/zstd_opt.c ../lib/compress/zstdmt_compress.c -o fullbench ../lib/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': ../lib/compress/zstd_compress.c:2913:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 2913 | size_t const hufHeaderSize = HUF_readCTable((HUF_CElt*)bs->entropy.huf.CTable, &maxSymbolValue, dictPtr, | ^~ ../lib/compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals': ../lib/compress/zstd_compress_literals.c:108:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 108 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : | ^~~~~~~ ../lib/compress/zstd_compress_literals.c:112:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 112 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': ../lib/compress/zstd_compress_superblock.c:116:76: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 116 | if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue)) { | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:123:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 123 | { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:130:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 130 | (HUF_CElt*)nextHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:133:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 133 | (HUF_CElt*)nextHuf->CTable, maxSymbolValue, huffLog); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:137:42: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 137 | (HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock': ../lib/compress/zstd_compress_superblock.c:553:74: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 553 | { size_t cLitSize = ZSTD_compressSubBlock_literal((const HUF_CElt*)entropy->huf.CTable, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': ../lib/compress/zstd_compress_superblock.c:594:83: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 594 | { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue); | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' cc -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -I../lib/deprecated -I../programs -I../lib/legacy -DZSTD_LEGACY_SUPPORT=4 -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -g -DDEBUGLEVEL=1 ../lib/decompress/huf_decompress.c ../lib/decompress/zstd_ddict.c ../lib/decompress/zstd_decompress.c ../lib/decompress/zstd_decompress_block.c ../lib/common/debug.c ../lib/common/entropy_common.c ../lib/common/error_private.c ../lib/common/fse_decompress.c ../lib/common/pool.c ../lib/common/threading.c ../lib/common/xxhash.c ../lib/common/zstd_common.c ../lib/compress/fse_compress.c ../lib/compress/hist.c ../lib/compress/huf_compress.c ../lib/compress/zstd_compress.c ../lib/compress/zstd_compress_literals.c ../lib/compress/zstd_compress_sequences.c ../lib/compress/zstd_compress_superblock.c ../lib/compress/zstd_double_fast.c ../lib/compress/zstd_fast.c ../lib/compress/zstd_lazy.c ../lib/compress/zstd_ldm.c ../lib/compress/zstd_opt.c ../lib/compress/zstdmt_compress.c ../lib/legacy/zstd_v01.c ../lib/legacy/zstd_v02.c ../lib/legacy/zstd_v03.c ../lib/legacy/zstd_v04.c ../lib/legacy/zstd_v05.c ../lib/legacy/zstd_v06.c ../lib/legacy/zstd_v07.c legacy.c -o legacy ../lib/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': ../lib/compress/zstd_compress.c:2913:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 2913 | size_t const hufHeaderSize = HUF_readCTable((HUF_CElt*)bs->entropy.huf.CTable, &maxSymbolValue, dictPtr, | ^~ ../lib/compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals': ../lib/compress/zstd_compress_literals.c:108:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 108 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2) : | ^~~~~~~ ../lib/compress/zstd_compress_literals.c:112:28: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 112 | (HUF_CElt*)nextHuf->CTable, &repeat, preferRepeat, bmi2); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': ../lib/compress/zstd_compress_superblock.c:116:76: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 116 | if (repeat == HUF_repeat_check && !HUF_validateCTable((HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue)) { | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:123:64: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 123 | { size_t const maxBits = HUF_buildCTable_wksp((HUF_CElt*)nextHuf->CTable, countWksp, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:130:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 130 | (HUF_CElt*)nextHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:133:32: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 133 | (HUF_CElt*)nextHuf->CTable, maxSymbolValue, huffLog); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c:137:42: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 137 | (HUF_CElt const*)prevHuf->CTable, countWksp, maxSymbolValue); | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock': ../lib/compress/zstd_compress_superblock.c:553:74: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 553 | { size_t cLitSize = ZSTD_compressSubBlock_literal((const HUF_CElt*)entropy->huf.CTable, | ^~~~~~~ ../lib/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': ../lib/compress/zstd_compress_superblock.c:594:83: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 594 | { size_t cLitSizeEstimate = HUF_estimateCompressedSize((const HUF_CElt*)huf->CTable, countWksp, maxSymbolValue); | ^~~ ../lib/legacy/zstd_v02.c: In function 'ZSTDv02_createDCtx': ../lib/legacy/zstd_v02.c:3497:27: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 3497 | return (ZSTDv02_Dctx*)ZSTD_createDCtx(); | ^~~~~~~~~~~~~~~~~ ../lib/legacy/zstd_v03.c: In function 'ZSTDv03_createDCtx': ../lib/legacy/zstd_v03.c:3139:27: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] 3139 | return (ZSTDv03_Dctx*)ZSTD_createDCtx(); | ^~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' ./legacy Simple API OK Streaming API OK Frame Decoding OK OK make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' ./decodecorpus -t -T30 seed: 54517 0 5 9 12 16 22 25 28 32 35 38 42 46 50 56 61 65 68 72 74 78 85 89 93 95 99 104 110 115 120 124 127 132 135 138 141 144 149 153 157 161 169 173 177 182 186 189 194 198 202 208 211 216 219 223 227 233 237 241 244 249 254 259 263 266 270 274 279 284 287 292 295 299 303 308 312 315 319 323 329 333 337 341 344 347 350 354 359 362 366 369 372 375 379 382 385 388 392 397 401 405 409 412 416 420 425 430 434 437 440 445 449 455 458 462 467 472 477 480 482 485 488 492 496 500 504 508 515 518 523 528 532 535 541 547 552 555 559 563 567 574 579 583 588 591 595 600 603 605 608 611 616 621 623 tests completed: OK make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' ./fullbench -i1 *** Zstandard speed analyzer 1.4.5 32-bits, by Yann Collet (Jun 23 2020) *** Sample 10000000 bytes : 1#compress : 250.3 MB/s ( 3154550) 2#decompress : 876.6 MB/s (10000000) 11#compressContinue : 250.1 MB/s ( 3154550) 12#compressContinue_extDict : 238.3 MB/s ( 3154887) 13#decompressContinue : 873.9 MB/s (10000000) 31#decodeLiteralsBlock : 1307.3 MB/s ( 37031) 32#decodeSeqHeaders : 28373.1 MB/s ( 73) 41#compressStream : 195.5 MB/s ( 3154678) 42#decompressStream : 863.7 MB/s (10000000) 43#compressStream_freshCCtx : 195.8 MB/s ( 3154678) 51#compress_generic, continue : 195.7 MB/s ( 3154678) 52#compress_generic, end : 250.0 MB/s ( 3154550) 61#compress_generic, -T2, contin: 396.8 MB/s ( 3153296) 62#compress_generic, -T2, end : 480.2 MB/s ( 3153944) ./fullbench -i1 -P0 *** Zstandard speed analyzer 1.4.5 32-bits, by Yann Collet (Jun 23 2020) *** Sample 10000000 bytes : 1#compress : 1136.7 MB/s (10000241) 2#decompress : 6052.7 MB/s (10000000) 11#compressContinue : 1138.6 MB/s (10000241) 12#compressContinue_extDict : 1132.3 MB/s (10000223) 13#decompressContinue : 6051.9 MB/s (10000000) ZSTD_decodeLiteralsBlock : impossible to test on this sample (not compressible) ZSTD_decodeSeqHeaders : impossible to test on this sample (not compressible) 41#compressStream : 1063.8 MB/s (10000237) 42#decompressStream : 6163.3 MB/s (10000000) 43#compressStream_freshCCtx : 1062.3 MB/s (10000237) 51#compress_generic, continue : 1061.2 MB/s (10000237) 52#compress_generic, end : 1116.5 MB/s (10000241) 61#compress_generic, -T2, contin: 1160.5 MB/s (10000237) 61#compress_generic, -T2, contin: 1217.0 MB/s (10000237) 62#compress_generic, -T2, end : 1658.4 MB/s (10000241) make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' ./fuzzer -v -T200s Starting zstd tester (32-bits, 1.4.5) Seed = 4190 test 0 : ZSTD_getErrorName : OK : No error detected test 1 : ZSTD_getErrorName with wrong value : OK : No error detected test 2 : min compression level : -131072 (OK) test 3 : ZSTD_versionNumber : 10405 (OK) test 4 : compress 5242880 bytes : OK (1652589 bytes : 31.52%) test 5 : size of cctx for level 1 : 573464 bytes test 6 : decompress skippable frame -8 size : OK test 7 : ZSTD_getFrameContentSize test : OK test 8 : ZSTD_getDecompressedSize test : OK test 9 : ZSTD_findDecompressedSize test : OK test 10 : tight ZSTD_decompressBound test : OK test 11 : ZSTD_decompressBound test with invalid srcSize : OK test 12 : decompress 5242880 bytes : OK test 13 : check decompressed result : OK test 14 : ZSTD_checkCParams : OK test 15 : ZSTD_createDCtx_advanced and ZSTD_sizeof_DCtx: OK test 16 : misc unaccounted for zstd symbols : 0x56667ab0 0x5666a240 0x56668010 0x56669230 : OK test 17 : decompress with null dict : OK test 18 : decompress with null DDict : OK test 19 : decompress with 1 missing byte : OK test 20 : decompress with 1 too much byte : OK test 21 : decompress too large input : OK test 22 : decompress into NULL buffer : OK test 23 : ZSTD_decompressBound test with content size missing : OK test 24: check DCtx size is reduced after many oversized calls : OK test 25 : ldm fill dict out-of-bounds checkOK test 26 : testing dict compression with enableLdm and forceMaxWindow : OK test 27 : testing ldm dictionary gets invalidated : OK test 28 : testing refPrefx vs refPrefx + ldm (size comparison) : OK test 29: superblock uncompressible data, too many nocompress superblocks : OK test 30: superblock with no literals : OK test 31: superblock enough room for checksum : OK test 32 : compress a NULL input with each level : OK test 33 : check CCtx size after compressing empty input : OK test 34 : decompress empty frame into NULL : OK test 35 : re-use CCtx with expanding block size : OK test 36 : re-using a CCtx should compress the same : OK test 37 : btultra2 & 1st block : OK test 38 : ZSTD_CCtx_getParameter() : OK test 39 : overflow protection with large windowLog : OK test 40 : size down context : OK test 41 : create static CCtx for level 4 : OK test 42 : compress small input with small static CCtx : OK (9502 bytes : 29.00%) test 43 : compress large input with small static CCtx (must fail) : OK test 44 : resize context to full CCtx size : OK test 45 : compress large input with static CCtx : OK (1749441 bytes : 33.37%) test 46 : compress small input often enough to trigger context reduce : OK test 47 : init CCtx for level 4 : OK test 48 : compression again with static CCtx : OK (1749441 bytes : 33.37%) test 49 : simple decompression test with static DCtx : OK test 50 : check decompressed result : OK test 51 : init CCtx for too large level (must fail) : OK test 52 : init CCtx for small level 1 (should work again) : OK test 53 : use CStream on CCtx-sized static context (should fail) : OK test 54 : resize context to CStream size, then stream compress : OK test 55 : CStream for small level 1 : OK test 56 : init static CStream with dictionary (should fail) : OK test 57 : use DStream on DCtx-sized static context (should fail) : OK test 58 : Static context sizes for negative levels : OK test 59 : create ZSTDMT CCtx : OK test 60 : compress 5242880 bytes with 2 threads : OK (1651893 bytes : 31.51%) test 61 : decompressed size test : OK test 62 : decompress 5242880 bytes : OK test 63 : check decompressed result : OK test 64 : compress -T2 with checksum : OK (1653837 bytes : 31.54%) test 65 : decompress 5242880 bytes : OK test 66 : compress empty string and decompress with small window log : OK (9 bytes) test 67 : compress -T2 with/without literals compression : OK test 68 : Multithreaded ZSTD_compress2() with rsyncable : OK test 69 : setting multithreaded parameters : OK test 70 : compress multiple frames : OK test 71 : get decompressed size of multiple frames : OK test 72 : get tight decompressed bound of multiple frames : OK test 73 : decompress multiple frames : OK test 74 : check decompressed result : OK test 75 : copy context too soon : OK test 76 : load dictionary into context : OK test 77 : compress with flat dictionary : OK (3079032 bytes : 58.73%) test 78 : frame built with flat dictionary should be decompressible : OK test 79 : compress with duplicated context : OK (3079032 bytes : 58.73%) test 80 : frame built with duplicated context should be decompressible : OK test 81 : decompress with DDict : OK (size of DDict : 27247) test 82 : decompress with static DDict : OK (size of static DDict : 27247) test 83 : check content size on duplicated context : OK test 84 : flat-dictionary efficiency test : test 85 : dictBuilder on cyclic data : OK, created dictionary of size 438 test 86 : dictBuilder : OK, created dictionary of size 16384 test 87 : Multithreaded COVER dictBuilder : OK, created dictionary of size 16384 test 88 : COVER dictBuilder with shrinkDict: OK, created dictionary of size 16384 test 89 : Multithreaded FASTCOVER dictBuilder : OK, created dictionary of size 16384 test 90 : FASTCOVER dictBuilder with shrinkDict: OK, created dictionary of size 16384 test 91 : check dictID : OK : 2146929252 test 92 : check dict header size no error : OK : 148 test 93 : check dict header size correctness : OK : 115 test 94 : compress with dictionary : OK (1742195 bytes : 33.23%) test 95 : retrieve dictID from dictionary : OK test 96 : retrieve dictID from frame : OK test 97 : frame built with dictionary should be decompressible : OK test 98 : estimate CDict size : OK : 76740 test 99 : compress with CDict (size : 76740) : OK (1651543 bytes : 31.50%) test100 : retrieve dictID from frame : OK test101 : frame built with dictionary should be decompressible : OK test102 : compress with static CDict : OK (1889 bytes : 0.04%) test103 : ZSTD_compress_usingCDict_advanced, no contentSize, no dictID : OK (1651539 bytes : 31.50%) test104 : try retrieving contentSize from frame : OK (unknown) test105 : frame built without dictID should be decompressible : OK test106 : ZSTD_compress_advanced, no dictID : OK (1686969 bytes : 32.18%) test107 : frame built without dictID should be decompressible : OK test108 : dictionary containing only header should return error : OK test109 : Building cdict w/ ZSTD_dct_fullDict on a good dictionary : OK test110 : Building cdict w/ ZSTD_dct_fullDict on a rawContent (must fail) : OK test111 : Loading rawContent starting with dict header w/ ZSTD_dct_auto should fail : OK test112 : Loading rawContent starting with dict header w/ ZSTD_dct_rawContent should pass : OK test113 : ZSTD_CCtx_refCDict() then set parameters : OK test114 : Loading dictionary before setting parameters is the same as loading after : OK test115 : Loading a dictionary clears the prefix : OK test116 : Loading a dictionary clears the cdict : OK test117 : Loading a cdict clears the prefix : OK test118 : Loading a cdict clears the dictionary : OK test119 : Loading a prefix clears the dictionary : OK test120 : Loading a prefix clears the cdict : OK test121 : Loaded dictionary persists across reset session : OK test122 : Loaded dictionary is cleared after resetting parameters : OK test123 : ZSTD_decompressDCtx() with dictionary : OK test124 : ZSTD_decompressDCtx() with ddict : OK test125 : ZSTD_decompressDCtx() with prefix : OK test126 : Dictionary with non-default repcodes : OK test127 : ZDICT_trainFromBuffer_cover : OK, created dictionary of size 16384 test128 : check dictID : OK : 297824531 test129 : ZDICT_optimizeTrainFromBuffer_cover : OK, created dictionary of size 16384 test130 : check dictID : OK : 603460011 test131 : Check input length for magic number : OK test132 : Check magic Number : OK test133 : Content size verification : OK : Src size is incorrect test134 : negative compression level : OK test135 : parameters in order : OK (compress : 2621440 -> 810572 bytes) test136 : parameters disordered : OK (compress : 2621440 -> 810572 bytes) test137 : get dParameter bounds OK test138 : wrong dParameter : OK test139 : out of bound dParameter : OK test140 : magic-less format test : OK (compress : 2621440 -> 843924 bytes) test141 : decompress normally (should fail) : OK : Unknown frame descriptor test142 : decompress of magic-less frame : one-shot OK, streaming OK : regenerated 2621440 bytes test143 : empty magic-less format test : OK (compress : 0 -> 5 bytes) test144 : decompress of empty magic-less frame : one-shot OK, streaming OK : regenerated 0 bytes test145 : Block compression test : OK test146 : Block decompression test : OK test147 : Huge block streaming compression test : OK test148 : Dictionary Block compression test : OK test149 : Dictionary Block decompression test : OK test150 : Block compression with CDict : OK test151 : Long RLE test : OK test152 : ZSTD_getSequences decode from sequences test : test153 : compress 1000000 zeroes : OK (51 bytes : 0.01%) test154 : decompress 1000000 zeroes : OK test155 : compress 100 zeroes : OK (17 bytes : 17.00%) test156 : decompress 100 zeroes : OK test157 : growing nbSeq : OK test158 : compress lots 3-bytes sequences : OK (67780 bytes : 51.74%) test159 : decompress lots 3-bytes sequence : OK test160 : growing literals buffer : OK test161 : incompressible data and ill suited dictionary : OK test162 : frame compressed size of skippable frame : OK test163 : testing ZSTD error code strings : OK test164 : testing ZSTD dictionary sizes : OK test165 : testing FSE_normalizeCount() PR#1255: OK test166 : passing wrong full dict should fail on compressStream2 refPrefix OK test167 : small dictionary with multithreading and LDM OK test168 : table cleanliness through index reduction : OK 1 11 18 29 43 46 51 61 66 70 71 76 77 92 96 99 105 111 117 125 132 133 141 144 145 159 176 181 188 202 207 208 212 214 220 229 237 239 246 251 260 261 270 276 288 299 304 305 306 313 318 321 341 356 362 365 376 385 393 397 400 408 416 423 431 449 455 457 465 468 474 479 481 494 495 496 497 505 507 520 521 526 533 549 561 562 572 573 584 589 593 603 604 611 616 620 631 641 645 648 652 656 663 671 672 678 690 698 710 711 716 718 719 721 728 736 744 747 750 754 761 772 781 789 794 799 803 806 808 814 826 842 855 858 861 862 868 883 893 895 912 914 915 924 927 934 942 949 960 974 976 989 996 997 1003 1008 1011 1019 1024 1025 1026 1034 1039 1042 1053 1056 1061 1070 1078 1081 1082 1084 1087 1095 1115 1121 1125 1127 1134 1137 1143 1154 1155 1169 1172 1174 1182 1190 1198 1210 1219 1236 1245 1250 1255 1267 1273 1278 1295 1297 1303 1311 1330 1338 1342 1349 1351 1356 1357 1361 1369 1373 1393 1397 1401 1410 1411 1415 1430 1438 1441 1446 1457 1469 1476 1482 1484 1495 1512 1513 1526 1528 1538 1546 1559 1561 1573 1580 1588 1593 1608 1611 1616 1632 1636 1637 1651 1652 1656 1662 1668 1678 1682 1691 1698 1700 1713 1716 1729 1736 1740 1745 1748 1760 1764 1765 1775 1785 1795 1807 1818 1826 1838 1839 1846 1858 1861 1866 1872 1876 1879 1891 1897 1904 1908 1909 1915 1923 1931 1942 1943 1947 1949 1953 1958 1966 1967 1968 1978 1987 1994 2000 2006 2010 2014 2018 2030 2044 2052 2055 2058 2063 2072 2074 2084 2087 2090 2093 2101 2111 2121 2130 2142 2151 2154 2161 2164 2165 2169 2180 2187 2191 2206 2212 2218 2227 2241 2243 2245 2260 2269 2275 2282 2289 2296 2301 2303 2304 2308 2312 2317 2321 2324 2336 2342 2346 2353 2356 2370 2376 2381 2386 2397 2412 2418 2424 2446 2453 2465 2469 2480 2484 2490 2493 2501 2504 2513 2527 2531 2533 2541 2547 2553 2561 2567 2586 2588 2594 2598 2602 2607 2610 2619 2633 2644 2646 2649 2657 2661 2669 2676 2691 2698 2712 2713 2720 2729 2733 2743 2747 2750 2757 2763 2764 2773 2780 2784 2804 2805 2809 2814 2822 2826 2839 2854 2857 2860 2864 2873 2874 2879 2882 2888 2900 2909 2915 2917 2919 2922 2925 2942 2948 2967 2970 2973 2993 3001 3005 3012 3028 3037 3047 3054 3070 3083 3086 3090 3102 3116 3122 3130 3133 3139 3154 3163 3176 3187 3195 3207 3222 3225 3240 3246 3248 3260 3272 3278 3287 3296 3313 3322 3323 3325 3327 3329 3331 3332 3336 3344 3354 3360 3361 3379 3391 3399 3413 3427 3444 3455 3459 3470 3481 3485 3487 3491 3499 3509 3522 3535 3541 3544 3563 3575 3583 3587 3588 3589 3594 3609 3622 3631 3644 3646 3654 3665 3669 3679 3684 3697 3704 3711 3722 3726 3729 3736 3743 3745 3756 3757 3765 3774 3777 3780 3785 3793 3802 3809 3818 3833 3838 3840 3842 3854 3868 3873 3874 3880 3882 3885 3890 3900 3901 3903 3908 3910 3919 3934 3939 3950 3961 3963 3972 3977 3981 3986 4000 4005 4009 4017 4022 4030 4041 4055 4063 4068 4071 4080 4081 4090 4093 4101 4105 4111 4113 4121 4126 4139 4148 4164 4165 4182 4188 4194 4195 4203 4216 4219 4235 4236 4244 4249 4254 fuzzer tests completed make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' ./zstreamtest -v -T90s Starting zstream tester (32-bits, 1.4.5) Seed = 4212 creating dictionary for unit tests test 1 : compress 10485760 bytes : OK (3309210 bytes) test 2 : skipframe + compress 10485760 bytes : OK (3465381 bytes : 33.05%) test 3 : estimate CStream size : OK (1568221 bytes) test 4 : estimate CStream size using CCtxParams : OK test 5 : check actual CStream size : OK (1568221 bytes) test 6 : use bad compression parameters : init error : Parameter is out of bound test 7 : decompress skippable frame : OK test 8 : decompress 10485760 bytes : OK test 9 : decompress again without init (re-use previous settings): OK test 10 : check decompressed result : OK test 11 : estimate DStream size : OK (1104420 bytes) test 12 : check actual DStream size : OK (1104420 bytes) test 13 : decompress byte-by-byte : OK test 14 : check decompressed result : OK test 15 : generate error when ZSTD_decompressStream() doesn't progress : OK test 16 : NULL buffers : OK test 17 : compress_srcSize 10485760 bytes : OK (3465381 bytes : 33.05%) test 18 : too large srcSize : 10485759 bytes : OK (error detected : Src size is incorrect) test 19 : too small srcSize : 10485759 bytes : OK (error detected : Src size is incorrect) test 20 : wrong srcSize !contentSizeFlag : 10485759 bytes : OK (error detected : Src size is incorrect) test 21 : context re-use : OK test 22 : ZSTD_decompressStream() single pass on empty frame : OK test 23 : ZSTD_decompressStream() single pass : OK test 24 : ZSTD_decompressStream() stable out buffer : OK test 25 : ZSTD_decompressStream() stable out buffer too small : OK test 26 : ZSTD_decompressStream() stable out buffer modified : OK test 27 : ZSTD_decompressStream() buffered output : OK test 28 : digested dictionary : OK (6111403 bytes : 58.28%) test 29 : check CStream size : OK (214287 bytes) test 30 : decompress 10485760 bytes with digested dictionary : OK test 31 : maxWindowSize < frame requirement : OK (Dictionary mismatch) test 32 : dictionary source size and level : OK test 33 : ZSTD_decompressStream() with dictionary : OK test 34 : ZSTD_resetDStream() with dictionary : OK test 35 : ZSTD_decompressStream() with ddict : OK test 36 : ZSTD_decompressDCtx() with prefix : OK test 37 : ZSTD_initDStream*() with dictionary : OK test 38 : ZSTD_initCStream_usingCDict_advanced with masked dictID : OK (3308401 bytes : 31.55%) test 39 : try retrieving dictID from frame : OK (not detected) test 40 : decompress without dictionary : OK (Corrupted block detected) test 41 : compress with ZSTD_CCtx_refPrefix : OK (3383153 bytes : 32.26%) test 42 : decompress with ZSTD_DCtx_refPrefix : OK test 43 : decompress without dictionary (should fail): OK (Corrupted block detected) test 44 : compress again with ZSTD_compressStream2 : OK (3389916 bytes : 32.33%) test 45 : decompress without dictionary (should work): OK test 46 : ZSTD_initCStream_advanced with pledgedSrcSize=0 and dict : OK test 47 : pledgedSrcSize == 0 behaves properly : OK test 48 : compress 10485760 bytes with multiple threads : OK test 49 : compress 8388608 bytes with multiple threads + dictionary : OK test 50 : decompress large frame created from multiple threads + dictionary : OK test 51 : check dictionary FSE tables can represent every code : OK test 52 : ZSTD_initCStream_srcSize sets requestedParams : OK test 53 : ZSTD_initCStream_advanced sets requestedParams : OK test 54 : ZSTD_c_srcSizeHint bounds : OK test 55 : wildcopy doesn't overwrite potential match data : OK test 56 : decompress blocks with small sequences section : OK test 57 : raw block can be streamed: OK test 58 : dictionary + uncompressible block + reusing tables checks offset table validity: OK test 59 : dictionary + small blocks + reusing tables checks offset table validity: OK 1/ 1 58 67 76 77 139 151 212 217 242 280 313 327 352 372 391 459 519 566 612 648 678 692 709 731 739 767 777 826 864 898 913 953 1005 1066 1133 1184 1198 1282 1285 1312 1371 1417 1457 1536 1579 1596 1630 1658 1684 1744 1796 1808 1831 1838 1888 1906 1908 1909 1950 1977 2004 2015 2055 2102 2134 2136 2159 2207 2247 2289 2309 2355 2377 2408 2425 2450 2458 2472 2514 2516 2556 2567 2640 2654 2720 2753 2797 2803 2816 2858 2872 2898 2905 2954 2997 3031 3051 3152 3210 3261 3283 3295 3316 3376 3406 3502 3503 3586 3615 3652 3659 3685 3712 3718 3785 3814 3831 3846 3880 3931 4018 4053 4083 4120 4150 4184 4197 4267 4278 4362 4400 4421 4481 4509 4515 4545 4575 4638 4644 4661 4692 4704 4711 4745 4786 4806 4821 4861 4884 4902 4939 4998 5058 5105 5153 5175 5189 5264 5289 5291 5329 5338 5360 5388 5437 5446 5474 5500 5550 5621 5655 5670 5714 5773 5821 5881 5903 5908 5914 6008 6063 6107 6115 6116 6166 6199 6252 6264 6286 6303 6317 6383 6405 6422 6483 6512 6548 6565 6606 6695 6702 6720 6745 6760 6804 6831 6892 6937 6976 6993 7048 7065 7134 7169 7196 7230 7324 7353 7367 7376 7450 7465 7532 7583 7627 7637 7665 7687 7695 7757 7806 7834 7879 7899 7921 7929 7953 7988 8025 8077 8114 8131 8164 8216 8258 8292 8304 8332 8372 8415 8439 8486 8518 8555 8646 8669 8685 8716 8762 8790 8820 8847 8874 8954 9036 9068 9089 9195 9223 9236 9262 9309 9355 9419 9450 9471 9511 9545 9569 9644 9646 9673 9747 9753 9761 9793 9818 9834 9878 9880 9922 9937 9984 10015 10063 10105 10133 10161 10186 10247 10257 10304 10353 10404 10453 10465 10491 10513 10552 10559 10594 10618 10665 10681 10742 10787 10828 10853 10894 10901 10926 10973 11008 11051 11086 11098 11150 11170 11197 11243 11256 11272 11308 11342 11391 11448 11495 11545 11612 11619 11643 11682 11719 11753 11794 11838 11929 11967 11992 12035 12094 12204 12238 12326 12351 12392 12436 12492 12521 12556 12558 12581 12618 12651 12668 12732 12733 12742 12758 12775 12822 12896 12954 13009 13028 13056 13062 13109 13190 13280 13312 13343 13436 13445 13470 13514 13532 13585 13608 13651 13683 13736 13788 13836 13859 13898 13960 14007 14022 14049 14106 14133 14159 14187 14289 14397 14472 14499 14510 14529 14581 14624 14627 14665 14684 14720 14754 14779 14815 14867 14901 14968 15015 15089 15095 15146 15193 15217 15246 fuzzer tests completed ./zstreamtest --mt -t1 -T90s Starting zstream tester (32-bits, 1.4.5) Seed = 7921 1/ 1 39 75 101 133 162 202 229 245 292 297 316 333 372 410 421 454 482 502 523 548 575 580 618 667 696 737 768 787 817 858 898 928 952 985 1016 1039 1083 1105 1143 1195 1206 1247 1277 1317 1354 1361 1382 1396 1437 1476 1504 1546 1605 1643 1695 1729 1763 1799 1830 1854 1896 1933 1955 1979 2020 2045 2066 2082 2136 2152 2206 2233 2270 2306 2329 2344 2369 2385 2414 2439 2450 2467 2481 2493 2501 2523 2560 2583 2599 2613 2619 2635 2658 2669 2721 2741 2774 2826 2869 2902 2949 2990 3022 3048 3074 3097 3126 3162 3211 3233 3240 3275 3314 3340 3348 3357 3390 3419 3436 3468 3491 3528 3572 3621 3654 3692 3741 3775 3800 3848 3887 3926 3948 3967 3979 4000 4027 4065 4083 4139 4173 4217 4241 4282 4307 4354 4376 4401 4416 4436 4462 4529 4553 4572 4610 4626 4628 4657 4677 4686 4702 4727 4774 4810 4821 4843 4863 4868 4880 4896 4905 4906 4911 4930 4952 4959 4977 5007 5038 5063 5069 5095 5120 5145 5166 5229 5257 5274 5298 5342 5358 5382 5433 5466 5507 5534 5562 5580 5616 5635 5660 5681 5708 5727 5782 5817 5844 5877 5904 5920 5967 5988 6032 6043 6094 6123 6149 6173 6222 6273 6303 6318 6365 6400 6407 6443 6467 6484 6508 6525 6553 6583 6600 6620 6643 6671 6701 6726 6732 6765 6804 6828 6868 6884 6924 6959 6973 7018 7052 7078 7089 7099 7122 7138 7166 7219 7263 7288 7317 7359 7382 7419 7444 7481 7508 7541 7592 7642 7686 7738 7770 7809 7851 7889 7911 7929 7948 8000 8022 8048 8088 8162 8214 8256 8297 8352 8382 8434 8477 8521 8558 8590 8625 8655 8699 8720 8763 8796 8819 8837 8855 8883 8904 8919 8959 8963 8975 9023 9025 9051 9068 9113 9138 9172 9212 9225 9266 9282 9296 9304 9342 9355 9378 9411 9441 9453 9486 9528 9575 9598 9629 9646 9662 9674 9702 9722 9748 9769 9797 9832 9858 9877 9906 9907 9922 9940 9976 10012 10074 10088 10110 10134 10169 10204 10213 10232 10270 10298 10335 10355 10387 10418 10455 10483 10517 10573 10606 10645 10683 10728 10758 10780 10790 10814 10849 10884 10910 10943 10967 10982 10999 11019 11042 11084 11122 11150 11164 11179 11218 11258 11291 11339 11371 11404 11405 11443 11488 11494 11528 11564 11602 11627 11645 11701 11729 11754 11800 11818 11858 11869 11880 11923 11943 11966 12005 12038 12067 12074 12090 12118 12164 12191 12216 12246 12276 12307 12318 12366 12387 12405 12431 12448 12479 12503 12553 12579 12618 12643 12673 12681 12705 12735 12753 12794 12817 12838 12883 12896 12918 12941 12978 13007 13052 13110 13126 13160 13189 13236 13285 13307 13338 13368 13399 13425 fuzzer tests completed ./zstreamtest --newapi -t1 -T90s Starting zstream tester (32-bits, 1.4.5) Seed = 3972 1/ 1 73 104 160 205 265 311 334 366 393 468 485 533 569 634 767 785 844 955 1061 1124 1172 1238 1285 1377 1450 1459 1532 1539 1595 1707 1751 1791 1792 1873 1947 2035 2098 2169 2259 2338 2389 2413 2414 2446 2466 2516 2538 2565 2662 2783 2786 2823 2934 3047 3084 3217 3244 3269 3341 3415 3498 3595 3640 3698 3757 3848 3968 3980 4047 4164 4202 4268 4296 4412 4432 4501 4528 4590 4613 4691 4730 4744 4868 4932 4955 5072 5110 5170 5210 5247 5329 5428 5460 5530 5625 5668 5741 5808 5853 5931 5994 6061 6177 6235 6284 6309 6383 6427 6512 6605 6708 6773 6837 6872 6985 7028 7067 7158 7257 7303 7313 7329 7358 7399 7417 7526 7588 7596 7607 7723 7806 7920 7980 8004 8034 8067 8164 8239 8320 8336 8377 8437 8472 8526 8583 8610 8688 8780 8837 8850 8852 8883 9001 9111 9168 9196 9282 9338 9379 9513 9565 9652 9786 9815 9857 9919 9970 10015 10092 10203 10252 10294 10393 10475 10538 10600 10682 10742 10803 10818 10881 10967 11067 11151 11201 11333 11435 11494 11579 11734 11753 11764 11828 11854 11915 11990 12097 12148 12193 12276 12357 12485 12540 12583 12587 12666 12749 12815 12893 12903 12946 13051 13094 13145 13203 13225 13250 13343 13439 13524 13602 13645 13669 13703 13795 13902 13952 13992 14075 14104 14141 14143 14164 14251 14334 14357 14512 14625 14765 14858 14956 14985 15115 15148 15238 15367 15455 15502 15584 15629 15693 15744 15833 15852 15947 16014 16063 16117 16166 16252 16288 16310 16347 16398 16423 16453 16494 16643 16687 16734 16750 16900 16952 17019 17057 17168 17254 17316 17381 17437 17535 17567 17622 17667 17675 17757 17838 17876 17958 17994 18124 18181 18199 18212 18285 18343 18426 18508 18565 18598 18634 18667 18729 18806 18849 18945 18998 19123 19232 19309 19378 19398 19465 19475 19592 19683 19775 19843 19926 19978 19999 20135 20145 20165 20250 20380 20466 20537 20631 20738 20806 20838 20902 20953 21017 21060 21163 21269 21329 21392 21473 21527 21588 21669 21732 21795 21846 21942 21987 22027 22081 22135 22172 22190 22201 22233 22269 22270 22393 22464 22548 22596 22610 22694 22791 22875 22892 22898 fuzzer tests completed make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' file ../programs/zstd ../programs/zstd: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.2.0, not stripped EXE_PREFIX="" ZSTD_BIN="../programs/zstd" DATAGEN_BIN=./datagen ./playTests.sh --test-large-data Starting playTests.sh isWindows=false EXE_PREFIX='' ZSTD_BIN='../programs/zstd' DATAGEN_BIN='./datagen' ===> simple tests test : basic compression Read : 0 / 0 MB ==> 32% tmp : 32.50% ( 65537 => 21298 bytes, tmp.zst) test : basic decompression tmp.zst : 0 MB... tmp.zst : 65537 bytes test : too large compression level => auto-fix Warning : compression level higher than max, reduced to 19 Read : 0 / 0 MB ==> 32% tmp : 31.54% ( 65537 => 20669 bytes, tmp.zst) error: numeric value overflows 32-bit unsigned int test : --fast aka negative compression levels Read : 0 / 0 MB ==> 56% tmp : 55.93% ( 65537 => 36656 bytes, tmp.zst) Read : 0 / 0 MB ==> 56% tmp : 56.31% ( 65537 => 36902 bytes, tmp.zst) Read : 0 / 0 MB ==> 100% tmp :100.02% ( 65537 => 65551 bytes, tmp.zst) error: numeric value overflows 32-bit unsigned int 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 DICT: use DICT as Dictionary for compression or decompression -o file: result stored into `file` (only 1 output file) -f : overwrite output without prompting, also (de)compress links --rm : remove source file(s) after successful de/compression -k : preserve source file(s) (default) -h/-H : display help/long help and exit test : too large numeric argument error: numeric value overflows 32-bit unsigned int test : set compression level with environment variable ZSTD_CLEVEL Read : 0 / 0 MB ==> 33% tmp : 33.15% ( 65537 => 21726 bytes, tmp.zst) Read : 0 / 0 MB ==> 62% tmp : 61.55% ( 65537 => 40341 bytes, tmp.zst) Read : 0 / 0 MB ==> 33% tmp : 33.15% ( 65537 => 21726 bytes, tmp.zst) Ignore environment variable setting ZSTD_CLEVEL=: not a valid integer value Read : 0 / 0 MB ==> 32% tmp : 32.50% ( 65537 => 21298 bytes, tmp.zst) Ignore environment variable setting ZSTD_CLEVEL=-: not a valid integer value Read : 0 / 0 MB ==> 32% tmp : 32.50% ( 65537 => 21298 bytes, tmp.zst) Ignore environment variable setting ZSTD_CLEVEL=a: not a valid integer value Read : 0 / 0 MB ==> 32% tmp : 32.50% ( 65537 => 21298 bytes, tmp.zst) Ignore environment variable setting ZSTD_CLEVEL=+a: not a valid integer value Read : 0 / 0 MB ==> 32% tmp : 32.50% ( 65537 => 21298 bytes, tmp.zst) Ignore environment variable setting ZSTD_CLEVEL=3a7: not a valid integer value Read : 0 / 0 MB ==> 32% tmp : 32.50% ( 65537 => 21298 bytes, tmp.zst) Ignore environment variable setting ZSTD_CLEVEL=50000000000: numeric value too large Read : 0 / 0 MB ==> 32% tmp : 32.50% ( 65537 => 21298 bytes, tmp.zst) test : override ZSTD_CLEVEL with command line option Read : 0 / 0 MB ==> 56% tmp : 56.31% ( 65537 => 36902 bytes, tmp.zst) test : compress to stdout Read : 0 / 0 MB ==> 33% tmp : 33.15% ( 65537 => 21726 bytes, /*stdout*\) test : compress to named file Read : 0 / 0 MB ==> 33% tmp : 33.15% ( 65537 => 21726 bytes, tmpCompressed) test : -o must be followed by filename (must fail) error : command must be followed by argument test : force write, correct order Read : 0 / 0 MB ==> 33% tmp : 33.15% ( 65537 => 21726 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 -n test : ensure small file doesn't add 3-bytes null block Read : 0 / 0 MB ==> 1000% tmp1 :1400.00% ( 1 => 14 bytes, /*stdout*\) 14 14 test : decompress file with wrong suffix (must fail) zstd: tmpCompressed: unknown suffix (.zst/.tzst expected). Can't derive the output file name. Specify it with -o dstFileName. Ignoring. zstd: tmp: unknown suffix (.zst/.tzst expected). Can't derive the output file name. Specify it with -o dstFileName. Ignoring. test : decompress into stdout tmpCompressed : 0 MB... tmpCompressed : 65537 bytes tmpCompressed : 0 MB... tmpCompressed : 65537 bytes test : decompress from stdin into stdout test : impose memory limitation (must fail) tmp.zst : Decoding error (36) : Frame requires too much memory for decoding tmp.zst : Window size larger than maximum : 65537 > 2048 tmp.zst : Use --long=17 or --memory=1MB tmp.zst : Decoding error (36) : Frame requires too much memory for decoding tmp.zst : Window size larger than maximum : 65537 > 2048 tmp.zst : Use --long=17 or --memory=1MB tmp.zst : Decoding error (36) : Frame requires too much memory for decoding tmp.zst : Window size larger than maximum : 65537 > 2048 tmp.zst : Use --long=17 or --memory=1MB tmp.zst : Decoding error (36) : Frame requires too much memory for decoding tmp.zst : Window size larger than maximum : 65537 > 2048 tmp.zst : Use --long=17 or --memory=1MB test : overwrite protection zstd: tmp.zst already exists; not overwritten test : force overwrite test : overwrite readonly file zstd: tmpro.zst already exists; not overwritten test: --no-progress flag tmpro :425.00% ( 4 => 17 bytes, /*stdout*\) /*stdin*\ : 4 bytes *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** tmpro :425.00% ( 4 => 17 bytes, /*stdout*\) *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** /*stdin*\ : 4 bytes test: overwrite input file (must fail) zstd: Refusing to open an output file which will overwrite the input file zstd: Refusing to open an output file which will overwrite the input file test: detect that input file does not exist zstd: can't stat nothere : No such file or directory -- ignored test: --[no-]compress-literals Read : 0 / 0 MB ==> 54% tmp : 54.22% ( 65537 => 35532 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 65537 bytes Read : 0 / 0 MB ==> 56% tmp : 55.93% ( 65537 => 36656 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 65537 bytes Read : 0 / 0 MB ==> 39% tmp : 39.32% ( 65537 => 25772 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 65537 bytes Read : 0 / 0 MB ==> 33% tmp : 32.75% ( 65537 => 21461 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 65537 bytes Read : 0 / 0 MB ==> 34% tmp : 33.85% ( 65537 => 22183 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 65537 bytes Read : 0 / 0 MB ==> 32% tmp : 31.54% ( 65537 => 20669 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 65537 bytes Loading tmp... |-tmp : 65537 -> |-tmp : 65537 -> 22179 (2.955), 215.2 MB/s |-tmp : 65537 -> 22179 (2.955), 215.2 MB/s , 699.7 MB/s /-tmp : 65537 -> 22179 (2.955), 215.2 MB/s , 713.6 MB/s -1# |-tmp : 65537 -> |-tmp : 65537 -> 21294 (3.078), 76.3 MB/s |-tmp : 65537 -> 21294 (3.078), 76.3 MB/s , 702.6 MB/s /-tmp : 65537 -> 21294 (3.078), 104.3 MB/s 0# |-tmp : 65537 -> |-tmp : 65537 -> 21457 (3.054), 203.6 MB/s |-tmp : 65537 -> 21457 (3.054), 203.6 MB/s , 727.3 MB/s 1# Loading tmp... |-tmp : 65537 -> |-tmp : 65537 -> 36652 (1.788), 287.1 MB/s |-tmp : 65537 -> 36652 (1.788), 287.1 MB/s ,1833.5 MB/s /-tmp : 65537 -> 36652 (1.788), 287.1 MB/s ,1873.4 MB/s -1# |-tmp : 65537 -> |-tmp : 65537 -> 34517 (1.899), 84.2 MB/s |-tmp : 65537 -> 34517 (1.899), 84.2 MB/s ,1658.8 MB/s /-tmp : 65537 -> 34517 (1.899), 118.3 MB/s /-tmp : 65537 -> 34517 (1.899), 118.3 MB/s ,1670.8 MB/s 0# |-tmp : 65537 -> |-tmp : 65537 -> 35528 (1.845), 267.0 MB/s |-tmp : 65537 -> 35528 (1.845), 267.0 MB/s ,1989.2 MB/s /-tmp : 65537 -> 35528 (1.845), 267.0 MB/s ,2023.7 MB/s 1# ===> zstdgrep tests Read : 0 / 0 MB ==> 280% tmp_grep :360.00% ( 5 => 18 bytes, tmp_grep.zst) zstd: can't stat tmp_grep_bad.zst : No such file or directory -- ignored zstd: can't stat tmp_grep_bad.zst : No such file or directory -- ignored ===> --exclude-compressed flag Test is successful. input.5.zst is precompressed and therefore not compressed/modified again. Test completed ===> recursive mode test ===> file removal Read : 0 / 0 MB ==> 33% tmp : 33.15% ( 65537 => 21726 bytes, tmp.zst) tmp.zst : 0 MB... tmp.zst : 65537 bytes test : should quietly not remove non-regular file Read : 0 / 0 MB ==> 250% tmp :316.67% ( 6 => 19 bytes, /dev/zero) Read : 0 / 0 MB ==> 250% tmp :316.67% ( 6 => 19 bytes, /dev/null) test : --rm on stdin zstd: can't stat tmp : No such file or directory -- ignored test : -d -f do not delete destination when source is not present zstd: can't stat tmp.zst : No such file or directory -- ignored test : -f do not delete destination when source is not present zstd: can't stat tmp : No such file or directory -- ignored ===> decompression only tests 1+0 records in 1+0 records out 1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.000690557 s, 1.5 GB/s /rle-first-block.zst : 0 MB... /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../tests/golden-decompression/rle-first-block.zst: 1048576 bytes Files tmp1 and tmp are identical ===> compress multiple files /*stdin*\ : 0 MB... /*stdin*\ : 12 bytes hello world zstd: tmpexists already exists; not overwritten ===> multiple files and shell completion compress tmp* : decompress tmp* : compress tmp* into stdout > tmpall : decompress tmpall* into stdout > tmpdec : compress multiple files including a missing one (notHere) : zstd: can't stat notHere : No such file or directory -- ignored ===> zstd fifo named pipe test Read : 0 MB ==> 0% tmp_named_pipe :200.00% ( 13 => 26 bytes, tmp_compressed) tmp_compressed : 0 MB... tmp_compressed : 13 bytes Files tmp_original and tmp_decompressed are identical ===> compress multiple files into an output directory, --output-dir-flat test : decompress multiple files into an output directory, --output-dir-flat test : compress multiple files reading them from a file, --filelist=FILE test : reading file list from a symlink, --filelist=FILE test : compress multiple files reading them from multiple files, --filelist=FILE test : decompress multiple files reading them from a file, --filelist=FILE test : decompress multiple files reading them from multiple files, --filelist=FILE test : survive a list of files which is text garbage (--filelist=FILE) zstd: util.c:317: readLinesFromFile: Assertion `pos + lineLength < dstCapacity' failed. Caught SIGABRT signal, printing stack: /lib/libc.so.6(gsignal+0xa9) [0xf7d9da19] /lib/libc.so.6(abort+0x127) [0xf7d862c4] /lib/libc.so.6(+0x1d191) [0xf7d86191] /lib/libc.so.6(+0x2c969) [0xf7d95969] ../programs/zstd(+0x85f46) [0x5661bf46] ../programs/zstd(+0x39d2) [0x565999d2] /lib/libc.so.6(__libc_start_main+0xf1) [0xf7d87da1] ../programs/zstd(+0x6561) [0x5659c561] ./playTests.sh: line 14: 3088272 Aborted "$ZSTD_BIN" $@ test : survive a list of files which is binary garbage (--filelist=FILE) test : try to overflow internal list of files (--filelist=FILE) ===> --[no-]content-size tests Read : 0 / 0 MB ==> 33% tmp_contentsize : 33.15% ( 65537 => 21726 bytes, tmp_contentsize.zst) *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Decompressed Size: 64.00 KB (65537 B) Read : 0 / 0 MB ==> 33% tmp_contentsize : 33.15% ( 65537 => 21725 bytes, tmp_contentsize.zst) *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Read : 0 / 0 MB ==> 33% tmp_contentsize : 33.15% ( 65537 => 21726 bytes, tmp_contentsize.zst) *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Decompressed Size: 64.00 KB (65537 B) Read : 0 / 0 MB ==> 33% tmp_contentsize : 33.15% ( 65537 => 21725 bytes, tmp_contentsize.zst) *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** test : show-default-cparams regular tmp (65537 bytes) - windowLog : 17 - chainLog : 18 - hashLog : 17 - searchLog : 7 - minMatch : 4 - targetLength : 12 - strategy : ZSTD_btlazy2 (6) Read : 0 / 0 MB ==> 33% tmp : 33.15% ( 65537 => 21726 bytes, tmp.zst) test : show-default-cparams recursive tmp_files/tmp3 (257000 bytes) - windowLog : 18 - chainLog : 19 - hashLog : 19 - searchLog : 7 - minMatch : 4 - targetLength : 12 - strategy : ZSTD_btlazy2 (6) tmp_files/tmp2 (129000 bytes) - windowLog : 17 - chainLog : 18 - hashLog : 17 - searchLog : 7 - minMatch : 4 - targetLength : 12 - strategy : ZSTD_btlazy2 (6) tmp_files/tmp1 (15000 bytes) - windowLog : 14 - chainLog : 15 - hashLog : 14 - searchLog : 4 - minMatch : 3 - targetLength : 24 - strategy : ZSTD_btopt (7) ===> 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 DICT: use DICT as Dictionary for compression or decompression -o file: result stored into `file` (only 1 output file) -f : overwrite output without prompting, also (de)compress links --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 DICT: use DICT as Dictionary for compression or decompression -o file: result stored into `file` (only 1 output file) -f : overwrite output without prompting, also (de)compress links --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 DICT: use DICT as Dictionary for compression or decompression -o file: result stored into `file` (only 1 output file) -f : overwrite output without prompting, also (de)compress links --rm : remove source file(s) after successful de/compression -k : preserve source file(s) (default) -h/-H : display help/long help and exit zstd: error 11 : Parameter is out of bound roundTripTest: datagen -g512K | zstd -v | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 32.44% (524288 => 170089 bytes, /*stdout*\) roundTripTest: datagen -g512K | zstd -v --zstd=mml=3,tlen=48,strat=6 | zstd -d --zstd=mml=3,tlen=48,strat=6 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 34.48% (524288 => 180749 bytes, /*stdout*\) roundTripTest: datagen -g512K | zstd -v --zstd=strat=6,wlog=23,clog=23,hlog=22,slog=6 | zstd -d --zstd=strat=6,wlog=23,clog=23,hlog=22,slog=6 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 32.42% (524288 => 169986 bytes, /*stdout*\) roundTripTest: datagen -g512K | zstd -v --zstd=windowLog=23,chainLog=23,hashLog=22,searchLog=6,minMatch=3,targetLength=48,strategy=6 | zstd -d --zstd=windowLog=23,chainLog=23,hashLog=22,searchLog=6,minMatch=3,targetLength=48,strategy=6 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 34.46% (524288 => 180685 bytes, /*stdout*\) roundTripTest: datagen -g512K | zstd -v --single-thread --long --zstd=ldmHashLog=20,ldmMinMatch=64,ldmBucketSizeLog=1,ldmHashRateLog=7 | zstd -d --single-thread --long --zstd=ldmHashLog=20,ldmMinMatch=64,ldmBucketSizeLog=1,ldmHashRateLog=7 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.35% /*stdin*\ : 32.46% (524288 => 170187 bytes, /*stdout*\) roundTripTest: datagen -g512K | zstd -v --single-thread --long --zstd=lhlog=20,lmml=64,lblog=1,lhrlog=7 | zstd -d --single-thread --long --zstd=lhlog=20,lmml=64,lblog=1,lhrlog=7 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.35% /*stdin*\ : 32.46% (524288 => 170187 bytes, /*stdout*\) roundTripTest: datagen -g64K | zstd -v19 --zstd=strat=9 | zstd -d19 --zstd=strat=9 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L19) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 31.54% ( 65536 => 20668 bytes, /*stdout*\) ===> Pass-Through mode Hello world 1! Hello world 2! Hello world 3! ===> frame concatenation Read : 0 / 0 MB ==> 229% hello.tmp :285.71% ( 7 => 20 bytes, /*stdout*\) Read : 0 / 0 MB ==> 229% world.tmp :285.71% ( 7 => 20 bytes, /*stdout*\) helloworld.zst : 0 MB... helloworld.zst : 14 bytes hello world! frame concatenation without checksum Read : 0 / 0 MB ==> 229% hello.tmp :228.57% ( 7 => 16 bytes, /*stdout*\) Read : 0 / 0 MB ==> 229% world.tmp :228.57% ( 7 => 16 bytes, /*stdout*\) helloworld.zst : 0 MB... helloworld.zst : 14 bytes testing zstdcat symlink testing zcat symlink frame concatenation tests completed **** flush write error test **** println foo | zstd > /dev/full zstd: /*stdout*\: No space left on device println foo | zstd | zstd -d > /dev/full zstd: /*stdout*\: No space left on device ===> symbolic link test Warning : world.tmp is a symbolic link, ignoring Read : 0 / 0 MB ==> 175% hello.tmp :208.33% ( 12 => 25 bytes, hello.tmp.zst) Warning : world.tmp is a symbolic link, ignoring Warning : world.tmp is a symbolic link, ignoring Warning : world2.tmp is a symbolic link, ignoring ===> test sparse file support Read : 0 / 5 MB ==> 0% *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** tmpSparse : 0.01% (5242880 => 296 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 5242880 bytes Files tmpSparse and tmpSparseRegen are identical *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Read : 0 / 5 MB ==> 0% tmpSparse : 0.01% (5242880 => 296 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 5242880 bytes Files tmpSparse and tmpOutSparse are identical Read : 0 / 5 MB ==> 0% *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** tmpSparse : 0.01% (5242880 => 296 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 5242880 bytes Files tmpSparse and tmpOutNoSparse are identical 5120 -rw-r--r-- 1 builder builder 5242880 Dec 4 16:15 tmpSparse 168 -rw-r--r-- 1 builder builder 5242880 Dec 4 16:15 tmpSparseRegen *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** /*stdin*\ : 0 MB... /*stdin*\ : 1200007 bytes Files - and tmpSparseOdd are identical 44 -rw-r--r-- 1 builder builder 1200007 Dec 4 16:15 tmpSparseOdd Sparse Compatibility with Console : Hello World 1 ! Hello World 2 ! Sparse Compatibility with Append : *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.02% tmpSparse1M : 0.01% (1048576 => 66 bytes, tmpSparseCompressed) *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** tmpSparseCompressed : 0 MB... tmpSparseCompressed : 1048576 bytes *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** tmpSparseCompressed : 0 MB... tmpSparseCompressed : 1048576 bytes 5120 -rw-r--r-- 1 builder builder 5242880 Dec 4 16:15 tmpSparse 1024 -rw-r--r-- 1 builder builder 1048576 Dec 4 16:15 tmpSparse1M 2048 -rw-r--r-- 1 builder builder 2097152 Dec 4 16:15 tmpSparse2M 4 -rw-r--r-- 1 builder builder 66 Dec 4 16:15 tmpSparseCompressed 44 -rw-r--r-- 1 builder builder 1200007 Dec 4 16:15 tmpSparseOdd 168 -rw-r--r-- 1 builder builder 5242880 Dec 4 16:15 tmpSparseRegen 1036 -rw-r--r-- 1 builder builder 2097152 Dec 4 16:15 tmpSparseRegenerated ===> stream-size mode test : basic file compression vs sized streaming compression Read : 0 / 0 MB ==> 22% tmp : 21.86% ( 11000 => 2405 bytes, tmp.zst) test : sized streaming compression and decompression Read : 0 / 0 MB ==> 22% tmp : 21.86% ( 11000 => 2405 bytes, tmp.zst) tmp.zst : 0 MB... tmp.zst : 11000 bytes test : incorrect stream size Read : 0 MB ==> 0% zstd: error 11 : Src size is incorrect ===> zstd zero weight dict test Read : 0 / 0 MB ==> 98% tmp_input :100.65% ( 153 => 154 bytes, tmp_input.zst) tmp_input.zst : 0 MB... tmp_input.zst : 153 bytes ===> zstd (valid) zero weight dict test Read : 0 / 0 MB ==> 81% tmp_input : 96.15% ( 26 => 25 bytes, tmp_input.zst) tmp_input.zst : 0 MB... tmp_input.zst : 26 bytes ===> size-hint mode test : basic file compression vs hinted streaming compression Read : 0 / 0 MB ==> 22% tmp : 21.86% ( 11000 => 2405 bytes, tmp.zst) test : hinted streaming compression and decompression Read : 0 MB ==> 0% /*stdin*\ : 21.85% ( 11000 => 2404 bytes, tmp.zst) tmp.zst : 0 MB... tmp.zst : 11000 bytes test : hinted streaming compression with dictionary /*stdin*\ : 0 MB... /*stdin*\ : 11000 bytes test : multiple file compression with hints and dictionary Read : 0 / 0 MB ==> 0% tmp : 0.33% ( 11000 => 36 bytes, tmp1_.zst) Read : 0 / 0 MB ==> 0% tmp2 : 0.33% ( 11000 => 36 bytes, tmp2_.zst) test : incorrect hinted stream sizes /*stdin*\ : 0 MB... /*stdin*\ : 11000 bytes /*stdin*\ : 0 MB... /*stdin*\ : 11000 bytes /*stdin*\ : 0 MB... /*stdin*\ : 11000 bytes /*stdin*\ : 0 MB... /*stdin*\ : 11000 bytes ===> dictionary tests - test with raw dict (content only) - Create first dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 5 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 678963! size(source)/size(dictionary) = 6.027725, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 100% k=537 d=8 f=20 steps=4 split=75 accel=1 Save dictionary of size 112640 into file tmpDict - Test dictionary compression with tmpDict as an input file and dictionary zstd: cannot use tmpDict as an input file and dictionary - Dictionary compression roundtrip Read : 0 / 0 MB ==> 13% tmp : 12.62% ( 63286 => 7988 bytes, tmp.zst) tmp.zst : 0 MB... tmp.zst : 63286 bytes - Dictionary compression with btlazy2 strategy Read : 0 / 0 MB ==> 13% tmp : 12.62% ( 63286 => 7988 bytes, tmp.zst) tmp.zst : 0 MB... tmp.zst : 63286 bytes - Test dictionary compression with multithreading /*stdin*\ : 0 MB... /*stdin*\ : 1 MB... /*stdin*\ : 3 MB... /*stdin*\ : 5242880 bytes - Create second (different) dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../tests/fuzzer.c... Trying 5 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 674700! size(source)/size(dictionary) = 5.989879, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 100% k=1024 d=8 f=20 steps=4 split=75 accel=1 Save dictionary of size 112640 into file tmpDictC tmp.zst : Decoding error (36) : Dictionary mismatch - Create dictionary with short dictID ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 5 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 678963! size(source)/size(dictionary) = 6.027725, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! k=537 d=8 f=20 steps=4 split=75 accel=1 Save dictionary of size 112640 into file tmpDict1 tmpDict tmpDict1 differ: char 5, line 1 - Create dictionary with wrong dictID parameter order (must fail) error : command must be followed by argument - Create dictionary with size limit *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Shuffling input files Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 5 different sets of parameters d=8 Training on 17 samples of total size 678970 Testing on 6 samples of total size 139942 Computing frequencies k=50 Breaking content into 81 epochs of size 8382 statistics ... k=537 Breaking content into 7 epochs of size 96994 statistics ... k=1024 Breaking content into 4 epochs of size 169740 statistics ... k=1511 Breaking content into 2 epochs of size 339481 statistics ... k=1998 Breaking content into 2 epochs of size 339481 statistics ... k=50 d=8 f=20 steps=4 split=75 accel=1 Save dictionary of size 4096 into file tmpDict2 - Create dictionary with small size limit *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Shuffling input files Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 5 different sets of parameters d=8 Training on 17 samples of total size 678970 Testing on 6 samples of total size 139942 Computing frequencies k=50 Breaking content into 20 epochs of size 33948 statistics ... k=537 Breaking content into 1 epochs of size 678963 statistics ... k=1024 Breaking content into 1 epochs of size 678963 statistics ... k=1511 FASTCOVER parameters incorrect k=1998 FASTCOVER parameters incorrect k=50 d=8 f=20 steps=4 split=75 accel=1 Save dictionary of size 1024 into file tmpDict3 - Create dictionary with wrong parameter order (must fail) error : command must be followed by argument - Compress without dictID Read : 0 / 0 MB ==> 13% tmp : 12.62% ( 63286 => 7984 bytes, tmp.zst) tmp.zst : 0 MB... tmp.zst : 63286 bytes - Compress with wrong argument order (must fail) error : command must be followed by argument - Compress multiple files with dictionary dirTestDict/benchfn.c: OK dirTestDict/benchfn.h: OK dirTestDict/benchzstd.c: OK dirTestDict/benchzstd.h: OK dirTestDict/bigdict.c: OK dirTestDict/checkTag.c: 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/paramgrill.c: OK dirTestDict/platform.h: OK dirTestDict/poolTests.c: OK dirTestDict/roundTripCrash.c: OK dirTestDict/seqgen.c: OK dirTestDict/timefn.c: OK dirTestDict/timefn.h: OK dirTestDict/util.c: OK dirTestDict/util.h: OK dirTestDict/zbufftest.c: OK dirTestDict/zstdcli.c: OK dirTestDict/zstreamtest.c: OK - dictionary builder on bogus input Error 14 : nb of samples too low Error 14 : nb of samples too low - Test -o before --train ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 5 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 678963! size(source)/size(dictionary) = 6.027725, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 100% k=537 d=8 f=20 steps=4 split=75 accel=1 Save dictionary of size 112640 into file tmpDict ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 5 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 678963! size(source)/size(dictionary) = 6.027725, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 100% k=537 d=8 f=20 steps=4 split=75 accel=1 Save dictionary of size 112640 into file dictionary - Test dictionary training fails ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading tmpz... Trying 5 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 197! size(source)/size(dictionary) = 0.001749, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Failed to select dictionary Failed to select dictionary Failed to select dictionary Failed to select dictionary Failed to select dictionary dictionary training failed : Error (generic) ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading tmpz... Trying 5 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 197! size(source)/size(dictionary) = 0.001749, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Failed to select dictionary Failed to select dictionary Failed to select dictionary Failed to select dictionary Failed to select dictionary dictionary training failed : Error (generic) - Create dictionary with multithreading enabled ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 5 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 678963! size(source)/size(dictionary) = 6.027725, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 100% k=537 d=8 f=20 steps=4 split=75 accel=1 Save dictionary of size 112640 into file tmpDict ===> fastCover dictionary builder : advanced options - Create first dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 1780 epochs of size 460 statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDict Read : 0 / 0 MB ==> 14% tmp : 14.31% ( 63286 => 9054 bytes, tmp.zst) tmp.zst : 0 MB... tmp.zst : 63286 bytes - Create second (different) dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../tests/fuzzer.c... Training on 31 samples of total size 864859 Testing on 31 samples of total size 864859 Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 864852! size(source)/size(dictionary) = 7.678018, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 1544 epochs of size 560 statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDictC tmp.zst : Decoding error (36) : Dictionary mismatch ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Alternatively, split files into fixed-size blocks representative of samples, with -B# Error 14 : nb of samples too low - Create dictionary with short dictID ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 1780 epochs of size 460 statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDict1 tmpDict tmpDict1 differ: char 5, line 1 - Create dictionaries with shrink-dict flag enabled ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 4 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 678963! size(source)/size(dictionary) = 6.027725, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! k=2000 d=6 f=20 steps=1 split=75 accel=1 Save dictionary of size 112640 into file tmpShrinkDict ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 4 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 678963! size(source)/size(dictionary) = 6.027725, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! k=2000 d=6 f=20 steps=1 split=75 accel=1 Save dictionary of size 112640 into file tmpShrinkDict1 ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 4 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 678963! size(source)/size(dictionary) = 6.027725, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! k=2000 d=6 f=20 steps=1 split=75 accel=1 Save dictionary of size 112640 into file tmpShrinkDict2 - Create dictionary with size limit Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 4 different sets of parameters k=50 d=6 f=20 steps=1 split=75 accel=1 Save dictionary of size 4096 into file tmpDict2 - Create dictionary using all samples for both training and testing ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 1462 epochs of size 560 statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file dictionary - Create dictionary using f=16 ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 1462 epochs of size 560 statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... FASTCOVER parameters incorrect dictionary training failed : Parameter is out of bound - Create dictionary using accel=2 ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 1462 epochs of size 560 statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file dictionary - Create dictionary using accel=10 ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 1462 epochs of size 560 statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file dictionary - Create dictionary with multithreading ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 82 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 678963! size(source)/size(dictionary) = 6.027725, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 7% 12% 18% 21% 26% 31% 36% 42% 47% 51% 58% 63% 68% 71% 76% 81% 86% 91% 96% k=866 d=6 f=20 steps=40 split=75 accel=1 Save dictionary of size 112640 into file dictionary - Test -o before --train-fastcover ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 1462 epochs of size 560 statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDict ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 1462 epochs of size 560 statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file dictionary ===> legacy dictionary builder - Create first dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... sorting 23 files of total size 0 MB ... finding patterns ... statistics ... Save dictionary of size 55596 into file tmpDict Read : 0 / 0 MB ==> 17% tmp : 16.80% ( 63286 => 10631 bytes, tmp.zst) tmp.zst : 0 MB... tmp.zst : 63286 bytes ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Alternatively, split files into fixed-size blocks representative of samples, with -B# Error 14 : nb of samples too low - Create second (different) dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../tests/fuzzer.c... sorting 31 files of total size 0 MB ... finding patterns ... statistics ... Save dictionary of size 59257 into file tmpDictC tmp.zst : Decoding error (36) : Dictionary mismatch - Create dictionary with short dictID ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... sorting 23 files of total size 0 MB ... finding patterns ... statistics ... Save dictionary of size 55596 into file tmpDict1 tmpDict tmpDict1 differ: char 5, line 1 - Create dictionary with size limit Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... sorting 23 files of total size 0 MB ... finding patterns ... ! note : calculated dictionary significantly larger than requested (55440 > 4096) ! consider increasing dictionary size, or produce denser dictionary (-s2) ! always test dictionary efficiency on real samples statistics ... Save dictionary of size 4096 into file tmpDict2 - Test -o before --train-legacy ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... sorting 23 files of total size 0 MB ... finding patterns ... statistics ... Save dictionary of size 55596 into file tmpDict ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... sorting 23 files of total size 0 MB ... finding patterns ... statistics ... Save dictionary of size 55596 into file dictionary ===> integrity tests test one file (tmp1.zst) Read : 0 / 0 MB ==> 33% tmp1 : 33.15% ( 65537 => 21726 bytes, tmp1.zst) tmp1.zst : 0 MB... tmp1.zst : 65537 bytes tmp1.zst : 0 MB... tmp1.zst : 65537 bytes test multiple files (*.zst) Warning : ./helloworld.link.zst is a symbolic link, ignoring test bad files (*) Warning : ./helloworld.link.zst is a symbolic link, ignoring zstd: ./DEPRECATED-test-zstd-speed.py: unsupported format zstd: ./Makefile: unsupported format zstd: ./README.md: unsupported format zstd: ./automated_benchmarking.py: unsupported format zstd: ./bigdict.c: unsupported format zstd: ./checkTag.c: unsupported format zstd: ./datagen: unsupported format zstd: ./datagencli.c: unsupported format zstd: ./decodecorpus.c: unsupported format zstd: ./dict-files is a directory -- ignored zstd: ./fullbench.c: unsupported format zstd: ./fuzz is a directory -- ignored zstd: ./fuzzer.c: unsupported format zstd: ./golden-compression is a directory -- ignored zstd: ./golden-decompression is a directory -- ignored zstd: ./gzip is a directory -- ignored zstd: ./invalidDictionaries.c: unsupported format zstd: ./legacy.c: unsupported format zstd: ./libzstd_partial_builds.sh: unsupported format zstd: ./longmatch.c: unsupported format zstd: ./paramgrill.c: unsupported format zstd: ./playTests.sh: unsupported format zstd: ./poolTests: unsupported format zstd: ./poolTests.c: unsupported format zstd: ./precompressedFilterTestDir is a directory -- ignored zstd: ./rateLimiter.py: unsupported format zstd: ./regression is a directory -- ignored zstd: ./roundTripCrash.c: unsupported format zstd: ./seqgen.c: unsupported format zstd: ./seqgen.h: unsupported format zstd: ./test-license.py: unsupported format zstd: ./test-zstd-versions.py: unsupported format zstd: ./tmp1: unsupported format zstd: ./zbufftest.c: unsupported format zstd: ./zstdc_fse_compress.o: unsupported format zstd: ./zstdc_hist.o: unsupported format zstd: ./zstdc_huf_compress.o: unsupported format zstd: ./zstdc_zstd_compress.o: unsupported format zstd: ./zstdc_zstd_compress_literals.o: unsupported format zstd: ./zstdc_zstd_compress_sequences.o: unsupported format zstd: ./zstdc_zstd_compress_superblock.o: unsupported format zstd: ./zstdc_zstd_double_fast.o: unsupported format zstd: ./zstdc_zstd_fast.o: unsupported format zstd: ./zstdc_zstd_lazy.o: unsupported format zstd: ./zstdc_zstd_ldm.o: unsupported format zstd: ./zstdc_zstd_opt.o: unexpected end of file zstd: ./zstdc_zstdmt_compress.o: unsupported format zstd: ./zstdd_huf_decompress.o: unsupported format zstd: ./zstdd_zstd_ddict.o: unsupported format zstd: ./zstdd_zstd_decompress.o: unsupported format zstd: ./zstdd_zstd_decompress_block.o: unsupported format zstd: ./zstdm_debug.o: unsupported format zstd: ./zstdm_entropy_common.o: unsupported format zstd: ./zstdm_error_private.o: unsupported format zstd: ./zstdm_fse_decompress.o: unsupported format zstd: ./zstdm_pool.o: unsupported format zstd: ./zstdm_threading.o: unsupported format zstd: ./zstdm_xxhash.o: unsupported format zstd: ./zstdm_zstd_common.o: unsupported format zstd: ./zstdmt_c_fse_compress.o: unsupported format zstd: ./zstdmt_c_hist.o: unsupported format zstd: ./zstdmt_c_huf_compress.o: unsupported format zstd: ./zstdmt_c_zstd_compress.o: unsupported format zstd: ./zstdmt_c_zstd_compress_literals.o: unsupported format zstd: ./zstdmt_c_zstd_compress_sequences.o: unsupported format zstd: ./zstdmt_c_zstd_compress_superblock.o: unsupported format zstd: ./zstdmt_c_zstd_double_fast.o: unsupported format zstd: ./zstdmt_c_zstd_fast.o: unsupported format zstd: ./zstdmt_c_zstd_lazy.o: unsupported format zstd: ./zstdmt_c_zstd_ldm.o: unsupported format zstd: ./zstdmt_c_zstd_opt.o: unexpected end of file zstd: ./zstdmt_c_zstdmt_compress.o: unsupported format zstd: ./zstdmt_d_huf_decompress.o: unsupported format zstd: ./zstdmt_d_zstd_ddict.o: unsupported format zstd: ./zstdmt_d_zstd_decompress.o: unsupported format zstd: ./zstdmt_d_zstd_decompress_block.o: unsupported format zstd: ./zstdmt_m_debug.o: unsupported format zstd: ./zstdmt_m_entropy_common.o: unsupported format zstd: ./zstdmt_m_error_private.o: unsupported format zstd: ./zstdmt_m_fse_decompress.o: unsupported format zstd: ./zstdmt_m_pool.o: unsupported format zstd: ./zstdmt_m_threading.o: unsupported format zstd: ./zstdmt_m_xxhash.o: unsupported format zstd: ./zstdmt_m_zstd_common.o: unsupported format zstd: ./zstreamtest.c: unsupported format zstd: tmp1: unsupported format zstd: tmp2.zst: unsupported format zstd: tmp3: unexpected end of file test --rm and --test combined tmp1.zst : 0 MB... tmp1.zst : 65537 bytes tmpSplit.aa : Read error (39) : premature end zstd: tmpSplit.ab: unsupported format /*stdin*\ : 0 MB... /*stdin*\ : 65537 bytes ===> golden files tests an-compressed-larger : 0 MB... /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../tests/golden-compression/huffman-compressed-larger: 142 bytes Read : 0 / 0 MB ==> 106% /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../tests/golden-compression/huffman-compressed-larger :109.09% ( 143 => 156 bytes, /*stdout*\) /*stdin*\ : 0 MB... /*stdin*\ : 143 bytes ===> benchmark mode tests bench one file Loading tmp1... |-tmp1 : 65537 -> |-tmp1 : 65537 -> 21722 (3.017), 11.2 MB/s |-tmp1 : 65537 -> 21722 (3.017), 11.2 MB/s , 518.6 MB/s 12# bench multiple levels Loading tmp1... |-tmp1 : 65537 -> |-tmp1 : 65537 -> 21294 (3.078), 79.1 MB/s |-tmp1 : 65537 -> 21294 (3.078), 79.1 MB/s , 705.4 MB/s /-tmp1 : 65537 -> 21294 (3.078), 103.9 MB/s /-tmp1 : 65537 -> 21294 (3.078), 103.9 MB/s , 705.9 MB/s 0# |-tmp1 : 65537 -> |-tmp1 : 65537 -> 21457 (3.054), 205.7 MB/s |-tmp1 : 65537 -> 21457 (3.054), 205.7 MB/s , 734.3 MB/s 1# |-tmp1 : 65537 -> |-tmp1 : 65537 -> 21386 (3.064), 167.7 MB/s |-tmp1 : 65537 -> 21386 (3.064), 167.7 MB/s , 690.7 MB/s 2# |-tmp1 : 65537 -> |-tmp1 : 65537 -> 21294 (3.078), 80.0 MB/s |-tmp1 : 65537 -> 21294 (3.078), 80.0 MB/s , 708.9 MB/s /-tmp1 : 65537 -> 21294 (3.078), 105.8 MB/s 3# bench negative level Loading tmp1... |-tmp1 : 65537 -> |-tmp1 : 65537 -> 36652 (1.788), 291.9 MB/s |-tmp1 : 65537 -> 36652 (1.788), 291.9 MB/s ,1824.9 MB/s /-tmp1 : 65537 -> 36652 (1.788), 291.9 MB/s ,1870.6 MB/s -1# with recursive and quiet modes bench 1.4.5 : input 65537 bytes, 0 seconds, 0 KB blocks -1 21457 (3.054) 203.22 MB/s 741.1 MB/s tmp1 bench 1.4.5 : input 65537 bytes, 0 seconds, 0 KB blocks -2 21386 (3.064) 166.94 MB/s 685.4 MB/s tmp1 benchmark decompression only Read : 0 / 0 MB ==> 33% tmp1 : 33.15% ( 65537 => 21726 bytes, tmp1.zst) Loading tmp1.zst... |-tmp1.zst : 65537 -> |-tmp1.zst : 65537 -> 21726 (3.017), 0.00 MB/s , 396.3 MB/s 12# ===> zstd compatibility tests Read : 0 / 0 MB ==> 33% tmp : 33.15% ( 65537 => 21726 bytes, tmp.zst) ===> 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 DICT: use DICT as Dictionary for compression or decompression -o file: result stored into `file` (only 1 output file) -f : overwrite output without prompting, also (de)compress links --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 ===> gzip frame tests gzip mode not supported ===> 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 DICT: use DICT as Dictionary for compression or decompression -o file: result stored into `file` (only 1 output file) -f : overwrite output without prompting, also (de)compress links --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 ===> xz frame tests xz mode not supported ===> lz4 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 DICT: use DICT as Dictionary for compression or decompression -o file: result stored into `file` (only 1 output file) -f : overwrite output without prompting, also (de)compress links --rm : remove source file(s) after successful de/compression -k : preserve source file(s) (default) -h/-H : display help/long help and exit lz4 mode not supported lz4 mode not supported ===> suffix list test ===> tar extension tests Read : 0 / 0 MB ==> 30% tmp.tar : 30.45% ( 71680 => 21827 bytes, tmp.tzst) tmp.tzst : 0 MB... tmp.tzst : 71680 bytes zstd: tmp.t: unknown suffix (.zst/.tzst expected). Can't derive the output file name. Specify it with -o dstFileName. Ignoring. zstd: tmp.tz: unknown suffix (.zst/.tzst expected). Can't derive the output file name. Specify it with -o dstFileName. Ignoring. zstd: tmp.tzs: unknown suffix (.zst/.tzst expected). Can't derive the output file name. Specify it with -o dstFileName. Ignoring. ===> zstd round-trip tests roundTripTest: datagen | zstd -v | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 31.73% ( 65537 => 20797 bytes, /*stdout*\) roundTripTest: datagen -g15K | zstd -v | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 24.86% ( 15360 => 3818 bytes, /*stdout*\) roundTripTest: datagen -g127K | zstd -v | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 31.45% (130048 => 40899 bytes, /*stdout*\) roundTripTest: datagen -g255K | zstd -v | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 32.49% (261120 => 84848 bytes, /*stdout*\) roundTripTest: datagen -g522K | zstd -v | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 32.42% (534528 => 173269 bytes, /*stdout*\) roundTripTest: datagen -g519K | zstd -v6 | zstd -d6 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L6) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 32.60% (531456 => 173231 bytes, /*stdout*\) roundTripTest: datagen -g517K | zstd -v16 | zstd -d16 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L16) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 31.32% (529408 => 165808 bytes, /*stdout*\) roundTripTest: datagen -g516K | zstd -v19 | zstd -d19 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L19) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L19) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.77% /*stdin*\ : 31.77% (528384 => 167869 bytes, /*stdout*\) fileRoundTripTest: datagen -g500K > tmp && zstd -v -c tmp | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.32% tmp : 32.40% (512000 => 165869 bytes, /*stdout*\) ===> zstd long distance matching round-trip tests roundTripTest: datagen -g0 | zstd -v2 --single-thread --long | zstd -d2 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L2) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : ( 0 => 13 bytes, /*stdout*\) roundTripTest: datagen -g1000K | zstd -v1 --single-thread --long | zstd -d1 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.41% /*stdin*\ : 31.21% (1024000 => 319572 bytes, /*stdout*\) roundTripTest: datagen -g517K | zstd -v6 --single-thread --long | zstd -d6 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L6) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.42% /*stdin*\ : 32.59% (529408 => 172517 bytes, /*stdout*\) roundTripTest: datagen -g516K | zstd -v16 --single-thread --long | zstd -d16 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L16) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 30.89% /*stdin*\ : 31.48% (528384 => 166338 bytes, /*stdout*\) roundTripTest: datagen -g518K | zstd -v19 --single-thread --long | zstd -d19 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L19) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.20% /*stdin*\ : 32.16% (530432 => 170611 bytes, /*stdout*\) fileRoundTripTest: datagen -g5M > tmp && zstd -v3 --single-thread --long -c tmp | zstd -d3 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L3) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.61% tmp : 31.99% (5242880 => 1676946 bytes, /*stdout*\) roundTripTest: datagen -g96K | zstd -v5 --single-thread | zstd -d5 --single-thread *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L5) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 31.18% ( 98304 => 30654 bytes, /*stdout*\) ===> zstdmt round-trip tests roundTripTest: datagen -g4M | zstd -v1 -T0 | zstd -d1 -T0 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Note: 1 physical core(s) detected (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 31.34% (4194304 => 1314601 bytes, /*stdout*\) roundTripTest: datagen -g8M | zstd -v3 -T2 | zstd -d3 -T2 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L3) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 32.25% (8388608 => 2705483 bytes, /*stdout*\) roundTripTest: datagen -g8000K | zstd -v2 --threads=2 | zstd -d2 --threads=2 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L2) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 31.21% (8192000 => 2556895 bytes, /*stdout*\) fileRoundTripTest: datagen -g4M > tmp && zstd -v19 -T2 -B1M -c tmp | zstd -d19 -T2 -B1M *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L19) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L19) Buffered : 3 MB - Consumed : 1 MB - Compressed : 0 MB => 31.39% (L19) Buffered : 2 MB - Consumed : 2 MB - Compressed : 0 MB => 31.34% (L19) Buffered : 1 MB - Consumed : 2 MB - Compressed : 0 MB => 31.28% (L19) Buffered : 1 MB - Consumed : 3 MB - Compressed : 0 MB => 31.37% (L19) Buffered : 0 MB - Consumed : 3 MB - Compressed : 1 MB => 31.24% (L19) Buffered : 0 MB - Consumed : 4 MB - Compressed : 1 MB => 31.24% tmp : 31.24% (4194304 => 1310205 bytes, /*stdout*\) ===> zstdmt long distance matching round-trip tests roundTripTest: datagen -g8M | zstd -v3 --long=24 -T2 | zstd -d3 --long=24 -T2 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L3) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : 31.93% (8388608 => 2678319 bytes, /*stdout*\) ===> ovLog tests Read : 0 / 2 MB ==> 0% tmp : 31.93% (2097152 => 669584 bytes, /*stdout*\) Read : 0 / 2 MB ==> 0% tmp : 31.97% (2097152 => 670432 bytes, /*stdout*\) Read : 0 / 2 MB ==> 0% tmp : 32.10% (2097152 => 673104 bytes, /*stdout*\) ===> zstd --list/-l single frame tests Warning : ./helloworld.link.zst is a symbolic link, ignoring Frames Skips Compressed Uncompressed Ratio Check Filename 1 0 0.02 KB 0.01 KB 0.438 None ./hello.zst 2 0 0.04 KB 0.01 KB 0.350 XXH64 ./helloworld.zst 1 0 21.22 KB 64.00 KB 3.017 XXH64 ./tmp1.zst 1 0 21.22 KB 64.00 KB 3.017 XXH64 ./tmp2.zst 1 0 21.22 KB 64.00 KB 3.017 XXH64 ./tmp3.zst 1 0 0.02 KB 0.01 KB 0.438 None ./world.zst ----------------------------------------------------------------- 7 0 63.72 KB 192.03 KB 3.014 6 files *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Warning : ./helloworld.link.zst is a symbolic link, ignoring Decompressed Size: 0.01 KB (7 B) Decompressed Size: 0.01 KB (14 B) Decompressed Size: 64.00 KB (65537 B) Decompressed Size: 64.00 KB (65537 B) Decompressed Size: 64.00 KB (65537 B) Decompressed Size: 0.01 KB (7 B) Warning : ./helloworld.link.zst is a symbolic link, ignoring Frames Skips Compressed Uncompressed Ratio Check Filename 1 0 0.02 KB 0.01 KB 0.438 None ./hello.zst 2 0 0.04 KB 0.01 KB 0.350 XXH64 ./helloworld.zst 1 0 21.22 KB 64.00 KB 3.017 XXH64 ./tmp1.zst 1 0 21.22 KB 64.00 KB 3.017 XXH64 ./tmp2.zst 1 0 21.22 KB 64.00 KB 3.017 XXH64 ./tmp3.zst 1 0 0.02 KB 0.01 KB 0.438 None ./world.zst ----------------------------------------------------------------- 7 0 63.72 KB 192.03 KB 3.014 6 files *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Warning : ./helloworld.link.zst is a symbolic link, ignoring ./hello.zst # Zstandard Frames: 1 Window Size: 0.01 KB (7 B) Compressed Size: 0.02 KB (16 B) Decompressed Size: 0.01 KB (7 B) Ratio: 0.4375 Check: None ./helloworld.zst # Zstandard Frames: 2 Window Size: 0.01 KB (7 B) Compressed Size: 0.04 KB (40 B) Decompressed Size: 0.01 KB (14 B) Ratio: 0.3500 Check: XXH64 ./tmp1.zst # Zstandard Frames: 1 Window Size: 64.00 KB (65537 B) Compressed Size: 21.22 KB (21726 B) Decompressed Size: 64.00 KB (65537 B) Ratio: 3.0165 Check: XXH64 ./tmp2.zst # Zstandard Frames: 1 Window Size: 64.00 KB (65537 B) Compressed Size: 21.22 KB (21726 B) Decompressed Size: 64.00 KB (65537 B) Ratio: 3.0165 Check: XXH64 ./tmp3.zst # Zstandard Frames: 1 Window Size: 64.00 KB (65537 B) Compressed Size: 21.22 KB (21726 B) Decompressed Size: 64.00 KB (65537 B) Ratio: 3.0165 Check: XXH64 ./world.zst # Zstandard Frames: 1 Window Size: 0.01 KB (7 B) Compressed Size: 0.02 KB (16 B) Decompressed Size: 0.01 KB (7 B) Ratio: 0.4375 Check: None ===> zstd --list/-l multiple frame tests Warning : ./helloworld.link.zst is a symbolic link, ignoring Frames Skips Compressed Uncompressed Ratio Check Filename 1 0 0.02 KB 0.01 KB 0.438 None ./hello.zst 2 0 0.04 KB 0.01 KB 0.350 XXH64 ./helloworld.zst 1 0 21.22 KB 64.00 KB 3.017 XXH64 ./tmp1.zst 2 0 42.43 KB 128.00 KB 3.017 XXH64 ./tmp12.zst 3 0 63.65 KB 192.00 KB 3.017 XXH64 ./tmp123.zst 1 0 21.22 KB 64.00 KB 3.017 XXH64 ./tmp2.zst 1 0 21.22 KB 64.00 KB 3.017 XXH64 ./tmp3.zst 1 0 0.02 KB 0.01 KB 0.438 None ./world.zst ----------------------------------------------------------------- 12 0 169.80 KB 512.04 KB 3.015 8 files *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Warning : ./helloworld.link.zst is a symbolic link, ignoring ./hello.zst # Zstandard Frames: 1 Window Size: 0.01 KB (7 B) Compressed Size: 0.02 KB (16 B) Decompressed Size: 0.01 KB (7 B) Ratio: 0.4375 Check: None ./helloworld.zst # Zstandard Frames: 2 Window Size: 0.01 KB (7 B) Compressed Size: 0.04 KB (40 B) Decompressed Size: 0.01 KB (14 B) Ratio: 0.3500 Check: XXH64 ./tmp1.zst # Zstandard Frames: 1 Window Size: 64.00 KB (65537 B) Compressed Size: 21.22 KB (21726 B) Decompressed Size: 64.00 KB (65537 B) Ratio: 3.0165 Check: XXH64 ./tmp12.zst # Zstandard Frames: 2 Window Size: 64.00 KB (65537 B) Compressed Size: 42.43 KB (43452 B) Decompressed Size: 128.00 KB (131074 B) Ratio: 3.0165 Check: XXH64 ./tmp123.zst # Zstandard Frames: 3 Window Size: 64.00 KB (65537 B) Compressed Size: 63.65 KB (65178 B) Decompressed Size: 192.00 KB (196611 B) Ratio: 3.0165 Check: XXH64 ./tmp2.zst # Zstandard Frames: 1 Window Size: 64.00 KB (65537 B) Compressed Size: 21.22 KB (21726 B) Decompressed Size: 64.00 KB (65537 B) Ratio: 3.0165 Check: XXH64 ./tmp3.zst # Zstandard Frames: 1 Window Size: 64.00 KB (65537 B) Compressed Size: 21.22 KB (21726 B) Decompressed Size: 64.00 KB (65537 B) Ratio: 3.0165 Check: XXH64 ./world.zst # Zstandard Frames: 1 Window Size: 0.01 KB (7 B) Compressed Size: 0.02 KB (16 B) Decompressed Size: 0.01 KB (7 B) Ratio: 0.4375 Check: None ===> zstd --list/-l error detection tests Frames Skips Compressed Uncompressed Ratio Check Filename File "tmp1" not compressed by zstd 1 0 21.22 KB 64.00 KB 3.017 XXH64 tmp1.zst ----------------------------------------------------------------- 1 0 21.22 KB 64.00 KB 3.017 XXH64 1 files Frames Skips Compressed Uncompressed Ratio Check Filename File "tmp1" not compressed by zstd 1 0 21.22 KB 64.00 KB 3.017 XXH64 tmp1.zst 2 0 42.43 KB 128.00 KB 3.017 XXH64 tmp12.zst 3 0 63.65 KB 192.00 KB 3.017 XXH64 tmp123.zst File "tmp2" not compressed by zstd 1 0 21.22 KB 64.00 KB 3.017 XXH64 tmp2.zst File "tmp3" not compressed by zstd 1 0 21.22 KB 64.00 KB 3.017 XXH64 tmp3.zst ----------------------------------------------------------------- 8 0 169.73 KB 512.01 KB 3.017 XXH64 5 files *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** File "tmp1" not compressed by zstd tmp1.zst # Zstandard Frames: 1 Window Size: 64.00 KB (65537 B) Compressed Size: 21.22 KB (21726 B) Decompressed Size: 64.00 KB (65537 B) Ratio: 3.0165 Check: XXH64 tmp12.zst # Zstandard Frames: 2 Window Size: 64.00 KB (65537 B) Compressed Size: 42.43 KB (43452 B) Decompressed Size: 128.00 KB (131074 B) Ratio: 3.0165 Check: XXH64 tmp123.zst # Zstandard Frames: 3 Window Size: 64.00 KB (65537 B) Compressed Size: 63.65 KB (65178 B) Decompressed Size: 192.00 KB (196611 B) Ratio: 3.0165 Check: XXH64 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** File "tmp2" not compressed by zstd tmp12.zst # Zstandard Frames: 2 Window Size: 64.00 KB (65537 B) Compressed Size: 42.43 KB (43452 B) Decompressed Size: 128.00 KB (131074 B) Ratio: 3.0165 Check: XXH64 test : detect truncated compressed file Read : 0 / 0 MB ==> 30% truncatable-input.txt : 29.82% ( 50000 => 14911 bytes, truncatable-input.txt.zst) 100+0 records in 100+0 records out 100 bytes copied, 0.000124151 s, 805 kB/s Error: seeked to position 14911, which is beyond file size of 100 Frames Skips Compressed Uncompressed Ratio Check Filename File "truncated-input.txt.zst" is truncated ===> zstd --list/-l errors when presented with stdin / no files zstd: --list does not support reading from standard input No files given zstd: --list does not support reading from standard input zstd: --list does not support reading from standard input No files given zstd: --list does not support reading from standard input zstd: --list does not support reading from standard input zstd: --list does not support reading from standard input Frames Skips Compressed Uncompressed Ratio Check Filename 1 0 21.22 KB 64.00 KB 3.017 XXH64 tmp1.zst ===> zstd --list/-l test with null files Read : 0 / 0 MB ==> 0% tmp5 : ( 0 => 13 bytes, tmp5.zst) Frames Skips Compressed Uncompressed Ratio Check Filename 1 0 0.01 KB 0.00 KB 0.000 XXH64 tmp5.zst Error: reached end of file with incomplete frame Frames Skips Compressed Uncompressed Ratio Check Filename File "tmp5" not compressed by zstd 1 0 0.01 KB 0.00 KB 0.000 XXH64 tmp5.zst ----------------------------------------------------------------- 1 0 0.01 KB 0.00 KB 0.000 XXH64 1 files *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Decompressed Size: 0.00 KB (0 B) *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Error: reached end of file with incomplete frame File "tmp5" not compressed by zstd tmp5.zst # Zstandard Frames: 1 Window Size: 0.00 KB (0 B) Compressed Size: 0.01 KB (13 B) Decompressed Size: 0.00 KB (0 B) Ratio: 0.0000 Check: XXH64 ===> zstd --list/-l test with no content size field Frames Skips Compressed Uncompressed Ratio Check Filename 1 0 166.70 KB XXH64 tmp6.zst *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** ===> zstd --list/-l test with no checksum Read : 0 / 0 MB ==> 33% tmp1 : 33.14% ( 65537 => 21722 bytes, tmp1.zst) Frames Skips Compressed Uncompressed Ratio Check Filename 1 0 21.21 KB 64.00 KB 3.017 None tmp1.zst *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** tmp1.zst # Zstandard Frames: 1 Window Size: 64.00 KB (65537 B) Compressed Size: 21.21 KB (21722 B) Decompressed Size: 64.00 KB (65537 B) Ratio: 3.0171 Check: None ===> zstd long distance matching tests roundTripTest: datagen -g0 | zstd -v --single-thread --long | zstd -d --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% /*stdin*\ : ( 0 => 13 bytes, /*stdout*\) roundTripTest: datagen -g9M | zstd -v2 --single-thread --long | zstd -d2 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L2) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.25% /*stdin*\ : 30.98% (9437184 => 2923782 bytes, /*stdout*\) roundTripTest: datagen -g1M -P50 | zstd -v1 --single-thread --long=29 | zstd -d --memory=512MB *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.38% /*stdin*\ : 31.22% (1048576 => 327357 bytes, /*stdout*\) roundTripTest: datagen -g1M -P50 | zstd -v1 --single-thread --long=29 --zstd=wlog=28 | zstd -d --memory=256MB *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.41% /*stdin*\ : 31.21% (1048576 => 327310 bytes, /*stdout*\) roundTripTest: datagen -g1M -P50 | zstd -v1 --single-thread --long=29 | zstd -d --long=28 --memory=512MB *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.38% /*stdin*\ : 31.22% (1048576 => 327357 bytes, /*stdout*\) roundTripTest: datagen -g1M -P50 | zstd -v1 --single-thread --long=29 | zstd -d --zstd=wlog=28 --memory=512MB *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.38% /*stdin*\ : 31.22% (1048576 => 327357 bytes, /*stdout*\) ===> adaptive mode roundTripTest: datagen -g270000000 | zstd -v --adapt | zstd -d --adapt *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L12) Buffered : 45 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L12) Buffered : 61 MB - Consumed : 2 MB - Compressed : 0 MB => 32.83% (L12) Buffered : 60 MB - Consumed : 4 MB - Compressed : 1 MB => 33.02% (L12) Buffered : 58 MB - Consumed : 5 MB - Compressed : 1 MB => 33.33% (L12) Buffered : 57 MB - Consumed : 7 MB - Compressed : 2 MB => 33.48% (L12) Buffered : 55 MB - Consumed : 8 MB - Compressed : 2 MB => 33.67% (L12) Buffered : 54 MB - Consumed : 9 MB - Compressed : 3 MB => 33.70% (L12) Buffered : 53 MB - Consumed : 10 MB - Compressed : 3 MB => 33.79% (L12) Buffered : 52 MB - Consumed : 11 MB - Compressed : 3 MB => 33.85% (L12) Buffered : 51 MB - Consumed : 12 MB - Compressed : 4 MB => 33.86% (L12) Buffered : 50 MB - Consumed : 14 MB - Compressed : 4 MB => 33.89% (L12) Buffered : 48 MB - Consumed : 15 MB - Compressed : 5 MB => 33.92% (L12) Buffered : 47 MB - Consumed : 16 MB - Compressed : 5 MB => 33.98% (L12) Buffered : 46 MB - Consumed : 18 MB - Compressed : 6 MB => 33.95% (L12) Buffered : 44 MB - Consumed : 19 MB - Compressed : 6 MB => 34.01% (L12) Buffered : 43 MB - Consumed : 21 MB - Compressed : 7 MB => 34.06% (L12) Buffered : 42 MB - Consumed : 22 MB - Compressed : 7 MB => 34.09% (L12) Buffered : 41 MB - Consumed : 23 MB - Compressed : 7 MB => 34.10% (L12) Buffered : 40 MB - Consumed : 24 MB - Compressed : 8 MB => 34.12% (L12) Buffered : 39 MB - Consumed : 25 MB - Compressed : 8 MB => 34.11% (L12) Buffered : 38 MB - Consumed : 26 MB - Compressed : 8 MB => 34.16% (L12) Buffered : 37 MB - Consumed : 27 MB - Compressed : 9 MB => 34.17% (L12) Buffered : 36 MB - Consumed : 28 MB - Compressed : 9 MB => 34.19% (L12) Buffered : 35 MB - Consumed : 29 MB - Compressed : 9 MB => 34.22% (L12) Buffered : 34 MB - Consumed : 30 MB - Compressed : 10 MB => 34.23% (L12) Buffered : 32 MB - Consumed : 31 MB - Compressed : 10 MB => 34.26% (L12) Buffered : 53 MB - Consumed : 32 MB - Compressed : 10 MB => 34.27% (L12) Buffered : 62 MB - Consumed : 33 MB - Compressed : 11 MB => 34.27% (L12) Buffered : 61 MB - Consumed : 35 MB - Compressed : 11 MB => 34.27% (L12) Buffered : 59 MB - Consumed : 36 MB - Compressed : 12 MB => 34.27% (L12) Buffered : 58 MB - Consumed : 37 MB - Compressed : 12 MB => 34.27% (L12) Buffered : 57 MB - Consumed : 38 MB - Compressed : 13 MB => 34.25% (L12) Buffered : 56 MB - Consumed : 39 MB - Compressed : 13 MB => 34.28% (L12) Buffered : 55 MB - Consumed : 41 MB - Compressed : 14 MB => 34.27% (L12) Buffered : 53 MB - Consumed : 42 MB - Compressed : 14 MB => 34.29% (L12) Buffered : 51 MB - Consumed : 44 MB - Compressed : 15 MB => 34.30% (L12) Buffered : 49 MB - Consumed : 46 MB - Compressed : 15 MB => 34.31% (L12) Buffered : 48 MB - Consumed : 48 MB - Compressed : 16 MB => 34.30% (L12) Buffered : 46 MB - Consumed : 49 MB - Compressed : 16 MB => 34.32% (L12) Buffered : 44 MB - Consumed : 51 MB - Compressed : 17 MB => 34.30% (L12) Buffered : 43 MB - Consumed : 53 MB - Compressed : 18 MB => 34.31% (L12) Buffered : 41 MB - Consumed : 54 MB - Compressed : 18 MB => 34.32% (L12) Buffered : 40 MB - Consumed : 56 MB - Compressed : 19 MB => 34.32% (L12) Buffered : 38 MB - Consumed : 57 MB - Compressed : 19 MB => 34.31% (L12) Buffered : 37 MB - Consumed : 59 MB - Compressed : 20 MB => 34.32% (L12) Buffered : 35 MB - Consumed : 60 MB - Compressed : 20 MB => 34.30% (L12) Buffered : 34 MB - Consumed : 62 MB - Compressed : 21 MB => 34.31% (L12) Buffered : 32 MB - Consumed : 63 MB - Compressed : 21 MB => 34.32% (L12) Buffered : 60 MB - Consumed : 64 MB - Compressed : 22 MB => 34.31% (L11) Buffered : 62 MB - Consumed : 66 MB - Compressed : 22 MB => 34.32% (L11) Buffered : 60 MB - Consumed : 67 MB - Compressed : 23 MB => 34.32% (L11) Buffered : 59 MB - Consumed : 69 MB - Compressed : 23 MB => 34.32% (L11) Buffered : 58 MB - Consumed : 70 MB - Compressed : 24 MB => 34.33% (L11) Buffered : 57 MB - Consumed : 71 MB - Compressed : 24 MB => 34.35% (L11) Buffered : 55 MB - Consumed : 72 MB - Compressed : 24 MB => 34.36% (L11) Buffered : 54 MB - Consumed : 74 MB - Compressed : 25 MB => 34.34% (L11) Buffered : 52 MB - Consumed : 75 MB - Compressed : 25 MB => 34.35% (L11) Buffered : 51 MB - Consumed : 77 MB - Compressed : 26 MB => 34.34% (L11) Buffered : 49 MB - Consumed : 78 MB - Compressed : 26 MB => 34.33% (L11) Buffered : 48 MB - Consumed : 79 MB - Compressed : 27 MB => 34.33% (L11) Buffered : 47 MB - Consumed : 80 MB - Compressed : 27 MB => 34.33% (L11) Buffered : 46 MB - Consumed : 82 MB - Compressed : 28 MB => 34.34% (L11) Buffered : 44 MB - Consumed : 83 MB - Compressed : 28 MB => 34.34% (L11) Buffered : 43 MB - Consumed : 85 MB - Compressed : 29 MB => 34.35% (L11) Buffered : 41 MB - Consumed : 86 MB - Compressed : 29 MB => 34.35% (L11) Buffered : 40 MB - Consumed : 88 MB - Compressed : 30 MB => 34.37% (L11) Buffered : 38 MB - Consumed : 89 MB - Compressed : 30 MB => 34.37% (L11) Buffered : 37 MB - Consumed : 91 MB - Compressed : 31 MB => 34.38% (L11) Buffered : 35 MB - Consumed : 92 MB - Compressed : 31 MB => 34.37% (L11) Buffered : 34 MB - Consumed : 94 MB - Compressed : 32 MB => 34.38% (L11) Buffered : 32 MB - Consumed : 95 MB - Compressed : 32 MB => 34.38% (L11) Buffered : 54 MB - Consumed : 96 MB - Compressed : 32 MB => 34.37% (L11) Buffered : 62 MB - Consumed : 97 MB - Compressed : 33 MB => 34.36% (L11) Buffered : 61 MB - Consumed : 99 MB - Compressed : 34 MB => 34.36% (L11) Buffered : 60 MB - Consumed : 100 MB - Compressed : 34 MB => 34.35% (L11) Buffered : 58 MB - Consumed : 101 MB - Compressed : 34 MB => 34.35% (L11) Buffered : 57 MB - Consumed : 102 MB - Compressed : 35 MB => 34.35% (L11) Buffered : 56 MB - Consumed : 104 MB - Compressed : 35 MB => 34.35% (L11) Buffered : 54 MB - Consumed : 105 MB - Compressed : 36 MB => 34.34% (L11) Buffered : 53 MB - Consumed : 107 MB - Compressed : 36 MB => 34.34% (L11) Buffered : 51 MB - Consumed : 108 MB - Compressed : 37 MB => 34.34% (L11) Buffered : 50 MB - Consumed : 109 MB - Compressed : 37 MB => 34.34% (L11) Buffered : 49 MB - Consumed : 110 MB - Compressed : 37 MB => 34.34% (L11) Buffered : 48 MB - Consumed : 111 MB - Compressed : 38 MB => 34.33% (L11) Buffered : 47 MB - Consumed : 112 MB - Compressed : 38 MB => 34.34% (L11) Buffered : 46 MB - Consumed : 113 MB - Compressed : 38 MB => 34.36% (L11) Buffered : 45 MB - Consumed : 114 MB - Compressed : 39 MB => 34.36% (L11) Buffered : 44 MB - Consumed : 115 MB - Compressed : 39 MB => 34.36% (L11) Buffered : 43 MB - Consumed : 116 MB - Compressed : 40 MB => 34.36% (L11) Buffered : 42 MB - Consumed : 117 MB - Compressed : 40 MB => 34.36% (L11) Buffered : 41 MB - Consumed : 118 MB - Compressed : 40 MB => 34.37% (L11) Buffered : 40 MB - Consumed : 119 MB - Compressed : 41 MB => 34.37% (L11) Buffered : 39 MB - Consumed : 120 MB - Compressed : 41 MB => 34.38% (L11) Buffered : 38 MB - Consumed : 121 MB - Compressed : 41 MB => 34.38% (L11) Buffered : 37 MB - Consumed : 123 MB - Compressed : 42 MB => 34.37% (L11) Buffered : 36 MB - Consumed : 124 MB - Compressed : 42 MB => 34.37% (L11) Buffered : 35 MB - Consumed : 125 MB - Compressed : 42 MB => 34.37% (L11) Buffered : 34 MB - Consumed : 126 MB - Compressed : 43 MB => 34.37% (L11) Buffered : 32 MB - Consumed : 127 MB - Compressed : 43 MB => 34.36% (L11) Buffered : 55 MB - Consumed : 128 MB - Compressed : 43 MB => 34.36% (L10) Buffered : 62 MB - Consumed : 129 MB - Compressed : 44 MB => 34.36% (L10) Buffered : 61 MB - Consumed : 131 MB - Compressed : 45 MB => 34.35% (L10) Buffered : 59 MB - Consumed : 132 MB - Compressed : 45 MB => 34.35% (L10) Buffered : 58 MB - Consumed : 134 MB - Compressed : 46 MB => 34.35% (L10) Buffered : 56 MB - Consumed : 135 MB - Compressed : 46 MB => 34.35% (L10) Buffered : 55 MB - Consumed : 137 MB - Compressed : 47 MB => 34.35% (L10) Buffered : 53 MB - Consumed : 138 MB - Compressed : 47 MB => 34.34% (L10) Buffered : 52 MB - Consumed : 140 MB - Compressed : 48 MB => 34.35% (L10) Buffered : 50 MB - Consumed : 141 MB - Compressed : 48 MB => 34.35% (L10) Buffered : 49 MB - Consumed : 142 MB - Compressed : 48 MB => 34.35% (L10) Buffered : 48 MB - Consumed : 144 MB - Compressed : 49 MB => 34.35% (L10) Buffered : 47 MB - Consumed : 145 MB - Compressed : 49 MB => 34.35% (L10) Buffered : 46 MB - Consumed : 146 MB - Compressed : 50 MB => 34.35% (L10) Buffered : 45 MB - Consumed : 147 MB - Compressed : 50 MB => 34.36% (L10) Buffered : 43 MB - Consumed : 148 MB - Compressed : 51 MB => 34.36% (L10) Buffered : 41 MB - Consumed : 150 MB - Compressed : 51 MB => 34.37% (L10) Buffered : 40 MB - Consumed : 152 MB - Compressed : 52 MB => 34.37% (L10) Buffered : 39 MB - Consumed : 153 MB - Compressed : 52 MB => 34.37% (L10) Buffered : 37 MB - Consumed : 154 MB - Compressed : 53 MB => 34.38% (L10) Buffered : 36 MB - Consumed : 156 MB - Compressed : 53 MB => 34.38% (L10) Buffered : 35 MB - Consumed : 157 MB - Compressed : 53 MB => 34.38% (L10) Buffered : 34 MB - Consumed : 158 MB - Compressed : 54 MB => 34.37% (L10) Buffered : 32 MB - Consumed : 159 MB - Compressed : 54 MB => 34.37% (L10) Buffered : 56 MB - Consumed : 160 MB - Compressed : 54 MB => 34.37% (L9) Buffered : 61 MB - Consumed : 162 MB - Compressed : 55 MB => 34.37% (L9) Buffered : 59 MB - Consumed : 164 MB - Compressed : 56 MB => 34.37% (L9) Buffered : 58 MB - Consumed : 166 MB - Compressed : 57 MB => 34.37% (L9) Buffered : 56 MB - Consumed : 167 MB - Compressed : 57 MB => 34.37% (L9) Buffered : 55 MB - Consumed : 169 MB - Compressed : 58 MB => 34.37% (L9) Buffered : 53 MB - Consumed : 170 MB - Compressed : 58 MB => 34.37% (L9) Buffered : 52 MB - Consumed : 172 MB - Compressed : 59 MB => 34.37% (L9) Buffered : 50 MB - Consumed : 173 MB - Compressed : 59 MB => 34.37% (L9) Buffered : 48 MB - Consumed : 175 MB - Compressed : 60 MB => 34.37% (L9) Buffered : 46 MB - Consumed : 177 MB - Compressed : 61 MB => 34.37% (L9) Buffered : 44 MB - Consumed : 179 MB - Compressed : 61 MB => 34.37% (L9) Buffered : 42 MB - Consumed : 181 MB - Compressed : 62 MB => 34.36% (L9) Buffered : 40 MB - Consumed : 183 MB - Compressed : 63 MB => 34.37% (L9) Buffered : 38 MB - Consumed : 185 MB - Compressed : 63 MB => 34.37% (L9) Buffered : 36 MB - Consumed : 187 MB - Compressed : 64 MB => 34.37% (L9) Buffered : 34 MB - Consumed : 189 MB - Compressed : 65 MB => 34.37% (L9) Buffered : 32 MB - Consumed : 191 MB - Compressed : 65 MB => 34.38% (L9) Buffered : 61 MB - Consumed : 193 MB - Compressed : 66 MB => 34.38% (L8) Buffered : 60 MB - Consumed : 196 MB - Compressed : 67 MB => 34.37% (L8) Buffered : 57 MB - Consumed : 198 MB - Compressed : 68 MB => 34.36% (L8) Buffered : 54 MB - Consumed : 201 MB - Compressed : 69 MB => 34.36% (L8) Buffered : 52 MB - Consumed : 204 MB - Compressed : 70 MB => 34.36% (L8) Buffered : 49 MB - Consumed : 206 MB - Compressed : 70 MB => 34.36% (L8) Buffered : 47 MB - Consumed : 209 MB - Compressed : 71 MB => 34.37% (L8) Buffered : 44 MB - Consumed : 211 MB - Compressed : 72 MB => 34.37% (L8) Buffered : 41 MB - Consumed : 214 MB - Compressed : 73 MB => 34.37% (L8) Buffered : 38 MB - Consumed : 217 MB - Compressed : 74 MB => 34.36% (L8) Buffered : 35 MB - Consumed : 220 MB - Compressed : 75 MB => 34.36% (L8) Buffered : 32 MB - Consumed : 224 MB - Compressed : 76 MB => 34.35% (L8) Buffered : 29 MB - Consumed : 228 MB - Compressed : 78 MB => 34.34% (L8) Buffered : 24 MB - Consumed : 232 MB - Compressed : 79 MB => 34.32% (L8) Buffered : 20 MB - Consumed : 237 MB - Compressed : 81 MB => 34.33% (L8) Buffered : 15 MB - Consumed : 241 MB - Compressed : 82 MB => 34.32% (L8) Buffered : 11 MB - Consumed : 246 MB - Compressed : 84 MB => 34.31% (L8) Buffered : 6 MB - Consumed : 250 MB - Compressed : 85 MB => 34.30% (L8) Buffered : 2 MB - Consumed : 255 MB - Compressed : 87 MB => 34.29% /*stdin*\ : 34.28% (270000000 => 92561938 bytes, /*stdout*\) roundTripTest: datagen -g27000000 | zstd -v --adapt=min=1,max=4 | zstd -d --adapt=min=1,max=4 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L4) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L4) Buffered : 24 MB - Consumed : 1 MB - Compressed : 0 MB => 33.01% (L4) Buffered : 17 MB - Consumed : 8 MB - Compressed : 2 MB => 33.51% (L4) Buffered : 4 MB - Consumed : 21 MB - Compressed : 7 MB => 33.71% /*stdin*\ : 33.76% (27000000 => 9116402 bytes, /*stdout*\) ===> test: --adapt must fail on incoherent bounds incoherent adaptation limits 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 DICT: use DICT as Dictionary for compression or decompression -o file: result stored into `file` (only 1 output file) -f : overwrite output without prompting, also (de)compress links --rm : remove source file(s) after successful de/compression -k : preserve source file(s) (default) -h/-H : display help/long help and exit ===> rsyncable mode roundTripTest: datagen -g10M | zstd -v --rsyncable | zstd -d --rsyncable *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L12) Buffered : 8 MB - Consumed : 1 MB - Compressed : 0 MB => 32.60% (L12) Buffered : 7 MB - Consumed : 3 MB - Compressed : 0 MB => 33.01% (L12) Buffered : 5 MB - Consumed : 4 MB - Compressed : 1 MB => 33.24% (L12) Buffered : 4 MB - Consumed : 6 MB - Compressed : 1 MB => 33.31% (L12) Buffered : 2 MB - Consumed : 7 MB - Compressed : 2 MB => 33.39% (L12) Buffered : 1 MB - Consumed : 9 MB - Compressed : 3 MB => 33.51% /*stdin*\ : 33.58% (10485760 => 3520693 bytes, /*stdout*\) roundTripTest: datagen -g10M | zstd -v --rsyncable -B100K | zstd -d --rsyncable -B100K *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L12) Buffered : 1 MB - Consumed : 2 MB - Compressed : 0 MB => 32.43% (L12) Buffered : 1 MB - Consumed : 3 MB - Compressed : 1 MB => 32.66% (L12) Buffered : 1 MB - Consumed : 5 MB - Compressed : 1 MB => 32.87% (L12) Buffered : 0 MB - Consumed : 7 MB - Compressed : 2 MB => 32.95% (L12) Buffered : 0 MB - Consumed : 10 MB - Compressed : 3 MB => 33.06% /*stdin*\ : 33.06% (10485760 => 3466543 bytes, /*stdout*\) ===> test: --rsyncable must fail with --single-thread *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** zstd: error 1 : Rsyncable mode is not compatible with single thread mode ===> patch-from tests [Optimal parser notes] Consider the following to improve patch size at the cost of speed: - Use --single-thread mode in the zstd cli - Set a larger targetLength (eg. --zstd=targetLength=4096) - Set a larger chainLog (eg. --zstd=chainLog=29) Also consdier playing around with searchLog and hashLog Read : 0 / 0 MB ==> 82% tmp_patch : 82.70% ( 1000 => 827 bytes, tmp_patch_diff) tmp_patch_diff : 0 MB... tmp_patch_diff : 1000 bytes Files tmp_patch_recon and tmp_patch are identical ===> patch-from recursive tests error : can't use --patch-from=# on multiple files ===> patch-from long mode trigger larger file test long mode automaticaly triggered ===> large files tests roundTripTest: datagen -g270000000 | zstd -v1 | zstd -d1 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 3 MB - Consumed : 18 MB - Compressed : 5 MB => 31.54% (L1) Buffered : 2 MB - Consumed : 36 MB - Compressed : 11 MB => 31.77% (L1) Buffered : 2 MB - Consumed : 52 MB - Compressed : 16 MB => 31.76% (L1) Buffered : 1 MB - Consumed : 72 MB - Compressed : 22 MB => 31.78% (L1) Buffered : 2 MB - Consumed : 93 MB - Compressed : 29 MB => 31.78% (L1) Buffered : 1 MB - Consumed : 122 MB - Compressed : 38 MB => 31.78% (L1) Buffered : 2 MB - Consumed : 149 MB - Compressed : 47 MB => 31.76% (L1) Buffered : 2 MB - Consumed : 177 MB - Compressed : 56 MB => 31.77% (L1) Buffered : 2 MB - Consumed : 206 MB - Compressed : 65 MB => 31.78% (L1) Buffered : 1 MB - Consumed : 224 MB - Compressed : 71 MB => 31.78% (L1) Buffered : 1 MB - Consumed : 246 MB - Compressed : 78 MB => 31.78% /*stdin*\ : 31.77% (270000000 => 85785378 bytes, /*stdout*\) roundTripTest: datagen -g250000000 | zstd -v2 | zstd -d2 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L2) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L2) Buffered : 4 MB - Consumed : 24 MB - Compressed : 7 MB => 31.41% (L2) Buffered : 5 MB - Consumed : 50 MB - Compressed : 15 MB => 31.51% (L2) Buffered : 5 MB - Consumed : 76 MB - Compressed : 23 MB => 31.53% (L2) Buffered : 5 MB - Consumed : 103 MB - Compressed : 32 MB => 31.52% (L2) Buffered : 6 MB - Consumed : 128 MB - Compressed : 40 MB => 31.53% (L2) Buffered : 4 MB - Consumed : 155 MB - Compressed : 49 MB => 31.54% (L2) Buffered : 5 MB - Consumed : 182 MB - Compressed : 57 MB => 31.53% (L2) Buffered : 5 MB - Consumed : 209 MB - Compressed : 66 MB => 31.55% (L2) Buffered : 1 MB - Consumed : 237 MB - Compressed : 74 MB => 31.54% /*stdin*\ : 31.54% (250000000 => 78855238 bytes, /*stdout*\) roundTripTest: datagen -g230000000 | zstd -v3 | zstd -d3 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L3) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L3) Buffered : 12 MB - Consumed : 11 MB - Compressed : 3 MB => 32.35% (L3) Buffered : 12 MB - Consumed : 27 MB - Compressed : 8 MB => 32.49% (L3) Buffered : 13 MB - Consumed : 43 MB - Compressed : 14 MB => 32.57% (L3) Buffered : 13 MB - Consumed : 59 MB - Compressed : 19 MB => 32.55% (L3) Buffered : 12 MB - Consumed : 74 MB - Compressed : 24 MB => 32.58% (L3) Buffered : 13 MB - Consumed : 90 MB - Compressed : 29 MB => 32.59% (L3) Buffered : 13 MB - Consumed : 106 MB - Compressed : 34 MB => 32.56% (L3) Buffered : 12 MB - Consumed : 121 MB - Compressed : 39 MB => 32.59% (L3) Buffered : 12 MB - Consumed : 137 MB - Compressed : 44 MB => 32.56% (L3) Buffered : 12 MB - Consumed : 153 MB - Compressed : 49 MB => 32.58% (L3) Buffered : 11 MB - Consumed : 168 MB - Compressed : 54 MB => 32.58% (L3) Buffered : 11 MB - Consumed : 184 MB - Compressed : 60 MB => 32.58% (L3) Buffered : 11 MB - Consumed : 200 MB - Compressed : 65 MB => 32.58% (L3) Buffered : 2 MB - Consumed : 216 MB - Compressed : 70 MB => 32.59% /*stdin*\ : 32.59% (230000000 => 74949958 bytes, /*stdout*\) roundTripTest: datagen -g140000000 -P60 | zstd -v4 | zstd -d4 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L4) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L4) Buffered : 10 MB - Consumed : 13 MB - Compressed : 3 MB => 27.93% (L4) Buffered : 9 MB - Consumed : 30 MB - Compressed : 8 MB => 28.04% (L4) Buffered : 8 MB - Consumed : 47 MB - Compressed : 13 MB => 28.05% (L4) Buffered : 9 MB - Consumed : 64 MB - Compressed : 17 MB => 28.06% (L4) Buffered : 11 MB - Consumed : 80 MB - Compressed : 22 MB => 28.08% (L4) Buffered : 12 MB - Consumed : 96 MB - Compressed : 27 MB => 28.07% (L4) Buffered : 13 MB - Consumed : 113 MB - Compressed : 31 MB => 28.06% (L4) Buffered : 2 MB - Consumed : 131 MB - Compressed : 36 MB => 28.05% /*stdin*\ : 28.04% (140000000 => 39258262 bytes, /*stdout*\) roundTripTest: datagen -g130000000 -P62 | zstd -v5 | zstd -d5 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L5) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L5) Buffered : 8 MB - Consumed : 8 MB - Compressed : 2 MB => 26.04% (L5) Buffered : 14 MB - Consumed : 17 MB - Compressed : 4 MB => 26.17% (L5) Buffered : 12 MB - Consumed : 27 MB - Compressed : 7 MB => 26.19% (L5) Buffered : 10 MB - Consumed : 37 MB - Compressed : 9 MB => 26.22% (L5) Buffered : 8 MB - Consumed : 47 MB - Compressed : 12 MB => 26.25% (L5) Buffered : 14 MB - Consumed : 56 MB - Compressed : 14 MB => 26.22% (L5) Buffered : 13 MB - Consumed : 66 MB - Compressed : 17 MB => 26.24% (L5) Buffered : 11 MB - Consumed : 76 MB - Compressed : 20 MB => 26.24% (L5) Buffered : 9 MB - Consumed : 86 MB - Compressed : 22 MB => 26.24% (L5) Buffered : 8 MB - Consumed : 96 MB - Compressed : 25 MB => 26.27% (L5) Buffered : 14 MB - Consumed : 105 MB - Compressed : 27 MB => 26.27% (L5) Buffered : 8 MB - Consumed : 115 MB - Compressed : 30 MB => 26.25% /*stdin*\ : 26.23% (130000000 => 34097993 bytes, /*stdout*\) roundTripTest: datagen -g120000000 -P65 | zstd -v6 | zstd -d6 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L6) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L6) Buffered : 8 MB - Consumed : 7 MB - Compressed : 1 MB => 24.27% (L6) Buffered : 8 MB - Consumed : 16 MB - Compressed : 3 MB => 24.46% (L6) Buffered : 7 MB - Consumed : 24 MB - Compressed : 5 MB => 24.42% (L6) Buffered : 15 MB - Consumed : 33 MB - Compressed : 8 MB => 24.49% (L6) Buffered : 12 MB - Consumed : 41 MB - Compressed : 10 MB => 24.55% (L6) Buffered : 13 MB - Consumed : 50 MB - Compressed : 12 MB => 24.52% (L6) Buffered : 13 MB - Consumed : 59 MB - Compressed : 14 MB => 24.55% (L6) Buffered : 12 MB - Consumed : 67 MB - Compressed : 16 MB => 24.55% (L6) Buffered : 12 MB - Consumed : 76 MB - Compressed : 18 MB => 24.54% (L6) Buffered : 11 MB - Consumed : 85 MB - Compressed : 20 MB => 24.53% (L6) Buffered : 10 MB - Consumed : 93 MB - Compressed : 22 MB => 24.52% (L6) Buffered : 10 MB - Consumed : 102 MB - Compressed : 25 MB => 24.54% (L6) Buffered : 3 MB - Consumed : 110 MB - Compressed : 27 MB => 24.54% /*stdin*\ : 24.54% (120000000 => 29452634 bytes, /*stdout*\) roundTripTest: datagen -g70000000 -P70 | zstd -v7 | zstd -d7 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L7) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L7) Buffered : 11 MB - Consumed : 5 MB - Compressed : 1 MB => 21.48% (L7) Buffered : 11 MB - Consumed : 12 MB - Compressed : 2 MB => 21.49% (L7) Buffered : 12 MB - Consumed : 20 MB - Compressed : 4 MB => 21.53% (L7) Buffered : 12 MB - Consumed : 27 MB - Compressed : 5 MB => 21.45% (L7) Buffered : 13 MB - Consumed : 33 MB - Compressed : 7 MB => 21.45% (L7) Buffered : 7 MB - Consumed : 40 MB - Compressed : 8 MB => 21.48% (L7) Buffered : 7 MB - Consumed : 48 MB - Compressed : 10 MB => 21.49% (L7) Buffered : 7 MB - Consumed : 56 MB - Compressed : 12 MB => 21.48% (L7) Buffered : 2 MB - Consumed : 64 MB - Compressed : 13 MB => 21.49% /*stdin*\ : 21.49% (70000000 => 15041376 bytes, /*stdout*\) roundTripTest: datagen -g60000000 -P71 | zstd -v8 | zstd -d8 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L8) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L8) Buffered : 11 MB - Consumed : 5 MB - Compressed : 1 MB => 20.64% (L8) Buffered : 13 MB - Consumed : 11 MB - Compressed : 2 MB => 20.73% (L8) Buffered : 12 MB - Consumed : 17 MB - Compressed : 3 MB => 20.66% (L8) Buffered : 8 MB - Consumed : 23 MB - Compressed : 4 MB => 20.68% (L8) Buffered : 10 MB - Consumed : 29 MB - Compressed : 6 MB => 20.65% (L8) Buffered : 12 MB - Consumed : 35 MB - Compressed : 7 MB => 20.64% (L8) Buffered : 14 MB - Consumed : 41 MB - Compressed : 8 MB => 20.66% (L8) Buffered : 8 MB - Consumed : 48 MB - Compressed : 9 MB => 20.68% (L8) Buffered : 3 MB - Consumed : 54 MB - Compressed : 11 MB => 20.68% /*stdin*\ : 20.69% (60000000 => 12412170 bytes, /*stdout*\) roundTripTest: datagen -g50000000 -P73 | zstd -v9 | zstd -d9 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L9) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L9) Buffered : 11 MB - Consumed : 5 MB - Compressed : 0 MB => 19.17% (L9) Buffered : 14 MB - Consumed : 10 MB - Compressed : 1 MB => 19.39% (L9) Buffered : 8 MB - Consumed : 15 MB - Compressed : 3 MB => 19.47% (L9) Buffered : 12 MB - Consumed : 20 MB - Compressed : 3 MB => 19.56% (L9) Buffered : 13 MB - Consumed : 24 MB - Compressed : 4 MB => 19.55% (L9) Buffered : 9 MB - Consumed : 30 MB - Compressed : 5 MB => 19.53% (L9) Buffered : 11 MB - Consumed : 36 MB - Compressed : 7 MB => 19.53% (L9) Buffered : 6 MB - Consumed : 41 MB - Compressed : 8 MB => 19.57% (L9) Buffered : 1 MB - Consumed : 46 MB - Compressed : 9 MB => 19.57% /*stdin*\ : 19.58% (50000000 => 9788716 bytes, /*stdout*\) roundTripTest: datagen -g35000000 -P75 | zstd -v10 | zstd -d10 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L10) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L10) Buffered : 29 MB - Consumed : 3 MB - Compressed : 0 MB => 18.05% (L10) Buffered : 25 MB - Consumed : 6 MB - Compressed : 1 MB => 18.47% (L10) Buffered : 22 MB - Consumed : 10 MB - Compressed : 1 MB => 18.66% (L10) Buffered : 18 MB - Consumed : 13 MB - Compressed : 2 MB => 18.67% (L10) Buffered : 15 MB - Consumed : 16 MB - Compressed : 3 MB => 18.68% (L10) Buffered : 13 MB - Consumed : 20 MB - Compressed : 3 MB => 18.72% (L10) Buffered : 9 MB - Consumed : 23 MB - Compressed : 4 MB => 18.74% (L10) Buffered : 6 MB - Consumed : 27 MB - Compressed : 5 MB => 18.71% (L10) Buffered : 2 MB - Consumed : 31 MB - Compressed : 5 MB => 18.67% /*stdin*\ : 18.65% (35000000 => 6528483 bytes, /*stdout*\) roundTripTest: datagen -g30000000 -P76 | zstd -v11 | zstd -d11 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L11) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L11) Buffered : 26 MB - Consumed : 2 MB - Compressed : 0 MB => 17.74% (L11) Buffered : 23 MB - Consumed : 5 MB - Compressed : 0 MB => 17.75% (L11) Buffered : 21 MB - Consumed : 7 MB - Compressed : 1 MB => 17.88% (L11) Buffered : 19 MB - Consumed : 9 MB - Compressed : 1 MB => 18.09% (L11) Buffered : 16 MB - Consumed : 12 MB - Compressed : 2 MB => 18.15% (L11) Buffered : 13 MB - Consumed : 15 MB - Compressed : 2 MB => 18.11% (L11) Buffered : 11 MB - Consumed : 17 MB - Compressed : 3 MB => 18.11% (L11) Buffered : 9 MB - Consumed : 19 MB - Compressed : 3 MB => 18.14% (L11) Buffered : 7 MB - Consumed : 21 MB - Compressed : 3 MB => 18.18% (L11) Buffered : 4 MB - Consumed : 24 MB - Compressed : 4 MB => 18.18% (L11) Buffered : 1 MB - Consumed : 27 MB - Compressed : 4 MB => 18.19% /*stdin*\ : 18.14% (30000000 => 5442762 bytes, /*stdout*\) roundTripTest: datagen -g25000000 -P78 | zstd -v12 | zstd -d12 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L12) Buffered : 21 MB - Consumed : 2 MB - Compressed : 0 MB => 16.90% (L12) Buffered : 19 MB - Consumed : 4 MB - Compressed : 0 MB => 17.16% (L12) Buffered : 17 MB - Consumed : 6 MB - Compressed : 1 MB => 17.15% (L12) Buffered : 15 MB - Consumed : 8 MB - Compressed : 1 MB => 17.26% (L12) Buffered : 14 MB - Consumed : 9 MB - Compressed : 1 MB => 17.24% (L12) Buffered : 12 MB - Consumed : 11 MB - Compressed : 1 MB => 17.22% (L12) Buffered : 11 MB - Consumed : 12 MB - Compressed : 2 MB => 17.24% (L12) Buffered : 9 MB - Consumed : 14 MB - Compressed : 2 MB => 17.26% (L12) Buffered : 8 MB - Consumed : 15 MB - Compressed : 2 MB => 17.19% (L12) Buffered : 6 MB - Consumed : 17 MB - Compressed : 2 MB => 17.15% (L12) Buffered : 5 MB - Consumed : 18 MB - Compressed : 3 MB => 17.18% (L12) Buffered : 3 MB - Consumed : 20 MB - Compressed : 3 MB => 17.18% (L12) Buffered : 2 MB - Consumed : 21 MB - Compressed : 3 MB => 17.21% (L12) Buffered : 0 MB - Consumed : 23 MB - Compressed : 3 MB => 17.20% /*stdin*\ : 17.19% (25000000 => 4297881 bytes, /*stdout*\) roundTripTest: datagen -g18000013 -P80 | zstd -v13 | zstd -d13 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L13) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L13) Buffered : 16 MB - Consumed : 1 MB - Compressed : 0 MB => 15.29% (L13) Buffered : 15 MB - Consumed : 2 MB - Compressed : 0 MB => 15.44% (L13) Buffered : 13 MB - Consumed : 3 MB - Compressed : 0 MB => 15.67% (L13) Buffered : 12 MB - Consumed : 5 MB - Compressed : 0 MB => 15.79% (L13) Buffered : 10 MB - Consumed : 6 MB - Compressed : 1 MB => 15.79% (L13) Buffered : 9 MB - Consumed : 8 MB - Compressed : 1 MB => 15.84% (L13) Buffered : 7 MB - Consumed : 10 MB - Compressed : 1 MB => 15.85% (L13) Buffered : 5 MB - Consumed : 11 MB - Compressed : 1 MB => 15.86% (L13) Buffered : 4 MB - Consumed : 13 MB - Compressed : 2 MB => 15.89% (L13) Buffered : 2 MB - Consumed : 14 MB - Compressed : 2 MB => 15.87% (L13) Buffered : 1 MB - Consumed : 16 MB - Compressed : 2 MB => 15.91% (L13) Buffered : 0 MB - Consumed : 17 MB - Compressed : 2 MB => 15.88% /*stdin*\ : 15.88% (18000013 => 2858007 bytes, /*stdout*\) roundTripTest: datagen -g18000014 -P80 | zstd -v14 | zstd -d14 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L14) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L14) Buffered : 16 MB - Consumed : 1 MB - Compressed : 0 MB => 15.29% (L14) Buffered : 15 MB - Consumed : 2 MB - Compressed : 0 MB => 15.44% (L14) Buffered : 13 MB - Consumed : 3 MB - Compressed : 0 MB => 15.67% (L14) Buffered : 12 MB - Consumed : 5 MB - Compressed : 0 MB => 15.78% (L14) Buffered : 11 MB - Consumed : 6 MB - Compressed : 0 MB => 15.79% (L14) Buffered : 9 MB - Consumed : 7 MB - Compressed : 1 MB => 15.82% (L14) Buffered : 8 MB - Consumed : 9 MB - Compressed : 1 MB => 15.79% (L14) Buffered : 7 MB - Consumed : 10 MB - Compressed : 1 MB => 15.84% (L14) Buffered : 5 MB - Consumed : 11 MB - Compressed : 1 MB => 15.85% (L14) Buffered : 4 MB - Consumed : 13 MB - Compressed : 2 MB => 15.88% (L14) Buffered : 2 MB - Consumed : 14 MB - Compressed : 2 MB => 15.85% (L14) Buffered : 1 MB - Consumed : 15 MB - Compressed : 2 MB => 15.90% (L14) Buffered : 0 MB - Consumed : 17 MB - Compressed : 2 MB => 15.86% /*stdin*\ : 15.86% (18000014 => 2854954 bytes, /*stdout*\) roundTripTest: datagen -g18000015 -P81 | zstd -v15 | zstd -d15 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L15) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L15) Buffered : 16 MB - Consumed : 1 MB - Compressed : 0 MB => 14.66% (L15) Buffered : 15 MB - Consumed : 2 MB - Compressed : 0 MB => 14.90% (L15) Buffered : 13 MB - Consumed : 3 MB - Compressed : 0 MB => 15.04% (L15) Buffered : 12 MB - Consumed : 4 MB - Compressed : 0 MB => 15.15% (L15) Buffered : 11 MB - Consumed : 6 MB - Compressed : 0 MB => 15.24% (L15) Buffered : 10 MB - Consumed : 7 MB - Compressed : 1 MB => 15.30% (L15) Buffered : 9 MB - Consumed : 7 MB - Compressed : 1 MB => 15.31% (L15) Buffered : 8 MB - Consumed : 8 MB - Compressed : 1 MB => 15.30% (L15) Buffered : 7 MB - Consumed : 9 MB - Compressed : 1 MB => 15.28% (L15) Buffered : 7 MB - Consumed : 10 MB - Compressed : 1 MB => 15.33% (L15) Buffered : 6 MB - Consumed : 11 MB - Compressed : 1 MB => 15.34% (L15) Buffered : 4 MB - Consumed : 12 MB - Compressed : 1 MB => 15.32% (L15) Buffered : 3 MB - Consumed : 13 MB - Compressed : 2 MB => 15.33% (L15) Buffered : 2 MB - Consumed : 15 MB - Compressed : 2 MB => 15.30% (L15) Buffered : 1 MB - Consumed : 16 MB - Compressed : 2 MB => 15.34% (L15) Buffered : 0 MB - Consumed : 16 MB - Compressed : 2 MB => 15.32% /*stdin*\ : 15.33% (18000015 => 2758714 bytes, /*stdout*\) roundTripTest: datagen -g18000016 -P84 | zstd -v16 | zstd -d16 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L16) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L16) Buffered : 15 MB - Consumed : 1 MB - Compressed : 0 MB => 12.05% (L16) Buffered : 14 MB - Consumed : 2 MB - Compressed : 0 MB => 12.05% (L16) Buffered : 13 MB - Consumed : 3 MB - Compressed : 0 MB => 12.31% (L16) Buffered : 12 MB - Consumed : 4 MB - Compressed : 0 MB => 12.41% (L16) Buffered : 11 MB - Consumed : 5 MB - Compressed : 0 MB => 12.35% (L16) Buffered : 10 MB - Consumed : 6 MB - Compressed : 0 MB => 12.28% (L16) Buffered : 9 MB - Consumed : 7 MB - Compressed : 0 MB => 12.28% (L16) Buffered : 8 MB - Consumed : 8 MB - Compressed : 1 MB => 12.23% (L16) Buffered : 7 MB - Consumed : 9 MB - Compressed : 1 MB => 12.24% (L16) Buffered : 6 MB - Consumed : 10 MB - Compressed : 1 MB => 12.21% (L16) Buffered : 5 MB - Consumed : 11 MB - Compressed : 1 MB => 12.27% (L16) Buffered : 4 MB - Consumed : 12 MB - Compressed : 1 MB => 12.27% (L16) Buffered : 3 MB - Consumed : 13 MB - Compressed : 1 MB => 12.26% (L16) Buffered : 2 MB - Consumed : 14 MB - Compressed : 1 MB => 12.31% (L16) Buffered : 1 MB - Consumed : 15 MB - Compressed : 1 MB => 12.30% (L16) Buffered : 0 MB - Consumed : 16 MB - Compressed : 2 MB => 12.26% /*stdin*\ : 12.29% (18000016 => 2211606 bytes, /*stdout*\) roundTripTest: datagen -g18000017 -P88 | zstd -v17 | zstd -d17 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L17) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L17) Buffered : 15 MB - Consumed : 1 MB - Compressed : 0 MB => 10.57% (L17) Buffered : 14 MB - Consumed : 2 MB - Compressed : 0 MB => 10.80% (L17) Buffered : 13 MB - Consumed : 3 MB - Compressed : 0 MB => 10.81% (L17) Buffered : 12 MB - Consumed : 5 MB - Compressed : 0 MB => 10.75% (L17) Buffered : 11 MB - Consumed : 6 MB - Compressed : 0 MB => 10.63% (L17) Buffered : 9 MB - Consumed : 7 MB - Compressed : 0 MB => 10.63% (L17) Buffered : 8 MB - Consumed : 8 MB - Compressed : 0 MB => 10.62% (L17) Buffered : 7 MB - Consumed : 9 MB - Compressed : 1 MB => 10.64% (L17) Buffered : 6 MB - Consumed : 11 MB - Compressed : 1 MB => 10.64% (L17) Buffered : 5 MB - Consumed : 12 MB - Compressed : 1 MB => 10.64% (L17) Buffered : 4 MB - Consumed : 13 MB - Compressed : 1 MB => 10.67% (L17) Buffered : 2 MB - Consumed : 14 MB - Compressed : 1 MB => 10.69% (L17) Buffered : 1 MB - Consumed : 15 MB - Compressed : 1 MB => 10.66% (L17) Buffered : 0 MB - Consumed : 16 MB - Compressed : 1 MB => 10.70% (L17) Buffered : 0 MB - Consumed : 17 MB - Compressed : 1 MB => 10.71% /*stdin*\ : 10.71% (18000017 => 1927291 bytes, /*stdout*\) roundTripTest: datagen -g18000018 -P94 | zstd -v18 | zstd -d18 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L18) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L18) Buffered : 15 MB - Consumed : 2 MB - Compressed : 0 MB => 7.71% (L18) Buffered : 13 MB - Consumed : 3 MB - Compressed : 0 MB => 7.82% (L18) Buffered : 12 MB - Consumed : 5 MB - Compressed : 0 MB => 7.95% (L18) Buffered : 10 MB - Consumed : 6 MB - Compressed : 0 MB => 7.99% (L18) Buffered : 9 MB - Consumed : 8 MB - Compressed : 0 MB => 8.02% (L18) Buffered : 7 MB - Consumed : 9 MB - Compressed : 0 MB => 8.03% (L18) Buffered : 6 MB - Consumed : 11 MB - Compressed : 0 MB => 8.04% (L18) Buffered : 4 MB - Consumed : 13 MB - Compressed : 1 MB => 8.00% (L18) Buffered : 2 MB - Consumed : 14 MB - Compressed : 1 MB => 8.00% (L18) Buffered : 1 MB - Consumed : 16 MB - Compressed : 1 MB => 8.00% (L18) Buffered : 0 MB - Consumed : 17 MB - Compressed : 1 MB => 8.02% /*stdin*\ : 8.02% (18000018 => 1442856 bytes, /*stdout*\) roundTripTest: datagen -g18000019 -P96 | zstd -v19 | zstd -d19 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L19) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L19) Buffered : 15 MB - Consumed : 2 MB - Compressed : 0 MB => 6.52% (L19) Buffered : 13 MB - Consumed : 4 MB - Compressed : 0 MB => 6.91% (L19) Buffered : 11 MB - Consumed : 5 MB - Compressed : 0 MB => 7.10% (L19) Buffered : 10 MB - Consumed : 7 MB - Compressed : 0 MB => 7.22% (L19) Buffered : 8 MB - Consumed : 9 MB - Compressed : 0 MB => 7.23% (L19) Buffered : 6 MB - Consumed : 10 MB - Compressed : 0 MB => 7.26% (L19) Buffered : 4 MB - Consumed : 12 MB - Compressed : 0 MB => 7.29% (L19) Buffered : 3 MB - Consumed : 14 MB - Compressed : 1 MB => 7.29% (L19) Buffered : 1 MB - Consumed : 15 MB - Compressed : 1 MB => 7.29% (L19) Buffered : 0 MB - Consumed : 17 MB - Compressed : 1 MB => 7.32% /*stdin*\ : 7.32% (18000019 => 1318348 bytes, /*stdout*\) roundTripTest: datagen -g5000000000 -P99 | zstd -v1 --zstd=wlog=25 | zstd -d1 --zstd=wlog=25 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 118 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 193 MB - Consumed : 23 MB - Compressed : 2 MB => 9.32% (L1) Buffered : 160 MB - Consumed : 75 MB - Compressed : 7 MB => 9.39% (L1) Buffered : 127 MB - Consumed : 128 MB - Compressed : 12 MB => 9.39% (L1) Buffered : 68 MB - Consumed : 194 MB - Compressed : 18 MB => 9.38% (L1) Buffered : 12 MB - Consumed : 256 MB - Compressed : 24 MB => 9.38% (L1) Buffered : 85 MB - Consumed : 256 MB - Compressed : 24 MB => 9.38% (L1) Buffered : 201 MB - Consumed : 256 MB - Compressed : 24 MB => 9.38% (L1) Buffered : 155 MB - Consumed : 316 MB - Compressed : 29 MB => 9.38% (L1) Buffered : 97 MB - Consumed : 380 MB - Compressed : 35 MB => 9.39% (L1) Buffered : 187 MB - Consumed : 391 MB - Compressed : 36 MB => 9.39% (L1) Buffered : 131 MB - Consumed : 455 MB - Compressed : 42 MB => 9.39% (L1) Buffered : 94 MB - Consumed : 512 MB - Compressed : 48 MB => 9.38% (L1) Buffered : 181 MB - Consumed : 526 MB - Compressed : 49 MB => 9.38% (L1) Buffered : 123 MB - Consumed : 592 MB - Compressed : 55 MB => 9.38% (L1) Buffered : 113 MB - Consumed : 640 MB - Compressed : 60 MB => 9.39% (L1) Buffered : 172 MB - Consumed : 664 MB - Compressed : 62 MB => 9.39% (L1) Buffered : 115 MB - Consumed : 730 MB - Compressed : 68 MB => 9.39% (L1) Buffered : 131 MB - Consumed : 768 MB - Compressed : 72 MB => 9.39% (L1) Buffered : 165 MB - Consumed : 801 MB - Compressed : 75 MB => 9.39% (L1) Buffered : 111 MB - Consumed : 868 MB - Compressed : 81 MB => 9.39% (L1) Buffered : 152 MB - Consumed : 896 MB - Compressed : 84 MB => 9.39% (L1) Buffered : 152 MB - Consumed : 942 MB - Compressed : 88 MB => 9.39% (L1) Buffered : 91 MB - Consumed :1008 MB - Compressed : 94 MB => 9.39% (L1) Buffered : 118 MB - Consumed :1024 MB - Compressed : 96 MB => 9.39% (L1) Buffered : 159 MB - Consumed :1050 MB - Compressed : 98 MB => 9.39% (L1) Buffered : 99 MB - Consumed :1116 MB - Compressed : 104 MB => 9.39% (L1) Buffered : 101 MB - Consumed :1152 MB - Compressed : 108 MB => 9.39% (L1) Buffered : 178 MB - Consumed :1170 MB - Compressed : 109 MB => 9.39% (L1) Buffered : 123 MB - Consumed :1235 MB - Compressed : 115 MB => 9.39% (L1) Buffered : 119 MB - Consumed :1280 MB - Compressed : 120 MB => 9.39% (L1) Buffered : 182 MB - Consumed :1308 MB - Compressed : 122 MB => 9.39% (L1) Buffered : 130 MB - Consumed :1374 MB - Compressed : 128 MB => 9.39% (L1) Buffered : 148 MB - Consumed :1408 MB - Compressed : 132 MB => 9.39% (L1) Buffered : 172 MB - Consumed :1452 MB - Compressed : 136 MB => 9.39% (L1) Buffered : 113 MB - Consumed :1518 MB - Compressed : 142 MB => 9.39% (L1) Buffered : 183 MB - Consumed :1536 MB - Compressed : 144 MB => 9.39% (L1) Buffered : 140 MB - Consumed :1597 MB - Compressed : 149 MB => 9.39% (L1) Buffered : 83 MB - Consumed :1662 MB - Compressed : 156 MB => 9.39% (L1) Buffered : 171 MB - Consumed :1664 MB - Compressed : 156 MB => 9.39% (L1) Buffered : 128 MB - Consumed :1725 MB - Compressed : 161 MB => 9.39% (L1) Buffered : 68 MB - Consumed :1791 MB - Compressed : 168 MB => 9.39% (L1) Buffered : 176 MB - Consumed :1792 MB - Compressed : 168 MB => 9.39% (L1) Buffered : 197 MB - Consumed :1851 MB - Compressed : 173 MB => 9.39% (L1) Buffered : 131 MB - Consumed :1916 MB - Compressed : 179 MB => 9.39% (L1) Buffered : 193 MB - Consumed :1947 MB - Compressed : 182 MB => 9.39% (L1) Buffered : 163 MB - Consumed :2012 MB - Compressed : 188 MB => 9.39% (L1) Buffered : 176 MB - Consumed :2048 MB - Compressed : 192 MB => 9.39% (L1) Buffered : 195 MB - Consumed :2108 MB - Compressed : 197 MB => 9.39% (L1) Buffered : 130 MB - Consumed :2173 MB - Compressed : 204 MB => 9.39% (L1) Buffered : 126 MB - Consumed :2205 MB - Compressed : 207 MB => 9.39% (L1) Buffered : 160 MB - Consumed :2271 MB - Compressed : 213 MB => 9.39% (L1) Buffered : 127 MB - Consumed :2304 MB - Compressed : 216 MB => 9.39% (L1) Buffered : 170 MB - Consumed :2368 MB - Compressed : 222 MB => 9.39% (L1) Buffered : 128 MB - Consumed :2432 MB - Compressed : 228 MB => 9.39% (L1) Buffered : 188 MB - Consumed :2464 MB - Compressed : 231 MB => 9.39% (L1) Buffered : 135 MB - Consumed :2529 MB - Compressed : 237 MB => 9.39% (L1) Buffered : 177 MB - Consumed :2560 MB - Compressed : 240 MB => 9.39% (L1) Buffered : 127 MB - Consumed :2623 MB - Compressed : 246 MB => 9.39% (L1) Buffered : 69 MB - Consumed :2688 MB - Compressed : 252 MB => 9.39% (L1) Buffered : 174 MB - Consumed :2688 MB - Compressed : 252 MB => 9.39% (L1) Buffered : 165 MB - Consumed :2748 MB - Compressed : 257 MB => 9.39% (L1) Buffered : 114 MB - Consumed :2813 MB - Compressed : 264 MB => 9.39% (L1) Buffered : 186 MB - Consumed :2836 MB - Compressed : 266 MB => 9.39% (L1) Buffered : 170 MB - Consumed :2902 MB - Compressed : 272 MB => 9.39% (L1) Buffered : 165 MB - Consumed :2944 MB - Compressed : 276 MB => 9.39% (L1) Buffered : 149 MB - Consumed :3000 MB - Compressed : 281 MB => 9.39% (L1) Buffered : 89 MB - Consumed :3066 MB - Compressed : 287 MB => 9.39% (L1) Buffered : 180 MB - Consumed :3072 MB - Compressed : 288 MB => 9.39% (L1) Buffered : 132 MB - Consumed :3135 MB - Compressed : 294 MB => 9.39% (L1) Buffered : 73 MB - Consumed :3200 MB - Compressed : 300 MB => 9.39% (L1) Buffered : 176 MB - Consumed :3200 MB - Compressed : 300 MB => 9.39% (L1) Buffered : 130 MB - Consumed :3262 MB - Compressed : 306 MB => 9.39% (L1) Buffered : 128 MB - Consumed :3328 MB - Compressed : 312 MB => 9.39% (L1) Buffered : 147 MB - Consumed :3360 MB - Compressed : 315 MB => 9.39% (L1) Buffered : 158 MB - Consumed :3426 MB - Compressed : 321 MB => 9.39% (L1) Buffered : 127 MB - Consumed :3457 MB - Compressed : 324 MB => 9.39% (L1) Buffered : 69 MB - Consumed :3523 MB - Compressed : 330 MB => 9.39% (L1) Buffered : 14 MB - Consumed :3584 MB - Compressed : 336 MB => 9.39% (L1) Buffered : 83 MB - Consumed :3584 MB - Compressed : 336 MB => 9.39% (L1) Buffered : 184 MB - Consumed :3584 MB - Compressed : 336 MB => 9.39% (L1) Buffered : 132 MB - Consumed :3648 MB - Compressed : 342 MB => 9.39% (L1) Buffered : 72 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 74 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 77 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 80 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 82 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 85 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 88 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 90 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 93 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 178 MB - Consumed :3712 MB - Compressed : 348 MB => 9.39% (L1) Buffered : 195 MB - Consumed :3748 MB - Compressed : 351 MB => 9.39% (L1) Buffered : 128 MB - Consumed :3817 MB - Compressed : 358 MB => 9.39% (L1) Buffered : 109 MB - Consumed :3840 MB - Compressed : 360 MB => 9.39% (L1) Buffered : 132 MB - Consumed :3840 MB - Compressed : 360 MB => 9.39% (L1) Buffered : 139 MB - Consumed :3877 MB - Compressed : 363 MB => 9.39% (L1) Buffered : 149 MB - Consumed :3942 MB - Compressed : 370 MB => 9.39% (L1) Buffered : 127 MB - Consumed :3973 MB - Compressed : 372 MB => 9.39% (L1) Buffered : 122 MB - Consumed :4040 MB - Compressed : 379 MB => 9.39% (L1) Buffered : 67 MB - Consumed :4096 MB - Compressed : 384 MB => 9.39% (L1) Buffered : 71 MB - Consumed :4096 MB - Compressed : 384 MB => 9.39% (L1) Buffered : 183 MB - Consumed :4096 MB - Compressed : 384 MB => 9.39% (L1) Buffered : 131 MB - Consumed :4160 MB - Compressed : 390 MB => 9.39% (L1) Buffered : 75 MB - Consumed :4219 MB - Compressed : 396 MB => 9.39% (L1) Buffered : 72 MB - Consumed :4224 MB - Compressed : 396 MB => 9.39% (L1) Buffered : 74 MB - Consumed :4224 MB - Compressed : 396 MB => 9.39% (L1) Buffered : 78 MB - Consumed :4224 MB - Compressed : 396 MB => 9.39% (L1) Buffered : 131 MB - Consumed :4224 MB - Compressed : 396 MB => 9.39% (L1) Buffered : 183 MB - Consumed :4224 MB - Compressed : 396 MB => 9.39% (L1) Buffered : 235 MB - Consumed :4224 MB - Compressed : 396 MB => 9.39% (L1) Buffered : 240 MB - Consumed :4239 MB - Compressed : 397 MB => 9.39% (L1) Buffered : 224 MB - Consumed :4255 MB - Compressed : 399 MB => 9.39% (L1) Buffered : 176 MB - Consumed :4303 MB - Compressed : 403 MB => 9.39% (L1) Buffered : 128 MB - Consumed :4352 MB - Compressed : 408 MB => 9.39% (L1) Buffered : 121 MB - Consumed :4360 MB - Compressed : 409 MB => 9.39% (L1) Buffered : 90 MB - Consumed :4393 MB - Compressed : 412 MB => 9.39% (L1) Buffered : 60 MB - Consumed :4426 MB - Compressed : 415 MB => 9.39% (L1) Buffered : 32 MB - Consumed :4458 MB - Compressed : 418 MB => 9.39% (L1) Buffered : 14 MB - Consumed :4480 MB - Compressed : 420 MB => 9.39% (L1) Buffered : 49 MB - Consumed :4480 MB - Compressed : 420 MB => 9.39% (L1) Buffered : 162 MB - Consumed :4480 MB - Compressed : 420 MB => 9.39% (L1) Buffered : 252 MB - Consumed :4484 MB - Compressed : 420 MB => 9.39% (L1) Buffered : 190 MB - Consumed :4546 MB - Compressed : 426 MB => 9.39% (L1) Buffered : 128 MB - Consumed :4608 MB - Compressed : 432 MB => 9.39% (L1) Buffered : 97 MB - Consumed :4640 MB - Compressed : 435 MB => 9.39% (L1) Buffered : 35 MB - Consumed :4706 MB - Compressed : 441 MB => 9.39% (L1) Buffered : 10 MB - Consumed :4736 MB - Compressed : 444 MB => 9.39% (L1) Buffered : 16 MB - Consumed :4736 MB - Compressed : 444 MB => 9.39% (L1) Buffered : 23 MB - Consumed :4744 MB - Compressed : 445 MB => 9.39% /*stdin*\ : 9.39% (5000000000 => 469346562 bytes, /*stdout*\) roundTripTest: datagen -g3700000000 -P0 | zstd -v1 --zstd=strategy=6,wlog=25 | zstd -d1 --zstd=strategy=6,wlog=25 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 31 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 62 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 93 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 124 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 144 MB - Consumed : 10 MB - Compressed : 10 MB => 100.00% (L1) Buffered : 147 MB - Consumed : 37 MB - Compressed : 37 MB => 100.00% (L1) Buffered : 149 MB - Consumed : 65 MB - Compressed : 65 MB => 100.00% (L1) Buffered : 150 MB - Consumed : 93 MB - Compressed : 93 MB => 100.00% (L1) Buffered : 134 MB - Consumed : 122 MB - Compressed : 122 MB => 100.00% (L1) Buffered : 151 MB - Consumed : 128 MB - Compressed : 128 MB => 100.00% (L1) Buffered : 181 MB - Consumed : 128 MB - Compressed : 128 MB => 100.00% (L1) Buffered : 188 MB - Consumed : 151 MB - Compressed : 151 MB => 100.00% (L1) Buffered : 188 MB - Consumed : 181 MB - Compressed : 181 MB => 100.00% (L1) Buffered : 172 MB - Consumed : 212 MB - Compressed : 212 MB => 100.00% (L1) Buffered : 140 MB - Consumed : 244 MB - Compressed : 244 MB => 100.00% (L1) Buffered : 146 MB - Consumed : 256 MB - Compressed : 256 MB => 100.00% (L1) Buffered : 176 MB - Consumed : 256 MB - Compressed : 256 MB => 100.00% (L1) Buffered : 185 MB - Consumed : 277 MB - Compressed : 277 MB => 100.00% (L1) Buffered : 181 MB - Consumed : 310 MB - Compressed : 310 MB => 100.00% (L1) Buffered : 167 MB - Consumed : 344 MB - Compressed : 344 MB => 100.00% (L1) Buffered : 133 MB - Consumed : 378 MB - Compressed : 378 MB => 100.00% (L1) Buffered : 152 MB - Consumed : 384 MB - Compressed : 384 MB => 100.00% (L1) Buffered : 182 MB - Consumed : 384 MB - Compressed : 384 MB => 100.00% (L1) Buffered : 184 MB - Consumed : 412 MB - Compressed : 412 MB => 100.00% (L1) Buffered : 180 MB - Consumed : 446 MB - Compressed : 446 MB => 100.00% (L1) Buffered : 160 MB - Consumed : 480 MB - Compressed : 480 MB => 100.00% (L1) Buffered : 129 MB - Consumed : 512 MB - Compressed : 512 MB => 100.00% (L1) Buffered : 159 MB - Consumed : 512 MB - Compressed : 512 MB => 100.00% (L1) Buffered : 187 MB - Consumed : 513 MB - Compressed : 513 MB => 100.00% (L1) Buffered : 183 MB - Consumed : 547 MB - Compressed : 547 MB => 100.00% (L1) Buffered : 179 MB - Consumed : 581 MB - Compressed : 581 MB => 100.00% (L1) Buffered : 152 MB - Consumed : 615 MB - Compressed : 615 MB => 100.00% (L1) Buffered : 136 MB - Consumed : 640 MB - Compressed : 640 MB => 100.00% (L1) Buffered : 166 MB - Consumed : 640 MB - Compressed : 640 MB => 100.00% (L1) Buffered : 187 MB - Consumed : 649 MB - Compressed : 649 MB => 100.00% (L1) Buffered : 182 MB - Consumed : 683 MB - Compressed : 683 MB => 100.00% (L1) Buffered : 178 MB - Consumed : 717 MB - Compressed : 717 MB => 100.00% (L1) Buffered : 145 MB - Consumed : 751 MB - Compressed : 751 MB => 100.00% (L1) Buffered : 142 MB - Consumed : 768 MB - Compressed : 768 MB => 100.00% (L1) Buffered : 172 MB - Consumed : 768 MB - Compressed : 768 MB => 100.00% (L1) Buffered : 185 MB - Consumed : 784 MB - Compressed : 784 MB => 100.00% (L1) Buffered : 181 MB - Consumed : 818 MB - Compressed : 818 MB => 100.00% (L1) Buffered : 171 MB - Consumed : 852 MB - Compressed : 852 MB => 100.00% (L1) Buffered : 137 MB - Consumed : 886 MB - Compressed : 886 MB => 100.00% (L1) Buffered : 149 MB - Consumed : 896 MB - Compressed : 896 MB => 100.00% (L1) Buffered : 179 MB - Consumed : 896 MB - Compressed : 896 MB => 100.00% (L1) Buffered : 185 MB - Consumed : 920 MB - Compressed : 920 MB => 100.00% (L1) Buffered : 180 MB - Consumed : 954 MB - Compressed : 954 MB => 100.00% (L1) Buffered : 164 MB - Consumed : 988 MB - Compressed : 988 MB => 100.00% (L1) Buffered : 130 MB - Consumed :1022 MB - Compressed :1022 MB => 100.00% (L1) Buffered : 155 MB - Consumed :1024 MB - Compressed :1024 MB => 100.00% (L1) Buffered : 185 MB - Consumed :1024 MB - Compressed :1024 MB => 100.00% (L1) Buffered : 183 MB - Consumed :1055 MB - Compressed :1055 MB => 100.00% (L1) Buffered : 179 MB - Consumed :1089 MB - Compressed :1089 MB => 100.00% (L1) Buffered : 156 MB - Consumed :1123 MB - Compressed :1123 MB => 100.00% (L1) Buffered : 132 MB - Consumed :1152 MB - Compressed :1152 MB => 100.00% (L1) Buffered : 162 MB - Consumed :1152 MB - Compressed :1152 MB => 100.00% (L1) Buffered : 187 MB - Consumed :1157 MB - Compressed :1157 MB => 100.00% (L1) Buffered : 183 MB - Consumed :1191 MB - Compressed :1191 MB => 100.00% (L1) Buffered : 179 MB - Consumed :1225 MB - Compressed :1225 MB => 100.00% (L1) Buffered : 149 MB - Consumed :1259 MB - Compressed :1259 MB => 100.00% (L1) Buffered : 139 MB - Consumed :1280 MB - Compressed :1280 MB => 100.00% (L1) Buffered : 170 MB - Consumed :1280 MB - Compressed :1280 MB => 100.00% (L1) Buffered : 187 MB - Consumed :1292 MB - Compressed :1292 MB => 100.00% (L1) Buffered : 183 MB - Consumed :1326 MB - Compressed :1326 MB => 100.00% (L1) Buffered : 175 MB - Consumed :1360 MB - Compressed :1360 MB => 100.00% (L1) Buffered : 141 MB - Consumed :1394 MB - Compressed :1394 MB => 100.00% (L1) Buffered : 146 MB - Consumed :1408 MB - Compressed :1408 MB => 100.00% (L1) Buffered : 177 MB - Consumed :1408 MB - Compressed :1408 MB => 100.00% (L1) Buffered : 188 MB - Consumed :1428 MB - Compressed :1428 MB => 100.00% (L1) Buffered : 185 MB - Consumed :1462 MB - Compressed :1462 MB => 100.00% (L1) Buffered : 168 MB - Consumed :1496 MB - Compressed :1496 MB => 100.00% (L1) Buffered : 134 MB - Consumed :1530 MB - Compressed :1530 MB => 100.00% (L1) Buffered : 153 MB - Consumed :1536 MB - Compressed :1536 MB => 100.00% (L1) Buffered : 184 MB - Consumed :1536 MB - Compressed :1536 MB => 100.00% (L1) Buffered : 187 MB - Consumed :1563 MB - Compressed :1563 MB => 100.00% (L1) Buffered : 184 MB - Consumed :1597 MB - Compressed :1597 MB => 100.00% (L1) Buffered : 160 MB - Consumed :1631 MB - Compressed :1631 MB => 100.00% (L1) Buffered : 129 MB - Consumed :1664 MB - Compressed :1664 MB => 100.00% (L1) Buffered : 156 MB - Consumed :1664 MB - Compressed :1664 MB => 100.00% (L1) Buffered : 182 MB - Consumed :1665 MB - Compressed :1665 MB => 100.00% (L1) Buffered : 176 MB - Consumed :1699 MB - Compressed :1699 MB => 100.00% (L1) Buffered : 172 MB - Consumed :1733 MB - Compressed :1733 MB => 100.00% (L1) Buffered : 153 MB - Consumed :1767 MB - Compressed :1767 MB => 100.00% (L1) Buffered : 136 MB - Consumed :1792 MB - Compressed :1792 MB => 100.00% (L1) Buffered : 166 MB - Consumed :1792 MB - Compressed :1792 MB => 100.00% (L1) Buffered : 188 MB - Consumed :1800 MB - Compressed :1800 MB => 100.00% (L1) Buffered : 184 MB - Consumed :1834 MB - Compressed :1834 MB => 100.00% (L1) Buffered : 180 MB - Consumed :1868 MB - Compressed :1868 MB => 100.00% (L1) Buffered : 146 MB - Consumed :1902 MB - Compressed :1902 MB => 100.00% (L1) Buffered : 141 MB - Consumed :1920 MB - Compressed :1920 MB => 100.00% (L1) Buffered : 171 MB - Consumed :1920 MB - Compressed :1920 MB => 100.00% (L1) Buffered : 186 MB - Consumed :1935 MB - Compressed :1935 MB => 100.00% (L1) Buffered : 183 MB - Consumed :1969 MB - Compressed :1969 MB => 100.00% (L1) Buffered : 172 MB - Consumed :2003 MB - Compressed :2003 MB => 100.00% (L1) Buffered : 138 MB - Consumed :2037 MB - Compressed :2037 MB => 100.00% (L1) Buffered : 149 MB - Consumed :2048 MB - Compressed :2048 MB => 100.00% (L1) Buffered : 180 MB - Consumed :2048 MB - Compressed :2048 MB => 100.00% (L1) Buffered : 188 MB - Consumed :2071 MB - Compressed :2071 MB => 100.00% (L1) Buffered : 184 MB - Consumed :2105 MB - Compressed :2105 MB => 100.00% (L1) Buffered : 165 MB - Consumed :2139 MB - Compressed :2139 MB => 100.00% (L1) Buffered : 131 MB - Consumed :2173 MB - Compressed :2173 MB => 100.00% (L1) Buffered : 156 MB - Consumed :2176 MB - Compressed :2176 MB => 100.00% (L1) Buffered : 187 MB - Consumed :2176 MB - Compressed :2176 MB => 100.00% (L1) Buffered : 187 MB - Consumed :2206 MB - Compressed :2206 MB => 100.00% (L1) Buffered : 183 MB - Consumed :2240 MB - Compressed :2240 MB => 100.00% (L1) Buffered : 157 MB - Consumed :2274 MB - Compressed :2274 MB => 100.00% (L1) Buffered : 131 MB - Consumed :2304 MB - Compressed :2304 MB => 100.00% (L1) Buffered : 162 MB - Consumed :2304 MB - Compressed :2304 MB => 100.00% (L1) Buffered : 189 MB - Consumed :2308 MB - Compressed :2308 MB => 100.00% (L1) Buffered : 186 MB - Consumed :2341 MB - Compressed :2341 MB => 100.00% (L1) Buffered : 183 MB - Consumed :2375 MB - Compressed :2375 MB => 100.00% (L1) Buffered : 150 MB - Consumed :2409 MB - Compressed :2409 MB => 100.00% (L1) Buffered : 138 MB - Consumed :2432 MB - Compressed :2432 MB => 100.00% (L1) Buffered : 169 MB - Consumed :2432 MB - Compressed :2432 MB => 100.00% (L1) Buffered : 189 MB - Consumed :2443 MB - Compressed :2443 MB => 100.00% (L1) Buffered : 186 MB - Consumed :2477 MB - Compressed :2477 MB => 100.00% (L1) Buffered : 177 MB - Consumed :2511 MB - Compressed :2511 MB => 100.00% (L1) Buffered : 143 MB - Consumed :2545 MB - Compressed :2545 MB => 100.00% (L1) Buffered : 145 MB - Consumed :2560 MB - Compressed :2560 MB => 100.00% (L1) Buffered : 176 MB - Consumed :2560 MB - Compressed :2560 MB => 100.00% (L1) Buffered : 187 MB - Consumed :2578 MB - Compressed :2578 MB => 100.00% (L1) Buffered : 184 MB - Consumed :2612 MB - Compressed :2612 MB => 100.00% (L1) Buffered : 169 MB - Consumed :2646 MB - Compressed :2646 MB => 100.00% (L1) Buffered : 135 MB - Consumed :2680 MB - Compressed :2680 MB => 100.00% (L1) Buffered : 150 MB - Consumed :2688 MB - Compressed :2688 MB => 100.00% (L1) Buffered : 180 MB - Consumed :2688 MB - Compressed :2688 MB => 100.00% (L1) Buffered : 183 MB - Consumed :2714 MB - Compressed :2714 MB => 100.00% (L1) Buffered : 177 MB - Consumed :2748 MB - Compressed :2748 MB => 100.00% (L1) Buffered : 162 MB - Consumed :2782 MB - Compressed :2782 MB => 100.00% (L1) Buffered : 128 MB - Consumed :2816 MB - Compressed :2816 MB => 100.00% (L1) Buffered : 159 MB - Consumed :2816 MB - Compressed :2816 MB => 100.00% (L1) Buffered : 190 MB - Consumed :2816 MB - Compressed :2816 MB => 100.00% (L1) Buffered : 186 MB - Consumed :2849 MB - Compressed :2849 MB => 100.00% (L1) Buffered : 183 MB - Consumed :2883 MB - Compressed :2883 MB => 100.00% (L1) Buffered : 154 MB - Consumed :2917 MB - Compressed :2917 MB => 100.00% (L1) Buffered : 134 MB - Consumed :2944 MB - Compressed :2944 MB => 100.00% (L1) Buffered : 165 MB - Consumed :2944 MB - Compressed :2944 MB => 100.00% (L1) Buffered : 188 MB - Consumed :2951 MB - Compressed :2951 MB => 100.00% (L1) Buffered : 184 MB - Consumed :2984 MB - Compressed :2984 MB => 100.00% (L1) Buffered : 180 MB - Consumed :3018 MB - Compressed :3018 MB => 100.00% (L1) Buffered : 147 MB - Consumed :3052 MB - Compressed :3052 MB => 100.00% (L1) Buffered : 140 MB - Consumed :3072 MB - Compressed :3072 MB => 100.00% (L1) Buffered : 171 MB - Consumed :3072 MB - Compressed :3072 MB => 100.00% (L1) Buffered : 187 MB - Consumed :3086 MB - Compressed :3086 MB => 100.00% (L1) Buffered : 183 MB - Consumed :3120 MB - Compressed :3120 MB => 100.00% (L1) Buffered : 174 MB - Consumed :3154 MB - Compressed :3154 MB => 100.00% (L1) Buffered : 140 MB - Consumed :3188 MB - Compressed :3188 MB => 100.00% (L1) Buffered : 147 MB - Consumed :3200 MB - Compressed :3200 MB => 100.00% (L1) Buffered : 177 MB - Consumed :3200 MB - Compressed :3200 MB => 100.00% (L1) Buffered : 186 MB - Consumed :3221 MB - Compressed :3221 MB => 100.00% (L1) Buffered : 182 MB - Consumed :3255 MB - Compressed :3255 MB => 100.00% (L1) Buffered : 166 MB - Consumed :3289 MB - Compressed :3289 MB => 100.00% (L1) Buffered : 132 MB - Consumed :3323 MB - Compressed :3323 MB => 100.00% (L1) Buffered : 154 MB - Consumed :3328 MB - Compressed :3328 MB => 100.00% (L1) Buffered : 184 MB - Consumed :3328 MB - Compressed :3328 MB => 100.00% (L1) Buffered : 171 MB - Consumed :3357 MB - Compressed :3357 MB => 100.00% (L1) Buffered : 137 MB - Consumed :3391 MB - Compressed :3391 MB => 100.00% (L1) Buffered : 103 MB - Consumed :3425 MB - Compressed :3425 MB => 100.00% (L1) Buffered : 72 MB - Consumed :3456 MB - Compressed :3456 MB => 100.00% (L1) Buffered : 38 MB - Consumed :3490 MB - Compressed :3490 MB => 100.00% (L1) Buffered : 4 MB - Consumed :3524 MB - Compressed :3524 MB => 100.00% /*stdin*\ :100.00% (3700000000 => 3700084697 bytes, /*stdout*\) fileRoundTripTest: datagen -g4193M -P99 > tmp && zstd -v1 -c tmp | zstd -d1 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 1 MB - Consumed : 42 MB - Compressed : 3 MB => 9.35% (L1) Buffered : 2 MB - Consumed : 94 MB - Compressed : 8 MB => 9.37% (L1) Buffered : 2 MB - Consumed : 144 MB - Compressed : 13 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 196 MB - Compressed : 18 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 245 MB - Compressed : 22 MB => 9.35% (L1) Buffered : 1 MB - Consumed : 288 MB - Compressed : 26 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 338 MB - Compressed : 31 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 388 MB - Compressed : 36 MB => 9.36% (L1) Buffered : 3 MB - Consumed : 439 MB - Compressed : 41 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 489 MB - Compressed : 45 MB => 9.36% (L1) Buffered : 3 MB - Consumed : 539 MB - Compressed : 50 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 588 MB - Compressed : 55 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 638 MB - Compressed : 59 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 688 MB - Compressed : 64 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 738 MB - Compressed : 69 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 787 MB - Compressed : 73 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 836 MB - Compressed : 78 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 885 MB - Compressed : 82 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 935 MB - Compressed : 87 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 985 MB - Compressed : 92 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1034 MB - Compressed : 96 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1084 MB - Compressed : 101 MB => 9.36% (L1) Buffered : 3 MB - Consumed :1133 MB - Compressed : 106 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1183 MB - Compressed : 110 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1232 MB - Compressed : 115 MB => 9.36% (L1) Buffered : 3 MB - Consumed :1281 MB - Compressed : 119 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1330 MB - Compressed : 124 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1380 MB - Compressed : 129 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1429 MB - Compressed : 133 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1478 MB - Compressed : 138 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1528 MB - Compressed : 143 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1578 MB - Compressed : 147 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1628 MB - Compressed : 152 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1674 MB - Compressed : 156 MB => 9.36% (L1) Buffered : 3 MB - Consumed :1723 MB - Compressed : 161 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1772 MB - Compressed : 165 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1820 MB - Compressed : 170 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1869 MB - Compressed : 174 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1917 MB - Compressed : 179 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1966 MB - Compressed : 184 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2016 MB - Compressed : 188 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2066 MB - Compressed : 193 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2116 MB - Compressed : 198 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2166 MB - Compressed : 202 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2216 MB - Compressed : 207 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2266 MB - Compressed : 212 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2314 MB - Compressed : 216 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2362 MB - Compressed : 221 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2410 MB - Compressed : 225 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2454 MB - Compressed : 229 MB => 9.36% (L1) Buffered : 2 MB - Consumed :2499 MB - Compressed : 233 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2546 MB - Compressed : 238 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2596 MB - Compressed : 242 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2646 MB - Compressed : 247 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2692 MB - Compressed : 251 MB => 9.36% (L1) Buffered : 3 MB - Consumed :2737 MB - Compressed : 256 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2788 MB - Compressed : 260 MB => 9.36% (L1) Buffered : 2 MB - Consumed :2840 MB - Compressed : 265 MB => 9.36% (L1) Buffered : 2 MB - Consumed :2890 MB - Compressed : 270 MB => 9.36% (L1) Buffered : 2 MB - Consumed :2938 MB - Compressed : 274 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2984 MB - Compressed : 279 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3031 MB - Compressed : 283 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3079 MB - Compressed : 288 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3128 MB - Compressed : 292 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3174 MB - Compressed : 297 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3220 MB - Compressed : 301 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3270 MB - Compressed : 306 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3318 MB - Compressed : 310 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3365 MB - Compressed : 314 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3410 MB - Compressed : 319 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3456 MB - Compressed : 323 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3502 MB - Compressed : 327 MB => 9.36% (L1) Buffered : 3 MB - Consumed :3548 MB - Compressed : 332 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3595 MB - Compressed : 336 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3642 MB - Compressed : 340 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3689 MB - Compressed : 345 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3736 MB - Compressed : 349 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3783 MB - Compressed : 354 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3830 MB - Compressed : 358 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3878 MB - Compressed : 362 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3926 MB - Compressed : 367 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3974 MB - Compressed : 371 MB => 9.36% (L1) Buffered : 1 MB - Consumed :4022 MB - Compressed : 376 MB => 9.36% (L1) Buffered : 2 MB - Consumed :4066 MB - Compressed : 380 MB => 9.36% (L1) Buffered : 1 MB - Consumed :4112 MB - Compressed : 384 MB => 9.36% (L1) Buffered : 1 MB - Consumed :4158 MB - Compressed : 389 MB => 9.36% tmp : 9.36% (4396679168 => 411492880 bytes, /*stdout*\) ===> zstd long, long distance matching round-trip tests roundTripTest: datagen -g270000000 | zstd -v1 --single-thread --long | zstd -d1 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.41% (L1) Buffered : 0 MB - Consumed : 11 MB - Compressed : 3 MB => 31.09% (L1) Buffered : 0 MB - Consumed : 22 MB - Compressed : 7 MB => 31.21% (L1) Buffered : 0 MB - Consumed : 34 MB - Compressed : 10 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 46 MB - Compressed : 14 MB => 31.37% (L1) Buffered : 0 MB - Consumed : 58 MB - Compressed : 18 MB => 31.35% (L1) Buffered : 0 MB - Consumed : 69 MB - Compressed : 21 MB => 31.37% (L1) Buffered : 0 MB - Consumed : 81 MB - Compressed : 25 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 93 MB - Compressed : 29 MB => 31.39% (L1) Buffered : 0 MB - Consumed : 105 MB - Compressed : 33 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 117 MB - Compressed : 36 MB => 31.37% (L1) Buffered : 0 MB - Consumed : 130 MB - Compressed : 38 MB => 29.82% (L1) Buffered : 0 MB - Consumed : 142 MB - Compressed : 39 MB => 28.00% (L1) Buffered : 0 MB - Consumed : 153 MB - Compressed : 40 MB => 26.56% (L1) Buffered : 0 MB - Consumed : 165 MB - Compressed : 41 MB => 25.28% (L1) Buffered : 0 MB - Consumed : 176 MB - Compressed : 42 MB => 24.16% (L1) Buffered : 0 MB - Consumed : 188 MB - Compressed : 43 MB => 23.19% (L1) Buffered : 0 MB - Consumed : 200 MB - Compressed : 44 MB => 22.37% (L1) Buffered : 0 MB - Consumed : 211 MB - Compressed : 45 MB => 21.66% (L1) Buffered : 0 MB - Consumed : 223 MB - Compressed : 47 MB => 21.03% (L1) Buffered : 0 MB - Consumed : 235 MB - Compressed : 48 MB => 20.45% (L1) Buffered : 0 MB - Consumed : 248 MB - Compressed : 49 MB => 19.94% /*stdin*\ : 19.57% (270000000 => 52837409 bytes, /*stdout*\) roundTripTest: datagen -g130000000 -P60 | zstd -v5 --single-thread --long | zstd -d5 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L5) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 23.63% (L5) Buffered : 0 MB - Consumed : 5 MB - Compressed : 1 MB => 27.44% (L5) Buffered : 0 MB - Consumed : 11 MB - Compressed : 3 MB => 27.63% (L5) Buffered : 0 MB - Consumed : 17 MB - Compressed : 4 MB => 27.76% (L5) Buffered : 0 MB - Consumed : 23 MB - Compressed : 6 MB => 27.85% (L5) Buffered : 0 MB - Consumed : 29 MB - Compressed : 8 MB => 27.86% (L5) Buffered : 0 MB - Consumed : 35 MB - Compressed : 9 MB => 27.84% (L5) Buffered : 0 MB - Consumed : 41 MB - Compressed : 11 MB => 27.87% (L5) Buffered : 0 MB - Consumed : 46 MB - Compressed : 12 MB => 27.87% (L5) Buffered : 0 MB - Consumed : 50 MB - Compressed : 14 MB => 27.90% (L5) Buffered : 0 MB - Consumed : 55 MB - Compressed : 15 MB => 27.89% (L5) Buffered : 0 MB - Consumed : 60 MB - Compressed : 16 MB => 27.90% (L5) Buffered : 0 MB - Consumed : 66 MB - Compressed : 18 MB => 27.90% (L5) Buffered : 0 MB - Consumed : 71 MB - Compressed : 19 MB => 27.88% (L5) Buffered : 0 MB - Consumed : 76 MB - Compressed : 21 MB => 27.93% (L5) Buffered : 0 MB - Consumed : 82 MB - Compressed : 22 MB => 27.92% (L5) Buffered : 0 MB - Consumed : 88 MB - Compressed : 24 MB => 27.95% (L5) Buffered : 0 MB - Consumed : 94 MB - Compressed : 26 MB => 27.94% (L5) Buffered : 0 MB - Consumed : 100 MB - Compressed : 28 MB => 27.95% (L5) Buffered : 0 MB - Consumed : 107 MB - Compressed : 29 MB => 27.93% (L5) Buffered : 0 MB - Consumed : 113 MB - Compressed : 31 MB => 27.93% (L5) Buffered : 0 MB - Consumed : 119 MB - Compressed : 33 MB => 27.91% /*stdin*\ : 27.92% (130000000 => 36299346 bytes, /*stdout*\) roundTripTest: datagen -g35000000 -P70 | zstd -v8 --single-thread --long | zstd -d8 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L8) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 17.44% (L8) Buffered : 0 MB - Consumed : 4 MB - Compressed : 0 MB => 21.38% (L8) Buffered : 0 MB - Consumed : 8 MB - Compressed : 1 MB => 21.64% (L8) Buffered : 0 MB - Consumed : 12 MB - Compressed : 2 MB => 21.67% (L8) Buffered : 0 MB - Consumed : 16 MB - Compressed : 3 MB => 21.66% (L8) Buffered : 0 MB - Consumed : 19 MB - Compressed : 4 MB => 21.76% (L8) Buffered : 0 MB - Consumed : 23 MB - Compressed : 5 MB => 21.72% (L8) Buffered : 0 MB - Consumed : 27 MB - Compressed : 5 MB => 21.70% (L8) Buffered : 0 MB - Consumed : 31 MB - Compressed : 6 MB => 21.71% /*stdin*\ : 21.72% (35000000 => 7602392 bytes, /*stdout*\) roundTripTest: datagen -g18000001 -P80 | zstd -v18 --single-thread --long | zstd -d18 --single-thread --long *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L18) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 12.90% (L18) Buffered : 0 MB - Consumed : 1 MB - Compressed : 0 MB => 15.57% (L18) Buffered : 0 MB - Consumed : 1 MB - Compressed : 0 MB => 15.65% (L18) Buffered : 0 MB - Consumed : 2 MB - Compressed : 0 MB => 15.77% (L18) Buffered : 0 MB - Consumed : 3 MB - Compressed : 0 MB => 15.78% (L18) Buffered : 0 MB - Consumed : 3 MB - Compressed : 0 MB => 15.77% (L18) Buffered : 0 MB - Consumed : 4 MB - Compressed : 0 MB => 15.80% (L18) Buffered : 0 MB - Consumed : 4 MB - Compressed : 0 MB => 15.83% (L18) Buffered : 0 MB - Consumed : 5 MB - Compressed : 0 MB => 15.79% (L18) Buffered : 0 MB - Consumed : 5 MB - Compressed : 0 MB => 15.79% (L18) Buffered : 0 MB - Consumed : 6 MB - Compressed : 0 MB => 15.79% (L18) Buffered : 0 MB - Consumed : 6 MB - Compressed : 1 MB => 15.80% (L18) Buffered : 0 MB - Consumed : 7 MB - Compressed : 1 MB => 15.83% (L18) Buffered : 0 MB - Consumed : 7 MB - Compressed : 1 MB => 15.83% (L18) Buffered : 0 MB - Consumed : 8 MB - Compressed : 1 MB => 15.80% (L18) Buffered : 0 MB - Consumed : 8 MB - Compressed : 1 MB => 15.80% (L18) Buffered : 0 MB - Consumed : 9 MB - Compressed : 1 MB => 15.79% (L18) Buffered : 0 MB - Consumed : 9 MB - Compressed : 1 MB => 15.80% (L18) Buffered : 0 MB - Consumed : 10 MB - Compressed : 1 MB => 15.81% (L18) Buffered : 0 MB - Consumed : 10 MB - Compressed : 1 MB => 15.81% (L18) Buffered : 0 MB - Consumed : 11 MB - Compressed : 1 MB => 15.82% (L18) Buffered : 0 MB - Consumed : 11 MB - Compressed : 1 MB => 15.80% (L18) Buffered : 0 MB - Consumed : 12 MB - Compressed : 1 MB => 15.81% (L18) Buffered : 0 MB - Consumed : 12 MB - Compressed : 1 MB => 15.83% (L18) Buffered : 0 MB - Consumed : 13 MB - Compressed : 2 MB => 15.82% (L18) Buffered : 0 MB - Consumed : 13 MB - Compressed : 2 MB => 15.81% (L18) Buffered : 0 MB - Consumed : 14 MB - Compressed : 2 MB => 15.81% (L18) Buffered : 0 MB - Consumed : 14 MB - Compressed : 2 MB => 15.80% (L18) Buffered : 0 MB - Consumed : 15 MB - Compressed : 2 MB => 15.84% (L18) Buffered : 0 MB - Consumed : 15 MB - Compressed : 2 MB => 15.85% (L18) Buffered : 0 MB - Consumed : 16 MB - Compressed : 2 MB => 15.84% (L18) Buffered : 0 MB - Consumed : 16 MB - Compressed : 2 MB => 15.84% (L18) Buffered : 0 MB - Consumed : 17 MB - Compressed : 2 MB => 15.82% /*stdin*\ : 15.82% (18000001 => 2847413 bytes, /*stdout*\) roundTripTest: datagen -g700M -P50 | zstd -v1 --single-thread --long=29 | zstd -d1 --single-thread --long=29 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.38% (L1) Buffered : 0 MB - Consumed : 10 MB - Compressed : 3 MB => 31.10% (L1) Buffered : 0 MB - Consumed : 23 MB - Compressed : 7 MB => 31.23% (L1) Buffered : 0 MB - Consumed : 35 MB - Compressed : 11 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 47 MB - Compressed : 14 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 58 MB - Compressed : 18 MB => 31.35% (L1) Buffered : 0 MB - Consumed : 70 MB - Compressed : 22 MB => 31.38% (L1) Buffered : 0 MB - Consumed : 82 MB - Compressed : 25 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 94 MB - Compressed : 29 MB => 31.39% (L1) Buffered : 0 MB - Consumed : 107 MB - Compressed : 33 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 119 MB - Compressed : 37 MB => 31.38% (L1) Buffered : 0 MB - Consumed : 131 MB - Compressed : 38 MB => 29.35% (L1) Buffered : 0 MB - Consumed : 144 MB - Compressed : 39 MB => 27.36% (L1) Buffered : 0 MB - Consumed : 156 MB - Compressed : 40 MB => 25.73% (L1) Buffered : 0 MB - Consumed : 168 MB - Compressed : 40 MB => 24.30% (L1) Buffered : 0 MB - Consumed : 180 MB - Compressed : 41 MB => 23.08% (L1) Buffered : 0 MB - Consumed : 192 MB - Compressed : 42 MB => 21.98% (L1) Buffered : 0 MB - Consumed : 205 MB - Compressed : 43 MB => 21.04% (L1) Buffered : 0 MB - Consumed : 217 MB - Compressed : 44 MB => 20.23% (L1) Buffered : 0 MB - Consumed : 230 MB - Compressed : 44 MB => 19.53% (L1) Buffered : 0 MB - Consumed : 242 MB - Compressed : 45 MB => 18.90% (L1) Buffered : 0 MB - Consumed : 254 MB - Compressed : 46 MB => 18.28% (L1) Buffered : 0 MB - Consumed : 266 MB - Compressed : 47 MB => 17.73% (L1) Buffered : 0 MB - Consumed : 278 MB - Compressed : 48 MB => 17.25% (L1) Buffered : 0 MB - Consumed : 290 MB - Compressed : 48 MB => 16.81% (L1) Buffered : 0 MB - Consumed : 302 MB - Compressed : 49 MB => 16.39% (L1) Buffered : 0 MB - Consumed : 314 MB - Compressed : 50 MB => 15.98% (L1) Buffered : 0 MB - Consumed : 326 MB - Compressed : 50 MB => 15.61% (L1) Buffered : 0 MB - Consumed : 338 MB - Compressed : 51 MB => 15.22% (L1) Buffered : 0 MB - Consumed : 350 MB - Compressed : 52 MB => 14.87% (L1) Buffered : 0 MB - Consumed : 361 MB - Compressed : 52 MB => 14.56% (L1) Buffered : 0 MB - Consumed : 372 MB - Compressed : 53 MB => 14.27% (L1) Buffered : 0 MB - Consumed : 384 MB - Compressed : 53 MB => 13.99% (L1) Buffered : 0 MB - Consumed : 396 MB - Compressed : 54 MB => 13.73% (L1) Buffered : 0 MB - Consumed : 406 MB - Compressed : 54 MB => 13.50% (L1) Buffered : 0 MB - Consumed : 419 MB - Compressed : 55 MB => 13.25% (L1) Buffered : 0 MB - Consumed : 431 MB - Compressed : 56 MB => 13.01% (L1) Buffered : 0 MB - Consumed : 476 MB - Compressed : 56 MB => 11.78% (L1) Buffered : 0 MB - Consumed : 518 MB - Compressed : 56 MB => 10.81% (L1) Buffered : 0 MB - Consumed : 563 MB - Compressed : 56 MB => 9.96% (L1) Buffered : 0 MB - Consumed : 606 MB - Compressed : 56 MB => 9.26% (L1) Buffered : 0 MB - Consumed : 652 MB - Compressed : 56 MB => 8.61% (L1) Buffered : 0 MB - Consumed : 698 MB - Compressed : 56 MB => 8.04% /*stdin*\ : 8.02% (734003200 => 58840968 bytes, /*stdout*\) roundTripTest: datagen -g600M -P50 | zstd -v1 --single-thread --long --zstd=wlog=29,clog=28 | zstd -d1 --single-thread --long --zstd=wlog=29,clog=28 *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 31.38% (L1) Buffered : 0 MB - Consumed : 10 MB - Compressed : 3 MB => 31.11% (L1) Buffered : 0 MB - Consumed : 20 MB - Compressed : 6 MB => 31.21% (L1) Buffered : 0 MB - Consumed : 32 MB - Compressed : 10 MB => 31.35% (L1) Buffered : 0 MB - Consumed : 44 MB - Compressed : 13 MB => 31.37% (L1) Buffered : 0 MB - Consumed : 55 MB - Compressed : 17 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 66 MB - Compressed : 20 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 76 MB - Compressed : 24 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 87 MB - Compressed : 27 MB => 31.38% (L1) Buffered : 0 MB - Consumed : 97 MB - Compressed : 30 MB => 31.38% (L1) Buffered : 0 MB - Consumed : 108 MB - Compressed : 33 MB => 31.36% (L1) Buffered : 0 MB - Consumed : 117 MB - Compressed : 36 MB => 31.37% (L1) Buffered : 0 MB - Consumed : 128 MB - Compressed : 38 MB => 29.88% (L1) Buffered : 0 MB - Consumed : 141 MB - Compressed : 39 MB => 27.81% (L1) Buffered : 0 MB - Consumed : 153 MB - Compressed : 39 MB => 26.07% (L1) Buffered : 0 MB - Consumed : 165 MB - Compressed : 40 MB => 24.61% (L1) Buffered : 0 MB - Consumed : 177 MB - Compressed : 41 MB => 23.36% (L1) Buffered : 0 MB - Consumed : 189 MB - Compressed : 42 MB => 22.27% (L1) Buffered : 0 MB - Consumed : 201 MB - Compressed : 42 MB => 21.32% (L1) Buffered : 0 MB - Consumed : 213 MB - Compressed : 43 MB => 20.51% (L1) Buffered : 0 MB - Consumed : 225 MB - Compressed : 44 MB => 19.81% (L1) Buffered : 0 MB - Consumed : 237 MB - Compressed : 45 MB => 19.18% (L1) Buffered : 0 MB - Consumed : 248 MB - Compressed : 46 MB => 18.58% (L1) Buffered : 0 MB - Consumed : 260 MB - Compressed : 46 MB => 18.01% (L1) Buffered : 0 MB - Consumed : 272 MB - Compressed : 47 MB => 17.51% (L1) Buffered : 0 MB - Consumed : 283 MB - Compressed : 48 MB => 17.06% (L1) Buffered : 0 MB - Consumed : 295 MB - Compressed : 49 MB => 16.64% (L1) Buffered : 0 MB - Consumed : 307 MB - Compressed : 49 MB => 16.22% (L1) Buffered : 0 MB - Consumed : 319 MB - Compressed : 50 MB => 15.82% (L1) Buffered : 0 MB - Consumed : 331 MB - Compressed : 51 MB => 15.43% (L1) Buffered : 0 MB - Consumed : 344 MB - Compressed : 51 MB => 15.05% (L1) Buffered : 0 MB - Consumed : 356 MB - Compressed : 52 MB => 14.70% (L1) Buffered : 0 MB - Consumed : 368 MB - Compressed : 53 MB => 14.38% (L1) Buffered : 0 MB - Consumed : 380 MB - Compressed : 53 MB => 14.10% (L1) Buffered : 0 MB - Consumed : 391 MB - Compressed : 54 MB => 13.82% (L1) Buffered : 0 MB - Consumed : 403 MB - Compressed : 54 MB => 13.58% (L1) Buffered : 0 MB - Consumed : 414 MB - Compressed : 55 MB => 13.34% (L1) Buffered : 0 MB - Consumed : 426 MB - Compressed : 55 MB => 13.11% (L1) Buffered : 0 MB - Consumed : 461 MB - Compressed : 56 MB => 12.15% (L1) Buffered : 0 MB - Consumed : 510 MB - Compressed : 56 MB => 10.98% (L1) Buffered : 0 MB - Consumed : 560 MB - Compressed : 56 MB => 10.02% /*stdin*\ : 9.35% (629145600 => 58829768 bytes, /*stdout*\) ===> zstdmt long round-trip tests roundTripTest: datagen -g80000000 -P99 | zstd -v19 -T2 | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L19) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L19) Buffered : 73 MB - Consumed : 2 MB - Compressed : 0 MB => 5.29% (L19) Buffered : 71 MB - Consumed : 5 MB - Compressed : 0 MB => 5.59% (L19) Buffered : 67 MB - Consumed : 8 MB - Compressed : 0 MB => 5.75% (L19) Buffered : 64 MB - Consumed : 12 MB - Compressed : 0 MB => 5.79% (L19) Buffered : 60 MB - Consumed : 16 MB - Compressed : 0 MB => 5.80% (L19) Buffered : 55 MB - Consumed : 21 MB - Compressed : 1 MB => 5.80% (L19) Buffered : 51 MB - Consumed : 25 MB - Compressed : 1 MB => 5.82% (L19) Buffered : 47 MB - Consumed : 28 MB - Compressed : 1 MB => 5.85% (L19) Buffered : 43 MB - Consumed : 32 MB - Compressed : 1 MB => 5.84% (L19) Buffered : 39 MB - Consumed : 37 MB - Compressed : 2 MB => 5.86% (L19) Buffered : 35 MB - Consumed : 40 MB - Compressed : 2 MB => 5.87% (L19) Buffered : 31 MB - Consumed : 44 MB - Compressed : 2 MB => 5.87% (L19) Buffered : 28 MB - Consumed : 48 MB - Compressed : 2 MB => 5.88% (L19) Buffered : 23 MB - Consumed : 53 MB - Compressed : 3 MB => 5.89% (L19) Buffered : 20 MB - Consumed : 56 MB - Compressed : 3 MB => 5.89% (L19) Buffered : 18 MB - Consumed : 58 MB - Compressed : 3 MB => 5.89% (L19) Buffered : 16 MB - Consumed : 60 MB - Compressed : 3 MB => 5.89% (L19) Buffered : 12 MB - Consumed : 64 MB - Compressed : 3 MB => 5.89% (L19) Buffered : 8 MB - Consumed : 68 MB - Compressed : 4 MB => 5.90% (L19) Buffered : 5 MB - Consumed : 70 MB - Compressed : 4 MB => 5.90% (L19) Buffered : 3 MB - Consumed : 72 MB - Compressed : 4 MB => 5.90% (L19) Buffered : 1 MB - Consumed : 74 MB - Compressed : 4 MB => 5.91% (L19) Buffered : 0 MB - Consumed : 76 MB - Compressed : 4 MB => 5.90% /*stdin*\ : 5.90% (80000000 => 4723400 bytes, /*stdout*\) roundTripTest: datagen -g5000000000 -P99 | zstd -v1 -T2 | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 0 MB - Consumed : 36 MB - Compressed : 3 MB => 9.33% (L1) Buffered : 1 MB - Consumed : 71 MB - Compressed : 6 MB => 9.36% (L1) Buffered : 3 MB - Consumed : 112 MB - Compressed : 10 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 160 MB - Compressed : 14 MB => 9.36% (L1) Buffered : 3 MB - Consumed : 204 MB - Compressed : 19 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 250 MB - Compressed : 23 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 298 MB - Compressed : 27 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 346 MB - Compressed : 32 MB => 9.36% (L1) Buffered : 3 MB - Consumed : 390 MB - Compressed : 36 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 438 MB - Compressed : 40 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 482 MB - Compressed : 45 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 526 MB - Compressed : 49 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 574 MB - Compressed : 53 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 619 MB - Compressed : 57 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 662 MB - Compressed : 61 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 706 MB - Compressed : 66 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 754 MB - Compressed : 70 MB => 9.36% (L1) Buffered : 2 MB - Consumed : 798 MB - Compressed : 74 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 846 MB - Compressed : 79 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 894 MB - Compressed : 83 MB => 9.36% (L1) Buffered : 1 MB - Consumed : 940 MB - Compressed : 87 MB => 9.36% (L1) Buffered : 0 MB - Consumed : 986 MB - Compressed : 92 MB => 9.36% (L1) Buffered : 3 MB - Consumed :1032 MB - Compressed : 96 MB => 9.36% (L1) Buffered : 0 MB - Consumed :1080 MB - Compressed : 101 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1121 MB - Compressed : 104 MB => 9.36% (L1) Buffered : 0 MB - Consumed :1162 MB - Compressed : 108 MB => 9.36% (L1) Buffered : 0 MB - Consumed :1202 MB - Compressed : 112 MB => 9.36% (L1) Buffered : 0 MB - Consumed :1242 MB - Compressed : 116 MB => 9.36% (L1) Buffered : 0 MB - Consumed :1282 MB - Compressed : 119 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1322 MB - Compressed : 123 MB => 9.36% (L1) Buffered : 3 MB - Consumed :1364 MB - Compressed : 127 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1412 MB - Compressed : 132 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1458 MB - Compressed : 136 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1504 MB - Compressed : 140 MB => 9.36% (L1) Buffered : 0 MB - Consumed :1552 MB - Compressed : 145 MB => 9.36% (L1) Buffered : 3 MB - Consumed :1596 MB - Compressed : 149 MB => 9.36% (L1) Buffered : 3 MB - Consumed :1643 MB - Compressed : 153 MB => 9.36% (L1) Buffered : 3 MB - Consumed :1688 MB - Compressed : 158 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1734 MB - Compressed : 162 MB => 9.36% (L1) Buffered : 1 MB - Consumed :1780 MB - Compressed : 166 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1826 MB - Compressed : 170 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1874 MB - Compressed : 175 MB => 9.36% (L1) Buffered : 0 MB - Consumed :1922 MB - Compressed : 179 MB => 9.36% (L1) Buffered : 2 MB - Consumed :1973 MB - Compressed : 184 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2029 MB - Compressed : 189 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2083 MB - Compressed : 194 MB => 9.36% (L1) Buffered : 0 MB - Consumed :2138 MB - Compressed : 200 MB => 9.36% (L1) Buffered : 0 MB - Consumed :2192 MB - Compressed : 205 MB => 9.36% (L1) Buffered : 1 MB - Consumed :2246 MB - Compressed : 210 MB => 9.36% (L1) Buffered : 2 MB - Consumed :2300 MB - Compressed : 215 MB => 9.36% (L1) Buffered : 4 MB - Consumed :2354 MB - Compressed : 220 MB => 9.36% (L1) Buffered : 4 MB - Consumed :2410 MB - Compressed : 225 MB => 9.36% (L1) Buffered : 3 MB - Consumed :2465 MB - Compressed : 230 MB => 9.36% (L1) Buffered : 0 MB - Consumed :2518 MB - Compressed : 235 MB => 9.36% (L1) Buffered : 3 MB - Consumed :2570 MB - Compressed : 240 MB => 9.36% (L1) Buffered : 3 MB - Consumed :2624 MB - Compressed : 245 MB => 9.36% (L1) Buffered : 4 MB - Consumed :2678 MB - Compressed : 250 MB => 9.36% (L1) Buffered : 4 MB - Consumed :2733 MB - Compressed : 255 MB => 9.36% (L1) Buffered : 4 MB - Consumed :2787 MB - Compressed : 260 MB => 9.36% (L1) Buffered : 3 MB - Consumed :2839 MB - Compressed : 265 MB => 9.36% (L1) Buffered : 2 MB - Consumed :2892 MB - Compressed : 270 MB => 9.36% (L1) Buffered : 3 MB - Consumed :2946 MB - Compressed : 275 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3001 MB - Compressed : 280 MB => 9.36% (L1) Buffered : 3 MB - Consumed :3052 MB - Compressed : 285 MB => 9.36% (L1) Buffered : 0 MB - Consumed :3106 MB - Compressed : 290 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3158 MB - Compressed : 295 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3212 MB - Compressed : 300 MB => 9.36% (L1) Buffered : 3 MB - Consumed :3265 MB - Compressed : 305 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3316 MB - Compressed : 310 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3371 MB - Compressed : 315 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3426 MB - Compressed : 320 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3481 MB - Compressed : 325 MB => 9.36% (L1) Buffered : 3 MB - Consumed :3533 MB - Compressed : 330 MB => 9.36% (L1) Buffered : 3 MB - Consumed :3584 MB - Compressed : 335 MB => 9.36% (L1) Buffered : 0 MB - Consumed :3638 MB - Compressed : 340 MB => 9.36% (L1) Buffered : 0 MB - Consumed :3692 MB - Compressed : 345 MB => 9.36% (L1) Buffered : 1 MB - Consumed :3745 MB - Compressed : 350 MB => 9.36% (L1) Buffered : 2 MB - Consumed :3797 MB - Compressed : 355 MB => 9.36% (L1) Buffered : 4 MB - Consumed :3849 MB - Compressed : 360 MB => 9.36% (L1) Buffered : 3 MB - Consumed :3902 MB - Compressed : 365 MB => 9.36% (L1) Buffered : 0 MB - Consumed :3956 MB - Compressed : 370 MB => 9.36% (L1) Buffered : 0 MB - Consumed :4010 MB - Compressed : 375 MB => 9.36% (L1) Buffered : 1 MB - Consumed :4062 MB - Compressed : 380 MB => 9.36% (L1) Buffered : 3 MB - Consumed :4115 MB - Compressed : 385 MB => 9.36% (L1) Buffered : 3 MB - Consumed :4166 MB - Compressed : 389 MB => 9.36% (L1) Buffered : 1 MB - Consumed :4220 MB - Compressed : 394 MB => 9.36% (L1) Buffered : 0 MB - Consumed :4274 MB - Compressed : 400 MB => 9.36% (L1) Buffered : 0 MB - Consumed :4328 MB - Compressed : 405 MB => 9.36% (L1) Buffered : 1 MB - Consumed :4381 MB - Compressed : 410 MB => 9.36% (L1) Buffered : 2 MB - Consumed :4433 MB - Compressed : 414 MB => 9.36% (L1) Buffered : 4 MB - Consumed :4485 MB - Compressed : 419 MB => 9.36% (L1) Buffered : 3 MB - Consumed :4538 MB - Compressed : 424 MB => 9.36% (L1) Buffered : 0 MB - Consumed :4592 MB - Compressed : 429 MB => 9.36% (L1) Buffered : 0 MB - Consumed :4646 MB - Compressed : 434 MB => 9.36% (L1) Buffered : 1 MB - Consumed :4698 MB - Compressed : 439 MB => 9.36% (L1) Buffered : 3 MB - Consumed :4751 MB - Compressed : 444 MB => 9.36% /*stdin*\ : 9.36% (5000000000 => 467962135 bytes, /*stdout*\) roundTripTest: datagen -g500000000 -P97 | zstd -v1 -T999 | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 9 MB - Consumed : 40 MB - Compressed : 3 MB => 9.80% (L1) Buffered : 0 MB - Consumed : 88 MB - Compressed : 8 MB => 9.85% (L1) Buffered : 0 MB - Consumed : 122 MB - Compressed : 12 MB => 9.86% (L1) Buffered : 0 MB - Consumed : 166 MB - Compressed : 16 MB => 9.85% (L1) Buffered : 3 MB - Consumed : 208 MB - Compressed : 20 MB => 9.85% (L1) Buffered : 1 MB - Consumed : 256 MB - Compressed : 25 MB => 9.86% (L1) Buffered : 2 MB - Consumed : 304 MB - Compressed : 29 MB => 9.86% (L1) Buffered : 1 MB - Consumed : 356 MB - Compressed : 35 MB => 9.86% (L1) Buffered : 4 MB - Consumed : 407 MB - Compressed : 40 MB => 9.86% (L1) Buffered : 1 MB - Consumed : 459 MB - Compressed : 45 MB => 9.86% /*stdin*\ : 9.86% (500000000 => 49287364 bytes, /*stdout*\) fileRoundTripTest: datagen -g4103M -P98 > tmp && zstd -v -T0 -c tmp | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** Note: 1 physical core(s) detected (L12) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L12) Buffered : 27 MB - Consumed : 4 MB - Compressed : 0 MB => 6.42% (L12) Buffered : 23 MB - Consumed : 9 MB - Compressed : 0 MB => 6.52% (L12) Buffered : 18 MB - Consumed : 13 MB - Compressed : 0 MB => 6.48% (L12) Buffered : 31 MB - Consumed : 17 MB - Compressed : 1 MB => 6.51% (L12) Buffered : 27 MB - Consumed : 21 MB - Compressed : 1 MB => 6.54% (L12) Buffered : 22 MB - Consumed : 25 MB - Compressed : 1 MB => 6.55% (L12) Buffered : 17 MB - Consumed : 30 MB - Compressed : 1 MB => 6.53% (L12) Buffered : 29 MB - Consumed : 34 MB - Compressed : 2 MB => 6.54% (L12) Buffered : 25 MB - Consumed : 39 MB - Compressed : 2 MB => 6.55% (L12) Buffered : 20 MB - Consumed : 43 MB - Compressed : 2 MB => 6.56% (L12) Buffered : 16 MB - Consumed : 48 MB - Compressed : 3 MB => 6.58% (L12) Buffered : 28 MB - Consumed : 52 MB - Compressed : 3 MB => 6.59% (L12) Buffered : 23 MB - Consumed : 56 MB - Compressed : 3 MB => 6.58% (L12) Buffered : 19 MB - Consumed : 61 MB - Compressed : 4 MB => 6.59% (L12) Buffered : 31 MB - Consumed : 65 MB - Compressed : 4 MB => 6.60% (L12) Buffered : 26 MB - Consumed : 69 MB - Compressed : 4 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 74 MB - Compressed : 4 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 78 MB - Compressed : 5 MB => 6.61% (L12) Buffered : 29 MB - Consumed : 83 MB - Compressed : 5 MB => 6.62% (L12) Buffered : 24 MB - Consumed : 88 MB - Compressed : 5 MB => 6.62% (L12) Buffered : 19 MB - Consumed : 92 MB - Compressed : 6 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 96 MB - Compressed : 6 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 101 MB - Compressed : 6 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 106 MB - Compressed : 7 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 110 MB - Compressed : 7 MB => 6.62% (L12) Buffered : 29 MB - Consumed : 115 MB - Compressed : 7 MB => 6.62% (L12) Buffered : 24 MB - Consumed : 120 MB - Compressed : 7 MB => 6.61% (L12) Buffered : 19 MB - Consumed : 124 MB - Compressed : 8 MB => 6.61% (L12) Buffered : 24 MB - Consumed : 128 MB - Compressed : 8 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 133 MB - Compressed : 8 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 138 MB - Compressed : 9 MB => 6.60% (L12) Buffered : 16 MB - Consumed : 143 MB - Compressed : 9 MB => 6.60% (L12) Buffered : 28 MB - Consumed : 148 MB - Compressed : 9 MB => 6.60% (L12) Buffered : 23 MB - Consumed : 152 MB - Compressed : 10 MB => 6.61% (L12) Buffered : 19 MB - Consumed : 157 MB - Compressed : 10 MB => 6.60% (L12) Buffered : 30 MB - Consumed : 161 MB - Compressed : 10 MB => 6.60% (L12) Buffered : 25 MB - Consumed : 166 MB - Compressed : 10 MB => 6.60% (L12) Buffered : 20 MB - Consumed : 171 MB - Compressed : 11 MB => 6.60% (L12) Buffered : 16 MB - Consumed : 176 MB - Compressed : 11 MB => 6.60% (L12) Buffered : 27 MB - Consumed : 180 MB - Compressed : 11 MB => 6.60% (L12) Buffered : 23 MB - Consumed : 185 MB - Compressed : 12 MB => 6.60% (L12) Buffered : 18 MB - Consumed : 189 MB - Compressed : 12 MB => 6.60% (L12) Buffered : 30 MB - Consumed : 194 MB - Compressed : 12 MB => 6.60% (L12) Buffered : 25 MB - Consumed : 198 MB - Compressed : 13 MB => 6.60% (L12) Buffered : 20 MB - Consumed : 203 MB - Compressed : 13 MB => 6.60% (L12) Buffered : 15 MB - Consumed : 208 MB - Compressed : 13 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 213 MB - Compressed : 14 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 218 MB - Compressed : 14 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 222 MB - Compressed : 14 MB => 6.60% (L12) Buffered : 29 MB - Consumed : 226 MB - Compressed : 14 MB => 6.61% (L12) Buffered : 25 MB - Consumed : 231 MB - Compressed : 15 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 236 MB - Compressed : 15 MB => 6.61% (L12) Buffered : 15 MB - Consumed : 240 MB - Compressed : 15 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 245 MB - Compressed : 16 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 249 MB - Compressed : 16 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 254 MB - Compressed : 16 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 258 MB - Compressed : 17 MB => 6.61% (L12) Buffered : 25 MB - Consumed : 262 MB - Compressed : 17 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 267 MB - Compressed : 17 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 272 MB - Compressed : 17 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 276 MB - Compressed : 18 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 281 MB - Compressed : 18 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 286 MB - Compressed : 18 MB => 6.61% (L12) Buffered : 29 MB - Consumed : 290 MB - Compressed : 19 MB => 6.60% (L12) Buffered : 25 MB - Consumed : 295 MB - Compressed : 19 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 299 MB - Compressed : 19 MB => 6.61% (L12) Buffered : 15 MB - Consumed : 304 MB - Compressed : 20 MB => 6.60% (L12) Buffered : 27 MB - Consumed : 309 MB - Compressed : 20 MB => 6.60% (L12) Buffered : 22 MB - Consumed : 313 MB - Compressed : 20 MB => 6.60% (L12) Buffered : 18 MB - Consumed : 318 MB - Compressed : 20 MB => 6.60% (L12) Buffered : 30 MB - Consumed : 321 MB - Compressed : 21 MB => 6.60% (L12) Buffered : 26 MB - Consumed : 325 MB - Compressed : 21 MB => 6.60% (L12) Buffered : 22 MB - Consumed : 329 MB - Compressed : 21 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 333 MB - Compressed : 22 MB => 6.61% (L12) Buffered : 31 MB - Consumed : 337 MB - Compressed : 22 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 341 MB - Compressed : 22 MB => 6.60% (L12) Buffered : 23 MB - Consumed : 345 MB - Compressed : 22 MB => 6.60% (L12) Buffered : 19 MB - Consumed : 348 MB - Compressed : 23 MB => 6.60% (L12) Buffered : 16 MB - Consumed : 352 MB - Compressed : 23 MB => 6.61% (L12) Buffered : 28 MB - Consumed : 355 MB - Compressed : 23 MB => 6.61% (L12) Buffered : 24 MB - Consumed : 359 MB - Compressed : 23 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 363 MB - Compressed : 23 MB => 6.60% (L12) Buffered : 17 MB - Consumed : 367 MB - Compressed : 24 MB => 6.60% (L12) Buffered : 29 MB - Consumed : 370 MB - Compressed : 24 MB => 6.60% (L12) Buffered : 25 MB - Consumed : 374 MB - Compressed : 24 MB => 6.60% (L12) Buffered : 21 MB - Consumed : 378 MB - Compressed : 24 MB => 6.60% (L12) Buffered : 17 MB - Consumed : 382 MB - Compressed : 25 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 386 MB - Compressed : 25 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 390 MB - Compressed : 25 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 394 MB - Compressed : 26 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 398 MB - Compressed : 26 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 401 MB - Compressed : 26 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 405 MB - Compressed : 26 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 409 MB - Compressed : 27 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 413 MB - Compressed : 27 MB => 6.61% (L12) Buffered : 31 MB - Consumed : 417 MB - Compressed : 27 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 420 MB - Compressed : 27 MB => 6.61% (L12) Buffered : 24 MB - Consumed : 424 MB - Compressed : 28 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 427 MB - Compressed : 28 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 431 MB - Compressed : 28 MB => 6.61% (L12) Buffered : 29 MB - Consumed : 435 MB - Compressed : 28 MB => 6.61% (L12) Buffered : 25 MB - Consumed : 439 MB - Compressed : 29 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 443 MB - Compressed : 29 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 447 MB - Compressed : 29 MB => 6.60% (L12) Buffered : 29 MB - Consumed : 450 MB - Compressed : 29 MB => 6.60% (L12) Buffered : 26 MB - Consumed : 454 MB - Compressed : 29 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 458 MB - Compressed : 30 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 462 MB - Compressed : 30 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 465 MB - Compressed : 30 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 470 MB - Compressed : 31 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 474 MB - Compressed : 31 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 479 MB - Compressed : 31 MB => 6.61% (L12) Buffered : 29 MB - Consumed : 483 MB - Compressed : 31 MB => 6.61% (L12) Buffered : 24 MB - Consumed : 487 MB - Compressed : 32 MB => 6.61% (L12) Buffered : 19 MB - Consumed : 492 MB - Compressed : 32 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 496 MB - Compressed : 32 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 501 MB - Compressed : 33 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 506 MB - Compressed : 33 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 511 MB - Compressed : 33 MB => 6.61% (L12) Buffered : 28 MB - Consumed : 515 MB - Compressed : 34 MB => 6.60% (L12) Buffered : 23 MB - Consumed : 520 MB - Compressed : 34 MB => 6.60% (L12) Buffered : 18 MB - Consumed : 525 MB - Compressed : 34 MB => 6.60% (L12) Buffered : 30 MB - Consumed : 530 MB - Compressed : 35 MB => 6.60% (L12) Buffered : 25 MB - Consumed : 535 MB - Compressed : 35 MB => 6.60% (L12) Buffered : 20 MB - Consumed : 540 MB - Compressed : 35 MB => 6.60% (L12) Buffered : 15 MB - Consumed : 544 MB - Compressed : 35 MB => 6.60% (L12) Buffered : 27 MB - Consumed : 549 MB - Compressed : 36 MB => 6.60% (L12) Buffered : 22 MB - Consumed : 553 MB - Compressed : 36 MB => 6.60% (L12) Buffered : 17 MB - Consumed : 558 MB - Compressed : 36 MB => 6.60% (L12) Buffered : 29 MB - Consumed : 563 MB - Compressed : 37 MB => 6.60% (L12) Buffered : 24 MB - Consumed : 567 MB - Compressed : 37 MB => 6.60% (L12) Buffered : 20 MB - Consumed : 572 MB - Compressed : 37 MB => 6.60% (L12) Buffered : 15 MB - Consumed : 576 MB - Compressed : 38 MB => 6.60% (L12) Buffered : 26 MB - Consumed : 581 MB - Compressed : 38 MB => 6.60% (L12) Buffered : 22 MB - Consumed : 586 MB - Compressed : 38 MB => 6.60% (L12) Buffered : 17 MB - Consumed : 590 MB - Compressed : 39 MB => 6.60% (L12) Buffered : 29 MB - Consumed : 595 MB - Compressed : 39 MB => 6.61% (L12) Buffered : 24 MB - Consumed : 599 MB - Compressed : 39 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 604 MB - Compressed : 39 MB => 6.61% (L12) Buffered : 15 MB - Consumed : 608 MB - Compressed : 40 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 613 MB - Compressed : 40 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 618 MB - Compressed : 40 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 622 MB - Compressed : 41 MB => 6.61% (L12) Buffered : 29 MB - Consumed : 626 MB - Compressed : 41 MB => 6.61% (L12) Buffered : 25 MB - Consumed : 630 MB - Compressed : 41 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 634 MB - Compressed : 41 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 638 MB - Compressed : 42 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 642 MB - Compressed : 42 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 646 MB - Compressed : 42 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 650 MB - Compressed : 42 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 655 MB - Compressed : 43 MB => 6.61% (L12) Buffered : 28 MB - Consumed : 660 MB - Compressed : 43 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 664 MB - Compressed : 43 MB => 6.61% (L12) Buffered : 19 MB - Consumed : 669 MB - Compressed : 44 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 673 MB - Compressed : 44 MB => 6.60% (L12) Buffered : 26 MB - Consumed : 678 MB - Compressed : 44 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 682 MB - Compressed : 45 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 687 MB - Compressed : 45 MB => 6.61% (L12) Buffered : 28 MB - Consumed : 692 MB - Compressed : 45 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 697 MB - Compressed : 46 MB => 6.60% (L12) Buffered : 18 MB - Consumed : 702 MB - Compressed : 46 MB => 6.60% (L12) Buffered : 30 MB - Consumed : 705 MB - Compressed : 46 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 709 MB - Compressed : 46 MB => 6.60% (L12) Buffered : 22 MB - Consumed : 713 MB - Compressed : 47 MB => 6.60% (L12) Buffered : 18 MB - Consumed : 717 MB - Compressed : 47 MB => 6.60% (L12) Buffered : 31 MB - Consumed : 721 MB - Compressed : 47 MB => 6.60% (L12) Buffered : 27 MB - Consumed : 725 MB - Compressed : 47 MB => 6.60% (L12) Buffered : 23 MB - Consumed : 728 MB - Compressed : 48 MB => 6.61% (L12) Buffered : 19 MB - Consumed : 732 MB - Compressed : 48 MB => 6.61% (L12) Buffered : 15 MB - Consumed : 736 MB - Compressed : 48 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 740 MB - Compressed : 48 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 745 MB - Compressed : 49 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 749 MB - Compressed : 49 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 754 MB - Compressed : 49 MB => 6.61% (L12) Buffered : 25 MB - Consumed : 758 MB - Compressed : 50 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 762 MB - Compressed : 50 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 766 MB - Compressed : 50 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 770 MB - Compressed : 50 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 774 MB - Compressed : 51 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 778 MB - Compressed : 51 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 782 MB - Compressed : 51 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 785 MB - Compressed : 51 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 789 MB - Compressed : 52 MB => 6.61% (L12) Buffered : 22 MB - Consumed : 793 MB - Compressed : 52 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 797 MB - Compressed : 52 MB => 6.61% (L12) Buffered : 31 MB - Consumed : 801 MB - Compressed : 52 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 805 MB - Compressed : 53 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 809 MB - Compressed : 53 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 813 MB - Compressed : 53 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 818 MB - Compressed : 54 MB => 6.61% (L12) Buffered : 25 MB - Consumed : 823 MB - Compressed : 54 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 827 MB - Compressed : 54 MB => 6.61% (L12) Buffered : 15 MB - Consumed : 832 MB - Compressed : 54 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 837 MB - Compressed : 55 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 842 MB - Compressed : 55 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 847 MB - Compressed : 55 MB => 6.61% (L12) Buffered : 28 MB - Consumed : 852 MB - Compressed : 56 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 856 MB - Compressed : 56 MB => 6.61% (L12) Buffered : 19 MB - Consumed : 861 MB - Compressed : 56 MB => 6.61% (L12) Buffered : 31 MB - Consumed : 865 MB - Compressed : 57 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 869 MB - Compressed : 57 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 873 MB - Compressed : 57 MB => 6.61% (L12) Buffered : 19 MB - Consumed : 877 MB - Compressed : 57 MB => 6.61% (L12) Buffered : 15 MB - Consumed : 880 MB - Compressed : 58 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 884 MB - Compressed : 58 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 888 MB - Compressed : 58 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 892 MB - Compressed : 58 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 896 MB - Compressed : 59 MB => 6.61% (L12) Buffered : 28 MB - Consumed : 899 MB - Compressed : 59 MB => 6.61% (L12) Buffered : 24 MB - Consumed : 903 MB - Compressed : 59 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 907 MB - Compressed : 59 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 911 MB - Compressed : 60 MB => 6.61% (L12) Buffered : 29 MB - Consumed : 915 MB - Compressed : 60 MB => 6.61% (L12) Buffered : 25 MB - Consumed : 919 MB - Compressed : 60 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 923 MB - Compressed : 60 MB => 6.61% (L12) Buffered : 17 MB - Consumed : 927 MB - Compressed : 61 MB => 6.61% (L12) Buffered : 29 MB - Consumed : 930 MB - Compressed : 61 MB => 6.61% (L12) Buffered : 25 MB - Consumed : 934 MB - Compressed : 61 MB => 6.61% (L12) Buffered : 21 MB - Consumed : 938 MB - Compressed : 62 MB => 6.61% (L12) Buffered : 18 MB - Consumed : 942 MB - Compressed : 62 MB => 6.61% (L12) Buffered : 30 MB - Consumed : 945 MB - Compressed : 62 MB => 6.61% (L12) Buffered : 26 MB - Consumed : 949 MB - Compressed : 62 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 953 MB - Compressed : 62 MB => 6.61% (L12) Buffered : 19 MB - Consumed : 957 MB - Compressed : 63 MB => 6.61% (L12) Buffered : 15 MB - Consumed : 960 MB - Compressed : 63 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 964 MB - Compressed : 63 MB => 6.61% (L12) Buffered : 23 MB - Consumed : 968 MB - Compressed : 63 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 972 MB - Compressed : 64 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 976 MB - Compressed : 64 MB => 6.61% (L12) Buffered : 28 MB - Consumed : 979 MB - Compressed : 64 MB => 6.61% (L12) Buffered : 25 MB - Consumed : 983 MB - Compressed : 64 MB => 6.61% (L12) Buffered : 20 MB - Consumed : 987 MB - Compressed : 65 MB => 6.61% (L12) Buffered : 16 MB - Consumed : 992 MB - Compressed : 65 MB => 6.61% (L12) Buffered : 27 MB - Consumed : 996 MB - Compressed : 65 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1001 MB - Compressed : 66 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1005 MB - Compressed : 66 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1008 MB - Compressed : 66 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1012 MB - Compressed : 66 MB => 6.61% (L12) Buffered : 24 MB - Consumed :1016 MB - Compressed : 67 MB => 6.61% (L12) Buffered : 20 MB - Consumed :1019 MB - Compressed : 67 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1023 MB - Compressed : 67 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1027 MB - Compressed : 67 MB => 6.61% (L12) Buffered : 24 MB - Consumed :1032 MB - Compressed : 68 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1037 MB - Compressed : 68 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1041 MB - Compressed : 68 MB => 6.61% (L12) Buffered : 25 MB - Consumed :1046 MB - Compressed : 69 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1051 MB - Compressed : 69 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1055 MB - Compressed : 69 MB => 6.61% (L12) Buffered : 28 MB - Consumed :1059 MB - Compressed : 69 MB => 6.61% (L12) Buffered : 24 MB - Consumed :1063 MB - Compressed : 70 MB => 6.61% (L12) Buffered : 20 MB - Consumed :1067 MB - Compressed : 70 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1071 MB - Compressed : 70 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1075 MB - Compressed : 71 MB => 6.60% (L12) Buffered : 25 MB - Consumed :1079 MB - Compressed : 71 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1083 MB - Compressed : 71 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1088 MB - Compressed : 71 MB => 6.60% (L12) Buffered : 27 MB - Consumed :1092 MB - Compressed : 72 MB => 6.60% (L12) Buffered : 23 MB - Consumed :1097 MB - Compressed : 72 MB => 6.60% (L12) Buffered : 18 MB - Consumed :1101 MB - Compressed : 72 MB => 6.60% (L12) Buffered : 30 MB - Consumed :1105 MB - Compressed : 73 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1110 MB - Compressed : 73 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1114 MB - Compressed : 73 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1119 MB - Compressed : 73 MB => 6.61% (L12) Buffered : 28 MB - Consumed :1124 MB - Compressed : 74 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1128 MB - Compressed : 74 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1133 MB - Compressed : 74 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1137 MB - Compressed : 75 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1142 MB - Compressed : 75 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1147 MB - Compressed : 75 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1152 MB - Compressed : 76 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1156 MB - Compressed : 76 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1161 MB - Compressed : 76 MB => 6.61% (L12) Buffered : 18 MB - Consumed :1165 MB - Compressed : 77 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1169 MB - Compressed : 77 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1174 MB - Compressed : 77 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1178 MB - Compressed : 77 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1183 MB - Compressed : 78 MB => 6.61% (L12) Buffered : 28 MB - Consumed :1188 MB - Compressed : 78 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1192 MB - Compressed : 78 MB => 6.61% (L12) Buffered : 18 MB - Consumed :1197 MB - Compressed : 79 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1202 MB - Compressed : 79 MB => 6.61% (L12) Buffered : 25 MB - Consumed :1206 MB - Compressed : 79 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1211 MB - Compressed : 80 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1215 MB - Compressed : 80 MB => 6.61% (L12) Buffered : 28 MB - Consumed :1220 MB - Compressed : 80 MB => 6.61% (L12) Buffered : 24 MB - Consumed :1224 MB - Compressed : 80 MB => 6.61% (L12) Buffered : 20 MB - Consumed :1227 MB - Compressed : 81 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1231 MB - Compressed : 81 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1234 MB - Compressed : 81 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1237 MB - Compressed : 81 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1241 MB - Compressed : 81 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1245 MB - Compressed : 82 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1248 MB - Compressed : 82 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1253 MB - Compressed : 82 MB => 6.61% (L12) Buffered : 22 MB - Consumed :1258 MB - Compressed : 83 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1263 MB - Compressed : 83 MB => 6.61% (L12) Buffered : 28 MB - Consumed :1267 MB - Compressed : 83 MB => 6.61% (L12) Buffered : 24 MB - Consumed :1271 MB - Compressed : 83 MB => 6.61% (L12) Buffered : 20 MB - Consumed :1275 MB - Compressed : 84 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1279 MB - Compressed : 84 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1283 MB - Compressed : 84 MB => 6.61% (L12) Buffered : 25 MB - Consumed :1287 MB - Compressed : 85 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1291 MB - Compressed : 85 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1295 MB - Compressed : 85 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1298 MB - Compressed : 85 MB => 6.61% (L12) Buffered : 25 MB - Consumed :1303 MB - Compressed : 86 MB => 6.61% (L12) Buffered : 20 MB - Consumed :1307 MB - Compressed : 86 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1312 MB - Compressed : 86 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1316 MB - Compressed : 86 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1321 MB - Compressed : 87 MB => 6.61% (L12) Buffered : 18 MB - Consumed :1326 MB - Compressed : 87 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1330 MB - Compressed : 87 MB => 6.61% (L12) Buffered : 24 MB - Consumed :1335 MB - Compressed : 88 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1340 MB - Compressed : 88 MB => 6.61% (L12) Buffered : 31 MB - Consumed :1345 MB - Compressed : 88 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1350 MB - Compressed : 89 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1354 MB - Compressed : 89 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1359 MB - Compressed : 89 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1363 MB - Compressed : 90 MB => 6.61% (L12) Buffered : 25 MB - Consumed :1367 MB - Compressed : 90 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1371 MB - Compressed : 90 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1375 MB - Compressed : 90 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1379 MB - Compressed : 91 MB => 6.61% (L12) Buffered : 25 MB - Consumed :1383 MB - Compressed : 91 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1387 MB - Compressed : 91 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1391 MB - Compressed : 91 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1394 MB - Compressed : 92 MB => 6.61% (L12) Buffered : 25 MB - Consumed :1398 MB - Compressed : 92 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1402 MB - Compressed : 92 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1406 MB - Compressed : 92 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1410 MB - Compressed : 93 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1414 MB - Compressed : 93 MB => 6.61% (L12) Buffered : 22 MB - Consumed :1418 MB - Compressed : 93 MB => 6.61% (L12) Buffered : 18 MB - Consumed :1422 MB - Compressed : 93 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1425 MB - Compressed : 94 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1429 MB - Compressed : 94 MB => 6.61% (L12) Buffered : 22 MB - Consumed :1433 MB - Compressed : 94 MB => 6.61% (L12) Buffered : 18 MB - Consumed :1437 MB - Compressed : 94 MB => 6.61% (L12) Buffered : 31 MB - Consumed :1441 MB - Compressed : 95 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1445 MB - Compressed : 95 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1449 MB - Compressed : 95 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1453 MB - Compressed : 95 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1456 MB - Compressed : 96 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1460 MB - Compressed : 96 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1464 MB - Compressed : 96 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1468 MB - Compressed : 97 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1472 MB - Compressed : 97 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1476 MB - Compressed : 97 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1480 MB - Compressed : 97 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1484 MB - Compressed : 98 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1488 MB - Compressed : 98 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1492 MB - Compressed : 98 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1496 MB - Compressed : 98 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1500 MB - Compressed : 99 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1504 MB - Compressed : 99 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1508 MB - Compressed : 99 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1512 MB - Compressed : 99 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1516 MB - Compressed : 100 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1520 MB - Compressed : 100 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1524 MB - Compressed : 100 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1528 MB - Compressed : 100 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1532 MB - Compressed : 101 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1536 MB - Compressed : 101 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1540 MB - Compressed : 101 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1544 MB - Compressed : 102 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1548 MB - Compressed : 102 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1552 MB - Compressed : 102 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1556 MB - Compressed : 102 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1560 MB - Compressed : 103 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1564 MB - Compressed : 103 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1568 MB - Compressed : 103 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1572 MB - Compressed : 103 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1576 MB - Compressed : 104 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1580 MB - Compressed : 104 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1584 MB - Compressed : 104 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1588 MB - Compressed : 104 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1592 MB - Compressed : 105 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1596 MB - Compressed : 105 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1600 MB - Compressed : 105 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1604 MB - Compressed : 105 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1608 MB - Compressed : 106 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1612 MB - Compressed : 106 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1616 MB - Compressed : 106 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1620 MB - Compressed : 107 MB => 6.60% (L12) Buffered : 23 MB - Consumed :1624 MB - Compressed : 107 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1628 MB - Compressed : 107 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1632 MB - Compressed : 107 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1636 MB - Compressed : 108 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1640 MB - Compressed : 108 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1644 MB - Compressed : 108 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1648 MB - Compressed : 108 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1653 MB - Compressed : 109 MB => 6.61% (L12) Buffered : 22 MB - Consumed :1658 MB - Compressed : 109 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1662 MB - Compressed : 109 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1667 MB - Compressed : 110 MB => 6.61% (L12) Buffered : 24 MB - Consumed :1672 MB - Compressed : 110 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1677 MB - Compressed : 110 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1681 MB - Compressed : 111 MB => 6.61% (L12) Buffered : 25 MB - Consumed :1686 MB - Compressed : 111 MB => 6.61% (L12) Buffered : 20 MB - Consumed :1691 MB - Compressed : 111 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1696 MB - Compressed : 112 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1700 MB - Compressed : 112 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1705 MB - Compressed : 112 MB => 6.61% (L12) Buffered : 18 MB - Consumed :1710 MB - Compressed : 112 MB => 6.61% (L12) Buffered : 29 MB - Consumed :1714 MB - Compressed : 113 MB => 6.61% (L12) Buffered : 24 MB - Consumed :1719 MB - Compressed : 113 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1724 MB - Compressed : 113 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1728 MB - Compressed : 114 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1733 MB - Compressed : 114 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1738 MB - Compressed : 114 MB => 6.61% (L12) Buffered : 17 MB - Consumed :1743 MB - Compressed : 115 MB => 6.61% (L12) Buffered : 28 MB - Consumed :1747 MB - Compressed : 115 MB => 6.61% (L12) Buffered : 24 MB - Consumed :1752 MB - Compressed : 115 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1757 MB - Compressed : 116 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1761 MB - Compressed : 116 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1766 MB - Compressed : 116 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1770 MB - Compressed : 116 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1775 MB - Compressed : 117 MB => 6.61% (L12) Buffered : 28 MB - Consumed :1780 MB - Compressed : 117 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1784 MB - Compressed : 117 MB => 6.61% (L12) Buffered : 20 MB - Consumed :1788 MB - Compressed : 118 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1792 MB - Compressed : 118 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1797 MB - Compressed : 118 MB => 6.61% (L12) Buffered : 22 MB - Consumed :1801 MB - Compressed : 119 MB => 6.61% (L12) Buffered : 18 MB - Consumed :1806 MB - Compressed : 119 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1809 MB - Compressed : 119 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1813 MB - Compressed : 119 MB => 6.61% (L12) Buffered : 22 MB - Consumed :1817 MB - Compressed : 120 MB => 6.61% (L12) Buffered : 18 MB - Consumed :1821 MB - Compressed : 120 MB => 6.61% (L12) Buffered : 31 MB - Consumed :1825 MB - Compressed : 120 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1829 MB - Compressed : 120 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1833 MB - Compressed : 121 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1837 MB - Compressed : 121 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1840 MB - Compressed : 121 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1844 MB - Compressed : 121 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1848 MB - Compressed : 122 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1852 MB - Compressed : 122 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1856 MB - Compressed : 122 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1860 MB - Compressed : 122 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1864 MB - Compressed : 123 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1868 MB - Compressed : 123 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1872 MB - Compressed : 123 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1876 MB - Compressed : 123 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1880 MB - Compressed : 124 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1884 MB - Compressed : 124 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1888 MB - Compressed : 124 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1892 MB - Compressed : 125 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1896 MB - Compressed : 125 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1900 MB - Compressed : 125 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1904 MB - Compressed : 125 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1908 MB - Compressed : 126 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1912 MB - Compressed : 126 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1916 MB - Compressed : 126 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1920 MB - Compressed : 126 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1924 MB - Compressed : 127 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1928 MB - Compressed : 127 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1932 MB - Compressed : 127 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1936 MB - Compressed : 127 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1940 MB - Compressed : 128 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1944 MB - Compressed : 128 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1948 MB - Compressed : 128 MB => 6.61% (L12) Buffered : 15 MB - Consumed :1952 MB - Compressed : 128 MB => 6.61% (L12) Buffered : 27 MB - Consumed :1956 MB - Compressed : 129 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1960 MB - Compressed : 129 MB => 6.61% (L12) Buffered : 19 MB - Consumed :1965 MB - Compressed : 129 MB => 6.61% (L12) Buffered : 30 MB - Consumed :1969 MB - Compressed : 130 MB => 6.61% (L12) Buffered : 26 MB - Consumed :1974 MB - Compressed : 130 MB => 6.61% (L12) Buffered : 21 MB - Consumed :1979 MB - Compressed : 130 MB => 6.61% (L12) Buffered : 16 MB - Consumed :1983 MB - Compressed : 131 MB => 6.61% (L12) Buffered : 28 MB - Consumed :1988 MB - Compressed : 131 MB => 6.61% (L12) Buffered : 23 MB - Consumed :1992 MB - Compressed : 131 MB => 6.61% (L12) Buffered : 18 MB - Consumed :1997 MB - Compressed : 131 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2002 MB - Compressed : 132 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2006 MB - Compressed : 132 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2010 MB - Compressed : 132 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2014 MB - Compressed : 133 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2017 MB - Compressed : 133 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2021 MB - Compressed : 133 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2025 MB - Compressed : 133 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2029 MB - Compressed : 134 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2032 MB - Compressed : 134 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2036 MB - Compressed : 134 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2039 MB - Compressed : 134 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2043 MB - Compressed : 134 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2047 MB - Compressed : 135 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2050 MB - Compressed : 135 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2054 MB - Compressed : 135 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2058 MB - Compressed : 135 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2062 MB - Compressed : 136 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2065 MB - Compressed : 136 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2069 MB - Compressed : 136 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2073 MB - Compressed : 136 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2077 MB - Compressed : 137 MB => 6.61% (L12) Buffered : 31 MB - Consumed :2081 MB - Compressed : 137 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2085 MB - Compressed : 137 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2089 MB - Compressed : 138 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2093 MB - Compressed : 138 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2096 MB - Compressed : 138 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2100 MB - Compressed : 138 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2104 MB - Compressed : 139 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2109 MB - Compressed : 139 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2114 MB - Compressed : 139 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2119 MB - Compressed : 139 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2124 MB - Compressed : 140 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2128 MB - Compressed : 140 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2132 MB - Compressed : 140 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2136 MB - Compressed : 141 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2141 MB - Compressed : 141 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2145 MB - Compressed : 141 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2150 MB - Compressed : 142 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2154 MB - Compressed : 142 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2158 MB - Compressed : 142 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2162 MB - Compressed : 142 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2167 MB - Compressed : 143 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2171 MB - Compressed : 143 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2176 MB - Compressed : 143 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2180 MB - Compressed : 144 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2184 MB - Compressed : 144 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2188 MB - Compressed : 144 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2192 MB - Compressed : 144 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2195 MB - Compressed : 145 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2199 MB - Compressed : 145 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2203 MB - Compressed : 145 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2207 MB - Compressed : 145 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2210 MB - Compressed : 146 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2214 MB - Compressed : 146 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2218 MB - Compressed : 146 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2222 MB - Compressed : 146 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2226 MB - Compressed : 147 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2231 MB - Compressed : 147 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2235 MB - Compressed : 147 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2240 MB - Compressed : 147 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2244 MB - Compressed : 148 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2248 MB - Compressed : 148 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2253 MB - Compressed : 148 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2257 MB - Compressed : 149 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2262 MB - Compressed : 149 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2267 MB - Compressed : 149 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2271 MB - Compressed : 150 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2275 MB - Compressed : 150 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2280 MB - Compressed : 150 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2284 MB - Compressed : 150 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2288 MB - Compressed : 151 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2293 MB - Compressed : 151 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2297 MB - Compressed : 151 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2301 MB - Compressed : 152 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2302 MB - Compressed : 152 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2304 MB - Compressed : 152 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2308 MB - Compressed : 152 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2312 MB - Compressed : 152 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2316 MB - Compressed : 152 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2318 MB - Compressed : 153 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2319 MB - Compressed : 153 MB => 6.61% (L12) Buffered : 31 MB - Consumed :2321 MB - Compressed : 153 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2322 MB - Compressed : 153 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2324 MB - Compressed : 153 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2325 MB - Compressed : 153 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2327 MB - Compressed : 153 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2328 MB - Compressed : 153 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2330 MB - Compressed : 153 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2332 MB - Compressed : 154 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2335 MB - Compressed : 154 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2339 MB - Compressed : 154 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2342 MB - Compressed : 154 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2346 MB - Compressed : 154 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2349 MB - Compressed : 155 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2352 MB - Compressed : 155 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2356 MB - Compressed : 155 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2359 MB - Compressed : 155 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2363 MB - Compressed : 156 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2366 MB - Compressed : 156 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2369 MB - Compressed : 156 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2373 MB - Compressed : 156 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2376 MB - Compressed : 157 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2380 MB - Compressed : 157 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2383 MB - Compressed : 157 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2387 MB - Compressed : 157 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2390 MB - Compressed : 157 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2394 MB - Compressed : 158 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2397 MB - Compressed : 158 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2400 MB - Compressed : 158 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2404 MB - Compressed : 158 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2407 MB - Compressed : 159 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2411 MB - Compressed : 159 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2415 MB - Compressed : 159 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2418 MB - Compressed : 159 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2422 MB - Compressed : 160 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2425 MB - Compressed : 160 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2429 MB - Compressed : 160 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2433 MB - Compressed : 160 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2438 MB - Compressed : 161 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2441 MB - Compressed : 161 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2444 MB - Compressed : 161 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2448 MB - Compressed : 161 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2453 MB - Compressed : 162 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2458 MB - Compressed : 162 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2463 MB - Compressed : 162 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2467 MB - Compressed : 163 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2472 MB - Compressed : 163 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2476 MB - Compressed : 163 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2480 MB - Compressed : 163 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2485 MB - Compressed : 164 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2490 MB - Compressed : 164 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2495 MB - Compressed : 164 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2498 MB - Compressed : 165 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2502 MB - Compressed : 165 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2506 MB - Compressed : 165 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2510 MB - Compressed : 165 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2514 MB - Compressed : 166 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2518 MB - Compressed : 166 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2522 MB - Compressed : 166 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2526 MB - Compressed : 166 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2530 MB - Compressed : 167 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2534 MB - Compressed : 167 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2538 MB - Compressed : 167 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2542 MB - Compressed : 167 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2545 MB - Compressed : 168 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2549 MB - Compressed : 168 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2553 MB - Compressed : 168 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2557 MB - Compressed : 168 MB => 6.61% (L12) Buffered : 31 MB - Consumed :2561 MB - Compressed : 169 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2565 MB - Compressed : 169 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2569 MB - Compressed : 169 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2573 MB - Compressed : 169 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2576 MB - Compressed : 170 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2580 MB - Compressed : 170 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2584 MB - Compressed : 170 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2588 MB - Compressed : 171 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2592 MB - Compressed : 171 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2596 MB - Compressed : 171 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2600 MB - Compressed : 171 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2604 MB - Compressed : 172 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2608 MB - Compressed : 172 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2613 MB - Compressed : 172 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2618 MB - Compressed : 172 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2622 MB - Compressed : 173 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2626 MB - Compressed : 173 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2630 MB - Compressed : 173 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2634 MB - Compressed : 174 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2638 MB - Compressed : 174 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2642 MB - Compressed : 174 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2646 MB - Compressed : 174 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2650 MB - Compressed : 175 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2653 MB - Compressed : 175 MB => 6.61% (L12) Buffered : 31 MB - Consumed :2657 MB - Compressed : 175 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2660 MB - Compressed : 175 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2664 MB - Compressed : 176 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2668 MB - Compressed : 176 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2672 MB - Compressed : 176 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2675 MB - Compressed : 176 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2680 MB - Compressed : 177 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2684 MB - Compressed : 177 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2688 MB - Compressed : 177 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2692 MB - Compressed : 177 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2696 MB - Compressed : 178 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2699 MB - Compressed : 178 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2704 MB - Compressed : 178 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2708 MB - Compressed : 178 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2711 MB - Compressed : 179 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2715 MB - Compressed : 179 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2719 MB - Compressed : 179 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2723 MB - Compressed : 179 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2728 MB - Compressed : 180 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2732 MB - Compressed : 180 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2736 MB - Compressed : 180 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2741 MB - Compressed : 181 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2746 MB - Compressed : 181 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2751 MB - Compressed : 181 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2756 MB - Compressed : 182 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2760 MB - Compressed : 182 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2764 MB - Compressed : 182 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2768 MB - Compressed : 182 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2772 MB - Compressed : 183 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2776 MB - Compressed : 183 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2780 MB - Compressed : 183 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2784 MB - Compressed : 183 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2788 MB - Compressed : 184 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2792 MB - Compressed : 184 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2795 MB - Compressed : 184 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2799 MB - Compressed : 184 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2802 MB - Compressed : 185 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2806 MB - Compressed : 185 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2809 MB - Compressed : 185 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2813 MB - Compressed : 185 MB => 6.61% (L12) Buffered : 31 MB - Consumed :2817 MB - Compressed : 186 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2820 MB - Compressed : 186 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2824 MB - Compressed : 186 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2828 MB - Compressed : 186 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2832 MB - Compressed : 187 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2835 MB - Compressed : 187 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2839 MB - Compressed : 187 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2842 MB - Compressed : 187 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2846 MB - Compressed : 188 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2849 MB - Compressed : 188 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2853 MB - Compressed : 188 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2856 MB - Compressed : 188 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2860 MB - Compressed : 188 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2864 MB - Compressed : 189 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2867 MB - Compressed : 189 MB => 6.61% (L12) Buffered : 24 MB - Consumed :2871 MB - Compressed : 189 MB => 6.61% (L12) Buffered : 20 MB - Consumed :2875 MB - Compressed : 189 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2879 MB - Compressed : 190 MB => 6.61% (L12) Buffered : 29 MB - Consumed :2882 MB - Compressed : 190 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2886 MB - Compressed : 190 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2890 MB - Compressed : 190 MB => 6.61% (L12) Buffered : 17 MB - Consumed :2894 MB - Compressed : 191 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2898 MB - Compressed : 191 MB => 6.61% (L12) Buffered : 25 MB - Consumed :2902 MB - Compressed : 191 MB => 6.61% (L12) Buffered : 21 MB - Consumed :2907 MB - Compressed : 192 MB => 6.61% (L12) Buffered : 16 MB - Consumed :2911 MB - Compressed : 192 MB => 6.61% (L12) Buffered : 28 MB - Consumed :2916 MB - Compressed : 192 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2921 MB - Compressed : 192 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2925 MB - Compressed : 193 MB => 6.61% (L12) Buffered : 30 MB - Consumed :2929 MB - Compressed : 193 MB => 6.61% (L12) Buffered : 26 MB - Consumed :2933 MB - Compressed : 193 MB => 6.61% (L12) Buffered : 22 MB - Consumed :2937 MB - Compressed : 194 MB => 6.61% (L12) Buffered : 18 MB - Consumed :2941 MB - Compressed : 194 MB => 6.61% (L12) Buffered : 31 MB - Consumed :2945 MB - Compressed : 194 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2949 MB - Compressed : 194 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2953 MB - Compressed : 195 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2957 MB - Compressed : 195 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2960 MB - Compressed : 195 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2964 MB - Compressed : 195 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2968 MB - Compressed : 196 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2972 MB - Compressed : 196 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2976 MB - Compressed : 196 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2980 MB - Compressed : 196 MB => 6.61% (L12) Buffered : 23 MB - Consumed :2984 MB - Compressed : 197 MB => 6.61% (L12) Buffered : 19 MB - Consumed :2988 MB - Compressed : 197 MB => 6.61% (L12) Buffered : 15 MB - Consumed :2992 MB - Compressed : 197 MB => 6.61% (L12) Buffered : 27 MB - Consumed :2996 MB - Compressed : 197 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3000 MB - Compressed : 198 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3004 MB - Compressed : 198 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3008 MB - Compressed : 198 MB => 6.61% (L12) Buffered : 28 MB - Consumed :3011 MB - Compressed : 198 MB => 6.61% (L12) Buffered : 24 MB - Consumed :3015 MB - Compressed : 199 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3019 MB - Compressed : 199 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3023 MB - Compressed : 199 MB => 6.61% (L12) Buffered : 29 MB - Consumed :3027 MB - Compressed : 199 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3031 MB - Compressed : 200 MB => 6.61% (L12) Buffered : 21 MB - Consumed :3034 MB - Compressed : 200 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3038 MB - Compressed : 200 MB => 6.61% (L12) Buffered : 30 MB - Consumed :3041 MB - Compressed : 200 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3045 MB - Compressed : 201 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3049 MB - Compressed : 201 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3053 MB - Compressed : 201 MB => 6.61% (L12) Buffered : 30 MB - Consumed :3058 MB - Compressed : 202 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3063 MB - Compressed : 202 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3067 MB - Compressed : 202 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3072 MB - Compressed : 202 MB => 6.61% (L12) Buffered : 26 MB - Consumed :3077 MB - Compressed : 203 MB => 6.61% (L12) Buffered : 21 MB - Consumed :3082 MB - Compressed : 203 MB => 6.61% (L12) Buffered : 17 MB - Consumed :3087 MB - Compressed : 203 MB => 6.61% (L12) Buffered : 29 MB - Consumed :3090 MB - Compressed : 204 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3095 MB - Compressed : 204 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3100 MB - Compressed : 204 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3104 MB - Compressed : 205 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3109 MB - Compressed : 205 MB => 6.61% (L12) Buffered : 22 MB - Consumed :3114 MB - Compressed : 205 MB => 6.61% (L12) Buffered : 17 MB - Consumed :3118 MB - Compressed : 206 MB => 6.61% (L12) Buffered : 29 MB - Consumed :3123 MB - Compressed : 206 MB => 6.61% (L12) Buffered : 24 MB - Consumed :3127 MB - Compressed : 206 MB => 6.61% (L12) Buffered : 21 MB - Consumed :3131 MB - Compressed : 206 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3135 MB - Compressed : 207 MB => 6.61% (L12) Buffered : 28 MB - Consumed :3139 MB - Compressed : 207 MB => 6.61% (L12) Buffered : 24 MB - Consumed :3144 MB - Compressed : 207 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3148 MB - Compressed : 208 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3152 MB - Compressed : 208 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3157 MB - Compressed : 208 MB => 6.61% (L12) Buffered : 22 MB - Consumed :3162 MB - Compressed : 208 MB => 6.61% (L12) Buffered : 17 MB - Consumed :3167 MB - Compressed : 209 MB => 6.61% (L12) Buffered : 28 MB - Consumed :3171 MB - Compressed : 209 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3176 MB - Compressed : 209 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3180 MB - Compressed : 210 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3184 MB - Compressed : 210 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3188 MB - Compressed : 210 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3192 MB - Compressed : 210 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3196 MB - Compressed : 211 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3200 MB - Compressed : 211 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3204 MB - Compressed : 211 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3208 MB - Compressed : 211 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3212 MB - Compressed : 212 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3216 MB - Compressed : 212 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3220 MB - Compressed : 212 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3224 MB - Compressed : 213 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3228 MB - Compressed : 213 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3232 MB - Compressed : 213 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3236 MB - Compressed : 213 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3241 MB - Compressed : 214 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3245 MB - Compressed : 214 MB => 6.61% (L12) Buffered : 30 MB - Consumed :3250 MB - Compressed : 214 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3254 MB - Compressed : 215 MB => 6.61% (L12) Buffered : 21 MB - Consumed :3259 MB - Compressed : 215 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3264 MB - Compressed : 215 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3268 MB - Compressed : 215 MB => 6.61% (L12) Buffered : 22 MB - Consumed :3273 MB - Compressed : 216 MB => 6.61% (L12) Buffered : 17 MB - Consumed :3278 MB - Compressed : 216 MB => 6.61% (L12) Buffered : 29 MB - Consumed :3283 MB - Compressed : 216 MB => 6.61% (L12) Buffered : 24 MB - Consumed :3287 MB - Compressed : 217 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3292 MB - Compressed : 217 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3296 MB - Compressed : 217 MB => 6.61% (L12) Buffered : 26 MB - Consumed :3301 MB - Compressed : 218 MB => 6.61% (L12) Buffered : 22 MB - Consumed :3306 MB - Compressed : 218 MB => 6.61% (L12) Buffered : 17 MB - Consumed :3311 MB - Compressed : 218 MB => 6.61% (L12) Buffered : 29 MB - Consumed :3314 MB - Compressed : 218 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3318 MB - Compressed : 219 MB => 6.61% (L12) Buffered : 21 MB - Consumed :3322 MB - Compressed : 219 MB => 6.61% (L12) Buffered : 17 MB - Consumed :3326 MB - Compressed : 219 MB => 6.61% (L12) Buffered : 30 MB - Consumed :3330 MB - Compressed : 219 MB => 6.61% (L12) Buffered : 26 MB - Consumed :3334 MB - Compressed : 220 MB => 6.61% (L12) Buffered : 22 MB - Consumed :3338 MB - Compressed : 220 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3342 MB - Compressed : 220 MB => 6.61% (L12) Buffered : 30 MB - Consumed :3345 MB - Compressed : 221 MB => 6.61% (L12) Buffered : 26 MB - Consumed :3349 MB - Compressed : 221 MB => 6.61% (L12) Buffered : 22 MB - Consumed :3353 MB - Compressed : 221 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3357 MB - Compressed : 221 MB => 6.61% (L12) Buffered : 31 MB - Consumed :3361 MB - Compressed : 222 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3365 MB - Compressed : 222 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3369 MB - Compressed : 222 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3373 MB - Compressed : 222 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3376 MB - Compressed : 223 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3380 MB - Compressed : 223 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3384 MB - Compressed : 223 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3388 MB - Compressed : 223 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3392 MB - Compressed : 224 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3396 MB - Compressed : 224 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3400 MB - Compressed : 224 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3404 MB - Compressed : 224 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3408 MB - Compressed : 225 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3412 MB - Compressed : 225 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3416 MB - Compressed : 225 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3420 MB - Compressed : 225 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3424 MB - Compressed : 226 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3428 MB - Compressed : 226 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3432 MB - Compressed : 226 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3436 MB - Compressed : 227 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3440 MB - Compressed : 227 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3444 MB - Compressed : 227 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3448 MB - Compressed : 227 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3452 MB - Compressed : 228 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3456 MB - Compressed : 228 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3460 MB - Compressed : 228 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3464 MB - Compressed : 228 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3468 MB - Compressed : 229 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3472 MB - Compressed : 229 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3476 MB - Compressed : 229 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3480 MB - Compressed : 229 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3484 MB - Compressed : 230 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3488 MB - Compressed : 230 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3492 MB - Compressed : 230 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3496 MB - Compressed : 230 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3500 MB - Compressed : 231 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3504 MB - Compressed : 231 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3508 MB - Compressed : 231 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3512 MB - Compressed : 232 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3516 MB - Compressed : 232 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3520 MB - Compressed : 232 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3524 MB - Compressed : 232 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3528 MB - Compressed : 233 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3532 MB - Compressed : 233 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3536 MB - Compressed : 233 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3540 MB - Compressed : 233 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3544 MB - Compressed : 234 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3548 MB - Compressed : 234 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3552 MB - Compressed : 234 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3556 MB - Compressed : 234 MB => 6.61% (L12) Buffered : 24 MB - Consumed :3560 MB - Compressed : 235 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3564 MB - Compressed : 235 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3568 MB - Compressed : 235 MB => 6.61% (L12) Buffered : 28 MB - Consumed :3571 MB - Compressed : 235 MB => 6.61% (L12) Buffered : 24 MB - Consumed :3575 MB - Compressed : 236 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3579 MB - Compressed : 236 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3583 MB - Compressed : 236 MB => 6.61% (L12) Buffered : 29 MB - Consumed :3587 MB - Compressed : 236 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3591 MB - Compressed : 237 MB => 6.61% (L12) Buffered : 21 MB - Consumed :3595 MB - Compressed : 237 MB => 6.61% (L12) Buffered : 17 MB - Consumed :3599 MB - Compressed : 237 MB => 6.61% (L12) Buffered : 29 MB - Consumed :3602 MB - Compressed : 238 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3607 MB - Compressed : 238 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3612 MB - Compressed : 238 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3616 MB - Compressed : 238 MB => 6.61% (L12) Buffered : 26 MB - Consumed :3621 MB - Compressed : 239 MB => 6.61% (L12) Buffered : 21 MB - Consumed :3626 MB - Compressed : 239 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3631 MB - Compressed : 239 MB => 6.61% (L12) Buffered : 28 MB - Consumed :3636 MB - Compressed : 240 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3641 MB - Compressed : 240 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3646 MB - Compressed : 240 MB => 6.61% (L12) Buffered : 29 MB - Consumed :3650 MB - Compressed : 241 MB => 6.61% (L12) Buffered : 24 MB - Consumed :3655 MB - Compressed : 241 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3660 MB - Compressed : 241 MB => 6.61% (L12) Buffered : 31 MB - Consumed :3665 MB - Compressed : 242 MB => 6.61% (L12) Buffered : 26 MB - Consumed :3670 MB - Compressed : 242 MB => 6.61% (L12) Buffered : 21 MB - Consumed :3675 MB - Compressed : 242 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3679 MB - Compressed : 243 MB => 6.61% (L12) Buffered : 28 MB - Consumed :3684 MB - Compressed : 243 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3689 MB - Compressed : 243 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3693 MB - Compressed : 244 MB => 6.61% (L12) Buffered : 30 MB - Consumed :3698 MB - Compressed : 244 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3703 MB - Compressed : 244 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3708 MB - Compressed : 244 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3712 MB - Compressed : 245 MB => 6.61% (L12) Buffered : 26 MB - Consumed :3717 MB - Compressed : 245 MB => 6.61% (L12) Buffered : 21 MB - Consumed :3722 MB - Compressed : 245 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3727 MB - Compressed : 246 MB => 6.61% (L12) Buffered : 28 MB - Consumed :3731 MB - Compressed : 246 MB => 6.61% (L12) Buffered : 24 MB - Consumed :3735 MB - Compressed : 246 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3739 MB - Compressed : 247 MB => 6.61% (L12) Buffered : 17 MB - Consumed :3743 MB - Compressed : 247 MB => 6.61% (L12) Buffered : 29 MB - Consumed :3747 MB - Compressed : 247 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3751 MB - Compressed : 247 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3755 MB - Compressed : 248 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3760 MB - Compressed : 248 MB => 6.61% (L12) Buffered : 28 MB - Consumed :3764 MB - Compressed : 248 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3768 MB - Compressed : 248 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3773 MB - Compressed : 249 MB => 6.61% (L12) Buffered : 30 MB - Consumed :3777 MB - Compressed : 249 MB => 6.61% (L12) Buffered : 26 MB - Consumed :3782 MB - Compressed : 249 MB => 6.61% (L12) Buffered : 22 MB - Consumed :3786 MB - Compressed : 250 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3790 MB - Compressed : 250 MB => 6.61% (L12) Buffered : 30 MB - Consumed :3793 MB - Compressed : 250 MB => 6.61% (L12) Buffered : 26 MB - Consumed :3797 MB - Compressed : 250 MB => 6.61% (L12) Buffered : 22 MB - Consumed :3801 MB - Compressed : 251 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3805 MB - Compressed : 251 MB => 6.61% (L12) Buffered : 31 MB - Consumed :3809 MB - Compressed : 251 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3813 MB - Compressed : 251 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3817 MB - Compressed : 252 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3821 MB - Compressed : 252 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3824 MB - Compressed : 252 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3828 MB - Compressed : 252 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3832 MB - Compressed : 253 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3836 MB - Compressed : 253 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3840 MB - Compressed : 253 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3844 MB - Compressed : 253 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3848 MB - Compressed : 254 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3852 MB - Compressed : 254 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3856 MB - Compressed : 254 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3860 MB - Compressed : 255 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3864 MB - Compressed : 255 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3868 MB - Compressed : 255 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3872 MB - Compressed : 255 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3876 MB - Compressed : 256 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3880 MB - Compressed : 256 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3884 MB - Compressed : 256 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3888 MB - Compressed : 256 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3892 MB - Compressed : 257 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3896 MB - Compressed : 257 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3900 MB - Compressed : 257 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3904 MB - Compressed : 257 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3908 MB - Compressed : 258 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3912 MB - Compressed : 258 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3916 MB - Compressed : 258 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3920 MB - Compressed : 259 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3924 MB - Compressed : 259 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3928 MB - Compressed : 259 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3932 MB - Compressed : 259 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3936 MB - Compressed : 260 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3940 MB - Compressed : 260 MB => 6.61% (L12) Buffered : 23 MB - Consumed :3944 MB - Compressed : 260 MB => 6.61% (L12) Buffered : 19 MB - Consumed :3948 MB - Compressed : 260 MB => 6.61% (L12) Buffered : 15 MB - Consumed :3952 MB - Compressed : 261 MB => 6.61% (L12) Buffered : 27 MB - Consumed :3957 MB - Compressed : 261 MB => 6.61% (L12) Buffered : 22 MB - Consumed :3961 MB - Compressed : 261 MB => 6.61% (L12) Buffered : 18 MB - Consumed :3966 MB - Compressed : 262 MB => 6.61% (L12) Buffered : 30 MB - Consumed :3970 MB - Compressed : 262 MB => 6.61% (L12) Buffered : 25 MB - Consumed :3974 MB - Compressed : 262 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3979 MB - Compressed : 262 MB => 6.61% (L12) Buffered : 16 MB - Consumed :3984 MB - Compressed : 263 MB => 6.61% (L12) Buffered : 28 MB - Consumed :3988 MB - Compressed : 263 MB => 6.61% (L12) Buffered : 24 MB - Consumed :3992 MB - Compressed : 263 MB => 6.61% (L12) Buffered : 20 MB - Consumed :3996 MB - Compressed : 264 MB => 6.61% (L12) Buffered : 16 MB - Consumed :4000 MB - Compressed : 264 MB => 6.61% (L12) Buffered : 28 MB - Consumed :4003 MB - Compressed : 264 MB => 6.61% (L12) Buffered : 25 MB - Consumed :4007 MB - Compressed : 264 MB => 6.61% (L12) Buffered : 21 MB - Consumed :4010 MB - Compressed : 264 MB => 6.61% (L12) Buffered : 17 MB - Consumed :4014 MB - Compressed : 265 MB => 6.61% (L12) Buffered : 30 MB - Consumed :4018 MB - Compressed : 265 MB => 6.61% (L12) Buffered : 26 MB - Consumed :4022 MB - Compressed : 265 MB => 6.61% (L12) Buffered : 22 MB - Consumed :4026 MB - Compressed : 265 MB => 6.61% (L12) Buffered : 18 MB - Consumed :4030 MB - Compressed : 266 MB => 6.61% (L12) Buffered : 30 MB - Consumed :4033 MB - Compressed : 266 MB => 6.61% (L12) Buffered : 26 MB - Consumed :4037 MB - Compressed : 266 MB => 6.61% (L12) Buffered : 23 MB - Consumed :4041 MB - Compressed : 266 MB => 6.61% (L12) Buffered : 19 MB - Consumed :4045 MB - Compressed : 267 MB => 6.61% (L12) Buffered : 15 MB - Consumed :4048 MB - Compressed : 267 MB => 6.61% (L12) Buffered : 27 MB - Consumed :4052 MB - Compressed : 267 MB => 6.61% (L12) Buffered : 23 MB - Consumed :4056 MB - Compressed : 267 MB => 6.61% (L12) Buffered : 19 MB - Consumed :4060 MB - Compressed : 268 MB => 6.61% (L12) Buffered : 15 MB - Consumed :4064 MB - Compressed : 268 MB => 6.61% (L12) Buffered : 27 MB - Consumed :4068 MB - Compressed : 268 MB => 6.61% (L12) Buffered : 23 MB - Consumed :4072 MB - Compressed : 269 MB => 6.61% (L12) Buffered : 19 MB - Consumed :4076 MB - Compressed : 269 MB => 6.61% (L12) Buffered : 16 MB - Consumed :4080 MB - Compressed : 269 MB => 6.61% (L12) Buffered : 18 MB - Consumed :4084 MB - Compressed : 269 MB => 6.61% (L12) Buffered : 14 MB - Consumed :4088 MB - Compressed : 270 MB => 6.61% (L12) Buffered : 9 MB - Consumed :4094 MB - Compressed : 270 MB => 6.61% (L12) Buffered : 3 MB - Consumed :4099 MB - Compressed : 270 MB => 6.61% tmp : 6.61% (4302307328 => 284241871 bytes, /*stdout*\) roundTripTest: datagen -g400000000 -P97 | zstd -v1 --long=24 -T2 | zstd -d *** zstd command line interface 32-bits v1.4.5, by Yann Collet *** (L1) Buffered : 0 MB - Consumed : 0 MB - Compressed : 0 MB => 0.00% (L1) Buffered : 4 MB - Consumed : 16 MB - Compressed : 1 MB => 8.01% (L1) Buffered : 4 MB - Consumed : 34 MB - Compressed : 2 MB => 8.06% (L1) Buffered : 4 MB - Consumed : 52 MB - Compressed : 4 MB => 8.11% (L1) Buffered : 4 MB - Consumed : 70 MB - Compressed : 5 MB => 8.12% (L1) Buffered : 4 MB - Consumed : 88 MB - Compressed : 7 MB => 8.12% (L1) Buffered : 4 MB - Consumed : 106 MB - Compressed : 8 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 124 MB - Compressed : 10 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 142 MB - Compressed : 11 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 160 MB - Compressed : 13 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 178 MB - Compressed : 14 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 196 MB - Compressed : 15 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 214 MB - Compressed : 17 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 232 MB - Compressed : 18 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 250 MB - Compressed : 20 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 268 MB - Compressed : 21 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 286 MB - Compressed : 23 MB => 8.13% (L1) Buffered : 4 MB - Consumed : 304 MB - Compressed : 24 MB => 8.14% (L1) Buffered : 4 MB - Consumed : 322 MB - Compressed : 26 MB => 8.14% (L1) Buffered : 4 MB - Consumed : 340 MB - Compressed : 27 MB => 8.14% (L1) Buffered : 4 MB - Consumed : 358 MB - Compressed : 29 MB => 8.14% (L1) Buffered : 4 MB - Consumed : 376 MB - Compressed : 30 MB => 8.14% /*stdin*\ : 8.14% (400000000 => 32563800 bytes, /*stdout*\) ===> cover dictionary builder : advanced options - Create first dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Constructing partial suffix array Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 612 epochs of size 1338 0% statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDict Read : 0 / 0 MB ==> 14% tmp : 13.88% ( 63286 => 8787 bytes, tmp.zst) tmp.zst : 0 MB... tmp.zst : 63286 bytes ! Warning : nb of samples too low for proper processing ! ! Please provide _one file per sample_. ! Alternatively, split files into fixed-size blocks representative of samples, with -B# Error 14 : nb of samples too low - Create second (different) dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../tests/fuzzer.c... Training on 31 samples of total size 864859 Testing on 31 samples of total size 864859 Constructing partial suffix array Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 864852! size(source)/size(dictionary) = 7.678018, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 502 epochs of size 1722 0% statistics ... Constructed dictionary of size 112640 Save dictionary of size 112640 into file tmpDictC tmp.zst : Decoding error (36) : Dictionary mismatch - Create dictionary using shrink-dict flag ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 558 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 0% 0% 0% 1% 1% 1% 2% 2% 3% 3% 3% 4% 4% 4% 5% 5% 5% 6% 6% 6% 7% 7% 8% 8% 8% 9% 9% 9% 10% 10% 10% 11% 11% 12% 12% 13% 13% 13% 14% 14% 15% 15% 15% 16% 16% 16% 17% 17% 17% 18% 18% 18% 19% 19% 20% 20% 20% 21% 21% 21% 22% 22% 22% 23% 23% 24% 24% 24% 25% 25% 26% 26% 27% 27% 28% 28% 29% 29% 30% 31% 31% 32% 32% 33% 33% 34% 34% 35% 35% 36% 36% 37% 37% 38% 39% 39% 39% 40% 40% 40% 41% 41% 42% 42% 42% 43% 43% 43% 44% 44% 44% 45% 45% 46% 46% 46% 47% 47% 47% 48% 48% 48% 49% 49% 50% 50% 50% 50% 51% 51% 51% 52% 52% 53% 53% 53% 54% 54% 54% 55% 55% 55% 56% 56% 56% 57% 57% 58% 58% 58% 59% 59% 59% 60% 60% 60% 61% 61% 62% 62% 62% 63% 63% 63% 64% 64% 64% 65% 65% 65% 66% 66% 67% 67% 67% 68% 68% 68% 69% 69% 69% 70% 70% 70% 71% 71% 72% 72% 72% 73% 73% 73% 74% 74% 74% 75% 75% 76% 76% 77% 77% 78% 78% 79% 79% 79% 80% 80% 80% 81% 81% 81% 82% 82% 82% 83% 83% 84% 84% 84% 85% 85% 85% 86% 86% 86% 87% 87% 87% 88% 88% 89% 89% 89% 90% 90% 90% 91% 91% 91% 92% 92% 93% 93% 93% 94% 94% 94% 95% 95% 95% 96% 96% 96% 97% 97% 98% 98% 98% 99% 99% 99% k=1191 d=6 steps=256 split=100 Save dictionary of size 112640 into file tmpShrinkDict ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 558 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 0% 0% 0% 1% 1% 1% 2% 2% 3% 3% 3% 4% 4% 4% 5% 5% 5% 6% 6% 6% 7% 7% 8% 8% 8% 9% 9% 9% 10% 10% 10% 11% 11% 12% 12% 13% 13% 13% 14% 14% 14% 15% 15% 15% 16% 16% 17% 17% 17% 18% 18% 18% 19% 19% 19% 20% 20% 20% 21% 21% 22% 22% 22% 23% 23% 23% 24% 24% 24% 25% 25% 26% 26% 27% 27% 28% 29% 29% 30% 30% 31% 31% 32% 32% 33% 33% 34% 34% 35% 35% 36% 36% 37% 37% 38% 38% 39% 39% 39% 40% 40% 41% 41% 41% 42% 42% 42% 43% 43% 43% 44% 44% 44% 45% 45% 46% 46% 46% 47% 47% 47% 48% 48% 48% 49% 49% 50% 50% 50% 50% 51% 51% 51% 52% 52% 53% 53% 53% 54% 54% 54% 55% 55% 55% 56% 56% 56% 57% 57% 58% 58% 58% 59% 59% 59% 60% 60% 60% 61% 61% 62% 62% 62% 63% 63% 63% 64% 64% 64% 65% 65% 65% 66% 66% 67% 67% 67% 68% 68% 68% 69% 69% 69% 70% 70% 70% 71% 71% 72% 72% 72% 73% 73% 73% 74% 74% 74% 75% 75% 76% 76% 77% 77% 78% 78% 78% 79% 79% 79% 80% 80% 81% 81% 81% 82% 82% 82% 83% 83% 83% 84% 84% 84% 85% 85% 86% 86% 86% 87% 87% 87% 88% 88% 88% 89% 89% 89% 90% 90% 91% 91% 91% 92% 92% 92% 93% 93% 93% 94% 94% 94% 95% 95% 96% 96% 96% 97% 97% 97% 98% 98% 98% 99% 99% 100% k=1191 d=6 steps=256 split=100 Save dictionary of size 112640 into file tmpShrinkDict1 ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 558 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 0% 0% 0% 1% 1% 1% 2% 2% 3% 3% 3% 4% 4% 4% 5% 5% 5% 6% 6% 6% 7% 7% 8% 8% 8% 9% 9% 9% 10% 10% 10% 11% 11% 12% 12% 13% 13% 13% 14% 14% 14% 15% 15% 15% 16% 16% 17% 17% 17% 18% 18% 18% 19% 19% 19% 20% 20% 20% 21% 21% 22% 22% 22% 23% 23% 23% 24% 24% 24% 25% 25% 26% 26% 27% 27% 28% 29% 29% 30% 30% 31% 31% 32% 32% 33% 33% 34% 34% 35% 35% 36% 36% 37% 37% 37% 38% 38% 39% 39% 39% 40% 40% 41% 41% 41% 42% 42% 42% 43% 43% 43% 44% 44% 44% 45% 45% 46% 46% 46% 47% 47% 47% 48% 48% 48% 49% 49% 50% 50% 50% 50% 51% 51% 51% 52% 52% 53% 53% 53% 54% 54% 54% 55% 55% 55% 56% 56% 56% 57% 57% 58% 58% 58% 59% 59% 59% 60% 60% 60% 61% 61% 62% 62% 62% 63% 63% 63% 64% 64% 64% 65% 65% 65% 66% 66% 67% 67% 67% 68% 68% 68% 69% 69% 69% 70% 70% 70% 71% 71% 72% 72% 72% 73% 73% 73% 74% 74% 74% 75% 75% 76% 76% 77% 77% 77% 78% 78% 79% 79% 79% 80% 80% 80% 81% 81% 81% 82% 82% 82% 82% 83% 83% 84% 84% 84% 85% 85% 85% 86% 86% 86% 87% 87% 87% 88% 88% 89% 89% 89% 90% 90% 90% 91% 91% 91% 92% 92% 93% 93% 93% 94% 94% 94% 95% 95% 95% 96% 96% 96% 97% 97% 98% 98% 98% 99% 99% 99% k=1191 d=6 steps=256 split=100 Save dictionary of size 112640 into file tmpShrinkDict2 - Create dictionary with short dictID ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Training on 23 samples of total size 818912 Testing on 23 samples of total size 818912 Constructing partial suffix array Computing frequencies WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! Building dictionary Breaking content into 612 epochs of size 1338 0% statistics ... 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 Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 18 different sets of parameters 5% 16% 27% 44% 55% 66% 77% 94% k=1265 d=6 steps=8 split=100 Save dictionary of size 4096 into file tmpDict2 - Compare size of dictionary from 90% training samples with 80% training samples ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 82 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 695082! size(source)/size(dictionary) = 6.170827, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 1% 3% 6% 8% 10% 12% 13% 14% 15% 17% 18% 19% 20% 21% 23% 25% 29% 32% 36% 40% 43% 47% 51% 53% 56% 58% 60% 63% 67% 70% 73% 75% 79% 82% 86% 90% 93% 97% 100% k=1106 d=6 steps=40 split=90 Save dictionary of size 112640 into file dictionary ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 82 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 685156! size(source)/size(dictionary) = 6.082706, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 1% 3% 6% 9% 12% 15% 19% 23% 26% 30% 34% 37% 41% 45% 48% 51% 53% 56% 59% 62% 65% 69% 71% 74% 78% 81% 85% 89% 92% 96% 100% k=1778 d=6 steps=40 split=80 Save dictionary of size 112640 into file dictionary - Create dictionary using all samples for both training and testing ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 82 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 1% 3% 6% 8% 10% 13% 15% 18% 20% 23% 25% 29% 32% 36% 40% 42% 45% 47% 50% 51% 53% 56% 58% 60% 63% 65% 68% 70% 73% 75% 79% 81% 84% 86% 89% 91% 93% 96% 98% k=1442 d=6 steps=40 split=100 Save dictionary of size 112640 into file dictionary - Test -o before --train-cover ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 82 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 1% 3% 6% 8% 10% 13% 15% 18% 20% 23% 25% 29% 32% 36% 39% 41% 43% 46% 48% 51% 52% 54% 56% 58% 60% 63% 65% 68% 70% 73% 75% 78% 80% 82% 85% 87% 90% 92% 95% 97% 100% k=1442 d=6 steps=40 split=100 Save dictionary of size 112640 into file tmpDict ! Warning : data size of samples too small for target dictionary size ! Samples should be about 100x larger than target dictionary size Loading /usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests/../programs/zstdcli.c... Trying 82 different sets of parameters WARNING: The maximum dictionary size 112640 is too large compared to the source size 818905! size(source)/size(dictionary) = 7.270108, but it should be >= 10! This may lead to a subpar dictionary! We recommend training on sources at least 10x, and preferably 100x the size of the dictionary! 1% 3% 6% 8% 10% 13% 15% 18% 20% 23% 25% 28% 30% 34% 36% 39% 41% 43% 46% 48% 51% 53% 56% 58% 60% 63% 65% 68% 70% 71% 74% 76% 79% 81% 84% 86% 89% 91% 93% 96% 98% k=1442 d=6 steps=40 split=100 Save dictionary of size 112640 into file dictionary make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/tests' + make -j8 -k -C contrib/pzstd tests GTEST_INC= GTEST_LIB= make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF ScopeGuardTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/ScopeGuardTest.cpp -o utils/test/ScopeGuardTest.o mv -f ScopeGuardTest.Td ScopeGuardTest.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF RoundTripTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c test/RoundTripTest.cpp -o test/RoundTripTest.o mv -f RoundTripTest.Td RoundTripTest.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ test/RoundTripTest.o ../../programs/datagen.o ../../programs/util.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lgtest -lgtest_main -pthread -o test/RoundTripTest /usr/bin/ld.default: test/RoundTripTest.o: in function `pzstd::roundTrip(pzstd::Options&)': /usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd/./test/RoundTrip.h:62: warning: the use of `tmpnam' is dangerous, better use `mkstemp' make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ utils/test/ScopeGuardTest.o -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lgtest -lgtest_main -pthread -o utils/test/ScopeGuardTest make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF RangeTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/RangeTest.cpp -o utils/test/RangeTest.o mv -f RangeTest.Td RangeTest.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ utils/test/RangeTest.o -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lgtest -lgtest_main -pthread -o utils/test/RangeTest make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF BufferTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/BufferTest.cpp -o utils/test/BufferTest.o mv -f BufferTest.Td BufferTest.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ utils/test/BufferTest.o -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lgtest -lgtest_main -pthread -o utils/test/BufferTest make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF ThreadPoolTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/ThreadPoolTest.cpp -o utils/test/ThreadPoolTest.o mv -f ThreadPoolTest.Td ThreadPoolTest.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF ResourcePoolTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/ResourcePoolTest.cpp -o utils/test/ResourcePoolTest.o mv -f ResourcePoolTest.Td ResourcePoolTest.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ utils/test/ThreadPoolTest.o -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lgtest -lgtest_main -pthread -o utils/test/ThreadPoolTest make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ utils/test/ResourcePoolTest.o -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lgtest -lgtest_main -pthread -o utils/test/ResourcePoolTest make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF PzstdTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c test/PzstdTest.cpp -o test/PzstdTest.o mv -f PzstdTest.Td PzstdTest.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ test/PzstdTest.o ../../programs/datagen.o ../../programs/util.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lgtest -lgtest_main -pthread -o test/PzstdTest /usr/bin/ld.default: test/PzstdTest.o: in function `Pzstd_DISABLED_ExtremelyLargeSize_Test::TestBody()': /usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd/test/PzstdTest.cpp:103: warning: the use of `tmpnam' is dangerous, better use `mkstemp' make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF OptionsTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c test/OptionsTest.cpp -o test/OptionsTest.o mv -f OptionsTest.Td OptionsTest.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ test/OptionsTest.o ../../programs/datagen.o ../../programs/util.o Options.o Pzstd.o SkippableFrame.o ../../lib/libzstd.so -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lgtest -lgtest_main -pthread -o test/OptionsTest make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ -MMD -MP -MF WorkQueueTest.Td -Wno-deprecated-declarations -I../../lib -I../../lib/common -I../../programs -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c++11 -c utils/test/WorkQueueTest.cpp -o utils/test/WorkQueueTest.o mv -f WorkQueueTest.Td WorkQueueTest.d make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' g++ utils/test/WorkQueueTest.o -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -lgtest -lgtest_main -pthread -o utils/test/WorkQueueTest make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' rm test/PzstdTest.o utils/test/ScopeGuardTest.o utils/test/RangeTest.o utils/test/ResourcePoolTest.o test/OptionsTest.o utils/test/ThreadPoolTest.o utils/test/BufferTest.o utils/test/WorkQueueTest.o + LD_LIBRARY_PATH=/usr/src/tmp/zstd-buildroot/lib + make -C contrib/pzstd check make: Entering directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' ./utils/test/BufferTest Running main() from /usr/src/RPM/BUILD/googletest-release-1.10.0/googletest/src/gtest_main.cc [==========] Running 3 tests from 1 test suite. [----------] 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 suite ran. (0 ms total) [ PASSED ] 3 tests. ./utils/test/RangeTest Running main() from /usr/src/RPM/BUILD/googletest-release-1.10.0/googletest/src/gtest_main.cc [==========] Running 2 tests from 1 test suite. [----------] 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 suite ran. (0 ms total) [ PASSED ] 2 tests. ./utils/test/ResourcePoolTest Running main() from /usr/src/RPM/BUILD/googletest-release-1.10.0/googletest/src/gtest_main.cc [==========] Running 2 tests from 1 test suite. [----------] 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 suite ran. (0 ms total) [ PASSED ] 2 tests. ./utils/test/ScopeGuardTest Running main() from /usr/src/RPM/BUILD/googletest-release-1.10.0/googletest/src/gtest_main.cc [==========] Running 2 tests from 1 test suite. [----------] Global test environment set-up. [----------] 2 tests from ScopeGuard [ RUN ] ScopeGuard.Dismiss [ OK ] ScopeGuard.Dismiss (0 ms) [ RUN ] ScopeGuard.Executes [ OK ] ScopeGuard.Executes (0 ms) [----------] 2 tests from ScopeGuard (0 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test suite ran. (0 ms total) [ PASSED ] 2 tests. ./utils/test/ThreadPoolTest Running main() from /usr/src/RPM/BUILD/googletest-release-1.10.0/googletest/src/gtest_main.cc [==========] Running 3 tests from 1 test suite. [----------] Global test environment set-up. [----------] 3 tests from ThreadPool [ RUN ] ThreadPool.Ordering [ OK ] ThreadPool.Ordering (0 ms) [ RUN ] ThreadPool.AllJobsFinished Creating executor Starting Finishing [ OK ] ThreadPool.AllJobsFinished (0 ms) [ RUN ] ThreadPool.AddJobWhileJoining [ OK ] ThreadPool.AddJobWhileJoining (1000 ms) [----------] 3 tests from ThreadPool (1000 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test suite ran. (1000 ms total) [ PASSED ] 3 tests. ./utils/test/WorkQueueTest Running main() from /usr/src/RPM/BUILD/googletest-release-1.10.0/googletest/src/gtest_main.cc [==========] Running 10 tests from 2 test suites. [----------] 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 (0 ms) [ RUN ] WorkQueue.MPMC [ OK ] WorkQueue.MPMC (0 ms) [ RUN ] WorkQueue.BoundedSizeWorks [ OK ] WorkQueue.BoundedSizeWorks (0 ms) [ RUN ] WorkQueue.BoundedSizePushAfterFinish [ OK ] WorkQueue.BoundedSizePushAfterFinish (1001 ms) [ RUN ] WorkQueue.SetMaxSize [ OK ] WorkQueue.SetMaxSize (1000 ms) [ RUN ] WorkQueue.BoundedSizeMPMC Creating popperThreads Creating pusherThreads Joining pusherThreads Finishing queue Joining popperThreads Inspecting results [ OK ] WorkQueue.BoundedSizeMPMC (1 ms) [ RUN ] WorkQueue.FailedPush [ OK ] WorkQueue.FailedPush (0 ms) [----------] 9 tests from WorkQueue (2002 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 suites ran. (2002 ms total) [ PASSED ] 10 tests. ./test/OptionsTest Running main() from /usr/src/RPM/BUILD/googletest-release-1.10.0/googletest/src/gtest_main.cc [==========] Running 15 tests from 1 test suite. [----------] 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:) 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, (de)compress links --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:) 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, (de)compress links --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.4.5. Usage: pzstd [args] [FILE(s)] Parallel ZSTD options: -p, --processes # : number of threads to use for (de)compression (default:) 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, (de)compress links --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.4.5. [ OK ] Options.Extras (0 ms) [----------] 15 tests from Options (0 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test suite ran. (0 ms total) [ PASSED ] 15 tests. ./test/PzstdTest Running main() from /usr/src/RPM/BUILD/googletest-release-1.10.0/googletest/src/gtest_main.cc [==========] Running 3 tests from 1 test suite. [----------] Global test environment set-up. [----------] 3 tests from Pzstd [ RUN ] Pzstd.SmallSizes Pzstd.SmallSizes seed: 629997814 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 (935 ms) [ RUN ] Pzstd.LargeSizes Pzstd.LargeSizes seed: 20685106 [ OK ] Pzstd.LargeSizes (2822 ms) [ RUN ] Pzstd.ExtremelyCompressible /tmp/fileioTX4C : 0.34% ( 10000 => 34 bytes, /tmp/fileTgV2dD) /tmp/fileTgV2dD : 10000 bytes [ OK ] Pzstd.ExtremelyCompressible (1 ms) [----------] 3 tests from Pzstd (3758 ms total) [----------] Global test environment tear-down [==========] 3 tests from 1 test suite ran. (3758 ms total) [ PASSED ] 3 tests. YOU HAVE 1 DISABLED TEST make: Leaving directory '/usr/src/RPM/BUILD/zstd-1.4.5-alt2/contrib/pzstd' + exit 0 Processing files: zstd-1.4.5-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.78571 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd zstd-1.4.5-alt2 + DOCDIR=/usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.4.5 + export DOCDIR + rm -rf /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.4.5 + /bin/mkdir -p /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.4.5 + cp -prL CHANGELOG README.md /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.4.5 + chmod -R go-w /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.4.5 + chmod -R a+rX /usr/src/tmp/zstd-buildroot/usr/share/doc/zstd-1.4.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0ficUS find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.syHSSV find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libzstd = 1.4.5-alt2, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.16), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.6), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libpthread.so.0(GLIBC_2.3.2), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qvLDLT Creating zstd-debuginfo package Processing files: pzstd-1.4.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eZHFaW find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ScONPV find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: zstd = 1.4.5-alt2, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.6), libgcc_s.so.1(GCC_3.0), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.14), libstdc++.so.6(GLIBCXX_3.4.17), libstdc++.so.6(GLIBCXX_3.4.19), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.22), libzstd.so.1 >= set:lgEqKkxZmfy4hVzxoW6b1Aev1AdNg1rzzPFuSaZLxNaZI8WsOCauU6, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PI9YnV Creating pzstd-debuginfo package Processing files: libzstd-1.4.5-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.23376 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd zstd-1.4.5-alt2 + DOCDIR=/usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.4.5 + export DOCDIR + rm -rf /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.4.5 + /bin/mkdir -p /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.4.5 + cp -prL LICENSE /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.4.5 + chmod -R go-w /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.4.5 + chmod -R a+rX /usr/src/tmp/zstd-buildroot/usr/share/doc/libzstd-1.4.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zGlItU find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/zstd-buildroot/lib/libzstd.so.1: 188 symbols, 18 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eVihST find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libzstd.so.1 = set:ld6UwMNDkUGnmb4dbvTeKtkrvSIzvJZixcE2O2YJ8CxLZ00G41vVEZvDlNh3svP9LQML4pep3R5XFaEdv6VKxRHQw8NsQcaPiVNYmnGcBOWIJTzv72NF1LVT3lckj9Ztm9MYBLBK7yir0Py1KgjtWLIg6aDKUKF61462Y7fPfHklqXobvC1mXsJDvftw7r1pnZacZdS433ZhckC7KwW5ExtOaDwWbDdietfWM64wkMfHZgQeLTfoFWKQOR60W4ngqpIHqivawZF53IRD1OvKNDMP9dx2ntLDvA2qmQocsNAXa8LIRImIijPRfv8VmuGuczixACyO2YsffEhIIZLRmObgfJevnlFOkq5cUMOrtBqH9wAbMVSCoRE8PH1 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Qj4rlU Creating libzstd-debuginfo package Processing files: libzstd-devel-1.4.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uYztqW find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XMfa6R find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/zstd-buildroot/usr/include/zbuff.h:31:10: fatal error: ../zstd.h: No such file or directory 31 | #include "../zstd.h" /* ZSTD_CStream, ZSTD_DStream, ZSTDLIB_API */ | ^~~~~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/zstd-buildroot/usr/include/zbuff.h: cpp failed, trying c++ mode /usr/src/tmp/zstd-buildroot/usr/include/zbuff.h:31:10: fatal error: ../zstd.h: No such file or directory 31 | #include "../zstd.h" /* ZSTD_CStream, ZSTD_DStream, ZSTDLIB_API */ | ^~~~~~~~~~~ compilation terminated. cpp.req: WARNING: /usr/src/tmp/zstd-buildroot/usr/include/zbuff.h: cpp failed Provides: pkgconfig(libzstd) = 1.4.5 Requires: libzstd = 1.4.5-alt2, /lib/libzstd.so.1.4.5, /usr/lib/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yYJF0V Processing files: zstd-debuginfo-1.4.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Sti8SV find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2HxDZT find-requires: running scripts (debuginfo) Requires: zstd = 1.4.5-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libpthread.so.0) Processing files: pzstd-debuginfo-1.4.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p8Xc3T find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Cv5qWV find-requires: running scripts (debuginfo) Requires: pzstd = 1.4.5-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libpthread.so.0), debug(libstdc++.so.6), debug(libzstd.so.1) Processing files: libzstd-debuginfo-1.4.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fRyYQS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fu1rwT find-requires: running scripts (debuginfo) Provides: debug(libzstd.so.1) Requires: libzstd = 1.4.5-alt2, debug(libc.so.6) Adding to pzstd a strict dependency on zstd Adding to zstd a strict dependency on libzstd Adding to zstd-debuginfo a strict dependency on zstd Adding to pzstd-debuginfo a strict dependency on pzstd Adding to libzstd-devel a strict dependency on libzstd Adding to libzstd-debuginfo a strict dependency on libzstd Adding to pzstd a strict dependency on libzstd Adding to pzstd-debuginfo a strict dependency on libzstd-debuginfo Adding to pzstd-debuginfo a strict dependency on zstd-debuginfo Removing from pzstd-debuginfo 4 sources provided by zstd-debuginfo also prunning dir /usr/src/debug/zstd-1.4.5-alt2/lib/common also prunning dir /usr/src/debug/zstd-1.4.5-alt2/programs also prunning dir /usr/src/debug/zstd-1.4.5-alt2/lib Adding to zstd-debuginfo a strict dependency on libzstd-debuginfo Removing from zstd-debuginfo 58 sources provided by libzstd-debuginfo also prunning dir /usr/src/debug/zstd-1.4.5-alt2/lib/common also prunning dir /usr/src/debug/zstd-1.4.5-alt2/lib/compress also prunning dir /usr/src/debug/zstd-1.4.5-alt2/lib/decompress also prunning dir /usr/src/debug/zstd-1.4.5-alt2/lib/dictBuilder also prunning dir /usr/src/debug/zstd-1.4.5-alt2/lib Removing 2 extra deps from pzstd due to dependency on libzstd 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 12 extra deps from pzstd due to repentancy on zstd Removing 5 extra deps from zstd due to repentancy on libzstd Removing 4 extra deps from pzstd-debuginfo due to repentancy on zstd-debuginfo Removing 1 extra deps from zstd-debuginfo due to repentancy on libzstd-debuginfo Wrote: /usr/src/RPM/RPMS/i586/zstd-1.4.5-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/pzstd-1.4.5-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libzstd-1.4.5-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libzstd-devel-1.4.5-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/zstd-debuginfo-1.4.5-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/pzstd-debuginfo-1.4.5-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libzstd-debuginfo-1.4.5-alt2.i586.rpm 1691.48user 73.14system 13:55.03elapsed 211%CPU (0avgtext+0avgdata 788976maxresident)k 0inputs+0outputs (0major+20101291minor)pagefaults 0swaps 1696.49user 76.11system 14:02.57elapsed 210%CPU (0avgtext+0avgdata 788976maxresident)k 496inputs+0outputs (0major+20491052minor)pagefaults 0swaps --- zstd-1.4.5-alt2.i586.rpm.repo 2020-06-23 12:56:04.744220580 +0000 +++ zstd-1.4.5-alt2.i586.rpm.hasher 2020-12-04 16:28:21.819006299 +0000 @@ -7,7 +7,7 @@ /usr/share/doc/zstd-1.4.5/README.md 100644 -/usr/share/man/man1/unzstd.1 120777 zstd.1 -/usr/share/man/man1/zstd.1 100644 -/usr/share/man/man1/zstdcat.1 120777 zstd.1 -/usr/share/man/man1/zstdgrep.1 100644 -/usr/share/man/man1/zstdless.1 100644 +/usr/share/man/man1/unzstd.1.xz 120777 zstd.1.xz +/usr/share/man/man1/zstd.1.xz 100644 +/usr/share/man/man1/zstdcat.1.xz 120777 zstd.1.xz +/usr/share/man/man1/zstdgrep.1.xz 100644 +/usr/share/man/man1/zstdless.1.xz 100644 Requires: /lib/ld-linux.so.2