>>> py3-smbc: Building testing/py3-smbc 1.0.25.1-r0 (using abuild 3.10.0-r0) started Tue, 28 Mar 2023 01:23:37 +0000 >>> py3-smbc: Checking sanity of /home/buildozer/aports/testing/py3-smbc/APKBUILD... >>> py3-smbc: Analyzing dependencies... >>> py3-smbc: Installing for build: build-base python3 python3-dev samba-dev py3-setuptools (1/54) Installing libbz2 (1.0.8-r4) (2/54) Installing gdbm (1.23-r0) (3/54) Installing mpdecimal (2.5.1-r1) (4/54) Installing libpanelw (6.4_p20230311-r0) (5/54) Installing readline (8.2.1-r0) (6/54) Installing sqlite-libs (3.41.2-r1) (7/54) Installing python3 (3.11.2-r0) (8/54) Installing python3-dev (3.11.2-r0) (9/54) Installing nettle (3.8.1-r0) (10/54) Installing p11-kit (0.24.1-r1) (11/54) Installing libtasn1 (4.19.0-r0) (12/54) Installing libunistring (1.1-r0) (13/54) Installing gnutls (3.8.0-r0) (14/54) Installing talloc (2.4.0-r0) (15/54) Installing tevent (0.14.1-r0) (16/54) Installing samba-util-libs (4.18.0-r0) (17/54) Installing jansson (2.14-r0) (18/54) Installing libsasl (2.1.28-r3) (19/54) Installing libldap (2.6.4-r0) (20/54) Installing lmdb (0.9.30-r1) (21/54) Installing tdb-libs (1.4.8-r0) (22/54) Installing ldb (2.7.1-r0) (23/54) Installing linux-pam (1.5.2-r7) (24/54) Installing libwbclient (4.18.0-r0) (25/54) Installing samba-libs (4.18.0-r0) (26/54) Installing libsmbclient (4.18.0-r0) (27/54) Installing py3-talloc (2.4.0-r0) (28/54) Installing talloc-dev (2.4.0-r0) (29/54) Installing tdb-dev (1.4.8-r0) (30/54) Installing py3-ldb (2.7.1-r0) (31/54) Installing ldb-dev (2.7.1-r0) (32/54) Installing tevent-dev (0.14.1-r0) (33/54) Installing samba-client-libs (4.18.0-r0) (34/54) Installing dbus-libs (1.14.6-r1) (35/54) Installing libintl (0.21.1-r2) (36/54) Installing avahi-libs (0.8-r9) (37/54) Installing samba-common-server-libs (4.18.0-r0) (38/54) Installing samba-common (4.18.0-r0) (39/54) Installing cups-libs (2.4.2-r4) (40/54) Installing liburing (2.3-r1) (41/54) Installing samba-server (4.18.0-r0) (42/54) Installing libarchive (3.6.2-r1) (43/54) Installing libformw (6.4_p20230311-r0) (44/54) Installing samba-client (4.18.0-r0) (45/54) Installing samba-common-tools (4.18.0-r0) (46/54) Installing samba-server-libs (4.18.0-r0) (47/54) Installing samba-libs-py3 (4.18.0-r0) (48/54) Installing samba-dc-libs (4.18.0-r0) (49/54) Installing samba-dev (4.18.0-r0) (50/54) Installing py3-parsing (3.0.9-r1) (51/54) Installing py3-packaging (23.0-r1) (52/54) Installing py3-setuptools (67.6.0-r0) (53/54) Installing .makedepends-py3-smbc (20230328.012340) (54/54) Installing samba-server-openrc (4.18.0-r0) Executing busybox-1.36.0-r5.trigger OK: 1259 MiB in 155 packages >>> py3-smbc: Cleaning up srcdir >>> py3-smbc: Cleaning up pkgdir >>> py3-smbc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-smbc-1.0.25.1.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-smbc: Fetching py3-smbc-1.0.25.1.tar.gz::https://github.com/hamano/pysmbc/archive/refs/tags/1.0.25.1.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 30501 0 30501 0 0 39627 0 --:--:-- --:--:-- --:--:-- 39627 >>> py3-smbc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-smbc-1.0.25.1.tar.gz >>> py3-smbc: Checking sha512sums... py3-smbc-1.0.25.1.tar.gz: OK >>> py3-smbc: Unpacking /var/cache/distfiles/py3-smbc-1.0.25.1.tar.gz... running build running build_py creating build creating build/lib.linux-riscv64-cpython-311 creating build/lib.linux-riscv64-cpython-311/smbc copying smbc/__init__.py -> build/lib.linux-riscv64-cpython-311/smbc copying smbc/xattr.py -> build/lib.linux-riscv64-cpython-311/smbc running build_ext building '_smbc' extension creating build/temp.linux-riscv64-cpython-311 creating build/temp.linux-riscv64-cpython-311/smbc gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.11 -c smbc/context.c -o build/temp.linux-riscv64-cpython-311/smbc/context.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.11 -c smbc/dir.c -o build/temp.linux-riscv64-cpython-311/smbc/dir.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.11 -c smbc/file.c -o build/temp.linux-riscv64-cpython-311/smbc/file.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.11 -c smbc/smbcdirent.c -o build/temp.linux-riscv64-cpython-311/smbc/smbcdirent.o gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.11 -c smbc/smbcmodule.c -o build/temp.linux-riscv64-cpython-311/smbc/smbcmodule.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-riscv64-cpython-311/smbc/context.o build/temp.linux-riscv64-cpython-311/smbc/dir.o build/temp.linux-riscv64-cpython-311/smbc/file.o build/temp.linux-riscv64-cpython-311/smbc/smbcdirent.o build/temp.linux-riscv64-cpython-311/smbc/smbcmodule.o -L/usr/lib -lsmbclient -o build/lib.linux-riscv64-cpython-311/_smbc.cpython-311-riscv64-linux-musl.so >>> py3-smbc: Entering fakeroot... running install /usr/lib/python3.11/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 install_lib creating /home/buildozer/aports/testing/py3-smbc/pkg creating /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc creating /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr creating /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib creating /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.11/site-packages/smbc copying build/lib.linux-riscv64-cpython-311/smbc/__init__.py -> /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.11/site-packages/smbc copying build/lib.linux-riscv64-cpython-311/smbc/xattr.py -> /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.11/site-packages/smbc copying build/lib.linux-riscv64-cpython-311/_smbc.cpython-311-riscv64-linux-musl.so -> /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.11/site-packages/smbc/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.11/site-packages/smbc/xattr.py to xattr.cpython-311.pyc running install_egg_info running egg_info creating pysmbc.egg-info writing pysmbc.egg-info/PKG-INFO writing dependency_links to pysmbc.egg-info/dependency_links.txt writing top-level names to pysmbc.egg-info/top_level.txt writing manifest file 'pysmbc.egg-info/SOURCES.txt' reading manifest file 'pysmbc.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching 'TODO' warning: no files found matching 'test.py' adding license file 'COPYING' writing manifest file 'pysmbc.egg-info/SOURCES.txt' Copying pysmbc.egg-info to /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.11/site-packages/pysmbc-1.0.25.1-py3.11.egg-info running install_scripts >>> py3-smbc*: Running postcheck for py3-smbc >>> py3-smbc*: Preparing package py3-smbc... >>> py3-smbc*: Stripping binaries >>> py3-smbc*: Scanning shared objects >>> py3-smbc*: Tracing dependencies... python3 so:libc.musl-riscv64.so.1 so:libsmbclient.so.0 >>> py3-smbc*: Package size: 112.0 KB >>> py3-smbc*: Compressing data... >>> py3-smbc*: Create checksum... >>> py3-smbc*: Create py3-smbc-1.0.25.1-r0.apk >>> py3-smbc: Build complete at Tue, 28 Mar 2023 01:24:02 +0000 elapsed time 0h 0m 25s >>> py3-smbc: Cleaning up srcdir >>> py3-smbc: Cleaning up pkgdir >>> py3-smbc: Uninstalling dependencies... (1/54) Purging .makedepends-py3-smbc (20230328.012340) (2/54) Purging python3-dev (3.11.2-r0) (3/54) Purging samba-dev (4.18.0-r0) (4/54) Purging samba-dc-libs (4.18.0-r0) (5/54) Purging samba-server-openrc (4.18.0-r0) (6/54) Purging samba-server (4.18.0-r0) (7/54) Purging samba-client (4.18.0-r0) (8/54) Purging samba-common (4.18.0-r0) (9/54) Purging samba-common-tools (4.18.0-r0) (10/54) Purging py3-setuptools (67.6.0-r0) (11/54) Purging py3-packaging (23.0-r1) (12/54) Purging py3-parsing (3.0.9-r1) (13/54) Purging ldb-dev (2.7.1-r0) (14/54) Purging tdb-dev (1.4.8-r0) (15/54) Purging samba-libs-py3 (4.18.0-r0) (16/54) Purging tevent-dev (0.14.1-r0) (17/54) Purging talloc-dev (2.4.0-r0) (18/54) Purging py3-talloc (2.4.0-r0) (19/54) Purging py3-ldb (2.7.1-r0) (20/54) Purging python3 (3.11.2-r0) (21/54) Purging libarchive (3.6.2-r1) (22/54) Purging libbz2 (1.0.8-r4) (23/54) Purging samba-server-libs (4.18.0-r0) (24/54) Purging samba-common-server-libs (4.18.0-r0) (25/54) Purging samba-client-libs (4.18.0-r0) (26/54) Purging libsmbclient (4.18.0-r0) (27/54) Purging samba-libs (4.18.0-r0) (28/54) Purging libldap (2.6.4-r0) (29/54) Purging libsasl (2.1.28-r3) (30/54) Purging gdbm (1.23-r0) (31/54) Purging mpdecimal (2.5.1-r1) (32/54) Purging libpanelw (6.4_p20230311-r0) (33/54) Purging readline (8.2.1-r0) (34/54) Purging sqlite-libs (3.41.2-r1) (35/54) Purging samba-util-libs (4.18.0-r0) (36/54) Purging cups-libs (2.4.2-r4) (37/54) Purging gnutls (3.8.0-r0) (38/54) Purging nettle (3.8.1-r0) (39/54) Purging p11-kit (0.24.1-r1) (40/54) Purging libtasn1 (4.19.0-r0) (41/54) Purging libunistring (1.1-r0) (42/54) Purging ldb (2.7.1-r0) (43/54) Purging tevent (0.14.1-r0) (44/54) Purging talloc (2.4.0-r0) (45/54) Purging jansson (2.14-r0) (46/54) Purging lmdb (0.9.30-r1) (47/54) Purging tdb-libs (1.4.8-r0) (48/54) Purging linux-pam (1.5.2-r7) (49/54) Purging libwbclient (4.18.0-r0) (50/54) Purging avahi-libs (0.8-r9) (51/54) Purging dbus-libs (1.14.6-r1) (52/54) Purging libintl (0.21.1-r2) (53/54) Purging liburing (2.3-r1) (54/54) Purging libformw (6.4_p20230311-r0) Executing busybox-1.36.0-r5.trigger OK: 998 MiB in 101 packages >>> py3-smbc: Updating the testing/riscv64 repository index... >>> py3-smbc: Signing the index...