------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- 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 Installing /packages/All/libgraphqlparser-0.7.0.txz Installing /packages/All/py37-pycparser-2.19.txz Installing /packages/All/py37-cffi-1.14.0.txz Installing /packages/All/py37-lark-parser-0.8.5.txz Installing /packages/All/py37-pytz-2020.1,1.txz SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-tartiflette-1.2.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-tartiflette-1.2.1 depends on file: /usr/local/sbin/pkg - found => tartiflette-1.2.1.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/t/tartiflette/tartiflette-1.2.1.tar.gz tartiflette-1.2.1.tar.gz 0% of 175 kB 0 Bps tartiflette-1.2.1.tar.gz 175 kB 16 MBps 00s ===> Fetching all distfiles required by py37-tartiflette-1.2.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-tartiflette-1.2.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-tartiflette-1.2.1 for building => SHA256 Checksum OK for tartiflette-1.2.1.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-tartiflette-1.2.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-tartiflette-1.2.1 for building ===> Extracting for py37-tartiflette-1.2.1 => SHA256 Checksum OK for tartiflette-1.2.1.tar.gz. Extracted Memory Use: 1.56M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-tartiflette-1.2.1 ===> Applying ports patches for py37-tartiflette-1.2.1 ===> Cleanly applied ports patch(es) patch-setup.py SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-tartiflette-1.2.1 depends on package: py37-setuptools>0 - found ===> py37-tartiflette-1.2.1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> py37-tartiflette-1.2.1 depends on shared library: libgraphqlparser.so - found (/usr/local/lib/libgraphqlparser.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-tartiflette-1.2.1 depends on package: py37-setuptools>0 - found ===> py37-tartiflette-1.2.1 depends on file: /usr/local/bin/python3.7 - found ===> py37-tartiflette-1.2.1 depends on shared library: libgraphqlparser.so - found (/usr/local/lib/libgraphqlparser.so) ===> Configuring for py37-tartiflette-1.2.1 running config SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-tartiflette-1.2.1 running build running build_py creating build creating build/lib creating build/lib/tartiflette copying tartiflette/__init__.py -> build/lib/tartiflette copying tartiflette/engine.py -> build/lib/tartiflette creating build/lib/tartiflette/constants copying tartiflette/constants/values.py -> build/lib/tartiflette/constants copying tartiflette/constants/__init__.py -> build/lib/tartiflette/constants creating build/lib/tartiflette/utils copying tartiflette/utils/values.py -> build/lib/tartiflette/utils copying tartiflette/utils/callables.py -> build/lib/tartiflette/utils copying tartiflette/utils/type_from_ast.py -> build/lib/tartiflette/utils copying tartiflette/utils/errors.py -> build/lib/tartiflette/utils copying tartiflette/utils/__init__.py -> build/lib/tartiflette/utils copying tartiflette/utils/directives.py -> build/lib/tartiflette/utils creating build/lib/tartiflette/scalar copying tartiflette/scalar/scalar.py -> build/lib/tartiflette/scalar copying tartiflette/scalar/__init__.py -> build/lib/tartiflette/scalar creating build/lib/tartiflette/directive copying tartiflette/directive/__init__.py -> build/lib/tartiflette/directive copying tartiflette/directive/directive.py -> build/lib/tartiflette/directive creating build/lib/tartiflette/schema copying tartiflette/schema/bakery.py -> build/lib/tartiflette/schema copying tartiflette/schema/schema.py -> build/lib/tartiflette/schema copying tartiflette/schema/__init__.py -> build/lib/tartiflette/schema copying tartiflette/schema/introspection.py -> build/lib/tartiflette/schema copying tartiflette/schema/transformer.py -> build/lib/tartiflette/schema copying tartiflette/schema/registry.py -> build/lib/tartiflette/schema creating build/lib/tartiflette/types copying tartiflette/types/enum.py -> build/lib/tartiflette/types copying tartiflette/types/__init__.py -> build/lib/tartiflette/types copying tartiflette/types/input_object.py -> build/lib/tartiflette/types copying tartiflette/types/union.py -> build/lib/tartiflette/types copying tartiflette/types/argument.py -> build/lib/tartiflette/types copying tartiflette/types/non_null.py -> build/lib/tartiflette/types copying tartiflette/types/schema_extension.py -> build/lib/tartiflette/types copying tartiflette/types/interface.py -> build/lib/tartiflette/types copying tartiflette/types/object.py -> build/lib/tartiflette/types copying tartiflette/types/scalar.py -> build/lib/tartiflette/types copying tartiflette/types/type.py -> build/lib/tartiflette/types copying tartiflette/types/input_field.py -> build/lib/tartiflette/types copying tartiflette/types/field.py -> build/lib/tartiflette/types copying tartiflette/types/directive.py -> build/lib/tartiflette/types copying tartiflette/types/list.py -> build/lib/tartiflette/types creating build/lib/tartiflette/execution copying tartiflette/execution/collect.py -> build/lib/tartiflette/execution copying tartiflette/execution/response.py -> build/lib/tartiflette/execution copying tartiflette/execution/helpers.py -> build/lib/tartiflette/execution copying tartiflette/execution/types.py -> build/lib/tartiflette/execution copying tartiflette/execution/execute.py -> build/lib/tartiflette/execution copying tartiflette/execution/__init__.py -> build/lib/tartiflette/execution copying tartiflette/execution/context.py -> build/lib/tartiflette/execution creating build/lib/tartiflette/subscription copying tartiflette/subscription/__init__.py -> build/lib/tartiflette/subscription copying tartiflette/subscription/subscription.py -> build/lib/tartiflette/subscription creating build/lib/tartiflette/resolver copying tartiflette/resolver/factory.py -> build/lib/tartiflette/resolver copying tartiflette/resolver/__init__.py -> build/lib/tartiflette/resolver copying tartiflette/resolver/resolver.py -> build/lib/tartiflette/resolver copying tartiflette/resolver/default.py -> build/lib/tartiflette/resolver copying tartiflette/resolver/type_resolver.py -> build/lib/tartiflette/resolver creating build/lib/tartiflette/language copying tartiflette/language/utils.py -> build/lib/tartiflette/language copying tartiflette/language/__init__.py -> build/lib/tartiflette/language creating build/lib/tartiflette/coercers copying tartiflette/coercers/__init__.py -> build/lib/tartiflette/coercers copying tartiflette/coercers/common.py -> build/lib/tartiflette/coercers copying tartiflette/coercers/variables.py -> build/lib/tartiflette/coercers copying tartiflette/coercers/argument.py -> build/lib/tartiflette/coercers copying tartiflette/coercers/arguments.py -> build/lib/tartiflette/coercers creating build/lib/tartiflette/scalar/builtins copying tartiflette/scalar/builtins/date.py -> build/lib/tartiflette/scalar/builtins copying tartiflette/scalar/builtins/__init__.py -> build/lib/tartiflette/scalar/builtins copying tartiflette/scalar/builtins/float.py -> build/lib/tartiflette/scalar/builtins copying tartiflette/scalar/builtins/string.py -> build/lib/tartiflette/scalar/builtins copying tartiflette/scalar/builtins/id.py -> build/lib/tartiflette/scalar/builtins copying tartiflette/scalar/builtins/datetime.py -> build/lib/tartiflette/scalar/builtins copying tartiflette/scalar/builtins/time.py -> build/lib/tartiflette/scalar/builtins copying tartiflette/scalar/builtins/int.py -> build/lib/tartiflette/scalar/builtins copying tartiflette/scalar/builtins/boolean.py -> build/lib/tartiflette/scalar/builtins creating build/lib/tartiflette/directive/builtins copying tartiflette/directive/builtins/include.py -> build/lib/tartiflette/directive/builtins copying tartiflette/directive/builtins/deprecated.py -> build/lib/tartiflette/directive/builtins copying tartiflette/directive/builtins/non_introspectable.py -> build/lib/tartiflette/directive/builtins copying tartiflette/directive/builtins/skip.py -> build/lib/tartiflette/directive/builtins copying tartiflette/directive/builtins/__init__.py -> build/lib/tartiflette/directive/builtins creating build/lib/tartiflette/schema/builtins copying tartiflette/schema/builtins/introspection.py -> build/lib/tartiflette/schema/builtins copying tartiflette/schema/builtins/__init__.py -> build/lib/tartiflette/schema/builtins creating build/lib/tartiflette/types/exceptions copying tartiflette/types/exceptions/__init__.py -> build/lib/tartiflette/types/exceptions copying tartiflette/types/exceptions/tartiflette.py -> build/lib/tartiflette/types/exceptions creating build/lib/tartiflette/types/helpers copying tartiflette/types/helpers/get_directive_instances.py -> build/lib/tartiflette/types/helpers copying tartiflette/types/helpers/type.py -> build/lib/tartiflette/types/helpers copying tartiflette/types/helpers/definition.py -> build/lib/tartiflette/types/helpers copying tartiflette/types/helpers/reduce_type.py -> build/lib/tartiflette/types/helpers copying tartiflette/types/helpers/__init__.py -> build/lib/tartiflette/types/helpers creating build/lib/tartiflette/execution/nodes copying tartiflette/execution/nodes/__init__.py -> build/lib/tartiflette/execution/nodes copying tartiflette/execution/nodes/variable_definition.py -> build/lib/tartiflette/execution/nodes creating build/lib/tartiflette/language/ast copying tartiflette/language/ast/named_type.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/directive.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/description.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/object_type_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/location.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/operation_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/operation_type_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/selection_set.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/variable.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/schema_extension.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/interface_type_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/inline_fragment.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/enum_value_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/fragment_spread.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/field.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/input_object_type_extension.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/input_value_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/scalar_type_extension.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/input_object_type_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/base.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/__init__.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/union_type_extension.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/object_type_extension.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/directive_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/types.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/union_type_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/name.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/variable_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/scalar_type_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/enum_type_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/document.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/enum_type_extension.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/interface_type_extension.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/argument.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/field_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/values.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/schema_definition.py -> build/lib/tartiflette/language/ast copying tartiflette/language/ast/fragment_definition.py -> build/lib/tartiflette/language/ast creating build/lib/tartiflette/language/validators copying tartiflette/language/validators/__init__.py -> build/lib/tartiflette/language/validators creating build/lib/tartiflette/language/parsers copying tartiflette/language/parsers/__init__.py -> build/lib/tartiflette/language/parsers creating build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/field_selections_on_objects_interfaces_and_unions_types.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/rule.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/__init__.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/directives_are_defined.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/required_arguments.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/directives_are_in_valid_locations.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/all_variables_used.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/fragment_spreads_must_not_form_cycles.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/values_of_correct_type.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/utils.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/executable_definitions.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/fragment_name_uniqueness.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/variable_uniqueness.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/single_root_field.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/fragment_spread_is_possible.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/argument_names.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/lone_anonymous_operation.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/fragment_must_be_used.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/fragment_spread_target_defined.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/directives_are_unique_per_location.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/input_object_field_uniqueness.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/operation_name_uniqueness.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/argument_uniqueness.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/fragments_on_composite_types.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/fragment_spread_type_existence.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/all_variable_uses_defined.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/variables_are_input_types.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/all_variable_usages_are_allowed.py -> build/lib/tartiflette/language/validators/query copying tartiflette/language/validators/query/leaf_field_selections.py -> build/lib/tartiflette/language/validators/query creating build/lib/tartiflette/language/parsers/libgraphqlparser copying tartiflette/language/parsers/libgraphqlparser/transformers.py -> build/lib/tartiflette/language/parsers/libgraphqlparser copying tartiflette/language/parsers/libgraphqlparser/parser.py -> build/lib/tartiflette/language/parsers/libgraphqlparser copying tartiflette/language/parsers/libgraphqlparser/__init__.py -> build/lib/tartiflette/language/parsers/libgraphqlparser creating build/lib/tartiflette/language/parsers/lark copying tartiflette/language/parsers/lark/parser.py -> build/lib/tartiflette/language/parsers/lark copying tartiflette/language/parsers/lark/__init__.py -> build/lib/tartiflette/language/parsers/lark creating build/lib/tartiflette/language/parsers/libgraphqlparser/cffi copying tartiflette/language/parsers/libgraphqlparser/cffi/__init__.py -> build/lib/tartiflette/language/parsers/libgraphqlparser/cffi creating build/lib/tartiflette/language/parsers/lark/transformers copying tartiflette/language/parsers/lark/transformers/token_transformer.py -> build/lib/tartiflette/language/parsers/lark/transformers copying tartiflette/language/parsers/lark/transformers/converters.py -> build/lib/tartiflette/language/parsers/lark/transformers copying tartiflette/language/parsers/lark/transformers/__init__.py -> build/lib/tartiflette/language/parsers/lark/transformers copying tartiflette/language/parsers/lark/transformers/node_transformer.py -> build/lib/tartiflette/language/parsers/lark/transformers creating build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/scalar_coercer.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/null_coercer.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/list_coercer.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/common.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/compute.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/non_null_coercer.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/__init__.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/abstract_coercer.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/object_coercer.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/enum_coercer.py -> build/lib/tartiflette/coercers/outputs copying tartiflette/coercers/outputs/directives_coercer.py -> build/lib/tartiflette/coercers/outputs creating build/lib/tartiflette/coercers/inputs copying tartiflette/coercers/inputs/enum_coercer.py -> build/lib/tartiflette/coercers/inputs copying tartiflette/coercers/inputs/input_object_coercer.py -> build/lib/tartiflette/coercers/inputs copying tartiflette/coercers/inputs/null_coercer.py -> build/lib/tartiflette/coercers/inputs copying tartiflette/coercers/inputs/compute.py -> build/lib/tartiflette/coercers/inputs copying tartiflette/coercers/inputs/list_coercer.py -> build/lib/tartiflette/coercers/inputs copying tartiflette/coercers/inputs/directives_coercer.py -> build/lib/tartiflette/coercers/inputs copying tartiflette/coercers/inputs/scalar_coercer.py -> build/lib/tartiflette/coercers/inputs copying tartiflette/coercers/inputs/__init__.py -> build/lib/tartiflette/coercers/inputs copying tartiflette/coercers/inputs/non_null_coercer.py -> build/lib/tartiflette/coercers/inputs creating build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/input_object_coercer.py -> build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/null_and_variable_coercer.py -> build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/directives_coercer.py -> build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/list_coercer.py -> build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/__init__.py -> build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/scalar_coercer.py -> build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/utils.py -> build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/compute.py -> build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/non_null_coercer.py -> build/lib/tartiflette/coercers/literals copying tartiflette/coercers/literals/enum_coercer.py -> build/lib/tartiflette/coercers/literals running egg_info writing tartiflette.egg-info/PKG-INFO writing dependency_links to tartiflette.egg-info/dependency_links.txt writing requirements to tartiflette.egg-info/requires.txt writing top-level names to tartiflette.egg-info/top_level.txt reading manifest file 'tartiflette.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CMakeLists.txt' under directory 'libgraphqlparser/python' warning: no files found matching '*.dylib' under directory 'tartiflette/language/parsers/libgraphqlparser/cffi/' writing manifest file 'tartiflette.egg-info/SOURCES.txt' copying tartiflette/schema/builtins/introspection.sdl -> build/lib/tartiflette/schema/builtins copying tartiflette/language/parsers/lark/graphql_sdl_grammar.lark -> build/lib/tartiflette/language/parsers/lark copying tartiflette/language/parsers/libgraphqlparser/cffi/libgraphqlparser.so -> build/lib/tartiflette/language/parsers/libgraphqlparser/cffi SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-tartiflette-1.2.1 depends on package: py37-cffi>=1.0.0<2.0.0 - found ===> py37-tartiflette-1.2.1 depends on package: py37-lark-parser>=0.8.5 - found ===> py37-tartiflette-1.2.1 depends on package: py37-pytz>=0 - found ===> py37-tartiflette-1.2.1 depends on package: py37-setuptools>0 - found ===> py37-tartiflette-1.2.1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-tartiflette-1.2.1 ===> py37-tartiflette-1.2.1 depends on package: py37-cffi>=1.0.0<2.0.0 - found ===> py37-tartiflette-1.2.1 depends on package: py37-lark-parser>=0.8.5 - found ===> py37-tartiflette-1.2.1 depends on package: py37-pytz>=0 - found ===> py37-tartiflette-1.2.1 depends on package: py37-setuptools>0 - found ===> py37-tartiflette-1.2.1 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running egg_info writing tartiflette.egg-info/PKG-INFO writing dependency_links to tartiflette.egg-info/dependency_links.txt writing requirements to tartiflette.egg-info/requires.txt writing top-level names to tartiflette.egg-info/top_level.txt reading manifest file 'tartiflette.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CMakeLists.txt' under directory 'libgraphqlparser/python' warning: no files found matching '*.dylib' under directory 'tartiflette/language/parsers/libgraphqlparser/cffi/' writing manifest file 'tartiflette.egg-info/SOURCES.txt' running install_lib creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7 creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar copying build/lib/tartiflette/scalar/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar copying build/lib/tartiflette/scalar/scalar.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins copying build/lib/tartiflette/scalar/builtins/float.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins copying build/lib/tartiflette/scalar/builtins/date.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins copying build/lib/tartiflette/scalar/builtins/boolean.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins copying build/lib/tartiflette/scalar/builtins/string.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins copying build/lib/tartiflette/scalar/builtins/time.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins copying build/lib/tartiflette/scalar/builtins/int.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins copying build/lib/tartiflette/scalar/builtins/id.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins copying build/lib/tartiflette/scalar/builtins/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins copying build/lib/tartiflette/scalar/builtins/datetime.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils copying build/lib/tartiflette/utils/errors.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils copying build/lib/tartiflette/utils/callables.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils copying build/lib/tartiflette/utils/directives.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils copying build/lib/tartiflette/utils/values.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils copying build/lib/tartiflette/utils/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils copying build/lib/tartiflette/utils/type_from_ast.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/constants copying build/lib/tartiflette/constants/values.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/constants copying build/lib/tartiflette/constants/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/constants copying build/lib/tartiflette/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language copying build/lib/tartiflette/language/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators copying build/lib/tartiflette/language/validators/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/directives_are_defined.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/fragment_must_be_used.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/field_selections_on_objects_interfaces_and_unions_types.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/fragment_spread_target_defined.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/variable_uniqueness.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/single_root_field.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/all_variable_usages_are_allowed.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/lone_anonymous_operation.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/all_variables_used.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/argument_names.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/all_variable_uses_defined.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/fragment_spread_is_possible.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/operation_name_uniqueness.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/fragment_spread_type_existence.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/values_of_correct_type.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/executable_definitions.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/leaf_field_selections.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/argument_uniqueness.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/required_arguments.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/fragment_name_uniqueness.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/utils.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/fragment_spreads_must_not_form_cycles.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/rule.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/variables_are_input_types.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/directives_are_unique_per_location.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/fragments_on_composite_types.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/input_object_field_uniqueness.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query copying build/lib/tartiflette/language/validators/query/directives_are_in_valid_locations.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/variable.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/field.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/input_value_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/object_type_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/fragment_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/scalar_type_extension.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/document.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/fragment_spread.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/argument.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/directive_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/named_type.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/union_type_extension.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/inline_fragment.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/input_object_type_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/field_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/operation_type_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/input_object_type_extension.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/selection_set.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/enum_type_extension.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/interface_type_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/object_type_extension.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/name.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/schema_extension.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/types.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/interface_type_extension.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/enum_type_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/schema_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/directive.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/scalar_type_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/location.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/description.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/enum_value_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/union_type_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/base.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/operation_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/values.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/ast/variable_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast copying build/lib/tartiflette/language/utils.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers copying build/lib/tartiflette/language/parsers/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark copying build/lib/tartiflette/language/parsers/lark/graphql_sdl_grammar.lark -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/transformers copying build/lib/tartiflette/language/parsers/lark/transformers/token_transformer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/transformers copying build/lib/tartiflette/language/parsers/lark/transformers/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/transformers copying build/lib/tartiflette/language/parsers/lark/transformers/node_transformer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/transformers copying build/lib/tartiflette/language/parsers/lark/transformers/converters.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/transformers copying build/lib/tartiflette/language/parsers/lark/parser.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark copying build/lib/tartiflette/language/parsers/lark/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser copying build/lib/tartiflette/language/parsers/libgraphqlparser/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser copying build/lib/tartiflette/language/parsers/libgraphqlparser/parser.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser copying build/lib/tartiflette/language/parsers/libgraphqlparser/transformers.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser/cffi copying build/lib/tartiflette/language/parsers/libgraphqlparser/cffi/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser/cffi copying build/lib/tartiflette/language/parsers/libgraphqlparser/cffi/libgraphqlparser.so -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser/cffi copying build/lib/tartiflette/engine.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers copying build/lib/tartiflette/coercers/common.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/scalar_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/enum_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/directives_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/null_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/object_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/list_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/compute.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/non_null_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/common.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs copying build/lib/tartiflette/coercers/outputs/abstract_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/enum_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/list_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/non_null_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/null_and_variable_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/input_object_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/utils.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/compute.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/directives_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/literals/scalar_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals copying build/lib/tartiflette/coercers/arguments.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers copying build/lib/tartiflette/coercers/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers copying build/lib/tartiflette/coercers/argument.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers copying build/lib/tartiflette/coercers/variables.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs copying build/lib/tartiflette/coercers/inputs/scalar_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs copying build/lib/tartiflette/coercers/inputs/enum_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs copying build/lib/tartiflette/coercers/inputs/compute.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs copying build/lib/tartiflette/coercers/inputs/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs copying build/lib/tartiflette/coercers/inputs/null_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs copying build/lib/tartiflette/coercers/inputs/non_null_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs copying build/lib/tartiflette/coercers/inputs/input_object_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs copying build/lib/tartiflette/coercers/inputs/list_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs copying build/lib/tartiflette/coercers/inputs/directives_coercer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/argument.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/field.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers copying build/lib/tartiflette/types/helpers/reduce_type.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers copying build/lib/tartiflette/types/helpers/get_directive_instances.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers copying build/lib/tartiflette/types/helpers/type.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers copying build/lib/tartiflette/types/helpers/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers copying build/lib/tartiflette/types/helpers/definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers copying build/lib/tartiflette/types/interface.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/enum.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/object.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/union.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/exceptions copying build/lib/tartiflette/types/exceptions/tartiflette.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/exceptions copying build/lib/tartiflette/types/exceptions/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/exceptions copying build/lib/tartiflette/types/schema_extension.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/input_field.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/non_null.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/directive.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/type.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/scalar.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/list.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types copying build/lib/tartiflette/types/input_object.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution copying build/lib/tartiflette/execution/execute.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution copying build/lib/tartiflette/execution/helpers.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution copying build/lib/tartiflette/execution/context.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution copying build/lib/tartiflette/execution/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/nodes copying build/lib/tartiflette/execution/nodes/variable_definition.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/nodes copying build/lib/tartiflette/execution/nodes/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/nodes copying build/lib/tartiflette/execution/collect.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution copying build/lib/tartiflette/execution/types.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution copying build/lib/tartiflette/execution/response.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver copying build/lib/tartiflette/resolver/default.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver copying build/lib/tartiflette/resolver/resolver.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver copying build/lib/tartiflette/resolver/type_resolver.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver copying build/lib/tartiflette/resolver/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver copying build/lib/tartiflette/resolver/factory.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/subscription copying build/lib/tartiflette/subscription/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/subscription copying build/lib/tartiflette/subscription/subscription.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/subscription creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema copying build/lib/tartiflette/schema/introspection.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema copying build/lib/tartiflette/schema/bakery.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema copying build/lib/tartiflette/schema/registry.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema copying build/lib/tartiflette/schema/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema copying build/lib/tartiflette/schema/transformer.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/builtins copying build/lib/tartiflette/schema/builtins/introspection.sdl -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/builtins copying build/lib/tartiflette/schema/builtins/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/builtins copying build/lib/tartiflette/schema/builtins/introspection.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/builtins copying build/lib/tartiflette/schema/schema.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive copying build/lib/tartiflette/directive/directive.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive creating /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins copying build/lib/tartiflette/directive/builtins/deprecated.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins copying build/lib/tartiflette/directive/builtins/include.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins copying build/lib/tartiflette/directive/builtins/skip.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins copying build/lib/tartiflette/directive/builtins/non_introspectable.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins copying build/lib/tartiflette/directive/builtins/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins copying build/lib/tartiflette/directive/__init__.py -> /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/scalar.py to scalar.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins/float.py to float.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins/date.py to date.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins/boolean.py to boolean.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins/string.py to string.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins/time.py to time.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins/int.py to int.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins/id.py to id.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/scalar/builtins/datetime.py to datetime.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils/errors.py to errors.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils/callables.py to callables.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils/directives.py to directives.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils/values.py to values.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/utils/type_from_ast.py to type_from_ast.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/constants/values.py to values.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/constants/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/directives_are_defined.py to directives_are_defined.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/fragment_must_be_used.py to fragment_must_be_used.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/field_selections_on_objects_interfaces_and_unions_types.py to field_selections_on_objects_interfaces_and_unions_types.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/fragment_spread_target_defined.py to fragment_spread_target_defined.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/variable_uniqueness.py to variable_uniqueness.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/single_root_field.py to single_root_field.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/all_variable_usages_are_allowed.py to all_variable_usages_are_allowed.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/lone_anonymous_operation.py to lone_anonymous_operation.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/all_variables_used.py to all_variables_used.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/argument_names.py to argument_names.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/all_variable_uses_defined.py to all_variable_uses_defined.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/fragment_spread_is_possible.py to fragment_spread_is_possible.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/operation_name_uniqueness.py to operation_name_uniqueness.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/fragment_spread_type_existence.py to fragment_spread_type_existence.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/values_of_correct_type.py to values_of_correct_type.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/executable_definitions.py to executable_definitions.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/leaf_field_selections.py to leaf_field_selections.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/argument_uniqueness.py to argument_uniqueness.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/required_arguments.py to required_arguments.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/fragment_name_uniqueness.py to fragment_name_uniqueness.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/utils.py to utils.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/fragment_spreads_must_not_form_cycles.py to fragment_spreads_must_not_form_cycles.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/rule.py to rule.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/variables_are_input_types.py to variables_are_input_types.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/directives_are_unique_per_location.py to directives_are_unique_per_location.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/fragments_on_composite_types.py to fragments_on_composite_types.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/input_object_field_uniqueness.py to input_object_field_uniqueness.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/validators/query/directives_are_in_valid_locations.py to directives_are_in_valid_locations.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/variable.py to variable.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/field.py to field.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/input_value_definition.py to input_value_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/object_type_definition.py to object_type_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/fragment_definition.py to fragment_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/scalar_type_extension.py to scalar_type_extension.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/document.py to document.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/fragment_spread.py to fragment_spread.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/argument.py to argument.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/directive_definition.py to directive_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/named_type.py to named_type.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/union_type_extension.py to union_type_extension.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/inline_fragment.py to inline_fragment.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/input_object_type_definition.py to input_object_type_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/field_definition.py to field_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/operation_type_definition.py to operation_type_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/input_object_type_extension.py to input_object_type_extension.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/selection_set.py to selection_set.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/enum_type_extension.py to enum_type_extension.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/interface_type_definition.py to interface_type_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/object_type_extension.py to object_type_extension.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/name.py to name.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/schema_extension.py to schema_extension.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/types.py to types.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/interface_type_extension.py to interface_type_extension.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/enum_type_definition.py to enum_type_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/schema_definition.py to schema_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/directive.py to directive.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/scalar_type_definition.py to scalar_type_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/location.py to location.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/description.py to description.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/enum_value_definition.py to enum_value_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/union_type_definition.py to union_type_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/base.py to base.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/operation_definition.py to operation_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/values.py to values.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/ast/variable_definition.py to variable_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/utils.py to utils.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/transformers/token_transformer.py to token_transformer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/transformers/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/transformers/node_transformer.py to node_transformer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/transformers/converters.py to converters.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/parser.py to parser.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/lark/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser/parser.py to parser.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser/transformers.py to transformers.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/language/parsers/libgraphqlparser/cffi/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/engine.py to engine.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/common.py to common.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/scalar_coercer.py to scalar_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/enum_coercer.py to enum_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/directives_coercer.py to directives_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/null_coercer.py to null_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/object_coercer.py to object_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/list_coercer.py to list_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/compute.py to compute.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/non_null_coercer.py to non_null_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/common.py to common.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/outputs/abstract_coercer.py to abstract_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/enum_coercer.py to enum_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/list_coercer.py to list_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/non_null_coercer.py to non_null_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/null_and_variable_coercer.py to null_and_variable_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/input_object_coercer.py to input_object_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/utils.py to utils.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/compute.py to compute.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/directives_coercer.py to directives_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/literals/scalar_coercer.py to scalar_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/arguments.py to arguments.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/argument.py to argument.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/variables.py to variables.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs/scalar_coercer.py to scalar_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs/enum_coercer.py to enum_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs/compute.py to compute.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs/null_coercer.py to null_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs/non_null_coercer.py to non_null_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs/input_object_coercer.py to input_object_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs/list_coercer.py to list_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/coercers/inputs/directives_coercer.py to directives_coercer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/argument.py to argument.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/field.py to field.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers/reduce_type.py to reduce_type.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers/get_directive_instances.py to get_directive_instances.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers/type.py to type.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/helpers/definition.py to definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/interface.py to interface.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/enum.py to enum.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/object.py to object.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/union.py to union.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/exceptions/tartiflette.py to tartiflette.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/exceptions/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/schema_extension.py to schema_extension.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/input_field.py to input_field.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/non_null.py to non_null.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/directive.py to directive.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/type.py to type.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/scalar.py to scalar.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/list.py to list.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/types/input_object.py to input_object.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/execute.py to execute.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/helpers.py to helpers.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/context.py to context.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/nodes/variable_definition.py to variable_definition.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/nodes/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/collect.py to collect.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/types.py to types.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/execution/response.py to response.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver/default.py to default.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver/resolver.py to resolver.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver/type_resolver.py to type_resolver.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/resolver/factory.py to factory.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/subscription/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/subscription/subscription.py to subscription.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/introspection.py to introspection.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/bakery.py to bakery.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/registry.py to registry.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/transformer.py to transformer.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/builtins/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/builtins/introspection.py to introspection.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/schema/schema.py to schema.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/directive.py to directive.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins/deprecated.py to deprecated.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins/include.py to include.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins/skip.py to skip.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins/non_introspectable.py to non_introspectable.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/builtins/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette/directive/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpz_3tgra4.py' /usr/local/bin/python3.7 /tmp/tmpz_3tgra4.py removing /tmp/tmpz_3tgra4.py running install_egg_info Copying tartiflette.egg-info to /construction/devel/py-tartiflette/stage/usr/local/lib/python3.7/site-packages/tartiflette-1.2.1-py3.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-tartiflette/.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:06 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-tartiflette-1.2.1 file sizes/checksums [578]: 0% file sizes/checksums [578]: 17% file sizes/checksums [578]: 34% file sizes/checksums [578]: 51% file sizes/checksums [578]: 69% file sizes/checksums [578]: 86% file sizes/checksums [578]: 100% packing files [578]: 0% packing files [578]: 17% packing files [578]: 34% packing files [578]: 51% packing files [578]: 69% packing files [578]: 86% packing files [578]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:04 TOTAL TIME 00:00:30