------------------------------------------------------------------------------- -- 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/python27-2.7.17_1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from python27-2.7.17_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Installing /packages/All/py27-setuptools-44.0.0.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from py27-setuptools-44.0.0: -- Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. Installing /packages/All/py27-six-1.14.0.txz Installing /packages/All/py27-typing-3.7.4.1.txz Installing /packages/All/py27-promise-2.3.txz Installing /packages/All/py27-rx1-1.6.1.txz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py27-graphql-core2-2.2.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py27-graphql-core2-2.2.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-graphql-core2-2.2.1_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py27-graphql-core2-2.2.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-graphql-core2-2.2.1_1 for building => SHA256 Checksum OK for graphql-core-2.2.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py27-graphql-core2-2.2.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-graphql-core2-2.2.1_1 for building ===> Extracting for py27-graphql-core2-2.2.1_1 => SHA256 Checksum OK for graphql-core-2.2.1.tar.gz. Extracted Memory Use: 0.74M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py27-graphql-core2-2.2.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py27-graphql-core2-2.2.1_1 depends on package: py27-setuptools>0 - found ===> py27-graphql-core2-2.2.1_1 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py27-graphql-core2-2.2.1_1 depends on package: py27-setuptools>0 - found ===> py27-graphql-core2-2.2.1_1 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-graphql-core2-2.2.1_1 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py27-graphql-core2-2.2.1_1 running build running build_py creating build creating build/lib creating build/lib/graphql copying graphql/__init__.py -> build/lib/graphql copying graphql/flags.py -> build/lib/graphql copying graphql/graphql.py -> build/lib/graphql creating build/lib/graphql/execution copying graphql/execution/values.py -> build/lib/graphql/execution copying graphql/execution/__init__.py -> build/lib/graphql/execution copying graphql/execution/utils.py -> build/lib/graphql/execution copying graphql/execution/middleware.py -> build/lib/graphql/execution copying graphql/execution/base.py -> build/lib/graphql/execution copying graphql/execution/executor.py -> build/lib/graphql/execution creating build/lib/graphql/backend copying graphql/backend/cache.py -> build/lib/graphql/backend copying graphql/backend/quiver_cloud.py -> build/lib/graphql/backend copying graphql/backend/compiled.py -> build/lib/graphql/backend copying graphql/backend/__init__.py -> build/lib/graphql/backend copying graphql/backend/decider.py -> build/lib/graphql/backend copying graphql/backend/base.py -> build/lib/graphql/backend copying graphql/backend/core.py -> build/lib/graphql/backend creating build/lib/graphql/validation copying graphql/validation/__init__.py -> build/lib/graphql/validation copying graphql/validation/validation.py -> build/lib/graphql/validation creating build/lib/graphql/utils copying graphql/utils/is_valid_value.py -> build/lib/graphql/utils copying graphql/utils/type_from_ast.py -> build/lib/graphql/utils copying graphql/utils/undefined.py -> build/lib/graphql/utils copying graphql/utils/suggestion_list.py -> build/lib/graphql/utils copying graphql/utils/get_operation_ast.py -> build/lib/graphql/utils copying graphql/utils/base.py -> build/lib/graphql/utils copying graphql/utils/ast_to_code.py -> build/lib/graphql/utils copying graphql/utils/get_field_def.py -> build/lib/graphql/utils copying graphql/utils/assert_valid_name.py -> build/lib/graphql/utils copying graphql/utils/ast_from_value.py -> build/lib/graphql/utils copying graphql/utils/type_info.py -> build/lib/graphql/utils copying graphql/utils/value_from_ast.py -> build/lib/graphql/utils copying graphql/utils/type_comparators.py -> build/lib/graphql/utils copying graphql/utils/introspection_query.py -> build/lib/graphql/utils copying graphql/utils/extend_schema.py -> build/lib/graphql/utils copying graphql/utils/__init__.py -> build/lib/graphql/utils copying graphql/utils/build_client_schema.py -> build/lib/graphql/utils copying graphql/utils/quoted_or_list.py -> build/lib/graphql/utils copying graphql/utils/ast_to_dict.py -> build/lib/graphql/utils copying graphql/utils/build_ast_schema.py -> build/lib/graphql/utils copying graphql/utils/is_valid_literal_value.py -> build/lib/graphql/utils copying graphql/utils/concat_ast.py -> build/lib/graphql/utils copying graphql/utils/schema_printer.py -> build/lib/graphql/utils creating build/lib/graphql/error copying graphql/error/base.py -> build/lib/graphql/error copying graphql/error/format_error.py -> build/lib/graphql/error copying graphql/error/located_error.py -> build/lib/graphql/error copying graphql/error/__init__.py -> build/lib/graphql/error copying graphql/error/syntax_error.py -> build/lib/graphql/error creating build/lib/graphql/pyutils copying graphql/pyutils/ordereddict.py -> build/lib/graphql/pyutils copying graphql/pyutils/cached_property.py -> build/lib/graphql/pyutils copying graphql/pyutils/pair_set.py -> build/lib/graphql/pyutils copying graphql/pyutils/compat.py -> build/lib/graphql/pyutils copying graphql/pyutils/version.py -> build/lib/graphql/pyutils copying graphql/pyutils/default_ordered_dict.py -> build/lib/graphql/pyutils copying graphql/pyutils/__init__.py -> build/lib/graphql/pyutils copying graphql/pyutils/contain_subset.py -> build/lib/graphql/pyutils copying graphql/pyutils/enum.py -> build/lib/graphql/pyutils creating build/lib/graphql/language copying graphql/language/__init__.py -> build/lib/graphql/language copying graphql/language/lexer.py -> build/lib/graphql/language copying graphql/language/parser.py -> build/lib/graphql/language copying graphql/language/base.py -> build/lib/graphql/language copying graphql/language/source.py -> build/lib/graphql/language copying graphql/language/printer.py -> build/lib/graphql/language copying graphql/language/ast.py -> build/lib/graphql/language copying graphql/language/visitor_meta.py -> build/lib/graphql/language copying graphql/language/visitor.py -> build/lib/graphql/language copying graphql/language/location.py -> build/lib/graphql/language creating build/lib/graphql/type copying graphql/type/__init__.py -> build/lib/graphql/type copying graphql/type/definition.py -> build/lib/graphql/type copying graphql/type/typemap.py -> build/lib/graphql/type copying graphql/type/scalars.py -> build/lib/graphql/type copying graphql/type/schema.py -> build/lib/graphql/type copying graphql/type/introspection.py -> build/lib/graphql/type copying graphql/type/directives.py -> build/lib/graphql/type creating build/lib/graphql/execution/executors copying graphql/execution/executors/asyncio_utils.py -> build/lib/graphql/execution/executors copying graphql/execution/executors/gevent.py -> build/lib/graphql/execution/executors copying graphql/execution/executors/__init__.py -> build/lib/graphql/execution/executors copying graphql/execution/executors/thread.py -> build/lib/graphql/execution/executors copying graphql/execution/executors/sync.py -> build/lib/graphql/execution/executors copying graphql/execution/executors/process.py -> build/lib/graphql/execution/executors copying graphql/execution/executors/asyncio.py -> build/lib/graphql/execution/executors copying graphql/execution/executors/utils.py -> build/lib/graphql/execution/executors creating build/lib/graphql/validation/rules copying graphql/validation/rules/no_unused_variables.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/provided_non_null_arguments.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/base.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/unique_input_field_names.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/no_undefined_variables.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/no_unused_fragments.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/unique_fragment_names.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/unique_variable_names.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/lone_anonymous_operation.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/known_argument_names.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/unique_argument_names.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/no_fragment_cycles.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/arguments_of_correct_type.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/overlapping_fields_can_be_merged.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/variables_are_input_types.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/fragments_on_composite_types.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/default_values_of_correct_type.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/possible_fragment_spreads.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/known_type_names.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/fields_on_correct_type.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/unique_operation_names.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/known_directives.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/__init__.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/scalar_leafs.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/variables_in_allowed_position.py -> build/lib/graphql/validation/rules copying graphql/validation/rules/known_fragment_names.py -> build/lib/graphql/validation/rules SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py27-graphql-core2-2.2.1_1 depends on package: py27-promise>=2.1 - found ===> py27-graphql-core2-2.2.1_1 depends on package: py27-rx1>=1.6<3 - found ===> py27-graphql-core2-2.2.1_1 depends on package: py27-six>=1.10.0 - found ===> py27-graphql-core2-2.2.1_1 depends on package: py27-setuptools>0 - found ===> py27-graphql-core2-2.2.1_1 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py27-graphql-core2-2.2.1_1 ===> py27-graphql-core2-2.2.1_1 depends on package: py27-promise>=2.1 - found ===> py27-graphql-core2-2.2.1_1 depends on package: py27-rx1>=1.6<3 - found ===> py27-graphql-core2-2.2.1_1 depends on package: py27-six>=1.10.0 - found ===> py27-graphql-core2-2.2.1_1 depends on package: py27-setuptools>0 - found ===> py27-graphql-core2-2.2.1_1 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list running install running build running build_py running install_lib creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7 creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution copying build/lib/graphql/execution/executor.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution copying build/lib/graphql/execution/utils.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution copying build/lib/graphql/execution/base.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution copying build/lib/graphql/execution/values.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution copying build/lib/graphql/execution/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors copying build/lib/graphql/execution/executors/sync.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors copying build/lib/graphql/execution/executors/thread.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors copying build/lib/graphql/execution/executors/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors copying build/lib/graphql/execution/executors/asyncio.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors copying build/lib/graphql/execution/executors/process.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors copying build/lib/graphql/execution/executors/asyncio_utils.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors copying build/lib/graphql/execution/executors/utils.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors copying build/lib/graphql/execution/executors/gevent.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors copying build/lib/graphql/execution/middleware.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend copying build/lib/graphql/backend/base.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend copying build/lib/graphql/backend/cache.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend copying build/lib/graphql/backend/quiver_cloud.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend copying build/lib/graphql/backend/core.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend copying build/lib/graphql/backend/decider.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend copying build/lib/graphql/backend/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend copying build/lib/graphql/backend/compiled.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend copying build/lib/graphql/flags.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/parser.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/location.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/source.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/ast.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/lexer.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/base.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/visitor.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/printer.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language copying build/lib/graphql/language/visitor_meta.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type copying build/lib/graphql/type/scalars.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type copying build/lib/graphql/type/introspection.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type copying build/lib/graphql/type/schema.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type copying build/lib/graphql/type/typemap.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type copying build/lib/graphql/type/definition.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type copying build/lib/graphql/type/directives.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type copying build/lib/graphql/type/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type copying build/lib/graphql/graphql.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/fields_on_correct_type.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_operation_names.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/base.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/no_unused_variables.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/default_values_of_correct_type.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/no_undefined_variables.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/overlapping_fields_can_be_merged.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/variables_in_allowed_position.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/known_directives.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_variable_names.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_input_field_names.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/known_fragment_names.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/possible_fragment_spreads.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/fragments_on_composite_types.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/variables_are_input_types.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/provided_non_null_arguments.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/arguments_of_correct_type.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/lone_anonymous_operation.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/known_type_names.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_fragment_names.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/scalar_leafs.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/no_fragment_cycles.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/known_argument_names.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/unique_argument_names.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/rules/no_unused_fragments.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules copying build/lib/graphql/validation/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation copying build/lib/graphql/validation/validation.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error copying build/lib/graphql/error/base.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error copying build/lib/graphql/error/located_error.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error copying build/lib/graphql/error/format_error.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error copying build/lib/graphql/error/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error copying build/lib/graphql/error/syntax_error.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/introspection_query.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/undefined.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/assert_valid_name.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/schema_printer.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/value_from_ast.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/type_from_ast.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/base.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/build_ast_schema.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/type_info.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/concat_ast.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/suggestion_list.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/extend_schema.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/ast_to_code.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/get_field_def.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/build_client_schema.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/is_valid_value.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/type_comparators.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/ast_from_value.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/quoted_or_list.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/get_operation_ast.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/is_valid_literal_value.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils copying build/lib/graphql/utils/ast_to_dict.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils creating /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/pair_set.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/default_ordered_dict.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/ordereddict.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/enum.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/compat.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/cached_property.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/version.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/pyutils/contain_subset.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils copying build/lib/graphql/__init__.py -> /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executor.py to executor.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/utils.py to utils.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/base.py to base.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/values.py to values.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors/sync.py to sync.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors/thread.py to thread.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors/asyncio.py to asyncio.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors/process.py to process.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors/asyncio_utils.py to asyncio_utils.pyc File "/usr/local/lib/python2.7/site-packages/graphql/execution/executors/asyncio_utils.py", line 11 async def await_task(): ^ SyntaxError: invalid syntax byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors/utils.py to utils.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/executors/gevent.py to gevent.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/execution/middleware.py to middleware.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend/base.py to base.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend/cache.py to cache.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend/quiver_cloud.py to quiver_cloud.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend/core.py to core.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend/decider.py to decider.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/backend/compiled.py to compiled.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/flags.py to flags.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/parser.py to parser.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/location.py to location.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/source.py to source.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/ast.py to ast.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/lexer.py to lexer.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/base.py to base.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/visitor.py to visitor.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/printer.py to printer.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/language/visitor_meta.py to visitor_meta.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type/scalars.py to scalars.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type/introspection.py to introspection.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type/schema.py to schema.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type/typemap.py to typemap.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type/definition.py to definition.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type/directives.py to directives.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/type/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/graphql.py to graphql.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/fields_on_correct_type.py to fields_on_correct_type.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/unique_operation_names.py to unique_operation_names.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/base.py to base.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/no_unused_variables.py to no_unused_variables.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/default_values_of_correct_type.py to default_values_of_correct_type.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/no_undefined_variables.py to no_undefined_variables.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/overlapping_fields_can_be_merged.py to overlapping_fields_can_be_merged.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/variables_in_allowed_position.py to variables_in_allowed_position.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/known_directives.py to known_directives.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/unique_variable_names.py to unique_variable_names.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/unique_input_field_names.py to unique_input_field_names.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/known_fragment_names.py to known_fragment_names.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/possible_fragment_spreads.py to possible_fragment_spreads.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/fragments_on_composite_types.py to fragments_on_composite_types.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/variables_are_input_types.py to variables_are_input_types.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/provided_non_null_arguments.py to provided_non_null_arguments.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/arguments_of_correct_type.py to arguments_of_correct_type.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/lone_anonymous_operation.py to lone_anonymous_operation.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/known_type_names.py to known_type_names.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/unique_fragment_names.py to unique_fragment_names.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/scalar_leafs.py to scalar_leafs.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/no_fragment_cycles.py to no_fragment_cycles.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/known_argument_names.py to known_argument_names.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/unique_argument_names.py to unique_argument_names.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/rules/no_unused_fragments.py to no_unused_fragments.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/validation/validation.py to validation.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error/base.py to base.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error/located_error.py to located_error.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error/format_error.py to format_error.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/error/syntax_error.py to syntax_error.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/introspection_query.py to introspection_query.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/undefined.py to undefined.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/assert_valid_name.py to assert_valid_name.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/schema_printer.py to schema_printer.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/value_from_ast.py to value_from_ast.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/type_from_ast.py to type_from_ast.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/base.py to base.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/build_ast_schema.py to build_ast_schema.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/type_info.py to type_info.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/concat_ast.py to concat_ast.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/suggestion_list.py to suggestion_list.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/extend_schema.py to extend_schema.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/ast_to_code.py to ast_to_code.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/get_field_def.py to get_field_def.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/build_client_schema.py to build_client_schema.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/is_valid_value.py to is_valid_value.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/type_comparators.py to type_comparators.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/ast_from_value.py to ast_from_value.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/quoted_or_list.py to quoted_or_list.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/get_operation_ast.py to get_operation_ast.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/is_valid_literal_value.py to is_valid_literal_value.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/utils/ast_to_dict.py to ast_to_dict.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils/pair_set.py to pair_set.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils/default_ordered_dict.py to default_ordered_dict.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils/ordereddict.py to ordereddict.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils/enum.py to enum.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils/compat.py to compat.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils/cached_property.py to cached_property.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils/__init__.py to __init__.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils/version.py to version.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/pyutils/contain_subset.py to contain_subset.pyc byte-compiling /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpFqUsWL.py' /usr/local/bin/python2.7 -O /tmp/tmpFqUsWL.py File "/usr/local/lib/python2.7/site-packages/graphql/execution/executors/asyncio_utils.py", line 11 async def await_task(): ^ SyntaxError: invalid syntax removing /tmp/tmpFqUsWL.py running install_egg_info running egg_info writing requirements to graphql_core.egg-info/requires.txt writing graphql_core.egg-info/PKG-INFO writing top-level names to graphql_core.egg-info/top_level.txt writing dependency_links to graphql_core.egg-info/dependency_links.txt reading manifest file 'graphql_core.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching 'tests/*' found anywhere in distribution warning: no previously-included files matching '*' found under directory 'tests' warning: no previously-included files matching '*' found under directory 'tests_py35' writing manifest file 'graphql_core.egg-info/SOURCES.txt' Copying graphql_core.egg-info to /construction/devel/py-graphql-core2/stage/usr/local/lib/python2.7/site-packages/graphql_core-2.2.1-py2.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-graphql-core2/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> 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 py27-graphql-core2-2.2.1_1 file sizes/checksums [321]: 0% file sizes/checksums [321]: 31% file sizes/checksums [321]: 62% file sizes/checksums [321]: 93% file sizes/checksums [321]: 100% packing files [321]: 0% packing files [321]: 31% packing files [321]: 62% packing files [321]: 93% packing files [321]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:13