Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-hamlet.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683310662.447993/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 x86_64 --nodeps /builddir/build/SPECS/python-hamlet.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-hamlet-9.25.3-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-hamlet.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683310662.447993/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 x86_64 --nodeps /builddir/build/SPECS/python-hamlet.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-hamlet-9.25.3-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-hamlet.spec'], chrootPath='/var/lib/mock/openeuler-22.03-x86_64-1683310662.447993/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 x86_64 --nodeps /builddir/build/SPECS/python-hamlet.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.FSk9EI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hamlet-9.25.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/hamlet-9.25.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd hamlet-9.25.3 + /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.mbEdcu + umask 022 + cd /builddir/build/BUILD + cd hamlet-9.25.3 + 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 -m64 -mtune=generic -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' /usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. warnings.warn( WARNING: The wheel package is not available. WARNING: The wheel package is not available. WARNING: The wheel package is not available. WARNING: The wheel package is not available. running build running build_py creating build creating build/lib creating build/lib/hamlet copying hamlet/__version__.py -> build/lib/hamlet copying hamlet/loggers.py -> build/lib/hamlet copying hamlet/__init__.py -> build/lib/hamlet copying hamlet/__about__.py -> build/lib/hamlet copying hamlet/__main__.py -> build/lib/hamlet creating build/lib/hamlet/backend copying hamlet/backend/__init__.py -> build/lib/hamlet/backend creating build/lib/hamlet/command copying hamlet/command/__init__.py -> build/lib/hamlet/command creating build/lib/hamlet/utils copying hamlet/utils/__init__.py -> build/lib/hamlet/utils creating build/lib/hamlet/backend/generate copying hamlet/backend/generate/utils.py -> build/lib/hamlet/backend/generate copying hamlet/backend/generate/__init__.py -> build/lib/hamlet/backend/generate creating build/lib/hamlet/backend/create copying hamlet/backend/create/__init__.py -> build/lib/hamlet/backend/create creating build/lib/hamlet/backend/deploy copying hamlet/backend/deploy/__init__.py -> build/lib/hamlet/backend/deploy creating build/lib/hamlet/backend/common copying hamlet/backend/common/aws_credentials_session.py -> build/lib/hamlet/backend/common copying hamlet/backend/common/__init__.py -> build/lib/hamlet/backend/common copying hamlet/backend/common/fsutils.py -> build/lib/hamlet/backend/common copying hamlet/backend/common/http_client.py -> build/lib/hamlet/backend/common copying hamlet/backend/common/utilities.py -> build/lib/hamlet/backend/common copying hamlet/backend/common/context.py -> build/lib/hamlet/backend/common copying hamlet/backend/common/shell_vars_to_json.py -> build/lib/hamlet/backend/common copying hamlet/backend/common/exceptions.py -> build/lib/hamlet/backend/common copying hamlet/backend/common/runner.py -> build/lib/hamlet/backend/common copying hamlet/backend/common/aws_ssm_session.py -> build/lib/hamlet/backend/common creating build/lib/hamlet/backend/unitlist copying hamlet/backend/unitlist/__init__.py -> build/lib/hamlet/backend/unitlist creating build/lib/hamlet/backend/contract copying hamlet/backend/contract/__init__.py -> build/lib/hamlet/backend/contract creating build/lib/hamlet/backend/automation_tasks copying hamlet/backend/automation_tasks/base.py -> build/lib/hamlet/backend/automation_tasks copying hamlet/backend/automation_tasks/__init__.py -> build/lib/hamlet/backend/automation_tasks creating build/lib/hamlet/backend/test copying hamlet/backend/test/__init__.py -> build/lib/hamlet/backend/test copying hamlet/backend/test/testcase_schema.py -> build/lib/hamlet/backend/test copying hamlet/backend/test/loader.py -> build/lib/hamlet/backend/test copying hamlet/backend/test/generate.py -> build/lib/hamlet/backend/test copying hamlet/backend/test/run.py -> build/lib/hamlet/backend/test creating build/lib/hamlet/backend/run copying hamlet/backend/run/__init__.py -> build/lib/hamlet/backend/run creating build/lib/hamlet/backend/query copying hamlet/backend/query/__init__.py -> build/lib/hamlet/backend/query creating build/lib/hamlet/backend/draw copying hamlet/backend/draw/diagram_schema.py -> build/lib/hamlet/backend/draw copying hamlet/backend/draw/__init__.py -> build/lib/hamlet/backend/draw copying hamlet/backend/draw/render.py -> build/lib/hamlet/backend/draw copying hamlet/backend/draw/diagram.py -> build/lib/hamlet/backend/draw creating build/lib/hamlet/backend/setup copying hamlet/backend/setup/__init__.py -> build/lib/hamlet/backend/setup creating build/lib/hamlet/backend/container_registry copying hamlet/backend/container_registry/__init__.py -> build/lib/hamlet/backend/container_registry creating build/lib/hamlet/backend/engine copying hamlet/backend/engine/engine_loader.py -> build/lib/hamlet/backend/engine copying hamlet/backend/engine/common.py -> build/lib/hamlet/backend/engine copying hamlet/backend/engine/__init__.py -> build/lib/hamlet/backend/engine copying hamlet/backend/engine/exceptions.py -> build/lib/hamlet/backend/engine copying hamlet/backend/engine/engine_code_source.py -> build/lib/hamlet/backend/engine copying hamlet/backend/engine/engine.py -> build/lib/hamlet/backend/engine copying hamlet/backend/engine/engine_source.py -> build/lib/hamlet/backend/engine copying hamlet/backend/engine/engine_part.py -> build/lib/hamlet/backend/engine creating build/lib/hamlet/backend/automation copying hamlet/backend/automation/__init__.py -> build/lib/hamlet/backend/automation creating build/lib/hamlet/backend/manage copying hamlet/backend/manage/__init__.py -> build/lib/hamlet/backend/manage creating build/lib/hamlet/backend/generate/cmdb copying hamlet/backend/generate/cmdb/__init__.py -> build/lib/hamlet/backend/generate/cmdb creating build/lib/hamlet/backend/generate/cmdb/account copying hamlet/backend/generate/cmdb/account/__init__.py -> build/lib/hamlet/backend/generate/cmdb/account creating build/lib/hamlet/backend/generate/cmdb/product copying hamlet/backend/generate/cmdb/product/__init__.py -> build/lib/hamlet/backend/generate/cmdb/product creating build/lib/hamlet/backend/generate/cmdb/tenant copying hamlet/backend/generate/cmdb/tenant/__init__.py -> build/lib/hamlet/backend/generate/cmdb/tenant creating build/lib/hamlet/backend/generate/cmdb/account/template copying hamlet/backend/generate/cmdb/account/template/__init__.py -> build/lib/hamlet/backend/generate/cmdb/account/template creating build/lib/hamlet/backend/generate/cmdb/product/template copying hamlet/backend/generate/cmdb/product/template/__init__.py -> build/lib/hamlet/backend/generate/cmdb/product/template creating build/lib/hamlet/backend/generate/cmdb/tenant/template copying hamlet/backend/generate/cmdb/tenant/template/__init__.py -> build/lib/hamlet/backend/generate/cmdb/tenant/template creating build/lib/hamlet/backend/create/template copying hamlet/backend/create/template/context_tree.py -> build/lib/hamlet/backend/create/template copying hamlet/backend/create/template/utils.py -> build/lib/hamlet/backend/create/template copying hamlet/backend/create/template/__init__.py -> build/lib/hamlet/backend/create/template copying hamlet/backend/create/template/environment.py -> build/lib/hamlet/backend/create/template copying hamlet/backend/create/template/create_template.py -> build/lib/hamlet/backend/create/template copying hamlet/backend/create/template/set_context.py -> build/lib/hamlet/backend/create/template creating build/lib/hamlet/backend/contract/tasks copying hamlet/backend/contract/tasks/__init__.py -> build/lib/hamlet/backend/contract/tasks copying hamlet/backend/contract/tasks/exceptions.py -> build/lib/hamlet/backend/contract/tasks creating build/lib/hamlet/backend/contract/tasks/bash_run_command copying hamlet/backend/contract/tasks/bash_run_command/__init__.py -> build/lib/hamlet/backend/contract/tasks/bash_run_command creating build/lib/hamlet/backend/contract/tasks/aws_ecs_select_task copying hamlet/backend/contract/tasks/aws_ecs_select_task/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_ecs_select_task creating build/lib/hamlet/backend/contract/tasks/rename_file copying hamlet/backend/contract/tasks/rename_file/__init__.py -> build/lib/hamlet/backend/contract/tasks/rename_file creating build/lib/hamlet/backend/contract/tasks/aws_s3_download_object copying hamlet/backend/contract/tasks/aws_s3_download_object/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_s3_download_object creating build/lib/hamlet/backend/contract/tasks/output_echo copying hamlet/backend/contract/tasks/output_echo/__init__.py -> build/lib/hamlet/backend/contract/tasks/output_echo creating build/lib/hamlet/backend/contract/tasks/aws_lambda_invoke_function copying hamlet/backend/contract/tasks/aws_lambda_invoke_function/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_lambda_invoke_function creating build/lib/hamlet/backend/contract/tasks/file_read_content copying hamlet/backend/contract/tasks/file_read_content/__init__.py -> build/lib/hamlet/backend/contract/tasks/file_read_content creating build/lib/hamlet/backend/contract/tasks/aws_secretsmanager_get_secret_value copying hamlet/backend/contract/tasks/aws_secretsmanager_get_secret_value/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_secretsmanager_get_secret_value creating build/lib/hamlet/backend/contract/tasks/docker_pull_image copying hamlet/backend/contract/tasks/docker_pull_image/__init__.py -> build/lib/hamlet/backend/contract/tasks/docker_pull_image creating build/lib/hamlet/backend/contract/tasks/aws_ecs_run_command copying hamlet/backend/contract/tasks/aws_ecs_run_command/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_ecs_run_command creating build/lib/hamlet/backend/contract/tasks/aws_s3_download_bucket copying hamlet/backend/contract/tasks/aws_s3_download_bucket/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_s3_download_bucket creating build/lib/hamlet/backend/contract/tasks/docker_push_image copying hamlet/backend/contract/tasks/docker_push_image/__init__.py -> build/lib/hamlet/backend/contract/tasks/docker_push_image creating build/lib/hamlet/backend/contract/tasks/ssh_run_command copying hamlet/backend/contract/tasks/ssh_run_command/__init__.py -> build/lib/hamlet/backend/contract/tasks/ssh_run_command creating build/lib/hamlet/backend/contract/tasks/set_provider_credentials copying hamlet/backend/contract/tasks/set_provider_credentials/__init__.py -> build/lib/hamlet/backend/contract/tasks/set_provider_credentials creating build/lib/hamlet/backend/contract/tasks/aws_rds_create_snapshot copying hamlet/backend/contract/tasks/aws_rds_create_snapshot/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_rds_create_snapshot creating build/lib/hamlet/backend/contract/tasks/aws_s3_empty_bucket copying hamlet/backend/contract/tasks/aws_s3_empty_bucket/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_s3_empty_bucket creating build/lib/hamlet/backend/contract/tasks/aws_ecs_run_task copying hamlet/backend/contract/tasks/aws_ecs_run_task/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_ecs_run_task creating build/lib/hamlet/backend/contract/tasks/cmdb_write_stack_output copying hamlet/backend/contract/tasks/cmdb_write_stack_output/__init__.py -> build/lib/hamlet/backend/contract/tasks/cmdb_write_stack_output creating build/lib/hamlet/backend/contract/tasks/aws_kms_decrypt_ciphertext copying hamlet/backend/contract/tasks/aws_kms_decrypt_ciphertext/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_kms_decrypt_ciphertext creating build/lib/hamlet/backend/contract/tasks/file_zip_path copying hamlet/backend/contract/tasks/file_zip_path/__init__.py -> build/lib/hamlet/backend/contract/tasks/file_zip_path creating build/lib/hamlet/backend/contract/tasks/file_temp_directory copying hamlet/backend/contract/tasks/file_temp_directory/__init__.py -> build/lib/hamlet/backend/contract/tasks/file_temp_directory creating build/lib/hamlet/backend/contract/tasks/aws_s3_upload_object copying hamlet/backend/contract/tasks/aws_s3_upload_object/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_s3_upload_object creating build/lib/hamlet/backend/contract/tasks/ssh_copy_file copying hamlet/backend/contract/tasks/ssh_copy_file/__init__.py -> build/lib/hamlet/backend/contract/tasks/ssh_copy_file creating build/lib/hamlet/backend/contract/tasks/conditional_stage_skip copying hamlet/backend/contract/tasks/conditional_stage_skip/__init__.py -> build/lib/hamlet/backend/contract/tasks/conditional_stage_skip creating build/lib/hamlet/backend/contract/tasks/aws_ec2_select_instance copying hamlet/backend/contract/tasks/aws_ec2_select_instance/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_ec2_select_instance creating build/lib/hamlet/backend/contract/tasks/aws_ses_smtp_password copying hamlet/backend/contract/tasks/aws_ses_smtp_password/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_ses_smtp_password creating build/lib/hamlet/backend/contract/tasks/aws_kms_encrypt_value copying hamlet/backend/contract/tasks/aws_kms_encrypt_value/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_kms_encrypt_value creating build/lib/hamlet/backend/contract/tasks/aws_ecr_docker_login copying hamlet/backend/contract/tasks/aws_ecr_docker_login/__init__.py -> build/lib/hamlet/backend/contract/tasks/aws_ecr_docker_login creating build/lib/hamlet/backend/automation_tasks/upload_image copying hamlet/backend/automation_tasks/upload_image/__init__.py -> build/lib/hamlet/backend/automation_tasks/upload_image creating build/lib/hamlet/backend/automation_tasks/transfer_image copying hamlet/backend/automation_tasks/transfer_image/__init__.py -> build/lib/hamlet/backend/automation_tasks/transfer_image creating build/lib/hamlet/backend/automation_tasks/save_repos copying hamlet/backend/automation_tasks/save_repos/__init__.py -> build/lib/hamlet/backend/automation_tasks/save_repos creating build/lib/hamlet/backend/automation_tasks/update_build copying hamlet/backend/automation_tasks/update_build/__init__.py -> build/lib/hamlet/backend/automation_tasks/update_build creating build/lib/hamlet/backend/test/templates copying hamlet/backend/test/templates/__init__.py -> build/lib/hamlet/backend/test/templates copying hamlet/backend/test/templates/cfn_structure_obj_block.py -> build/lib/hamlet/backend/test/templates copying hamlet/backend/test/templates/cfn_lint_test_func_block.py -> build/lib/hamlet/backend/test/templates copying hamlet/backend/test/templates/checkov_test_func_block.py -> build/lib/hamlet/backend/test/templates copying hamlet/backend/test/templates/json_structure_obj_block.py -> build/lib/hamlet/backend/test/templates copying hamlet/backend/test/templates/json_validator_obj_block.py -> build/lib/hamlet/backend/test/templates creating build/lib/hamlet/backend/test/renderer copying hamlet/backend/test/renderer/__init__.py -> build/lib/hamlet/backend/test/renderer copying hamlet/backend/test/renderer/testcases_template.py -> build/lib/hamlet/backend/test/renderer creating build/lib/hamlet/backend/run/lambda_func copying hamlet/backend/run/lambda_func/__init__.py -> build/lib/hamlet/backend/run/lambda_func creating build/lib/hamlet/backend/run/expo_app_publish copying hamlet/backend/run/expo_app_publish/__init__.py -> build/lib/hamlet/backend/run/expo_app_publish creating build/lib/hamlet/backend/run/task copying hamlet/backend/run/task/__init__.py -> build/lib/hamlet/backend/run/task creating build/lib/hamlet/backend/run/pipeline copying hamlet/backend/run/pipeline/__init__.py -> build/lib/hamlet/backend/run/pipeline creating build/lib/hamlet/backend/run/sentry_release copying hamlet/backend/run/sentry_release/__init__.py -> build/lib/hamlet/backend/run/sentry_release creating build/lib/hamlet/backend/engine/loaders copying hamlet/backend/engine/loaders/base.py -> build/lib/hamlet/backend/engine/loaders copying hamlet/backend/engine/loaders/__init__.py -> build/lib/hamlet/backend/engine/loaders copying hamlet/backend/engine/loaders/train.py -> build/lib/hamlet/backend/engine/loaders copying hamlet/backend/engine/loaders/unicycle.py -> build/lib/hamlet/backend/engine/loaders copying hamlet/backend/engine/loaders/user.py -> build/lib/hamlet/backend/engine/loaders copying hamlet/backend/engine/loaders/tram.py -> build/lib/hamlet/backend/engine/loaders copying hamlet/backend/engine/loaders/shim.py -> build/lib/hamlet/backend/engine/loaders creating build/lib/hamlet/backend/automation/construct_tree copying hamlet/backend/automation/construct_tree/__init__.py -> build/lib/hamlet/backend/automation/construct_tree creating build/lib/hamlet/backend/automation/properties_file copying hamlet/backend/automation/properties_file/__init__.py -> build/lib/hamlet/backend/automation/properties_file creating build/lib/hamlet/backend/automation/save_cmdb_repos copying hamlet/backend/automation/save_cmdb_repos/__init__.py -> build/lib/hamlet/backend/automation/save_cmdb_repos creating build/lib/hamlet/backend/automation/manage_build_references copying hamlet/backend/automation/manage_build_references/__init__.py -> build/lib/hamlet/backend/automation/manage_build_references creating build/lib/hamlet/backend/automation/manage_images copying hamlet/backend/automation/manage_images/__init__.py -> build/lib/hamlet/backend/automation/manage_images creating build/lib/hamlet/backend/automation/set_automation_context copying hamlet/backend/automation/set_automation_context/__init__.py -> build/lib/hamlet/backend/automation/set_automation_context creating build/lib/hamlet/backend/manage/crypto copying hamlet/backend/manage/crypto/__init__.py -> build/lib/hamlet/backend/manage/crypto creating build/lib/hamlet/backend/manage/credential_crypto copying hamlet/backend/manage/credential_crypto/__init__.py -> build/lib/hamlet/backend/manage/credential_crypto creating build/lib/hamlet/backend/manage/deployment copying hamlet/backend/manage/deployment/__init__.py -> build/lib/hamlet/backend/manage/deployment creating build/lib/hamlet/backend/manage/file_crypto copying hamlet/backend/manage/file_crypto/__init__.py -> build/lib/hamlet/backend/manage/file_crypto creating build/lib/hamlet/backend/manage/stack copying hamlet/backend/manage/stack/__init__.py -> build/lib/hamlet/backend/manage/stack creating build/lib/hamlet/command/generate copying hamlet/command/generate/utils.py -> build/lib/hamlet/command/generate copying hamlet/command/generate/cmdb.py -> build/lib/hamlet/command/generate copying hamlet/command/generate/__init__.py -> build/lib/hamlet/command/generate copying hamlet/command/generate/decorators.py -> build/lib/hamlet/command/generate creating build/lib/hamlet/command/autocomplete copying hamlet/command/autocomplete/__init__.py -> build/lib/hamlet/command/autocomplete creating build/lib/hamlet/command/deploy copying hamlet/command/deploy/list.py -> build/lib/hamlet/command/deploy copying hamlet/command/deploy/__init__.py -> build/lib/hamlet/command/deploy copying hamlet/command/deploy/test.py -> build/lib/hamlet/command/deploy copying hamlet/command/deploy/create.py -> build/lib/hamlet/command/deploy copying hamlet/command/deploy/run.py -> build/lib/hamlet/command/deploy creating build/lib/hamlet/command/common copying hamlet/command/common/__init__.py -> build/lib/hamlet/command/common copying hamlet/command/common/validate.py -> build/lib/hamlet/command/common copying hamlet/command/common/config.py -> build/lib/hamlet/command/common copying hamlet/command/common/exceptions.py -> build/lib/hamlet/command/common copying hamlet/command/common/decorators.py -> build/lib/hamlet/command/common copying hamlet/command/common/display.py -> build/lib/hamlet/command/common creating build/lib/hamlet/command/schema copying hamlet/command/schema/__init__.py -> build/lib/hamlet/command/schema creating build/lib/hamlet/command/layer copying hamlet/command/layer/__init__.py -> build/lib/hamlet/command/layer creating build/lib/hamlet/command/test copying hamlet/command/test/__init__.py -> build/lib/hamlet/command/test copying hamlet/command/test/generate.py -> build/lib/hamlet/command/test copying hamlet/command/test/run.py -> build/lib/hamlet/command/test creating build/lib/hamlet/command/entrance copying hamlet/command/entrance/__init__.py -> build/lib/hamlet/command/entrance creating build/lib/hamlet/command/run copying hamlet/command/run/__init__.py -> build/lib/hamlet/command/run copying hamlet/command/run/pipeline.py -> build/lib/hamlet/command/run copying hamlet/command/run/task.py -> build/lib/hamlet/command/run copying hamlet/command/run/lambda_func.py -> build/lib/hamlet/command/run copying hamlet/command/run/expo_app_publish.py -> build/lib/hamlet/command/run copying hamlet/command/run/sentry_release.py -> build/lib/hamlet/command/run creating build/lib/hamlet/command/cmdb copying hamlet/command/cmdb/__init__.py -> build/lib/hamlet/command/cmdb creating build/lib/hamlet/command/visual copying hamlet/command/visual/__init__.py -> build/lib/hamlet/command/visual creating build/lib/hamlet/command/setup copying hamlet/command/setup/__init__.py -> build/lib/hamlet/command/setup creating build/lib/hamlet/command/reference copying hamlet/command/reference/__init__.py -> build/lib/hamlet/command/reference creating build/lib/hamlet/command/task copying hamlet/command/task/__init__.py -> build/lib/hamlet/command/task creating build/lib/hamlet/command/component copying hamlet/command/component/common.py -> build/lib/hamlet/command/component copying hamlet/command/component/list_occurrences.py -> build/lib/hamlet/command/component copying hamlet/command/component/__init__.py -> build/lib/hamlet/command/component copying hamlet/command/component/describe_occurrence.py -> build/lib/hamlet/command/component copying hamlet/command/component/component_types.py -> build/lib/hamlet/command/component copying hamlet/command/component/query_occurrences.py -> build/lib/hamlet/command/component creating build/lib/hamlet/command/release copying hamlet/command/release/__init__.py -> build/lib/hamlet/command/release creating build/lib/hamlet/command/engine copying hamlet/command/engine/__init__.py -> build/lib/hamlet/command/engine creating build/lib/hamlet/command/manage copying hamlet/command/manage/credentials_crypto.py -> build/lib/hamlet/command/manage copying hamlet/command/manage/__init__.py -> build/lib/hamlet/command/manage copying hamlet/command/manage/crypto.py -> build/lib/hamlet/command/manage copying hamlet/command/manage/file_crypto.py -> build/lib/hamlet/command/manage copying hamlet/command/manage/deployment.py -> build/lib/hamlet/command/manage copying hamlet/command/manage/stack.py -> build/lib/hamlet/command/manage running egg_info writing hamlet.egg-info/PKG-INFO writing dependency_links to hamlet.egg-info/dependency_links.txt writing entry points to hamlet.egg-info/entry_points.txt writing requirements to hamlet.egg-info/requires.txt writing top-level names to hamlet.egg-info/top_level.txt reading manifest file 'hamlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'hamlet.egg-info/SOURCES.txt' copying hamlet/backend/common/shell_vars_to_json.sh -> build/lib/hamlet/backend/common copying hamlet/backend/generate/cmdb/account/template/cookiecutter.json -> build/lib/hamlet/backend/generate/cmdb/account/template creating build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}} creating build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config copying hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/account.json -> build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config creating build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/settings creating build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/settings/shared copying hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/settings/shared/settings.json -> build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/settings/shared creating build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure creating build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure/operations creating build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure/operations/shared copying hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure/operations/shared/credentials.json -> build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure/operations/shared copying hamlet/backend/generate/cmdb/product/template/cookiecutter.json -> build/lib/hamlet/backend/generate/cmdb/product/template creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}} creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config copying hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/product.json -> build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/shared copying hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/shared/settings.json -> build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/shared creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}} copying hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}}/settings.json -> build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}} creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}}/settings.json -> build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2 creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/shared creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/shared/{{cookiecutter.segment_name}} copying hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/shared/{{cookiecutter.segment_name}}/segment.json -> build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/shared/{{cookiecutter.segment_name}} creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}} copying hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}}/environment.json -> build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}} creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}}/segment.json -> build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}} copying hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}}/.gitignore -> build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}} creating build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}}/credentials.json -> build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying hamlet/backend/generate/cmdb/tenant/template/cookiecutter.json -> build/lib/hamlet/backend/generate/cmdb/tenant/template creating build/lib/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}} creating build/lib/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}} copying hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}}/ipaddressgroups.json -> build/lib/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}} copying hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}}/tenant.json -> build/lib/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}} copying hamlet/backend/test/templates/cfn_testcase_block.py.tmpl -> build/lib/hamlet/backend/test/templates copying hamlet/backend/test/templates/test_template_base.py.tmpl -> build/lib/hamlet/backend/test/templates creating build/lib/hamlet/command/autocomplete/scripts copying hamlet/command/autocomplete/scripts/.hamlet-complete.bash -> build/lib/hamlet/command/autocomplete/scripts copying hamlet/command/autocomplete/scripts/.hamlet-complete.fish -> build/lib/hamlet/command/autocomplete/scripts copying hamlet/command/autocomplete/scripts/.hamlet-complete.zsh -> build/lib/hamlet/command/autocomplete/scripts + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.s9Ifmx + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64 + cd hamlet-9.25.3 + 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 -m64 -mtune=generic -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-hamlet-9.25.3-1.x86_64 /usr/lib/python3.9/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer. warnings.warn( WARNING: The wheel package is not available. WARNING: The wheel package is not available. WARNING: The wheel package is not available. WARNING: The wheel package is not available. 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-hamlet-9.25.3-1.x86_64/usr creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet copying build/lib/hamlet/__version__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet copying build/lib/hamlet/loggers.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet copying build/lib/hamlet/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate copying build/lib/hamlet/backend/generate/utils.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate copying build/lib/hamlet/backend/generate/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template copying build/lib/hamlet/backend/generate/cmdb/account/template/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}} creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure/operations creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure/operations/shared copying build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure/operations/shared/credentials.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/infrastructure/operations/shared creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/settings creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/settings/shared copying build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/settings/shared/settings.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/settings/shared copying build/lib/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config/account.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/{{cookiecutter.account_name}}/config copying build/lib/hamlet/backend/generate/cmdb/account/template/cookiecutter.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template copying build/lib/hamlet/backend/generate/cmdb/account/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account copying build/lib/hamlet/backend/generate/cmdb/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}} creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}} creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}}/credentials.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}}/.gitignore -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/infrastructure/operations/{{cookiecutter.environment_name}} creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config copying build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/product.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/shared copying build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/shared/settings.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/shared creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}} creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}}/settings.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}}/settings.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/settings/{{cookiecutter.environment_name}} creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2 creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/shared creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/shared/{{cookiecutter.segment_name}} copying build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/shared/{{cookiecutter.segment_name}}/segment.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/shared/{{cookiecutter.segment_name}} creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}} copying build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}}/environment.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}} creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying build/lib/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}}/segment.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/{{cookiecutter.product_name}}/config/solutionsv2/{{cookiecutter.environment_name}}/{{cookiecutter.segment_name}} copying build/lib/hamlet/backend/generate/cmdb/product/template/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template copying build/lib/hamlet/backend/generate/cmdb/product/template/cookiecutter.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template copying build/lib/hamlet/backend/generate/cmdb/product/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant/template copying build/lib/hamlet/backend/generate/cmdb/tenant/template/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant/template creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}} creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}} copying build/lib/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}}/ipaddressgroups.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}} copying build/lib/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}}/tenant.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant/template/{{cookiecutter._base_dir}}/{{cookiecutter.tenant_name}} copying build/lib/hamlet/backend/generate/cmdb/tenant/template/cookiecutter.json -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant/template copying build/lib/hamlet/backend/generate/cmdb/tenant/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template copying build/lib/hamlet/backend/create/template/context_tree.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template copying build/lib/hamlet/backend/create/template/utils.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template copying build/lib/hamlet/backend/create/template/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template copying build/lib/hamlet/backend/create/template/environment.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template copying build/lib/hamlet/backend/create/template/create_template.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template copying build/lib/hamlet/backend/create/template/set_context.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template copying build/lib/hamlet/backend/create/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/deploy copying build/lib/hamlet/backend/deploy/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/deploy creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/aws_credentials_session.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/shell_vars_to_json.sh -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/fsutils.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/http_client.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/utilities.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/context.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/shell_vars_to_json.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/exceptions.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/runner.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common copying build/lib/hamlet/backend/common/aws_ssm_session.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/unitlist copying build/lib/hamlet/backend/unitlist/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/unitlist creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract copying build/lib/hamlet/backend/contract/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/bash_run_command copying build/lib/hamlet/backend/contract/tasks/bash_run_command/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/bash_run_command creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecs_select_task copying build/lib/hamlet/backend/contract/tasks/aws_ecs_select_task/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecs_select_task creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/rename_file copying build/lib/hamlet/backend/contract/tasks/rename_file/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/rename_file creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_download_object copying build/lib/hamlet/backend/contract/tasks/aws_s3_download_object/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_download_object copying build/lib/hamlet/backend/contract/tasks/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/output_echo copying build/lib/hamlet/backend/contract/tasks/output_echo/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/output_echo creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_lambda_invoke_function copying build/lib/hamlet/backend/contract/tasks/aws_lambda_invoke_function/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_lambda_invoke_function creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/file_read_content copying build/lib/hamlet/backend/contract/tasks/file_read_content/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/file_read_content creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_secretsmanager_get_secret_value copying build/lib/hamlet/backend/contract/tasks/aws_secretsmanager_get_secret_value/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_secretsmanager_get_secret_value creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/docker_pull_image copying build/lib/hamlet/backend/contract/tasks/docker_pull_image/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/docker_pull_image creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecs_run_command copying build/lib/hamlet/backend/contract/tasks/aws_ecs_run_command/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecs_run_command creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_download_bucket copying build/lib/hamlet/backend/contract/tasks/aws_s3_download_bucket/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_download_bucket creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/docker_push_image copying build/lib/hamlet/backend/contract/tasks/docker_push_image/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/docker_push_image creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/ssh_run_command copying build/lib/hamlet/backend/contract/tasks/ssh_run_command/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/ssh_run_command copying build/lib/hamlet/backend/contract/tasks/exceptions.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/set_provider_credentials copying build/lib/hamlet/backend/contract/tasks/set_provider_credentials/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/set_provider_credentials creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_rds_create_snapshot copying build/lib/hamlet/backend/contract/tasks/aws_rds_create_snapshot/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_rds_create_snapshot creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_empty_bucket copying build/lib/hamlet/backend/contract/tasks/aws_s3_empty_bucket/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_empty_bucket creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecs_run_task copying build/lib/hamlet/backend/contract/tasks/aws_ecs_run_task/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecs_run_task creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/cmdb_write_stack_output copying build/lib/hamlet/backend/contract/tasks/cmdb_write_stack_output/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/cmdb_write_stack_output creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_kms_decrypt_ciphertext copying build/lib/hamlet/backend/contract/tasks/aws_kms_decrypt_ciphertext/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_kms_decrypt_ciphertext creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/file_zip_path copying build/lib/hamlet/backend/contract/tasks/file_zip_path/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/file_zip_path creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/file_temp_directory copying build/lib/hamlet/backend/contract/tasks/file_temp_directory/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/file_temp_directory creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_upload_object copying build/lib/hamlet/backend/contract/tasks/aws_s3_upload_object/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_upload_object creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/ssh_copy_file copying build/lib/hamlet/backend/contract/tasks/ssh_copy_file/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/ssh_copy_file creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/conditional_stage_skip copying build/lib/hamlet/backend/contract/tasks/conditional_stage_skip/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/conditional_stage_skip creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ec2_select_instance copying build/lib/hamlet/backend/contract/tasks/aws_ec2_select_instance/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ec2_select_instance creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ses_smtp_password copying build/lib/hamlet/backend/contract/tasks/aws_ses_smtp_password/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ses_smtp_password creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_kms_encrypt_value copying build/lib/hamlet/backend/contract/tasks/aws_kms_encrypt_value/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_kms_encrypt_value creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecr_docker_login copying build/lib/hamlet/backend/contract/tasks/aws_ecr_docker_login/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecr_docker_login copying build/lib/hamlet/backend/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks copying build/lib/hamlet/backend/automation_tasks/base.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks copying build/lib/hamlet/backend/automation_tasks/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/upload_image copying build/lib/hamlet/backend/automation_tasks/upload_image/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/upload_image creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/transfer_image copying build/lib/hamlet/backend/automation_tasks/transfer_image/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/transfer_image creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/save_repos copying build/lib/hamlet/backend/automation_tasks/save_repos/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/save_repos creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/update_build copying build/lib/hamlet/backend/automation_tasks/update_build/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/update_build creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test copying build/lib/hamlet/backend/test/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates copying build/lib/hamlet/backend/test/templates/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates copying build/lib/hamlet/backend/test/templates/cfn_structure_obj_block.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates copying build/lib/hamlet/backend/test/templates/cfn_lint_test_func_block.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates copying build/lib/hamlet/backend/test/templates/checkov_test_func_block.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates copying build/lib/hamlet/backend/test/templates/test_template_base.py.tmpl -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates copying build/lib/hamlet/backend/test/templates/json_structure_obj_block.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates copying build/lib/hamlet/backend/test/templates/json_validator_obj_block.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates copying build/lib/hamlet/backend/test/templates/cfn_testcase_block.py.tmpl -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/renderer copying build/lib/hamlet/backend/test/renderer/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/renderer copying build/lib/hamlet/backend/test/renderer/testcases_template.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/renderer copying build/lib/hamlet/backend/test/testcase_schema.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test copying build/lib/hamlet/backend/test/loader.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test copying build/lib/hamlet/backend/test/generate.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test copying build/lib/hamlet/backend/test/run.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/lambda_func copying build/lib/hamlet/backend/run/lambda_func/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/lambda_func copying build/lib/hamlet/backend/run/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/expo_app_publish copying build/lib/hamlet/backend/run/expo_app_publish/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/expo_app_publish creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/task copying build/lib/hamlet/backend/run/task/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/task creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/pipeline copying build/lib/hamlet/backend/run/pipeline/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/pipeline creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/sentry_release copying build/lib/hamlet/backend/run/sentry_release/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/sentry_release creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/query copying build/lib/hamlet/backend/query/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/query creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/draw copying build/lib/hamlet/backend/draw/diagram_schema.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/draw copying build/lib/hamlet/backend/draw/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/draw copying build/lib/hamlet/backend/draw/render.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/draw copying build/lib/hamlet/backend/draw/diagram.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/draw creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/setup copying build/lib/hamlet/backend/setup/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/setup creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/container_registry copying build/lib/hamlet/backend/container_registry/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/container_registry creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine copying build/lib/hamlet/backend/engine/engine_loader.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine copying build/lib/hamlet/backend/engine/common.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine copying build/lib/hamlet/backend/engine/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders copying build/lib/hamlet/backend/engine/loaders/base.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders copying build/lib/hamlet/backend/engine/loaders/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders copying build/lib/hamlet/backend/engine/loaders/train.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders copying build/lib/hamlet/backend/engine/loaders/unicycle.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders copying build/lib/hamlet/backend/engine/loaders/user.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders copying build/lib/hamlet/backend/engine/loaders/tram.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders copying build/lib/hamlet/backend/engine/loaders/shim.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders copying build/lib/hamlet/backend/engine/exceptions.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine copying build/lib/hamlet/backend/engine/engine_code_source.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine copying build/lib/hamlet/backend/engine/engine.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine copying build/lib/hamlet/backend/engine/engine_source.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine copying build/lib/hamlet/backend/engine/engine_part.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation copying build/lib/hamlet/backend/automation/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/construct_tree copying build/lib/hamlet/backend/automation/construct_tree/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/construct_tree creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/properties_file copying build/lib/hamlet/backend/automation/properties_file/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/properties_file creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/save_cmdb_repos copying build/lib/hamlet/backend/automation/save_cmdb_repos/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/save_cmdb_repos creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/manage_build_references copying build/lib/hamlet/backend/automation/manage_build_references/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/manage_build_references creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/manage_images copying build/lib/hamlet/backend/automation/manage_images/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/manage_images creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/set_automation_context copying build/lib/hamlet/backend/automation/set_automation_context/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/set_automation_context creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage copying build/lib/hamlet/backend/manage/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/crypto copying build/lib/hamlet/backend/manage/crypto/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/crypto creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/credential_crypto copying build/lib/hamlet/backend/manage/credential_crypto/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/credential_crypto creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/deployment copying build/lib/hamlet/backend/manage/deployment/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/deployment creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/file_crypto copying build/lib/hamlet/backend/manage/file_crypto/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/file_crypto creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/stack copying build/lib/hamlet/backend/manage/stack/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/stack copying build/lib/hamlet/__about__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/generate copying build/lib/hamlet/command/generate/utils.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/generate copying build/lib/hamlet/command/generate/cmdb.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/generate copying build/lib/hamlet/command/generate/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/generate copying build/lib/hamlet/command/generate/decorators.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/generate creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/autocomplete copying build/lib/hamlet/command/autocomplete/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/autocomplete creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/autocomplete/scripts copying build/lib/hamlet/command/autocomplete/scripts/.hamlet-complete.fish -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/autocomplete/scripts copying build/lib/hamlet/command/autocomplete/scripts/.hamlet-complete.zsh -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/autocomplete/scripts copying build/lib/hamlet/command/autocomplete/scripts/.hamlet-complete.bash -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/autocomplete/scripts creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy copying build/lib/hamlet/command/deploy/list.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy copying build/lib/hamlet/command/deploy/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy copying build/lib/hamlet/command/deploy/test.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy copying build/lib/hamlet/command/deploy/create.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy copying build/lib/hamlet/command/deploy/run.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common copying build/lib/hamlet/command/common/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common copying build/lib/hamlet/command/common/validate.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common copying build/lib/hamlet/command/common/config.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common copying build/lib/hamlet/command/common/exceptions.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common copying build/lib/hamlet/command/common/decorators.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common copying build/lib/hamlet/command/common/display.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/schema copying build/lib/hamlet/command/schema/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/schema copying build/lib/hamlet/command/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/layer copying build/lib/hamlet/command/layer/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/layer creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/test copying build/lib/hamlet/command/test/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/test copying build/lib/hamlet/command/test/generate.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/test copying build/lib/hamlet/command/test/run.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/test creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/entrance copying build/lib/hamlet/command/entrance/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/entrance creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run copying build/lib/hamlet/command/run/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run copying build/lib/hamlet/command/run/pipeline.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run copying build/lib/hamlet/command/run/task.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run copying build/lib/hamlet/command/run/lambda_func.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run copying build/lib/hamlet/command/run/expo_app_publish.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run copying build/lib/hamlet/command/run/sentry_release.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/cmdb copying build/lib/hamlet/command/cmdb/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/cmdb creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/visual copying build/lib/hamlet/command/visual/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/visual creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/setup copying build/lib/hamlet/command/setup/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/setup creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/reference copying build/lib/hamlet/command/reference/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/reference creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/task copying build/lib/hamlet/command/task/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/task creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component copying build/lib/hamlet/command/component/common.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component copying build/lib/hamlet/command/component/list_occurrences.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component copying build/lib/hamlet/command/component/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component copying build/lib/hamlet/command/component/describe_occurrence.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component copying build/lib/hamlet/command/component/component_types.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component copying build/lib/hamlet/command/component/query_occurrences.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/release copying build/lib/hamlet/command/release/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/release creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/engine copying build/lib/hamlet/command/engine/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/engine creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage copying build/lib/hamlet/command/manage/credentials_crypto.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage copying build/lib/hamlet/command/manage/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage copying build/lib/hamlet/command/manage/crypto.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage copying build/lib/hamlet/command/manage/file_crypto.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage copying build/lib/hamlet/command/manage/deployment.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage copying build/lib/hamlet/command/manage/stack.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage copying build/lib/hamlet/__main__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet creating /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/utils copying build/lib/hamlet/utils/__init__.py -> /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/utils byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/__version__.py to __version__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/loggers.py to loggers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/template/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/account/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/template/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/product/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant/template/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/generate/cmdb/tenant/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template/context_tree.py to context_tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template/environment.py to environment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template/create_template.py to create_template.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/template/set_context.py to set_context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/create/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/deploy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/aws_credentials_session.py to aws_credentials_session.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/fsutils.py to fsutils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/http_client.py to http_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/utilities.py to utilities.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/context.py to context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/shell_vars_to_json.py to shell_vars_to_json.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/runner.py to runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/common/aws_ssm_session.py to aws_ssm_session.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/unitlist/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/bash_run_command/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecs_select_task/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/rename_file/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_download_object/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/output_echo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_lambda_invoke_function/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/file_read_content/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_secretsmanager_get_secret_value/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/docker_pull_image/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecs_run_command/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_download_bucket/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/docker_push_image/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/ssh_run_command/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/set_provider_credentials/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_rds_create_snapshot/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_empty_bucket/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecs_run_task/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/cmdb_write_stack_output/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_kms_decrypt_ciphertext/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/file_zip_path/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/file_temp_directory/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_s3_upload_object/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/ssh_copy_file/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/conditional_stage_skip/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ec2_select_instance/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ses_smtp_password/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_kms_encrypt_value/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/contract/tasks/aws_ecr_docker_login/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/upload_image/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/transfer_image/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/save_repos/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation_tasks/update_build/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates/cfn_structure_obj_block.py to cfn_structure_obj_block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates/cfn_lint_test_func_block.py to cfn_lint_test_func_block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates/checkov_test_func_block.py to checkov_test_func_block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates/json_structure_obj_block.py to json_structure_obj_block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/templates/json_validator_obj_block.py to json_validator_obj_block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/renderer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/renderer/testcases_template.py to testcases_template.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/testcase_schema.py to testcase_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/generate.py to generate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/test/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/lambda_func/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/expo_app_publish/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/task/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/pipeline/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/run/sentry_release/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/query/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/draw/diagram_schema.py to diagram_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/draw/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/draw/render.py to render.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/draw/diagram.py to diagram.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/setup/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/container_registry/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/engine_loader.py to engine_loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders/train.py to train.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders/unicycle.py to unicycle.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders/user.py to user.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders/tram.py to tram.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/loaders/shim.py to shim.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/engine_code_source.py to engine_code_source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/engine.py to engine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/engine_source.py to engine_source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/engine/engine_part.py to engine_part.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/construct_tree/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/properties_file/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/save_cmdb_repos/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/manage_build_references/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/manage_images/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/automation/set_automation_context/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/crypto/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/credential_crypto/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/deployment/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/file_crypto/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/backend/manage/stack/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/__about__.py to __about__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/generate/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/generate/cmdb.py to cmdb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/generate/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/generate/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/autocomplete/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy/list.py to list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy/test.py to test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy/create.py to create.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/deploy/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common/validate.py to validate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/common/display.py to display.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/schema/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/layer/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/test/generate.py to generate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/test/run.py to run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/entrance/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run/pipeline.py to pipeline.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run/task.py to task.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run/lambda_func.py to lambda_func.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run/expo_app_publish.py to expo_app_publish.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/run/sentry_release.py to sentry_release.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/cmdb/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/visual/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/setup/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/reference/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/task/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component/list_occurrences.py to list_occurrences.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component/describe_occurrence.py to describe_occurrence.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component/component_types.py to component_types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/component/query_occurrences.py to query_occurrences.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/release/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/engine/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage/credentials_crypto.py to credentials_crypto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage/crypto.py to crypto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage/file_crypto.py to file_crypto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage/deployment.py to deployment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/command/manage/stack.py to stack.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet/utils/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmpvxa5h6r9.py' /usr/bin/python3 /tmp/tmpvxa5h6r9.py removing /tmp/tmpvxa5h6r9.py running install_egg_info running egg_info writing hamlet.egg-info/PKG-INFO writing dependency_links to hamlet.egg-info/dependency_links.txt writing entry points to hamlet.egg-info/entry_points.txt writing requirements to hamlet.egg-info/requires.txt writing top-level names to hamlet.egg-info/top_level.txt reading manifest file 'hamlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'hamlet.egg-info/SOURCES.txt' Copying hamlet.egg-info to /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/lib/python3.9/site-packages/hamlet-9.25.3-py3.9.egg-info running install_scripts Installing hamlet script to /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64//usr/share/doc/python-hamlet + '[' -d doc ']' + '[' -d docs ']' + cp -arf docs /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64//usr/share/doc/python-hamlet + '[' -d example ']' ~/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64 ~/build/BUILD/hamlet-9.25.3 + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' + popd ~/build/BUILD/hamlet-9.25.3 + mv /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 9.25.3-1 --unique-debug-suffix -9.25.3-1.x86_64 --unique-debug-src-base python-hamlet-9.25.3-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/hamlet-9.25.3 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-hamlet-9.25.3-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-hamlet-9.25.3-1.noarch Provides: python-hamlet python3-hamlet = 9.25.3-1 python3.9dist(hamlet) = 9.25.3 python3dist(hamlet) = 9.25.3 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: /usr/bin/python3 python(abi) = 3.9 python3.9dist(boto3) >= 1.20 python3.9dist(boto3) < 2 python3.9dist(botocore) >= 1.20 python3.9dist(botocore) < 2 python3.9dist(click) >= 8.0.3 python3.9dist(click) < 9 python3.9dist(click-configfile) >= 0.2.3 python3.9dist(click-configfile) < 1 python3.9dist(cookiecutter) >= 2.1.1 python3.9dist(cookiecutter) < 3 python3.9dist(docker) >= 5.0.3 python3.9dist(docker) < 6 python3.9dist(dulwich) >= 0.20.45 python3.9dist(dulwich) < 1 python3.9dist(fabric) >= 2.6 python3.9dist(fabric) < 3 python3.9dist(httpx) >= 0.21.2 python3.9dist(httpx) < 1 python3.9dist(importlib-resources) >= 5.10.2 python3.9dist(importlib-resources) < 6 python3.9dist(jinja2) >= 3.0.3 python3.9dist(jinja2) < 4 python3.9dist(jmespath) >= 0.10 python3.9dist(jmespath) < 1 python3.9dist(marshmallow) >= 3.7 python3.9dist(marshmallow) < 4 python3.9dist(pytest) >= 6 python3.9dist(pytest) < 7 python3.9dist(semver) >= 2.13 python3.9dist(semver) < 3 python3.9dist(setuptools) python3.9dist(simple-term-menu) >= 1.4.1 python3.9dist(simple-term-menu) < 2 python3.9dist(tabulate) >= 0.8 python3.9dist(tabulate) < 1 python3.9dist(www-authenticate) >= 0.9.2 python3.9dist(www-authenticate) < 1 Processing files: python-hamlet-help-9.25.3-1.noarch warning: Empty %files file /builddir/build/BUILD/hamlet-9.25.3/doclist.lst Provides: python-hamlet-help = 9.25.3-1 python3-hamlet-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-hamlet-9.25.3-1.x86_64 Wrote: /builddir/build/RPMS/python-hamlet-help-9.25.3-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-hamlet-9.25.3-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dudTvx + umask 022 + cd /builddir/build/BUILD + cd hamlet-9.25.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-hamlet-9.25.3-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0