>>> py3-smbc: Building testing/py3-smbc 1.0.23-r0 (using abuild 3.10.0_rc1-r2) started Sat, 22 Oct 2022 08:59:12 +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-r3) (2/54) Installing libffi (3.4.3-r0) (3/54) Installing gdbm (1.23-r0) (4/54) Installing xz-libs (5.2.7-r0) (5/54) Installing mpdecimal (2.5.1-r1) (6/54) Installing readline (8.2.0-r0) (7/54) Installing sqlite-libs (3.39.4-r0) (8/54) Installing python3 (3.10.8-r1) (9/54) Installing python3-dev (3.10.8-r1) (10/54) Installing nettle (3.8.1-r0) (11/54) Installing p11-kit (0.24.1-r1) (12/54) Installing libtasn1 (4.19.0-r0) (13/54) Installing libunistring (1.1-r0) (14/54) Installing gnutls (3.7.8-r2) (15/54) Installing talloc (2.3.4-r0) (16/54) Installing tevent (0.13.0-r0) (17/54) Installing samba-util-libs (4.16.4-r0) (18/54) Installing jansson (2.14-r0) (19/54) Installing libsasl (2.1.28-r2) (20/54) Installing libldap (2.6.3-r3) (21/54) Installing lmdb (0.9.29-r1) (22/54) Installing tdb-libs (1.4.7-r0) (23/54) Installing ldb (2.5.2-r0) (24/54) Installing linux-pam (1.5.2-r1) (25/54) Installing libwbclient (4.16.4-r0) (26/54) Installing samba-libs (4.16.4-r0) (27/54) Installing libsmbclient (4.16.4-r0) (28/54) Installing py3-talloc (2.3.4-r0) (29/54) Installing talloc-dev (2.3.4-r0) (30/54) Installing tdb-dev (1.4.7-r0) (31/54) Installing py3-ldb (2.5.2-r0) (32/54) Installing ldb-dev (2.5.2-r0) (33/54) Installing tevent-dev (0.13.0-r0) (34/54) Installing samba-client-libs (4.16.4-r0) (35/54) Installing dbus-libs (1.14.4-r0) (36/54) Installing libintl (0.21.1-r1) (37/54) Installing avahi-libs (0.8-r6) (38/54) Installing samba-common-server-libs (4.16.4-r0) (39/54) Installing samba-common (4.16.4-r0) (40/54) Installing cups-libs (2.4.2-r0) (41/54) Installing liburing (2.2-r0) (42/54) Installing samba-server (4.16.4-r0) (43/54) Installing libarchive (3.6.1-r1) (44/54) Installing samba-client (4.16.4-r0) (45/54) Installing samba-common-tools (4.16.4-r0) (46/54) Installing samba-server-libs (4.16.4-r0) (47/54) Installing samba-libs-py3 (4.16.4-r0) (48/54) Installing samba-dc-libs (4.16.4-r0) (49/54) Installing samba-dev (4.16.4-r0) (50/54) Installing py3-parsing (3.0.9-r0) (51/54) Installing py3-packaging (21.3-r2) (52/54) Installing py3-setuptools (65.5.0-r0) (53/54) Installing .makedepends-py3-smbc (20221022.085914) (54/54) Installing samba-server-openrc (4.16.4-r0) Executing busybox-1.35.0-r27.trigger OK: 462 MiB in 149 packages >>> py3-smbc: Cleaning up srcdir >>> py3-smbc: Cleaning up pkgdir >>> py3-smbc: Fetching py3-smbc-1.0.23.tar.gz::https://github.com/hamano/pysmbc/archive/refs/tags/1.0.23.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 9095 0 9095 0 0 11108 0 --:--:-- --:--:-- --:--:-- 11108 100 29243 0 29243 0 0 33065 0 --:--:-- --:--:-- --:--:-- 302k >>> py3-smbc: Fetching py3-smbc-1.0.23.tar.gz::https://github.com/hamano/pysmbc/archive/refs/tags/1.0.23.tar.gz >>> py3-smbc: Checking sha512sums... py3-smbc-1.0.23.tar.gz: OK >>> py3-smbc: Unpacking /var/cache/distfiles/py3-smbc-1.0.23.tar.gz... running build running build_py creating build creating build/lib.linux-ppc64le-cpython-310 creating build/lib.linux-ppc64le-cpython-310/smbc copying smbc/xattr.py -> build/lib.linux-ppc64le-cpython-310/smbc copying smbc/__init__.py -> build/lib.linux-ppc64le-cpython-310/smbc running build_ext building '_smbc' extension creating build/temp.linux-ppc64le-cpython-310 creating build/temp.linux-ppc64le-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=0x200000 -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-ppc64le-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=0x200000 -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-ppc64le-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=0x200000 -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-ppc64le-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=0x200000 -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-ppc64le-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=0x200000 -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-ppc64le-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-ppc64le-cpython-310/smbc/context.o build/temp.linux-ppc64le-cpython-310/smbc/dir.o build/temp.linux-ppc64le-cpython-310/smbc/file.o build/temp.linux-ppc64le-cpython-310/smbc/smbcdirent.o build/temp.linux-ppc64le-cpython-310/smbc/smbcmodule.o -L/usr/lib -lsmbclient -o build/lib.linux-ppc64le-cpython-310/_smbc.cpython-310-powerpc64le-linux-gnu.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-ppc64le-cpython-310/_smbc.cpython-310-powerpc64le-linux-gnu.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-ppc64le-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-ppc64le-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-ppc64le.so.1 so:libsmbclient.so.0 >>> py3-smbc*: Package size: 136.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:59:21 +0000 elapsed time 0h 0m 9s >>> py3-smbc: Cleaning up srcdir >>> py3-smbc: Cleaning up pkgdir >>> py3-smbc: Uninstalling dependencies... (1/54) Purging .makedepends-py3-smbc (20221022.085914) (2/54) Purging python3-dev (3.10.8-r1) (3/54) Purging samba-dev (4.16.4-r0) (4/54) Purging samba-dc-libs (4.16.4-r0) (5/54) Purging samba-server-openrc (4.16.4-r0) (6/54) Purging samba-server (4.16.4-r0) (7/54) Purging samba-client (4.16.4-r0) (8/54) Purging samba-common (4.16.4-r0) (9/54) Purging samba-common-tools (4.16.4-r0) (10/54) Purging py3-setuptools (65.5.0-r0) (11/54) Purging py3-packaging (21.3-r2) (12/54) Purging py3-parsing (3.0.9-r0) (13/54) Purging ldb-dev (2.5.2-r0) (14/54) Purging tdb-dev (1.4.7-r0) (15/54) Purging samba-libs-py3 (4.16.4-r0) (16/54) Purging py3-ldb (2.5.2-r0) (17/54) Purging tevent-dev (0.13.0-r0) (18/54) Purging talloc-dev (2.3.4-r0) (19/54) Purging py3-talloc (2.3.4-r0) (20/54) Purging python3 (3.10.8-r1) (21/54) Purging libarchive (3.6.1-r1) (22/54) Purging libbz2 (1.0.8-r3) (23/54) Purging samba-server-libs (4.16.4-r0) (24/54) Purging samba-common-server-libs (4.16.4-r0) (25/54) Purging samba-client-libs (4.16.4-r0) (26/54) Purging libsmbclient (4.16.4-r0) (27/54) Purging samba-libs (4.16.4-r0) (28/54) Purging samba-util-libs (4.16.4-r0) (29/54) Purging cups-libs (2.4.2-r0) (30/54) Purging gnutls (3.7.8-r2) (31/54) Purging p11-kit (0.24.1-r1) (32/54) Purging libffi (3.4.3-r0) (33/54) Purging libldap (2.6.3-r3) (34/54) Purging libsasl (2.1.28-r2) (35/54) Purging gdbm (1.23-r0) (36/54) Purging xz-libs (5.2.7-r0) (37/54) Purging mpdecimal (2.5.1-r1) (38/54) Purging readline (8.2.0-r0) (39/54) Purging sqlite-libs (3.39.4-r0) (40/54) Purging nettle (3.8.1-r0) (41/54) Purging libtasn1 (4.19.0-r0) (42/54) Purging libunistring (1.1-r0) (43/54) Purging ldb (2.5.2-r0) (44/54) Purging tevent (0.13.0-r0) (45/54) Purging talloc (2.3.4-r0) (46/54) Purging jansson (2.14-r0) (47/54) Purging lmdb (0.9.29-r1) (48/54) Purging tdb-libs (1.4.7-r0) (49/54) Purging linux-pam (1.5.2-r1) (50/54) Purging libwbclient (4.16.4-r0) (51/54) Purging avahi-libs (0.8-r6) (52/54) Purging dbus-libs (1.14.4-r0) (53/54) Purging libintl (0.21.1-r1) (54/54) Purging liburing (2.2-r0) Executing busybox-1.35.0-r27.trigger OK: 290 MiB in 95 packages >>> py3-smbc: Updating the testing/ppc64le repository index... >>> py3-smbc: Signing the index...