>>> py3-json-logger: Building community/py3-json-logger 2.0.4-r0 (using abuild 3.10.0-r0) started Sun, 11 Dec 2022 08:59:27 +0000 >>> py3-json-logger: Checking sanity of /home/buildozer/aports/community/py3-json-logger/APKBUILD... >>> py3-json-logger: Analyzing dependencies... >>> py3-json-logger: Installing for build: build-base py3-setuptools (1/12) Installing libbz2 (1.0.8-r4) (2/12) Installing libffi (3.4.4-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.9-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.40.0-r0) (8/12) Installing python3 (3.11.1-r0) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (22.0-r0) (11/12) Installing py3-setuptools (65.6.3-r0) (12/12) Installing .makedepends-py3-json-logger (20221211.085928) Executing busybox-1.35.0-r29.trigger OK: 407 MiB in 108 packages >>> py3-json-logger: Cleaning up srcdir >>> py3-json-logger: Cleaning up pkgdir >>> py3-json-logger: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-json-logger-v2.0.4.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-json-logger: Fetching py3-json-logger-v2.0.4.tar.gz::https://github.com/madzak/python-json-logger/archive/v2.0.4.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 10913 0 10913 0 0 9256 0 --:--:-- 0:00:01 --:--:-- 9256 >>> py3-json-logger: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-json-logger-v2.0.4.tar.gz >>> py3-json-logger: Checking sha512sums... py3-json-logger-v2.0.4.tar.gz: OK >>> py3-json-logger: Unpacking /var/cache/distfiles/edge/py3-json-logger-v2.0.4.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pythonjsonlogger copying src/pythonjsonlogger/jsonlogger.py -> build/lib/pythonjsonlogger copying src/pythonjsonlogger/__init__.py -> build/lib/pythonjsonlogger running egg_info creating src/python_json_logger.egg-info writing src/python_json_logger.egg-info/PKG-INFO writing dependency_links to src/python_json_logger.egg-info/dependency_links.txt writing top-level names to src/python_json_logger.egg-info/top_level.txt writing manifest file 'src/python_json_logger.egg-info/SOURCES.txt' reading manifest file 'src/python_json_logger.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/python_json_logger.egg-info/SOURCES.txt' running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing src/python_json_logger.egg-info/PKG-INFO writing dependency_links to src/python_json_logger.egg-info/dependency_links.txt writing top-level names to src/python_json_logger.egg-info/top_level.txt reading manifest file 'src/python_json_logger.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/python_json_logger.egg-info/SOURCES.txt' running build_ext testAddStaticFields (tests.tests.TestJsonLogger.testAddStaticFields) ... testing static fields ok testCustomObjectSerialization (tests.tests.TestJsonLogger.testCustomObjectSerialization) ... message ok testDefaultFormat (tests.tests.TestJsonLogger.testDefaultFormat) ... testing logging format ok testEnsureAsciiFalse (tests.tests.TestJsonLogger.testEnsureAsciiFalse) ... Привет ok testEnsureAsciiTrue (tests.tests.TestJsonLogger.testEnsureAsciiTrue) ... Привет ok testExcInfo (tests.tests.TestJsonLogger.testExcInfo) ... hello Traceback (most recent call last): File "/home/buildozer/aports/community/py3-json-logger/src/python-json-logger-2.0.4/tests/tests.py", line 214, in testExcInfo raise Exception('test') Exception: test ok testFormatKeys (tests.tests.TestJsonLogger.testFormatKeys) ... testing logging format ok testJsonCustomDefault (tests.tests.TestJsonLogger.testJsonCustomDefault) ... {'adate': datetime.datetime(1999, 12, 31, 23, 59), 'normal': 'value'} ok testJsonCustomLogicAddsField (tests.tests.TestJsonLogger.testJsonCustomLogicAddsField) ... message ok testJsonDefaultEncoder (tests.tests.TestJsonLogger.testJsonDefaultEncoder) ... {'adate': datetime.datetime(1999, 12, 31, 23, 59), 'otherdate': datetime.date(1789, 7, 14), 'otherdatetime': datetime.datetime(1789, 7, 14, 23, 59), 'otherdatetimeagain': datetime.datetime(1900, 1, 1, 0, 0)} ok testJsonDefaultEncoderWithTimestamp (tests.tests.TestJsonLogger.testJsonDefaultEncoderWithTimestamp) ... Hello ok testLogADict (tests.tests.TestJsonLogger.testLogADict) ... {'text': 'testing logging', 'num': 1, 5: '9', 'nested': {'more': 'data'}} ok testLogExtra (tests.tests.TestJsonLogger.testLogExtra) ... hello ok testPercentageFormat (tests.tests.TestJsonLogger.testPercentageFormat) ... testing logging format ok testRenameBaseField (tests.tests.TestJsonLogger.testRenameBaseField) ... testing logging format ok testUnknownFormatKey (tests.tests.TestJsonLogger.testUnknownFormatKey) ... testing unknown logging format ok ---------------------------------------------------------------------- Ran 16 tests in 0.005s OK >>> py3-json-logger: 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 build running build_py running egg_info writing src/python_json_logger.egg-info/PKG-INFO writing dependency_links to src/python_json_logger.egg-info/dependency_links.txt writing top-level names to src/python_json_logger.egg-info/top_level.txt reading manifest file 'src/python_json_logger.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/python_json_logger.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-json-logger/pkg creating /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger creating /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr creating /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr/lib creating /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr/lib/python3.11/site-packages/pythonjsonlogger copying build/lib/pythonjsonlogger/jsonlogger.py -> /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr/lib/python3.11/site-packages/pythonjsonlogger copying build/lib/pythonjsonlogger/__init__.py -> /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr/lib/python3.11/site-packages/pythonjsonlogger byte-compiling /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr/lib/python3.11/site-packages/pythonjsonlogger/jsonlogger.py to jsonlogger.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr/lib/python3.11/site-packages/pythonjsonlogger/__init__.py to __init__.cpython-311.pyc running install_egg_info Copying src/python_json_logger.egg-info to /home/buildozer/aports/community/py3-json-logger/pkg/py3-json-logger/usr/lib/python3.11/site-packages/python_json_logger-2.0.4-py3.11.egg-info running install_scripts >>> py3-json-logger*: Running postcheck for py3-json-logger >>> py3-json-logger*: Preparing package py3-json-logger... >>> py3-json-logger*: Tracing dependencies... >>> py3-json-logger*: Package size: 84.0 KB >>> py3-json-logger*: Compressing data... >>> py3-json-logger*: Create checksum... >>> py3-json-logger*: Create py3-json-logger-2.0.4-r0.apk >>> py3-json-logger: Build complete at Sun, 11 Dec 2022 08:59:32 +0000 elapsed time 0h 0m 5s >>> py3-json-logger: Cleaning up srcdir >>> py3-json-logger: Cleaning up pkgdir >>> py3-json-logger: Uninstalling dependencies... (1/12) Purging .makedepends-py3-json-logger (20221211.085928) (2/12) Purging py3-setuptools (65.6.3-r0) (3/12) Purging py3-packaging (22.0-r0) (4/12) Purging py3-parsing (3.0.9-r1) (5/12) Purging python3 (3.11.1-r0) (6/12) Purging libbz2 (1.0.8-r4) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.9-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-json-logger: Updating the community/armhf repository index... >>> py3-json-logger: Signing the index...