>>> py3-bcrypt: Building main/py3-bcrypt 3.2.0-r4 (using abuild 3.9.0_rc2-r1) started Sun, 17 Oct 2021 05:25:45 +0000 >>> py3-bcrypt: Checking sanity of /home/buildozer/aports/main/py3-bcrypt/APKBUILD... >>> py3-bcrypt: Analyzing dependencies... >>> py3-bcrypt: Installing for build: build-base py3-six py3-cffi python3-dev py3-setuptools py3-cparser libffi-dev (1/20) Installing libbz2 (1.0.8-r1) (2/20) Installing libffi (3.4.2-r0) (3/20) Installing gdbm (1.20-r2) (4/20) Installing xz-libs (5.2.5-r0) (5/20) Installing mpdecimal (2.5.1-r1) (6/20) Installing readline (8.1.1-r0) (7/20) Installing sqlite-libs (3.36.0-r0) (8/20) Installing python3 (3.9.7-r3) (9/20) Installing py3-six (1.15.0-r1) (10/20) Installing py3-cparser (2.20-r1) (11/20) Installing py3-cffi (1.14.5-r2) (12/20) Installing python3-dev (3.9.7-r3) (13/20) Installing py3-ordered-set (4.0.2-r2) (14/20) Installing py3-appdirs (1.4.4-r2) (15/20) Installing py3-parsing (2.4.7-r2) (16/20) Installing py3-packaging (20.9-r1) (17/20) Installing py3-setuptools (52.0.0-r4) (18/20) Installing linux-headers (5.10.41-r0) (19/20) Installing libffi-dev (3.4.2-r0) (20/20) Installing .makedepends-py3-bcrypt (20211017.052546) Executing busybox-1.34.1-r0.trigger OK: 408 MiB in 108 packages >>> py3-bcrypt: Cleaning up srcdir >>> py3-bcrypt: Cleaning up pkgdir >>> py3-bcrypt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-bcrypt-3.2.0.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 41809 100 41809 0 0 750k 0 --:--:-- --:--:-- --:--:-- 756k >>> py3-bcrypt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-bcrypt-3.2.0.tar.gz >>> py3-bcrypt: Checking sha512sums... py3-bcrypt-3.2.0.tar.gz: OK >>> py3-bcrypt: Unpacking /var/cache/distfiles/v3.15/py3-bcrypt-3.2.0.tar.gz... running build running build_py creating build creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/bcrypt copying src/bcrypt/__init__.py -> build/lib.linux-i686-3.9/bcrypt copying src/bcrypt/__about__.py -> build/lib.linux-i686-3.9/bcrypt copying src/bcrypt/py.typed -> build/lib.linux-i686-3.9/bcrypt running build_ext generating cffi module 'build/temp.linux-i686-3.9/_bcrypt.c' creating build/temp.linux-i686-3.9 building '_bcrypt' extension creating build/temp.linux-i686-3.9/build creating build/temp.linux-i686-3.9/build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/src creating build/temp.linux-i686-3.9/src/_csrc 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 -Isrc/_csrc -I/usr/include/python3.9 -c build/temp.linux-i686-3.9/_bcrypt.c -o build/temp.linux-i686-3.9/build/temp.linux-i686-3.9/_bcrypt.o In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:35: warning: "htobe16" redefined 35 | # define htobe16(x) htons(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:35: note: this is the location of the previous definition 35 | #define htobe16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:36: warning: "htole16" redefined 36 | # define htole16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:41: note: this is the location of the previous definition 41 | #define htole16(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:37: warning: "be16toh" redefined 37 | # define be16toh(x) ntohs(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:36: note: this is the location of the previous definition 36 | #define be16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:38: warning: "le16toh" redefined 38 | # define le16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:42: note: this is the location of the previous definition 42 | #define le16toh(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:40: warning: "htobe32" redefined 40 | # define htobe32(x) htonl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:37: note: this is the location of the previous definition 37 | #define htobe32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:41: warning: "htole32" redefined 41 | # define htole32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:43: note: this is the location of the previous definition 43 | #define htole32(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:42: warning: "be32toh" redefined 42 | # define be32toh(x) ntohl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:38: note: this is the location of the previous definition 38 | #define be32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:43: warning: "le32toh" redefined 43 | # define le32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:44: note: this is the location of the previous definition 44 | #define le32toh(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:45: warning: "htobe64" redefined 45 | # define htobe64(x) (((uint64_t)htonl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htonl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:39: note: this is the location of the previous definition 39 | #define htobe64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:46: warning: "htole64" redefined 46 | # define htole64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:45: note: this is the location of the previous definition 45 | #define htole64(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:47: warning: "be64toh" redefined 47 | # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)ntohl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:40: note: this is the location of the previous definition 40 | #define be64toh(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-i686-3.9/_bcrypt.c:570: src/_csrc/portable_endian.h:48: warning: "le64toh" redefined 48 | # define le64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-i686-3.9/_bcrypt.c:570: /usr/include/endian.h:46: note: this is the location of the previous definition 46 | #define le64toh(x) (uint64_t)(x) | 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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/bcrypt.c -o build/temp.linux-i686-3.9/src/_csrc/bcrypt.o In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:35: warning: "htobe16" redefined 35 | # define htobe16(x) htons(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:35: note: this is the location of the previous definition 35 | #define htobe16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:36: warning: "htole16" redefined 36 | # define htole16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:41: note: this is the location of the previous definition 41 | #define htole16(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:37: warning: "be16toh" redefined 37 | # define be16toh(x) ntohs(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:36: note: this is the location of the previous definition 36 | #define be16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:38: warning: "le16toh" redefined 38 | # define le16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:42: note: this is the location of the previous definition 42 | #define le16toh(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:40: warning: "htobe32" redefined 40 | # define htobe32(x) htonl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:37: note: this is the location of the previous definition 37 | #define htobe32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:41: warning: "htole32" redefined 41 | # define htole32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:43: note: this is the location of the previous definition 43 | #define htole32(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:42: warning: "be32toh" redefined 42 | # define be32toh(x) ntohl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:38: note: this is the location of the previous definition 38 | #define be32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:43: warning: "le32toh" redefined 43 | # define le32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:44: note: this is the location of the previous definition 44 | #define le32toh(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:45: warning: "htobe64" redefined 45 | # define htobe64(x) (((uint64_t)htonl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htonl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:39: note: this is the location of the previous definition 39 | #define htobe64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:46: warning: "htole64" redefined 46 | # define htole64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:45: note: this is the location of the previous definition 45 | #define htole64(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:47: warning: "be64toh" redefined 47 | # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)ntohl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:40: note: this is the location of the previous definition 40 | #define be64toh(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: src/_csrc/portable_endian.h:48: warning: "le64toh" redefined 48 | # define le64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:46: note: this is the location of the previous definition 46 | #define le64toh(x) (uint64_t)(x) | src/_csrc/bcrypt.c: In function 'decode_base64': src/_csrc/bcrypt.c:205:22: warning: pointer targets in initialization of 'const u_int8_t *' {aka 'const unsigned char *'} from 'const char *' differ in signedness [-Wpointer-sign] 205 | const u_int8_t *p = b64data; | ^~~~~~~ src/_csrc/bcrypt.c: In function 'encode_base64': src/_csrc/bcrypt.c:247:17: warning: pointer targets in initialization of 'u_int8_t *' {aka 'unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign] 247 | u_int8_t *bp = b64buffer; | ^~~~~~~~~ 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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/bcrypt_pbkdf.c -o build/temp.linux-i686-3.9/src/_csrc/bcrypt_pbkdf.o In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:35: warning: "htobe16" redefined 35 | # define htobe16(x) htons(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:35: note: this is the location of the previous definition 35 | #define htobe16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:36: warning: "htole16" redefined 36 | # define htole16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:41: note: this is the location of the previous definition 41 | #define htole16(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:37: warning: "be16toh" redefined 37 | # define be16toh(x) ntohs(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:36: note: this is the location of the previous definition 36 | #define be16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:38: warning: "le16toh" redefined 38 | # define le16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:42: note: this is the location of the previous definition 42 | #define le16toh(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:40: warning: "htobe32" redefined 40 | # define htobe32(x) htonl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:37: note: this is the location of the previous definition 37 | #define htobe32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:41: warning: "htole32" redefined 41 | # define htole32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:43: note: this is the location of the previous definition 43 | #define htole32(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:42: warning: "be32toh" redefined 42 | # define be32toh(x) ntohl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:38: note: this is the location of the previous definition 38 | #define be32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:43: warning: "le32toh" redefined 43 | # define le32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:44: note: this is the location of the previous definition 44 | #define le32toh(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:45: warning: "htobe64" redefined 45 | # define htobe64(x) (((uint64_t)htonl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htonl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:39: note: this is the location of the previous definition 39 | #define htobe64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:46: warning: "htole64" redefined 46 | # define htole64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:45: note: this is the location of the previous definition 45 | #define htole64(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:47: warning: "be64toh" redefined 47 | # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)ntohl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:40: note: this is the location of the previous definition 40 | #define be64toh(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:48: warning: "le64toh" redefined 48 | # define le64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:46: note: this is the location of the previous definition 46 | #define le64toh(x) (uint64_t)(x) | In file included from src/_csrc/bcrypt_pbkdf.c:24: src/_csrc/sha2.h:68:2: warning: 'bounded' attribute directive ignored [-Wattributes] 68 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:2: warning: 'bounded' attribute directive ignored [-Wattributes] 70 | __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:2: warning: 'bounded' attribute directive ignored [-Wattributes] 74 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:2: warning: 'bounded' attribute directive ignored [-Wattributes] 76 | __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:2: warning: 'bounded' attribute directive ignored [-Wattributes] 80 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:2: warning: 'bounded' attribute directive ignored [-Wattributes] 82 | __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ 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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/blf.c -o build/temp.linux-i686-3.9/src/_csrc/blf.o In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:35: warning: "htobe16" redefined 35 | # define htobe16(x) htons(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:35: note: this is the location of the previous definition 35 | #define htobe16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:36: warning: "htole16" redefined 36 | # define htole16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:41: note: this is the location of the previous definition 41 | #define htole16(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:37: warning: "be16toh" redefined 37 | # define be16toh(x) ntohs(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:36: note: this is the location of the previous definition 36 | #define be16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:38: warning: "le16toh" redefined 38 | # define le16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:42: note: this is the location of the previous definition 42 | #define le16toh(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:40: warning: "htobe32" redefined 40 | # define htobe32(x) htonl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:37: note: this is the location of the previous definition 37 | #define htobe32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:41: warning: "htole32" redefined 41 | # define htole32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:43: note: this is the location of the previous definition 43 | #define htole32(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:42: warning: "be32toh" redefined 42 | # define be32toh(x) ntohl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:38: note: this is the location of the previous definition 38 | #define be32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:43: warning: "le32toh" redefined 43 | # define le32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:44: note: this is the location of the previous definition 44 | #define le32toh(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:45: warning: "htobe64" redefined 45 | # define htobe64(x) (((uint64_t)htonl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htonl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:39: note: this is the location of the previous definition 39 | #define htobe64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:46: warning: "htole64" redefined 46 | # define htole64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:45: note: this is the location of the previous definition 45 | #define htole64(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:47: warning: "be64toh" redefined 47 | # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)ntohl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:40: note: this is the location of the previous definition 40 | #define be64toh(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/blf.h:35, from src/_csrc/blf.c:42: src/_csrc/portable_endian.h:48: warning: "le64toh" redefined 48 | # define le64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:46: note: this is the location of the previous definition 46 | #define le64toh(x) (uint64_t)(x) | 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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/sha2.c -o build/temp.linux-i686-3.9/src/_csrc/sha2.o In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:35: warning: "htobe16" redefined 35 | # define htobe16(x) htons(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:35: note: this is the location of the previous definition 35 | #define htobe16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:36: warning: "htole16" redefined 36 | # define htole16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:41: note: this is the location of the previous definition 41 | #define htole16(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:37: warning: "be16toh" redefined 37 | # define be16toh(x) ntohs(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:36: note: this is the location of the previous definition 36 | #define be16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:38: warning: "le16toh" redefined 38 | # define le16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:42: note: this is the location of the previous definition 42 | #define le16toh(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:40: warning: "htobe32" redefined 40 | # define htobe32(x) htonl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:37: note: this is the location of the previous definition 37 | #define htobe32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:41: warning: "htole32" redefined 41 | # define htole32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:43: note: this is the location of the previous definition 43 | #define htole32(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:42: warning: "be32toh" redefined 42 | # define be32toh(x) ntohl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:38: note: this is the location of the previous definition 38 | #define be32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:43: warning: "le32toh" redefined 43 | # define le32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:44: note: this is the location of the previous definition 44 | #define le32toh(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:45: warning: "htobe64" redefined 45 | # define htobe64(x) (((uint64_t)htonl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htonl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:39: note: this is the location of the previous definition 39 | #define htobe64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:46: warning: "htole64" redefined 46 | # define htole64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:45: note: this is the location of the previous definition 45 | #define htole64(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:47: warning: "be64toh" redefined 47 | # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)ntohl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:40: note: this is the location of the previous definition 40 | #define be64toh(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:48: warning: "le64toh" redefined 48 | # define le64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/sha2.c:37: /usr/include/endian.h:46: note: this is the location of the previous definition 46 | #define le64toh(x) (uint64_t)(x) | In file included from src/_csrc/sha2.c:38: src/_csrc/sha2.h:68:2: warning: 'bounded' attribute directive ignored [-Wattributes] 68 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:2: warning: 'bounded' attribute directive ignored [-Wattributes] 70 | __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:2: warning: 'bounded' attribute directive ignored [-Wattributes] 74 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:2: warning: 'bounded' attribute directive ignored [-Wattributes] 76 | __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:2: warning: 'bounded' attribute directive ignored [-Wattributes] 80 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:2: warning: 'bounded' attribute directive ignored [-Wattributes] 82 | __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ 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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/timingsafe_bcmp.c -o build/temp.linux-i686-3.9/src/_csrc/timingsafe_bcmp.o In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:35: warning: "htobe16" redefined 35 | # define htobe16(x) htons(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:35: note: this is the location of the previous definition 35 | #define htobe16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:36: warning: "htole16" redefined 36 | # define htole16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:41: note: this is the location of the previous definition 41 | #define htole16(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:37: warning: "be16toh" redefined 37 | # define be16toh(x) ntohs(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:36: note: this is the location of the previous definition 36 | #define be16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:38: warning: "le16toh" redefined 38 | # define le16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:42: note: this is the location of the previous definition 42 | #define le16toh(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:40: warning: "htobe32" redefined 40 | # define htobe32(x) htonl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:37: note: this is the location of the previous definition 37 | #define htobe32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:41: warning: "htole32" redefined 41 | # define htole32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:43: note: this is the location of the previous definition 43 | #define htole32(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:42: warning: "be32toh" redefined 42 | # define be32toh(x) ntohl(x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:38: note: this is the location of the previous definition 38 | #define be32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:43: warning: "le32toh" redefined 43 | # define le32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:44: note: this is the location of the previous definition 44 | #define le32toh(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:45: warning: "htobe64" redefined 45 | # define htobe64(x) (((uint64_t)htonl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htonl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:39: note: this is the location of the previous definition 39 | #define htobe64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:46: warning: "htole64" redefined 46 | # define htole64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:45: note: this is the location of the previous definition 45 | #define htole64(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:47: warning: "be64toh" redefined 47 | # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)ntohl(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:40: note: this is the location of the previous definition 40 | #define be64toh(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:48: warning: "le64toh" redefined 48 | # define le64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from src/_csrc/timingsafe_bcmp.c:18: /usr/include/endian.h:46: note: this is the location of the previous definition 46 | #define le64toh(x) (uint64_t)(x) | gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.9/build/temp.linux-i686-3.9/_bcrypt.o build/temp.linux-i686-3.9/src/_csrc/bcrypt.o build/temp.linux-i686-3.9/src/_csrc/bcrypt_pbkdf.o build/temp.linux-i686-3.9/src/_csrc/blf.o build/temp.linux-i686-3.9/src/_csrc/sha2.o build/temp.linux-i686-3.9/src/_csrc/timingsafe_bcmp.o -L/usr/lib -o build/lib.linux-i686-3.9/bcrypt/_bcrypt.abi3.so running check >>> py3-bcrypt: Entering fakeroot... running install running build running build_py running build_ext generating cffi module 'build/temp.linux-i686-3.9/_bcrypt.c' already up-to-date running install_lib creating /home/buildozer/aports/main/py3-bcrypt/pkg creating /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt creating /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr creating /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib creating /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9 creating /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9/site-packages creating /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9/site-packages/bcrypt copying build/lib.linux-i686-3.9/bcrypt/_bcrypt.abi3.so -> /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9/site-packages/bcrypt copying build/lib.linux-i686-3.9/bcrypt/__init__.py -> /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9/site-packages/bcrypt copying build/lib.linux-i686-3.9/bcrypt/py.typed -> /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9/site-packages/bcrypt copying build/lib.linux-i686-3.9/bcrypt/__about__.py -> /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9/site-packages/bcrypt byte-compiling /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9/site-packages/bcrypt/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9/site-packages/bcrypt/__about__.py to __about__.cpython-39.pyc running install_egg_info running egg_info creating src/bcrypt.egg-info writing src/bcrypt.egg-info/PKG-INFO writing dependency_links to src/bcrypt.egg-info/dependency_links.txt writing requirements to src/bcrypt.egg-info/requires.txt writing top-level names to src/bcrypt.egg-info/top_level.txt writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' reading manifest file 'src/bcrypt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'requirements.txt' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'mypy.ini' no previously-included directories found matching '.travis' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' Copying src/bcrypt.egg-info to /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.9/site-packages/bcrypt-3.2.0-py3.9.egg-info running install_scripts >>> py3-bcrypt*: Running postcheck for py3-bcrypt >>> py3-bcrypt*: Preparing package py3-bcrypt... >>> py3-bcrypt*: Stripping binaries >>> py3-bcrypt*: Scanning shared objects >>> py3-bcrypt*: Tracing dependencies... py3-six py3-cffi so:libc.musl-x86.so.1 >>> py3-bcrypt*: Package size: 128.0 KB >>> py3-bcrypt*: Compressing data... >>> py3-bcrypt*: Create checksum... >>> py3-bcrypt*: Create py3-bcrypt-3.2.0-r4.apk >>> py3-bcrypt: Build complete at Sun, 17 Oct 2021 05:25:53 +0000 elapsed time 0h 0m 8s >>> py3-bcrypt: Cleaning up srcdir >>> py3-bcrypt: Cleaning up pkgdir >>> py3-bcrypt: Uninstalling dependencies... (1/20) Purging .makedepends-py3-bcrypt (20211017.052546) (2/20) Purging py3-cffi (1.14.5-r2) (3/20) Purging python3-dev (3.9.7-r3) (4/20) Purging py3-setuptools (52.0.0-r4) (5/20) Purging py3-ordered-set (4.0.2-r2) (6/20) Purging py3-appdirs (1.4.4-r2) (7/20) Purging py3-packaging (20.9-r1) (8/20) Purging py3-parsing (2.4.7-r2) (9/20) Purging py3-six (1.15.0-r1) (10/20) Purging py3-cparser (2.20-r1) (11/20) Purging python3 (3.9.7-r3) (12/20) Purging libffi-dev (3.4.2-r0) (13/20) Purging linux-headers (5.10.41-r0) (14/20) Purging libffi (3.4.2-r0) (15/20) Purging libbz2 (1.0.8-r1) (16/20) Purging gdbm (1.20-r2) (17/20) Purging xz-libs (5.2.5-r0) (18/20) Purging mpdecimal (2.5.1-r1) (19/20) Purging readline (8.1.1-r0) (20/20) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r0.trigger OK: 316 MiB in 88 packages >>> py3-bcrypt: Updating the main/x86 repository index... >>> py3-bcrypt: Signing the index...