>>> py3-jsonpickle: Building testing/py3-jsonpickle 2.0.0-r2 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 17:27:36 +0000 >>> py3-jsonpickle: Checking sanity of /home/buildozer/aports/testing/py3-jsonpickle/APKBUILD... >>> WARNING: py3-jsonpickle: No maintainer >>> py3-jsonpickle: Analyzing dependencies... >>> py3-jsonpickle: Installing for build: build-base python3 py3-numpy py3-pandas py3-setuptools py3-setuptools_scm py3-pytest (1/30) Installing libffi (3.4.2-r1) (2/30) Installing gdbm (1.22-r0) (3/30) Installing mpdecimal (2.5.1-r1) (4/30) Installing readline (8.1.1-r0) (5/30) Installing sqlite-libs (3.37.0-r0) (6/30) Installing python3 (3.10.1-r0) (7/30) Installing libgfortran (11.2.1_git20211128-r3) (8/30) Installing openblas (0.3.18-r1) (9/30) Installing py3-numpy (1.21.4-r1) (10/30) Installing py3-six (1.16.0-r1) (11/30) Installing py3-dateutil (2.8.2-r1) (12/30) Installing py3-tz (2021.1-r2) (13/30) Installing py3-pandas (1.3.2-r2) (14/30) Installing py3-ordered-set (4.0.2-r3) (15/30) Installing py3-appdirs (1.4.4-r3) (16/30) Installing py3-parsing (2.4.7-r3) (17/30) Installing py3-packaging (21.3-r0) (18/30) Installing py3-setuptools (52.0.0-r5) (19/30) Installing py3-tomli (2.0.0-r1) (20/30) Installing py3-setuptools_scm (6.3.2-r3) (21/30) Installing py3-atomicwrites (1.4.0-r2) (22/30) Installing py3-attrs (21.2.0-r1) (23/30) Installing py3-more-itertools (8.12.0-r1) (24/30) Installing py3-iniconfig (1.1.1-r2) (25/30) Installing py3-pluggy (0.13.1-r5) (26/30) Installing py3-py (1.10.0-r2) (27/30) Installing py3-wcwidth (0.2.5-r2) (28/30) Installing py3-toml (0.10.2-r3) (29/30) Installing py3-pytest (6.2.5-r1) (30/30) Installing .makedepends-py3-jsonpickle (20211219.172736) Executing busybox-1.34.1-r5.trigger OK: 447 MiB in 129 packages >>> py3-jsonpickle: Cleaning up srcdir >>> py3-jsonpickle: Cleaning up pkgdir >>> py3-jsonpickle: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jsonpickle-2.0.0.tar.gz >>> py3-jsonpickle: Fetching https://distfiles.alpinelinux.org/distfiles/edge/jsonpickle-2.0.0.tar.gz >>> py3-jsonpickle: Checking sha512sums... jsonpickle-2.0.0.tar.gz: OK tests.patch: OK >>> py3-jsonpickle: Unpacking /var/cache/distfiles/edge/jsonpickle-2.0.0.tar.gz... >>> py3-jsonpickle: tests.patch patching file jsonpickle/pickler.py Hunk #1 succeeded at 502 (offset 40 lines). running build running build_py creating build creating build/lib creating build/lib/jsonpickle copying jsonpickle/handlers.py -> build/lib/jsonpickle copying jsonpickle/compat.py -> build/lib/jsonpickle copying jsonpickle/util.py -> build/lib/jsonpickle copying jsonpickle/tags.py -> build/lib/jsonpickle copying jsonpickle/backend.py -> build/lib/jsonpickle copying jsonpickle/__init__.py -> build/lib/jsonpickle copying jsonpickle/unpickler.py -> build/lib/jsonpickle copying jsonpickle/version.py -> build/lib/jsonpickle copying jsonpickle/pickler.py -> build/lib/jsonpickle creating build/lib/jsonpickle/ext copying jsonpickle/ext/pandas.py -> build/lib/jsonpickle/ext copying jsonpickle/ext/__init__.py -> build/lib/jsonpickle/ext copying jsonpickle/ext/numpy.py -> build/lib/jsonpickle/ext running egg_info writing jsonpickle.egg-info/PKG-INFO writing dependency_links to jsonpickle.egg-info/dependency_links.txt writing requirements to jsonpickle.egg-info/requires.txt writing top-level names to jsonpickle.egg-info/top_level.txt reading manifest file 'jsonpickle.egg-info/SOURCES.txt' writing manifest file 'jsonpickle.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0, configfile: ../../../../../../../dev/null collected 323 items / 1 skipped / 322 selected tests/backend_test.py .....ssssssss.s.ssssss [ 6%] tests/bson_test.py ssssss [ 8%] tests/collections_test.py ...... [ 10%] tests/datetime_test.py ................ [ 15%] tests/document_test.py . [ 15%] tests/ecdsa_test.py s [ 16%] tests/feedparser_test.py s [ 16%] tests/handler_test.py ...... [ 18%] tests/jsonpickle_test.py ss.................s........................... [ 32%] ............................s....s.......................... [ 51%] tests/numpy_test.py .................... [ 57%] tests/object_test.py ................................................... [ 73%] XXX................ [ 79%] tests/pandas_test.py ........................ [ 86%] tests/sqlalchemy_test.py sss [ 87%] tests/stdlib_test.py ... [ 88%] tests/util_test.py ss................................. [ 99%] tests/wizard_test.py .. [100%] =============================== warnings summary =============================== tests/jsonpickle_test.py::PicklingTestCase::test_thing_with_submodule /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/jsonpickle_test.py:337: 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 import sysconfig tests/jsonpickle_test.py::PicklingTestCase::test_thing_with_submodule /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/jsonpickle_test.py:337: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils import sysconfig tests/numpy_test.py::test_dtype_roundtrip /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/numpy_test.py:35: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations np.int, tests/numpy_test.py::test_dtype_roundtrip /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/numpy_test.py:36: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations np.float, tests/numpy_test.py::test_dtype_roundtrip /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/numpy_test.py:37: DeprecationWarning: `np.complex` is a deprecated alias for the builtin `complex`. To silence this warning, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations np.complex, tests/numpy_test.py::test_dtype_roundtrip /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/numpy_test.py:39: DeprecationWarning: `np.str` is a deprecated alias for the builtin `str`. To silence this warning, use `str` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.str_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations np.str, tests/numpy_test.py::test_dtype_roundtrip /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/numpy_test.py:40: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations np.object, tests/numpy_test.py::test_dtype_roundtrip /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/numpy_test.py:41: DeprecationWarning: `np.unicode` is a deprecated alias for `np.compat.unicode`. To silence this warning, use `np.compat.unicode` by itself. In the likely event your code does not need to work on Python 2 you can use the builtin `str` for which `np.compat.unicode` is itself an alias. Doing this will not modify any behaviour and is safe. If you specifically wanted the numpy scalar type, use `np.str_` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations np.unicode, tests/numpy_test.py::test_dtype_roundtrip /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/numpy_test.py:47: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. np.dtype('1i4', align=True), tests/numpy_test.py::test_ndarray_roundtrip tests/numpy_test.py::test_b64 tests/numpy_test.py::test_views tests/numpy_test.py::test_fortran_base tests/numpy_test.py::test_byteorder /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/jsonpickle/ext/numpy.py:139: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations if obj.dtype == np.object: tests/numpy_test.py::test_ndarray_roundtrip tests/numpy_test.py::test_b64 tests/numpy_test.py::test_views tests/numpy_test.py::test_fortran_base tests/numpy_test.py::test_byteorder /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/jsonpickle/ext/numpy.py:191: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations if dtype == np.object: tests/numpy_test.py::test_ndarray_roundtrip /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/jsonpickle/ext/numpy.py:291: UserWarning: ndarray is defined by reference to an object we do not know how to serialize. A deep copy is serialized instead, breaking memory aliasing. warnings.warn(msg) tests/numpy_test.py::test_ndarray_dtype_object /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/numpy_test.py:366: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations a = np.array(['F' + str(i) for i in range(30)], dtype=np.object) tests/numpy_test.py::test_ndarray_dtype_object /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/tests/numpy_test.py:371: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify any behavior and is safe. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations expect = np.array(['F' + str(i) for i in range(30)], dtype=np.object) tests/pandas_test.py::test_multindex_dataframe_roundtrip tests/pandas_test.py::test_multi_index_roundtrip tests/pandas_test.py::test_series_multi_index tests/pandas_test.py::test_series_multi_index_strings /home/buildozer/aports/testing/py3-jsonpickle/src/jsonpickle-2.0.0/jsonpickle/ext/pandas.py:163: FutureWarning: Passing keywords other than 'data', 'dtype', 'copy', 'name', 'tupleize_cols' is deprecated and will raise TypeError in a future version. Use the specific Index subclass directly instead idx = self.index_constructor(decode(buf), dtype=dtype, **name_bundle) -- Docs: https://docs.pytest.org/en/stable/warnings.html =========== 287 passed, 34 skipped, 3 xpassed, 26 warnings in 1.90s ============ >>> py3-jsonpickle: Entering fakeroot... running install running build running build_py running egg_info writing jsonpickle.egg-info/PKG-INFO writing dependency_links to jsonpickle.egg-info/dependency_links.txt writing requirements to jsonpickle.egg-info/requires.txt writing top-level names to jsonpickle.egg-info/top_level.txt reading manifest file 'jsonpickle.egg-info/SOURCES.txt' writing manifest file 'jsonpickle.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/testing/py3-jsonpickle/pkg creating /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle creating /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr creating /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib creating /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle copying build/lib/jsonpickle/handlers.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle creating /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/ext copying build/lib/jsonpickle/ext/pandas.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/ext copying build/lib/jsonpickle/ext/__init__.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/ext copying build/lib/jsonpickle/ext/numpy.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/ext copying build/lib/jsonpickle/compat.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle copying build/lib/jsonpickle/util.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle copying build/lib/jsonpickle/tags.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle copying build/lib/jsonpickle/backend.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle copying build/lib/jsonpickle/__init__.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle copying build/lib/jsonpickle/unpickler.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle copying build/lib/jsonpickle/version.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle copying build/lib/jsonpickle/pickler.py -> /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/handlers.py to handlers.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/ext/pandas.py to pandas.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/ext/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/ext/numpy.py to numpy.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/tags.py to tags.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/backend.py to backend.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/unpickler.py to unpickler.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle/pickler.py to pickler.cpython-310.pyc running install_egg_info Copying jsonpickle.egg-info to /home/buildozer/aports/testing/py3-jsonpickle/pkg/py3-jsonpickle/usr/lib/python3.10/site-packages/jsonpickle-2.0.0-py3.10.egg-info running install_scripts >>> py3-jsonpickle*: Running postcheck for py3-jsonpickle >>> py3-jsonpickle*: Preparing package py3-jsonpickle... >>> py3-jsonpickle*: Tracing dependencies... >>> py3-jsonpickle*: Package size: 324.0 KB >>> py3-jsonpickle*: Compressing data... >>> py3-jsonpickle*: Create checksum... >>> py3-jsonpickle*: Create py3-jsonpickle-2.0.0-r2.apk >>> py3-jsonpickle: Build complete at Sun, 19 Dec 2021 17:27:45 +0000 elapsed time 0h 0m 9s >>> py3-jsonpickle: Cleaning up srcdir >>> py3-jsonpickle: Cleaning up pkgdir >>> py3-jsonpickle: Uninstalling dependencies... (1/30) Purging .makedepends-py3-jsonpickle (20211219.172736) (2/30) Purging py3-pandas (1.3.2-r2) (3/30) Purging py3-dateutil (2.8.2-r1) (4/30) Purging py3-numpy (1.21.4-r1) (5/30) Purging py3-tz (2021.1-r2) (6/30) Purging py3-setuptools_scm (6.3.2-r3) (7/30) Purging py3-setuptools (52.0.0-r5) (8/30) Purging py3-ordered-set (4.0.2-r3) (9/30) Purging py3-appdirs (1.4.4-r3) (10/30) Purging py3-tomli (2.0.0-r1) (11/30) Purging py3-pytest (6.2.5-r1) (12/30) Purging py3-atomicwrites (1.4.0-r2) (13/30) Purging py3-attrs (21.2.0-r1) (14/30) Purging py3-more-itertools (8.12.0-r1) (15/30) Purging py3-iniconfig (1.1.1-r2) (16/30) Purging py3-pluggy (0.13.1-r5) (17/30) Purging py3-py (1.10.0-r2) (18/30) Purging py3-wcwidth (0.2.5-r2) (19/30) Purging py3-packaging (21.3-r0) (20/30) Purging py3-parsing (2.4.7-r3) (21/30) Purging py3-six (1.16.0-r1) (22/30) Purging py3-toml (0.10.2-r3) (23/30) Purging python3 (3.10.1-r0) (24/30) Purging libffi (3.4.2-r1) (25/30) Purging gdbm (1.22-r0) (26/30) Purging mpdecimal (2.5.1-r1) (27/30) Purging readline (8.1.1-r0) (28/30) Purging sqlite-libs (3.37.0-r0) (29/30) Purging openblas (0.3.18-r1) (30/30) Purging libgfortran (11.2.1_git20211128-r3) Executing busybox-1.34.1-r5.trigger OK: 307 MiB in 99 packages >>> py3-jsonpickle: Updating the testing/armhf repository index... >>> py3-jsonpickle: Signing the index...