>>> py3-regex: Building community/py3-regex 2023.03.22-r0 (using abuild 3.10.0-r0) started Thu, 23 Mar 2023 04:29:10 +0000 >>> py3-regex: Checking sanity of /home/buildozer/aports/community/py3-regex/APKBUILD... >>> py3-regex: Analyzing dependencies... >>> py3-regex: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-wheel python3-dev (1/17) Installing libbz2 (1.0.8-r4) (2/17) Installing libffi (3.4.4-r0) (3/17) Installing gdbm (1.23-r0) (4/17) Installing xz-libs (5.4.2-r0) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing libpanelw (6.4_p20230311-r0) (7/17) Installing readline (8.2.1-r0) (8/17) Installing sqlite-libs (3.41.2-r0) (9/17) Installing python3 (3.11.2-r0) (10/17) Installing py3-installer (0.7.0-r0) (11/17) Installing py3-gpep517 (13-r0) (12/17) Installing py3-parsing (3.0.9-r1) (13/17) Installing py3-packaging (23.0-r1) (14/17) Installing py3-setuptools (67.6.0-r0) (15/17) Installing py3-wheel (0.40.0-r0) (16/17) Installing python3-dev (3.11.2-r0) (17/17) Installing .makedepends-py3-regex (20230323.042911) Executing busybox-1.36.0-r5.trigger OK: 458 MiB in 114 packages >>> py3-regex: Cleaning up srcdir >>> py3-regex: Cleaning up pkgdir >>> py3-regex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-regex-2023.03.22.tar.gz >>> py3-regex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-regex-2023.03.22.tar.gz >>> py3-regex: Checking sha512sums... py3-regex-2023.03.22.tar.gz: OK >>> py3-regex: Unpacking /var/cache/distfiles/edge/py3-regex-2023.03.22.tar.gz... 2023-03-23 04:29:12,261 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-03-23 04:29:12,282 root INFO running bdist_wheel 2023-03-23 04:29:12,291 root INFO running build 2023-03-23 04:29:12,291 root INFO running build_py 2023-03-23 04:29:12,293 root INFO creating build 2023-03-23 04:29:12,293 root INFO creating build/lib.linux-armv8l-cpython-311 2023-03-23 04:29:12,293 root INFO creating build/lib.linux-armv8l-cpython-311/regex 2023-03-23 04:29:12,293 root INFO copying regex_3/__init__.py -> build/lib.linux-armv8l-cpython-311/regex 2023-03-23 04:29:12,294 root INFO copying regex_3/regex.py -> build/lib.linux-armv8l-cpython-311/regex 2023-03-23 04:29:12,294 root INFO copying regex_3/_regex_core.py -> build/lib.linux-armv8l-cpython-311/regex 2023-03-23 04:29:12,294 root INFO copying regex_3/test_regex.py -> build/lib.linux-armv8l-cpython-311/regex 2023-03-23 04:29:12,295 root INFO running build_ext 2023-03-23 04:29:12,296 root INFO building 'regex._regex' extension 2023-03-23 04:29:12,296 root INFO creating build/temp.linux-armv8l-cpython-311 2023-03-23 04:29:12,296 root INFO creating build/temp.linux-armv8l-cpython-311/regex_3 2023-03-23 04:29:12,296 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.11 -c regex_3/_regex.c -o build/temp.linux-armv8l-cpython-311/regex_3/_regex.o regex_3/_regex.c: In function 'munge_name': regex_3/_regex.c:26218:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 26218 | else; | ^~~~ regex_3/_regex.c:26219:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 26219 | *munged++ = toupper(*name++); | ^ 2023-03-23 04:29:19,900 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.11 -c regex_3/_regex_unicode.c -o build/temp.linux-armv8l-cpython-311/regex_3/_regex_unicode.o 2023-03-23 04:29:20,987 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-311/regex_3/_regex.o build/temp.linux-armv8l-cpython-311/regex_3/_regex_unicode.o -L/usr/lib -o build/lib.linux-armv8l-cpython-311/regex/_regex.cpython-311-arm-linux-musleabihf.so 2023-03-23 04:29:21,010 wheel INFO installing to build/bdist.linux-armv8l/wheel 2023-03-23 04:29:21,010 root INFO running install 2023-03-23 04:29:21,017 root INFO running install_lib 2023-03-23 04:29:21,019 root INFO creating build/bdist.linux-armv8l 2023-03-23 04:29:21,019 root INFO creating build/bdist.linux-armv8l/wheel 2023-03-23 04:29:21,019 root INFO creating build/bdist.linux-armv8l/wheel/regex 2023-03-23 04:29:21,019 root INFO copying build/lib.linux-armv8l-cpython-311/regex/__init__.py -> build/bdist.linux-armv8l/wheel/regex 2023-03-23 04:29:21,019 root INFO copying build/lib.linux-armv8l-cpython-311/regex/regex.py -> build/bdist.linux-armv8l/wheel/regex 2023-03-23 04:29:21,019 root INFO copying build/lib.linux-armv8l-cpython-311/regex/_regex_core.py -> build/bdist.linux-armv8l/wheel/regex 2023-03-23 04:29:21,020 root INFO copying build/lib.linux-armv8l-cpython-311/regex/test_regex.py -> build/bdist.linux-armv8l/wheel/regex 2023-03-23 04:29:21,020 root INFO copying build/lib.linux-armv8l-cpython-311/regex/_regex.cpython-311-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel/regex 2023-03-23 04:29:21,022 root INFO running install_egg_info 2023-03-23 04:29:21,029 root INFO running egg_info 2023-03-23 04:29:21,029 root INFO creating regex.egg-info 2023-03-23 04:29:21,030 root INFO writing regex.egg-info/PKG-INFO 2023-03-23 04:29:21,030 root INFO writing dependency_links to regex.egg-info/dependency_links.txt 2023-03-23 04:29:21,031 root INFO writing top-level names to regex.egg-info/top_level.txt 2023-03-23 04:29:21,031 root INFO writing manifest file 'regex.egg-info/SOURCES.txt' 2023-03-23 04:29:21,032 root INFO reading manifest file 'regex.egg-info/SOURCES.txt' 2023-03-23 04:29:21,032 root INFO reading manifest template 'MANIFEST.in' 2023-03-23 04:29:21,033 root INFO adding license file 'LICENSE.txt' 2023-03-23 04:29:21,033 root INFO writing manifest file 'regex.egg-info/SOURCES.txt' 2023-03-23 04:29:21,033 root INFO Copying regex.egg-info to build/bdist.linux-armv8l/wheel/regex-2023.3.22-py3.11.egg-info 2023-03-23 04:29:21,034 root INFO running install_scripts 2023-03-23 04:29:21,038 wheel INFO creating build/bdist.linux-armv8l/wheel/regex-2023.3.22.dist-info/WHEEL 2023-03-23 04:29:21,039 wheel INFO creating '/home/buildozer/aports/community/py3-regex/src/mrab-regex-2023.03.22/dist/.tmp-i3zxa_js/regex-2023.3.22-cp311-cp311-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2023-03-23 04:29:21,039 wheel INFO adding 'regex/__init__.py' 2023-03-23 04:29:21,041 wheel INFO adding 'regex/_regex.cpython-311-arm-linux-musleabihf.so' 2023-03-23 04:29:21,046 wheel INFO adding 'regex/_regex_core.py' 2023-03-23 04:29:21,047 wheel INFO adding 'regex/regex.py' 2023-03-23 04:29:21,047 wheel INFO adding 'regex/test_regex.py' 2023-03-23 04:29:21,049 wheel INFO adding 'regex-2023.3.22.dist-info/LICENSE.txt' 2023-03-23 04:29:21,049 wheel INFO adding 'regex-2023.3.22.dist-info/METADATA' 2023-03-23 04:29:21,049 wheel INFO adding 'regex-2023.3.22.dist-info/WHEEL' 2023-03-23 04:29:21,049 wheel INFO adding 'regex-2023.3.22.dist-info/top_level.txt' 2023-03-23 04:29:21,049 wheel INFO adding 'regex-2023.3.22.dist-info/RECORD' 2023-03-23 04:29:21,049 wheel INFO removing build/bdist.linux-armv8l/wheel 2023-03-23 04:29:21,050 gpep517 INFO The backend produced dist/regex-2023.3.22-cp311-cp311-linux_armv8l.whl regex-2023.3.22-cp311-cp311-linux_armv8l.whl >>> py3-regex: Entering fakeroot... removed '/home/buildozer/aports/community/py3-regex/pkg/py3-regex/usr/lib/python3.11/site-packages/regex/test_regex.py' >>> py3-regex*: Running postcheck for py3-regex >>> py3-regex*: Preparing package py3-regex... >>> py3-regex*: Stripping binaries >>> py3-regex*: Scanning shared objects >>> py3-regex*: Tracing dependencies... python3 so:libc.musl-armhf.so.1 >>> py3-regex*: Package size: 1.5 MB >>> py3-regex*: Compressing data... >>> py3-regex*: Create checksum... >>> py3-regex*: Create py3-regex-2023.03.22-r0.apk >>> py3-regex: Build complete at Thu, 23 Mar 2023 04:29:21 +0000 elapsed time 0h 0m 11s >>> py3-regex: Cleaning up srcdir >>> py3-regex: Cleaning up pkgdir >>> py3-regex: Uninstalling dependencies... (1/17) Purging .makedepends-py3-regex (20230323.042911) (2/17) Purging py3-gpep517 (13-r0) (3/17) Purging py3-installer (0.7.0-r0) (4/17) Purging py3-setuptools (67.6.0-r0) (5/17) Purging py3-wheel (0.40.0-r0) (6/17) Purging py3-packaging (23.0-r1) (7/17) Purging py3-parsing (3.0.9-r1) (8/17) Purging python3-dev (3.11.2-r0) (9/17) Purging python3 (3.11.2-r0) (10/17) Purging libbz2 (1.0.8-r4) (11/17) Purging libffi (3.4.4-r0) (12/17) Purging gdbm (1.23-r0) (13/17) Purging xz-libs (5.4.2-r0) (14/17) Purging mpdecimal (2.5.1-r1) (15/17) Purging libpanelw (6.4_p20230311-r0) (16/17) Purging readline (8.2.1-r0) (17/17) Purging sqlite-libs (3.41.2-r0) Executing busybox-1.36.0-r5.trigger OK: 326 MiB in 97 packages >>> py3-regex: Updating the community/armhf repository index... >>> py3-regex: Signing the index...