>>> py3-fastjsonschema: Building testing/py3-fastjsonschema 2.15.3-r0 (using abuild 3.9.0-r0) started Wed, 02 Feb 2022 06:29:56 +0000 >>> py3-fastjsonschema: Checking sanity of /home/buildozer/aports/testing/py3-fastjsonschema/APKBUILD... >>> py3-fastjsonschema: Analyzing dependencies... >>> py3-fastjsonschema: Installing for build: build-base py3-pytest py3-pytest-benchmark (1/21) Installing libffi (3.4.2-r1) (2/21) Installing gdbm (1.22-r0) (3/21) Installing mpdecimal (2.5.1-r1) (4/21) Installing readline (8.1.1-r0) (5/21) Installing sqlite-libs (3.37.2-r0) (6/21) Installing python3 (3.10.2-r0) (7/21) Installing py3-atomicwrites (1.4.0-r2) (8/21) Installing py3-attrs (21.2.0-r1) (9/21) Installing py3-more-itertools (8.12.0-r1) (10/21) Installing py3-iniconfig (1.1.1-r2) (11/21) Installing py3-pluggy (0.13.1-r5) (12/21) Installing py3-py (1.10.0-r2) (13/21) Installing py3-six (1.16.0-r1) (14/21) Installing py3-wcwidth (0.2.5-r2) (15/21) Installing py3-parsing (2.4.7-r3) (16/21) Installing py3-packaging (21.3-r0) (17/21) Installing py3-toml (0.10.2-r3) (18/21) Installing py3-pytest (6.2.5-r1) (19/21) Installing py3-py-cpuinfo (7.0.0-r2) (20/21) Installing py3-pytest-benchmark (3.4.1-r1) (21/21) Installing .makedepends-py3-fastjsonschema (20220202.062957) Executing busybox-1.35.0-r2.trigger OK: 360 MiB in 120 packages >>> py3-fastjsonschema: Cleaning up srcdir >>> py3-fastjsonschema: Cleaning up pkgdir >>> py3-fastjsonschema: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-fastjsonschema: Fetching py3-fastjsonschema-2.15.3.tar.gz::https://github.com/horejsek/python-fastjsonschema/archive/refs/tags/v2.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 100 149 100 149 0 0 404 0 --:--:-- --:--:-- --:--:-- 404 100 11665 0 11665 0 0 12813 0 --:--:-- --:--:-- --:--:-- 12813 100 380k 0 380k 0 0 251k 0 --:--:-- 0:00:01 --:--:-- 613k >>> py3-fastjsonschema: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/py3-fastjsonschema-2.15.3.tar.gz... /home/buildozer/aports/testing/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/draft06.py -> build/lib/fastjsonschema copying fastjsonschema/draft04.py -> build/lib/fastjsonschema copying fastjsonschema/ref_resolver.py -> build/lib/fastjsonschema copying fastjsonschema/draft07.py -> build/lib/fastjsonschema copying fastjsonschema/__main__.py -> build/lib/fastjsonschema copying fastjsonschema/generator.py -> build/lib/fastjsonschema copying fastjsonschema/indent.py -> build/lib/fastjsonschema copying fastjsonschema/__init__.py -> build/lib/fastjsonschema copying fastjsonschema/exceptions.py -> build/lib/fastjsonschema copying fastjsonschema/version.py -> build/lib/fastjsonschema ============================= test session starts ============================== platform linux -- Python 3.10.2, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 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/testing/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/testing/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.2766 (1.0) 30.3201 (1.19) 4.3870 (1.0) 0.4828 (1.06) 4.3586 (1.0) 0.0037 (1.0) 677;36453 227.9436 (1.0) 87696 1 test_benchmark_bad_values[value1] 4.6380 (1.08) 461.5262 (18.06) 4.7760 (1.09) 1.6388 (3.61) 4.7199 (1.08) 0.0410 (11.00) 374;4820 209.3786 (0.92) 88331 1 test_benchmark_bad_values[value2] 5.4799 (1.28) 48.2798 (1.89) 5.6058 (1.28) 0.4535 (1.0) 5.5619 (1.28) 0.0410 (11.00) 998;3945 178.3858 (0.78) 79631 1 test_benchmark_bad_values[value3] 5.6364 (1.32) 25.5592 (1.0) 5.7590 (1.31) 0.4706 (1.04) 5.7220 (1.31) 0.0410 (11.00) 793;2896 173.6400 (0.76) 82242 1 test_benchmark_bad_values[value5] 7.2382 (1.69) 73.6788 (2.88) 7.3628 (1.68) 0.6055 (1.34) 7.3202 (1.68) 0.0410 (11.00) 341;2010 135.8186 (0.60) 69634 1 test_benchmark_bad_values[value4] 8.3596 (1.95) 525.9253 (20.58) 8.5329 (1.95) 2.3313 (5.14) 8.4825 (1.95) 0.0410 (11.00) 186;2706 117.1937 (0.51) 52522 1 test_benchmark_bad_values[value6] 9.9204 (2.32) 72.5985 (2.84) 10.1478 (2.31) 0.6603 (1.46) 10.1179 (2.32) 0.0447 (12.00) 431;6904 98.5440 (0.43) 52307 1 test_benchmark_ok_values[value2] 13.5601 (3.17) 467.5202 (18.29) 13.8781 (3.16) 2.4028 (5.30) 13.7612 (3.16) 0.1192 (32.00) 236;2944 72.0558 (0.32) 40452 1 test_benchmark_ok_values[value3] 13.5601 (3.17) 44.5619 (1.74) 13.7960 (3.14) 0.8173 (1.80) 13.7202 (3.15) 0.0820 (22.00) 428;2542 72.4845 (0.32) 42161 1 test_benchmark_ok_values[value0] 13.9996 (3.27) 38.9218 (1.52) 14.3412 (3.27) 0.8678 (1.91) 14.2008 (3.26) 0.0857 (23.00) 1139;1809 69.7292 (0.31) 18839 1 test_benchmark_ok_values[value1] 14.0406 (3.28) 47.9594 (1.88) 14.2991 (3.26) 0.8722 (1.92) 14.2381 (3.27) 0.1602 (43.00) 294;594 69.9343 (0.31) 39869 1 test_benchmark_bad_values[value7] 14.6776 (3.43) 547.0812 (21.40) 15.0107 (3.42) 2.8103 (6.20) 14.8825 (3.41) 0.1192 (32.00) 217;2774 66.6194 (0.29) 39125 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 16.82s =========== >>> py3-fastjsonschema: Entering fakeroot... /home/buildozer/aports/testing/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/testing/py3-fastjsonschema/pkg creating /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema creating /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr creating /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib creating /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/draft06.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/draft04.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/ref_resolver.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/draft07.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/__main__.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/generator.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/indent.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/__init__.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/exceptions.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema copying build/lib/fastjsonschema/version.py -> /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/draft06.py to draft06.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/draft04.py to draft04.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/ref_resolver.py to ref_resolver.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/draft07.py to draft07.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/generator.py to generator.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/indent.py to indent.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/exceptions.py to exceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-fastjsonschema/pkg/py3-fastjsonschema/usr/lib/python3.10/site-packages/fastjsonschema/version.py to version.cpython-310.pyc running install_egg_info Writing /home/buildozer/aports/testing/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 Wed, 02 Feb 2022 06:30:18 +0000 elapsed time 0h 0m 22s >>> py3-fastjsonschema: Cleaning up srcdir >>> py3-fastjsonschema: Cleaning up pkgdir >>> py3-fastjsonschema: Uninstalling dependencies... (1/21) Purging .makedepends-py3-fastjsonschema (20220202.062957) (2/21) Purging py3-pytest-benchmark (3.4.1-r1) (3/21) Purging py3-pytest (6.2.5-r1) (4/21) Purging py3-atomicwrites (1.4.0-r2) (5/21) Purging py3-attrs (21.2.0-r1) (6/21) Purging py3-more-itertools (8.12.0-r1) (7/21) Purging py3-iniconfig (1.1.1-r2) (8/21) Purging py3-pluggy (0.13.1-r5) (9/21) Purging py3-py (1.10.0-r2) (10/21) Purging py3-wcwidth (0.2.5-r2) (11/21) Purging py3-packaging (21.3-r0) (12/21) Purging py3-parsing (2.4.7-r3) (13/21) Purging py3-six (1.16.0-r1) (14/21) Purging py3-toml (0.10.2-r3) (15/21) Purging py3-py-cpuinfo (7.0.0-r2) (16/21) Purging python3 (3.10.2-r0) (17/21) Purging libffi (3.4.2-r1) (18/21) Purging gdbm (1.22-r0) (19/21) Purging mpdecimal (2.5.1-r1) (20/21) Purging readline (8.1.1-r0) (21/21) Purging sqlite-libs (3.37.2-r0) Executing busybox-1.35.0-r2.trigger OK: 307 MiB in 99 packages >>> py3-fastjsonschema: Updating the testing/armhf repository index... >>> py3-fastjsonschema: Signing the index...