>>> py3-bcrypt: Building main/py3-bcrypt 3.2.2-r0 (using abuild 3.9.0-r0) started Mon, 02 May 2022 20:45:31 +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 py3-pytest (1/28) Installing libffi (3.4.2-r1) (2/28) Installing gdbm (1.23-r0) (3/28) Installing mpdecimal (2.5.1-r1) (4/28) Installing readline (8.1.2-r0) (5/28) Installing sqlite-libs (3.38.3-r0) (6/28) Installing python3 (3.10.4-r0) (7/28) Installing py3-six (1.16.0-r1) (8/28) Installing py3-cparser (2.20-r2) (9/28) Installing py3-cffi (1.15.0-r0) (10/28) Installing python3-dev (3.10.4-r0) (11/28) Installing py3-appdirs (1.4.4-r3) (12/28) Installing py3-more-itertools (8.12.0-r2) (13/28) Installing py3-ordered-set (4.0.2-r3) (14/28) Installing py3-parsing (2.4.7-r3) (15/28) Installing py3-packaging (21.3-r0) (16/28) Installing py3-setuptools (59.4.0-r0) (17/28) Installing linux-headers (5.16.7-r1) (18/28) Installing libffi-dev (3.4.2-r1) (19/28) Installing py3-atomicwrites (1.4.0-r2) (20/28) Installing py3-attrs (21.4.0-r0) (21/28) Installing py3-iniconfig (1.1.1-r2) (22/28) Installing py3-pluggy (1.0.0-r0) (23/28) Installing py3-py (1.10.0-r2) (24/28) Installing py3-wcwidth (0.2.5-r2) (25/28) Installing py3-toml (0.10.2-r3) (26/28) Installing py3-pygments (2.11.2-r0) (27/28) Installing py3-pytest (6.2.5-r2) (28/28) Installing .makedepends-py3-bcrypt (20220502.204531) Executing busybox-1.35.0-r10.trigger OK: 451 MiB in 122 packages >>> py3-bcrypt: Cleaning up srcdir >>> py3-bcrypt: Cleaning up pkgdir >>> py3-bcrypt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-bcrypt-3.2.2.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-bcrypt: Fetching py3-bcrypt-3.2.2.tar.gz::https://github.com/pyca/bcrypt/archive/3.2.2.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 128 100 128 0 0 2773 0 --:--:-- --:--:-- --:--:-- 2782 100 42204 0 42204 0 0 235k 0 --:--:-- --:--:-- --:--:-- 235k >>> py3-bcrypt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-bcrypt-3.2.2.tar.gz >>> py3-bcrypt: Checking sha512sums... py3-bcrypt-3.2.2.tar.gz: OK >>> py3-bcrypt: Unpacking /var/cache/distfiles/v3.16/py3-bcrypt-3.2.2.tar.gz... running build running build_py creating build creating build/lib.linux-s390x-3.10 creating build/lib.linux-s390x-3.10/bcrypt copying src/bcrypt/__init__.py -> build/lib.linux-s390x-3.10/bcrypt copying src/bcrypt/__about__.py -> build/lib.linux-s390x-3.10/bcrypt 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 'mypy.ini' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files matching '*' found under directory '.circleci' adding license file 'LICENSE' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' copying src/bcrypt/_bcrypt.pyi -> build/lib.linux-s390x-3.10/bcrypt copying src/bcrypt/py.typed -> build/lib.linux-s390x-3.10/bcrypt running build_ext generating cffi module 'build/temp.linux-s390x-3.10/_bcrypt.c' creating build/temp.linux-s390x-3.10 building '_bcrypt' extension creating build/temp.linux-s390x-3.10/build creating build/temp.linux-s390x-3.10/build/temp.linux-s390x-3.10 creating build/temp.linux-s390x-3.10/src creating build/temp.linux-s390x-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-s390x-3.10/_bcrypt.c -o build/temp.linux-s390x-3.10/build/temp.linux-s390x-3.10/_bcrypt.o In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:50: warning: "htobe16" redefined 50 | # define htobe16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:48: note: this is the location of the previous definition 48 | #define htobe16(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:51: warning: "htole16" redefined 51 | # define htole16(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:54: note: this is the location of the previous definition 54 | #define htole16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:52: warning: "be16toh" redefined 52 | # define be16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:49: note: this is the location of the previous definition 49 | #define be16toh(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:53: warning: "le16toh" redefined 53 | # define le16toh(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:55: note: this is the location of the previous definition 55 | #define le16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:55: warning: "htobe32" redefined 55 | # define htobe32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:50: note: this is the location of the previous definition 50 | #define htobe32(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:56: warning: "htole32" redefined 56 | # define htole32(x) (((uint32_t)htole16(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)htole16(((uint16_t)(x)))) << 16)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:56: note: this is the location of the previous definition 56 | #define htole32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:57: warning: "be32toh" redefined 57 | # define be32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:51: note: this is the location of the previous definition 51 | #define be32toh(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:58: warning: "le32toh" redefined 58 | # define le32toh(x) (((uint32_t)le16toh(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)le16toh(((uint16_t)(x)))) << 16)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:57: note: this is the location of the previous definition 57 | #define le32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:60: warning: "htobe64" redefined 60 | # define htobe64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:52: note: this is the location of the previous definition 52 | #define htobe64(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:61: warning: "htole64" redefined 61 | # define htole64(x) (((uint64_t)htole32(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htole32(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:58: note: this is the location of the previous definition 58 | #define htole64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:62: warning: "be64toh" redefined 62 | # define be64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:53: note: this is the location of the previous definition 53 | #define be64toh(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from build/temp.linux-s390x-3.10/_bcrypt.c:570: src/_csrc/portable_endian.h:63: warning: "le64toh" redefined 63 | # define le64toh(x) (((uint64_t)le32toh(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)le32toh(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4, from build/temp.linux-s390x-3.10/_bcrypt.c:570: /usr/include/endian.h:59: note: this is the location of the previous definition 59 | #define le64toh(x) __bswap64(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-s390x-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:50: warning: "htobe16" redefined 50 | # define htobe16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:48: note: this is the location of the previous definition 48 | #define htobe16(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:51: warning: "htole16" redefined 51 | # define htole16(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:54: note: this is the location of the previous definition 54 | #define htole16(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:52: warning: "be16toh" redefined 52 | # define be16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:49: note: this is the location of the previous definition 49 | #define be16toh(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:53: warning: "le16toh" redefined 53 | # define le16toh(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:55: note: this is the location of the previous definition 55 | #define le16toh(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:55: warning: "htobe32" redefined 55 | # define htobe32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:50: note: this is the location of the previous definition 50 | #define htobe32(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:56: warning: "htole32" redefined 56 | # define htole32(x) (((uint32_t)htole16(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)htole16(((uint16_t)(x)))) << 16)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:56: note: this is the location of the previous definition 56 | #define htole32(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:57: warning: "be32toh" redefined 57 | # define be32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:51: note: this is the location of the previous definition 51 | #define be32toh(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:58: warning: "le32toh" redefined 58 | # define le32toh(x) (((uint32_t)le16toh(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)le16toh(((uint16_t)(x)))) << 16)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:57: note: this is the location of the previous definition 57 | #define le32toh(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:60: warning: "htobe64" redefined 60 | # define htobe64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:52: note: this is the location of the previous definition 52 | #define htobe64(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:61: warning: "htole64" redefined 61 | # define htole64(x) (((uint64_t)htole32(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htole32(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:58: note: this is the location of the previous definition 58 | #define htole64(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:62: warning: "be64toh" redefined 62 | # define be64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:53: note: this is the location of the previous definition 53 | #define be64toh(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:63: warning: "le64toh" redefined 63 | # define le64toh(x) (((uint64_t)le32toh(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)le32toh(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt.c:34: /usr/include/endian.h:59: note: this is the location of the previous definition 59 | #define le64toh(x) __bswap64(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; | ^~~~~~~~~ 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-s390x-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:50: warning: "htobe16" redefined 50 | # define htobe16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:48: note: this is the location of the previous definition 48 | #define htobe16(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:51: warning: "htole16" redefined 51 | # define htole16(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:54: note: this is the location of the previous definition 54 | #define htole16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:52: warning: "be16toh" redefined 52 | # define be16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:49: note: this is the location of the previous definition 49 | #define be16toh(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:53: warning: "le16toh" redefined 53 | # define le16toh(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:55: note: this is the location of the previous definition 55 | #define le16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:55: warning: "htobe32" redefined 55 | # define htobe32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:50: note: this is the location of the previous definition 50 | #define htobe32(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:56: warning: "htole32" redefined 56 | # define htole32(x) (((uint32_t)htole16(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)htole16(((uint16_t)(x)))) << 16)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:56: note: this is the location of the previous definition 56 | #define htole32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:57: warning: "be32toh" redefined 57 | # define be32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:51: note: this is the location of the previous definition 51 | #define be32toh(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:58: warning: "le32toh" redefined 58 | # define le32toh(x) (((uint32_t)le16toh(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)le16toh(((uint16_t)(x)))) << 16)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:57: note: this is the location of the previous definition 57 | #define le32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:60: warning: "htobe64" redefined 60 | # define htobe64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:52: note: this is the location of the previous definition 52 | #define htobe64(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:61: warning: "htole64" redefined 61 | # define htole64(x) (((uint64_t)htole32(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htole32(((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:58: note: this is the location of the previous definition 58 | #define htole64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/bcrypt_pbkdf.c:22: src/_csrc/portable_endian.h:62: warning: "be64toh" redefined 62 | # define be64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/bcrypt_pbkdf.c:18: /usr/include/endian.h:53: note: this is the location of the previous definition 53 | #define be64toh(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:63: warning: "le64toh" redefined 63 | # define le64toh(x) (((uint64_t)le32toh(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)le32toh(((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:59: note: this is the location of the previous definition 59 | #define le64toh(x) __bswap64(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-s390x-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:50: warning: "htobe16" redefined 50 | # define htobe16(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:48: note: this is the location of the previous definition 48 | #define htobe16(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:51: warning: "htole16" redefined 51 | # define htole16(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:54: note: this is the location of the previous definition 54 | #define htole16(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:52: warning: "be16toh" redefined 52 | # define be16toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:49: note: this is the location of the previous definition 49 | #define be16toh(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:53: warning: "le16toh" redefined 53 | # define le16toh(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:55: note: this is the location of the previous definition 55 | #define le16toh(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:55: warning: "htobe32" redefined 55 | # define htobe32(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:50: note: this is the location of the previous definition 50 | #define htobe32(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:56: warning: "htole32" redefined 56 | # define htole32(x) (((uint32_t)htole16(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)htole16(((uint16_t)(x)))) << 16)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:56: note: this is the location of the previous definition 56 | #define htole32(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:57: warning: "be32toh" redefined 57 | # define be32toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:51: note: this is the location of the previous definition 51 | #define be32toh(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:58: warning: "le32toh" redefined 58 | # define le32toh(x) (((uint32_t)le16toh(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)le16toh(((uint16_t)(x)))) << 16)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:57: note: this is the location of the previous definition 57 | #define le32toh(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:60: warning: "htobe64" redefined 60 | # define htobe64(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:52: note: this is the location of the previous definition 52 | #define htobe64(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:61: warning: "htole64" redefined 61 | # define htole64(x) (((uint64_t)htole32(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htole32(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:58: note: this is the location of the previous definition 58 | #define htole64(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:62: warning: "be64toh" redefined 62 | # define be64toh(x) (x) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:53: note: this is the location of the previous definition 53 | #define be64toh(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:63: warning: "le64toh" redefined 63 | # define le64toh(x) (((uint64_t)le32toh(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)le32toh(((uint32_t)(x)))) << 32)) | In file included from /usr/include/sys/types.h:70, from src/_csrc/blf.c:40: /usr/include/endian.h:59: note: this is the location of the previous definition 59 | #define le64toh(x) __bswap64(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-s390x-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:50: warning: "htobe16" redefined 50 | # define htobe16(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:48: note: this is the location of the previous definition 48 | #define htobe16(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:51: warning: "htole16" redefined 51 | # define htole16(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | 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:54: note: this is the location of the previous definition 54 | #define htole16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:52: warning: "be16toh" redefined 52 | # define be16toh(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:49: note: this is the location of the previous definition 49 | #define be16toh(x) (uint16_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:53: warning: "le16toh" redefined 53 | # define le16toh(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | 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:55: note: this is the location of the previous definition 55 | #define le16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:55: warning: "htobe32" redefined 55 | # define htobe32(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:50: note: this is the location of the previous definition 50 | #define htobe32(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:56: warning: "htole32" redefined 56 | # define htole32(x) (((uint32_t)htole16(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)htole16(((uint16_t)(x)))) << 16)) | 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:56: note: this is the location of the previous definition 56 | #define htole32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:57: warning: "be32toh" redefined 57 | # define be32toh(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:51: note: this is the location of the previous definition 51 | #define be32toh(x) (uint32_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:58: warning: "le32toh" redefined 58 | # define le32toh(x) (((uint32_t)le16toh(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)le16toh(((uint16_t)(x)))) << 16)) | 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:57: note: this is the location of the previous definition 57 | #define le32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:60: warning: "htobe64" redefined 60 | # define htobe64(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:52: note: this is the location of the previous definition 52 | #define htobe64(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:61: warning: "htole64" redefined 61 | # define htole64(x) (((uint64_t)htole32(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htole32(((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:58: note: this is the location of the previous definition 58 | #define htole64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:62: warning: "be64toh" redefined 62 | # define be64toh(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:53: note: this is the location of the previous definition 53 | #define be64toh(x) (uint64_t)(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/sha2.c:37: src/_csrc/portable_endian.h:63: warning: "le64toh" redefined 63 | # define le64toh(x) (((uint64_t)le32toh(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)le32toh(((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:59: note: this is the location of the previous definition 59 | #define le64toh(x) __bswap64(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-s390x-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:50: warning: "htobe16" redefined 50 | # define htobe16(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:48: note: this is the location of the previous definition 48 | #define htobe16(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:51: warning: "htole16" redefined 51 | # define htole16(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | 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:54: note: this is the location of the previous definition 54 | #define htole16(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:52: warning: "be16toh" redefined 52 | # define be16toh(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:49: note: this is the location of the previous definition 49 | #define be16toh(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:53: warning: "le16toh" redefined 53 | # define le16toh(x) (((((uint16_t)(x)) >> 8))|((((uint16_t)(x)) << 8))) | 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:55: note: this is the location of the previous definition 55 | #define le16toh(x) __bswap16(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:55: warning: "htobe32" redefined 55 | # define htobe32(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:50: note: this is the location of the previous definition 50 | #define htobe32(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:56: warning: "htole32" redefined 56 | # define htole32(x) (((uint32_t)htole16(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)htole16(((uint16_t)(x)))) << 16)) | 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:56: note: this is the location of the previous definition 56 | #define htole32(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:57: warning: "be32toh" redefined 57 | # define be32toh(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:51: note: this is the location of the previous definition 51 | #define be32toh(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:58: warning: "le32toh" redefined 58 | # define le32toh(x) (((uint32_t)le16toh(((uint16_t)(((uint32_t)(x)) >> 16)))) | (((uint32_t)le16toh(((uint16_t)(x)))) << 16)) | 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:57: note: this is the location of the previous definition 57 | #define le32toh(x) __bswap32(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:60: warning: "htobe64" redefined 60 | # define htobe64(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:52: note: this is the location of the previous definition 52 | #define htobe64(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:61: warning: "htole64" redefined 61 | # define htole64(x) (((uint64_t)htole32(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htole32(((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:58: note: this is the location of the previous definition 58 | #define htole64(x) __bswap64(x) | In file included from src/_csrc/pycabcrypt.h:7, from src/_csrc/timingsafe_bcmp.c:18: src/_csrc/portable_endian.h:62: warning: "be64toh" redefined 62 | # define be64toh(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:53: note: this is the location of the previous definition 53 | #define be64toh(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:63: warning: "le64toh" redefined 63 | # define le64toh(x) (((uint64_t)le32toh(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)le32toh(((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:59: note: this is the location of the previous definition 59 | #define le64toh(x) __bswap64(x) | gcc -shared -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-s390x-3.10/build/temp.linux-s390x-3.10/_bcrypt.o build/temp.linux-s390x-3.10/src/_csrc/bcrypt.o build/temp.linux-s390x-3.10/src/_csrc/bcrypt_pbkdf.o build/temp.linux-s390x-3.10/src/_csrc/blf.o build/temp.linux-s390x-3.10/src/_csrc/sha2.o build/temp.linux-s390x-3.10/src/_csrc/timingsafe_bcmp.o -L/usr/lib -o build/lib.linux-s390x-3.10/bcrypt/_bcrypt.abi3.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 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 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 'mypy.ini' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files matching '*' found under directory '.circleci' adding license file 'LICENSE' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-s390x-3.10/_bcrypt.c' already up-to-date copying build/lib.linux-s390x-3.10/bcrypt/_bcrypt.abi3.so -> src/bcrypt ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK >>> py3-bcrypt: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running 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 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 'mypy.ini' warning: no previously-included files matching '*' found under directory '.github' warning: no previously-included files matching '*' found under directory '.circleci' adding license file 'LICENSE' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-s390x-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-s390x-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-s390x-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-s390x-3.10/bcrypt/__about__.py -> /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages/bcrypt copying build/lib.linux-s390x-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-s390x-3.10/bcrypt/_bcrypt.pyi -> /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 Copying src/bcrypt.egg-info to /home/buildozer/aports/main/py3-bcrypt/pkg/py3-bcrypt/usr/lib/python3.10/site-packages/bcrypt-3.2.2-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-s390x.so.1 >>> py3-bcrypt*: Package size: 120.0 KB >>> py3-bcrypt*: Compressing data... >>> py3-bcrypt*: Create checksum... >>> py3-bcrypt*: Create py3-bcrypt-3.2.2-r0.apk >>> py3-bcrypt: Build complete at Mon, 02 May 2022 20:45:35 +0000 elapsed time 0h 0m 4s >>> py3-bcrypt: Cleaning up srcdir >>> py3-bcrypt: Cleaning up pkgdir >>> py3-bcrypt: Uninstalling dependencies... (1/28) Purging .makedepends-py3-bcrypt (20220502.204531) (2/28) Purging py3-cffi (1.15.0-r0) (3/28) Purging python3-dev (3.10.4-r0) (4/28) Purging py3-setuptools (59.4.0-r0) (5/28) Purging py3-appdirs (1.4.4-r3) (6/28) Purging py3-ordered-set (4.0.2-r3) (7/28) Purging py3-cparser (2.20-r2) (8/28) Purging libffi-dev (3.4.2-r1) (9/28) Purging linux-headers (5.16.7-r1) (10/28) Purging py3-pytest (6.2.5-r2) (11/28) Purging py3-atomicwrites (1.4.0-r2) (12/28) Purging py3-attrs (21.4.0-r0) (13/28) Purging py3-more-itertools (8.12.0-r2) (14/28) Purging py3-iniconfig (1.1.1-r2) (15/28) Purging py3-pluggy (1.0.0-r0) (16/28) Purging py3-py (1.10.0-r2) (17/28) Purging py3-wcwidth (0.2.5-r2) (18/28) Purging py3-packaging (21.3-r0) (19/28) Purging py3-parsing (2.4.7-r3) (20/28) Purging py3-six (1.16.0-r1) (21/28) Purging py3-toml (0.10.2-r3) (22/28) Purging py3-pygments (2.11.2-r0) (23/28) Purging python3 (3.10.4-r0) (24/28) Purging libffi (3.4.2-r1) (25/28) Purging gdbm (1.23-r0) (26/28) Purging mpdecimal (2.5.1-r1) (27/28) Purging readline (8.1.2-r0) (28/28) Purging sqlite-libs (3.38.3-r0) Executing busybox-1.35.0-r10.trigger OK: 326 MiB in 94 packages >>> py3-bcrypt: Updating the main/s390x repository index... >>> py3-bcrypt: Signing the index...