>>> py3-bitstruct: Building testing/py3-bitstruct 8.17.0-r0 (using abuild 3.11.10-r0) started Thu, 22 Jun 2023 14:11:01 +0000 >>> py3-bitstruct: Checking sanity of /home/buildozer/aports/testing/py3-bitstruct/APKBUILD... >>> py3-bitstruct: Analyzing dependencies... >>> py3-bitstruct: Installing for build: build-base py3-codespell py3-gpep517 py3-setuptools py3-wheel python3-dev (1/28) Installing libffi (3.4.4-r3) (2/28) Installing gdbm (1.23-r1) (3/28) Installing mpdecimal (2.5.1-r2) (4/28) Installing libpanelw (6.4_p20230617-r0) (5/28) Installing readline (8.2.1-r2) (6/28) Installing sqlite-libs (3.42.0-r2) (7/28) Installing python3 (3.11.4-r0) (8/28) Installing python3-pycache-pyc0 (3.11.4-r0) (9/28) Installing pyc (0.1-r0) (10/28) Installing py3-chardet-pyc (5.1.0-r1) (11/28) Installing py3-codespell-pyc (2.2.5-r0) (12/28) Installing python3-pyc (3.11.4-r0) (13/28) Installing py3-chardet (5.1.0-r1) (14/28) Installing py3-codespell (2.2.5-r0) (15/28) Installing py3-installer (0.7.0-r1) (16/28) Installing py3-installer-pyc (0.7.0-r1) (17/28) Installing py3-gpep517 (13-r2) (18/28) Installing py3-gpep517-pyc (13-r2) (19/28) Installing py3-parsing (3.1.0-r0) (20/28) Installing py3-parsing-pyc (3.1.0-r0) (21/28) Installing py3-packaging (23.1-r1) (22/28) Installing py3-packaging-pyc (23.1-r1) (23/28) Installing py3-setuptools (68.0.0-r0) (24/28) Installing py3-setuptools-pyc (68.0.0-r0) (25/28) Installing py3-wheel (0.40.0-r1) (26/28) Installing py3-wheel-pyc (0.40.0-r1) (27/28) Installing python3-dev (3.11.4-r0) (28/28) Installing .makedepends-py3-bitstruct (20230622.141102) Executing busybox-1.36.1-r1.trigger OK: 478 MiB in 138 packages >>> py3-bitstruct: Cleaning up srcdir >>> py3-bitstruct: Cleaning up pkgdir >>> py3-bitstruct: Cleaning up tmpdir >>> py3-bitstruct: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-bitstruct-8.17.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-bitstruct: Fetching py3-bitstruct-8.17.0.tar.gz::https://github.com/eerimoq/bitstruct/archive/refs/tags/8.17.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33484 0 33484 0 0 37083 0 --:--:-- --:--:-- --:--:-- 37083 >>> py3-bitstruct: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-bitstruct-8.17.0.tar.gz >>> py3-bitstruct: Checking sha512sums... py3-bitstruct-8.17.0.tar.gz: OK >>> py3-bitstruct: Unpacking /var/cache/distfiles/edge/py3-bitstruct-8.17.0.tar.gz... 2023-06-22 14:11:05,248 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-06-22 14:11:05,286 root INFO running bdist_wheel 2023-06-22 14:11:05,303 root INFO running build 2023-06-22 14:11:05,303 root INFO running build_py 2023-06-22 14:11:05,307 root INFO creating build 2023-06-22 14:11:05,307 root INFO creating build/lib.linux-i686-cpython-311 2023-06-22 14:11:05,307 root INFO creating build/lib.linux-i686-cpython-311/bitstruct 2023-06-22 14:11:05,307 root INFO copying bitstruct/__init__.py -> build/lib.linux-i686-cpython-311/bitstruct 2023-06-22 14:11:05,308 root INFO copying bitstruct/version.py -> build/lib.linux-i686-cpython-311/bitstruct 2023-06-22 14:11:05,309 root INFO running build_ext 2023-06-22 14:11:05,311 root INFO building 'bitstruct.c' extension 2023-06-22 14:11:05,311 root INFO creating build/temp.linux-i686-cpython-311 2023-06-22 14:11:05,311 root INFO creating build/temp.linux-i686-cpython-311/bitstruct 2023-06-22 14:11:05,311 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c bitstruct/bitstream.c -o build/temp.linux-i686-cpython-311/bitstruct/bitstream.o 2023-06-22 14:11:05,819 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c bitstruct/c.c -o build/temp.linux-i686-cpython-311/bitstruct/c.o 2023-06-22 14:11:06,944 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-311/bitstruct/bitstream.o build/temp.linux-i686-cpython-311/bitstruct/c.o -L/usr/lib -o build/lib.linux-i686-cpython-311/bitstruct/c.cpython-311-i386-linux-musl.so 2023-06-22 14:11:06,968 wheel INFO installing to build/bdist.linux-i686/wheel 2023-06-22 14:11:06,968 root INFO running install 2023-06-22 14:11:06,981 root INFO running install_lib 2023-06-22 14:11:06,984 root INFO creating build/bdist.linux-i686 2023-06-22 14:11:06,984 root INFO creating build/bdist.linux-i686/wheel 2023-06-22 14:11:06,985 root INFO creating build/bdist.linux-i686/wheel/bitstruct 2023-06-22 14:11:06,985 root INFO copying build/lib.linux-i686-cpython-311/bitstruct/c.cpython-311-i386-linux-musl.so -> build/bdist.linux-i686/wheel/bitstruct 2023-06-22 14:11:06,986 root INFO copying build/lib.linux-i686-cpython-311/bitstruct/__init__.py -> build/bdist.linux-i686/wheel/bitstruct 2023-06-22 14:11:06,986 root INFO copying build/lib.linux-i686-cpython-311/bitstruct/version.py -> build/bdist.linux-i686/wheel/bitstruct 2023-06-22 14:11:06,986 root INFO running install_egg_info 2023-06-22 14:11:07,001 root INFO running egg_info 2023-06-22 14:11:07,001 root INFO creating bitstruct.egg-info 2023-06-22 14:11:07,005 root INFO writing bitstruct.egg-info/PKG-INFO 2023-06-22 14:11:07,006 root INFO writing dependency_links to bitstruct.egg-info/dependency_links.txt 2023-06-22 14:11:07,007 root INFO writing top-level names to bitstruct.egg-info/top_level.txt 2023-06-22 14:11:07,007 root INFO writing manifest file 'bitstruct.egg-info/SOURCES.txt' 2023-06-22 14:11:07,012 root INFO reading manifest file 'bitstruct.egg-info/SOURCES.txt' 2023-06-22 14:11:07,013 root INFO reading manifest template 'MANIFEST.in' 2023-06-22 14:11:07,017 root INFO adding license file 'LICENSE' 2023-06-22 14:11:07,019 root INFO writing manifest file 'bitstruct.egg-info/SOURCES.txt' 2023-06-22 14:11:07,020 root INFO Copying bitstruct.egg-info to build/bdist.linux-i686/wheel/bitstruct-8.17.0-py3.11.egg-info 2023-06-22 14:11:07,022 root INFO running install_scripts 2023-06-22 14:11:07,031 wheel INFO creating build/bdist.linux-i686/wheel/bitstruct-8.17.0.dist-info/WHEEL 2023-06-22 14:11:07,032 wheel INFO creating '/home/buildozer/aports/testing/py3-bitstruct/src/bitstruct-8.17.0/.dist/.tmp-6l9gi27v/bitstruct-8.17.0-cp311-cp311-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-06-22 14:11:07,034 wheel INFO adding 'bitstruct/__init__.py' 2023-06-22 14:11:07,035 wheel INFO adding 'bitstruct/c.cpython-311-i386-linux-musl.so' 2023-06-22 14:11:07,037 wheel INFO adding 'bitstruct/version.py' 2023-06-22 14:11:07,038 wheel INFO adding 'bitstruct-8.17.0.dist-info/LICENSE' 2023-06-22 14:11:07,039 wheel INFO adding 'bitstruct-8.17.0.dist-info/METADATA' 2023-06-22 14:11:07,039 wheel INFO adding 'bitstruct-8.17.0.dist-info/WHEEL' 2023-06-22 14:11:07,040 wheel INFO adding 'bitstruct-8.17.0.dist-info/top_level.txt' 2023-06-22 14:11:07,040 wheel INFO adding 'bitstruct-8.17.0.dist-info/RECORD' 2023-06-22 14:11:07,041 wheel INFO removing build/bdist.linux-i686/wheel 2023-06-22 14:11:07,043 gpep517 INFO The backend produced .dist/bitstruct-8.17.0-cp311-cp311-linux_i686.whl bitstruct-8.17.0-cp311-cp311-linux_i686.whl >>> py3-bitstruct: Entering fakeroot... >>> py3-bitstruct-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-bitstruct/pkg/py3-bitstruct/usr/lib/python3.11/site-packages/bitstruct/__pycache__' -> '/home/buildozer/aports/testing/py3-bitstruct/pkg/py3-bitstruct-pyc/usr/lib/python3.11/site-packages/bitstruct/__pycache__' >>> py3-bitstruct-pyc*: Preparing subpackage py3-bitstruct-pyc... >>> py3-bitstruct-pyc*: Running postcheck for py3-bitstruct-pyc >>> py3-bitstruct*: Running postcheck for py3-bitstruct >>> py3-bitstruct*: Preparing package py3-bitstruct... >>> py3-bitstruct*: Stripping binaries >>> py3-bitstruct-pyc*: Scanning shared objects >>> py3-bitstruct*: Scanning shared objects >>> py3-bitstruct-pyc*: Tracing dependencies... py3-codespell python3~3.11 >>> py3-bitstruct-pyc*: Package size: 64.0 KB >>> py3-bitstruct-pyc*: Compressing data... >>> py3-bitstruct-pyc*: Create checksum... >>> py3-bitstruct-pyc*: Create py3-bitstruct-pyc-8.17.0-r0.apk >>> py3-bitstruct*: Tracing dependencies... py3-codespell python3~3.11 so:libc.musl-x86.so.1 >>> py3-bitstruct*: Package size: 116.0 KB >>> py3-bitstruct*: Compressing data... >>> py3-bitstruct*: Create checksum... >>> py3-bitstruct*: Create py3-bitstruct-8.17.0-r0.apk >>> py3-bitstruct: Build complete at Thu, 22 Jun 2023 14:11:08 +0000 elapsed time 0h 0m 7s >>> py3-bitstruct: Cleaning up srcdir >>> py3-bitstruct: Cleaning up pkgdir >>> py3-bitstruct: Uninstalling dependencies... (1/28) Purging .makedepends-py3-bitstruct (20230622.141102) (2/28) Purging py3-codespell-pyc (2.2.5-r0) (3/28) Purging py3-codespell (2.2.5-r0) (4/28) Purging py3-chardet-pyc (5.1.0-r1) (5/28) Purging py3-chardet (5.1.0-r1) (6/28) Purging py3-gpep517-pyc (13-r2) (7/28) Purging py3-gpep517 (13-r2) (8/28) Purging py3-installer-pyc (0.7.0-r1) (9/28) Purging py3-installer (0.7.0-r1) (10/28) Purging py3-setuptools-pyc (68.0.0-r0) (11/28) Purging py3-setuptools (68.0.0-r0) (12/28) Purging py3-wheel-pyc (0.40.0-r1) (13/28) Purging py3-wheel (0.40.0-r1) (14/28) Purging py3-packaging-pyc (23.1-r1) (15/28) Purging py3-packaging (23.1-r1) (16/28) Purging py3-parsing-pyc (3.1.0-r0) (17/28) Purging py3-parsing (3.1.0-r0) (18/28) Purging python3-dev (3.11.4-r0) (19/28) Purging python3-pyc (3.11.4-r0) (20/28) Purging python3-pycache-pyc0 (3.11.4-r0) (21/28) Purging pyc (0.1-r0) (22/28) Purging python3 (3.11.4-r0) (23/28) Purging gdbm (1.23-r1) (24/28) Purging libffi (3.4.4-r3) (25/28) Purging libpanelw (6.4_p20230617-r0) (26/28) Purging mpdecimal (2.5.1-r2) (27/28) Purging readline (8.2.1-r2) (28/28) Purging sqlite-libs (3.42.0-r2) Executing busybox-1.36.1-r1.trigger OK: 375 MiB in 110 packages >>> py3-bitstruct: Updating the testing/x86 repository index... >>> py3-bitstruct: Signing the index...