Advertisement
Guest User

Untitled

a guest
Jul 18th, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.65 KB | None | 0 0
  1. ~/repos/Docrio-Preview $ DEBUG=1 localstack start
  2.  
  3. __ _______ __ __
  4. / / ____ _________ _/ / ___// /_____ ______/ /__
  5. / / / __ \/ ___/ __ `/ /\__ \/ __/ __ `/ ___/ //_/
  6. / /___/ /_/ / /__/ /_/ / /___/ / /_/ /_/ / /__/ ,<
  7. /_____/\____/\___/\__,_/_//____/\__/\__,_/\___/_/|_|
  8.  
  9. 💻 LocalStack CLI 0.14.3.1
  10.  
  11. [09:49:44] starting LocalStack in Docker mode 🐳 localstack.py:135
  12. 2022-07-18T09:49:44.369:DEBUG:stevedore.extension: found extension EntryPoint(name='activate_pro_key_on_host', value='localstack_ext.plugins:activate_pro_key_on_host', group='localstack.hooks.prepare_host')
  13. 2022-07-18T09:49:44.373:ERROR:plugin.manager: error importing entrypoint EntryPoint(name='activate_pro_key_on_host', value='localstack_ext.plugins:activate_pro_key_on_host', group='localstack.hooks.prepare_host'): No module named 'werkzeug'
  14. 2022-07-18T09:49:44.373:DEBUG:stevedore.extension: found extension EntryPoint(name='create_dns_forward', value='localstack_ext.plugins:create_dns_forward', group='localstack.hooks.prepare_host')
  15. 2022-07-18T09:49:44.373:ERROR:plugin.manager: error importing entrypoint EntryPoint(name='create_dns_forward', value='localstack_ext.plugins:create_dns_forward', group='localstack.hooks.prepare_host'): No module named 'werkzeug'
  16. 2022-07-18T09:49:44.373:DEBUG:stevedore.extension: found extension EntryPoint(name='start_ec2_daemon', value='localstack_ext.plugins:start_ec2_daemon', group='localstack.hooks.prepare_host')
  17. 2022-07-18T09:49:44.374:ERROR:plugin.manager: error importing entrypoint EntryPoint(name='start_ec2_daemon', value='localstack_ext.plugins:start_ec2_daemon', group='localstack.hooks.prepare_host'): No module named 'werkzeug'
  18. 2022-07-18T09:49:44.374:DEBUG:stevedore.extension: found extension EntryPoint(name='prepare_host_machine_id', value='localstack.utils.analytics.metadata:prepare_host_machine_id', group='localstack.hooks.prepare_host')
  19. 2022-07-18T09:49:44.374:DEBUG:plugin.manager: instantiating plugin PluginSpec(localstack.hooks.prepare_host.prepare_host_machine_id = <function prepare_host_machine_id at 0x1042dc8b0>)
  20. 2022-07-18T09:49:44.374:DEBUG:plugin.manager: loading plugin localstack.hooks.prepare_host:prepare_host_machine_id
  21. ───────────────────── LocalStack Runtime Log (press CTRL-C to quit) ─────────────────────
  22. 2022-07-18T09:49:44.375:DEBUG:localstack.utils.run: Executing command: ['docker', 'ps', '--format', '{{json . }}']
  23. 2022-07-18T09:49:45.298:DEBUG:stevedore.extension: found extension EntryPoint(name='configure_pro_container', value='localstack_ext.plugins:configure_pro_container', group='localstack.hooks.configure_localstack_container')
  24. 2022-07-18T09:49:45.299:ERROR:plugin.manager: error importing entrypoint EntryPoint(name='configure_pro_container', value='localstack_ext.plugins:configure_pro_container', group='localstack.hooks.configure_localstack_container'): No module named 'werkzeug'
  25. 2022-07-18T09:49:45.299:DEBUG:stevedore.extension: found extension EntryPoint(name='configure_edge_port', value='localstack.plugins:configure_edge_port', group='localstack.hooks.configure_localstack_container')
  26. 2022-07-18T09:49:45.300:DEBUG:plugin.manager: instantiating plugin PluginSpec(localstack.hooks.configure_localstack_container.configure_edge_port = <function configure_edge_port at 0x104c24f70>)
  27. 2022-07-18T09:49:45.300:DEBUG:plugin.manager: loading plugin localstack.hooks.configure_localstack_container:configure_edge_port
  28. 2022-07-18T09:49:45.300:DEBUG:localstack.plugins: configuring container with edge ports: [4566, 0]
  29. 2022-07-18T09:49:45.302:DEBUG:localstack.utils.run: Executing command: which tail
  30. 2022-07-18T09:49:45.307:DEBUG:localstack.utils.run: Executing command: ['tail', '-f', '/private/var/folders/v3/hwlw5ysd6fx15c7d5r7r7s3r0000gn/T/localstack/localstack_main_container.log']
  31. 2022-07-18T09:49:45.311:DEBUG:localstack.utils.run: Executing command: ['docker', 'ps', '--format', '{{json . }}']
  32. 2022-07-18T09:49:45.393:DEBUG:localstack.utils.container_utils.docker_cmd_client: Run container with cmd: ['docker', 'run', '--rm', '--name', 'localstack_main', '-v', '/private/var/folders/v3/hwlw5ysd6fx15c7d5r7r7s3r0000gn/T/localstack/var_libs:/var/lib/localstack/var_libs', '-v', '/private/var/folders/v3/hwlw5ysd6fx15c7d5r7r7s3r0000gn/T/localstack/cache:/var/lib/localstack/cache', '-v', '/private/var/folders/v3/hwlw5ysd6fx15c7d5r7r7s3r0000gn/T/localstack:/tmp/localstack', '-v', '/var/run/docker.sock:/var/run/docker.sock', '-p', '127.0.0.1:4566:4566', '-p', '127.0.0.1:4571:4571', '-p', '127.0.0.1:4510-4559:4510-4559', '-e', 'DEFAULT_REGION=us-east-1', '-e', 'DEBUG=1', '-e', 'TEST_AWS_ACCOUNT_ID=000000000000', '-e', 'LOCALSTACK_API_KEY=56ppVmw2Vb', '-e', 'DOCKER_HOST=unix:///var/run/docker.sock', '-e', 'HOST_TMP_FOLDER=/private/var/folders/v3/hwlw5ysd6fx15c7d5r7r7s3r0000gn/T/localstack', '-e', 'SET_TERM_HANDLER=1', '--privileged', 'localstack/localstack']
  33. 2022-07-18T09:49:45.394:DEBUG:localstack.utils.run: Executing command: ['docker', 'run', '--rm', '--name', 'localstack_main', '-v', '/private/var/folders/v3/hwlw5ysd6fx15c7d5r7r7s3r0000gn/T/localstack/var_libs:/var/lib/localstack/var_libs', '-v', '/private/var/folders/v3/hwlw5ysd6fx15c7d5r7r7s3r0000gn/T/localstack/cache:/var/lib/localstack/cache', '-v', '/private/var/folders/v3/hwlw5ysd6fx15c7d5r7r7s3r0000gn/T/localstack:/tmp/localstack', '-v', '/var/run/docker.sock:/var/run/docker.sock', '-p', '127.0.0.1:4566:4566', '-p', '127.0.0.1:4571:4571', '-p', '127.0.0.1:4510-4559:4510-4559', '-e', 'DEFAULT_REGION=us-east-1', '-e', 'DEBUG=1', '-e', 'TEST_AWS_ACCOUNT_ID=000000000000', '-e', 'LOCALSTACK_API_KEY=56ppVmw2Vb', '-e', 'DOCKER_HOST=unix:///var/run/docker.sock', '-e', 'HOST_TMP_FOLDER=/private/var/folders/v3/hwlw5ysd6fx15c7d5r7r7s3r0000gn/T/localstack', '-e', 'SET_TERM_HANDLER=1', '--privileged', 'localstack/localstack']
  34. Waiting for all LocalStack services to be ready
  35. 2022-07-18 13:49:56,792 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
  36. 2022-07-18 13:49:56,793 INFO supervisord started with pid 15
  37. 2022-07-18 13:49:57,800 INFO spawned: 'infra' with pid 20
  38.  
  39. LocalStack version: 0.14.2
  40. LocalStack Docker container id: 5651af473fc2
  41. LocalStack build date: 2022-05-10
  42. LocalStack build git hash: 1d6d8340
  43.  
  44. 2022-07-18T13:49:58.221:DEBUG:stevedore.extension: found extension EntryPoint(name='register_partition_adjusting_proxy_listener', value='localstack.plugins:register_partition_adjusting_proxy_listener', group='localstack.hooks.on_infra_start')
  45. 2022-07-18T13:49:58.222:DEBUG:stevedore.extension: found extension EntryPoint(name='add_custom_edge_routes', value='localstack_ext.plugins:add_custom_edge_routes', group='localstack.hooks.on_infra_start')
  46. 2022-07-18T13:49:58.231:DEBUG:stevedore.extension: found extension EntryPoint(name='setup_pro_infra', value='localstack_ext.plugins:setup_pro_infra', group='localstack.hooks.on_infra_start')
  47. 2022-07-18T13:49:58.231:DEBUG:plugin.manager: instantiating plugin PluginSpec(localstack.hooks.on_infra_start.register_partition_adjusting_proxy_listener = <function register_partition_adjusting_proxy_listener at 0xffff8879c9d0>)
  48. 2022-07-18T13:49:58.231:DEBUG:plugin.manager: plugin localstack.hooks.on_infra_start:register_partition_adjusting_proxy_listener is disabled
  49. 2022-07-18T13:49:58.231:DEBUG:plugin.manager: instantiating plugin PluginSpec(localstack.hooks.on_infra_start.add_custom_edge_routes = <function add_custom_edge_routes at 0xffff886683a0>)
  50. 2022-07-18T13:49:58.231:DEBUG:plugin.manager: loading plugin localstack.hooks.on_infra_start:add_custom_edge_routes
  51. 2022-07-18T13:49:58.231:DEBUG:plugin.manager: instantiating plugin PluginSpec(localstack.hooks.on_infra_start.setup_pro_infra = <function setup_pro_infra at 0xffff88668940>)
  52. 2022-07-18T13:49:58.231:DEBUG:plugin.manager: loading plugin localstack.hooks.on_infra_start:setup_pro_infra
  53. 2022-07-18T13:49:58.233:DEBUG:localstack_ext.bootstrap.install: Using cached SSL certificate (less than 6hrs since last update).
  54. 2022-07-18 13:49:59,236 INFO success: infra entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  55. 2022-07-18T13:49:59.468:INFO:localstack_ext.bootstrap.licensing: Successfully activated API key
  56. 2022-07-18T13:49:59.493:DEBUG:localstack.utils.run: Executing command: whoami
  57. 2022-07-18T13:49:59.496:DEBUG:localstack.utils.run: Executing command: python -c "import sys; f=open(sys.argv[1]).read(); open(sys.argv[1], 'w').write('\n' + f)" /etc/resolv.conf
  58. 2022-07-18T13:49:59.505:DEBUG:localstack.utils.run: Executing command: python -c "import sys; f=open(sys.argv[1]).read(); open(sys.argv[1], 'w').write('nameserver 0.0.0.0\n' + f)" /etc/resolv.conf
  59. 2022-07-18T13:49:59.513:DEBUG:localstack.utils.run: Executing command: python -c "import sys; f=open(sys.argv[1]).read(); open(sys.argv[1], 'w').write('# The following line is required by LocalStack\n' + f)" /etc/resolv.conf
  60. 2022-07-18T13:50:00.611:DEBUG:localstack_ext.plugins: loading service plugin for azure
  61. Starting mock Azure APIs (port 12121)
  62. Starting DNS servers (tcp/udp port 53 on 0.0.0.0)...
  63. Starting edge router (http port 4566)...
  64. Starting edge router (https port 443)...
  65. Ready.
  66. 2022-07-18T13:50:00.708:DEBUG:localstack_ext.bootstrap.install: Using cached SSL certificate (less than 6hrs since last update).
  67. [2022-07-18 13:50:00 +0000] [20] [INFO] Running on https://0.0.0.0:12121 (CTRL + C to quit)
  68. 2022-07-18T13:50:00.730:INFO:hypercorn.error: Running on https://0.0.0.0:12121 (CTRL + C to quit)
  69. 2022-07-18T13:50:00.933:DEBUG:localstack.services.plugins: cannot find backend port for service azure
  70. 2022-07-18T13:50:00.945:INFO:localstack_ext.utils.aws.metadata_service: Starting AWS instance metadata service on port 80
  71. 2022-07-18T13:50:00.961:INFO:botocore.credentials: Found credentials in environment variables.
  72. 2022-07-18T13:50:00.972:INFO:botocore.credentials: Found credentials in environment variables.
  73. 2022-07-18T13:50:00.997:DEBUG:localstack.services.install: getting kinesis-mock for linux aarch64
  74. 2022-07-18T13:50:00.998:DEBUG:localstack.services.install: kinesis-mock found at /opt/code/localstack/localstack/infra/kinesis-mock/kinesis-mock.jar
  75. 2022-07-18T13:50:00.999:DEBUG:localstack.utils.run: Executing command: ['zip', '-u', 'DynamoDBLocal.jar', 'log4j2.xml']
  76. 2022-07-18T13:50:01.047:DEBUG:localstack.utils.run: Executing command: ['unzip', '-o', 'DynamoDBLocal.jar', 'META-INF/MANIFEST.MF']
  77. 2022-07-18T13:50:01.054:WARNING:localstack.services.internal: Enabling diagnose endpoint, please be aware that this can expose sensitive information via your network.
  78. 2022-07-18T13:50:01.056:DEBUG:localstack_ext.bootstrap.install: Using cached SSL certificate (less than 6hrs since last update).
  79. [2022-07-18 13:50:01 +0000] [20] [INFO] Running on https://0.0.0.0:4566 (CTRL + C to quit)
  80. 2022-07-18T13:50:01.072:INFO:hypercorn.error: Running on https://0.0.0.0:4566 (CTRL + C to quit)
  81. 2022-07-18T13:50:01.073:DEBUG:localstack_ext.bootstrap.install: Using cached SSL certificate (less than 6hrs since last update).
  82. [2022-07-18 13:50:01 +0000] [20] [INFO] Running on https://0.0.0.0:443 (CTRL + C to quit)
  83. 2022-07-18T13:50:01.087:INFO:hypercorn.error: Running on https://0.0.0.0:443 (CTRL + C to quit)
  84. 2022-07-18T13:50:23.498:DEBUG:localstack.services.plugins: checking service health cloudformation:4566
  85. 2022-07-18T13:50:23.602:WARNING:localstack.aws.protocol.serializer: Response object DescribeChangeSetOutput contains a member which is not specified: ChangeSetType
  86. 2022-07-18T13:50:23.602:WARNING:localstack.aws.protocol.serializer: Response object DescribeChangeSetOutput contains a member which is not specified: StackStatus
  87. 2022-07-18T13:50:23.613:DEBUG:localstack.services.cloudformation.provider: Executing change set "cdk-deploy-change-set" for stack "CDKToolkit" with 13 resources ...
  88. 2022-07-18T13:50:23.709:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  89. 2022-07-18T13:50:23.712:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  90. 2022-07-18T13:50:23.719:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  91. 2022-07-18T13:50:23.720:DEBUG:localstack.utils.cloudformation.template_deployer: Skipping deployment of "FileAssetsBucketEncryptionKey", as resource condition evaluates to false
  92. 2022-07-18T13:50:23.720:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "FileAssetsBucketEncryptionKey" (1/13) type "AWS::KMS::Key" in loop iteration 1 (should_deploy=None)
  93. 2022-07-18T13:50:23.731:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  94. 2022-07-18T13:50:23.732:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  95. 2022-07-18T13:50:23.739:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  96. 2022-07-18T13:50:23.740:DEBUG:localstack.utils.cloudformation.template_deployer: Skipping deployment of "FileAssetsBucketEncryptionKeyAlias", as resource condition evaluates to false
  97. 2022-07-18T13:50:23.740:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "FileAssetsBucketEncryptionKeyAlias" (1/12) type "AWS::KMS::Alias" in loop iteration 1 (should_deploy=None)
  98. 2022-07-18T13:50:23.769:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  99. 2022-07-18T13:50:23.773:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  100. 2022-07-18T13:50:23.788:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  101. 2022-07-18T13:50:23.811:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  102. 2022-07-18T13:50:23.854:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  103. 2022-07-18T13:50:23.859:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  104. 2022-07-18T13:50:23.866:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  105. 2022-07-18T13:50:23.877:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  106. 2022-07-18T13:50:23.879:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  107. 2022-07-18T13:50:23.914:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  108. 2022-07-18T13:50:23.920:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  109. 2022-07-18T13:50:23.940:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  110. 2022-07-18T13:50:23.940:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  111. 2022-07-18T13:50:23.970:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  112. 2022-07-18T13:50:23.973:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  113. 2022-07-18T13:50:23.986:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  114. 2022-07-18T13:50:24.009:INFO:botocore.credentials: Found credentials in environment variables.
  115. 2022-07-18T13:50:24.029:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  116. 2022-07-18T13:50:24.112:INFO:localstack.services.motoserver: starting moto server on http://0.0.0.0:58779
  117. 2022-07-18T13:50:24.113:INFO:localstack.services.infra: Starting mock S3 service on http ports 443/4566 ...
  118. 2022-07-18T13:50:24.134:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "StagingBucket" (1/11) type "AWS::S3::Bucket" in loop iteration 1 (should_deploy=True)
  119. 2022-07-18T13:50:24.134:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "S3::Bucket" id "StagingBucket"
  120. 2022-07-18T13:50:24.137:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "S3::Bucket" in region us-east-2: create_bucket {'Bucket': 'cdk-hnb659fds-assets-000000000000-us-east-2', 'ACL': 'private', 'CreateBucketConfiguration': {'LocationConstraint': 'us-east-2'}}
  121. 2022-07-18T13:50:24.282:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "StagingBucketPolicy" (1/10) type "AWS::S3::BucketPolicy" in loop iteration 1 (should_deploy=True)
  122. 2022-07-18T13:50:24.290:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "S3::BucketPolicy" id "StagingBucketPolicy"
  123. 2022-07-18T13:50:24.292:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "S3::BucketPolicy" in region us-east-2: put_bucket_policy {'Bucket': 'cdk-hnb659fds-assets-000000000000-us-east-2', 'Policy': '{"Id": "AccessControl", "Version": "2012-10-17", "Statement": [{"Sid": "AllowSSLRequestsOnly", "Action": "s3:*", "Effect": "Deny", "Resource": ["arn:aws:s3:::cdk-hnb659fds-assets-000000000000-us-east-2", "arn:aws:s3:::cdk-hnb659fds-assets-000000000000-us-east-2/*"], "Condition": {"Bool": {"aws:SecureTransport": "false"}}, "Principal": "*"}]}'}
  124. 2022-07-18T13:50:24.322:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  125. 2022-07-18T13:50:24.323:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  126. 2022-07-18T13:50:24.330:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  127. 2022-07-18T13:50:24.340:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  128. 2022-07-18T13:50:24.429:DEBUG:localstack.services.plugins: checking service health ecr:4566
  129. 2022-07-18T13:50:24.432:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "ContainerAssetsRepository" (1/9) type "AWS::ECR::Repository" in loop iteration 1 (should_deploy=True)
  130. 2022-07-18T13:50:24.432:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "ECR::Repository" id "ContainerAssetsRepository"
  131. 2022-07-18T13:50:24.436:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "ECR::Repository" in region us-east-2: create_repository {'repositoryName': 'cdk-hnb659fds-container-assets-000000000000-us-east-2', 'tags': [], 'imageTagMutability': 'MUTABLE', 'imageScanningConfiguration': {'scanOnPush': True}, 'encryptionConfiguration': {'encryptionType': 'AES-256'}}
  132. 2022-07-18T13:50:24.439:INFO:localstack_ext.services.ecr.provider: Starting ECR Docker registry on port 4510
  133. 2022-07-18T13:50:24.458:DEBUG:localstack_ext.services.ecr.registry: Starting registry with command: ['/var/lib/localstack/var_libs/docker.registry.linux-arm64.bin', 'serve', '/tmp/tmp9bswp8ea']
  134. 2022-07-18T13:50:24.458:DEBUG:localstack.utils.run: Executing command: ['/var/lib/localstack/var_libs/docker.registry.linux-arm64.bin', 'serve', '/tmp/tmp9bswp8ea']
  135. 2022-07-18T13:50:24.458:DEBUG:localstack_ext.services.ecr.registry: Starting proxy server on port 4510 forwarding to http://localhost:56933
  136. 2022-07-18T13:50:24.458:DEBUG:localstack_ext.bootstrap.install: Using cached SSL certificate (less than 6hrs since last update).
  137. [2022-07-18 13:50:24 +0000] [20] [INFO] Running on https://0.0.0.0:4510 (CTRL + C to quit)
  138. 2022-07-18T13:50:24.500:INFO:hypercorn.error: Running on https://0.0.0.0:4510 (CTRL + C to quit)
  139. 2022-07-18T13:50:24.622:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: S3::Bucket Ref
  140. 2022-07-18T13:50:24.691:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  141. 2022-07-18T13:50:24.693:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  142. 2022-07-18T13:50:24.702:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  143. 2022-07-18T13:50:24.719:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  144. 2022-07-18T13:50:24.737:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  145. 2022-07-18T13:50:24.777:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  146. 2022-07-18T13:50:24.873:DEBUG:localstack.services.plugins: checking service health ssm:4566
  147. 2022-07-18T13:50:24.881:DEBUG:localstack.services.cloudformation.provider: Unable to resolve references in stack outputs: {'Description': 'The version of the bootstrap resources that are currently mastered in this stack', 'Value': {'Fn::GetAtt': ['CdkBootstrapVersion', 'Value']}} - Unable to fetch details for resource "CdkBootstrapVersion" (resolving attribute "Value")
  148. 2022-07-18T13:50:25.043:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  149. 2022-07-18T13:50:25.060:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  150. 2022-07-18T13:50:25.070:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  151. 2022-07-18T13:50:25.251:DEBUG:localstack.services.plugins: checking service health iam:4566
  152. 2022-07-18T13:50:25.255:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "FilePublishingRole" (1/8) type "AWS::IAM::Role" in loop iteration 1 (should_deploy=True)
  153. 2022-07-18T13:50:25.255:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Role" id "FilePublishingRole"
  154. 2022-07-18T13:50:25.259:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "IAM::Role" in region us-east-2: create_role {'AssumeRolePolicyDocument': '{"Statement": [{"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"AWS": "000000000000"}}, {"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"AWS": ""}}]}', 'RoleName': 'cdk-hnb659fds-file-publishing-role-000000000000-us-east-2', 'Tags': [{'Key': 'aws-cdk:bootstrap-role', 'Value': 'file-publishing'}]}
  155. 2022-07-18T13:50:25.293:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  156. 2022-07-18T13:50:25.309:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  157. 2022-07-18T13:50:25.317:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  158. 2022-07-18T13:50:25.326:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "ImagePublishingRole" (1/7) type "AWS::IAM::Role" in loop iteration 1 (should_deploy=True)
  159. 2022-07-18T13:50:25.326:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Role" id "ImagePublishingRole"
  160. 2022-07-18T13:50:25.329:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "IAM::Role" in region us-east-2: create_role {'AssumeRolePolicyDocument': '{"Statement": [{"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"AWS": "000000000000"}}, {"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"AWS": ""}}]}', 'RoleName': 'cdk-hnb659fds-image-publishing-role-000000000000-us-east-2', 'Tags': [{'Key': 'aws-cdk:bootstrap-role', 'Value': 'image-publishing'}]}
  161. 2022-07-18T13:50:25.362:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  162. 2022-07-18T13:50:25.378:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  163. 2022-07-18T13:50:25.390:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  164. 2022-07-18T13:50:25.405:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  165. 2022-07-18T13:50:25.414:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  166. 2022-07-18T13:50:25.444:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "LookupRole" (1/6) type "AWS::IAM::Role" in loop iteration 1 (should_deploy=True)
  167. 2022-07-18T13:50:25.444:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Role" id "LookupRole"
  168. 2022-07-18T13:50:25.447:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "IAM::Role" in region us-east-2: create_role {'AssumeRolePolicyDocument': '{"Statement": [{"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"AWS": "000000000000"}}, {"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"AWS": ""}}, {"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"AWS": ""}}]}', 'RoleName': 'cdk-hnb659fds-lookup-role-000000000000-us-east-2', 'Tags': [{'Key': 'aws-cdk:bootstrap-role', 'Value': 'lookup'}]}
  169. 2022-07-18T13:50:25.593:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  170. 2022-07-18T13:50:25.594:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  171. 2022-07-18T13:50:25.602:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  172. 2022-07-18T13:50:25.615:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  173. 2022-07-18T13:50:25.660:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  174. 2022-07-18T13:50:25.666:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "FilePublishingRoleDefaultPolicy" (1/5) type "AWS::IAM::Policy" in loop iteration 1 (should_deploy=True)
  175. 2022-07-18T13:50:25.673:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Policy" id "FilePublishingRoleDefaultPolicy"
  176. 2022-07-18T13:50:25.829:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  177. 2022-07-18T13:50:25.836:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "ImagePublishingRoleDefaultPolicy" (1/4) type "AWS::IAM::Policy" in loop iteration 1 (should_deploy=True)
  178. 2022-07-18T13:50:25.847:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Policy" id "ImagePublishingRoleDefaultPolicy"
  179. 2022-07-18T13:50:25.909:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  180. 2022-07-18T13:50:25.925:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  181. 2022-07-18T13:50:26.053:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  182. 2022-07-18T13:50:26.070:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  183. 2022-07-18T13:50:26.089:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  184. 2022-07-18T13:50:26.294:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  185. 2022-07-18T13:50:26.308:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  186. 2022-07-18T13:50:26.319:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "DeploymentActionRole" (1/3) type "AWS::IAM::Role" in loop iteration 1 (should_deploy=True)
  187. 2022-07-18T13:50:26.319:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Role" id "DeploymentActionRole"
  188. 2022-07-18T13:50:26.325:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "IAM::Role" in region us-east-2: create_role {'AssumeRolePolicyDocument': '{"Statement": [{"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"AWS": "000000000000"}}, {"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"AWS": ""}}]}', 'RoleName': 'cdk-hnb659fds-deploy-role-000000000000-us-east-2', 'Tags': [{'Key': 'aws-cdk:bootstrap-role', 'Value': 'deploy'}]}
  189. 2022-07-18T13:50:26.448:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CloudFormationExecutionRole" (1/2) type "AWS::IAM::Role" in loop iteration 1 (should_deploy=True)
  190. 2022-07-18T13:50:26.448:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Role" id "CloudFormationExecutionRole"
  191. 2022-07-18T13:50:26.450:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "IAM::Role" in region us-east-2: create_role {'AssumeRolePolicyDocument': '{"Statement": [{"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"Service": "cloudformation.amazonaws.com"}}], "Version": "2012-10-17"}', 'RoleName': 'cdk-hnb659fds-cfn-exec-role-000000000000-us-east-2'}
  192. 2022-07-18T13:50:26.479:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter Ref
  193. 2022-07-18T13:50:26.490:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CdkBootstrapVersion" (1/1) type "AWS::SSM::Parameter" in loop iteration 1 (should_deploy=True)
  194. 2022-07-18T13:50:26.490:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "SSM::Parameter" id "CdkBootstrapVersion"
  195. 2022-07-18T13:50:26.492:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "SSM::Parameter" in region us-east-2: put_parameter {'Tags': [], 'Type': 'String', 'Name': '/cdk-bootstrap/hnb659fds/version', 'Value': '12'}
  196. 2022-07-18T13:50:26.516:DEBUG:localstack.services.plugins: checking service health events:4566
  197. 2022-07-18T13:50:51.012:DEBUG:localstack.services.plugins: checking service health sts:4566
  198. 2022-07-18T13:51:02.639:WARNING:localstack.aws.protocol.serializer: Response object DescribeChangeSetOutput contains a member which is not specified: RoleARN
  199. 2022-07-18T13:51:02.639:WARNING:localstack.aws.protocol.serializer: Response object DescribeChangeSetOutput contains a member which is not specified: ChangeSetType
  200. 2022-07-18T13:51:02.639:WARNING:localstack.aws.protocol.serializer: Response object DescribeChangeSetOutput contains a member which is not specified: StackStatus
  201. 2022-07-18T13:51:02.649:DEBUG:localstack.services.cloudformation.provider: Executing change set "cdk-deploy-change-set" for stack "DocrioPreviewStack" with 16 resources ...
  202. 2022-07-18T13:51:02.686:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "DocrioPreviewBucket63964ED9" (1/16) type "AWS::S3::Bucket" in loop iteration 1 (should_deploy=True)
  203. 2022-07-18T13:51:02.686:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "S3::Bucket" id "DocrioPreviewBucket63964ED9"
  204. 2022-07-18T13:51:02.688:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "S3::Bucket" in region us-east-2: create_bucket {'Bucket': 'docriopreviewstack-docriopreviewbucket63964-64587a4d', 'ACL': 'public-read', 'CreateBucketConfiguration': {'LocationConstraint': 'us-east-2'}}
  205. 2022-07-18T13:51:02.824:DEBUG:localstack.services.plugins: checking service health cloudfront:4566
  206. 2022-07-18T13:51:02.829:DEBUG:localstack.utils.cloudformation.template_deployer: Dependencies for "DocrioPreviewBucketPolicy36298078" not yet satisfied, retrying in next loop: Unable to fetch details for resource "OriginAccessIdentityDF1E3CAC" (resolving attribute "S3CanonicalUserId")
  207. 2022-07-18T13:51:02.869:DEBUG:localstack.services.plugins: checking service health route53:4566
  208. 2022-07-18T13:51:02.879:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "HostedZoneDB99F866" (2/15) type "AWS::Route53::HostedZone" in loop iteration 1 (should_deploy=True)
  209. 2022-07-18T13:51:02.879:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "Route53::HostedZone" id "HostedZoneDB99F866"
  210. 2022-07-18T13:51:02.880:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "Route53::HostedZone" in region us-east-2: create_hosted_zone {'Name': 'preview.local.cloud.', 'VPC': {}, 'CallerReference': '0bcf05ee'}
  211. 2022-07-18T13:51:02.913:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CertificateCertificateRequestorFunctionServiceRoleC04C13DA" (2/14) type "AWS::IAM::Role" in loop iteration 1 (should_deploy=True)
  212. 2022-07-18T13:51:02.913:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Role" id "CertificateCertificateRequestorFunctionServiceRoleC04C13DA"
  213. 2022-07-18T13:51:02.914:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "IAM::Role" in region us-east-2: create_role {'AssumeRolePolicyDocument': '{"Statement": [{"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"Service": "lambda.amazonaws.com"}}], "Version": "2012-10-17"}', 'RoleName': 'DocrioPreviewStack-CertificateCertificateRe-e3bb9d19'}
  214. 2022-07-18T13:51:02.987:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CertificateCertificateRequestorFunctionServiceRoleDefaultPolicy3C8845BC" (2/13) type "AWS::IAM::Policy" in loop iteration 1 (should_deploy=True)
  215. 2022-07-18T13:51:02.997:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Policy" id "CertificateCertificateRequestorFunctionServiceRoleDefaultPolicy3C8845BC"
  216. 2022-07-18T13:51:03.196:INFO:localstack.services.infra: Starting mock Lambda service on http ports 443/4566 ...
  217. 2022-07-18T13:51:03.737:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CertificateCertificateRequestorFunction5E845413" (2/12) type "AWS::Lambda::Function" in loop iteration 1 (should_deploy=True)
  218. 2022-07-18T13:51:03.757:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "Lambda::Function" id "CertificateCertificateRequestorFunction5E845413"
  219. 2022-07-18T13:51:03.763:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "Lambda::Function" in region us-east-2: create_function {'Code': {'S3Bucket': 'cdk-hnb659fds-assets-000000000000-us-east-2', 'S3Key': 'b283b3813e8acf3b0198620b2d8b35db67a211da4f04c3d720a89d54cfb2f9bc.zip'}, 'FunctionName': 'DocrioPreviewStack-CertificateCertificateRe-6c92d4b2', 'Handler': 'index.certificateRequestHandler', 'Runtime': 'nodejs12.x', 'Role': 'arn:aws:iam::000000000000:role/DocrioPreviewStack-CertificateCertificateRe-e3bb9d19', 'Timeout': 900}
  220. 2022-07-18T13:51:03.826:DEBUG:localstack.utils.run: Executing command: cd /tmp/localstack/zipfile.49a4f3a3; unzip -o -q /tmp/localstack/zipfile.49a4f3a3/original_lambda_archive.zip
  221. 2022-07-18T13:51:04.342:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CertificateCertificateRequestorResource2890C6B7" (2/11) type "AWS::CloudFormation::CustomResource" in loop iteration 1 (should_deploy=True)
  222. 2022-07-18T13:51:04.356:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "CloudFormation::CustomResource" id "CertificateCertificateRequestorResource2890C6B7"
  223. 2022-07-18T13:51:04.372:DEBUG:localstack.utils.container_utils.container_client: Getting networks for container: localstack_main
  224. 2022-07-18T13:51:04.387:INFO:localstack.services.awslambda.lambda_utils: Determined lambda container network: bridge
  225. 2022-07-18T13:51:04.387:DEBUG:localstack.utils.container_utils.container_client: Getting ipv4 address for container localstack_main in network bridge.
  226. 2022-07-18T13:51:04.398:INFO:localstack.services.awslambda.lambda_utils: Determined main container target IP: 172.17.0.2
  227. 2022-07-18T13:51:04.512:INFO:localstack.services.awslambda.lambda_executors: Running lambda: arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CertificateCertificateRe-6c92d4b2
  228. 2022-07-18T13:51:04.520:DEBUG:localstack_ext.services.awslambda.lambda_launcher: Executing docker separate execution hook for function arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CertificateCertificateRe-6c92d4b2
  229. 2022-07-18T13:51:04.557:DEBUG:localstack.utils.container_utils.container_client: Getting the entrypoint for image: localstack/lambda:nodejs12.x
  230. 2022-07-18T13:51:04.578:DEBUG:localstack.utils.container_utils.docker_sdk_client: Creating container with attributes: {'mount_volumes': None, 'ports': <PortMappings: {}>, 'cap_add': ['NET_ADMIN'], 'cap_drop': None, 'security_opt': None, 'dns': '127.0.0.1', 'additional_flags': '', 'workdir': None, 'command': 'index.certificateRequestHandler', 'detach': False, 'entrypoint': '/tmp/d7c635ac.sh', 'env_vars': {'AWS_ACCESS_KEY_ID': 'test', 'AWS_SECRET_ACCESS_KEY': 'test', 'AWS_REGION': 'us-east-2', 'DOCKER_LAMBDA_USE_STDIN': '1', 'LOCALSTACK_HOSTNAME': '172.17.0.2', 'AWS_ENDPOINT_URL': 'http://172.17.0.2:4566', 'EDGE_PORT': '443', '_HANDLER': 'index.certificateRequestHandler', 'AWS_LAMBDA_FUNCTION_TIMEOUT': '900', 'AWS_LAMBDA_FUNCTION_NAME': 'DocrioPreviewStack-CertificateCertificateRe-6c92d4b2', 'AWS_LAMBDA_FUNCTION_VERSION': '$LATEST', 'AWS_LAMBDA_FUNCTION_INVOKED_ARN': 'arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CertificateCertificateRe-6c92d4b2', 'NODE_TLS_REJECT_UNAUTHORIZED': '0', 'LOCALSTACK_DEBUG': '1'}, 'image_name': 'localstack/lambda:nodejs12.x', 'interactive': True, 'name': None, 'network': 'bridge', 'remove': True, 'self': <localstack.utils.container_utils.docker_sdk_client.SdkDockerClient object at 0xffff8907c760>, 'tty': False, 'user': 'root'}
  231. 2022-07-18T13:51:04.622:DEBUG:localstack.utils.container_utils.docker_sdk_client: Copying file /tmp/localstack/zipfile.49a4f3a3/. into 3a8513993b5fcf9a9df06436b265d8b74481b6d923060bebc74ee9c692bc7c58:/var/task
  232. 2022-07-18T13:51:04.780:DEBUG:localstack.utils.container_utils.docker_sdk_client: Copying file /tmp/localstack/d7c635ac.sh into 3a8513993b5fcf9a9df06436b265d8b74481b6d923060bebc74ee9c692bc7c58:/tmp/d7c635ac.sh
  233. 2022-07-18T13:51:04.839:DEBUG:localstack.utils.container_utils.docker_sdk_client: Starting container 3a8513993b5fcf9a9df06436b265d8b74481b6d923060bebc74ee9c692bc7c58
  234. 2022-07-18T13:51:07.621:DEBUG:localstack.services.plugins: checking service health acm:4566
  235. 2022-07-18T13:51:08.146:DEBUG:localstack.services.s3.s3_utils: Received presign S3 URL: http://172.17.0.2/localstack-cf-custom-resources-results/d8925176?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=test%2F20220718%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20220718T135104Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=c4a75dc81c98de797fa4f0f437b1288641aa170198b575a592811c07ce896bc1
  236. 2022-07-18T13:51:08.147:WARNING:localstack.services.s3.s3_utils: Signatures do not match, but not raising an error, as S3_SKIP_SIGNATURE_VALIDATION=1
  237. 2022-07-18T13:51:08.147:DEBUG:localstack.services.s3.s3_utils: Valid presign url.
  238. 2022-07-18T13:51:08.291:DEBUG:localstack.services.awslambda.lambda_executors: Lambda arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CertificateCertificateRe-6c92d4b2 result / log output:
  239. null
  240. >START RequestId: 00309c95-52ad-1a67-f474-a06c33ead0fd Version: $LATEST
  241. > 2022-07-18T13:51:07.106Z 00309c95-52ad-1a67-f474-a06c33ead0fd INFO Requesting certificate for preview.local.cloud
  242. > 2022-07-18T13:51:07.876Z 00309c95-52ad-1a67-f474-a06c33ead0fd INFO Certificate ARN: arn:aws:acm:us-east-1:000000000000:certificate/cafe16a6-cad5-4edf-851f-e25f1f7dfd0a
  243. > 2022-07-18T13:51:07.876Z 00309c95-52ad-1a67-f474-a06c33ead0fd INFO Waiting for ACM to provide DNS records for validation...
  244. > 2022-07-18T13:51:07.905Z 00309c95-52ad-1a67-f474-a06c33ead0fd INFO Upserting 1 DNS records into zone /hostedzone/4MNP5FGVWWJU2Q3:
  245. > 2022-07-18T13:51:07.906Z 00309c95-52ad-1a67-f474-a06c33ead0fd INFO _d930b28be6c5927595552b219965053e.preview.local.cloud. CNAME _c9edd76ee4a0e2a74388032f3861cc50.ykybfrwcxw.acm-validations.aws.
  246. > 2022-07-18T13:51:07.953Z 00309c95-52ad-1a67-f474-a06c33ead0fd INFO Waiting for DNS records to commit...
  247. > 2022-07-18T13:51:07.978Z 00309c95-52ad-1a67-f474-a06c33ead0fd INFO Waiting for validation...
  248. > 2022-07-18T13:51:07.991Z 00309c95-52ad-1a67-f474-a06c33ead0fd INFO Uploading SUCCESS response to S3...
  249. > 2022-07-18T13:51:08.086Z 00309c95-52ad-1a67-f474-a06c33ead0fd ERROR (node:51) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
  250. > 2022-07-18T13:51:08.152Z 00309c95-52ad-1a67-f474-a06c33ead0fd INFO Done.
  251. > END RequestId: 00309c95-52ad-1a67-f474-a06c33ead0fd
  252. > REPORT RequestId: 00309c95-52ad-1a67-f474-a06c33ead0fd Init Duration: 1950.56 msDuration: 1133.66 ms Billed Duration: 1134 ms Memory Size: 1536 MB Max Memory Used: 190 MB
  253. > ImportError: No module named site
  254. 2022-07-18T13:51:08.372:DEBUG:localstack.services.plugins: checking service health logs:4566
  255. 2022-07-18T13:51:08.394:DEBUG:localstack.services.plugins: checking service health cloudwatch:4566
  256. 2022-07-18T13:51:08.399:DEBUG:localstack.services.awslambda.lambda_api: Lambda invocation duration: 3968.88ms
  257. 2022-07-18T13:51:08.416:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "OriginAccessIdentityDF1E3CAC" (2/10) type "AWS::CloudFront::CloudFrontOriginAccessIdentity" in loop iteration 1 (should_deploy=True)
  258. 2022-07-18T13:51:08.417:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "CloudFront::CloudFrontOriginAccessIdentity" id "OriginAccessIdentityDF1E3CAC"
  259. 2022-07-18T13:51:08.418:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "CloudFront::CloudFrontOriginAccessIdentity" in region us-east-2: create_cloud_front_origin_access_identity {'CloudFrontOriginAccessIdentityConfig': {'Comment': 'Allows CloudFront to reach the bucket', 'CallerReference': '152dba27'}}
  260. 2022-07-18T13:51:08.429:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: CloudFront::CloudFrontOriginAccessIdentity PhysicalResourceId
  261. 2022-07-18T13:51:08.432:DEBUG:localstack.utils.cloudformation.template_deployer: Failed to retrieve model attribute: PhysicalResourceId
  262. Traceback (most recent call last):
  263. File "/opt/code/localstack/localstack/utils/cloudformation/template_deployer.py", line 408, in get_attr_from_model_instance
  264. return inst.get_cfn_attribute(attribute)
  265. File "/opt/code/localstack/localstack/services/cloudformation/service_models.py", line 108, in get_cfn_attribute
  266. raise UnformattedGetAttTemplateException()
  267. moto.cloudformation.exceptions.UnformattedGetAttTemplateException
  268. 2022-07-18T13:51:08.491:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "Distribution830FAC52" (2/9) type "AWS::CloudFront::Distribution" in loop iteration 1 (should_deploy=True)
  269. 2022-07-18T13:51:08.501:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "CloudFront::Distribution" id "Distribution830FAC52"
  270. 2022-07-18T13:51:08.553:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "CloudFront::Distribution" in region us-east-2: create_distribution_with_tags {'DistributionConfigWithTags': {'DistributionConfig': {'Aliases': {'Quantity': 1, 'Items': ['preview.local.cloud']}, 'CustomErrorResponses': {'Quantity': 1, 'Items': [{'ErrorCode': 403, 'ResponseCode': '200', 'ResponsePagePath': '/index.html'}]}, 'DefaultCacheBehavior': {'CachePolicyId': '4135ea2d-6df8-44a3-9df3-4b5a84be39ad', 'Compress': True, 'ResponseHeadersPolicyId': '60669652-455b-4ae9-85a4-c4c02393f86c', 'TargetOriginId': 'DocrioPreviewStackDistributionOrigin188C49E53', 'ViewerProtocolPolicy': 'allow-all', 'TrustedSigners': {'Quantity': 0, 'Enabled': False}, 'MinTTL': 600, 'ForwardedValues': {'QueryString': False, 'Cookies': {'Forward': 'All'}}, 'AllowedMethods': {'Quantity': 0, 'Items': [], 'CachedMethods': {'Quantity': 0, 'Items': []}}}, 'DefaultRootObject': 'index.html', 'Enabled': True, 'HttpVersion': 'http2', 'Origins': {'Quantity': 1, 'Items': [{'DomainName': 'docriopreviewstack-docriopreviewbucket63964-64587a4d.s3.localhost.localstack.cloud', 'Id': 'DocrioPreviewStackDistributionOrigin188C49E53', 'S3OriginConfig': {'OriginAccessIdentity': 'origin-access-identity/cloudfront/988df52a'}}]}, 'ViewerCertificate': {'MinimumProtocolVersion': 'TLSv1.2_2021', 'ACMCertificateArn': 'arn:aws:acm:us-east-1:000000000000:certificate/cafe16a6-cad5-4edf-851f-e25f1f7dfd0a', 'SSLSupportMethod': 'sni-only'}, 'CallerReference': 'e73a8bcb', 'Comment': '', 'IsIPV6Enabled': True, 'OriginGroups': {'Quantity': 0, 'Items': []}, 'CacheBehaviors': {'Quantity': 0, 'Items': []}}, 'Tags': {'Items': []}}}
  271. 2022-07-18T13:51:08.576:DEBUG:localstack.utils.cloudformation.template_deployer: Extract resource attribute: Parameter aws
  272. 2022-07-18T13:51:08.588:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "AliasRecord851000D2" (2/8) type "AWS::Route53::RecordSet" in loop iteration 1 (should_deploy=True)
  273. 2022-07-18T13:51:08.596:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "Route53::RecordSet" id "AliasRecord851000D2"
  274. 2022-07-18T13:51:08.608:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "Route53::RecordSet" in region us-east-2: change_resource_record_sets {'HostedZoneId': '/hostedzone/4MNP5FGVWWJU2Q3', 'ChangeBatch': {'Comment': '', 'Changes': [{'Action': 'CREATE', 'ResourceRecordSet': {'Name': 'preview.local.cloud.', 'Type': 'A', 'AliasTarget': {'DNSName': 'd5d32cca.cloudfront.localhost.localstack.cloud', 'HostedZoneId': 'Z2FDTNDATAQYW2', 'EvaluateTargetHealth': False}}}]}}
  275. 2022-07-18T13:51:08.635:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "DocrioPreviewWebsiteAwsCliLayer0D626BE4" (2/7) type "AWS::Lambda::LayerVersion" in loop iteration 1 (should_deploy=True)
  276. 2022-07-18T13:51:08.635:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "Lambda::LayerVersion" id "DocrioPreviewWebsiteAwsCliLayer0D626BE4"
  277. 2022-07-18T13:51:08.637:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "Lambda::LayerVersion" in region us-east-2: publish_layer_version {'Content': {'S3Bucket': 'cdk-hnb659fds-assets-000000000000-us-east-2', 'S3Key': 'db6b1b1d10ac786ce3eb5f326510da62c14c0e4477065964c4cdf7a54439f131.zip'}, 'Description': '/opt/awscli/aws', 'LayerName': 'layer-9d9e076c'}
  278. 2022-07-18T13:51:09.754:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "DocrioPreviewWebsiteCustomResource89604492" (2/6) type "Custom::CDKBucketDeployment" in loop iteration 1 (should_deploy=True)
  279. 2022-07-18T13:51:09.772:DEBUG:localstack.utils.cloudformation.template_deployer: Dependency for resource {'Type': 'Custom::CDKBucketDeployment', 'UpdateReplacePolicy': 'Delete', 'DeletionPolicy': 'Delete', 'Metadata': {'aws:cdk:path': 'DocrioPreviewStack/DocrioPreviewWebsite/CustomResource/Default'}, 'LogicalResourceId': 'DocrioPreviewWebsiteCustomResource89604492', 'Properties': {'ServiceToken': 'arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CustomCDKBucketDeploymen-83dc1d50', 'SourceBucketNames': ['cdk-hnb659fds-assets-000000000000-us-east-2'], 'SourceObjectKeys': ['7d9a4a47d001098059193876d2d63c826039fb2837763b408f9bf0fdd8082ebf.zip'], 'DestinationBucketName': 'docriopreviewstack-docriopreviewbucket63964-64587a4d', 'Prune': True, 'DistributionId': 'd5d32cca', 'DistributionPaths': ['/*']}, '_state_': {}} not yet deployed: CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756C81C01536 {'Type': 'AWS::Lambda::Function', 'Properties': {'Code': {'S3Bucket': 'cdk-hnb659fds-assets-000000000000-us-east-2', 'S3Key': 'f98b78092dcdd31f5e6d47489beb5f804d4835ef86a8085d0a2053cb9ae711da.zip'}, 'Role': {'Fn::GetAtt': ['CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756CServiceRole89A01265', 'Arn']}, 'Handler': 'index.handler', 'Layers': [{'Ref': 'DocrioPreviewWebsiteAwsCliLayer0D626BE4'}], 'Runtime': 'python3.7', 'Timeout': 900}, 'DependsOn': ['CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756CServiceRoleDefaultPolicy88902FDF', 'CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756CServiceRole89A01265'], 'Metadata': {'aws:cdk:path': 'DocrioPreviewStack/Custom::CDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756C/Resource', 'aws:asset:path': 'asset.f98b78092dcdd31f5e6d47489beb5f804d4835ef86a8085d0a2053cb9ae711da', 'aws:asset:is-bundled': False, 'aws:asset:property': 'Code'}, 'LogicalResourceId': 'CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756C81C01536'}
  280. 2022-07-18T13:51:09.791:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756CServiceRole89A01265" (3/6) type "AWS::IAM::Role" in loop iteration 1 (should_deploy=True)
  281. 2022-07-18T13:51:09.791:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Role" id "CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756CServiceRole89A01265"
  282. 2022-07-18T13:51:09.792:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "IAM::Role" in region us-east-2: create_role {'AssumeRolePolicyDocument': '{"Statement": [{"Action": "sts:AssumeRole", "Effect": "Allow", "Principal": {"Service": "lambda.amazonaws.com"}}], "Version": "2012-10-17"}', 'RoleName': 'DocrioPreviewStack-CustomCDKBucketDeploymen-b9cbef26'}
  283. 2022-07-18T13:51:09.945:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756CServiceRoleDefaultPolicy88902FDF" (3/5) type "AWS::IAM::Policy" in loop iteration 1 (should_deploy=True)
  284. 2022-07-18T13:51:09.959:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "IAM::Policy" id "CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756CServiceRoleDefaultPolicy88902FDF"
  285. 2022-07-18T13:51:10.029:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756C81C01536" (3/4) type "AWS::Lambda::Function" in loop iteration 1 (should_deploy=True)
  286. 2022-07-18T13:51:10.048:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "Lambda::Function" id "CustomCDKBucketDeployment8693BB64968944B69AAFB0CC9EB8756C81C01536"
  287. 2022-07-18T13:51:10.053:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "Lambda::Function" in region us-east-2: create_function {'Code': {'S3Bucket': 'cdk-hnb659fds-assets-000000000000-us-east-2', 'S3Key': 'f98b78092dcdd31f5e6d47489beb5f804d4835ef86a8085d0a2053cb9ae711da.zip'}, 'FunctionName': 'DocrioPreviewStack-CustomCDKBucketDeploymen-83dc1d50', 'Handler': 'index.handler', 'Layers': ['arn:aws:lambda:us-east-2:000000000000:layer:layer-9d9e076c:1'], 'Runtime': 'python3.7', 'Role': 'arn:aws:iam::000000000000:role/DocrioPreviewStack-CustomCDKBucketDeploymen-b9cbef26', 'Timeout': 900}
  288. 2022-07-18T13:51:10.108:DEBUG:localstack.utils.run: Executing command: cd /tmp/localstack/zipfile.cf02516a; unzip -o -q /tmp/localstack/zipfile.cf02516a/original_lambda_archive.zip
  289. 2022-07-18T13:51:10.128:DEBUG:localstack_ext.services.awslambda.lambda_extended: Copy function code layer arn:aws:lambda:us-east-2:000000000000:layer:layer-9d9e076c:1 to /tmp/localstack/lambda-with-layers.b231e6b0/__layers__
  290. 2022-07-18T13:51:10.509:DEBUG:localstack.utils.run: Executing command: cd /tmp/localstack/lambda-with-layers.b231e6b0/__layers__; unzip -o -q /tmp/localstack/layer.zipfile.ed7b760f/original_lambda_archive.zip
  291. 2022-07-18T13:51:35.105:WARNING:localstack.utils.cloudformation.template_deployer: Unable to deploy resource type "CDK::Metadata": {"Type": "AWS::CDK::Metadata", "Metadata": {"aws:cdk:path": "DocrioPreviewStack/CDKMetadata/Default"}, "LogicalResourceId": "CDKMetadata", "Properties": {"Analytics": "v2:deflate64:H4sIAAAAAAAA/21Sy27CMBD8lt6NW0D0HoIQlVq1ChKHXiJjL9GCYyOvXYSi/HvtmEIOPe3M7Hi1D8/4bMZfnsSFJlKdJhr3vNt6IU8sSnVHc94tgzyBZ+XB3FAOX1ajvD7kG89kKQh65mzwsIglNpY8qG9rIPlHrKhAWqeSmtEWfM8kOI8HlMJDK4xowPGVoZ3QqKKkykeaadHuleDdOhjp0ZpUaYzfxRXcDhwlvkXTaPD27ugZipZ3ldVDY0N8zJVRz2hed4IIPPEiBabgrO21BeN5Hnd1F2Lz2gZ1cDYmu0+HDZpCSiB6UzGNfqhcJs86ef51rJC8w334G2LM+54NTcQjxYcNKwN521ZANjiZpxjhD3E+J1deU63TNup4WamRFxcqNQ4L6pmxCviRnn+mr3y6iD/iSIgTF2JDLfAqx19SgmjsLQIAAA==", "PhysicalResourceId": "cdk-meta-fded948f"}, "_state_": {"type": "AWS::CDK::Metadata"}}
  292. 2022-07-18T13:51:35.105:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "CDKMetadata" (3/3) type "AWS::CDK::Metadata" in loop iteration 1 (should_deploy=False)
  293. 2022-07-18T13:51:35.285:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "DocrioPreviewBucketPolicy36298078" (1/2) type "AWS::S3::BucketPolicy" in loop iteration 2 (should_deploy=True)
  294. 2022-07-18T13:51:35.301:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "S3::BucketPolicy" id "DocrioPreviewBucketPolicy36298078"
  295. 2022-07-18T13:51:35.304:DEBUG:localstack.utils.cloudformation.template_deployer: Request for resource type "S3::BucketPolicy" in region us-east-2: put_bucket_policy {'Bucket': 'docriopreviewstack-docriopreviewbucket63964-64587a4d', 'Policy': '{"Statement": [{"Action": ["s3:GetBucket*", "s3:GetObject*", "s3:List*"], "Effect": "Allow", "Principal": {"CanonicalUser": "s3-cf-user"}, "Resource": ["arn:aws:s3:::docriopreviewstack-docriopreviewbucket63964-64587a4d", "arn:aws:s3:::docriopreviewstack-docriopreviewbucket63964-64587a4d/*"]}, {"Action": "s3:GetObject", "Effect": "Allow", "Principal": {"CanonicalUser": "s3-cf-user"}, "Resource": "arn:aws:s3:::docriopreviewstack-docriopreviewbucket63964-64587a4d/*"}], "Version": "2012-10-17"}'}
  296. 2022-07-18T13:51:35.344:DEBUG:localstack.utils.cloudformation.template_deployer: Handling "Add" for resource "DocrioPreviewWebsiteCustomResource89604492" (1/1) type "Custom::CDKBucketDeployment" in loop iteration 2 (should_deploy=True)
  297. 2022-07-18T13:51:35.375:DEBUG:localstack.utils.cloudformation.template_deployer: Running action "create" for resource type "CloudFormation::CustomResource" id "DocrioPreviewWebsiteCustomResource89604492"
  298. 2022-07-18T13:51:35.433:INFO:localstack.services.awslambda.lambda_executors: Running lambda: arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CustomCDKBucketDeploymen-83dc1d50
  299. 2022-07-18T13:51:35.434:DEBUG:localstack_ext.services.awslambda.lambda_launcher: Executing docker separate execution hook for function arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CustomCDKBucketDeploymen-83dc1d50
  300. 2022-07-18T13:51:35.471:DEBUG:localstack.utils.container_utils.container_client: Getting the entrypoint for image: localstack/lambda:python3.7
  301. 2022-07-18T13:51:35.486:DEBUG:localstack.utils.container_utils.docker_sdk_client: Creating container with attributes: {'mount_volumes': None, 'ports': <PortMappings: {}>, 'cap_add': ['NET_ADMIN'], 'cap_drop': None, 'security_opt': None, 'dns': '127.0.0.1', 'additional_flags': '', 'workdir': None, 'command': 'index.handler', 'detach': False, 'entrypoint': '/tmp/7f19c4ab.sh', 'env_vars': {'AWS_ACCESS_KEY_ID': 'test', 'AWS_SECRET_ACCESS_KEY': 'test', 'AWS_REGION': 'us-east-2', 'DOCKER_LAMBDA_USE_STDIN': '1', 'LOCALSTACK_HOSTNAME': '172.17.0.2', 'AWS_ENDPOINT_URL': 'http://172.17.0.2:4566', 'EDGE_PORT': '443', '_HANDLER': 'index.handler', 'AWS_LAMBDA_FUNCTION_TIMEOUT': '900', 'AWS_LAMBDA_FUNCTION_NAME': 'DocrioPreviewStack-CustomCDKBucketDeploymen-83dc1d50', 'AWS_LAMBDA_FUNCTION_VERSION': '$LATEST', 'AWS_LAMBDA_FUNCTION_INVOKED_ARN': 'arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CustomCDKBucketDeploymen-83dc1d50', 'LOCALSTACK_DEBUG': '1'}, 'image_name': 'localstack/lambda:python3.7', 'interactive': True, 'name': None, 'network': 'bridge', 'remove': True, 'self': <localstack.utils.container_utils.docker_sdk_client.SdkDockerClient object at 0xffff8907c760>, 'tty': False, 'user': 'root'}
  302. 2022-07-18T13:51:35.562:DEBUG:localstack.utils.container_utils.docker_sdk_client: Copying file /tmp/localstack/zipfile.cf02516a/. into 56fe3ea44bbd9a990053a1f810ffa4793ec2cb9aa5cec29fbbd9ef5c504c426a:/var/task
  303. 2022-07-18T13:51:35.741:DEBUG:localstack.utils.container_utils.docker_sdk_client: Copying file /tmp/localstack/7f19c4ab.sh into 56fe3ea44bbd9a990053a1f810ffa4793ec2cb9aa5cec29fbbd9ef5c504c426a:/tmp/7f19c4ab.sh
  304. 2022-07-18T13:51:35.823:DEBUG:localstack.utils.container_utils.docker_sdk_client: Starting container 56fe3ea44bbd9a990053a1f810ffa4793ec2cb9aa5cec29fbbd9ef5c504c426a
  305. 2022-07-18T13:51:39.896:DEBUG:localstack_ext.services.awslambda.lambda_extended: Copy function code arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CustomCDKBucketDeploymen-83dc1d50 to /tmp/localstack/lambda-with-layers.b231e6b0
  306. 2022-07-18T13:51:39.905:DEBUG:localstack.utils.run: Executing command: cd /tmp/localstack/lambda-with-layers.b231e6b0; unzip -o -q /tmp/localstack/zipfile.cf02516a/original_lambda_archive.zip
  307. 2022-07-18T13:51:40.428:DEBUG:localstack.services.s3.s3_utils: Received presign S3 URL: http://172.17.0.2:4566/localstack-cf-custom-resources-results/09aa841d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=test%2F20220718%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20220718T135135Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=1fbef29a3c88215b140ef0f1927c6ff5b597256ad1fcd550b984fd294e138ed8
  308. 2022-07-18T13:51:40.429:DEBUG:localstack.services.s3.s3_utils: Valid presign url.
  309. 2022-07-18T13:51:40.581:DEBUG:localstack.services.awslambda.lambda_executors: Lambda arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CustomCDKBucketDeploymen-83dc1d50 result / log output:
  310. null
  311. >tail: unrecognized file system type 0x794c7630 for ‘/tmp/__daemons.out’. please report this to bug-coreutils@gnu.org. reverting to polling
  312. > [INFO] 2022-07-18T13:51:40.73Z Found credentials in environment variables.
  313. >
  314. > START RequestId: 7d15cb63-32c5-13aa-c750-c5d09c73873a Version: $LATEST
  315. > [INFO] 2022-07-18T13:51:40.393Z 7d15cb63-32c5-13aa-c750-c5d09c73873a {'RequestType': 'Create', 'StackId': 'arn:aws:cloudformation:us-east-2:000000000000:stack/DocrioPreviewStack/id-123', 'RequestId': '80de8a6c', 'ResourceType': 'Custom::CDKBucketDeployment', 'LogicalResourceId': 'DocrioPreviewWebsiteCustomResource89604492', 'ResourceProperties': {'ServiceToken': 'arn:aws:lambda:us-east-2:000000000000:function:DocrioPreviewStack-CustomCDKBucketDeploymen-83dc1d50', 'SourceBucketNames': ['cdk-hnb659fds-assets-000000000000-us-east-2'], 'SourceObjectKeys': ['7d9a4a47d001098059193876d2d63c826039fb2837763b408f9bf0fdd8082ebf.zip'], 'DestinationBucketName': 'docriopreviewstack-docriopreviewbucket63964-64587a4d', 'Prune': 'true', 'DistributionId': 'd5d32cca', 'DistributionPaths': ['/*']}}
  316. >
  317. > [INFO] 2022-07-18T13:51:40.394Z 7d15cb63-32c5-13aa-c750-c5d09c73873a | s3_dest: s3://docriopreviewstack-docriopreviewbucket63964-64587a4d/
  318. >
  319. > [INFO] 2022-07-18T13:51:40.394Z 7d15cb63-32c5-13aa-c750-c5d09c73873a | old_s3_dest: None
  320. >
  321. > [INFO] 2022-07-18T13:51:40.398Z 7d15cb63-32c5-13aa-c750-c5d09c73873a | workdir: /tmp/tmpm0a5u_ul
  322. >
  323. > [INFO] 2022-07-18T13:51:40.398Z 7d15cb63-32c5-13aa-c750-c5d09c73873a archive: /tmp/tmpm0a5u_ul/fca5dd03-97b1-4cb3-81ae-244071b9fe37
  324. >
  325. > [INFO] 2022-07-18T13:51:40.399Z 7d15cb63-32c5-13aa-c750-c5d09c73873a | aws s3 cp s3://cdk-hnb659fds-assets-000000000000-us-east-2/7d9a4a47d001098059193876d2d63c826039fb2837763b408f9bf0fdd8082ebf.zip /tmp/tmpm0a5u_ul/fca5dd03-97b1-4cb3-81ae-244071b9fe37
  326. >
  327. > [ERROR] 2022-07-18T13:51:40.406Z 7d15cb63-32c5-13aa-c750-c5d09c73873a [Errno 2] No such file or directory: '/opt/awscli/aws': '/opt/awscli/aws'
  328. > Traceback (most rece...
  329. 2022-07-18T13:51:40.603:DEBUG:localstack.services.awslambda.lambda_api: Lambda invocation duration: 5170.42ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement