>>> lshell: Building testing/lshell 0.9.18-r7 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 15:36:14 +0000 >>> lshell: Checking sanity of /home/buildozer/aports/testing/lshell/APKBUILD... >>> lshell: Analyzing dependencies... >>> lshell: Installing for build: build-base python3 py3-setuptools (1/13) Installing libffi (3.4.2-r1) (2/13) Installing gdbm (1.22-r0) (3/13) Installing mpdecimal (2.5.1-r1) (4/13) Installing readline (8.1.1-r0) (5/13) Installing sqlite-libs (3.37.0-r0) (6/13) Installing python3 (3.10.1-r0) (7/13) Installing py3-ordered-set (4.0.2-r3) (8/13) Installing py3-appdirs (1.4.4-r3) (9/13) Installing py3-parsing (2.4.7-r3) (10/13) Installing py3-six (1.16.0-r1) (11/13) Installing py3-packaging (21.3-r0) (12/13) Installing py3-setuptools (52.0.0-r5) (13/13) Installing .makedepends-lshell (20211219.153615) Executing busybox-1.34.1-r5.trigger OK: 397 MiB in 119 packages >>> lshell: Cleaning up srcdir >>> lshell: Cleaning up pkgdir >>> lshell: Fetching lshell-0.9.18.tar.gz::https://github.com/ghantoos/lshell/archive/0.9.18.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 100 123 100 123 0 0 546 0 --:--:-- --:--:-- --:--:-- 549 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52903 0 52903 0 0 101k 0 --:--:-- --:--:-- --:--:-- 1476k >>> lshell: Fetching lshell-0.9.18.tar.gz::https://github.com/ghantoos/lshell/archive/0.9.18.tar.gz >>> lshell: Checking sha512sums... lshell-0.9.18.tar.gz: OK >>> lshell: Unpacking /var/cache/distfiles/edge/lshell-0.9.18.tar.gz... /home/buildozer/aports/testing/lshell/src/lshell-0.9.18/setup.py:20: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup running build running build_py creating build creating build/lib creating build/lib/lshell copying lshell/checkconfig.py -> build/lib/lshell copying lshell/utils.py -> build/lib/lshell copying lshell/builtins.py -> build/lib/lshell copying lshell/sec.py -> build/lib/lshell copying lshell/shellcmd.py -> build/lib/lshell copying lshell/__init__.py -> build/lib/lshell copying lshell/variables.py -> build/lib/lshell running build_scripts creating build/scripts-3.10 copying and adjusting bin/lshell -> build/scripts-3.10 changing mode of build/scripts-3.10/lshell from 644 to 755 >>> WARNING: lshell: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> lshell: Entering fakeroot... /home/buildozer/aports/testing/lshell/src/lshell-0.9.18/setup.py:20: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup running install running build running build_py running build_scripts running install_lib creating /home/buildozer/aports/testing/lshell/pkg creating /home/buildozer/aports/testing/lshell/pkg/lshell creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10 creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell copying build/lib/lshell/checkconfig.py -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell copying build/lib/lshell/utils.py -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell copying build/lib/lshell/builtins.py -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell copying build/lib/lshell/sec.py -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell copying build/lib/lshell/shellcmd.py -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell copying build/lib/lshell/__init__.py -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell copying build/lib/lshell/variables.py -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell byte-compiling /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell/checkconfig.py to checkconfig.cpython-310.pyc /usr/lib/python3.10/site-packages/lshell/checkconfig.py:633: SyntaxWarning: "is" with a literal. Did you mean "=="? /usr/lib/python3.10/site-packages/lshell/checkconfig.py:655: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell/builtins.py to builtins.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell/sec.py to sec.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell/shellcmd.py to shellcmd.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell/variables.py to variables.cpython-310.pyc running install_scripts creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/bin copying build/scripts-3.10/lshell -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/bin changing mode of /home/buildozer/aports/testing/lshell/pkg/lshell/usr/bin/lshell to 755 running install_data creating /home/buildozer/aports/testing/lshell/pkg/lshell/etc copying etc/lshell.conf -> /home/buildozer/aports/testing/lshell/pkg/lshell/etc creating /home/buildozer/aports/testing/lshell/pkg/lshell/etc/logrotate.d copying etc/logrotate.d/lshell -> /home/buildozer/aports/testing/lshell/pkg/lshell/etc/logrotate.d creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/share creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/share/doc creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/share/doc/lshell copying README.md -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/share/doc/lshell copying COPYING -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/share/doc/lshell copying CHANGES -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/share/doc/lshell creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/share/man creating /home/buildozer/aports/testing/lshell/pkg/lshell/usr/share/man/man1 copying man/lshell.1 -> /home/buildozer/aports/testing/lshell/pkg/lshell/usr/share/man/man1/ running install_egg_info Writing /home/buildozer/aports/testing/lshell/pkg/lshell/usr/lib/python3.10/site-packages/lshell-0.9.18-py3.10.egg-info >>> lshell-doc*: Running split function doc... >>> lshell-doc*: Preparing subpackage lshell-doc... >>> lshell-doc*: Running postcheck for lshell-doc >>> lshell*: Running postcheck for lshell >>> lshell*: Preparing package lshell... >>> lshell-doc*: Tracing dependencies... >>> lshell-doc*: Package size: 88.0 KB >>> lshell-doc*: Compressing data... >>> lshell-doc*: Create checksum... >>> lshell-doc*: Create lshell-doc-0.9.18-r7.apk >>> lshell*: Tracing dependencies... >>> lshell*: Package size: 204.0 KB >>> lshell*: Compressing data... >>> lshell*: Create checksum... >>> lshell*: Create lshell-0.9.18-r7.apk >>> lshell: Build complete at Sun, 19 Dec 2021 15:36:17 +0000 elapsed time 0h 0m 3s >>> lshell: Cleaning up srcdir >>> lshell: Cleaning up pkgdir >>> lshell: Uninstalling dependencies... (1/13) Purging .makedepends-lshell (20211219.153615) (2/13) Purging py3-setuptools (52.0.0-r5) (3/13) Purging py3-ordered-set (4.0.2-r3) (4/13) Purging py3-appdirs (1.4.4-r3) (5/13) Purging py3-packaging (21.3-r0) (6/13) Purging py3-parsing (2.4.7-r3) (7/13) Purging py3-six (1.16.0-r1) (8/13) Purging python3 (3.10.1-r0) (9/13) Purging libffi (3.4.2-r1) (10/13) Purging gdbm (1.22-r0) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.1.1-r0) (13/13) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 345 MiB in 106 packages >>> lshell: Updating the testing/x86_64 repository index... >>> lshell: Signing the index...