>>> py3-orjson: Building testing/py3-orjson 3.8.3-r0 (using abuild 3.10.0-r0) started Fri, 09 Dec 2022 13:51:47 +0000 >>> py3-orjson: Checking sanity of /home/buildozer/aports/testing/py3-orjson/APKBUILD... >>> py3-orjson: Analyzing dependencies... >>> py3-orjson: Installing for build: build-base cargo py3-gpep517 py3-maturin python3-dev py3-dateutil py3-numpy py3-pytest py3-tz py3-tzdata (1/32) Installing rust-stdlib (1.65.0-r1) (2/32) Installing libffi (3.4.4-r0) (3/32) Installing libxml2 (2.10.3-r2) (4/32) Installing llvm15-libs (15.0.6-r0) (5/32) Installing rust (1.65.0-r1) (6/32) Installing cargo (1.65.0-r1) (7/32) Installing gdbm (1.23-r0) (8/32) Installing mpdecimal (2.5.1-r1) (9/32) Installing readline (8.2.0-r0) (10/32) Installing sqlite-libs (3.40.0-r0) (11/32) Installing python3 (3.11.0-r2) (12/32) Installing py3-installer (0.5.1-r2) (13/32) Installing py3-gpep517 (11-r1) (14/32) Installing maturin (0.14.2-r0) (15/32) Installing py3-maturin (0.14.2-r0) (16/32) Installing python3-dev (3.11.0-r2) (17/32) Installing py3-six (1.16.0-r4) (18/32) Installing py3-dateutil (2.8.2-r2) (19/32) Installing libgfortran (12.2.1_git20220924-r5) (20/32) Installing openblas (0.3.21-r0) (21/32) Installing py3-numpy (1.23.5-r1) (22/32) Installing py3-attrs (22.1.0-r1) (23/32) Installing py3-iniconfig (1.1.1-r4) (24/32) Installing py3-parsing (3.0.9-r1) (25/32) Installing py3-packaging (22.0-r0) (26/32) Installing py3-pluggy (1.0.0-r2) (27/32) Installing py3-py (1.11.0-r1) (28/32) Installing py3-pytest (7.2.0-r2) (29/32) Installing py3-tz (2022.6-r1) (30/32) Installing tzdata (2022g-r0) (31/32) Installing py3-tzdata (2020.1-r1) (32/32) Installing .makedepends-py3-orjson (20221209.135148) Executing busybox-1.35.0-r29.trigger OK: 1275 MiB in 133 packages >>> py3-orjson: Cleaning up srcdir >>> py3-orjson: Cleaning up pkgdir >>> py3-orjson: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-orjson-3.8.3.tar.gz >>> py3-orjson: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-orjson-3.8.3.tar.gz >>> py3-orjson: Checking sha512sums... py3-orjson-3.8.3.tar.gz: OK >>> py3-orjson: Unpacking /var/cache/distfiles/edge//py3-orjson-3.8.3.tar.gz... 2022-12-09 13:51:55,221 gpep517 INFO Building wheel via backend maturin Running `maturin pep517 build-wheel -i /usr/bin/python3 --compatibility off` Downloading crates ... Downloaded pyo3-ffi v0.17.3 Downloaded pyo3-build-config v0.17.3 Downloaded castaway v0.2.2 Downloaded associative-cache v1.0.1 Downloaded target-lexicon v0.12.5 Downloaded compact_str v0.6.1 Compiling target-lexicon v0.12.5 Compiling autocfg v1.1.0 Compiling once_cell v1.16.0 Compiling serde v1.0.148 Compiling version_check v0.9.4 Compiling rustversion v1.0.9 Compiling libc v0.2.137 Compiling serde_json v1.0.89 (/home/buildozer/aports/testing/py3-orjson/src/orjson-3.8.3/include/json) Compiling itoa v1.0.4 Compiling cc v1.0.77 Compiling ryu v1.0.11 Compiling cfg-if v1.0.0 Compiling encoding_rs v0.8.31 Compiling bytecount v0.6.3 Compiling simdutf8 v0.1.4 Compiling smallvec v1.10.0 Compiling associative-cache v1.0.1 Compiling num-traits v0.2.15 Compiling num-integer v0.1.45 Compiling ahash v0.8.2 Compiling pyo3-build-config v0.17.3 Compiling castaway v0.2.2 Compiling chrono v0.4.23 Compiling pyo3-ffi v0.17.3 Compiling orjson v3.8.3 (/home/buildozer/aports/testing/py3-orjson/src/orjson-3.8.3) Compiling arrayvec v0.7.2 Compiling compact_str v0.6.1 Compiling beef v0.5.2 Finished release [optimized] target(s) in 22.51s 📦 Including license file "/home/buildozer/aports/testing/py3-orjson/src/orjson-3.8.3/LICENSE-APACHE" 📦 Including license file "/home/buildozer/aports/testing/py3-orjson/src/orjson-3.8.3/LICENSE-MIT" 🔗 Found pyo3-ffi bindings 🐍 Found CPython 3.11 at /usr/bin/python3 📖 Found type stub file at orjson.pyi 📦 Built wheel for CPython 3.11 to /home/buildozer/aports/testing/py3-orjson/src/orjson-3.8.3/target/wheels/orjson-3.8.3-cp311-cp311-linux_armv8l.whl /home/buildozer/aports/testing/py3-orjson/src/orjson-3.8.3/target/wheels/orjson-3.8.3-cp311-cp311-linux_armv8l.whl 2022-12-09 13:52:20,060 gpep517 INFO The backend produced dist/orjson-3.8.3-cp311-cp311-linux_armv8l.whl orjson-3.8.3-cp311-cp311-linux_armv8l.whl ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-orjson/src/orjson-3.8.3 collected 801 items test/test_api.py .......................... [ 3%] test/test_append_newline.py ..... [ 3%] test/test_canonical.py ... [ 4%] test/test_circular.py ... [ 4%] test/test_dataclass.py ................... [ 6%] test/test_datetime.py ............s..s.s..s..ss............s............ [ 13%] . [ 13%] test/test_default.py .................. [ 15%] test/test_dict.py ....... [ 16%] test/test_enum.py ............. [ 18%] test/test_error.py ...... [ 18%] test/test_fixture.py ..... [ 19%] test/test_indent.py ........ [ 20%] test/test_issue221.py .. [ 20%] test/test_jsonchecker.py .................................... [ 25%] test/test_memory.py ssssssssss [ 26%] test/test_non_str_keys.py ............................... [ 30%] test/test_numpy.py ..................................................... [ 36%] ............s. [ 38%] test/test_parsing.py ................................................... [ 45%] ........................................................................ [ 54%] ........................................................................ [ 63%] ........................................................................ [ 72%] ................................................... [ 78%] test/test_roundtrip.py ........................... [ 81%] test/test_sort_keys.py .... [ 82%] test/test_subclass.py ................. [ 84%] test/test_transform.py ................. [ 86%] test/test_type.py .........s.................................... [ 92%] test/test_typeddict.py . [ 92%] test/test_ujson.py .................................................... [ 98%] test/test_uuid.py ......... [100%] ======================= 782 passed, 19 skipped in 3.21s ======================== >>> py3-orjson: Entering fakeroot... >>> py3-orjson*: Running postcheck for py3-orjson >>> py3-orjson*: Preparing package py3-orjson... >>> py3-orjson*: Stripping binaries >>> py3-orjson*: Scanning shared objects >>> py3-orjson*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 >>> py3-orjson*: Package size: 572.0 KB >>> py3-orjson*: Compressing data... >>> py3-orjson*: Create checksum... >>> py3-orjson*: Create py3-orjson-3.8.3-r0.apk >>> py3-orjson: Build complete at Fri, 09 Dec 2022 13:52:29 +0000 elapsed time 0h 0m 42s >>> py3-orjson: Cleaning up srcdir >>> py3-orjson: Cleaning up pkgdir >>> py3-orjson: Uninstalling dependencies... (1/32) Purging .makedepends-py3-orjson (20221209.135148) (2/32) Purging cargo (1.65.0-r1) (3/32) Purging rust (1.65.0-r1) (4/32) Purging rust-stdlib (1.65.0-r1) (5/32) Purging py3-gpep517 (11-r1) (6/32) Purging py3-installer (0.5.1-r2) (7/32) Purging py3-maturin (0.14.2-r0) (8/32) Purging maturin (0.14.2-r0) (9/32) Purging python3-dev (3.11.0-r2) (10/32) Purging py3-dateutil (2.8.2-r2) (11/32) Purging py3-six (1.16.0-r4) (12/32) Purging py3-numpy (1.23.5-r1) (13/32) Purging py3-pytest (7.2.0-r2) (14/32) Purging py3-attrs (22.1.0-r1) (15/32) Purging py3-iniconfig (1.1.1-r4) (16/32) Purging py3-packaging (22.0-r0) (17/32) Purging py3-parsing (3.0.9-r1) (18/32) Purging py3-pluggy (1.0.0-r2) (19/32) Purging py3-py (1.11.0-r1) (20/32) Purging py3-tz (2022.6-r1) (21/32) Purging py3-tzdata (2020.1-r1) (22/32) Purging python3 (3.11.0-r2) (23/32) Purging tzdata (2022g-r0) (24/32) Purging llvm15-libs (15.0.6-r0) (25/32) Purging libffi (3.4.4-r0) (26/32) Purging libxml2 (2.10.3-r2) (27/32) Purging gdbm (1.23-r0) (28/32) Purging mpdecimal (2.5.1-r1) (29/32) Purging readline (8.2.0-r0) (30/32) Purging sqlite-libs (3.40.0-r0) (31/32) Purging openblas (0.3.21-r0) (32/32) Purging libgfortran (12.2.1_git20220924-r5) Executing busybox-1.35.0-r29.trigger OK: 290 MiB in 101 packages >>> py3-orjson: Updating the testing/armv7 repository index... >>> py3-orjson: Signing the index...