>>> py3-scrypt: Building community/py3-scrypt 0.8.18-r0 (using abuild 3.8.0_rc3-r2) started Sat, 22 May 2021 00:40:56 +0000 >>> py3-scrypt: Checking sanity of /home/buildozer/aports/community/py3-scrypt/APKBUILD... >>> py3-scrypt: Analyzing dependencies... >>> py3-scrypt: Installing for build: build-base python3 python3-dev openssl-dev py3-setuptools (1/15) Installing libbz2 (1.0.8-r1) (2/15) Installing gdbm (1.19-r0) (3/15) Installing mpdecimal (2.5.1-r1) (4/15) Installing readline (8.1.0-r0) (5/15) Installing sqlite-libs (3.35.5-r0) (6/15) Installing python3 (3.9.5-r1) (7/15) Installing python3-dev (3.9.5-r1) (8/15) Installing openssl-dev (1.1.1k-r0) (9/15) Installing py3-ordered-set (4.0.2-r1) (10/15) Installing py3-appdirs (1.4.4-r2) (11/15) Installing py3-parsing (2.4.7-r2) (12/15) Installing py3-six (1.15.0-r1) (13/15) Installing py3-packaging (20.9-r1) (14/15) Installing py3-setuptools (52.0.0-r3) (15/15) Installing .makedepends-py3-scrypt (20210522.004058) Executing busybox-1.33.1-r1.trigger OK: 1097 MiB in 116 packages >>> py3-scrypt: Cleaning up srcdir >>> py3-scrypt: Cleaning up pkgdir >>> py3-scrypt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/scrypt-0.8.18.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 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 >>> py3-scrypt: Fetching https://files.pythonhosted.org/packages/source/s/scrypt/scrypt-0.8.18.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56651 100 56651 0 0 352k 0 --:--:-- --:--:-- --:--:-- 352k >>> py3-scrypt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/scrypt-0.8.18.tar.gz >>> py3-scrypt: Checking sha512sums... scrypt-0.8.18.tar.gz: OK >>> py3-scrypt: Unpacking /var/cache/distfiles/v3.14/scrypt-0.8.18.tar.gz... running build running build_py creating build creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/scrypt copying scrypt/scrypt.py -> build/lib.linux-i686-3.9/scrypt copying scrypt/__init__.py -> build/lib.linux-i686-3.9/scrypt creating build/lib.linux-i686-3.9/scrypt/tests copying scrypt/tests/test_scrypt_c_module.py -> build/lib.linux-i686-3.9/scrypt/tests copying scrypt/tests/__init__.py -> build/lib.linux-i686-3.9/scrypt/tests copying scrypt/tests/test_scrypt_py2x.py -> build/lib.linux-i686-3.9/scrypt/tests copying scrypt/tests/test_scrypt_py3x.py -> build/lib.linux-i686-3.9/scrypt/tests copying scrypt/tests/test_scrypt.py -> build/lib.linux-i686-3.9/scrypt/tests copying scrypt/tests/ciphertexts.csv -> build/lib.linux-i686-3.9/scrypt/tests copying scrypt/tests/hashvectors.csv -> build/lib.linux-i686-3.9/scrypt/tests running build_ext building '_scrypt' extension creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/scrypt-1.2.1 creating build/temp.linux-i686-3.9/scrypt-1.2.1/lib creating build/temp.linux-i686-3.9/scrypt-1.2.1/lib/crypto creating build/temp.linux-i686-3.9/scrypt-1.2.1/lib/scryptenc creating build/temp.linux-i686-3.9/scrypt-1.2.1/lib/util creating build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva creating build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/alg creating build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/crypto creating build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util creating build/temp.linux-i686-3.9/src gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/lib/crypto/crypto_scrypt.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/crypto/crypto_scrypt.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/lib/crypto/crypto_scrypt_smix.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/crypto/crypto_scrypt_smix.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/lib/crypto/crypto_scrypt_smix_sse2.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/crypto/crypto_scrypt_smix_sse2.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/lib/scryptenc/scryptenc.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/scryptenc/scryptenc.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/lib/scryptenc/scryptenc_cpuperf.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/scryptenc/scryptenc_cpuperf.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/lib/util/memlimit.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/util/memlimit.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/alg/sha256.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/alg/sha256.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/crypto/crypto_aes.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/crypto/crypto_aes.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/crypto/crypto_aes_aesni.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/crypto/crypto_aes_aesni.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/crypto/crypto_aesctr.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/crypto/crypto_aesctr.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/crypto/crypto_entropy.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/crypto/crypto_entropy.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/util/asprintf.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/asprintf.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/util/entropy.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/entropy.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/util/humansize.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/humansize.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/util/insecure_memzero.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/insecure_memzero.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c scrypt-1.2.1/libcperciva/util/warnp.c -o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/warnp.o -O2 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DHAVE_CONFIG_H -DHAVE_CLOCK_GETTIME=1 -DHAVE_LIBRT=1 -DHAVE_POSIX_MEMALIGN=1 -DHAVE_STRUCT_SYSINFO=1 -DHAVE_STRUCT_SYSINFO_MEM_UNIT=1 -DHAVE_STRUCT_SYSINFO_TOTALRAM=1 -DHAVE_SYSINFO=1 -DHAVE_SYS_SYSINFO_H=1 -D_FILE_OFFSET_BITS=64 -Iscrypt-1.2.1 -Iscrypt-1.2.1/lib -Iscrypt-1.2.1/lib/scryptenc -Iscrypt-1.2.1/lib/crypto -Iscrypt-1.2.1/lib/util -Iscrypt-1.2.1/libcperciva/cpusupport -Iscrypt-1.2.1/libcperciva/alg -Iscrypt-1.2.1/libcperciva/util -Iscrypt-1.2.1/libcperciva/crypto -I/usr/local/include -I/usr/include -I/usr/include/python3.9 -c src/scrypt.c -o build/temp.linux-i686-3.9/src/scrypt.o -O2 gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.9/scrypt-1.2.1/lib/crypto/crypto_scrypt.o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/crypto/crypto_scrypt_smix.o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/crypto/crypto_scrypt_smix_sse2.o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/scryptenc/scryptenc.o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/scryptenc/scryptenc_cpuperf.o build/temp.linux-i686-3.9/scrypt-1.2.1/lib/util/memlimit.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/alg/sha256.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/crypto/crypto_aes.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/crypto/crypto_aes_aesni.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/crypto/crypto_aesctr.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/crypto/crypto_entropy.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/asprintf.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/entropy.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/humansize.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/insecure_memzero.o build/temp.linux-i686-3.9/scrypt-1.2.1/libcperciva/util/warnp.o build/temp.linux-i686-3.9/src/scrypt.o -L/usr/lib -lcrypto -lrt -o build/lib.linux-i686-3.9/_scrypt.cpython-39-i386-linux-musl.so running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing scrypt.egg-info/PKG-INFO writing dependency_links to scrypt.egg-info/dependency_links.txt writing top-level names to scrypt.egg-info/top_level.txt reading manifest file 'scrypt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'build' no previously-included directories found matching 'doc/build' no previously-included directories found matching '*/__pycache__' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '*.egg' found anywhere in distribution warning: no previously-included files matching '*.egg-info' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution writing manifest file 'scrypt.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-i686-3.9/_scrypt.cpython-39-i386-linux-musl.so -> test_import_module (scrypt.tests.test_scrypt_c_module.TestScryptCModule) Test importing the _scrypt module ... ok test_py2_decrypt_returns_string (scrypt.tests.test_scrypt_py2x.TestScryptForPython2) Test Py2 decrypt returns str ... skipped 'Tests for Python 2 only' test_py2_encrypt_fails_on_unicode_input (scrypt.tests.test_scrypt_py2x.TestScryptForPython2) Test Py2 encrypt raises TypeError when Unicode input passed ... skipped 'Tests for Python 2 only' test_py2_encrypt_fails_on_unicode_password (scrypt.tests.test_scrypt_py2x.TestScryptForPython2) Test Py2 encrypt raises TypeError when Unicode password passed ... skipped 'Tests for Python 2 only' test_py2_encrypt_returns_string (scrypt.tests.test_scrypt_py2x.TestScryptForPython2) Test Py2 encrypt returns str ... skipped 'Tests for Python 2 only' test_py2_hash_returns_string (scrypt.tests.test_scrypt_py2x.TestScryptForPython2) Test Py2 hash return str ... skipped 'Tests for Python 2 only' test_py3_decrypt_returns_unicode_string (scrypt.tests.test_scrypt_py3x.TestScryptForPy3) Test Py3 decrypt returns Unicode UTF-8 string ... ok test_py3_encrypt_allows_bytes_input (scrypt.tests.test_scrypt_py3x.TestScryptForPy3) Test Py3 encrypt allows unicode input ... ok test_py3_encrypt_allows_bytes_password (scrypt.tests.test_scrypt_py3x.TestScryptForPy3) Test Py3 encrypt allows unicode password ... ok test_py3_encrypt_returns_bytes (scrypt.tests.test_scrypt_py3x.TestScryptForPy3) Test Py3 encrypt return bytes ... ok test_py3_hash_returns_bytes (scrypt.tests.test_scrypt_py3x.TestScryptForPy3) Test Py3 hash return bytes ... ok test_decrypt_from_csv_ciphertexts (scrypt.tests.test_scrypt.TestScrypt) Test decrypt function with precalculated combinations ... ok test_decrypt_maxmem_keyword_argument (scrypt.tests.test_scrypt.TestScrypt) Test decrypt function accepts maxmem keyword argument ... ok test_decrypt_maxmem_positional (scrypt.tests.test_scrypt.TestScrypt) Test decrypt function accepts fourth positional argument ... ok test_decrypt_maxmemfrac_keyword_argument (scrypt.tests.test_scrypt.TestScrypt) Test decrypt function accepts maxmem keyword argument ... ok test_decrypt_maxmemfrac_positional (scrypt.tests.test_scrypt.TestScrypt) Test decrypt function accepts maxmem keyword argument ... ok test_decrypt_maxtime_keyword_argument (scrypt.tests.test_scrypt.TestScrypt) Test decrypt function accepts maxtime keyword argument ... ok test_decrypt_maxtime_positional (scrypt.tests.test_scrypt.TestScrypt) Test decrypt function accepts third positional argument ... ok test_decrypt_raises_error_on_too_little_time (scrypt.tests.test_scrypt.TestScrypt) Test decrypt function raises scrypt.error raised if insufficient time allowed for ... ok test_encrypt (scrypt.tests.test_scrypt.TestScrypt) Test encrypt takes input and password strings as ... ok test_encrypt_decrypt (scrypt.tests.test_scrypt.TestScrypt) Test encrypt for simple encryption and decryption ... ok test_encrypt_input_and_password_as_keywords (scrypt.tests.test_scrypt.TestScrypt) Test encrypt for input and password accepted as keywords ... ok test_encrypt_long_input (scrypt.tests.test_scrypt.TestScrypt) Test encrypt accepts long input for encryption ... ok test_encrypt_maxmem_in_normal_range (scrypt.tests.test_scrypt.TestScrypt) Test encrypt maxmem accepts (> 1 megabyte) of storage to use for V array ... ok test_encrypt_maxmem_keyword_argument (scrypt.tests.test_scrypt.TestScrypt) Test encrypt maxmem accepts exactly (1 megabyte) of storage to use for ... ok test_encrypt_maxmem_positional (scrypt.tests.test_scrypt.TestScrypt) Test encrypt maxmem accepts 4th positional argument and exactly ... ok test_encrypt_maxmem_undersized (scrypt.tests.test_scrypt.TestScrypt) Test encrypt maxmem accepts (< 1 megabyte) of storage to use for V array ... ok test_encrypt_maxmemfrac_keyword_argument (scrypt.tests.test_scrypt.TestScrypt) Test encrypt maxmemfrac accepts keyword argument of 1/16 total memory for ... ok test_encrypt_maxmemfrac_positional (scrypt.tests.test_scrypt.TestScrypt) Test encrypt maxmemfrac accepts 5th positional argument of 1/16 total ... ok test_encrypt_maxtime_key (scrypt.tests.test_scrypt.TestScrypt) Test encrypt maxtime accepts maxtime as keyword argument ... ok test_encrypt_maxtime_positional (scrypt.tests.test_scrypt.TestScrypt) Test encrypt maxtime accepts maxtime at position 3 ... ok test_encrypt_missing_both_required_positional_arguments (scrypt.tests.test_scrypt.TestScrypt) Test encrypt raises TypeError if both positional arguments missing ... ok test_encrypt_missing_input_keyword_argument (scrypt.tests.test_scrypt.TestScrypt) Test encrypt raises TypeError if keyword argument missing input ... ok test_encrypt_missing_password_positional_argument (scrypt.tests.test_scrypt.TestScrypt) Test encrypt raises TypeError if second positional argument missing ... ok test_encrypt_raises_error_on_invalid_keyword (scrypt.tests.test_scrypt.TestScrypt) Test encrypt raises TypeError if invalid keyword used in argument ... ok test_hash_buflen_keyword (scrypt.tests.test_scrypt.TestScryptHash) Test hash takes keyword valid buflen ... ok test_hash_n_keyword (scrypt.tests.test_scrypt.TestScryptHash) Test hash takes keyword valid N ... ok test_hash_n_positional (scrypt.tests.test_scrypt.TestScryptHash) Test hash accepts valid N in position 3 ... ok test_hash_p_keyword (scrypt.tests.test_scrypt.TestScryptHash) Test hash takes keyword valid p ... ok test_hash_p_positional (scrypt.tests.test_scrypt.TestScryptHash) Test hash accepts valid p in position 5 ... ok test_hash_r_keyword (scrypt.tests.test_scrypt.TestScryptHash) Test hash takes keyword valid r ... ok test_hash_r_positional (scrypt.tests.test_scrypt.TestScryptHash) Test hash accepts valid r in position 4 ... ok test_hash_raises_error_n_not_power_of_two (scrypt.tests.test_scrypt.TestScryptHash) Test hash raises scrypt error when parameter N is not a power of two {2, 4, 8, 16, etc} ... ok test_hash_raises_error_n_under_limit (scrypt.tests.test_scrypt.TestScryptHash) Test hash raises scrypt error when parameter N under limit of 1 ... ok test_hash_raises_error_on_negative_p (scrypt.tests.test_scrypt.TestScryptHash) Test hash raises scrypt error on illegal parameter value (p < 0) ... ok test_hash_raises_error_on_negative_r (scrypt.tests.test_scrypt.TestScryptHash) Test hash raises scrypt error on illegal parameter value (r < 1) ... ok test_hash_raises_error_on_p_equals_zero (scrypt.tests.test_scrypt.TestScryptHash) Test hash raises scrypt error on illegal parameter value (p = 0) ... ok test_hash_raises_error_on_r_equals_zero (scrypt.tests.test_scrypt.TestScryptHash) Test hash raises scrypt error on illegal parameter value (r = 0) ... ok test_hash_raises_error_r_p_over_limit (scrypt.tests.test_scrypt.TestScryptHash) Test hash raises scrypt error when parameters r multiplied by p over limit 2**30 ... ok test_hash_vectors_from_csv (scrypt.tests.test_scrypt.TestScryptHash) Test hash function with precalculated combinations ... ok ---------------------------------------------------------------------- Ran 50 tests in 17.440s OK (skipped=5) >>> py3-scrypt: Entering fakeroot... running install running install_lib creating /home/buildozer/aports/community/py3-scrypt/pkg creating /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt creating /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr creating /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib creating /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages copying build/lib.linux-i686-3.9/_scrypt.cpython-39-i386-linux-musl.so -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt creating /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests copying build/lib.linux-i686-3.9/scrypt/tests/test_scrypt_c_module.py -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests copying build/lib.linux-i686-3.9/scrypt/tests/__init__.py -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests copying build/lib.linux-i686-3.9/scrypt/tests/ciphertexts.csv -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests copying build/lib.linux-i686-3.9/scrypt/tests/test_scrypt_py2x.py -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests copying build/lib.linux-i686-3.9/scrypt/tests/test_scrypt_py3x.py -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests copying build/lib.linux-i686-3.9/scrypt/tests/hashvectors.csv -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests copying build/lib.linux-i686-3.9/scrypt/tests/test_scrypt.py -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests copying build/lib.linux-i686-3.9/scrypt/scrypt.py -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt copying build/lib.linux-i686-3.9/scrypt/__init__.py -> /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt byte-compiling /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests/test_scrypt_c_module.py to test_scrypt_c_module.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests/test_scrypt_py2x.py to test_scrypt_py2x.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests/test_scrypt_py3x.py to test_scrypt_py3x.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/tests/test_scrypt.py to test_scrypt.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/scrypt.py to scrypt.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt/__init__.py to __init__.cpython-39.pyc running install_egg_info running egg_info writing scrypt.egg-info/PKG-INFO writing dependency_links to scrypt.egg-info/dependency_links.txt writing top-level names to scrypt.egg-info/top_level.txt reading manifest file 'scrypt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'build' no previously-included directories found matching 'doc/build' no previously-included directories found matching '*/__pycache__' warning: no previously-included files matching '*.py[cod]' found anywhere in distribution warning: no previously-included files matching '*.egg' found anywhere in distribution warning: no previously-included files matching '*.egg-info' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.bak' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution writing manifest file 'scrypt.egg-info/SOURCES.txt' Copying scrypt.egg-info to /home/buildozer/aports/community/py3-scrypt/pkg/py3-scrypt/usr/lib/python3.9/site-packages/scrypt-0.8.18-py3.9.egg-info running install_scripts >>> py3-scrypt*: Running postcheck for py3-scrypt >>> py3-scrypt*: Preparing package py3-scrypt... >>> py3-scrypt*: Stripping binaries >>> py3-scrypt*: Scanning shared objects >>> py3-scrypt*: Tracing dependencies... python3 so:libc.musl-x86.so.1 so:libcrypto.so.1.1 >>> py3-scrypt*: Package size: 132.0 KB >>> py3-scrypt*: Compressing data... >>> py3-scrypt*: Create checksum... >>> py3-scrypt*: Create py3-scrypt-0.8.18-r0.apk >>> py3-scrypt: Build complete at Sat, 22 May 2021 00:41:23 +0000 elapsed time 0h 0m 27s >>> py3-scrypt: Cleaning up srcdir >>> py3-scrypt: Cleaning up pkgdir >>> py3-scrypt: Uninstalling dependencies... (1/15) Purging .makedepends-py3-scrypt (20210522.004058) (2/15) Purging python3-dev (3.9.5-r1) (3/15) Purging openssl-dev (1.1.1k-r0) (4/15) Purging py3-setuptools (52.0.0-r3) (5/15) Purging py3-ordered-set (4.0.2-r1) (6/15) Purging py3-appdirs (1.4.4-r2) (7/15) Purging py3-packaging (20.9-r1) (8/15) Purging py3-parsing (2.4.7-r2) (9/15) Purging py3-six (1.15.0-r1) (10/15) Purging python3 (3.9.5-r1) (11/15) Purging libbz2 (1.0.8-r1) (12/15) Purging gdbm (1.19-r0) (13/15) Purging mpdecimal (2.5.1-r1) (14/15) Purging readline (8.1.0-r0) (15/15) Purging sqlite-libs (3.35.5-r0) Executing busybox-1.33.1-r1.trigger OK: 1013 MiB in 101 packages >>> py3-scrypt: Updating the community/x86 repository index... >>> py3-scrypt: Signing the index...