------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/python37-3.7.6.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-graphql-core-3.0.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-graphql-core-3.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-graphql-core-3.0.3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-graphql-core-3.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-graphql-core-3.0.3 for building => SHA256 Checksum OK for graphql-core-3.0.3.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-graphql-core-3.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-graphql-core-3.0.3 for building ===> Extracting for py37-graphql-core-3.0.3 => SHA256 Checksum OK for graphql-core-3.0.3.tar.gz. Extracted Memory Use: 4.69M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-graphql-core-3.0.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-graphql-core-3.0.3 depends on package: py37-setuptools>0 - found ===> py37-graphql-core-3.0.3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-graphql-core-3.0.3 depends on package: py37-setuptools>0 - found ===> py37-graphql-core-3.0.3 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-graphql-core-3.0.3 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-graphql-core-3.0.3 running build running build_py creating build creating build/lib creating build/lib/graphql copying src/graphql/graphql.py -> build/lib/graphql copying src/graphql/version.py -> build/lib/graphql copying src/graphql/__init__.py -> build/lib/graphql creating build/lib/graphql/pyutils copying src/graphql/pyutils/path.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/frozen_dict.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/did_you_mean.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/frozen_error.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/is_nullish.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/description.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/convert_case.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/__init__.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/frozen_list.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/dedent.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/inspect.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/cached_property.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/is_finite.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/is_invalid.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/print_path_list.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/awaitable_or_value.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/suggestion_list.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/event_emitter.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/identity_func.py -> build/lib/graphql/pyutils copying src/graphql/pyutils/is_integer.py -> build/lib/graphql/pyutils creating build/lib/graphql/language copying src/graphql/language/ast.py -> build/lib/graphql/language copying src/graphql/language/location.py -> build/lib/graphql/language copying src/graphql/language/lexer.py -> build/lib/graphql/language copying src/graphql/language/token_kind.py -> build/lib/graphql/language copying src/graphql/language/block_string.py -> build/lib/graphql/language copying src/graphql/language/__init__.py -> build/lib/graphql/language copying src/graphql/language/predicates.py -> build/lib/graphql/language copying src/graphql/language/source.py -> build/lib/graphql/language copying src/graphql/language/printer.py -> build/lib/graphql/language copying src/graphql/language/print_location.py -> build/lib/graphql/language copying src/graphql/language/directive_locations.py -> build/lib/graphql/language copying src/graphql/language/visitor.py -> build/lib/graphql/language copying src/graphql/language/parser.py -> build/lib/graphql/language creating build/lib/graphql/utilities copying src/graphql/utilities/find_deprecated_usages.py -> build/lib/graphql/utilities copying src/graphql/utilities/coerce_input_value.py -> build/lib/graphql/utilities copying src/graphql/utilities/extend_schema.py -> build/lib/graphql/utilities copying src/graphql/utilities/build_client_schema.py -> build/lib/graphql/utilities copying src/graphql/utilities/find_breaking_changes.py -> build/lib/graphql/utilities copying src/graphql/utilities/schema_printer.py -> build/lib/graphql/utilities copying src/graphql/utilities/strip_ignored_characters.py -> build/lib/graphql/utilities copying src/graphql/utilities/get_operation_root_type.py -> build/lib/graphql/utilities copying src/graphql/utilities/introspection_query.py -> build/lib/graphql/utilities copying src/graphql/utilities/build_ast_schema.py -> build/lib/graphql/utilities copying src/graphql/utilities/assert_valid_name.py -> build/lib/graphql/utilities copying src/graphql/utilities/value_from_ast_untyped.py -> build/lib/graphql/utilities copying src/graphql/utilities/value_from_ast.py -> build/lib/graphql/utilities copying src/graphql/utilities/separate_operations.py -> build/lib/graphql/utilities copying src/graphql/utilities/get_operation_ast.py -> build/lib/graphql/utilities copying src/graphql/utilities/__init__.py -> build/lib/graphql/utilities copying src/graphql/utilities/lexicographic_sort_schema.py -> build/lib/graphql/utilities copying src/graphql/utilities/type_comparators.py -> build/lib/graphql/utilities copying src/graphql/utilities/type_info.py -> build/lib/graphql/utilities copying src/graphql/utilities/type_from_ast.py -> build/lib/graphql/utilities copying src/graphql/utilities/ast_from_value.py -> build/lib/graphql/utilities copying src/graphql/utilities/introspection_from_schema.py -> build/lib/graphql/utilities copying src/graphql/utilities/concat_ast.py -> build/lib/graphql/utilities copying src/graphql/utilities/coerce_value.py -> build/lib/graphql/utilities creating build/lib/graphql/validation copying src/graphql/validation/specified_rules.py -> build/lib/graphql/validation copying src/graphql/validation/validate.py -> build/lib/graphql/validation copying src/graphql/validation/__init__.py -> build/lib/graphql/validation copying src/graphql/validation/validation_context.py -> build/lib/graphql/validation creating build/lib/graphql/subscription copying src/graphql/subscription/subscribe.py -> build/lib/graphql/subscription copying src/graphql/subscription/__init__.py -> build/lib/graphql/subscription copying src/graphql/subscription/map_async_iterator.py -> build/lib/graphql/subscription creating build/lib/graphql/type copying src/graphql/type/scalars.py -> build/lib/graphql/type copying src/graphql/type/introspection.py -> build/lib/graphql/type copying src/graphql/type/directives.py -> build/lib/graphql/type copying src/graphql/type/__init__.py -> build/lib/graphql/type copying src/graphql/type/schema.py -> build/lib/graphql/type copying src/graphql/type/definition.py -> build/lib/graphql/type copying src/graphql/type/validate.py -> build/lib/graphql/type creating build/lib/graphql/execution copying src/graphql/execution/__init__.py -> build/lib/graphql/execution copying src/graphql/execution/middleware.py -> build/lib/graphql/execution copying src/graphql/execution/values.py -> build/lib/graphql/execution copying src/graphql/execution/execute.py -> build/lib/graphql/execution creating build/lib/graphql/error copying src/graphql/error/syntax_error.py -> build/lib/graphql/error copying src/graphql/error/located_error.py -> build/lib/graphql/error copying src/graphql/error/graphql_error.py -> build/lib/graphql/error copying src/graphql/error/format_error.py -> build/lib/graphql/error copying src/graphql/error/invalid.py -> build/lib/graphql/error copying src/graphql/error/__init__.py -> build/lib/graphql/error creating build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_type_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/no_unused_fragments.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_directive_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/scalar_leafs.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/possible_fragment_spreads.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/single_field_subscriptions.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/known_argument_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/lone_schema_definition.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/variables_in_allowed_position.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_variable_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/fields_on_correct_type.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_operation_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/overlapping_fields_can_be_merged.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/known_fragment_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/no_fragment_cycles.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/variables_are_input_types.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/known_directives.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_input_field_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/no_unused_variables.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_enum_value_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/lone_anonymous_operation.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/known_type_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_argument_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/fragments_on_composite_types.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/provided_required_arguments.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_directives_per_location.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_operation_types.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/no_undefined_variables.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/__init__.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/possible_type_extensions.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/executable_definitions.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/values_of_correct_type.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_field_definition_names.py -> build/lib/graphql/validation/rules copying src/graphql/validation/rules/unique_fragment_names.py -> build/lib/graphql/validation/rules running egg_info writing src/graphql_core.egg-info/PKG-INFO writing dependency_links to src/graphql_core.egg-info/dependency_links.txt writing top-level names to src/graphql_core.egg-info/top_level.txt reading manifest file 'src/graphql_core.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'src/graphql_core.egg-info/SOURCES.txt' copying src/graphql/py.typed -> build/lib/graphql SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-graphql-core-3.0.3 depends on package: py37-setuptools>0 - found ===> py37-graphql-core-3.0.3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-graphql-core-3.0.3 ===> py37-graphql-core-3.0.3 depends on package: py37-setuptools>0 - found ===> py37-graphql-core-3.0.3 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running egg_info writing src/graphql_core.egg-info/PKG-INFO writing dependency_links to src/graphql_core.egg-info/dependency_links.txt writing top-level names to src/graphql_core.egg-info/top_level.txt reading manifest file 'src/graphql_core.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.png' under directory 'docs' warning: no files found matching '*.gif' under directory 'docs' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'src/graphql_core.egg-info/SOURCES.txt' running install_lib creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7 creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql copying build/lib/graphql/graphql.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql copying build/lib/graphql/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type copying build/lib/graphql/type/introspection.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type copying build/lib/graphql/type/definition.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type copying build/lib/graphql/type/schema.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type copying build/lib/graphql/type/validate.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type copying build/lib/graphql/type/scalars.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type copying build/lib/graphql/type/directives.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type copying build/lib/graphql/type/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation copying build/lib/graphql/validation/specified_rules.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_fragment_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/variables_in_allowed_position.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_argument_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/single_field_subscriptions.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/variables_are_input_types.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/executable_definitions.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_type_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_enum_value_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/fragments_on_composite_types.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_input_field_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_operation_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/overlapping_fields_can_be_merged.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/fields_on_correct_type.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_directives_per_location.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/possible_fragment_spreads.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/scalar_leafs.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/lone_anonymous_operation.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/provided_required_arguments.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/no_fragment_cycles.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/known_directives.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_field_definition_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_directive_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_operation_types.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/known_type_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/values_of_correct_type.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/no_undefined_variables.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/lone_schema_definition.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/known_fragment_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/possible_type_extensions.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/known_argument_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_variable_names.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/no_unused_fragments.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/no_unused_variables.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/validate.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation copying build/lib/graphql/validation/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation copying build/lib/graphql/validation/validation_context.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/description.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/dedent.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/is_integer.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/print_path_list.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/convert_case.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/suggestion_list.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/identity_func.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/did_you_mean.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/frozen_dict.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/cached_property.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/is_nullish.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/is_finite.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/is_invalid.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/path.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/awaitable_or_value.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/event_emitter.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/frozen_list.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/frozen_error.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/inspect.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/execution copying build/lib/graphql/execution/values.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/execution copying build/lib/graphql/execution/execute.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/execution copying build/lib/graphql/execution/middleware.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/execution copying build/lib/graphql/execution/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/execution creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/subscription copying build/lib/graphql/subscription/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/subscription copying build/lib/graphql/subscription/map_async_iterator.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/subscription copying build/lib/graphql/subscription/subscribe.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/subscription copying build/lib/graphql/version.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/introspection_query.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/strip_ignored_characters.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/get_operation_ast.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/separate_operations.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/lexicographic_sort_schema.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/build_ast_schema.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/ast_from_value.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/type_comparators.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/value_from_ast_untyped.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/type_info.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/value_from_ast.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/extend_schema.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/assert_valid_name.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/find_deprecated_usages.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/coerce_input_value.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/coerce_value.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/concat_ast.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/build_client_schema.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/find_breaking_changes.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/type_from_ast.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/introspection_from_schema.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/schema_printer.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities copying build/lib/graphql/utilities/get_operation_root_type.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/ast.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/token_kind.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/source.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/lexer.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/parser.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/block_string.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/visitor.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/print_location.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/location.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/directive_locations.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/printer.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/predicates.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/language/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language copying build/lib/graphql/py.typed -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql creating /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error copying build/lib/graphql/error/format_error.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error copying build/lib/graphql/error/invalid.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error copying build/lib/graphql/error/syntax_error.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error copying build/lib/graphql/error/graphql_error.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error copying build/lib/graphql/error/__init__.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error copying build/lib/graphql/error/located_error.py -> /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/graphql.py to graphql.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type/introspection.py to introspection.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type/definition.py to definition.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type/schema.py to schema.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type/validate.py to validate.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type/scalars.py to scalars.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type/directives.py to directives.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/type/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/specified_rules.py to specified_rules.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_fragment_names.py to unique_fragment_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/variables_in_allowed_position.py to variables_in_allowed_position.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_argument_names.py to unique_argument_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/single_field_subscriptions.py to single_field_subscriptions.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/variables_are_input_types.py to variables_are_input_types.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/executable_definitions.py to executable_definitions.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_type_names.py to unique_type_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_enum_value_names.py to unique_enum_value_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/fragments_on_composite_types.py to fragments_on_composite_types.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_input_field_names.py to unique_input_field_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_operation_names.py to unique_operation_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/overlapping_fields_can_be_merged.py to overlapping_fields_can_be_merged.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/fields_on_correct_type.py to fields_on_correct_type.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_directives_per_location.py to unique_directives_per_location.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/possible_fragment_spreads.py to possible_fragment_spreads.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/scalar_leafs.py to scalar_leafs.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/lone_anonymous_operation.py to lone_anonymous_operation.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/provided_required_arguments.py to provided_required_arguments.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/no_fragment_cycles.py to no_fragment_cycles.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/known_directives.py to known_directives.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_field_definition_names.py to unique_field_definition_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_directive_names.py to unique_directive_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_operation_types.py to unique_operation_types.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/known_type_names.py to known_type_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/values_of_correct_type.py to values_of_correct_type.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/no_undefined_variables.py to no_undefined_variables.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/lone_schema_definition.py to lone_schema_definition.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/known_fragment_names.py to known_fragment_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/possible_type_extensions.py to possible_type_extensions.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/known_argument_names.py to known_argument_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/unique_variable_names.py to unique_variable_names.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/no_unused_fragments.py to no_unused_fragments.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/rules/no_unused_variables.py to no_unused_variables.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/validate.py to validate.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/validation/validation_context.py to validation_context.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/description.py to description.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/dedent.py to dedent.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/is_integer.py to is_integer.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/print_path_list.py to print_path_list.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/convert_case.py to convert_case.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/suggestion_list.py to suggestion_list.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/identity_func.py to identity_func.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/did_you_mean.py to did_you_mean.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/frozen_dict.py to frozen_dict.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/cached_property.py to cached_property.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/is_nullish.py to is_nullish.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/is_finite.py to is_finite.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/is_invalid.py to is_invalid.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/path.py to path.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/awaitable_or_value.py to awaitable_or_value.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/event_emitter.py to event_emitter.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/frozen_list.py to frozen_list.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/frozen_error.py to frozen_error.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/pyutils/inspect.py to inspect.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/execution/values.py to values.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/execution/execute.py to execute.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/execution/middleware.py to middleware.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/execution/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/subscription/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/subscription/map_async_iterator.py to map_async_iterator.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/subscription/subscribe.py to subscribe.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/version.py to version.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/introspection_query.py to introspection_query.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/strip_ignored_characters.py to strip_ignored_characters.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/get_operation_ast.py to get_operation_ast.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/separate_operations.py to separate_operations.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/lexicographic_sort_schema.py to lexicographic_sort_schema.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/build_ast_schema.py to build_ast_schema.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/ast_from_value.py to ast_from_value.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/type_comparators.py to type_comparators.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/value_from_ast_untyped.py to value_from_ast_untyped.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/type_info.py to type_info.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/value_from_ast.py to value_from_ast.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/extend_schema.py to extend_schema.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/assert_valid_name.py to assert_valid_name.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/find_deprecated_usages.py to find_deprecated_usages.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/coerce_input_value.py to coerce_input_value.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/coerce_value.py to coerce_value.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/concat_ast.py to concat_ast.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/build_client_schema.py to build_client_schema.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/find_breaking_changes.py to find_breaking_changes.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/type_from_ast.py to type_from_ast.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/introspection_from_schema.py to introspection_from_schema.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/schema_printer.py to schema_printer.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/utilities/get_operation_root_type.py to get_operation_root_type.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/ast.py to ast.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/token_kind.py to token_kind.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/source.py to source.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/lexer.py to lexer.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/parser.py to parser.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/block_string.py to block_string.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/visitor.py to visitor.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/print_location.py to print_location.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/location.py to location.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/directive_locations.py to directive_locations.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/printer.py to printer.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/predicates.py to predicates.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/language/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error/format_error.py to format_error.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error/invalid.py to invalid.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error/syntax_error.py to syntax_error.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error/graphql_error.py to graphql_error.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql/error/located_error.py to located_error.cpython-37.pyc writing byte-compilation script '/tmp/tmpypprq8te.py' /usr/local/bin/python3.7 /tmp/tmpypprq8te.py removing /tmp/tmpypprq8te.py running install_egg_info Copying src/graphql_core.egg-info to /construction/devel/py-graphql-core/stage/usr/local/lib/python3.7/site-packages/graphql_core-3.0.3-py3.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-graphql-core/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-graphql-core-3.0.3 file sizes/checksums [360]: 0% file sizes/checksums [360]: 27% file sizes/checksums [360]: 55% file sizes/checksums [360]: 83% file sizes/checksums [360]: 100% packing files [360]: 0% packing files [360]: 27% packing files [360]: 55% packing files [360]: 83% packing files [360]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:13