>>> py3-fastjsonschema: Building community/py3-fastjsonschema 2.15.3-r0 (using abuild 3.9.0-r0) started Tue, 19 Apr 2022 17:25:13 +0000 >>> py3-fastjsonschema: Checking sanity of /home/buildozer/aports/community/py3-fastjsonschema/APKBUILD... >>> py3-fastjsonschema: Analyzing dependencies... >>> py3-fastjsonschema: Installing for build: build-base python3 py3-pytest py3-pytest-benchmark (1/24) Installing libbz2 (1.0.8-r1) (2/24) Installing libffi (3.4.2-r1) (3/24) Installing gdbm (1.23-r0) (4/24) Installing xz-libs (5.2.5-r1) (5/24) Installing mpdecimal (2.5.1-r1) (6/24) Installing readline (8.1.2-r0) (7/24) Installing sqlite-libs (3.38.2-r0) (8/24) Installing python3 (3.10.3-r1) (9/24) Installing py3-atomicwrites (1.4.0-r2) (10/24) Installing py3-attrs (21.4.0-r0) (11/24) Installing py3-more-itertools (8.12.0-r2) (12/24) Installing py3-iniconfig (1.1.1-r2) (13/24) Installing py3-pluggy (1.0.0-r0) (14/24) Installing py3-py (1.10.0-r2) (15/24) Installing py3-six (1.16.0-r1) (16/24) Installing py3-wcwidth (0.2.5-r2) (17/24) Installing py3-parsing (2.4.7-r3) (18/24) Installing py3-packaging (21.3-r0) (19/24) Installing py3-toml (0.10.2-r3) (20/24) Installing py3-pygments (2.11.2-r0) (21/24) Installing py3-pytest (6.2.5-r2) (22/24) Installing py3-py-cpuinfo (7.0.0-r2) (23/24) Installing py3-pytest-benchmark (3.4.1-r1) (24/24) Installing .makedepends-py3-fastjsonschema (20220419.172514) Executing busybox-1.35.0-r8.trigger OK: 387 MiB in 113 packages >>> py3-fastjsonschema: Cleaning up srcdir >>> py3-fastjsonschema: Cleaning up pkgdir >>> py3-fastjsonschema: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-fastjsonschema-2.15.3.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 12 380k 12 49134 0 0 106k 0 0:00:03 --:--:-- 0:00:03 106k 100 380k 100 380k 0 0 608k 0 --:--:-- --:--:-- --:--:-- 608k >>> py3-fastjsonschema: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-fastjsonschema-2.15.3.tar.gz >>> py3-fastjsonschema: Checking sha512sums... py3-fastjsonschema-2.15.3.tar.gz: OK >>> py3-fastjsonschema: Unpacking /var/cache/distfiles/v3.16/py3-fastjsonschema-2.15.3.tar.gz... /home/buildozer/aports/community/py3-fastjsonschema/src/python-fastjsonschema-2.15.3/setup.py:7: 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 /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/fastjsonschema copying fastjsonschema/indent.py -> build/lib/fastjsonschema copying fastjsonschema/version.py -> build/lib/fastjsonschema copying fastjsonschema/__init__.py -> build/lib/fastjsonschema copying fastjsonschema/exceptions.py -> build/lib/fastjsonschema copying fastjsonschema/draft04.py -> build/lib/fastjsonschema copying fastjsonschema/__main__.py -> build/lib/fastjsonschema copying fastjsonschema/draft07.py -> build/lib/fastjsonschema copying fastjsonschema/generator.py -> build/lib/fastjsonschema copying fastjsonschema/draft06.py -> build/lib/fastjsonschema copying fastjsonschema/ref_resolver.py -> build/lib/fastjsonschema ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000) rootdir: /home/buildozer/aports/community/py3-fastjsonschema/src/python-fastjsonschema-2.15.3 plugins: benchmark-3.4.1 collected 415 items / 3 deselected / 412 selected tests/test_array.py .................................................... [ 12%] .......... [ 15%] tests/test_boolean.py ....... [ 16%] tests/test_common.py .................................. [ 25%] tests/test_compile_to_code.py .. [ 25%] tests/test_const.py ....... [ 27%] tests/test_default.py .......... [ 29%] tests/test_examples.py .. [ 30%] tests/test_exceptions.py ............. [ 33%] tests/test_format.py ........................ [ 39%] tests/test_integration.py ................ [ 42%] tests/test_null.py ...... [ 44%] tests/test_number.py ................................................... [ 56%] ................................................. [ 68%] tests/test_object.py ................................................... [ 81%] .......... [ 83%] tests/test_pattern_properties.py .... [ 84%] tests/test_pattern_serialization.py . [ 84%] tests/test_security.py ..................... [ 89%] tests/test_string.py ........................... [ 96%] tests/benchmarks/test_benchmark.py ............ [ 99%] tests/json_schema/test_draft04.py s [ 99%] tests/json_schema/test_draft06.py s [ 99%] tests/json_schema/test_draft07.py s [100%] =============================== warnings summary =============================== tests/test_compile_to_code.py:8 /home/buildozer/aports/community/py3-fastjsonschema/src/python-fastjsonschema-2.15.3/tests/test_compile_to_code.py:8: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture(autouse=True) -- Docs: https://docs.pytest.org/en/stable/warnings.html ----------------------------------------------------------------------------------------------- benchmark: 12 tests ----------------------------------------------------------------------------------------------- Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS (Kops/s) Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_benchmark_bad_values[value0] 4.5244 (1.0) 55,113.2862 (1.0) 6.0360 (1.0) 206.9162 (1.0) 4.9169 (1.0) 0.3488 (1.03) 4;1077 165.6729 (1.0) 80014 1 test_benchmark_bad_values[value1] 4.9621 (1.10) 378,656.0008 (6.87) 11.2437 (1.86) 1,353.1720 (6.54) 5.2629 (1.07) 0.3385 (1.0) 4;1737 88.9384 (0.54) 83236 1 test_benchmark_bad_values[value2] 5.8152 (1.29) 123,742.3629 (2.25) 8.8459 (1.47) 485.6954 (2.35) 6.3158 (1.28) 0.4256 (1.26) 13;1680 113.0471 (0.68) 65781 1 test_benchmark_bad_values[value3] 5.9251 (1.31) 137,060.4383 (2.49) 13.7549 (2.28) 772.4540 (3.73) 6.6604 (1.35) 0.7590 (2.24) 15;4839 72.7012 (0.44) 82726 1 test_benchmark_bad_values[value5] 7.8250 (1.73) 67,214.8648 (1.22) 14.5513 (2.41) 416.8248 (2.01) 9.4718 (1.93) 1.4736 (4.35) 24;1006 68.7222 (0.41) 63376 1 test_benchmark_bad_values[value4] 9.4092 (2.08) 60,925.9629 (1.11) 16.3638 (2.71) 365.0378 (1.76) 11.5400 (2.35) 1.6049 (4.74) 28;701 61.1105 (0.37) 38136 1 test_benchmark_bad_values[value6] 10.9449 (2.42) 177,526.3641 (3.22) 19.2887 (3.20) 892.7328 (4.31) 12.8490 (2.61) 1.5562 (4.60) 8;562 51.8438 (0.31) 41324 1 test_benchmark_ok_values[value3] 15.0469 (3.33) 155,008.0557 (2.81) 21.5689 (3.57) 777.0253 (3.76) 16.0621 (3.27) 0.7404 (2.19) 14;965 46.3630 (0.28) 40722 1 test_benchmark_ok_values[value2] 15.1177 (3.34) 139,193.1982 (2.53) 23.8276 (3.95) 871.6252 (4.21) 16.3210 (3.32) 0.8666 (2.56) 16;889 41.9681 (0.25) 44542 1 test_benchmark_ok_values[value0] 15.5279 (3.43) 102,013.1488 (1.85) 31.1386 (5.16) 1,002.7990 (4.85) 16.4071 (3.34) 0.6537 (1.93) 7;1014 32.1145 (0.19) 11045 1 test_benchmark_ok_values[value1] 15.6574 (3.46) 202,154.9731 (3.67) 30.5345 (5.06) 1,195.6444 (5.78) 16.5440 (3.36) 0.7208 (2.13) 22;1108 32.7499 (0.20) 44301 1 test_benchmark_bad_values[value7] 16.6250 (3.67) 125,270.5581 (2.27) 31.6269 (5.24) 828.6147 (4.00) 19.8130 (4.03) 2.0643 (6.10) 26;519 31.6186 (0.19) 36471 1 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Legend: Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile. OPS: Operations Per Second, computed as 1 / Mean =========== 409 passed, 3 skipped, 3 deselected, 1 warning in 30.04s =========== >>> py3-fastjsonschema: Entering fakeroot... /home/buildozer/aports/community/py3-fastjsonschema/src/python-fastjsonschema-2.15.3/setup.py:7: 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 /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-fastjsonschema/pkg creating /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema creating /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr creating /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib creating /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/indent.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/version.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/__init__.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/exceptions.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/draft04.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/__main__.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/draft07.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/generator.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/draft06.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/ref_resolver.py -> /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/indent.py to indent.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/draft04.py to draft04.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/draft07.py to draft07.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/generator.py to generator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/draft06.py to draft06.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/ref_resolver.py to ref_resolver.cpython-310.pyc running install_egg_info Writing /home/buildozer/aports/community/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema-2.15.3-py3.10.egg-info >>> py3-fastjsonschema*: Running postcheck for py3-fastjsonschema >>> py3-fastjsonschema*: Preparing package py3-fastjsonschema... >>> py3-fastjsonschema*: Tracing dependencies... >>> py3-fastjsonschema*: Package size: 208.0 KB >>> py3-fastjsonschema*: Compressing data... >>> py3-fastjsonschema*: Create checksum... >>> py3-fastjsonschema*: Create py3-fastjsonschema-2.15.3-r0.apk >>> py3-fastjsonschema: Build complete at Tue, 19 Apr 2022 17:25:47 +0000 elapsed time 0h 0m 34s >>> py3-fastjsonschema: Cleaning up srcdir >>> py3-fastjsonschema: Cleaning up pkgdir >>> py3-fastjsonschema: Uninstalling dependencies... (1/24) Purging .makedepends-py3-fastjsonschema (20220419.172514) (2/24) Purging py3-pytest-benchmark (3.4.1-r1) (3/24) Purging py3-pytest (6.2.5-r2) (4/24) Purging py3-atomicwrites (1.4.0-r2) (5/24) Purging py3-attrs (21.4.0-r0) (6/24) Purging py3-more-itertools (8.12.0-r2) (7/24) Purging py3-iniconfig (1.1.1-r2) (8/24) Purging py3-pluggy (1.0.0-r0) (9/24) Purging py3-py (1.10.0-r2) (10/24) Purging py3-wcwidth (0.2.5-r2) (11/24) Purging py3-packaging (21.3-r0) (12/24) Purging py3-parsing (2.4.7-r3) (13/24) Purging py3-six (1.16.0-r1) (14/24) Purging py3-toml (0.10.2-r3) (15/24) Purging py3-pygments (2.11.2-r0) (16/24) Purging py3-py-cpuinfo (7.0.0-r2) (17/24) Purging python3 (3.10.3-r1) (18/24) Purging libbz2 (1.0.8-r1) (19/24) Purging libffi (3.4.2-r1) (20/24) Purging gdbm (1.23-r0) (21/24) Purging xz-libs (5.2.5-r1) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.1.2-r0) (24/24) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 324 MiB in 89 packages >>> py3-fastjsonschema: Updating the community/s390x repository index... >>> py3-fastjsonschema: Signing the index...