>>> lz4: Building main/lz4 1.9.3-r1 (using abuild 3.9.0-r0) started Wed, 08 Dec 2021 11:45:32 +0000 >>> lz4: Checking sanity of /home/buildozer/aports/main/lz4/APKBUILD... >>> lz4: Analyzing dependencies... >>> lz4: Installing for build: build-base diffutils (1/2) Installing diffutils (3.8-r0) (2/2) Installing .makedepends-lz4 (20211208.114532) Executing busybox-1.34.1-r3.trigger OK: 341 MiB in 101 packages >>> lz4: Cleaning up srcdir >>> lz4: Cleaning up pkgdir >>> lz4: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/lz4-1.9.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> lz4: Fetching lz4-1.9.3.tar.gz::https://github.com/lz4/lz4/archive/v1.9.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 115 100 115 0 0 1896 0 --:--:-- --:--:-- --:--:-- 1916 26 313k 26 84096 0 0 284k 0 0:00:01 --:--:-- 0:00:01 284k 100 313k 100 313k 0 0 1009k 0 --:--:-- --:--:-- --:--:-- 10.7M >>> lz4: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/lz4-1.9.3.tar.gz >>> lz4: Checking sha512sums... lz4-1.9.3.tar.gz: OK CVE-2021-3520.patch: OK >>> lz4: Unpacking /var/cache/distfiles/v3.15/lz4-1.9.3.tar.gz... >>> lz4: CVE-2021-3520.patch patching file lib/lz4.c make[1]: Entering directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/lib' compiling static library compiling dynamic library 1.9.3 creating versioned links make[1]: Leaving directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/lib' make[1]: Entering directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/programs' gcc -O3 -Os -fomit-frame-pointer -I../lib -DXXH_NAMESPACE=LZ4_ -c -o bench.o bench.c gcc -O3 -Os -fomit-frame-pointer -I../lib -DXXH_NAMESPACE=LZ4_ -c -o datagen.o datagen.c gcc -O3 -Os -fomit-frame-pointer -I../lib -DXXH_NAMESPACE=LZ4_ -c -o lz4cli.o lz4cli.c gcc -O3 -Os -fomit-frame-pointer -I../lib -DXXH_NAMESPACE=LZ4_ -c -o lz4io.o lz4io.c gcc -O3 -Os -fomit-frame-pointer -I../lib -DXXH_NAMESPACE=LZ4_ ../lib/lz4.o ../lib/lz4frame.o ../lib/lz4hc.o ../lib/xxhash.o bench.o datagen.o lz4cli.o lz4io.o -o lz4 make[1]: Leaving directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/programs' make -C tests test-lz4-essentials make[1]: Entering directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/tests' make -C ../programs lz4 CFLAGS="-O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -g -DLZ4_DEBUG=1 " make[2]: Entering directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/programs' make[2]: 'lz4' is up to date. make[2]: Leaving directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/programs' gcc -O3 -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -g -DLZ4_DEBUG=1 -Os -fomit-frame-pointer -I../lib -I../programs -DXXH_NAMESPACE=LZ4_ -I../programs ../programs/datagen.c datagencli.c -o datagen ln -sf ../programs/lz4 ../programs/unlz4 ln -sf ../programs/lz4 ../programs/lz4cat \n ---- test lz4 basic compression/decompression ---- ./datagen -g0 | ../programs/lz4 -v | ../programs/lz4 -t *** LZ4 command line interface 64-bits v1.9.3, 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 > tmp-tlb-dg20k ../programs/lz4 < tmp-tlb-dg20k | ../programs/lz4 -d > tmp-tlb-dec diff -q tmp-tlb-dg20k tmp-tlb-dec ../programs/lz4 --no-frame-crc < tmp-tlb-dg20k | ../programs/lz4 -d > tmp-tlb-dec diff -q tmp-tlb-dg20k tmp-tlb-dec ./datagen | ../programs/lz4 -BI | ../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 64-bits v1.9.3, by Yann Collet *** Read : 8 MB ==> 45.55% Read : 16 MB ==> 45.33% Compressed 17825792 bytes into 8086251 bytes ==> 45.36% ./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 Decompressed : 93 MB Decompressed : 186 MB stdin : decoded 268435456 bytes ../programs/lz4 --rm -f tmp-tlb-hw tmp-tlb-hw.lz4 Compressed 12 bytes into 31 bytes ==> 258.33% test ! -f tmp-tlb-hw # must fail (--rm) test -f tmp-tlb-hw.lz4 ../programs/lz4cat tmp-tlb-hw.lz4 # must display hello world hello world test -f tmp-tlb-hw.lz4 ../programs/unlz4 --rm tmp-tlb-hw.lz4 tmp-tlb-hw tmp-tlb-hw.lz4 : decoded 12 bytes test -f tmp-tlb-hw test ! -f tmp-tlb-hw.lz4 # must fail (--rm) test ! -f tmp-tlb-hw.lz4.lz4 # must fail (unlz4) ../programs/lz4cat tmp-tlb-hw # pass-through mode hello world test -f tmp-tlb-hw test ! -f tmp-tlb-hw.lz4 # must fail (lz4cat) ../programs/lz4 tmp-tlb-hw tmp-tlb-hw.lz4 # creates tmp-tlb-hw.lz4 Compressed 12 bytes into 31 bytes ==> 258.33% ../programs/lz4cat < tmp-tlb-hw.lz4 > tmp-tlb3 # checks lz4cat works with stdin (#285) diff -q tmp-tlb-hw tmp-tlb3 ../programs/lz4cat < tmp-tlb-hw > tmp-tlb2 # checks lz4cat works in pass-through mode diff -q tmp-tlb-hw tmp-tlb2 cp tmp-tlb-hw ./-d ../programs/lz4 --rm -- -d -d.lz4 # compresses ./d into ./-d.lz4 Compressed 12 bytes into 31 bytes ==> 258.33% test -f ./-d.lz4 test ! -f ./-d mv ./-d.lz4 ./-z ../programs/lz4 -d --rm -- -z tmp-tlb4 # uncompresses ./-z into tmp-tlb4 -z : decoded 12 bytes test ! -f ./-z diff -q tmp-tlb-hw tmp-tlb4 ../programs/lz4 -f tmp-tlb-hw Warning : using stdout as default output. Do not rely on this behavior: use explicit `-c` instead ! "Md@§ €hello world °¨R¤../programs/lz4 --list tmp-tlb-hw.lz4 # test --list on valid single-frame file Frames Type Block Compressed Uncompressed Ratio Filename 1 LZ4Frame B4I 31.00 - - tmp-tlb-hw.lz4 cat tmp-tlb-hw >> tmp-tlb-hw.lz4 ../programs/lz4 -f tmp-tlb-hw.lz4 # uncompress valid frame followed by invalid data Warning : using stdout as default output. Do not rely on this behavior: use explicit `-c` instead ! hello world ../programs/lz4 -BX tmp-tlb-hw -c -q | ../programs/lz4 -tv # test block checksum *** LZ4 command line interface 64-bits v1.9.3, by Yann Collet *** stdin : decoded 12 bytes # ./datagen -g20KB generates the same file every single time # cannot save output of ./datagen -g20KB as input file to lz4 because the following shell commands are run before ./datagen -g20KB test "12737" -lt "13979" # -1 vs -9 test "12461" -lt "12737" # 1 vs -1 test "12737" -eq "12737" # checks default fast compression is -1 ! ../programs/lz4 -c --fast=0 tmp-tlb-dg20K # lz4 should fail when fast=0 Incorrect parameters Usage : lz4 [arg] [input] [output] input : a filename with no FILE, or when FILE is - or stdin, read standard input Arguments : -1 : Fast compression (default) -9 : High compression -d : decompression (default for .lz4 extension) -z : force compression -D FILE: use FILE as dictionary -f : overwrite output without prompting -k : preserve source files(s) (default) --rm : remove source file(s) after successful de/compression -h/-H : display help/long help and exit ! ../programs/lz4 -c --fast=-1 tmp-tlb-dg20K # lz4 should fail when fast=-1 Incorrect parameters Usage : lz4 [arg] [input] [output] input : a filename with no FILE, or when FILE is - or stdin, read standard input Arguments : -1 : Fast compression (default) -9 : High compression -d : decompression (default for .lz4 extension) -z : force compression -D FILE: use FILE as dictionary -f : overwrite output without prompting -k : preserve source files(s) (default) --rm : remove source file(s) after successful de/compression -h/-H : display help/long help and exit # High --fast values can result in out-of-bound dereferences #876 ./datagen -g1M | ../programs/lz4 -c --fast=999999999 > /dev/null # Test for #596 ../programs/lz4 -m tmp-tlb-test ../programs/lz4 tmp-tlb-test.lz4 tmp-tlb-test2 tmp-tlb-test.lz4 : decoded 5 bytes diff -q tmp-tlb-test tmp-tlb-test2 \n ---- test multiple files ---- # compress multiple files : one .lz4 per source file ../programs/lz4 -f -m tmp-tlm* test -f tmp-tlm1.lz4 test -f tmp-tlm2.lz4 test -f tmp-tlm3.lz4 # decompress multiple files : one output file per .lz4 mv tmp-tlm1 tmp-tlm1-orig mv tmp-tlm2 tmp-tlm2-orig mv tmp-tlm3 tmp-tlm3-orig ../programs/lz4 -d -f -m tmp-tlm*.lz4 cmp tmp-tlm1 tmp-tlm1-orig # must be identical cmp tmp-tlm2 tmp-tlm2-orig cmp tmp-tlm3 tmp-tlm3-orig # compress multiple files into stdout cat tmp-tlm1.lz4 tmp-tlm2.lz4 tmp-tlm3.lz4 > tmp-tlm-concat1 rm -f *.lz4 ../programs/lz4 -m tmp-tlm1 tmp-tlm2 tmp-tlm3 -c > tmp-tlm-concat2 test ! -f tmp-tlm1.lz4 # must not create .lz4 artefact cmp tmp-tlm-concat1 tmp-tlm-concat2 # must be equivalent # decompress multiple files into stdout rm -f tmp-tlm-concat1 tmp-tlm-concat2 ../programs/lz4 -f -m tmp-tlm1 tmp-tlm2 tmp-tlm3 # generate .lz4 to decompress cat tmp-tlm1 tmp-tlm2 tmp-tlm3 > tmp-tlm-concat1 # create concatenated reference rm -f tmp-tlm1 tmp-tlm2 tmp-tlm3 ../programs/lz4 -d -m tmp-tlm1.lz4 tmp-tlm2.lz4 tmp-tlm3.lz4 -c > tmp-tlm-concat2 test ! -f tmp-tlm1 # must not create file artefact cmp tmp-tlm-concat1 tmp-tlm-concat2 # must be equivalent # compress multiple files, one of which is absent (must fail) ! ../programs/lz4 -f -m tmp-tlm-concat1 notHere tmp-tlm-concat2 # must fail : notHere not present notHere: No such file or directory \n ---- test multiple files (Legacy format) ---- # compress multiple files using legacy format: one .lz4 per source file ../programs/lz4 -f -l -m tmp-tlm* test -f tmp-tlm1.lz4 test -f tmp-tlm2.lz4 test -f tmp-tlm3.lz4 # decompress multiple files compressed using legacy format: one output file per .lz4 mv tmp-tlm1 tmp-tlm1-orig mv tmp-tlm2 tmp-tlm2-orig mv tmp-tlm3 tmp-tlm3-orig ../programs/lz4 -d -f -m tmp-tlm*.lz4 ../programs/lz4 -l -d -f -m tmp-tlm*.lz4 # -l mustn't impact -d option cmp tmp-tlm1 tmp-tlm1-orig # must be identical cmp tmp-tlm2 tmp-tlm2-orig cmp tmp-tlm3 tmp-tlm3-orig # compress multiple files into stdout using legacy format cat tmp-tlm1.lz4 tmp-tlm2.lz4 tmp-tlm3.lz4 > tmp-tlm-concat1 rm -f *.lz4 ../programs/lz4 -l -m tmp-tlm1 tmp-tlm2 tmp-tlm3 -c > tmp-tlm-concat2 test ! -f tmp-tlm1.lz4 # must not create .lz4 artefact cmp tmp-tlm-concat1 tmp-tlm-concat2 # must be equivalent # # # decompress multiple files into stdout using legacy format rm -f tmp-tlm-concat1 tmp-tlm-concat2 ../programs/lz4 -l -f -m tmp-tlm1 tmp-tlm2 tmp-tlm3 # generate .lz4 to decompress cat tmp-tlm1 tmp-tlm2 tmp-tlm3 > tmp-tlm-concat1 # create concatenated reference rm -f tmp-tlm1 tmp-tlm2 tmp-tlm3 ../programs/lz4 -d -m tmp-tlm1.lz4 tmp-tlm2.lz4 tmp-tlm3.lz4 -c > tmp-tlm-concat2 ../programs/lz4 -d -l -m tmp-tlm1.lz4 tmp-tlm2.lz4 tmp-tlm3.lz4 -c > tmp-tlm-concat2 # -l mustn't impact option -d test ! -f tmp-tlm1 # must not create file artefact cmp tmp-tlm-concat1 tmp-tlm-concat2 # must be equivalent # # # compress multiple files, one of which is absent (must fail) ! ../programs/lz4 -f -l -m tmp-tlm-concat1 notHere-legacy tmp-tlm-concat2 # must fail : notHere-legacy not present notHere-legacy: No such file or directory Error 20 : notHere-legacy : open file error \n ---- test frame concatenation ---- cat tmp-lfc-nonempty tmp-lfc-empty tmp-lfc-nonempty > tmp-lfc-src ../programs/lz4 -zq tmp-lfc-empty -c > tmp-lfc-empty.lz4 ../programs/lz4 -zq tmp-lfc-nonempty -c > tmp-lfc-nonempty.lz4 cat tmp-lfc-nonempty.lz4 tmp-lfc-empty.lz4 tmp-lfc-nonempty.lz4 > tmp-lfc-concat.lz4 ../programs/lz4 -d tmp-lfc-concat.lz4 -c > tmp-lfc-result cmp tmp-lfc-src tmp-lfc-result frame concatenation test completed \n ---- bench mode ---- ../programs/lz4 -bi0 |-Synthetic 50% : 10000000 -> /-Synthetic 50% : 10000000 -> 5859357 (1.707), 417.4 MB/s =-Synthetic 50% : 10000000 -> 5859357 (1.707), 417.4 MB/s ,4362.6 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 ---- ! ../programs/lz4 -f tmp-tlt2.lz4 > /dev/null Warning : using stdout as default output. Do not rely on this behavior: use explicit `-c` instead ! Error 44 : Unrecognized header : file cannot be decoded ! ./datagen | ../programs/lz4 -dc > /dev/null Error 44 : Unrecognized header : file cannot be decoded ! ./datagen | ../programs/lz4 -df > /dev/null Error 44 : Unrecognized header : file cannot be decoded ./datagen | ../programs/lz4 -dcf > /dev/null ../programs/lz4 -dcf tmp-tlt1 Hello World ! ../programs/lz4 -dcfm tmp-tlt1 tmp-tlt2 Hello World ! from underground... \n ---- non-existing source ---- ! ../programs/lz4 file-does-not-exist file-does-not-exist: is not a regular file ! ../programs/lz4 -f file-does-not-exist file-does-not-exist: is not a regular file ! ../programs/lz4 -t file-does-not-exist file-does-not-exist: is not a regular file ! ../programs/lz4 -fm file1-dne file2-dne file1-dne: is not a regular file \n ---- test original size support ---- ./datagen -g15M > tmplc1 ../programs/lz4 -v tmplc1 -c | ../programs/lz4 -t *** LZ4 command line interface 64-bits v1.9.3, by Yann Collet *** Compressed 15728640 bytes into 9227754 bytes ==> 58.67% stdin : decoded 15728640 bytes ../programs/lz4 -v --content-size tmplc1 -c | ../programs/lz4 -d > tmplc2 *** LZ4 command line interface 64-bits v1.9.3, by Yann Collet *** Compressed 15728640 bytes into 9227762 bytes ==> 58.67% diff tmplc1 tmplc2 ../programs/lz4 -f tmplc1 -c > tmplc1.lz4 ../programs/lz4 --content-size tmplc1 -c > tmplc2.lz4 ! diff tmplc1.lz4 tmplc2.lz4 # must differ, due to content size Binary files tmplc1.lz4 and tmplc2.lz4 differ ../programs/lz4 --content-size < tmplc1 > tmplc3.lz4 diff tmplc2.lz4 tmplc3.lz4 # both must contain content size cat tmplc1 | ../programs/lz4 > tmplc4.lz4 diff tmplc1.lz4 tmplc4.lz4 # both don't have content size cat tmplc1 | ../programs/lz4 --content-size > tmplc5.lz4 # can't determine content size diff tmplc1.lz4 tmplc5.lz4 # both don't have content size \n ---- test lz4 compression/decompression with dictionary ---- ./datagen -g16KB > tmp-dict ./datagen -g32KB > tmp-dict-sample-32k < tmp-dict-sample-32k ../programs/lz4 -D tmp-dict | ../programs/lz4 -dD tmp-dict | diff - tmp-dict-sample-32k ./datagen -g128MB > tmp-dict-sample-128m < tmp-dict-sample-128m ../programs/lz4 -D tmp-dict | ../programs/lz4 -dD tmp-dict | diff - tmp-dict-sample-128m touch tmp-dict-sample-0 < tmp-dict-sample-0 ../programs/lz4 -D tmp-dict | ../programs/lz4 -dD tmp-dict | diff - tmp-dict-sample-0 < tmp-dict-sample-32k ../programs/lz4 -D tmp-dict-sample-0 | ../programs/lz4 -dD tmp-dict-sample-0 | diff - tmp-dict-sample-32k < tmp-dict-sample-0 ../programs/lz4 -D tmp-dict-sample-0 | ../programs/lz4 -dD tmp-dict-sample-0 | diff - tmp-dict-sample-0 \n ---- test lz4 dictionary loading ---- ./datagen -g128KB > tmp-dict-data-128KB set -e; \ for l in 0 1 4 128 32767 32768 32769 65535 65536 65537 98303 98304 98305 131071 131072 131073; do \ ./datagen -g$l > tmp-dict-$l; \ dd if=tmp-dict-$l of=tmp-dict-$l-tail bs=1 count=65536 skip=$((l > 65536 ? l - 65536 : 0)); \ < tmp-dict-$l ../programs/lz4 -D stdin tmp-dict-data-128KB -c | ../programs/lz4 -dD tmp-dict-$l-tail | diff - tmp-dict-data-128KB; \ < tmp-dict-$l-tail ../programs/lz4 -D stdin tmp-dict-data-128KB -c | ../programs/lz4 -dD tmp-dict-$l | diff - tmp-dict-data-128KB; \ done 0+0 records in 0+0 records out 1+0 records in 1+0 records out 4+0 records in 4+0 records out 128+0 records in 128+0 records out 32767+0 records in 32767+0 records out 32768+0 records in 32768+0 records out 32769+0 records in 32769+0 records out 65535+0 records in 65535+0 records out 65536+0 records in 65536+0 records out 65536+0 records in 65536+0 records out 65536+0 records in 65536+0 records out 65536+0 records in 65536+0 records out 65536+0 records in 65536+0 records out 65536+0 records in 65536+0 records out 65536+0 records in 65536+0 records out 65536+0 records in 65536+0 records out make[1]: Leaving directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/tests' >>> lz4: Entering fakeroot... make[1]: Entering directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/lib' creating pkgconfig Installing libraries Installing headers in /usr/include lz4 libraries installed make[1]: Leaving directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/lib' make[1]: Entering directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/programs' Installing binaries Installing man pages lz4 installation completed make[1]: Leaving directory '/home/buildozer/aports/main/lz4/src/lz4-1.9.3/programs' >>> lz4-static*: Running split function static... >>> lz4-static*: Preparing subpackage lz4-static... >>> lz4-static*: Stripping binaries >>> lz4-static*: Running postcheck for lz4-static >>> lz4-dev*: Running split function dev... >>> lz4-dev*: Preparing subpackage lz4-dev... >>> lz4-dev*: Stripping binaries >>> lz4-dev*: Running postcheck for lz4-dev >>> lz4-doc*: Running split function doc... >>> lz4-doc*: Preparing subpackage lz4-doc... >>> lz4-doc*: Running postcheck for lz4-doc >>> lz4-libs*: Running split function libs... >>> lz4-libs*: Preparing subpackage lz4-libs... >>> lz4-libs*: Stripping binaries >>> lz4-libs*: Running postcheck for lz4-libs >>> lz4-tests*: Running split function tests... >>> lz4-tests*: Preparing subpackage lz4-tests... >>> lz4-tests*: Stripping binaries >>> lz4-tests*: Running postcheck for lz4-tests >>> lz4*: Running postcheck for lz4 >>> lz4*: Preparing package lz4... >>> lz4*: Stripping binaries >>> lz4-dev*: Scanning shared objects >>> lz4-doc*: Scanning shared objects >>> lz4-libs*: Scanning shared objects >>> lz4-static*: Scanning shared objects >>> lz4-tests*: Scanning shared objects >>> lz4*: Scanning shared objects >>> lz4-dev*: Tracing dependencies... lz4-libs=1.9.3-r1 pkgconfig >>> lz4-dev*: Package size: 120.0 KB >>> lz4-dev*: Compressing data... >>> lz4-dev*: Create checksum... >>> lz4-dev*: Create lz4-dev-1.9.3-r1.apk >>> lz4-doc*: Tracing dependencies... >>> lz4-doc*: Package size: 24.0 KB >>> lz4-doc*: Compressing data... >>> lz4-doc*: Create checksum... >>> lz4-doc*: Create lz4-doc-1.9.3-r1.apk >>> lz4-libs*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> lz4-libs*: Package size: 216.0 KB >>> lz4-libs*: Compressing data... >>> lz4-libs*: Create checksum... >>> lz4-libs*: Create lz4-libs-1.9.3-r1.apk >>> lz4-static*: Tracing dependencies... >>> lz4-static*: Package size: 252.0 KB >>> lz4-static*: Compressing data... >>> lz4-static*: Create checksum... >>> lz4-static*: Create lz4-static-1.9.3-r1.apk >>> lz4-tests*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> lz4-tests*: Package size: 92.0 KB >>> lz4-tests*: Compressing data... >>> lz4-tests*: Create checksum... >>> lz4-tests*: Create lz4-tests-1.9.3-r1.apk >>> lz4*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> lz4*: Package size: 272.0 KB >>> lz4*: Compressing data... >>> lz4*: Create checksum... >>> lz4*: Create lz4-1.9.3-r1.apk >>> lz4: Build complete at Wed, 08 Dec 2021 11:45:58 +0000 elapsed time 0h 0m 26s >>> lz4: Cleaning up srcdir >>> lz4: Cleaning up pkgdir >>> lz4: Uninstalling dependencies... (1/2) Purging .makedepends-lz4 (20211208.114532) (2/2) Purging diffutils (3.8-r0) Executing busybox-1.34.1-r3.trigger OK: 341 MiB in 99 packages >>> lz4: Updating the main/x86_64 repository index... >>> lz4: Signing the index...