>>> py3-bcrypt: Building main/py3-bcrypt 3.2.0-r5 (using abuild 3.9.0-r0) started Wed, 15 Dec 2021 22:46:27 +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/19) Installing libbz2 (1.0.8-r1) (2/19) Installing libffi (3.4.2-r1) (3/19) Installing gdbm (1.22-r0) (4/19) Installing mpdecimal (2.5.1-r1) (5/19) Installing readline (8.1.1-r0) (6/19) Installing sqlite-libs (3.37.0-r0) (7/19) Installing python3 (3.10.1-r0) (8/19) Installing py3-six (1.16.0-r1) (9/19) Installing py3-cparser (2.20-r2) (10/19) Installing py3-cffi (1.14.5-r3) (11/19) Installing python3-dev (3.10.1-r0) (12/19) Installing py3-ordered-set (4.0.2-r3) (13/19) Installing py3-appdirs (1.4.4-r3) (14/19) Installing py3-parsing (2.4.7-r3) (15/19) Installing py3-packaging (21.3-r0) (16/19) Installing py3-setuptools (52.0.0-r5) (17/19) Installing linux-headers (5.10.41-r0) (18/19) Installing libffi-dev (3.4.2-r1) (19/19) Installing .makedepends-py3-bcrypt (20211215.224628) Executing busybox-1.34.1-r4.trigger OK: 345 MiB in 111 packages >>> py3-bcrypt: Cleaning up srcdir >>> py3-bcrypt: Cleaning up pkgdir >>> py3-bcrypt: Fetching https://distfiles.alpinelinux.org/distfiles/edge//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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 41809 100 41809 0 0 36677 0 0:00:01 0:00:01 --:--:-- 36674 100 41809 100 41809 0 0 36662 0 0:00:01 0:00:01 --:--:-- 36642 >>> py3-bcrypt: Fetching https://distfiles.alpinelinux.org/distfiles/edge//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/edge/py3-bcrypt-3.2.0.tar.gz... running build running build_py creating build creating build/lib.linux-ppc64le-3.10 creating build/lib.linux-ppc64le-3.10/bcrypt copying src/bcrypt/__init__.py -> build/lib.linux-ppc64le-3.10/bcrypt copying src/bcrypt/__about__.py -> build/lib.linux-ppc64le-3.10/bcrypt copying src/bcrypt/py.typed -> build/lib.linux-ppc64le-3.10/bcrypt running build_ext generating cffi module 'build/temp.linux-ppc64le-3.10/_bcrypt.c' creating build/temp.linux-ppc64le-3.10 building '_bcrypt' extension creating build/temp.linux-ppc64le-3.10/build creating build/temp.linux-ppc64le-3.10/build/temp.linux-ppc64le-3.10 creating build/temp.linux-ppc64le-3.10/src creating build/temp.linux-ppc64le-3.10/src/_csrc gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/_csrc -I/usr/include/python3.10 -c build/temp.linux-ppc64le-3.10/_bcrypt.c -o build/temp.linux-ppc64le-3.10/build/temp.linux-ppc64le-3.10/_bcrypt.o In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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-ppc64le-3.10/_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 -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/_csrc -I/usr/include/python3.10 -c src/_csrc/bcrypt.c -o build/temp.linux-ppc64le-3.10/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:29: 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:24: 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; | ^~~~~~~~~ src/_csrc/bcrypt.c: In function 'bcrypt_hashpass': src/_csrc/bcrypt.c:161:44: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 161 | snprintf(encrypted, 8, "$2%c$%2.2u$", minor, logr); | ^ src/_csrc/bcrypt.c:161:9: note: 'snprintf' output between 8 and 9 bytes into a destination of size 8 161 | snprintf(encrypted, 8, "$2%c$%2.2u$", minor, logr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/_csrc -I/usr/include/python3.10 -c src/_csrc/bcrypt_pbkdf.c -o build/temp.linux-ppc64le-3.10/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:9: warning: 'bounded' attribute directive ignored [-Wattributes] 68 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:9: warning: 'bounded' attribute directive ignored [-Wattributes] 70 | __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:9: warning: 'bounded' attribute directive ignored [-Wattributes] 74 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:9: warning: 'bounded' attribute directive ignored [-Wattributes] 76 | __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:9: warning: 'bounded' attribute directive ignored [-Wattributes] 80 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:9: 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 -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/_csrc -I/usr/include/python3.10 -c src/_csrc/blf.c -o build/temp.linux-ppc64le-3.10/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 -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/_csrc -I/usr/include/python3.10 -c src/_csrc/sha2.c -o build/temp.linux-ppc64le-3.10/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:9: warning: 'bounded' attribute directive ignored [-Wattributes] 68 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:9: warning: 'bounded' attribute directive ignored [-Wattributes] 70 | __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:9: warning: 'bounded' attribute directive ignored [-Wattributes] 74 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:9: warning: 'bounded' attribute directive ignored [-Wattributes] 76 | __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:9: warning: 'bounded' attribute directive ignored [-Wattributes] 80 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:9: warning: 'bounded' attribute directive ignored [-Wattributes] 82 | __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.c:440:22: warning: argument 1 of type 'u_int8_t[]' {aka 'unsigned char[]'} with mismatched bound [-Warray-parameter=] 440 | SHA256Final(u_int8_t digest[], SHA2_CTX *context) | ~~~~~~~~~^~~~~~~~ In file included from src/_csrc/sha2.c:38: src/_csrc/sha2.h:69:18: note: previously declared as 'u_int8_t[32]' {aka 'unsigned char[32]'} 69 | void SHA256Final(u_int8_t[SHA256_DIGEST_LENGTH], SHA2_CTX *) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/_csrc/sha2.c:759:22: warning: argument 1 of type 'u_int8_t[]' {aka 'unsigned char[]'} with mismatched bound [-Warray-parameter=] 759 | SHA512Final(u_int8_t digest[], SHA2_CTX *context) | ~~~~~~~~~^~~~~~~~ In file included from src/_csrc/sha2.c:38: src/_csrc/sha2.h:81:18: note: previously declared as 'u_int8_t[64]' {aka 'unsigned char[64]'} 81 | void SHA512Final(u_int8_t[SHA512_DIGEST_LENGTH], SHA2_CTX *) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/_csrc/sha2.c:796:22: warning: argument 1 of type 'u_int8_t[]' {aka 'unsigned char[]'} with mismatched bound [-Warray-parameter=] 796 | SHA384Final(u_int8_t digest[], SHA2_CTX *context) | ~~~~~~~~~^~~~~~~~ In file included from src/_csrc/sha2.c:38: src/_csrc/sha2.h:75:18: note: previously declared as 'u_int8_t[48]' {aka 'unsigned char[48]'} 75 | void SHA384Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA2_CTX *) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc/_csrc -I/usr/include/python3.10 -c src/_csrc/timingsafe_bcmp.c -o build/temp.linux-ppc64le-3.10/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 -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-ppc64le-3.10/build/temp.linux-ppc64le-3.10/_bcrypt.o build/temp.linux-ppc64le-3.10/src/_csrc/bcrypt.o build/temp.linux-ppc64le-3.10/src/_csrc/bcrypt_pbkdf.o build/temp.linux-ppc64le-3.10/src/_csrc/blf.o build/temp.linux-ppc64le-3.10/src/_csrc/sha2.o build/temp.linux-ppc64le-3.10/src/_csrc/timingsafe_bcmp.o -L/usr/lib -o build/lib.linux-ppc64le-3.10/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-ppc64le-3.10/_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.10 creating /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages creating /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages/bcrypt copying build/lib.linux-ppc64le-3.10/bcrypt/_bcrypt.abi3.so -> /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages/bcrypt copying build/lib.linux-ppc64le-3.10/bcrypt/py.typed -> /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages/bcrypt copying build/lib.linux-ppc64le-3.10/bcrypt/__init__.py -> /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages/bcrypt copying build/lib.linux-ppc64le-3.10/bcrypt/__about__.py -> /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages/bcrypt byte-compiling /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages/bcrypt/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages/bcrypt/__about__.py to __about__.cpython-310.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.10/site-packages/bcrypt-3.2.0-py3.10.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-ppc64le.so.1 >>> py3-bcrypt*: Package size: 152.0 KB >>> py3-bcrypt*: Compressing data... >>> py3-bcrypt*: Create checksum... >>> py3-bcrypt*: Create py3-bcrypt-3.2.0-r5.apk >>> py3-bcrypt: Build complete at Wed, 15 Dec 2021 22:46:34 +0000 elapsed time 0h 0m 7s >>> py3-bcrypt: Cleaning up srcdir >>> py3-bcrypt: Cleaning up pkgdir >>> py3-bcrypt: Uninstalling dependencies... (1/19) Purging .makedepends-py3-bcrypt (20211215.224628) (2/19) Purging py3-cffi (1.14.5-r3) (3/19) Purging python3-dev (3.10.1-r0) (4/19) Purging py3-setuptools (52.0.0-r5) (5/19) Purging py3-ordered-set (4.0.2-r3) (6/19) Purging py3-appdirs (1.4.4-r3) (7/19) Purging py3-packaging (21.3-r0) (8/19) Purging py3-parsing (2.4.7-r3) (9/19) Purging py3-six (1.16.0-r1) (10/19) Purging py3-cparser (2.20-r2) (11/19) Purging python3 (3.10.1-r0) (12/19) Purging libffi-dev (3.4.2-r1) (13/19) Purging linux-headers (5.10.41-r0) (14/19) Purging libffi (3.4.2-r1) (15/19) Purging libbz2 (1.0.8-r1) (16/19) Purging gdbm (1.22-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.1.1-r0) (19/19) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r4.trigger OK: 231 MiB in 92 packages >>> py3-bcrypt: Updating the main/ppc64le repository index... >>> py3-bcrypt: Signing the index...