<86>Apr 21 09:51:18 userdel[116709]: delete user 'rooter' <86>Apr 21 09:51:18 userdel[116709]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 09:51:18 groupadd[116738]: group added to /etc/group: name=rooter, GID=561 <86>Apr 21 09:51:18 groupadd[116738]: group added to /etc/gshadow: name=rooter <86>Apr 21 09:51:18 groupadd[116738]: new group: name=rooter, GID=561 <86>Apr 21 09:51:18 useradd[116748]: new user: name=rooter, UID=561, GID=561, home=/root, shell=/bin/bash <86>Apr 21 09:51:18 userdel[116763]: delete user 'builder' <86>Apr 21 09:51:18 userdel[116763]: removed group 'builder' owned by 'builder' <86>Apr 21 09:51:18 userdel[116763]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 09:51:18 groupadd[116775]: group added to /etc/group: name=builder, GID=562 <86>Apr 21 09:51:18 groupadd[116775]: group added to /etc/gshadow: name=builder <86>Apr 21 09:51:18 groupadd[116775]: new group: name=builder, GID=562 <86>Apr 21 09:51:18 useradd[116782]: new user: name=builder, UID=562, GID=562, home=/usr/src, shell=/bin/bash Installing lz4-1.7.5-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.53714 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf lz4-1.7.5-alt1 + echo 'Source #0 (lz4-1.7.5-alt1.tar):' Source #0 (lz4-1.7.5-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/lz4-1.7.5-alt1.tar + cd lz4-1.7.5-alt1 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i 's/^\([[:space:]]*\)@\$/\1\$/' examples/Makefile lib/Makefile programs/Makefile tests/Makefile + sed -i '1 i.\\"' programs/lz4.1 + sed -i '/ clean \$@ / s/^\([[:space:]]*\)\(.*\)/\1: SKIP: \2/' tests/Makefile + sed -i 's/^LZ4_DEPRECATED/LZ4LIB_API &/' lib/lz4.h lib/lz4hc.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.53714 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lz4-1.7.5-alt1 + export 'CFLAGS=-pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden' + CFLAGS='-pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden' + '[' -n '' ']' + NPROCS=8 + make -j8 all -C lib BUILD_STATIC=no make: Entering directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/lib' compiling dynamic library 1.7.5 cc -DXXH_NAMESPACE=LZ4_ -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wstrict-aliasing=1 -shared lz4.c lz4hc.c xxhash.c lz4frame.c -fPIC -Wl,-soname=liblz4.so.1 -o liblz4.so.1.7.5 creating versioned links make: Leaving directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/lib' + '[' -n 8 ']' + make -j8 all -C programs make: Entering directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/programs' cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ -c -o ../lib/lz4.o ../lib/lz4.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ -c -o ../lib/lz4hc.o ../lib/lz4hc.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ -c -o ../lib/xxhash.o ../lib/xxhash.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ -c -o ../lib/lz4frame.o ../lib/lz4frame.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ -c -o lz4io.o lz4io.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ -c -o datagen.o datagen.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ -c -o lz4cli.o lz4cli.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ -c -o bench.o bench.c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ -DENABLE_LZ4C_LEGACY_OPTIONS ../lib/lz4.c ../lib/lz4hc.c ../lib/xxhash.c ../lib/lz4frame.c lz4io.c datagen.c lz4cli.c bench.c -o lz4c cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=LZ4_ ../lib/lz4.o ../lib/lz4hc.o ../lib/xxhash.o ../lib/lz4frame.o lz4io.o datagen.o lz4cli.o bench.o -o lz4 make: Leaving directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/programs' + '[' -n 8 ']' + make -j8 all -C tests make: Entering directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/tests' cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -I../programs -DXXH_NAMESPACE=LZ4_ ../lib/lz4.o ../lib/lz4hc.o ../lib/lz4frame.o ../lib/xxhash.o fullbench.c -o fullbench cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -I../programs -DXXH_NAMESPACE=LZ4_ ../lib/lz4.o ../lib/lz4hc.o ../lib/xxhash.o fuzzer.c -o fuzzer cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -I../programs -DXXH_NAMESPACE=LZ4_ ../lib/lz4frame.o ../lib/lz4.o ../lib/lz4hc.o ../lib/xxhash.o frametest.c -o frametest cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -I../programs -DXXH_NAMESPACE=LZ4_ -I../programs ../programs/datagen.c datagencli.c -o datagen cc -pipe -Wall -g -O2 -march=i586 -mtune=generic -fvisibility=hidden -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -I../programs -DXXH_NAMESPACE=LZ4_ ../lib/lz4.o fasttest.c -o fasttest make: Leaving directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/tests' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.74904 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/lz4-buildroot + : + /bin/rm -rf -- /usr/src/tmp/lz4-buildroot + cd lz4-1.7.5-alt1 + export CFLAGS=--EPERM + CFLAGS=--EPERM + make 'INSTALL=/bin/install -p' install DESTDIR=/usr/src/tmp/lz4-buildroot BUILD_STATIC=no PREFIX=/usr LIBDIR=/usr/lib make: Entering directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1' make[1]: Entering directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/lib' creating pkgconfig /bin/install -p -d -m 755 /usr/src/tmp/lz4-buildroot/usr/lib/pkgconfig/ /usr/src/tmp/lz4-buildroot/usr/include/ /bin/install -p -m 644 liblz4.pc /usr/src/tmp/lz4-buildroot/usr/lib/pkgconfig/ Installing libraries /bin/install -p -m 755 liblz4.so.1.7.5 /usr/src/tmp/lz4-buildroot/usr/lib Installing includes /bin/install -p -m 644 lz4.h /usr/src/tmp/lz4-buildroot/usr/include/lz4.h /bin/install -p -m 644 lz4hc.h /usr/src/tmp/lz4-buildroot/usr/include/lz4hc.h /bin/install -p -m 644 lz4frame.h /usr/src/tmp/lz4-buildroot/usr/include/lz4frame.h lz4 static and shared libraries installed make[1]: Leaving directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/lib' make[1]: Entering directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/programs' Installing binaries /bin/install -p -d -m 755 /usr/src/tmp/lz4-buildroot/usr/bin/ /usr/src/tmp/lz4-buildroot/usr/share/man/man1/ /bin/install -p -m 755 lz4 /usr/src/tmp/lz4-buildroot/usr/bin/lz4 /bin/install -p -m 755 lz4c /usr/src/tmp/lz4-buildroot/usr/bin/lz4c Installing man pages /bin/install -p -m 644 -m 644 lz4.1 /usr/src/tmp/lz4-buildroot/usr/share/man/man1/lz4.1 lz4 installation completed make[1]: Leaving directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/programs' make: Leaving directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1' + mkdir -p /usr/src/tmp/lz4-buildroot/lib + for f in '/usr/src/tmp/lz4-buildroot/usr/lib/*.so' ++ readlink -v /usr/src/tmp/lz4-buildroot/usr/lib/liblz4.so + t=liblz4.so.1.7.5 + ln -snf ../../lib/liblz4.so.1.7.5 /usr/src/tmp/lz4-buildroot/usr/lib/liblz4.so + mv /usr/src/tmp/lz4-buildroot/usr/lib/liblz4.so.1 /usr/src/tmp/lz4-buildroot/usr/lib/liblz4.so.1.7.5 /usr/src/tmp/lz4-buildroot/lib/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/lz4-buildroot (auto) mode of './lib/liblz4.so.1.7.5' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/lz4-buildroot (binconfig,pkgconfig,libtool,desktop) /usr/lib/pkgconfig/liblz4.pc: Cflags: '-I/usr/include' --> '' /usr/lib/pkgconfig/liblz4.pc: Libs: '-L/usr/lib -llz4' --> '-llz4' Compressing files in /usr/src/tmp/lz4-buildroot (auto) removed '/usr/src/tmp/lz4-buildroot/usr/share/man/man1/unlz4.1' '/usr/src/tmp/lz4-buildroot/usr/share/man/man1/unlz4.1.xz' -> 'lz4.1.xz' removed '/usr/src/tmp/lz4-buildroot/usr/share/man/man1/lz4cat.1' '/usr/src/tmp/lz4-buildroot/usr/share/man/man1/lz4cat.1.xz' -> 'lz4.1.xz' removed '/usr/src/tmp/lz4-buildroot/usr/share/man/man1/lz4c.1' '/usr/src/tmp/lz4-buildroot/usr/share/man/man1/lz4c.1.xz' -> 'lz4.1.xz' Adjusting library links in /usr/src/tmp/lz4-buildroot ./lib: liblz4.so.1 -> liblz4.so.1.7.5 ./usr/lib: Verifying ELF objects in /usr/src/tmp/lz4-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.48812 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lz4-1.7.5-alt1 + export CFLAGS=--EPERM + CFLAGS=--EPERM + make test -C tests make: Entering directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/tests' : SKIP: make -C ../programs clean lz4 CFLAGS="--EPERM -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 " \n ---- test opt-parser ---- ./datagen -g16KB | ../programs/lz4 -12 | ../programs/lz4 -t stdin : decoded 16384 bytes ./datagen -P10 | ../programs/lz4 -12B4 | ../programs/lz4 -t using blocks of size 64 KB stdin : decoded 65536 bytes ./datagen -g256K | ../programs/lz4 -12B4D | ../programs/lz4 -t using blocks of size 64 KB stdin : decoded 262144 bytes ./datagen -g512K -P25 | ../programs/lz4 -12BD | ../programs/lz4 -t stdin : decoded 524288 bytes ./datagen -g1M | ../programs/lz4 -12B5 | ../programs/lz4 -t using blocks of size 256 KB stdin : decoded 1048576 bytes ./datagen -g2M -P99 | ../programs/lz4 -11B4D | ../programs/lz4 -t using blocks of size 64 KB stdin : decoded 2097152 bytes ./datagen -g4M | ../programs/lz4 -11vq | ../programs/lz4 -qt ./datagen -g8M | ../programs/lz4 -11B4 | ../programs/lz4 -t using blocks of size 64 KB stdin : decoded 8388608 bytes ./datagen -g16M -P90 | ../programs/lz4 -11B5 | ../programs/lz4 -t using blocks of size 256 KB stdin : decoded 16777216 bytes ./datagen -g32M -P10 | ../programs/lz4 -11B5D | ../programs/lz4 -t using blocks of size 256 KB stdin : decoded 33554432 bytes make -C ../programs unlz4 CFLAGS="--EPERM -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 " make[1]: Entering directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/programs' ln -s lz4 unlz4 make[1]: Leaving directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/programs' make -C ../programs lz4cat CFLAGS="--EPERM -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 " make[1]: Entering directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/programs' ln -s lz4 lz4cat make[1]: Leaving directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/programs' \n ---- test lz4 basic compression/decompression ---- ./datagen -g0 | ../programs/lz4 -v | ../programs/lz4 -t *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** Compressed 0 bytes into 15 bytes ==> 1500.00% stdin : decoded 0 bytes ./datagen -g16KB | ../programs/lz4 -9 | ../programs/lz4 -t stdin : decoded 16384 bytes ./datagen -g20KB > tmpSrc ../programs/lz4 < tmpSrc | ../programs/lz4 -d > tmpRes diff -q tmpSrc tmpRes ../programs/lz4 --no-frame-crc < tmpSrc | ../programs/lz4 -d > tmpRes diff -q tmpSrc tmpRes ./datagen | ../programs/lz4 | ../programs/lz4 -t stdin : decoded 65536 bytes ./datagen -g6M -P99 | ../programs/lz4 -9BD | ../programs/lz4 -t stdin : decoded 6291456 bytes ./datagen -g17M | ../programs/lz4 -9v | ../programs/lz4 -qt *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** Compressed 17825792 bytes into 8087115 bytes ==> 45.37% ./datagen -g33M | ../programs/lz4 --no-frame-crc | ../programs/lz4 -t stdin : decoded 34603008 bytes ./datagen -g256MB | ../programs/lz4 -vqB4D | ../programs/lz4 -t using blocks of size 64 KB stdin : decoded 268435456 bytes ../programs/lz4 --rm -f tmp tmp.lz4 Compressed 12 bytes into 31 bytes ==> 258.33% test ! -f tmp # must fail (--rm) test -f tmp.lz4 ../programs/lz4cat tmp.lz4 # must display hello world hello world test -f tmp.lz4 ../programs/unlz4 --rm tmp.lz4 tmp tmp.lz4 : decoded 12 bytes test -f tmp test ! -f tmp.lz4 # must fail (--rm) test ! -f tmp.lz4.lz4 # must fail (unlz4) ../programs/lz4cat tmp # pass-through mode hello world test -f tmp test ! -f tmp.lz4 # must fail (lz4cat) ../programs/lz4 tmp tmp.lz4 # creates tmp.lz4 Compressed 12 bytes into 31 bytes ==> 258.33% ../programs/lz4cat < tmp.lz4 > tmp3 # checks lz4cat works with stdin (#285) diff -q tmp tmp3 ../programs/lz4cat < tmp > tmp2 # checks lz4cat works with stdin (#285) diff -q tmp tmp2 rm -f tmp* \n ---- test multiple files ---- ../programs/lz4 -f -m tmp* ls -ls tmp* 64 -rw-r--r-- 1 builder builder 65536 Apr 21 09:51 tmp1 36 -rw-r--r-- 1 builder builder 33266 Apr 21 09:51 tmp1.lz4 100 -rw-r--r-- 1 builder builder 102400 Apr 21 09:51 tmp2 56 -rw-r--r-- 1 builder builder 56672 Apr 21 09:51 tmp2.lz4 1024 -rw-r--r-- 1 builder builder 1048576 Apr 21 09:51 tmp3 600 -rw-r--r-- 1 builder builder 612765 Apr 21 09:51 tmp3.lz4 rm -f tmp1 tmp2 tmp3 ../programs/lz4 -df -m *.lz4 ls -ls tmp* 64 -rw-r--r-- 1 builder builder 65536 Apr 21 09:51 tmp1 36 -rw-r--r-- 1 builder builder 33266 Apr 21 09:51 tmp1.lz4 100 -rw-r--r-- 1 builder builder 102400 Apr 21 09:51 tmp2 56 -rw-r--r-- 1 builder builder 56672 Apr 21 09:51 tmp2.lz4 1024 -rw-r--r-- 1 builder builder 1048576 Apr 21 09:51 tmp3 600 -rw-r--r-- 1 builder builder 612765 Apr 21 09:51 tmp3.lz4 ../programs/lz4 -f -m tmp1 notHere tmp2; echo $? notHere: No such file or directory 1 rm -f tmp* \n ---- test sparse file support ---- ./datagen -g5M -P100 > tmpSrc ../programs/lz4 -B4D tmpSrc | ../programs/lz4 -dv --sparse > tmpB4 *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** using blocks of size 64 KB stdin : decoded 5242880 bytes diff -s tmpSrc tmpB4 Files tmpSrc and tmpB4 are identical ../programs/lz4 -B5D tmpSrc | ../programs/lz4 -dv --sparse > tmpB5 *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** using blocks of size 256 KB stdin : decoded 5242880 bytes diff -s tmpSrc tmpB5 Files tmpSrc and tmpB5 are identical ../programs/lz4 -B6D tmpSrc | ../programs/lz4 -dv --sparse > tmpB6 using blocks of size 1024 KB *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** stdin : decoded 5242880 bytes diff -s tmpSrc tmpB6 Files tmpSrc and tmpB6 are identical ../programs/lz4 -B7D tmpSrc | ../programs/lz4 -dv --sparse > tmpB7 using blocks of size 4096 KB *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** stdin : decoded 5242880 bytes diff -s tmpSrc tmpB7 Files tmpSrc and tmpB7 are identical ../programs/lz4 tmpSrc | ../programs/lz4 -dv --no-sparse > tmpNoSparse *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** stdin : decoded 5242880 bytes diff -s tmpSrc tmpNoSparse Files tmpSrc and tmpNoSparse are identical ls -ls tmp* 5120 -rw-r--r-- 1 builder builder 5242880 Apr 21 09:51 tmpB4 5120 -rw-r--r-- 1 builder builder 5242880 Apr 21 09:51 tmpB5 5120 -rw-r--r-- 1 builder builder 5242880 Apr 21 09:51 tmpB6 5120 -rw-r--r-- 1 builder builder 5242880 Apr 21 09:51 tmpB7 5120 -rw-r--r-- 1 builder builder 5242880 Apr 21 09:51 tmpNoSparse 5120 -rw-r--r-- 1 builder builder 5242880 Apr 21 09:51 tmpSrc ./datagen -s1 -g1200007 -P100 | ../programs/lz4 | ../programs/lz4 -dv --sparse > tmpOdd # Odd size file (to generate non-full last block) *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** stdin : decoded 1200007 bytes ./datagen -s1 -g1200007 -P100 | diff -s - tmpOdd Files - and tmpOdd are identical ls -ls tmpOdd 1172 -rw-r--r-- 1 builder builder 1200007 Apr 21 09:51 tmpOdd rm -f tmp* \n Compatibility with Console : echo "Hello World 1 !" | ../programs/lz4 | ../programs/lz4 -d -c Hello World 1 ! echo "Hello World 2 !" | ../programs/lz4 | ../programs/lz4 -d | cat Hello World 2 ! echo "Hello World 3 !" | ../programs/lz4 --no-frame-crc | ../programs/lz4 -d -c Hello World 3 ! \n Compatibility with Append : ./datagen -P100 -g1M > tmp1M cat tmp1M tmp1M > tmp2M ../programs/lz4 -B5 -v tmp1M tmpC using blocks of size 256 KB *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** Compressed 1048576 bytes into 4192 bytes ==> 0.40% ../programs/lz4 -d -v tmpC tmpR *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** tmpC : decoded 1048576 bytes ../programs/lz4 -d -v tmpC >> tmpR *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** tmpC : decoded 1048576 bytes ls -ls tmp* 1024 -rw-r--r-- 1 builder builder 1048576 Apr 21 09:51 tmp1M 2048 -rw-r--r-- 1 builder builder 2097152 Apr 21 09:51 tmp2M 8 -rw-r--r-- 1 builder builder 4192 Apr 21 09:51 tmpC 1032 -rw-r--r-- 1 builder builder 2097152 Apr 21 09:51 tmpR diff tmp2M tmpR rm -f tmp* \n ---- test frame concatenation ---- cat nonempty.test empty.test nonempty.test > orig.test ../programs/lz4 -zq empty.test > empty.lz4.test ../programs/lz4 -zq nonempty.test > nonempty.lz4.test cat nonempty.lz4.test empty.lz4.test nonempty.lz4.test > concat.lz4.test ../programs/lz4 -d concat.lz4.test > result.test sdiff orig.test result.test hi hi hi hi rm -f *.test frame concatenation test completed \n ---- bench mode ---- ../programs/lz4 -bi1 |-Synthetic 50% : 10000000 -> /-Synthetic 50% : 10000000 -> 5960022 (1.678), 465.3 MB/s =-Synthetic 50% : 10000000 -> 5960022 (1.678), 465.3 MB/s ,2106.1 MB/s 1# \n ---- test mode ---- ! ./datagen | ../programs/lz4 -t Error 44 : Unrecognized header : file cannot be decoded ! ./datagen | ../programs/lz4 -tf Error 44 : Unrecognized header : file cannot be decoded \n ---- pass-through mode ---- ! ./datagen | ../programs/lz4 -d > /dev/null Error 44 : Unrecognized header : file cannot be decoded ./datagen | ../programs/lz4 -df > /dev/null ../programs/lz4 -dcf tmp1 Hello World ! ../programs/lz4 -dcfm tmp1 tmp2 Hello World ! from underground... \n ---- test cli ---- ! ../programs/lz4 file-does-not-exist file-does-not-exist: No such file or directory ! ../programs/lz4 -f file-does-not-exist file-does-not-exist: No such file or directory ! ../programs/lz4 -fm file1-dne file2-dne file1-dne: No such file or directory file2-dne: No such file or directory ! ../programs/lz4 -fm file1-dne file2-dne file1-dne: No such file or directory file2-dne: No such file or directory \n ---- test original size support ---- ./datagen -g15M > tmp ../programs/lz4 -v tmp | ../programs/lz4 -t *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** Compressed 15728640 bytes into 9375616 bytes ==> 59.61% stdin : decoded 15728640 bytes ../programs/lz4 -v --content-size tmp | ../programs/lz4 -d > tmp2 *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** Compressed 15728640 bytes into 9375624 bytes ==> 59.61% diff -s tmp tmp2 Files tmp and tmp2 are identical # test large size [2-4] GB *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** _POSIX_C_SOURCE defined: 200112L _POSIX_VERSION defined: 200112L PLATFORM_POSIX_VERSION defined: 200112L _FILE_OFFSET_BITS defined: 64L Using stdin for input Using stdout for output Sparse File Support is automatically disabled on stdout ; try --sparse Read : 4 MB ==> 0.39% Read : 8 MB ==> 0.39% Read : 12 MB ==> 0.39% Read : 16 MB ==> 0.39% Read : 20 MB ==> 0.39% Read : 24 MB ==> 0.39% Read : 28 MB ==> 0.39% Read : 32 MB ==> 0.39% Read : 36 MB ==> 0.39% Read : 40 MB ==> 0.39% Read : 44 MB ==> 0.39% Read : 48 MB ==> 0.39% Read : 52 MB ==> 0.39% Read : 56 MB ==> 0.39% Read : 60 MB ==> 0.39% Read : 64 MB ==> 0.39% Read : 68 MB ==> 0.39% Read : 72 MB ==> 0.39% Read : 76 MB ==> 0.39% Read : 80 MB ==> 0.39% Read : 84 MB ==> 0.39% Read : 88 MB ==> 0.39% Read : 92 MB ==> 0.39% Read : 96 MB ==> 0.39% Read : 100 MB ==> 0.39% Read : 104 MB ==> 0.39% Read : 108 MB ==> 0.39% Read : 112 MB ==> 0.39% Read : 116 MB ==> 0.39% Read : 120 MB ==> 0.39% Read : 124 MB ==> 0.39% Read : 128 MB ==> 0.39% Read : 132 MB ==> 0.39% Read : 136 MB ==> 0.39% Read : 140 MB ==> 0.39% Read : 144 MB ==> 0.39% Read : 148 MB ==> 0.39% Read : 152 MB ==> 0.39% Read : 156 MB ==> 0.39% Read : 160 MB ==> 0.39% Read : 164 MB ==> 0.39% Read : 168 MB ==> 0.39% Read : 172 MB ==> 0.39% Read : 176 MB ==> 0.39% Read : 180 MB ==> 0.39% Read : 184 MB ==> 0.39% Read : 188 MB ==> 0.39% Read : 192 MB ==> 0.39% Read : 196 MB ==> 0.39% Read : 200 MB ==> 0.39% Read : 204 MB ==> 0.39% Read : 208 MB ==> 0.39% Read : 212 MB ==> 0.39% Read : 216 MB ==> 0.39% Read : 220 MB ==> 0.39% Read : 224 MB ==> 0.39% Read : 228 MB ==> 0.39% Read : 232 MB ==> 0.39% Read : 236 MB ==> 0.39% Read : 240 MB ==> 0.39% Read : 244 MB ==> 0.39% Read : 248 MB ==> 0.39% Read : 252 MB ==> 0.39% Read : 256 MB ==> 0.39% Read : 260 MB ==> 0.39% Read : 264 MB ==> 0.39% Read : 268 MB ==> 0.39% Read : 272 MB ==> 0.39% Read : 276 MB ==> 0.39% Read : 280 MB ==> 0.39% Read : 284 MB ==> 0.39% Read : 288 MB ==> 0.39% Read : 292 MB ==> 0.39% Read : 296 MB ==> 0.39% Read : 300 MB ==> 0.39% Read : 304 MB ==> 0.39% Read : 308 MB ==> 0.39% Read : 312 MB ==> 0.39% Read : 316 MB ==> 0.39% Read : 320 MB ==> 0.39% Read : 324 MB ==> 0.39% Read : 328 MB ==> 0.39% Read : 332 MB ==> 0.39% Read : 336 MB ==> 0.39% Read : 340 MB ==> 0.39% Read : 344 MB ==> 0.39% Read : 348 MB ==> 0.39% Read : 352 MB ==> 0.39% Read : 356 MB ==> 0.39% Read : 360 MB ==> 0.39% Read : 364 MB ==> 0.39% Read : 368 MB ==> 0.39% Read : 372 MB ==> 0.39% Read : 376 MB ==> 0.39% Read : 380 MB ==> 0.39% Read : 384 MB ==> 0.39% Read : 388 MB ==> 0.39% Read : 392 MB ==> 0.39% Read : 396 MB ==> 0.39% Read : 400 MB ==> 0.39% Read : 404 MB ==> 0.39% Read : 408 MB ==> 0.39% Read : 412 MB ==> 0.39% Read : 416 MB ==> 0.39% Read : 420 MB ==> 0.39% Read : 424 MB ==> 0.39% Read : 428 MB ==> 0.39% Read : 432 MB ==> 0.39% Read : 436 MB ==> 0.39% Read : 440 MB ==> 0.39% Read : 444 MB ==> 0.39% Read : 448 MB ==> 0.39% Read : 452 MB ==> 0.39% Read : 456 MB ==> 0.39% Read : 460 MB ==> 0.39% Read : 464 MB ==> 0.39% Read : 468 MB ==> 0.39% Read : 472 MB ==> 0.39% Read : 476 MB ==> 0.39% Read : 480 MB ==> 0.39% Read : 484 MB ==> 0.39% Read : 488 MB ==> 0.39% Read : 492 MB ==> 0.39% Read : 496 MB ==> 0.39% Read : 500 MB ==> 0.39% Read : 504 MB ==> 0.39% Read : 508 MB ==> 0.39% Read : 512 MB ==> 0.39% Read : 516 MB ==> 0.39% Read : 520 MB ==> 0.39% Read : 524 MB ==> 0.39% Read : 528 MB ==> 0.39% Read : 532 MB ==> 0.39% Read : 536 MB ==> 0.39% Read : 540 MB ==> 0.39% Read : 544 MB ==> 0.39% Read : 548 MB ==> 0.39% Read : 552 MB ==> 0.39% Read : 556 MB ==> 0.39% Read : 560 MB ==> 0.39% Read : 564 MB ==> 0.39% Read : 568 MB ==> 0.39% Read : 572 MB ==> 0.39% Read : 576 MB ==> 0.39% Read : 580 MB ==> 0.39% Read : 584 MB ==> 0.39% Read : 588 MB ==> 0.39% Read : 592 MB ==> 0.39% Read : 596 MB ==> 0.39% Read : 600 MB ==> 0.39% Read : 604 MB ==> 0.39% Read : 608 MB ==> 0.39% Read : 612 MB ==> 0.39% Read : 616 MB ==> 0.39% Read : 620 MB ==> 0.39% Read : 624 MB ==> 0.39% Read : 628 MB ==> 0.39% Read : 632 MB ==> 0.39% Read : 636 MB ==> 0.39% Read : 640 MB ==> 0.39% Read : 644 MB ==> 0.39% Read : 648 MB ==> 0.39% Read : 652 MB ==> 0.39% Read : 656 MB ==> 0.39% Read : 660 MB ==> 0.39% Read : 664 MB ==> 0.39% Read : 668 MB ==> 0.39% Read : 672 MB ==> 0.39% Read : 676 MB ==> 0.39% Read : 680 MB ==> 0.39% Read : 684 MB ==> 0.39% Read : 688 MB ==> 0.39% Read : 692 MB ==> 0.39% Read : 696 MB ==> 0.39% Read : 700 MB ==> 0.39% Read : 704 MB ==> 0.39% Read : 708 MB ==> 0.39% Read : 712 MB ==> 0.39% Read : 716 MB ==> 0.39% Read : 720 MB ==> 0.39% Read : 724 MB ==> 0.39% Read : 728 MB ==> 0.39% Read : 732 MB ==> 0.39% Read : 736 MB ==> 0.39% Read : 740 MB ==> 0.39% Read : 744 MB ==> 0.39% Read : 748 MB ==> 0.39% Read : 752 MB ==> 0.39% Read : 756 MB ==> 0.39% Read : 760 MB ==> 0.39% Read : 764 MB ==> 0.39% Read : 768 MB ==> 0.39% Read : 772 MB ==> 0.39% Read : 776 MB ==> 0.39% Read : 780 MB ==> 0.39% Read : 784 MB ==> 0.39% Read : 788 MB ==> 0.39% Read : 792 MB ==> 0.39% Read : 796 MB ==> 0.39% Read : 800 MB ==> 0.39% Read : 804 MB ==> 0.39% Read : 808 MB ==> 0.39% Read : 812 MB ==> 0.39% Read : 816 MB ==> 0.39% Read : 820 MB ==> 0.39% Read : 824 MB ==> 0.39% Read : 828 MB ==> 0.39% Read : 832 MB ==> 0.39% Read : 836 MB ==> 0.39% Read : 840 MB ==> 0.39% Read : 844 MB ==> 0.39% Read : 848 MB ==> 0.39% Read : 852 MB ==> 0.39% Read : 856 MB ==> 0.39% Read : 860 MB ==> 0.39% Read : 864 MB ==> 0.39% Read : 868 MB ==> 0.39% Read : 872 MB ==> 0.39% Read : 876 MB ==> 0.39% Read : 880 MB ==> 0.39% Read : 884 MB ==> 0.39% Read : 888 MB ==> 0.39% Read : 892 MB ==> 0.39% Read : 896 MB ==> 0.39% Read : 900 MB ==> 0.39% Read : 904 MB ==> 0.39% Read : 908 MB ==> 0.39% Read : 912 MB ==> 0.39% Read : 916 MB ==> 0.39% Read : 920 MB ==> 0.39% Read : 924 MB ==> 0.39% Read : 928 MB ==> 0.39% Read : 932 MB ==> 0.39% Read : 936 MB ==> 0.39% Read : 940 MB ==> 0.39% Read : 944 MB ==> 0.39% Read : 948 MB ==> 0.39% Read : 952 MB ==> 0.39% Read : 956 MB ==> 0.39% Read : 960 MB ==> 0.39% Read : 964 MB ==> 0.39% Read : 968 MB ==> 0.39% Read : 972 MB ==> 0.39% Read : 976 MB ==> 0.39% Read : 980 MB ==> 0.39% Read : 984 MB ==> 0.39% Read : 988 MB ==> 0.39% Read : 992 MB ==> 0.39% Read : 996 MB ==> 0.39% Read : 1000 MB ==> 0.39% Read : 1004 MB ==> 0.39% Read : 1008 MB ==> 0.39% Read : 1012 MB ==> 0.39% Read : 1016 MB ==> 0.39% Read : 1020 MB ==> 0.39% Read : 1024 MB ==> 0.39% Read : 1028 MB ==> 0.39% Read : 1032 MB ==> 0.39% Read : 1036 MB ==> 0.39% Read : 1040 MB ==> 0.39% Read : 1044 MB ==> 0.39% Read : 1048 MB ==> 0.39% Read : 1052 MB ==> 0.39% Read : 1056 MB ==> 0.39% Read : 1060 MB ==> 0.39% Read : 1064 MB ==> 0.39% Read : 1068 MB ==> 0.39% Read : 1072 MB ==> 0.39% Read : 1076 MB ==> 0.39% Read : 1080 MB ==> 0.39% Read : 1084 MB ==> 0.39% Read : 1088 MB ==> 0.39% Read : 1092 MB ==> 0.39% Read : 1096 MB ==> 0.39% Read : 1100 MB ==> 0.39% Read : 1104 MB ==> 0.39% Read : 1108 MB ==> 0.39% Read : 1112 MB ==> 0.39% Read : 1116 MB ==> 0.39% Read : 1120 MB ==> 0.39% Read : 1124 MB ==> 0.39% Read : 1128 MB ==> 0.39% Read : 1132 MB ==> 0.39% Read : 1136 MB ==> 0.39% Read : 1140 MB ==> 0.39% Read : 1144 MB ==> 0.39% Read : 1148 MB ==> 0.39% Read : 1152 MB ==> 0.39% Read : 1156 MB ==> 0.39% Read : 1160 MB ==> 0.39% Read : 1164 MB ==> 0.39% Read : 1168 MB ==> 0.39% Read : 1172 MB ==> 0.39% Read : 1176 MB ==> 0.39% Read : 1180 MB ==> 0.39% Read : 1184 MB ==> 0.39% Read : 1188 MB ==> 0.39% Read : 1192 MB ==> 0.39% Read : 1196 MB ==> 0.39% Read : 1200 MB ==> 0.39% Read : 1204 MB ==> 0.39% Read : 1208 MB ==> 0.39% Read : 1212 MB ==> 0.39% Read : 1216 MB ==> 0.39% Read : 1220 MB ==> 0.39% Read : 1224 MB ==> 0.39% Read : 1228 MB ==> 0.39% Read : 1232 MB ==> 0.39% Read : 1236 MB ==> 0.39% Read : 1240 MB ==> 0.39% Read : 1244 MB ==> 0.39% Read : 1248 MB ==> 0.39% Read : 1252 MB ==> 0.39% Read : 1256 MB ==> 0.39% Read : 1260 MB ==> 0.39% Read : 1264 MB ==> 0.39% Read : 1268 MB ==> 0.39% Read : 1272 MB ==> 0.39% Read : 1276 MB ==> 0.39% Read : 1280 MB ==> 0.39% Read : 1284 MB ==> 0.39% Read : 1288 MB ==> 0.39% Read : 1292 MB ==> 0.39% Read : 1296 MB ==> 0.39% Read : 1300 MB ==> 0.39% Read : 1304 MB ==> 0.39% Read : 1308 MB ==> 0.39% Read : 1312 MB ==> 0.39% Read : 1316 MB ==> 0.39% Read : 1320 MB ==> 0.39% Read : 1324 MB ==> 0.39% Read : 1328 MB ==> 0.39% Read : 1332 MB ==> 0.39% Read : 1336 MB ==> 0.39% Read : 1340 MB ==> 0.39% Read : 1344 MB ==> 0.39% Read : 1348 MB ==> 0.39% Read : 1352 MB ==> 0.39% Read : 1356 MB ==> 0.39% Read : 1360 MB ==> 0.39% Read : 1364 MB ==> 0.39% Read : 1368 MB ==> 0.39% Read : 1372 MB ==> 0.39% Read : 1376 MB ==> 0.39% Read : 1380 MB ==> 0.39% Read : 1384 MB ==> 0.39% Read : 1388 MB ==> 0.39% Read : 1392 MB ==> 0.39% Read : 1396 MB ==> 0.39% Read : 1400 MB ==> 0.39% Read : 1404 MB ==> 0.39% Read : 1408 MB ==> 0.39% Read : 1412 MB ==> 0.39% Read : 1416 MB ==> 0.39% Read : 1420 MB ==> 0.39% Read : 1424 MB ==> 0.39% Read : 1428 MB ==> 0.39% Read : 1432 MB ==> 0.39% Read : 1436 MB ==> 0.39% Read : 1440 MB ==> 0.39% Read : 1444 MB ==> 0.39% Read : 1448 MB ==> 0.39% Read : 1452 MB ==> 0.39% Read : 1456 MB ==> 0.39% Read : 1460 MB ==> 0.39% Read : 1464 MB ==> 0.39% Read : 1468 MB ==> 0.39% Read : 1472 MB ==> 0.39% Read : 1476 MB ==> 0.39% Read : 1480 MB ==> 0.39% Read : 1484 MB ==> 0.39% Read : 1488 MB ==> 0.39% Read : 1492 MB ==> 0.39% Read : 1496 MB ==> 0.39% Read : 1500 MB ==> 0.39% Read : 1504 MB ==> 0.39% Read : 1508 MB ==> 0.39% Read : 1512 MB ==> 0.39% Read : 1516 MB ==> 0.39% Read : 1520 MB ==> 0.39% Read : 1524 MB ==> 0.39% Read : 1528 MB ==> 0.39% Read : 1532 MB ==> 0.39% Read : 1536 MB ==> 0.39% Read : 1540 MB ==> 0.39% Read : 1544 MB ==> 0.39% Read : 1548 MB ==> 0.39% Read : 1552 MB ==> 0.39% Read : 1556 MB ==> 0.39% Read : 1560 MB ==> 0.39% Read : 1564 MB ==> 0.39% Read : 1568 MB ==> 0.39% Read : 1572 MB ==> 0.39% Read : 1576 MB ==> 0.39% Read : 1580 MB ==> 0.39% Read : 1584 MB ==> 0.39% Read : 1588 MB ==> 0.39% Read : 1592 MB ==> 0.39% Read : 1596 MB ==> 0.39% Read : 1600 MB ==> 0.39% Read : 1604 MB ==> 0.39% Read : 1608 MB ==> 0.39% Read : 1612 MB ==> 0.39% Read : 1616 MB ==> 0.39% Read : 1620 MB ==> 0.39% Read : 1624 MB ==> 0.39% Read : 1628 MB ==> 0.39% Read : 1632 MB ==> 0.39% Read : 1636 MB ==> 0.39% Read : 1640 MB ==> 0.39% Read : 1644 MB ==> 0.39% Read : 1648 MB ==> 0.39% Read : 1652 MB ==> 0.39% Read : 1656 MB ==> 0.39% Read : 1660 MB ==> 0.39% Read : 1664 MB ==> 0.39% Read : 1668 MB ==> 0.39% Read : 1672 MB ==> 0.39% Read : 1676 MB ==> 0.39% Read : 1680 MB ==> 0.39% Read : 1684 MB ==> 0.39% Read : 1688 MB ==> 0.39% Read : 1692 MB ==> 0.39% Read : 1696 MB ==> 0.39% Read : 1700 MB ==> 0.39% Read : 1704 MB ==> 0.39% Read : 1708 MB ==> 0.39% Read : 1712 MB ==> 0.39% Read : 1716 MB ==> 0.39% Read : 1720 MB ==> 0.39% Read : 1724 MB ==> 0.39% Read : 1728 MB ==> 0.39% Read : 1732 MB ==> 0.39% Read : 1736 MB ==> 0.39% Read : 1740 MB ==> 0.39% Read : 1744 MB ==> 0.39% Read : 1748 MB ==> 0.39% Read : 1752 MB ==> 0.39% Read : 1756 MB ==> 0.39% Read : 1760 MB ==> 0.39% Read : 1764 MB ==> 0.39% Read : 1768 MB ==> 0.39% Read : 1772 MB ==> 0.39% Read : 1776 MB ==> 0.39% Read : 1780 MB ==> 0.39% Read : 1784 MB ==> 0.39% Read : 1788 MB ==> 0.39% Read : 1792 MB ==> 0.39% Read : 1796 MB ==> 0.39% Read : 1800 MB ==> 0.39% Read : 1804 MB ==> 0.39% Read : 1808 MB ==> 0.39% Read : 1812 MB ==> 0.39% Read : 1816 MB ==> 0.39% Read : 1820 MB ==> 0.39% Read : 1824 MB ==> 0.39% Read : 1828 MB ==> 0.39% Read : 1832 MB ==> 0.39% Read : 1836 MB ==> 0.39% Read : 1840 MB ==> 0.39% Read : 1844 MB ==> 0.39% Read : 1848 MB ==> 0.39% Read : 1852 MB ==> 0.39% Read : 1856 MB ==> 0.39% Read : 1860 MB ==> 0.39% Read : 1864 MB ==> 0.39% Read : 1868 MB ==> 0.39% Read : 1872 MB ==> 0.39% Read : 1876 MB ==> 0.39% Read : 1880 MB ==> 0.39% Read : 1884 MB ==> 0.39% Read : 1888 MB ==> 0.39% Read : 1892 MB ==> 0.39% Read : 1896 MB ==> 0.39% Read : 1900 MB ==> 0.39% Read : 1904 MB ==> 0.39% Read : 1908 MB ==> 0.39% Read : 1912 MB ==> 0.39% Read : 1916 MB ==> 0.39% Read : 1920 MB ==> 0.39% Read : 1924 MB ==> 0.39% Read : 1928 MB ==> 0.39% Read : 1932 MB ==> 0.39% Read : 1936 MB ==> 0.39% Read : 1940 MB ==> 0.39% Read : 1944 MB ==> 0.39% Read : 1948 MB ==> 0.39% Read : 1952 MB ==> 0.39% Read : 1956 MB ==> 0.39% Read : 1960 MB ==> 0.39% Read : 1964 MB ==> 0.39% Read : 1968 MB ==> 0.39% Read : 1972 MB ==> 0.39% Read : 1976 MB ==> 0.39% Read : 1980 MB ==> 0.39% Read : 1984 MB ==> 0.39% Read : 1988 MB ==> 0.39% Read : 1992 MB ==> 0.39% Read : 1996 MB ==> 0.39% Read : 2000 MB ==> 0.39% Read : 2004 MB ==> 0.39% Read : 2008 MB ==> 0.39% Read : 2012 MB ==> 0.39% Read : 2016 MB ==> 0.39% Read : 2020 MB ==> 0.39% Read : 2024 MB ==> 0.39% Read : 2028 MB ==> 0.39% Read : 2032 MB ==> 0.39% Read : 2036 MB ==> 0.39% Read : 2040 MB ==> 0.39% Read : 2044 MB ==> 0.39% Read : 2048 MB ==> 0.39% Read : 2052 MB ==> 0.39% Read : 2056 MB ==> 0.39% Read : 2060 MB ==> 0.39% Read : 2064 MB ==> 0.39% Read : 2068 MB ==> 0.39% Read : 2072 MB ==> 0.39% Read : 2076 MB ==> 0.39% Read : 2080 MB ==> 0.39% Read : 2084 MB ==> 0.39% Read : 2088 MB ==> 0.39% Read : 2092 MB ==> 0.39% Read : 2096 MB ==> 0.39% Read : 2100 MB ==> 0.39% Read : 2104 MB ==> 0.39% Read : 2108 MB ==> 0.39% Read : 2112 MB ==> 0.39% Read : 2116 MB ==> 0.39% Read : 2120 MB ==> 0.39% Read : 2124 MB ==> 0.39% Read : 2128 MB ==> 0.39% Read : 2132 MB ==> 0.39% Read : 2136 MB ==> 0.39% Read : 2140 MB ==> 0.39% Read : 2144 MB ==> 0.39% Read : 2148 MB ==> 0.39% Read : 2152 MB ==> 0.39% Read : 2156 MB ==> 0.39% Read : 2160 MB ==> 0.39% Read : 2164 MB ==> 0.39% Read : 2168 MB ==> 0.39% Read : 2172 MB ==> 0.39% Read : 2176 MB ==> 0.39% Read : 2180 MB ==> 0.39% Read : 2184 MB ==> 0.39% Read : 2188 MB ==> 0.39% Read : 2192 MB ==> 0.39% Read : 2196 MB ==> 0.39% Read : 2200 MB ==> 0.39% Read : 2204 MB ==> 0.39% Read : 2208 MB ==> 0.39% Read : 2212 MB ==> 0.39% Read : 2216 MB ==> 0.39% Read : 2220 MB ==> 0.39% Read : 2224 MB ==> 0.39% Read : 2228 MB ==> 0.39% Read : 2232 MB ==> 0.39% Read : 2236 MB ==> 0.39% Read : 2240 MB ==> 0.39% Read : 2244 MB ==> 0.39% Read : 2248 MB ==> 0.39% Read : 2252 MB ==> 0.39% Read : 2256 MB ==> 0.39% Read : 2260 MB ==> 0.39% Read : 2264 MB ==> 0.39% Read : 2268 MB ==> 0.39% Read : 2272 MB ==> 0.39% Read : 2276 MB ==> 0.39% Read : 2280 MB ==> 0.39% Read : 2284 MB ==> 0.39% Read : 2288 MB ==> 0.39% Read : 2292 MB ==> 0.39% Read : 2296 MB ==> 0.39% Read : 2300 MB ==> 0.39% Read : 2304 MB ==> 0.39% Read : 2308 MB ==> 0.39% Read : 2312 MB ==> 0.39% Read : 2316 MB ==> 0.39% Read : 2320 MB ==> 0.39% Read : 2324 MB ==> 0.39% Read : 2328 MB ==> 0.39% Read : 2332 MB ==> 0.39% Read : 2336 MB ==> 0.39% Read : 2340 MB ==> 0.39% Read : 2344 MB ==> 0.39% Read : 2348 MB ==> 0.39% Read : 2352 MB ==> 0.39% Read : 2356 MB ==> 0.39% Read : 2360 MB ==> 0.39% Read : 2364 MB ==> 0.39% Read : 2368 MB ==> 0.39% Read : 2372 MB ==> 0.39% Read : 2376 MB ==> 0.39% Read : 2380 MB ==> 0.39% Read : 2384 MB ==> 0.39% Read : 2388 MB ==> 0.39% Read : 2392 MB ==> 0.39% Read : 2396 MB ==> 0.39% Read : 2400 MB ==> 0.39% Read : 2404 MB ==> 0.39% Read : 2408 MB ==> 0.39% Read : 2412 MB ==> 0.39% Read : 2416 MB ==> 0.39% Read : 2420 MB ==> 0.39% Read : 2424 MB ==> 0.39% Read : 2428 MB ==> 0.39% Read : 2432 MB ==> 0.39% Read : 2436 MB ==> 0.39% Read : 2440 MB ==> 0.39% Read : 2444 MB ==> 0.39% Read : 2448 MB ==> 0.39% Read : 2452 MB ==> 0.39% Read : 2456 MB ==> 0.39% Read : 2460 MB ==> 0.39% Read : 2464 MB ==> 0.39% Read : 2468 MB ==> 0.39% Read : 2472 MB ==> 0.39% Read : 2476 MB ==> 0.39% Read : 2480 MB ==> 0.39% Read : 2484 MB ==> 0.39% Read : 2488 MB ==> 0.39% Read : 2492 MB ==> 0.39% Read : 2496 MB ==> 0.39% Read : 2500 MB ==> 0.39% Read : 2504 MB ==> 0.39% Read : 2508 MB ==> 0.39% Read : 2512 MB ==> 0.39% Read : 2516 MB ==> 0.39% Read : 2520 MB ==> 0.39% Read : 2524 MB ==> 0.39% Read : 2528 MB ==> 0.39% Read : 2532 MB ==> 0.39% Read : 2536 MB ==> 0.39% Read : 2540 MB ==> 0.39% Read : 2544 MB ==> 0.39% Read : 2548 MB ==> 0.39% Read : 2552 MB ==> 0.39% Read : 2556 MB ==> 0.39% Read : 2560 MB ==> 0.39% Read : 2564 MB ==> 0.39% Read : 2568 MB ==> 0.39% Read : 2572 MB ==> 0.39% Read : 2576 MB ==> 0.39% Read : 2580 MB ==> 0.39% Read : 2584 MB ==> 0.39% Read : 2588 MB ==> 0.39% Read : 2592 MB ==> 0.39% Read : 2596 MB ==> 0.39% Read : 2600 MB ==> 0.39% Read : 2604 MB ==> 0.39% Read : 2608 MB ==> 0.39% Read : 2612 MB ==> 0.39% Read : 2616 MB ==> 0.39% Read : 2620 MB ==> 0.39% Read : 2624 MB ==> 0.39% Read : 2628 MB ==> 0.39% Read : 2632 MB ==> 0.39% Read : 2636 MB ==> 0.39% Read : 2640 MB ==> 0.39% Read : 2644 MB ==> 0.39% Read : 2648 MB ==> 0.39% Read : 2652 MB ==> 0.39% Read : 2656 MB ==> 0.39% Read : 2660 MB ==> 0.39% Read : 2664 MB ==> 0.39% Read : 2668 MB ==> 0.39% Read : 2672 MB ==> 0.39% Read : 2676 MB ==> 0.39% Read : 2680 MB ==> 0.39% Read : 2684 MB ==> 0.39% Read : 2688 MB ==> 0.39% Read : 2692 MB ==> 0.39% Read : 2696 MB ==> 0.39% Read : 2700 MB ==> 0.39% Read : 2704 MB ==> 0.39% Read : 2708 MB ==> 0.39% Read : 2712 MB ==> 0.39% Read : 2716 MB ==> 0.39% Read : 2720 MB ==> 0.39% Read : 2724 MB ==> 0.39% Read : 2728 MB ==> 0.39% Read : 2732 MB ==> 0.39% Read : 2736 MB ==> 0.39% Read : 2740 MB ==> 0.39% Read : 2744 MB ==> 0.39% Read : 2748 MB ==> 0.39% Read : 2752 MB ==> 0.39% Read : 2756 MB ==> 0.39% Read : 2760 MB ==> 0.39% Read : 2764 MB ==> 0.39% Read : 2768 MB ==> 0.39% Read : 2772 MB ==> 0.39% Read : 2776 MB ==> 0.39% Read : 2780 MB ==> 0.39% Read : 2784 MB ==> 0.39% Read : 2788 MB ==> 0.39% Read : 2792 MB ==> 0.39% Read : 2796 MB ==> 0.39% Read : 2800 MB ==> 0.39% Read : 2804 MB ==> 0.39% Read : 2808 MB ==> 0.39% Read : 2812 MB ==> 0.39% Read : 2816 MB ==> 0.39% Read : 2820 MB ==> 0.39% Read : 2824 MB ==> 0.39% Read : 2828 MB ==> 0.39% Read : 2832 MB ==> 0.39% Read : 2836 MB ==> 0.39% Read : 2840 MB ==> 0.39% Read : 2844 MB ==> 0.39% Read : 2848 MB ==> 0.39% Read : 2852 MB ==> 0.39% Read : 2856 MB ==> 0.39% Read : 2860 MB ==> 0.39% Read : 2864 MB ==> 0.39% Read : 2868 MB ==> 0.39% Read : 2872 MB ==> 0.39% Read : 2876 MB ==> 0.39% Read : 2880 MB ==> 0.39% Read : 2884 MB ==> 0.39% Read : 2888 MB ==> 0.39% Read : 2892 MB ==> 0.39% Read : 2896 MB ==> 0.39% Read : 2900 MB ==> 0.39% Read : 2904 MB ==> 0.39% Read : 2908 MB ==> 0.39% Read : 2912 MB ==> 0.39% Read : 2916 MB ==> 0.39% Read : 2920 MB ==> 0.39% Read : 2924 MB ==> 0.39% Read : 2928 MB ==> 0.39% Read : 2932 MB ==> 0.39% Read : 2936 MB ==> 0.39% Read : 2940 MB ==> 0.39% Read : 2944 MB ==> 0.39% Read : 2948 MB ==> 0.39% Read : 2952 MB ==> 0.39% Read : 2956 MB ==> 0.39% Read : 2960 MB ==> 0.39% Read : 2964 MB ==> 0.39% Read : 2968 MB ==> 0.39% Read : 2972 MB ==> 0.39% Read : 2976 MB ==> 0.39% Read : 2980 MB ==> 0.39% Read : 2984 MB ==> 0.39% Read : 2988 MB ==> 0.39% Read : 2992 MB ==> 0.39% Read : 2996 MB ==> 0.39% Read : 3000 MB ==> 0.39% Read : 3004 MB ==> 0.39% Read : 3008 MB ==> 0.39% Read : 3012 MB ==> 0.39% Read : 3016 MB ==> 0.39% Read : 3020 MB ==> 0.39% Read : 3024 MB ==> 0.39% Read : 3028 MB ==> 0.39% Read : 3032 MB ==> 0.39% Read : 3036 MB ==> 0.39% Read : 3040 MB ==> 0.39% Read : 3044 MB ==> 0.39% Read : 3048 MB ==> 0.39% Read : 3052 MB ==> 0.39% Read : 3056 MB ==> 0.39% Read : 3060 MB ==> 0.39% Read : 3064 MB ==> 0.39% Read : 3068 MB ==> 0.39% Read : 3072 MB ==> 0.39% Compressed 3221225472 bytes into 12676935 bytes ==> 0.39% Completed in 2.10 sec stdin : decoded 3221225472 bytes 36916 -rw-r--r-- 1 builder builder 3221225472 Apr 21 09:51 tmp *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** stdin : decoded 3221225472 bytes 36916 -rw-r--r-- 1 builder builder 3221225472 Apr 21 09:51 tmp2 diff -s tmp tmp2 Files tmp and tmp2 are identical rm -f tmp* \n ---- test huge files compression/decompression ---- ./datagen -g6GB | ../programs/lz4 -vB5D | ../programs/lz4 -qt using blocks of size 256 KB *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** Compressed 6442450944 bytes into 3815070239 bytes ==> 59.22% ./datagen -g6GB | ../programs/lz4 -v5BD | ../programs/lz4 -qt *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** Compressed 6442450944 bytes into 2896446078 bytes ==> 44.96% rm -f tmp* : SKIP: make -C ../programs clean lz4c CFLAGS="--EPERM -g -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 " \n ---- test lz4c version ---- ./datagen -g256MB | ../programs/lz4c -l -v | ../programs/lz4c -t *** LZ4 command line interface 32-bits v1.7.5, by Yann Collet *** ! Generating compressed LZ4 using Legacy format (deprecated) ! Compressed 268435456 bytes into 159139831 bytes ==> 59.28% stdin : decoded 268435456 bytes ./fasttest ./frametest -T3mn Starting lz4frame tester (32-bits, 1.7.5) Seed = 5732 Basic tests completed 52 83 149 175 215 259 308 406 455 514 556 607 622 648 735 838 944 1014 1122 1166 1211 1237 1280 1401 1480 1544 1583 1659 1692 1739 1822 1856 1924 1993 2097 2149 2202 2255 2317 2392 2430 2477 2515 2540 2667 2731 2794 2855 3012 3060 3133 3240 3419 3514 3581 3640 3664 3727 3805 3849 3914 3935 3965 4049 4110 4159 4219 4295 4323 4351 4438 4491 4544 4626 4712 4748 4793 4856 4904 4974 5060 5129 5166 5246 5318 5353 5405 5493 5530 5585 5666 5750 5893 5975 6121 6148 6208 6233 6296 6300 6366 6412 6486 6583 6620 6678 6766 6849 6887 6936 7027 7075 7115 7158 7179 7242 7324 7354 7381 7414 7457 7465 7609 7656 7669 7755 7814 7884 7945 8003 8058 8076 8180 8275 8297 8348 8418 8464 8503 8554 8595 8716 8801 8878 8926 9000 9080 9141 9228 9299 9400 9442 9527 9552 9647 9747 9798 9837 9904 9983 9998 10011 10059 10106 10149 10215 10297 10335 10541 10575 10631 10685 10739 10807 10832 10873 10935 11001 11130 11153 11217 11310 11338 11436 11522 11569 11624 11718 11844 11865 11896 11963 12062 12105 12161 12190 12275 12289 12380 12435 12551 12612 12622 12713 12768 12821 12847 12919 13019 13063 13092 13176 13194 13288 13322 13418 13442 13532 13595 13706 13811 13931 13948 14032 14091 14212 14290 14391 14455 14545 14669 14702 14731 14767 14836 14879 14927 15027 15105 15147 15248 15310 15369 15452 15535 15619 15693 15748 15828 15864 15912 15984 16052 16077 16140 16168 16261 16335 16390 16432 16506 16594 16673 16724 16769 16816 16987 17044 17114 17275 17337 17358 17419 17461 17537 17575 17650 17670 17739 17800 17828 17888 17965 18088 18153 18269 18320 18351 18423 18497 18524 18554 18614 18658 18729 18789 18883 18945 19013 19071 19148 19183 19300 19408 19433 19462 19490 19503 19530 19661 19708 19740 19787 19861 19928 20004 20138 20177 20232 20260 20293 20345 20450 20535 20614 20699 20707 20741 20779 20881 20998 21058 21122 21189 21265 21337 21483 21561 21664 21706 21764 21856 21935 21984 22004 22069 22093 22146 22185 22246 22272 22323 22375 22460 22537 22608 22665 22720 22792 22869 22954 23025 23121 23158 23195 23228 23288 23367 23398 23451 23502 23553 23674 23703 23757 23835 23867 23883 24002 24085 24182 24205 24285 24360 24449 24510 24595 24649 24776 24903 24954 24987 25058 25091 25115 25147 25271 25310 25390 25436 25495 25560 25568 25588 25633 25681 25758 25820 25911 25971 25980 26011 26071 26110 26160 26229 26290 26336 26400 26456 26490 26569 26632 26696 26800 26823 26880 26939 27005 27097 27127 27171 27276 27363 27392 27427 27510 27590 27614 27677 27705 27775 27819 27866 27960 28063 28092 28156 28262 28334 28411 28465 28527 28610 28678 28732 28777 28829 28894 28963 29008 29071 29096 29146 29191 29210 29248 29269 29348 29406 29457 29537 29653 29740 29785 29822 29904 29915 29975 30022 30081 30125 30213 30285 30320 30401 30456 30528 30585 30682 30779 30844 30946 30993 31054 31174 31210 31332 31430 31452 31495 31592 31649 31674 31760 31792 31874 31982 32039 32078 32116 32183 32262 32363 32422 32503 32635 32682 32792 32856 32983 33031 33047 33072 33131 33148 33185 33256 33363 33472 33512 33601 33674 33720 33765 33791 33812 33887 33932 33994 34082 34173 34224 34331 34350 34391 34426 34465 34519 34619 34691 34766 34856 34948 35037 35089 35198 35258 35318 35325 35379 35428 35475 35601 35667 35725 35762 35854 35896 35977 36003 36093 36132 36157 36238 36277 36309 36333 36408 36457 36518 36607 36688 36727 36751 36808 36895 36952 37026 37122 37151 37216 37335 37391 37476 37514 37597 37647 37702 37778 37828 37924 37971 38044 38215 38268 38337 38406 38427 38454 38515 38637 38662 38707 38804 38839 38920 38955 38989 39020 39093 39147 39210 39254 39262 39339 39423 39498 39567 39583 39715 39825 39881 39941 39978 40060 40115 40239 40274 40290 40293 40318 40412 40512 40579 40610 40711 40743 40851 40889 40933 40966 41089 41169 41220 41236 41293 41418 41449 41532 41565 41609 41634 41667 41755 41784 41839 41895 41946 41978 42032 42075 42136 42236 42279 42323 42387 42485 42566 42645 42703 42733 42816 42849 42905 42976 43041 43094 43127 43161 43221 43254 43286 43326 43345 43382 43412 43527 43591 43655 43685 43739 43803 43839 43895 43937 43985 44030 44053 44151 44184 44281 44342 44433 44520 44564 44618 44687 44724 44819 44829 44925 44999 45066 45183 45223 45260 45324 45398 45452 45548 45612 45638 45690 45712 45757 45770 45893 45934 45995 46035 46064 46147 46280 46311 46429 46533 46582 46602 46649 46694 46733 46864 46933 47002 47082 47140 47251 47295 47404 47439 47498 47556 47635 47672 47744 47839 47874 47911 47972 48054 48151 48173 48247 48285 48347 48400 48434 48451 48548 48601 48616 48683 48728 48765 48895 48961 48967 49024 49090 49159 49216 49277 49332 49372 49495 49524 49586 49609 49691 49804 49886 49938 50024 50118 50152 50157 50217 50247 50283 50348 50393 50448 50522 50627 50710 50730 50788 50839 50923 50977 51016 51107 51175 51195 51258 51353 51418 51486 51521 51542 51607 51645 51735 51785 51810 51939 51998 52028 52093 52179 52266 52328 52399 52456 52551 52610 52645 52701 52752 52814 52880 52941 53030 53072 53093 53122 53138 53190 53267 53291 53357 53472 53505 53514 53529 53578 53610 53621 53659 53708 53755 53809 53863 53966 53977 54020 54099 54134 54168 54212 54253 54326 54345 54375 54389 54465 54534 54610 54671 54703 54790 54853 54869 54950 55003 55115 55201 55309 55352 55410 55448 55537 55597 55737 55768 55783 55842 55876 55902 55944 56003 56074 56089 56181 56279 56330 56385 56437 56469 56505 56577 56671 56722 56750 56776 56833 56839 56912 56941 57016 57061 57152 57198 All tests completed ./fullbench --no-prompt -i1 COPYING *** LZ4 speed analyzer v1.7.5 32-bits, by Yann Collet *** - 1 iterations - Loading COPYING... COPYING : Compression functions : 1-LZ4_compress_default : 18092 -> 10582 (58.49%), 283.3 MB/s 2-LZ4_compress_default(small d : 18092 -> 10582 (58.49%), 299.7 MB/s 3-LZ4_compress_fast(0) : 18092 -> 10582 (58.49%), 284.9 MB/s 4-LZ4_compress_fast(1) : 18092 -> 10582 (58.49%), 285.6 MB/s 5-LZ4_compress_fast(2) : 18092 -> 10951 (60.53%), 311.5 MB/s 6-LZ4_compress_fast(17) : 18092 -> 15583 (86.13%), 915.4 MB/s 7-LZ4_compress_fast_extState(0 : 18092 -> 10582 (58.49%), 288.4 MB/s 8-LZ4_compress_fast_continue(0 : 18092 -> 10651 (58.87%), 297.1 MB/s 10-LZ4_compress_HC : 18092 -> 9050 (50.02%), 40.7 MB/s 12-LZ4_compress_HC_extStateHC : 18092 -> 9050 (50.02%), 41.3 MB/s 14-LZ4_compress_HC_continue : 18092 -> 9050 (50.02%), 41.8 MB/s 20-LZ4_compress_forceDict : 18092 -> 10651 (58.87%), 313.0 MB/s 30-LZ4F_compressFrame : 18092 -> 10597 (58.57%), 298.4 MB/s 40-LZ4_saveDict : 18092 -> 18092 (100.0%),560688.5 MB/s 41-LZ4_saveDictHC : 18092 -> 18092 (100.0%),555999.4 MB/s Decompression functions : 1-LZ4_decompress_fast : 18092 -> 1138.8 MB/s 3-LZ4_decompress_fast_usingDict : 18092 -> 1029.7 MB/s 4-LZ4_decompress_safe : 18092 -> 1461.3 MB/s 6-LZ4_decompress_safe_usingDict : 18092 -> 1450.0 MB/s 7-LZ4_decompress_safe_partial : 18092 -> 1447.6 MB/s 8-LZ4_decompress_safe_forceExtD : 18092 -> 1354.2 MB/s 9-LZ4F_decompress : 18092 -> 1280.7 MB/s ./fuzzer -T3mn Starting LZ4 fuzzer (32-bits, v1.7.5) Seed = 4797 Overflow tests : 2 high address detected : 3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 all overflows correctly detected All unit tests completed successfully compressionLevel=9 Overflow tests : 2 high address detected : 3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 all overflows correctly detected All unit tests completed successfully compressionLevel=11 0 13 31 51 66 80 87 110 128 138 149 156 173 192 209 230 250 266 280 296 310 320 324 342 356 378 381 401 406 416 423 431 439 446 465 478 496 507 513 533 560 567 569 577 579 583 606 622 630 654 671 681 697 703 707 726 747 754 764 770 784 804 824 830 844 858 866 890 893 900 917 929 937 946 967 987 1005 1027 1044 1064 1071 1080 1081 1095 1117 1133 1152 1173 1189 1191 1195 1200 1222 1233 1240 1245 1253 1265 1283 1288 1308 1309 1324 1330 1346 1369 1388 1405 1414 1426 1439 1449 1455 1466 1481 1494 1495 1512 1528 1548 1554 1574 1583 1605 1620 1636 1641 1647 1654 1667 1676 1701 1708 1729 1741 1757 1773 1791 1792 1799 1808 1813 1817 1824 1848 1850 1870 1889 1910 1930 1941 1943 1949 1971 1976 1988 1994 2008 2013 2020 2023 2028 2047 2053 2066 2083 2101 2113 2128 2143 2155 2167 2177 2188 2197 2219 2238 2261 2279 2295 2315 2316 2323 2341 2349 2371 2385 2405 2413 2422 2427 2439 2453 2457 2481 2495 2520 2539 2549 2564 2587 2607 2610 2627 2635 2647 2658 2663 2665 2672 2682 2694 2703 2726 2738 2751 2769 2776 2791 2804 2819 2822 2826 2841 2860 2867 2873 2882 2906 2924 2925 2952 2974 2977 2994 3009 3014 3020 3037 3059 3076 3088 3090 3098 3104 3120 3141 3158 3179 3196 3203 3227 3242 3247 3256 3262 3278 3284 3307 3311 3330 3351 3359 3364 3376 3378 3386 3401 3408 3414 3424 3445 3464 3468 3490 3504 3526 3540 3561 3566 3578 3598 3616 3632 3647 3662 3685 3703 3722 3735 3753 3773 3778 3779 3797 3808 3830 3846 3857 3876 3885 3896 3911 3922 3932 3933 3953 3974 3987 4000 4003 4011 4024 4042 4061 4071 4076 4077 4094 4114 4115 4130 4151 4173 4192 4210 4219 4242 4261 4272 4294 4313 4338 4341 4355 4356 4375 4392 4407 4419 4420 4429 4437 4456 4463 4472 4473 4476 4482 4489 4492 4501 4514 4518 4530 4550 4566 4585 4593 4617 4622 4623 4639 4651 4657 4667 4690 4706 4728 4747 4761 4781 4785 4805 4827 4837 4841 4852 4863 4877 4889 4890 4892 4896 4898 4909 4923 4931 4943 4948 4962 4971 4973 4987 4997 5014 5026 5035 5056 5061 5064 5073 5075 5082 5090 5093 5102 5117 5132 5139 5141 5147 5150 5155 5168 5182 5189 5197 5201 5213 5220 5231 5239 5240 5242 5248 5255 5260 5269 5276 5281 5284 5289 5297 5303 5310 5316 5325 5335 5336 5345 5357 5364 5365 5374 5375 5386 5391 5403 5409 5420 5432 5438 5443 5459 5464 5473 5494 5510 5523 5541 5548 5550 5559 5577 5597 5613 5618 5628 5638 5662 5668 5677 5683 5707 5714 5733 5741 5761 5774 5782 5797 5823 5841 5859 5877 5904 5922 5938 5960 5969 5989 6009 6019 6038 6048 6059 6069 6074 6076 6088 6101 6108 6121 6129 6151 6155 6161 6169 6184 6193 6202 6213 6231 6245 6263 6279 6294 6305 6306 6308 6312 6323 6333 6341 6353 6360 6379 6392 6404 6412 6424 6436 6446 6462 6475 6479 6494 6503 6511 6517 6523 6539 6547 6552 6554 6561 6568 6581 6595 6607 6616 6628 6646 6658 6667 6677 6694 6706 6719 6730 6749 6754 6756 6761 6771 6775 6783 6794 6801 6810 6817 6826 6832 6838 6842 6855 6867 6874 6886 6895 6909 6915 6923 6932 6939 6942 6951 6955 6962 6967 6982 6990 7001 7015 7026 7033 7039 7046 7053 7066 7083 7098 7107 7112 7113 7117 7124 7128 7138 7146 7155 7165 7169 7180 7190 7195 7205 7216 7228 7236 7248 7257 7260 7277 7282 7293 7295 7300 7305 7309 7321 7329 7341 7344 7348 7354 7358 7365 7370 7371 / 7371 - all tests completed successfully compression ratio: 54.633% HC compression ratio: 51.536% ratio with dict: 44.685% make: Leaving directory `/usr/src/RPM/BUILD/lz4-1.7.5-alt1/tests' + exit 0 Processing files: lz4-1.7.5-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.35032 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lz4-1.7.5-alt1 + DOCDIR=/usr/src/tmp/lz4-buildroot/usr/share/doc/lz4-1.7.5 + export DOCDIR + rm -rf /usr/src/tmp/lz4-buildroot/usr/share/doc/lz4-1.7.5 + /bin/mkdir -p /usr/src/tmp/lz4-buildroot/usr/share/doc/lz4-1.7.5 + cp -prL LICENSE NEWS README.md /usr/src/tmp/lz4-buildroot/usr/share/doc/lz4-1.7.5 + chmod -R go-w /usr/src/tmp/lz4-buildroot/usr/share/doc/lz4-1.7.5 + chmod -R a+rX /usr/src/tmp/lz4-buildroot/usr/share/doc/lz4-1.7.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qZ444e find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LGaAgJ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: liblz4 = 1:1.7.5-alt1, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QEOmtm Creating lz4-debuginfo package Processing files: liblz4-1.7.5-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.96032 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lz4-1.7.5-alt1 + DOCDIR=/usr/src/tmp/lz4-buildroot/usr/share/doc/liblz4-1.7.5 + export DOCDIR + rm -rf /usr/src/tmp/lz4-buildroot/usr/share/doc/liblz4-1.7.5 + /bin/mkdir -p /usr/src/tmp/lz4-buildroot/usr/share/doc/liblz4-1.7.5 + cp -prL lib/LICENSE /usr/src/tmp/lz4-buildroot/usr/share/doc/liblz4-1.7.5 + chmod -R go-w /usr/src/tmp/lz4-buildroot/usr/share/doc/liblz4-1.7.5 + chmod -R a+rX /usr/src/tmp/lz4-buildroot/usr/share/doc/liblz4-1.7.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SWEBsp find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/lz4-buildroot/lib/liblz4.so.1: 78 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jjDitv find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: liblz4.so.1 = set:kdwJNni7spxX6MMKZzDCFGobcRRBR2qJK759Af8VRAc7pp0SgSvsiLihMW1acRgjOHNzPqQPpQMfKoPdjoe4pZjqFEZJbvLli938CNrI6iWd2g2Z5OMh9OgSfpFkU4o0LcT0gCTYg2LSSBO2AqSGKhqk4rn1NTlAJ2 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0gclty Creating liblz4-debuginfo package Processing files: liblz4-devel-1.7.5-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Uuh3jK find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Dsf0y4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: pkgconfig(liblz4) = 1.7.5 Requires: liblz4 = 1:1.7.5-alt1, /lib/liblz4.so.1.7.5, /usr/lib/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JvxtWx Processing files: lz4-debuginfo-1.7.5-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iRzzw7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4swzqR find-requires: running scripts (debuginfo) Requires: lz4 = 1:1.7.5-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Processing files: liblz4-debuginfo-1.7.5-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nrWoAL find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fN4DWQ find-requires: running scripts (debuginfo) Provides: debug(liblz4.so.1) Requires: liblz4 = 1:1.7.5-alt1, debug(libc.so.6) Adding to lz4-debuginfo a strict dependency on liblz4-debuginfo Removing from lz4-debuginfo 10 sources provided by liblz4-debuginfo also prunning dir /usr/src/debug/lz4-1.7.5-alt1/lib Removing 1 extra deps from liblz4-devel due to dependency on liblz4 Removing 2 extra deps from lz4 due to repentancy on liblz4 Removing 1 extra deps from lz4-debuginfo due to repentancy on liblz4-debuginfo Wrote: /usr/src/RPM/RPMS/i586/lz4-1.7.5-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/liblz4-1.7.5-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/liblz4-devel-1.7.5-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/lz4-debuginfo-1.7.5-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/liblz4-debuginfo-1.7.5-alt1.i586.rpm 647.64user 25.32system 15:45.18elapsed 71%CPU (0avgtext+0avgdata 1103380maxresident)k 0inputs+0outputs (0major+6684762minor)pagefaults 0swaps 649.30user 27.40system 15:51.19elapsed 71%CPU (0avgtext+0avgdata 1103380maxresident)k 0inputs+0outputs (0major+6866325minor)pagefaults 0swaps