>>> py3-regex: Building community/py3-regex 2023.6.3-r0 (using abuild 3.11.6-r1) started Sun, 04 Jun 2023 19:07:51 +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/24) Installing libffi (3.4.4-r3) (2/24) Installing gdbm (1.23-r1) (3/24) Installing mpdecimal (2.5.1-r2) (4/24) Installing libpanelw (6.4_p20230527-r0) (5/24) Installing readline (8.2.1-r2) (6/24) Installing sqlite-libs (3.42.0-r2) (7/24) Installing python3 (3.11.3-r11) (8/24) Installing python3-pycache-pyc0 (3.11.3-r11) (9/24) Installing pyc (0.1-r0) (10/24) Installing python3-pyc (3.11.3-r11) (11/24) Installing py3-installer (0.7.0-r1) (12/24) Installing py3-installer-pyc (0.7.0-r1) (13/24) Installing py3-gpep517 (13-r2) (14/24) Installing py3-gpep517-pyc (13-r2) (15/24) Installing py3-parsing (3.0.9-r2) (16/24) Installing py3-parsing-pyc (3.0.9-r2) (17/24) Installing py3-packaging (23.1-r1) (18/24) Installing py3-packaging-pyc (23.1-r1) (19/24) Installing py3-setuptools (67.8.0-r0) (20/24) Installing py3-setuptools-pyc (67.8.0-r0) (21/24) Installing py3-wheel (0.40.0-r1) (22/24) Installing py3-wheel-pyc (0.40.0-r1) (23/24) Installing python3-dev (3.11.3-r11) (24/24) Installing .makedepends-py3-regex (20230604.190752) Executing busybox-1.36.1-r0.trigger OK: 474 MiB in 132 packages >>> py3-regex: Cleaning up srcdir >>> py3-regex: Cleaning up pkgdir >>> py3-regex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-regex-2023.6.3.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:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-regex: Fetching py3-regex-2023.6.3.tar.gz::https://github.com/mrabarnett/mrab-regex/archive/refs/tags/2023.6.3.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 386k 0 386k 0 0 647k 0 --:--:-- --:--:-- --:--:-- 3509k >>> py3-regex: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-regex-2023.6.3.tar.gz >>> py3-regex: Checking sha512sums... py3-regex-2023.6.3.tar.gz: OK >>> py3-regex: Unpacking /var/cache/distfiles/edge/py3-regex-2023.6.3.tar.gz... 2023-06-04 19:07:55,649 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-06-04 19:07:55,687 root INFO running bdist_wheel 2023-06-04 19:07:55,704 root INFO running build 2023-06-04 19:07:55,704 root INFO running build_py 2023-06-04 19:07:55,707 root INFO creating build 2023-06-04 19:07:55,707 root INFO creating build/lib.linux-i686-cpython-311 2023-06-04 19:07:55,707 root INFO creating build/lib.linux-i686-cpython-311/regex 2023-06-04 19:07:55,708 root INFO copying regex_3/__init__.py -> build/lib.linux-i686-cpython-311/regex 2023-06-04 19:07:55,708 root INFO copying regex_3/regex.py -> build/lib.linux-i686-cpython-311/regex 2023-06-04 19:07:55,709 root INFO copying regex_3/_regex_core.py -> build/lib.linux-i686-cpython-311/regex 2023-06-04 19:07:55,709 root INFO copying regex_3/test_regex.py -> build/lib.linux-i686-cpython-311/regex 2023-06-04 19:07:55,711 root INFO running build_ext 2023-06-04 19:07:55,713 root INFO building 'regex._regex' extension 2023-06-04 19:07:55,713 root INFO creating build/temp.linux-i686-cpython-311 2023-06-04 19:07:55,713 root INFO creating build/temp.linux-i686-cpython-311/regex_3 2023-06-04 19:07:55,713 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.11 -c regex_3/_regex.c -o build/temp.linux-i686-cpython-311/regex_3/_regex.o 2023-06-04 19:08:07,268 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -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-06-04 19:08:09,339 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt 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-06-04 19:08:09,392 wheel INFO installing to build/bdist.linux-i686/wheel 2023-06-04 19:08:09,392 root INFO running install 2023-06-04 19:08:09,406 root INFO running install_lib 2023-06-04 19:08:09,409 root INFO creating build/bdist.linux-i686 2023-06-04 19:08:09,409 root INFO creating build/bdist.linux-i686/wheel 2023-06-04 19:08:09,409 root INFO creating build/bdist.linux-i686/wheel/regex 2023-06-04 19:08:09,409 root INFO copying build/lib.linux-i686-cpython-311/regex/test_regex.py -> build/bdist.linux-i686/wheel/regex 2023-06-04 19:08:09,411 root INFO copying build/lib.linux-i686-cpython-311/regex/_regex_core.py -> build/bdist.linux-i686/wheel/regex 2023-06-04 19:08:09,411 root INFO copying build/lib.linux-i686-cpython-311/regex/__init__.py -> build/bdist.linux-i686/wheel/regex 2023-06-04 19:08:09,412 root INFO copying build/lib.linux-i686-cpython-311/regex/_regex.cpython-311-i386-linux-musl.so -> build/bdist.linux-i686/wheel/regex 2023-06-04 19:08:09,415 root INFO copying build/lib.linux-i686-cpython-311/regex/regex.py -> build/bdist.linux-i686/wheel/regex 2023-06-04 19:08:09,415 root INFO running install_egg_info 2023-06-04 19:08:09,428 root INFO running egg_info 2023-06-04 19:08:09,428 root INFO creating regex.egg-info 2023-06-04 19:08:09,430 root INFO writing regex.egg-info/PKG-INFO 2023-06-04 19:08:09,431 root INFO writing dependency_links to regex.egg-info/dependency_links.txt 2023-06-04 19:08:09,431 root INFO writing top-level names to regex.egg-info/top_level.txt 2023-06-04 19:08:09,431 root INFO writing manifest file 'regex.egg-info/SOURCES.txt' 2023-06-04 19:08:09,436 root INFO reading manifest file 'regex.egg-info/SOURCES.txt' 2023-06-04 19:08:09,436 root INFO reading manifest template 'MANIFEST.in' 2023-06-04 19:08:09,439 root INFO adding license file 'LICENSE.txt' 2023-06-04 19:08:09,441 root INFO writing manifest file 'regex.egg-info/SOURCES.txt' 2023-06-04 19:08:09,442 root INFO Copying regex.egg-info to build/bdist.linux-i686/wheel/regex-2023.6.3-py3.11.egg-info 2023-06-04 19:08:09,444 root INFO running install_scripts 2023-06-04 19:08:09,458 wheel INFO creating build/bdist.linux-i686/wheel/regex-2023.6.3.dist-info/WHEEL 2023-06-04 19:08:09,459 wheel INFO creating '/home/buildozer/aports/community/py3-regex/src/mrab-regex-2023.6.3/dist/.tmp-aidf3ujk/regex-2023.6.3-cp311-cp311-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-06-04 19:08:09,460 wheel INFO adding 'regex/__init__.py' 2023-06-04 19:08:09,467 wheel INFO adding 'regex/_regex.cpython-311-i386-linux-musl.so' 2023-06-04 19:08:09,481 wheel INFO adding 'regex/_regex_core.py' 2023-06-04 19:08:09,483 wheel INFO adding 'regex/regex.py' 2023-06-04 19:08:09,485 wheel INFO adding 'regex/test_regex.py' 2023-06-04 19:08:09,489 wheel INFO adding 'regex-2023.6.3.dist-info/LICENSE.txt' 2023-06-04 19:08:09,490 wheel INFO adding 'regex-2023.6.3.dist-info/METADATA' 2023-06-04 19:08:09,491 wheel INFO adding 'regex-2023.6.3.dist-info/WHEEL' 2023-06-04 19:08:09,491 wheel INFO adding 'regex-2023.6.3.dist-info/top_level.txt' 2023-06-04 19:08:09,492 wheel INFO adding 'regex-2023.6.3.dist-info/RECORD' 2023-06-04 19:08:09,492 wheel INFO removing build/bdist.linux-i686/wheel 2023-06-04 19:08:09,494 gpep517 INFO The backend produced dist/regex-2023.6.3-cp311-cp311-linux_i686.whl regex-2023.6.3-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.6.3-r0.apk >>> py3-regex*: Tracing dependencies... python3 python3~3.11 so:libc.musl-x86.so.1 >>> py3-regex*: Package size: 868.0 KB >>> py3-regex*: Compressing data... >>> py3-regex*: Create checksum... >>> py3-regex*: Create py3-regex-2023.6.3-r0.apk >>> py3-regex: Build complete at Sun, 04 Jun 2023 19:08:10 +0000 elapsed time 0h 0m 19s >>> py3-regex: Cleaning up srcdir >>> py3-regex: Cleaning up pkgdir >>> py3-regex: Uninstalling dependencies... (1/24) Purging .makedepends-py3-regex (20230604.190752) (2/24) Purging py3-gpep517-pyc (13-r2) (3/24) Purging py3-gpep517 (13-r2) (4/24) Purging py3-installer-pyc (0.7.0-r1) (5/24) Purging py3-installer (0.7.0-r1) (6/24) Purging py3-setuptools-pyc (67.8.0-r0) (7/24) Purging py3-setuptools (67.8.0-r0) (8/24) Purging py3-wheel-pyc (0.40.0-r1) (9/24) Purging py3-wheel (0.40.0-r1) (10/24) Purging py3-packaging-pyc (23.1-r1) (11/24) Purging py3-packaging (23.1-r1) (12/24) Purging py3-parsing-pyc (3.0.9-r2) (13/24) Purging py3-parsing (3.0.9-r2) (14/24) Purging python3-dev (3.11.3-r11) (15/24) Purging python3-pyc (3.11.3-r11) (16/24) Purging python3-pycache-pyc0 (3.11.3-r11) (17/24) Purging pyc (0.1-r0) (18/24) Purging python3 (3.11.3-r11) (19/24) Purging gdbm (1.23-r1) (20/24) Purging libffi (3.4.4-r3) (21/24) Purging libpanelw (6.4_p20230527-r0) (22/24) Purging mpdecimal (2.5.1-r2) (23/24) Purging readline (8.2.1-r2) (24/24) Purging sqlite-libs (3.42.0-r2) Executing busybox-1.36.1-r0.trigger OK: 375 MiB in 108 packages >>> py3-regex: Updating the community/x86 repository index... >>> py3-regex: Signing the index...