Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-graphql-compiler.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686615059.415624/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-graphql-compiler.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-graphql-compiler-1.11.0-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-graphql-compiler.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686615059.415624/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-graphql-compiler.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-graphql-compiler-1.11.0-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-graphql-compiler.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1686615059.415624/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-graphql-compiler.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0tZgAK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf graphql-compiler-1.11.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/graphql-compiler-1.11.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd graphql-compiler-1.11.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zlQRsx + umask 022 + cd /builddir/build/BUILD + cd graphql-compiler-1.11.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/graphql_compiler copying graphql_compiler/debugging_utils.py -> build/lib/graphql_compiler copying graphql_compiler/schema.py -> build/lib/graphql_compiler copying graphql_compiler/ast_manipulation.py -> build/lib/graphql_compiler copying graphql_compiler/exceptions.py -> build/lib/graphql_compiler copying graphql_compiler/tool.py -> build/lib/graphql_compiler copying graphql_compiler/__init__.py -> build/lib/graphql_compiler creating build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/ir_sanity_checks.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/compiler_frontend.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/blocks.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/expressions.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/common.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/emit_sql.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/emit_cypher.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/emit_gremlin.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/metadata.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/directive_helpers.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/emit_match.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/context_helpers.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/cypher_query.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/sql_context_helpers.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/helpers.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/match_query.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/compiler_entities.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/__init__.py -> build/lib/graphql_compiler/compiler copying graphql_compiler/compiler/filters.py -> build/lib/graphql_compiler/compiler creating build/lib/graphql_compiler/schema_generation copying graphql_compiler/schema_generation/utils.py -> build/lib/graphql_compiler/schema_generation copying graphql_compiler/schema_generation/schema_graph.py -> build/lib/graphql_compiler/schema_generation copying graphql_compiler/schema_generation/graphql_schema.py -> build/lib/graphql_compiler/schema_generation copying graphql_compiler/schema_generation/exceptions.py -> build/lib/graphql_compiler/schema_generation copying graphql_compiler/schema_generation/__init__.py -> build/lib/graphql_compiler/schema_generation creating build/lib/graphql_compiler/cost_estimation copying graphql_compiler/cost_estimation/filter_selectivity_utils.py -> build/lib/graphql_compiler/cost_estimation copying graphql_compiler/cost_estimation/__init__.py -> build/lib/graphql_compiler/cost_estimation copying graphql_compiler/cost_estimation/cardinality_estimator.py -> build/lib/graphql_compiler/cost_estimation creating build/lib/graphql_compiler/schema_transformation copying graphql_compiler/schema_transformation/merge_schemas.py -> build/lib/graphql_compiler/schema_transformation copying graphql_compiler/schema_transformation/utils.py -> build/lib/graphql_compiler/schema_transformation copying graphql_compiler/schema_transformation/rename_schema.py -> build/lib/graphql_compiler/schema_transformation copying graphql_compiler/schema_transformation/__init__.py -> build/lib/graphql_compiler/schema_transformation creating build/lib/graphql_compiler/query_formatting copying graphql_compiler/query_formatting/graphql_formatting.py -> build/lib/graphql_compiler/query_formatting copying graphql_compiler/query_formatting/common.py -> build/lib/graphql_compiler/query_formatting copying graphql_compiler/query_formatting/cypher_formatting.py -> build/lib/graphql_compiler/query_formatting copying graphql_compiler/query_formatting/match_formatting.py -> build/lib/graphql_compiler/query_formatting copying graphql_compiler/query_formatting/sql_formatting.py -> build/lib/graphql_compiler/query_formatting copying graphql_compiler/query_formatting/representations.py -> build/lib/graphql_compiler/query_formatting copying graphql_compiler/query_formatting/__init__.py -> build/lib/graphql_compiler/query_formatting copying graphql_compiler/query_formatting/gremlin_formatting.py -> build/lib/graphql_compiler/query_formatting creating build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_emit_output.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_location.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_helpers.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/conftest.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_ir_generation.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_testing_invariants.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_explain_info.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_schema_generation.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_backend.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_input_data.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_safe_match_and_gremlin.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_schema.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_compiler.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_end_to_end.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_graphql_pretty_print.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_ir_generation_errors.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/__init__.py -> build/lib/graphql_compiler/tests copying graphql_compiler/tests/test_ir_lowering.py -> build/lib/graphql_compiler/tests creating build/lib/graphql_compiler/compiler/workarounds copying graphql_compiler/compiler/workarounds/orientdb_class_with_while.py -> build/lib/graphql_compiler/compiler/workarounds copying graphql_compiler/compiler/workarounds/orientdb_query_execution.py -> build/lib/graphql_compiler/compiler/workarounds copying graphql_compiler/compiler/workarounds/orientdb_eval_scheduling.py -> build/lib/graphql_compiler/compiler/workarounds copying graphql_compiler/compiler/workarounds/__init__.py -> build/lib/graphql_compiler/compiler/workarounds creating build/lib/graphql_compiler/compiler/ir_lowering_gremlin copying graphql_compiler/compiler/ir_lowering_gremlin/ir_lowering.py -> build/lib/graphql_compiler/compiler/ir_lowering_gremlin copying graphql_compiler/compiler/ir_lowering_gremlin/__init__.py -> build/lib/graphql_compiler/compiler/ir_lowering_gremlin creating build/lib/graphql_compiler/compiler/ir_lowering_sql copying graphql_compiler/compiler/ir_lowering_sql/sql_tree.py -> build/lib/graphql_compiler/compiler/ir_lowering_sql copying graphql_compiler/compiler/ir_lowering_sql/metadata.py -> build/lib/graphql_compiler/compiler/ir_lowering_sql copying graphql_compiler/compiler/ir_lowering_sql/constants.py -> build/lib/graphql_compiler/compiler/ir_lowering_sql copying graphql_compiler/compiler/ir_lowering_sql/__init__.py -> build/lib/graphql_compiler/compiler/ir_lowering_sql creating build/lib/graphql_compiler/compiler/ir_lowering_match copying graphql_compiler/compiler/ir_lowering_match/utils.py -> build/lib/graphql_compiler/compiler/ir_lowering_match copying graphql_compiler/compiler/ir_lowering_match/between_lowering.py -> build/lib/graphql_compiler/compiler/ir_lowering_match copying graphql_compiler/compiler/ir_lowering_match/optional_traversal.py -> build/lib/graphql_compiler/compiler/ir_lowering_match copying graphql_compiler/compiler/ir_lowering_match/ir_lowering.py -> build/lib/graphql_compiler/compiler/ir_lowering_match copying graphql_compiler/compiler/ir_lowering_match/__init__.py -> build/lib/graphql_compiler/compiler/ir_lowering_match creating build/lib/graphql_compiler/compiler/ir_lowering_common copying graphql_compiler/compiler/ir_lowering_common/location_renaming.py -> build/lib/graphql_compiler/compiler/ir_lowering_common copying graphql_compiler/compiler/ir_lowering_common/common.py -> build/lib/graphql_compiler/compiler/ir_lowering_common copying graphql_compiler/compiler/ir_lowering_common/__init__.py -> build/lib/graphql_compiler/compiler/ir_lowering_common creating build/lib/graphql_compiler/compiler/ir_lowering_cypher copying graphql_compiler/compiler/ir_lowering_cypher/ir_lowering.py -> build/lib/graphql_compiler/compiler/ir_lowering_cypher copying graphql_compiler/compiler/ir_lowering_cypher/__init__.py -> build/lib/graphql_compiler/compiler/ir_lowering_cypher creating build/lib/graphql_compiler/schema_generation/orientdb copying graphql_compiler/schema_generation/orientdb/utils.py -> build/lib/graphql_compiler/schema_generation/orientdb copying graphql_compiler/schema_generation/orientdb/schema_graph_builder.py -> build/lib/graphql_compiler/schema_generation/orientdb copying graphql_compiler/schema_generation/orientdb/schema_properties.py -> build/lib/graphql_compiler/schema_generation/orientdb copying graphql_compiler/schema_generation/orientdb/__init__.py -> build/lib/graphql_compiler/schema_generation/orientdb creating build/lib/graphql_compiler/tests/snapshot_tests copying graphql_compiler/tests/snapshot_tests/test_orientdb_match_query.py -> build/lib/graphql_compiler/tests/snapshot_tests copying graphql_compiler/tests/snapshot_tests/__init__.py -> build/lib/graphql_compiler/tests/snapshot_tests copying graphql_compiler/tests/snapshot_tests/test_cost_estimation.py -> build/lib/graphql_compiler/tests/snapshot_tests creating build/lib/graphql_compiler/tests/test_data_tools copying graphql_compiler/tests/test_data_tools/schema.py -> build/lib/graphql_compiler/tests/test_data_tools copying graphql_compiler/tests/test_data_tools/neo4j_graph.py -> build/lib/graphql_compiler/tests/test_data_tools copying graphql_compiler/tests/test_data_tools/redisgraph_graph.py -> build/lib/graphql_compiler/tests/test_data_tools copying graphql_compiler/tests/test_data_tools/data_tool.py -> build/lib/graphql_compiler/tests/test_data_tools copying graphql_compiler/tests/test_data_tools/orientdb_graph.py -> build/lib/graphql_compiler/tests/test_data_tools copying graphql_compiler/tests/test_data_tools/__init__.py -> build/lib/graphql_compiler/tests/test_data_tools creating build/lib/graphql_compiler/tests/integration_tests copying graphql_compiler/tests/integration_tests/integration_test_helpers.py -> build/lib/graphql_compiler/tests/integration_tests copying graphql_compiler/tests/integration_tests/test_backends_integration.py -> build/lib/graphql_compiler/tests/integration_tests copying graphql_compiler/tests/integration_tests/integration_backend_config.py -> build/lib/graphql_compiler/tests/integration_tests copying graphql_compiler/tests/integration_tests/__init__.py -> build/lib/graphql_compiler/tests/integration_tests creating build/lib/graphql_compiler/tests/schema_transformation_tests copying graphql_compiler/tests/schema_transformation_tests/test_rename_schema.py -> build/lib/graphql_compiler/tests/schema_transformation_tests copying graphql_compiler/tests/schema_transformation_tests/input_schema_strings.py -> build/lib/graphql_compiler/tests/schema_transformation_tests copying graphql_compiler/tests/schema_transformation_tests/__init__.py -> build/lib/graphql_compiler/tests/schema_transformation_tests copying graphql_compiler/tests/schema_transformation_tests/test_check_schema_valid.py -> build/lib/graphql_compiler/tests/schema_transformation_tests creating build/lib/graphql_compiler/tests/snapshot_tests/snapshots copying graphql_compiler/tests/snapshot_tests/snapshots/snap_test_orientdb_match_query.py -> build/lib/graphql_compiler/tests/snapshot_tests/snapshots copying graphql_compiler/tests/snapshot_tests/snapshots/__init__.py -> build/lib/graphql_compiler/tests/snapshot_tests/snapshots + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.plamaj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64 + cd graphql-compiler-1.11.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler copying build/lib/graphql_compiler/debugging_utils.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/workarounds copying build/lib/graphql_compiler/compiler/workarounds/orientdb_class_with_while.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/workarounds copying build/lib/graphql_compiler/compiler/workarounds/orientdb_query_execution.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/workarounds copying build/lib/graphql_compiler/compiler/workarounds/orientdb_eval_scheduling.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/workarounds copying build/lib/graphql_compiler/compiler/workarounds/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/workarounds copying build/lib/graphql_compiler/compiler/ir_sanity_checks.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_gremlin copying build/lib/graphql_compiler/compiler/ir_lowering_gremlin/ir_lowering.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_gremlin copying build/lib/graphql_compiler/compiler/ir_lowering_gremlin/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_gremlin creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_sql copying build/lib/graphql_compiler/compiler/ir_lowering_sql/sql_tree.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_sql copying build/lib/graphql_compiler/compiler/ir_lowering_sql/metadata.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_sql copying build/lib/graphql_compiler/compiler/ir_lowering_sql/constants.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_sql copying build/lib/graphql_compiler/compiler/ir_lowering_sql/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_sql copying build/lib/graphql_compiler/compiler/compiler_frontend.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/blocks.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/expressions.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/common.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/emit_sql.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/emit_cypher.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/emit_gremlin.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/metadata.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/directive_helpers.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/emit_match.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/context_helpers.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/cypher_query.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match copying build/lib/graphql_compiler/compiler/ir_lowering_match/utils.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match copying build/lib/graphql_compiler/compiler/ir_lowering_match/between_lowering.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match copying build/lib/graphql_compiler/compiler/ir_lowering_match/optional_traversal.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match copying build/lib/graphql_compiler/compiler/ir_lowering_match/ir_lowering.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match copying build/lib/graphql_compiler/compiler/ir_lowering_match/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match copying build/lib/graphql_compiler/compiler/sql_context_helpers.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/helpers.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/match_query.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_common copying build/lib/graphql_compiler/compiler/ir_lowering_common/location_renaming.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_common copying build/lib/graphql_compiler/compiler/ir_lowering_common/common.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_common copying build/lib/graphql_compiler/compiler/ir_lowering_common/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_common creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_cypher copying build/lib/graphql_compiler/compiler/ir_lowering_cypher/ir_lowering.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_cypher copying build/lib/graphql_compiler/compiler/ir_lowering_cypher/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_cypher copying build/lib/graphql_compiler/compiler/compiler_entities.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/compiler/filters.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler copying build/lib/graphql_compiler/schema.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler copying build/lib/graphql_compiler/ast_manipulation.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation copying build/lib/graphql_compiler/schema_generation/utils.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/orientdb copying build/lib/graphql_compiler/schema_generation/orientdb/utils.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/orientdb copying build/lib/graphql_compiler/schema_generation/orientdb/schema_graph_builder.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/orientdb copying build/lib/graphql_compiler/schema_generation/orientdb/schema_properties.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/orientdb copying build/lib/graphql_compiler/schema_generation/orientdb/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/orientdb copying build/lib/graphql_compiler/schema_generation/schema_graph.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation copying build/lib/graphql_compiler/schema_generation/graphql_schema.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation copying build/lib/graphql_compiler/schema_generation/exceptions.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation copying build/lib/graphql_compiler/schema_generation/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/cost_estimation copying build/lib/graphql_compiler/cost_estimation/filter_selectivity_utils.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/cost_estimation copying build/lib/graphql_compiler/cost_estimation/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/cost_estimation copying build/lib/graphql_compiler/cost_estimation/cardinality_estimator.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/cost_estimation copying build/lib/graphql_compiler/exceptions.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_transformation copying build/lib/graphql_compiler/schema_transformation/merge_schemas.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_transformation copying build/lib/graphql_compiler/schema_transformation/utils.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_transformation copying build/lib/graphql_compiler/schema_transformation/rename_schema.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_transformation copying build/lib/graphql_compiler/schema_transformation/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_transformation creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting copying build/lib/graphql_compiler/query_formatting/graphql_formatting.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting copying build/lib/graphql_compiler/query_formatting/common.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting copying build/lib/graphql_compiler/query_formatting/cypher_formatting.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting copying build/lib/graphql_compiler/query_formatting/match_formatting.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting copying build/lib/graphql_compiler/query_formatting/sql_formatting.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting copying build/lib/graphql_compiler/query_formatting/representations.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting copying build/lib/graphql_compiler/query_formatting/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting copying build/lib/graphql_compiler/query_formatting/gremlin_formatting.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting copying build/lib/graphql_compiler/tool.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler copying build/lib/graphql_compiler/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_emit_output.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_location.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_helpers.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/conftest.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests copying build/lib/graphql_compiler/tests/snapshot_tests/test_orientdb_match_query.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests/snapshots copying build/lib/graphql_compiler/tests/snapshot_tests/snapshots/snap_test_orientdb_match_query.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests/snapshots copying build/lib/graphql_compiler/tests/snapshot_tests/snapshots/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests/snapshots copying build/lib/graphql_compiler/tests/snapshot_tests/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests copying build/lib/graphql_compiler/tests/snapshot_tests/test_cost_estimation.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests copying build/lib/graphql_compiler/tests/test_ir_generation.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_testing_invariants.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_explain_info.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_schema_generation.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools copying build/lib/graphql_compiler/tests/test_data_tools/schema.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools copying build/lib/graphql_compiler/tests/test_data_tools/neo4j_graph.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools copying build/lib/graphql_compiler/tests/test_data_tools/redisgraph_graph.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools copying build/lib/graphql_compiler/tests/test_data_tools/data_tool.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools copying build/lib/graphql_compiler/tests/test_data_tools/orientdb_graph.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools copying build/lib/graphql_compiler/tests/test_data_tools/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools copying build/lib/graphql_compiler/tests/test_backend.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/integration_tests copying build/lib/graphql_compiler/tests/integration_tests/integration_test_helpers.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/integration_tests copying build/lib/graphql_compiler/tests/integration_tests/test_backends_integration.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/integration_tests copying build/lib/graphql_compiler/tests/integration_tests/integration_backend_config.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/integration_tests copying build/lib/graphql_compiler/tests/integration_tests/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/integration_tests copying build/lib/graphql_compiler/tests/test_input_data.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_safe_match_and_gremlin.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_schema.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_compiler.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_end_to_end.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_graphql_pretty_print.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_ir_generation_errors.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests copying build/lib/graphql_compiler/tests/test_ir_lowering.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests creating /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/schema_transformation_tests copying build/lib/graphql_compiler/tests/schema_transformation_tests/test_rename_schema.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/schema_transformation_tests copying build/lib/graphql_compiler/tests/schema_transformation_tests/input_schema_strings.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/schema_transformation_tests copying build/lib/graphql_compiler/tests/schema_transformation_tests/__init__.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/schema_transformation_tests copying build/lib/graphql_compiler/tests/schema_transformation_tests/test_check_schema_valid.py -> /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/schema_transformation_tests byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/debugging_utils.py to debugging_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/workarounds/orientdb_class_with_while.py to orientdb_class_with_while.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/workarounds/orientdb_query_execution.py to orientdb_query_execution.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/workarounds/orientdb_eval_scheduling.py to orientdb_eval_scheduling.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/workarounds/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_sanity_checks.py to ir_sanity_checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_gremlin/ir_lowering.py to ir_lowering.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_gremlin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_sql/sql_tree.py to sql_tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_sql/metadata.py to metadata.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_sql/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_sql/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/compiler_frontend.py to compiler_frontend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/blocks.py to blocks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/expressions.py to expressions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/emit_sql.py to emit_sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/emit_cypher.py to emit_cypher.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/emit_gremlin.py to emit_gremlin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/metadata.py to metadata.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/directive_helpers.py to directive_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/emit_match.py to emit_match.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/context_helpers.py to context_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/cypher_query.py to cypher_query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match/between_lowering.py to between_lowering.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match/optional_traversal.py to optional_traversal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match/ir_lowering.py to ir_lowering.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_match/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/sql_context_helpers.py to sql_context_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/match_query.py to match_query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_common/location_renaming.py to location_renaming.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_common/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_cypher/ir_lowering.py to ir_lowering.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/ir_lowering_cypher/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/compiler_entities.py to compiler_entities.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/compiler/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/ast_manipulation.py to ast_manipulation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/orientdb/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/orientdb/schema_graph_builder.py to schema_graph_builder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/orientdb/schema_properties.py to schema_properties.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/orientdb/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/schema_graph.py to schema_graph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/graphql_schema.py to graphql_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_generation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/cost_estimation/filter_selectivity_utils.py to filter_selectivity_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/cost_estimation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/cost_estimation/cardinality_estimator.py to cardinality_estimator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_transformation/merge_schemas.py to merge_schemas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_transformation/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_transformation/rename_schema.py to rename_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/schema_transformation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting/graphql_formatting.py to graphql_formatting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting/cypher_formatting.py to cypher_formatting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting/match_formatting.py to match_formatting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting/sql_formatting.py to sql_formatting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting/representations.py to representations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/query_formatting/gremlin_formatting.py to gremlin_formatting.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tool.py to tool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_emit_output.py to test_emit_output.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_location.py to test_location.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_helpers.py to test_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests/test_orientdb_match_query.py to test_orientdb_match_query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests/snapshots/snap_test_orientdb_match_query.py to snap_test_orientdb_match_query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests/snapshots/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/snapshot_tests/test_cost_estimation.py to test_cost_estimation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_ir_generation.py to test_ir_generation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_testing_invariants.py to test_testing_invariants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_explain_info.py to test_explain_info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_schema_generation.py to test_schema_generation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools/neo4j_graph.py to neo4j_graph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools/redisgraph_graph.py to redisgraph_graph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools/data_tool.py to data_tool.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools/orientdb_graph.py to orientdb_graph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_data_tools/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_backend.py to test_backend.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/integration_tests/integration_test_helpers.py to integration_test_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/integration_tests/test_backends_integration.py to test_backends_integration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/integration_tests/integration_backend_config.py to integration_backend_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/integration_tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_input_data.py to test_input_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_safe_match_and_gremlin.py to test_safe_match_and_gremlin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_schema.py to test_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_compiler.py to test_compiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_end_to_end.py to test_end_to_end.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_graphql_pretty_print.py to test_graphql_pretty_print.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_ir_generation_errors.py to test_ir_generation_errors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/test_ir_lowering.py to test_ir_lowering.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/schema_transformation_tests/test_rename_schema.py to test_rename_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/schema_transformation_tests/input_schema_strings.py to input_schema_strings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/schema_transformation_tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler/tests/schema_transformation_tests/test_check_schema_valid.py to test_check_schema_valid.cpython-39.pyc writing byte-compilation script '/tmp/tmp7c266obs.py' /usr/bin/python3 /tmp/tmp7c266obs.py removing /tmp/tmp7c266obs.py running install_egg_info running egg_info writing graphql_compiler.egg-info/PKG-INFO writing dependency_links to graphql_compiler.egg-info/dependency_links.txt writing requirements to graphql_compiler.egg-info/requires.txt writing top-level names to graphql_compiler.egg-info/top_level.txt reading manifest file 'graphql_compiler.egg-info/SOURCES.txt' writing manifest file 'graphql_compiler.egg-info/SOURCES.txt' Copying graphql_compiler.egg-info to /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9/site-packages/graphql_compiler-1.11.0-py3.9.egg-info running install_scripts + install -d -m755 /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64//usr/share/doc/python-graphql-compiler + '[' -d doc ']' ~/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64 ~/build/BUILD/graphql-compiler-1.11.0 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '"/%h/%f"\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/graphql-compiler-1.11.0 + popd + mv /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 1.11.0-1 --unique-debug-suffix -1.11.0-1.aarch64 --unique-debug-src-base python-graphql-compiler-1.11.0-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/graphql-compiler-1.11.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-graphql-compiler-1.11.0-1.noarch Provides: python-graphql-compiler python3-graphql-compiler = 1.11.0-1 python3.9dist(graphql-compiler) = 1.11 python3dist(graphql-compiler) = 1.11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(arrow) >= 0.7 python3.9dist(arrow) < 1 python3.9dist(funcy) >= 1.6 python3.9dist(funcy) < 2 python3.9dist(graphql-core) >= 2.1 python3.9dist(graphql-core) < 3 python3.9dist(pytz) >= 2016.10 python3.9dist(six) >= 1.10 python3.9dist(sqlalchemy) >= 1.3 python3.9dist(sqlalchemy) < 2 Processing files: python-graphql-compiler-help-1.11.0-1.noarch warning: Empty %files file /builddir/build/BUILD/graphql-compiler-1.11.0/doclist.lst Provides: python-graphql-compiler-help = 1.11.0-1 python3-graphql-compiler-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64 Wrote: /builddir/build/RPMS/python-graphql-compiler-help-1.11.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-graphql-compiler-1.11.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3AYTcP + umask 022 + cd /builddir/build/BUILD + cd graphql-compiler-1.11.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-graphql-compiler-1.11.0-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0