>>> py3-smbc: Building testing/py3-smbc 1.0.23-r0 (using abuild 3.10.0_rc1-r2) started Sat, 22 Oct 2022 08:38:39 +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/53) Installing libbz2 (1.0.8-r3) (2/53) Installing libffi (3.4.3-r0) (3/53) Installing gdbm (1.23-r0) (4/53) Installing xz-libs (5.2.7-r0) (5/53) Installing mpdecimal (2.5.1-r1) (6/53) Installing readline (8.2.0-r0) (7/53) Installing sqlite-libs (3.39.4-r0) (8/53) Installing python3 (3.10.8-r1) (9/53) Installing python3-dev (3.10.8-r1) (10/53) Installing nettle (3.8.1-r0) (11/53) Installing p11-kit (0.24.1-r1) (12/53) Installing libtasn1 (4.19.0-r0) (13/53) Installing libunistring (1.1-r0) (14/53) Installing gnutls (3.7.8-r2) (15/53) Installing talloc (2.3.4-r0) (16/53) Installing tevent (0.13.0-r0) (17/53) Installing samba-util-libs (4.16.4-r0) (18/53) Installing jansson (2.14-r0) (19/53) Installing libsasl (2.1.28-r2) (20/53) Installing libldap (2.6.3-r3) (21/53) Installing tdb-libs (1.4.7-r0) (22/53) Installing ldb (2.5.2-r0) (23/53) Installing linux-pam (1.5.2-r1) (24/53) Installing libwbclient (4.16.4-r0) (25/53) Installing samba-libs (4.16.4-r0) (26/53) Installing libsmbclient (4.16.4-r0) (27/53) Installing py3-talloc (2.3.4-r0) (28/53) Installing talloc-dev (2.3.4-r0) (29/53) Installing tdb-dev (1.4.7-r0) (30/53) Installing py3-ldb (2.5.2-r0) (31/53) Installing ldb-dev (2.5.2-r0) (32/53) Installing tevent-dev (0.13.0-r0) (33/53) Installing samba-client-libs (4.16.4-r0) (34/53) Installing dbus-libs (1.14.4-r0) (35/53) Installing libintl (0.21.1-r1) (36/53) Installing avahi-libs (0.8-r6) (37/53) Installing samba-common-server-libs (4.16.4-r0) (38/53) Installing samba-common (4.16.4-r0) (39/53) Installing cups-libs (2.4.2-r0) (40/53) Installing liburing (2.2-r0) (41/53) Installing samba-server (4.16.4-r0) (42/53) Installing libarchive (3.6.1-r1) (43/53) Installing samba-client (4.16.4-r0) (44/53) Installing samba-common-tools (4.16.4-r0) (45/53) Installing samba-server-libs (4.16.4-r0) (46/53) Installing samba-libs-py3 (4.16.4-r0) (47/53) Installing samba-dc-libs (4.16.4-r0) (48/53) Installing samba-dev (4.16.4-r0) (49/53) Installing py3-parsing (3.0.9-r0) (50/53) Installing py3-packaging (21.3-r2) (51/53) Installing py3-setuptools (65.5.0-r0) (52/53) Installing .makedepends-py3-smbc (20221022.083839) (53/53) Installing samba-server-openrc (4.16.4-r0) Executing busybox-1.35.0-r27.trigger OK: 479 MiB in 149 packages >>> py3-smbc: Cleaning up srcdir >>> py3-smbc: Cleaning up pkgdir >>> py3-smbc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-smbc-1.0.23.tar.gz >>> py3-smbc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-smbc-1.0.23.tar.gz >>> py3-smbc: Checking sha512sums... py3-smbc-1.0.23.tar.gz: OK >>> py3-smbc: Unpacking /var/cache/distfiles/edge/py3-smbc-1.0.23.tar.gz... running build running build_py creating build creating build/lib.linux-armv8l-cpython-310 creating build/lib.linux-armv8l-cpython-310/smbc copying smbc/xattr.py -> build/lib.linux-armv8l-cpython-310/smbc copying smbc/__init__.py -> build/lib.linux-armv8l-cpython-310/smbc running build_ext building '_smbc' extension creating build/temp.linux-armv8l-cpython-310 creating build/temp.linux-armv8l-cpython-310/smbc gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.10 -c smbc/context.c -o build/temp.linux-armv8l-cpython-310/smbc/context.o smbc/context.c: In function 'Context_setNetbiosName': smbc/context.c:782:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 782 | chars = PyUnicode_GET_SIZE(value); /* not including NUL */ | ^~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from smbc/smbcmodule.h:27, from smbc/context.c:28: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ smbc/context.c:782:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 782 | chars = PyUnicode_GET_SIZE(value); /* not including NUL */ | ^~~~~ /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ smbc/context.c:782:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 782 | chars = PyUnicode_GET_SIZE(value); /* not including NUL */ | ^~~~~ /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ smbc/context.c: In function 'Context_setWorkgroup': smbc/context.c:856:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 856 | chars = PyUnicode_GET_SIZE(value); /* not including NUL */ | ^~~~~ /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ smbc/context.c:856:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 856 | chars = PyUnicode_GET_SIZE(value); /* not including NUL */ | ^~~~~ /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ smbc/context.c:856:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 856 | chars = PyUnicode_GET_SIZE(value); /* not including NUL */ | ^~~~~ /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.10 -c smbc/dir.c -o build/temp.linux-armv8l-cpython-310/smbc/dir.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.10 -c smbc/file.c -o build/temp.linux-armv8l-cpython-310/smbc/file.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.10 -c smbc/smbcdirent.c -o build/temp.linux-armv8l-cpython-310/smbc/smbcdirent.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.10 -c smbc/smbcmodule.c -o build/temp.linux-armv8l-cpython-310/smbc/smbcmodule.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/smbc/context.o build/temp.linux-armv8l-cpython-310/smbc/dir.o build/temp.linux-armv8l-cpython-310/smbc/file.o build/temp.linux-armv8l-cpython-310/smbc/smbcdirent.o build/temp.linux-armv8l-cpython-310/smbc/smbcmodule.o -L/usr/lib -lsmbclient -o build/lib.linux-armv8l-cpython-310/_smbc.cpython-310-arm-linux-gnueabihf.so >>> py3-smbc: Entering fakeroot... running install /usr/lib/python3.10/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.10 creating /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.10/site-packages copying build/lib.linux-armv8l-cpython-310/_smbc.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.10/site-packages/smbc copying build/lib.linux-armv8l-cpython-310/smbc/xattr.py -> /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.10/site-packages/smbc copying build/lib.linux-armv8l-cpython-310/smbc/__init__.py -> /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.10/site-packages/smbc byte-compiling /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.10/site-packages/smbc/xattr.py to xattr.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-smbc/pkg/py3-smbc/usr/lib/python3.10/site-packages/smbc/__init__.py to __init__.cpython-310.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.10/site-packages/pysmbc-1.0.23-py3.10.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-armhf.so.1 so:libsmbclient.so.0 >>> py3-smbc*: Package size: 132.0 KB >>> py3-smbc*: Compressing data... >>> py3-smbc*: Create checksum... >>> py3-smbc*: Create py3-smbc-1.0.23-r0.apk >>> py3-smbc: Build complete at Sat, 22 Oct 2022 08:38:43 +0000 elapsed time 0h 0m 4s >>> py3-smbc: Cleaning up srcdir >>> py3-smbc: Cleaning up pkgdir >>> py3-smbc: Uninstalling dependencies... (1/53) Purging .makedepends-py3-smbc (20221022.083839) (2/53) Purging python3-dev (3.10.8-r1) (3/53) Purging samba-dev (4.16.4-r0) (4/53) Purging samba-dc-libs (4.16.4-r0) (5/53) Purging samba-server-openrc (4.16.4-r0) (6/53) Purging samba-server (4.16.4-r0) (7/53) Purging samba-client (4.16.4-r0) (8/53) Purging samba-common (4.16.4-r0) (9/53) Purging samba-common-tools (4.16.4-r0) (10/53) Purging py3-setuptools (65.5.0-r0) (11/53) Purging py3-packaging (21.3-r2) (12/53) Purging py3-parsing (3.0.9-r0) (13/53) Purging ldb-dev (2.5.2-r0) (14/53) Purging tdb-dev (1.4.7-r0) (15/53) Purging tevent-dev (0.13.0-r0) (16/53) Purging talloc-dev (2.3.4-r0) (17/53) Purging samba-libs-py3 (4.16.4-r0) (18/53) Purging py3-talloc (2.3.4-r0) (19/53) Purging py3-ldb (2.5.2-r0) (20/53) Purging python3 (3.10.8-r1) (21/53) Purging libarchive (3.6.1-r1) (22/53) Purging libbz2 (1.0.8-r3) (23/53) Purging samba-server-libs (4.16.4-r0) (24/53) Purging samba-common-server-libs (4.16.4-r0) (25/53) Purging samba-client-libs (4.16.4-r0) (26/53) Purging libsmbclient (4.16.4-r0) (27/53) Purging samba-libs (4.16.4-r0) (28/53) Purging samba-util-libs (4.16.4-r0) (29/53) Purging cups-libs (2.4.2-r0) (30/53) Purging gnutls (3.7.8-r2) (31/53) Purging p11-kit (0.24.1-r1) (32/53) Purging libffi (3.4.3-r0) (33/53) Purging libldap (2.6.3-r3) (34/53) Purging libsasl (2.1.28-r2) (35/53) Purging gdbm (1.23-r0) (36/53) Purging xz-libs (5.2.7-r0) (37/53) Purging mpdecimal (2.5.1-r1) (38/53) Purging readline (8.2.0-r0) (39/53) Purging sqlite-libs (3.39.4-r0) (40/53) Purging nettle (3.8.1-r0) (41/53) Purging libtasn1 (4.19.0-r0) (42/53) Purging libunistring (1.1-r0) (43/53) Purging ldb (2.5.2-r0) (44/53) Purging tevent (0.13.0-r0) (45/53) Purging talloc (2.3.4-r0) (46/53) Purging jansson (2.14-r0) (47/53) Purging tdb-libs (1.4.7-r0) (48/53) Purging linux-pam (1.5.2-r1) (49/53) Purging libwbclient (4.16.4-r0) (50/53) Purging avahi-libs (0.8-r6) (51/53) Purging dbus-libs (1.14.4-r0) (52/53) Purging libintl (0.21.1-r1) (53/53) Purging liburing (2.2-r0) Executing busybox-1.35.0-r27.trigger OK: 330 MiB in 96 packages >>> py3-smbc: Updating the testing/armhf repository index... >>> py3-smbc: Signing the index...