>>> py3-regex: Building community/py3-regex 2023.5.4-r0 (using abuild 3.11.0_rc13-r0) started Wed, 03 May 2023 06:45:40 +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/26) Installing libbz2 (1.0.8-r5) (2/26) Installing libffi (3.4.4-r2) (3/26) Installing gdbm (1.23-r1) (4/26) Installing xz-libs (5.4.2-r1) (5/26) Installing mpdecimal (2.5.1-r2) (6/26) Installing libpanelw (6.4_p20230429-r0) (7/26) Installing readline (8.2.1-r1) (8/26) Installing sqlite-libs (3.41.2-r2) (9/26) Installing python3 (3.11.3-r10) (10/26) Installing python3-pycache-pyc0 (3.11.3-r10) (11/26) Installing pyc (0.1-r0) (12/26) Installing python3-pyc (3.11.3-r10) (13/26) Installing py3-installer (0.7.0-r1) (14/26) Installing py3-installer-pyc (0.7.0-r1) (15/26) Installing py3-gpep517 (13-r2) (16/26) Installing py3-gpep517-pyc (13-r2) (17/26) Installing py3-parsing (3.0.9-r2) (18/26) Installing py3-parsing-pyc (3.0.9-r2) (19/26) Installing py3-packaging (23.1-r1) (20/26) Installing py3-packaging-pyc (23.1-r1) (21/26) Installing py3-setuptools (67.7.2-r0) (22/26) Installing py3-setuptools-pyc (67.7.2-r0) (23/26) Installing py3-wheel (0.40.0-r1) (24/26) Installing py3-wheel-pyc (0.40.0-r1) (25/26) Installing python3-dev (3.11.3-r10) (26/26) Installing .makedepends-py3-regex (20230503.064542) Executing busybox-1.36.0-r8.trigger OK: 472 MiB in 124 packages >>> py3-regex: Cleaning up srcdir >>> py3-regex: Cleaning up pkgdir >>> py3-regex: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-regex-2023.5.4.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-regex: Fetching py3-regex-2023.5.4.tar.gz::https://github.com/mrabarnett/mrab-regex/archive/refs/tags/2023.5.4.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 368k 0 368k 0 0 531k 0 --:--:-- --:--:-- --:--:-- 531k 100 385k 0 385k 0 0 553k 0 --:--:-- --:--:-- --:--:-- 4455k >>> py3-regex: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-regex-2023.5.4.tar.gz >>> py3-regex: Checking sha512sums... py3-regex-2023.5.4.tar.gz: OK >>> py3-regex: Unpacking /var/cache/distfiles/v3.18/py3-regex-2023.5.4.tar.gz... 2023-05-03 06:45:45,776 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-05-03 06:45:45,831 root INFO running bdist_wheel 2023-05-03 06:45:45,856 root INFO running build 2023-05-03 06:45:45,857 root INFO running build_py 2023-05-03 06:45:45,862 root INFO creating build 2023-05-03 06:45:45,862 root INFO creating build/lib.linux-i686-cpython-311 2023-05-03 06:45:45,862 root INFO creating build/lib.linux-i686-cpython-311/regex 2023-05-03 06:45:45,863 root INFO copying regex_3/__init__.py -> build/lib.linux-i686-cpython-311/regex 2023-05-03 06:45:45,863 root INFO copying regex_3/regex.py -> build/lib.linux-i686-cpython-311/regex 2023-05-03 06:45:45,864 root INFO copying regex_3/_regex_core.py -> build/lib.linux-i686-cpython-311/regex 2023-05-03 06:45:45,865 root INFO copying regex_3/test_regex.py -> build/lib.linux-i686-cpython-311/regex 2023-05-03 06:45:45,867 root INFO running build_ext 2023-05-03 06:45:45,870 root INFO building 'regex._regex' extension 2023-05-03 06:45:45,871 root INFO creating build/temp.linux-i686-cpython-311 2023-05-03 06:45:45,871 root INFO creating build/temp.linux-i686-cpython-311/regex_3 2023-05-03 06:45:45,871 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c regex_3/_regex.c -o build/temp.linux-i686-cpython-311/regex_3/_regex.o regex_3/_regex.c: In function 'munge_name': regex_3/_regex.c:26221:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 26221 | else; | ^~~~ regex_3/_regex.c:26222:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 26222 | *munged++ = toupper(*name++); | ^ 2023-05-03 06:46:05,625 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c regex_3/_regex_unicode.c -o build/temp.linux-i686-cpython-311/regex_3/_regex_unicode.o 2023-05-03 06:46:09,151 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-i686-cpython-311/regex_3/_regex.o build/temp.linux-i686-cpython-311/regex_3/_regex_unicode.o -L/usr/lib -o build/lib.linux-i686-cpython-311/regex/_regex.cpython-311-i386-linux-musl.so 2023-05-03 06:46:09,211 wheel INFO installing to build/bdist.linux-i686/wheel 2023-05-03 06:46:09,212 root INFO running install 2023-05-03 06:46:09,236 root INFO running install_lib 2023-05-03 06:46:09,240 root INFO creating build/bdist.linux-i686 2023-05-03 06:46:09,241 root INFO creating build/bdist.linux-i686/wheel 2023-05-03 06:46:09,241 root INFO creating build/bdist.linux-i686/wheel/regex 2023-05-03 06:46:09,241 root INFO copying build/lib.linux-i686-cpython-311/regex/test_regex.py -> build/bdist.linux-i686/wheel/regex 2023-05-03 06:46:09,243 root INFO copying build/lib.linux-i686-cpython-311/regex/_regex_core.py -> build/bdist.linux-i686/wheel/regex 2023-05-03 06:46:09,244 root INFO copying build/lib.linux-i686-cpython-311/regex/__init__.py -> build/bdist.linux-i686/wheel/regex 2023-05-03 06:46:09,244 root INFO copying build/lib.linux-i686-cpython-311/regex/_regex.cpython-311-i386-linux-musl.so -> build/bdist.linux-i686/wheel/regex 2023-05-03 06:46:09,249 root INFO copying build/lib.linux-i686-cpython-311/regex/regex.py -> build/bdist.linux-i686/wheel/regex 2023-05-03 06:46:09,250 root INFO running install_egg_info 2023-05-03 06:46:09,269 root INFO running egg_info 2023-05-03 06:46:09,269 root INFO creating regex.egg-info 2023-05-03 06:46:09,272 root INFO writing regex.egg-info/PKG-INFO 2023-05-03 06:46:09,272 root INFO writing dependency_links to regex.egg-info/dependency_links.txt 2023-05-03 06:46:09,273 root INFO writing top-level names to regex.egg-info/top_level.txt 2023-05-03 06:46:09,273 root INFO writing manifest file 'regex.egg-info/SOURCES.txt' 2023-05-03 06:46:09,277 root INFO reading manifest file 'regex.egg-info/SOURCES.txt' 2023-05-03 06:46:09,278 root INFO reading manifest template 'MANIFEST.in' 2023-05-03 06:46:09,280 root INFO adding license file 'LICENSE.txt' 2023-05-03 06:46:09,281 root INFO writing manifest file 'regex.egg-info/SOURCES.txt' 2023-05-03 06:46:09,282 root INFO Copying regex.egg-info to build/bdist.linux-i686/wheel/regex-2023.5.4-py3.11.egg-info 2023-05-03 06:46:09,284 root INFO running install_scripts 2023-05-03 06:46:09,299 wheel INFO creating build/bdist.linux-i686/wheel/regex-2023.5.4.dist-info/WHEEL 2023-05-03 06:46:09,300 wheel INFO creating '/home/buildozer/aports/community/py3-regex/src/mrab-regex-2023.5.4/dist/.tmp-d4tn9be0/regex-2023.5.4-cp311-cp311-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-05-03 06:46:09,300 wheel INFO adding 'regex/__init__.py' 2023-05-03 06:46:09,306 wheel INFO adding 'regex/_regex.cpython-311-i386-linux-musl.so' 2023-05-03 06:46:09,317 wheel INFO adding 'regex/_regex_core.py' 2023-05-03 06:46:09,318 wheel INFO adding 'regex/regex.py' 2023-05-03 06:46:09,320 wheel INFO adding 'regex/test_regex.py' 2023-05-03 06:46:09,323 wheel INFO adding 'regex-2023.5.4.dist-info/LICENSE.txt' 2023-05-03 06:46:09,323 wheel INFO adding 'regex-2023.5.4.dist-info/METADATA' 2023-05-03 06:46:09,324 wheel INFO adding 'regex-2023.5.4.dist-info/WHEEL' 2023-05-03 06:46:09,325 wheel INFO adding 'regex-2023.5.4.dist-info/top_level.txt' 2023-05-03 06:46:09,325 wheel INFO adding 'regex-2023.5.4.dist-info/RECORD' 2023-05-03 06:46:09,325 wheel INFO removing build/bdist.linux-i686/wheel 2023-05-03 06:46:09,327 gpep517 INFO The backend produced dist/regex-2023.5.4-cp311-cp311-linux_i686.whl regex-2023.5.4-cp311-cp311-linux_i686.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-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-regex/pkg/py3-regex/usr/lib/python3.11/site-packages/regex/__pycache__' -> '/home/buildozer/aports/community/py3-regex/pkg/py3-regex-pyc/usr/lib/python3.11/site-packages/regex/__pycache__' >>> py3-regex-pyc*: Preparing subpackage py3-regex-pyc... >>> py3-regex-pyc*: Running postcheck for py3-regex-pyc >>> py3-regex*: Running postcheck for py3-regex >>> py3-regex*: Preparing package py3-regex... >>> py3-regex*: Stripping binaries >>> py3-regex-pyc*: Scanning shared objects >>> py3-regex*: Scanning shared objects >>> py3-regex-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-regex-pyc*: Package size: 648.0 KB >>> py3-regex-pyc*: Compressing data... >>> py3-regex-pyc*: Create checksum... >>> py3-regex-pyc*: Create py3-regex-pyc-2023.5.4-r0.apk >>> py3-regex*: Tracing dependencies... python3 python3~3.11 so:libc.musl-x86.so.1 >>> py3-regex*: Package size: 872.0 KB >>> py3-regex*: Compressing data... >>> py3-regex*: Create checksum... >>> py3-regex*: Create py3-regex-2023.5.4-r0.apk >>> py3-regex: Build complete at Wed, 03 May 2023 06:46:10 +0000 elapsed time 0h 0m 30s >>> py3-regex: Cleaning up srcdir >>> py3-regex: Cleaning up pkgdir >>> py3-regex: Uninstalling dependencies... (1/26) Purging .makedepends-py3-regex (20230503.064542) (2/26) Purging py3-gpep517-pyc (13-r2) (3/26) Purging py3-gpep517 (13-r2) (4/26) Purging py3-installer-pyc (0.7.0-r1) (5/26) Purging py3-installer (0.7.0-r1) (6/26) Purging py3-setuptools-pyc (67.7.2-r0) (7/26) Purging py3-setuptools (67.7.2-r0) (8/26) Purging py3-wheel-pyc (0.40.0-r1) (9/26) Purging py3-wheel (0.40.0-r1) (10/26) Purging py3-packaging-pyc (23.1-r1) (11/26) Purging py3-packaging (23.1-r1) (12/26) Purging py3-parsing-pyc (3.0.9-r2) (13/26) Purging py3-parsing (3.0.9-r2) (14/26) Purging python3-dev (3.11.3-r10) (15/26) Purging python3-pyc (3.11.3-r10) (16/26) Purging python3-pycache-pyc0 (3.11.3-r10) (17/26) Purging pyc (0.1-r0) (18/26) Purging python3 (3.11.3-r10) (19/26) Purging gdbm (1.23-r1) (20/26) Purging libbz2 (1.0.8-r5) (21/26) Purging libffi (3.4.4-r2) (22/26) Purging libpanelw (6.4_p20230429-r0) (23/26) Purging mpdecimal (2.5.1-r2) (24/26) Purging readline (8.2.1-r1) (25/26) Purging sqlite-libs (3.41.2-r2) (26/26) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 373 MiB in 98 packages >>> py3-regex: Updating the community/x86 repository index... >>> py3-regex: Signing the index...