>>> py3-graphql-core: Building community/py3-graphql-core 3.2.6-r0 (using abuild 3.16.0_rc4-r0) started Thu, 06 Nov 2025 09:15:08 +0000 >>> py3-graphql-core: Validating /home/buildozer/aports/community/py3-graphql-core/APKBUILD... >>> py3-graphql-core: Analyzing dependencies... >>> py3-graphql-core: Installing for build: build-base python3 py3-gpep517 py3-poetry-core py3-pytest py3-pytest-asyncio py3-pytest-benchmark py3-pytest-describe ( 1/41) Installing gdbm (1.26-r0) ( 2/41) Installing xz-libs (5.8.1-r0) ( 3/41) Installing mpdecimal (4.0.1-r0) ( 4/41) Installing libpanelw (6.5_p20251010-r0) ( 5/41) Installing python3 (3.12.12-r0) ( 6/41) Installing python3-pycache-pyc0 (3.12.12-r0) ( 7/41) Installing pyc (3.12.12-r0) ( 8/41) Installing python3-pyc (3.12.12-r0) ( 9/41) Installing py3-installer (0.7.0-r2) (10/41) Installing py3-installer-pyc (0.7.0-r2) (11/41) Installing py3-gpep517 (19-r1) (12/41) Installing py3-gpep517-pyc (19-r1) (13/41) Installing py3-fastjsonschema (2.21.2-r0) (14/41) Installing py3-fastjsonschema-pyc (2.21.2-r0) (15/41) Installing py3-lark-parser (1.2.2-r0) (16/41) Installing py3-lark-parser-pyc (1.2.2-r0) (17/41) Installing py3-parsing (3.2.3-r0) (18/41) Installing py3-parsing-pyc (3.2.3-r0) (19/41) Installing py3-packaging (25.0-r0) (20/41) Installing py3-packaging-pyc (25.0-r0) (21/41) Installing py3-poetry-core (2.2.1-r0) (22/41) Installing py3-poetry-core-pyc (2.2.1-r0) (23/41) Installing py3-iniconfig (2.3.0-r0) (24/41) Installing py3-iniconfig-pyc (2.3.0-r0) (25/41) Installing py3-pluggy (1.6.0-r0) (26/41) Installing py3-pluggy-pyc (1.6.0-r0) (27/41) Installing py3-py (1.11.0-r4) (28/41) Installing py3-py-pyc (1.11.0-r4) (29/41) Installing py3-pygments (2.19.2-r0) (30/41) Installing py3-pygments-pyc (2.19.2-r0) (31/41) Installing py3-pytest (8.4.2-r1) (32/41) Installing py3-pytest-pyc (8.4.2-r1) (33/41) Installing py3-pytest-asyncio (0.25.0-r1) (34/41) Installing py3-pytest-asyncio-pyc (0.25.0-r1) (35/41) Installing py3-py-cpuinfo (9.0.0-r4) (36/41) Installing py3-py-cpuinfo-pyc (9.0.0-r4) (37/41) Installing py3-pytest-benchmark (4.0.0-r4) (38/41) Installing py3-pytest-benchmark-pyc (4.0.0-r4) (39/41) Installing py3-pytest-describe (2.2.0-r0) (40/41) Installing py3-pytest-describe-pyc (2.2.0-r0) (41/41) Installing .makedepends-py3-graphql-core (20251106.091525) busybox-1.37.0-r24.trigger: Executing script... OK: 429 MiB in 192 packages >>> py3-graphql-core: Cleaning up srcdir >>> py3-graphql-core: Cleaning up pkgdir >>> py3-graphql-core: Cleaning up tmpdir >>> py3-graphql-core: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-graphql-core-3.2.6.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/py3-graphql-core-3.2.6.tar.gz.part' py3-graphql-core-3.2 100% |********************************| 492k 0:00:00 ETA '/var/cache/distfiles/v3.23/py3-graphql-core-3.2.6.tar.gz.part' saved /var/cache/distfiles/v3.23/py3-graphql-core-3.2.6.tar.gz: OK >>> py3-graphql-core: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-graphql-core-3.2.6.tar.gz /var/cache/distfiles/v3.23/py3-graphql-core-3.2.6.tar.gz: OK >>> py3-graphql-core: Unpacking /var/cache/distfiles/v3.23/py3-graphql-core-3.2.6.tar.gz... 2025-11-06 09:15:26,549 gpep517 INFO Building wheel via backend poetry.core.masonry.api 2025-11-06 09:15:26,695 poetry.core.masonry.builders.wheel INFO Building wheel 2025-11-06 09:15:26,836 poetry.core.masonry.builders.wheel INFO Built graphql_core-3.2.6-py3-none-any.whl 2025-11-06 09:15:26,836 gpep517 INFO The backend produced .dist/graphql_core-3.2.6-py3-none-any.whl graphql_core-3.2.6-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.4.2, pluggy-1.6.0 benchmark: 4.0.0 (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-graphql-core/src/graphql-core-3.2.6 configfile: setup.cfg plugins: benchmark-4.0.0, asyncio-0.25.0, describe-2.2.0 asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None collected 2373 items tests/error/test_graphql_error.py ................................. [ 1%] tests/error/test_located_error.py ..... [ 1%] tests/error/test_print_location.py ... [ 1%] tests/execution/test_abstract.py ....................... [ 2%] tests/execution/test_customize.py .. [ 2%] tests/execution/test_directives.py .................... [ 3%] tests/execution/test_execution_result.py ........ [ 3%] tests/execution/test_executor.py .................................. [ 5%] tests/execution/test_lists.py ............. [ 5%] tests/execution/test_map_async_iterator.py ................. [ 6%] tests/execution/test_middleware.py ............ [ 7%] tests/execution/test_mutations.py ... [ 7%] tests/execution/test_nonnull.py ................. [ 8%] tests/execution/test_parallel.py ... [ 8%] tests/execution/test_resolve.py .......... [ 8%] tests/execution/test_schema.py . [ 8%] tests/execution/test_subscribe.py ...................... [ 9%] tests/execution/test_sync.py ............... [ 10%] tests/execution/test_union_interface.py ........ [ 10%] tests/execution/test_variables.py ...................................... [ 12%] ....................... [ 13%] tests/language/test_ast.py .............................. [ 14%] tests/language/test_block_string.py .......................... [ 15%] tests/language/test_block_string_fuzz.py s [ 15%] tests/language/test_character_classes.py ........................ [ 16%] tests/language/test_lexer.py ........................ [ 17%] tests/language/test_location.py .... [ 17%] tests/language/test_parser.py ....................................... [ 19%] tests/language/test_predicates.py .......... [ 19%] tests/language/test_print_string.py ......... [ 20%] tests/language/test_printer.py ............ [ 20%] tests/language/test_schema_parser.py ................................... [ 22%] ........... [ 22%] tests/language/test_schema_printer.py ... [ 22%] tests/language/test_source.py .......... [ 23%] tests/language/test_visitor.py ......................................... [ 24%] .. [ 24%] tests/pyutils/test_cached_property.py .. [ 24%] tests/pyutils/test_convert_case.py ........... [ 25%] tests/pyutils/test_description.py .............. [ 26%] tests/pyutils/test_did_you_mean.py ...... [ 26%] tests/pyutils/test_frozen_dict.py ..... [ 26%] tests/pyutils/test_frozen_error.py . [ 26%] tests/pyutils/test_frozen_list.py ....... [ 26%] tests/pyutils/test_group_by.py .... [ 27%] tests/pyutils/test_identity_func.py . [ 27%] tests/pyutils/test_inspect.py .......................................... [ 28%] ... [ 28%] tests/pyutils/test_is_awaitable.py .............s.. [ 29%] tests/pyutils/test_is_iterable.py ...................................... [ 31%] .......... [ 31%] tests/pyutils/test_merge_kwargs.py .. [ 31%] tests/pyutils/test_natural_compare.py ..... [ 31%] tests/pyutils/test_path.py ... [ 32%] tests/pyutils/test_print_path_list.py ... [ 32%] tests/pyutils/test_simple_pub_sub.py .... [ 32%] tests/pyutils/test_suggestion_list.py ......... [ 32%] tests/pyutils/test_undefined.py ..... [ 32%] tests/test_docs.py .......... [ 33%] tests/test_star_wars_introspection.py ......... [ 33%] tests/test_star_wars_query.py .................. [ 34%] tests/test_star_wars_validation.py ....... [ 34%] tests/test_user_registry.py ..... [ 35%] tests/test_version.py ........... [ 35%] tests/type/test_assert_name.py ............. [ 36%] tests/type/test_custom_scalars.py ...... [ 36%] tests/type/test_definition.py .......................................... [ 38%] ........................................................................ [ 41%] ........................................................................ [ 44%] .. [ 44%] tests/type/test_directives.py .................. [ 44%] tests/type/test_enum.py ..................... [ 45%] tests/type/test_extensions.py ................................ [ 47%] tests/type/test_introspection.py ............. [ 47%] tests/type/test_predicate.py ........................................... [ 49%] .................................. [ 50%] tests/type/test_scalars.py ............... [ 51%] tests/type/test_schema.py .................... [ 52%] tests/type/test_validation.py .......................................... [ 54%] ........................................................................ [ 57%] ........................................................................ [ 60%] ........................ [ 61%] tests/utilities/test_ast_from_value.py .............. [ 61%] tests/utilities/test_ast_to_dict.py ......... [ 62%] tests/utilities/test_build_ast_schema.py ............................... [ 63%] .........................s [ 64%] tests/utilities/test_build_client_schema.py ............................ [ 65%] .................. [ 66%] tests/utilities/test_coerce_input_value.py ............................. [ 67%] ......... [ 68%] tests/utilities/test_concat_ast.py . [ 68%] tests/utilities/test_extend_schema.py .................................. [ 69%] ...... [ 69%] tests/utilities/test_find_breaking_changes.py .......................... [ 71%] ....... [ 71%] tests/utilities/test_get_introspection_query.py ....... [ 71%] tests/utilities/test_get_operation_ast.py ........ [ 71%] tests/utilities/test_get_operation_root_type.py ......... [ 72%] tests/utilities/test_introspection_from_schema.py .. [ 72%] tests/utilities/test_lexicographic_sort_schema.py .......... [ 72%] tests/utilities/test_print_schema.py ................................... [ 74%] . [ 74%] tests/utilities/test_separate_operations.py .... [ 74%] tests/utilities/test_sort_value_node.py .. [ 74%] tests/utilities/test_strip_ignored_characters.py ................ [ 75%] tests/utilities/test_strip_ignored_characters_fuzz.py s [ 75%] tests/utilities/test_type_comparators.py ............... [ 75%] tests/utilities/test_type_from_ast.py .... [ 76%] tests/utilities/test_type_info.py ....... [ 76%] tests/utilities/test_value_from_ast.py ................ [ 77%] tests/utilities/test_value_from_ast_untyped.py ....... [ 77%] tests/utils/test_dedent.py ....... [ 77%] tests/utils/test_gen_fuzz_strings.py .... [ 77%] tests/validation/test_executable_definitions.py .... [ 78%] tests/validation/test_fields_on_correct_type.py ........................ [ 79%] .. [ 79%] tests/validation/test_fragments_on_composite_types.py .......... [ 79%] tests/validation/test_known_argument_names.py ...................... [ 80%] tests/validation/test_known_directives.py ............... [ 81%] tests/validation/test_known_fragment_names.py .. [ 81%] tests/validation/test_known_type_names.py .......... [ 81%] tests/validation/test_lone_anonymous_operation.py ....... [ 81%] tests/validation/test_lone_schema_definition.py ....... [ 82%] tests/validation/test_no_deprecated.py ............... [ 82%] tests/validation/test_no_fragment_cycles.py ............... [ 83%] tests/validation/test_no_schema_introspection.py ...... [ 83%] tests/validation/test_no_undefined_variables.py ................. [ 84%] tests/validation/test_no_unused_fragments.py ..... [ 84%] tests/validation/test_no_unused_variables.py ............ [ 85%] tests/validation/test_overlapping_fields_can_be_merged.py .............. [ 85%] ................................. [ 87%] tests/validation/test_possible_fragment_spreads.py ..................... [ 88%] ... [ 88%] tests/validation/test_possible_type_extensions.py ......... [ 88%] tests/validation/test_provided_required_arguments.py ................... [ 89%] ..... [ 89%] tests/validation/test_scalar_leafs.py ......... [ 89%] tests/validation/test_single_field_subscriptions.py .............. [ 90%] tests/validation/test_unique_argument_definition_names.py .... [ 90%] tests/validation/test_unique_argument_names.py ............. [ 91%] tests/validation/test_unique_directive_names.py ......... [ 91%] tests/validation/test_unique_directives_per_location.py .............. [ 92%] tests/validation/test_unique_enum_value_names.py ........... [ 92%] tests/validation/test_unique_field_definition_names.py ........... [ 93%] tests/validation/test_unique_fragment_names.py ....... [ 93%] tests/validation/test_unique_input_field_names.py ....... [ 93%] tests/validation/test_unique_operation_names.py ......... [ 94%] tests/validation/test_unique_operation_types.py .............. [ 94%] tests/validation/test_unique_type_names.py ........ [ 95%] tests/validation/test_unique_variable_names.py .. [ 95%] tests/validation/test_validation.py ............ [ 95%] tests/validation/test_values_of_correct_type.py ........................ [ 96%] ...................................................... [ 98%] tests/validation/test_variables_are_input_types.py ... [ 99%] tests/validation/test_variables_in_allowed_position.py ................. [ 99%] ...... [100%] =============================== warnings summary =============================== tests/language/test_block_string_fuzz.py:45 /home/buildozer/aports/community/py3-graphql-core/src/graphql-core-3.2.6/tests/language/test_block_string_fuzz.py:45: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @mark.timeout(20) tests/utilities/test_strip_ignored_characters_fuzz.py:21 /home/buildozer/aports/community/py3-graphql-core/src/graphql-core-3.2.6/tests/utilities/test_strip_ignored_characters_fuzz.py:21: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html @mark.timeout(20) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================= 2369 passed, 4 skipped, 2 warnings in 12.44s ================= >>> py3-graphql-core: Entering fakeroot... >>> py3-graphql-core-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/graphql/execution/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/execution/__pycache__' 'usr/lib/python3.12/site-packages/graphql/validation/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/validation/__pycache__' 'usr/lib/python3.12/site-packages/graphql/validation/rules/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/validation/rules/__pycache__' 'usr/lib/python3.12/site-packages/graphql/validation/rules/custom/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/validation/rules/custom/__pycache__' 'usr/lib/python3.12/site-packages/graphql/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/__pycache__' 'usr/lib/python3.12/site-packages/graphql/error/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/error/__pycache__' 'usr/lib/python3.12/site-packages/graphql/pyutils/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/pyutils/__pycache__' 'usr/lib/python3.12/site-packages/graphql/subscription/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/subscription/__pycache__' 'usr/lib/python3.12/site-packages/graphql/utilities/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/utilities/__pycache__' 'usr/lib/python3.12/site-packages/graphql/type/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/type/__pycache__' 'usr/lib/python3.12/site-packages/graphql/language/__pycache__' -> '/home/buildozer/aports/community/py3-graphql-core/pkg/py3-graphql-core-pyc/usr/lib/python3.12/site-packages/graphql/language/__pycache__' >>> py3-graphql-core-pyc*: Preparing subpackage py3-graphql-core-pyc... >>> py3-graphql-core-pyc*: Running postcheck for py3-graphql-core-pyc >>> py3-graphql-core*: Running postcheck for py3-graphql-core >>> py3-graphql-core*: Preparing package py3-graphql-core... >>> py3-graphql-core-pyc*: Tracing dependencies... python3~3.12 >>> py3-graphql-core-pyc*: Package size: 818.3 KB >>> py3-graphql-core-pyc*: Compressing data... >>> py3-graphql-core-pyc*: Create checksum... >>> py3-graphql-core-pyc*: Create py3-graphql-core-pyc-3.2.6-r0.apk >>> py3-graphql-core*: Tracing dependencies... python3 python3~3.12 >>> py3-graphql-core*: Package size: 732.0 KB >>> py3-graphql-core*: Compressing data... >>> py3-graphql-core*: Create checksum... >>> py3-graphql-core*: Create py3-graphql-core-3.2.6-r0.apk >>> py3-graphql-core: Build complete at Thu, 06 Nov 2025 09:15:41 +0000 elapsed time 0h 0m 33s >>> py3-graphql-core: Cleaning up srcdir >>> py3-graphql-core: Cleaning up pkgdir >>> py3-graphql-core: Cleaning up tmpdir >>> py3-graphql-core: Uninstalling dependencies... ( 1/41) Purging .makedepends-py3-graphql-core (20251106.091525) ( 2/41) Purging py3-gpep517-pyc (19-r1) ( 3/41) Purging py3-gpep517 (19-r1) ( 4/41) Purging py3-installer-pyc (0.7.0-r2) ( 5/41) Purging py3-installer (0.7.0-r2) ( 6/41) Purging py3-poetry-core-pyc (2.2.1-r0) ( 7/41) Purging py3-poetry-core (2.2.1-r0) ( 8/41) Purging py3-fastjsonschema-pyc (2.21.2-r0) ( 9/41) Purging py3-fastjsonschema (2.21.2-r0) (10/41) Purging py3-lark-parser-pyc (1.2.2-r0) (11/41) Purging py3-lark-parser (1.2.2-r0) (12/41) Purging py3-pytest-asyncio-pyc (0.25.0-r1) (13/41) Purging py3-pytest-asyncio (0.25.0-r1) (14/41) Purging py3-pytest-benchmark-pyc (4.0.0-r4) (15/41) Purging py3-pytest-benchmark (4.0.0-r4) (16/41) Purging py3-py-cpuinfo-pyc (9.0.0-r4) (17/41) Purging py3-py-cpuinfo (9.0.0-r4) (18/41) Purging py3-pytest-describe-pyc (2.2.0-r0) (19/41) Purging py3-pytest-describe (2.2.0-r0) (20/41) Purging py3-pytest-pyc (8.4.2-r1) (21/41) Purging py3-pytest (8.4.2-r1) (22/41) Purging py3-iniconfig-pyc (2.3.0-r0) (23/41) Purging py3-iniconfig (2.3.0-r0) (24/41) Purging py3-packaging-pyc (25.0-r0) (25/41) Purging py3-packaging (25.0-r0) (26/41) Purging py3-parsing-pyc (3.2.3-r0) (27/41) Purging py3-parsing (3.2.3-r0) (28/41) Purging py3-pluggy-pyc (1.6.0-r0) (29/41) Purging py3-pluggy (1.6.0-r0) (30/41) Purging py3-py-pyc (1.11.0-r4) (31/41) Purging py3-py (1.11.0-r4) (32/41) Purging py3-pygments-pyc (2.19.2-r0) (33/41) Purging py3-pygments (2.19.2-r0) (34/41) Purging python3-pyc (3.12.12-r0) (35/41) Purging python3-pycache-pyc0 (3.12.12-r0) (36/41) Purging pyc (3.12.12-r0) (37/41) Purging python3 (3.12.12-r0) (38/41) Purging gdbm (1.26-r0) (39/41) Purging libpanelw (6.5_p20251010-r0) (40/41) Purging mpdecimal (4.0.1-r0) (41/41) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 382 MiB in 151 packages >>> py3-graphql-core: Updating the community/armv7 repository index... >>> py3-graphql-core: Signing the index...