Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency aws-cdk-lib to v2.80.0 [security] #315

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-cdk-lib (source) 2.74.0 -> 2.80.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-35165

If you are using the eks.Cluster or eks.FargateCluster construct we need you to take action. Other users are not affected and can stop reading.

Impact

The AWS Cloud Development Kit (CDK) allows for the definition of Amazon Elastic Container Service for Kubernetes (EKS) clusters. eks.Cluster and eks.FargateCluster constructs create two roles that have an overly permissive trust policy.

The first, referred to as the CreationRole, is used by lambda handlers to create the cluster and deploy Kubernetes resources (e.g KubernetesManifest, HelmChart, ...) onto it. Users with CDK version higher or equal to 1.62.0 (including v2 users) will be affected.

The second, referred to as the default MastersRole, is provisioned only if the mastersRole property isn't provided and has permissions to execute kubectl commands on the cluster. Users with CDK version higher or equal to 1.57.0 (including v2 users) will be affected.

Both these roles use the account root principal in their trust policy, which allows any identity in the account with the appropriate sts:AssumeRole permissions to assume it. For example, this can happen if another role in your account has sts:AssumeRole permissions on Resource: "*".

CreationRole

Users with CDK version higher or equal to 1.62.0 (including v2 users). The role in question can be located in the IAM console. It will have the following name pattern:

*-ClusterCreationRole-* 

MastersRole

Users with CDK version higher or equal to 1.57.0 (including v2 users) that are not specifying the mastersRole property. The role in question can be located in the IAM console. It will have the following name pattern:

*-MastersRole-*

Patches

The issue has been fixed in versions v1.202.0, v2.80.0. We recommend you upgrade to a fixed version as soon as possible. See Managing Dependencies in the CDK Developer Guide for instructions on how to do this.

The new versions no longer use the account root principal. Instead, they restrict the trust policy to the specific roles of lambda handlers that need it. This introduces some breaking changes that might require you to perform code changes. Refer to https://github.com/aws/aws-cdk/issues/25674 for a detailed discussion of options.

Workarounds

CreationRole

There is no workaround available for CreationRole.

MastersRole

To avoid creating the default MastersRole, use the mastersRole property to explicitly provide a role. For example:

new eks.Cluster(this, 'Cluster', { 
  ... 
  mastersRole: iam.Role.fromRoleArn(this, 'Admin', 'arn:aws:iam::xxx:role/Admin') 
}); 

References

https://github.com/aws/aws-cdk/issues/25674

If you have any questions or comments about this advisory we ask that you contact AWS/Amazon Security via our vulnerability reporting page or directly via email to [email protected]. Please do not create a public GitHub issue.


Release Notes

aws/aws-cdk (aws-cdk-lib)

v2.80.0

Compare Source

⚠ BREAKING CHANGES
  • eks: A masters role is no longer provisioned by default. Use the mastersRole property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriate sts:AssumeRole permissions) to assume it.
Features
Bug Fixes

Alpha modules (2.80.0-alpha.0)

v2.79.1

Compare Source

Bug Fixes
  • bootstrap: bootstrap doesn't work in non-aws partitions anymore (revert security hub finding fix) (#​25272) (4c4014e)

Alpha modules (2.79.1-alpha.0)

v2.79.0

Compare Source

Features
Bug Fixes

Alpha modules (2.79.0-alpha.0)

Bug Fixes
  • servicecatalogappregistry: Revert deprecated method to keep deprecated method in alpha version (b20b123)
  • batch: JobDefinition's ContainerDefinition's Image is synthesized with [Object object] (#​25250) (b3d0d57)

v2.78.0

Compare Source

Features
Bug Fixes

Alpha modules (2.78.0-alpha.0)

v2.77.0

Compare Source

Features
Bug Fixes

Alpha modules (2.77.0-alpha.0)

v2.76.0

Compare Source

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • servicecatalogappregistry: this change will deprecated associateStack and associateAttributeGroup in Application Construct.
    The user who are using these two method need to update to use alternative method.
    For associateStack, the alternative method is associateApplicationWithStack
    For associateAttributeGroup, the alternative method is AttributeGroup.associateWith

The user who are using these two method need to update to use alternative method. For associateStack, the alternative method is associateApplicationWithStack For associateAttributeGroup, the alternative method is AttributeGroup.associateWith

Purpose of this PR:

we need to remove deprecated resource before we moving into stable version The method that we remove is: associateStack and associateAttributeGroup

CHANGES:

  1. in lib/application.ts, we remove these two methods and update their corresponding interface
  2. in test/ application.test.ts & test/integ.application.ts, we update application.test.ts and integ.application.ts to remove these two methods' related test

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Features
Bug Fixes

Alpha modules (2.76.0-alpha.0)

v2.75.1

Compare Source

Reverts
  • "fix(core): Add stage prefix to stack name shortening process #​24443

Alpha modules (2.75.1-alpha.0)

v2.75.0

Compare Source

Features
  • aws-lambda: Add AWS Lambda runtime python3.10 (08fb3cd)

Alpha modules (2.75.0-alpha.0)


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Sep 11, 2023

Diff Output:

#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.3s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 resolve public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4 done
#4 sha256:794a751595550ce605e6140827e222a51b127557ae2346ab99e0b76807e1a59d 417B / 417B 0.1s done
#4 sha256:2a9f1ae020e1174089186c85e75fdd02adc9b21031f42edd009f1b66a1f739e5 2.58MB / 2.58MB 0.1s
#4 sha256:21be8e7731cf6675dd7fb4e88bef4ad555134ada0c7acfcbd8513dc86d04f71d 8.33kB / 8.33kB done
#4 sha256:396455a9302ab20894d6d6216f269f519d63eb8e684004e729365dda8948261c 10.49MB / 104.95MB 0.1s
#4 sha256:52cb66de6634e2ee8cf3f23095d3f51cb3ffe4e1712238c101e4f9aabf5a04aa 88.88kB / 88.88kB 0.0s done
#4 sha256:138f4674f55ff22409cdc9b045fe436cf9a2b27ae1d38696d58e408a65d15727 0B / 60.33MB 0.1s
#4 sha256:2a9f1ae020e1174089186c85e75fdd02adc9b21031f42edd009f1b66a1f739e5 2.58MB / 2.58MB 0.1s done
#4 sha256:396455a9302ab20894d6d6216f269f519d63eb8e684004e729365dda8948261c 30.41MB / 104.95MB 0.2s
#4 sha256:138f4674f55ff22409cdc9b045fe436cf9a2b27ae1d38696d58e408a65d15727 18.87MB / 60.33MB 0.2s
#4 sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4 743B / 743B done
#4 sha256:a9a824bdd186b528e9793ad3e359390b8e48d51ba975955536f72046c669e7c0 3.48kB / 3.48kB done
#4 sha256:ae7747a6b57ca901225fb5cc58fda27c5f87c9f1d54b49a1aaab363ae6a815f3 5.24MB / 13.56MB 0.2s
#4 sha256:396455a9302ab20894d6d6216f269f519d63eb8e684004e729365dda8948261c 49.25MB / 104.95MB 0.3s
#4 sha256:138f4674f55ff22409cdc9b045fe436cf9a2b27ae1d38696d58e408a65d15727 41.94MB / 60.33MB 0.3s
#4 sha256:ae7747a6b57ca901225fb5cc58fda27c5f87c9f1d54b49a1aaab363ae6a815f3 13.56MB / 13.56MB 0.3s
#4 sha256:396455a9302ab20894d6d6216f269f519d63eb8e684004e729365dda8948261c 71.30MB / 104.95MB 0.4s
#4 sha256:138f4674f55ff22409cdc9b045fe436cf9a2b27ae1d38696d58e408a65d15727 60.33MB / 60.33MB 0.4s
#4 sha256:ae7747a6b57ca901225fb5cc58fda27c5f87c9f1d54b49a1aaab363ae6a815f3 13.56MB / 13.56MB 0.4s done
#4 sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 0B / 225.40MB 0.4s
#4 sha256:396455a9302ab20894d6d6216f269f519d63eb8e684004e729365dda8948261c 104.95MB / 104.95MB 0.6s
#4 sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 25.17MB / 225.40MB 0.6s
#4 sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 47.19MB / 225.40MB 0.7s
#4 sha256:138f4674f55ff22409cdc9b045fe436cf9a2b27ae1d38696d58e408a65d15727 60.33MB / 60.33MB 0.8s done
#4 sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 71.09MB / 225.40MB 0.8s
#4 sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 116.18MB / 225.40MB 1.0s
#4 sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 161.48MB / 225.40MB 1.2s
#4 sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 210.43MB / 225.40MB 1.4s
#4 sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 225.40MB / 225.40MB 1.5s
#4 sha256:396455a9302ab20894d6d6216f269f519d63eb8e684004e729365dda8948261c 104.95MB / 104.95MB 1.9s done
#4 extracting sha256:396455a9302ab20894d6d6216f269f519d63eb8e684004e729365dda8948261c 0.1s
#4 sha256:a97bd14c44e3ee5ef3548fd014ad8da960b9b66a9735d62b600e8ce5c885025d 7.34MB / 57.71MB 2.2s
#4 sha256:a97bd14c44e3ee5ef3548fd014ad8da960b9b66a9735d62b600e8ce5c885025d 26.21MB / 57.71MB 2.3s
#4 sha256:a97bd14c44e3ee5ef3548fd014ad8da960b9b66a9735d62b600e8ce5c885025d 45.67MB / 57.71MB 2.4s
#4 sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 225.40MB / 225.40MB 2.5s done
#4 sha256:a97bd14c44e3ee5ef3548fd014ad8da960b9b66a9735d62b600e8ce5c885025d 57.71MB / 57.71MB 2.6s
#4 sha256:a97bd14c44e3ee5ef3548fd014ad8da960b9b66a9735d62b600e8ce5c885025d 57.71MB / 57.71MB 2.8s done
#4 sha256:908b85a486ffcd1724484c8d89955cc82445dc35f875f87b4549e35d73114e16 0B / 8.58MB 2.9s
#4 sha256:2ee7f2337485d77ffad799cf951979b9a61b3273602ba54e0ee2dcff0f0eee8c 2.11MB / 2.11MB 2.9s done
#4 sha256:b717ff141f95d7fce5421f9882e0c45e43291d37595b7d5c06c7206313aaaaa3 1.05MB / 72.26MB 2.9s
#4 sha256:e96d0652f021f8c977674f342518bddd98d8c60e9c60b7d2102adb1ca3c24f05 4.82kB / 4.82kB 2.9s done
#4 sha256:908b85a486ffcd1724484c8d89955cc82445dc35f875f87b4549e35d73114e16 8.58MB / 8.58MB 3.0s
#4 sha256:b717ff141f95d7fce5421f9882e0c45e43291d37595b7d5c06c7206313aaaaa3 18.87MB / 72.26MB 3.0s
#4 sha256:feaa1bcecba4a23ddf827a005bb907a66610736fa75a29086c5ff317acf2ac2e 177.66kB / 177.66kB 2.9s done
#4 sha256:37aa5185e6609fab598b9614717b7585c4b768b1707909e7a20eb04480d5a507 239.14kB / 239.14kB 3.0s done
#4 sha256:e34b5c8c64a78004a2a86e7888ca94ef34097a30643d6e57fa736af08ce45878 0B / 122.18kB 3.0s
#4 sha256:908b85a486ffcd1724484c8d89955cc82445dc35f875f87b4549e35d73114e16 8.58MB / 8.58MB 3.0s done
#4 sha256:b717ff141f95d7fce5421f9882e0c45e43291d37595b7d5c06c7206313aaaaa3 37.75MB / 72.26MB 3.1s
#4 sha256:e34b5c8c64a78004a2a86e7888ca94ef34097a30643d6e57fa736af08ce45878 122.18kB / 122.18kB 3.0s done
#4 sha256:b717ff141f95d7fce5421f9882e0c45e43291d37595b7d5c06c7206313aaaaa3 58.72MB / 72.26MB 3.2s
#4 sha256:b717ff141f95d7fce5421f9882e0c45e43291d37595b7d5c06c7206313aaaaa3 72.26MB / 72.26MB 3.3s
#4 sha256:b717ff141f95d7fce5421f9882e0c45e43291d37595b7d5c06c7206313aaaaa3 72.26MB / 72.26MB 3.3s done
#4 extracting sha256:396455a9302ab20894d6d6216f269f519d63eb8e684004e729365dda8948261c 3.3s done
#4 extracting sha256:52cb66de6634e2ee8cf3f23095d3f51cb3ffe4e1712238c101e4f9aabf5a04aa
#4 extracting sha256:52cb66de6634e2ee8cf3f23095d3f51cb3ffe4e1712238c101e4f9aabf5a04aa done
#4 extracting sha256:794a751595550ce605e6140827e222a51b127557ae2346ab99e0b76807e1a59d
#4 extracting sha256:794a751595550ce605e6140827e222a51b127557ae2346ab99e0b76807e1a59d done
#4 extracting sha256:2a9f1ae020e1174089186c85e75fdd02adc9b21031f42edd009f1b66a1f739e5 0.0s done
#4 extracting sha256:138f4674f55ff22409cdc9b045fe436cf9a2b27ae1d38696d58e408a65d15727
#4 extracting sha256:138f4674f55ff22409cdc9b045fe436cf9a2b27ae1d38696d58e408a65d15727 3.0s done
#4 extracting sha256:ae7747a6b57ca901225fb5cc58fda27c5f87c9f1d54b49a1aaab363ae6a815f3 0.1s
#4 extracting sha256:ae7747a6b57ca901225fb5cc58fda27c5f87c9f1d54b49a1aaab363ae6a815f3 0.8s done
#4 extracting sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933
#4 extracting sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 5.0s
#4 extracting sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 10.0s
#4 extracting sha256:336d0d83b053cde5d873350a218001c6a9d3f4cb50625f0daa89ee9132439933 11.6s done
#4 extracting sha256:a97bd14c44e3ee5ef3548fd014ad8da960b9b66a9735d62b600e8ce5c885025d
#4 extracting sha256:a97bd14c44e3ee5ef3548fd014ad8da960b9b66a9735d62b600e8ce5c885025d 2.8s done
#4 extracting sha256:b717ff141f95d7fce5421f9882e0c45e43291d37595b7d5c06c7206313aaaaa3
#4 extracting sha256:b717ff141f95d7fce5421f9882e0c45e43291d37595b7d5c06c7206313aaaaa3 1.7s done
#4 extracting sha256:e96d0652f021f8c977674f342518bddd98d8c60e9c60b7d2102adb1ca3c24f05
#4 extracting sha256:e96d0652f021f8c977674f342518bddd98d8c60e9c60b7d2102adb1ca3c24f05 done
#4 extracting sha256:2ee7f2337485d77ffad799cf951979b9a61b3273602ba54e0ee2dcff0f0eee8c 0.0s done
#4 extracting sha256:908b85a486ffcd1724484c8d89955cc82445dc35f875f87b4549e35d73114e16 0.1s
#4 extracting sha256:908b85a486ffcd1724484c8d89955cc82445dc35f875f87b4549e35d73114e16 0.5s done
#4 extracting sha256:feaa1bcecba4a23ddf827a005bb907a66610736fa75a29086c5ff317acf2ac2e
#4 extracting sha256:feaa1bcecba4a23ddf827a005bb907a66610736fa75a29086c5ff317acf2ac2e 0.0s done
#4 extracting sha256:37aa5185e6609fab598b9614717b7585c4b768b1707909e7a20eb04480d5a507 done
#4 extracting sha256:e34b5c8c64a78004a2a86e7888ca94ef34097a30643d6e57fa736af08ce45878 done
#4 DONE 31.4s

#5 [2/3] RUN pip install --upgrade pip
#5 0.509 Requirement already satisfied: pip in /var/lang/lib/python3.9/site-packages (23.0.1)
#5 0.592 Collecting pip
#5 0.607   Downloading pip-24.0-py3-none-any.whl (2.1 MB)
#5 0.638      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 74.1 MB/s eta 0:00:00
#5 0.673 Installing collected packages: pip
#5 0.673   Attempting uninstall: pip
#5 0.674     Found existing installation: pip 23.0.1
#5 0.868     Uninstalling pip-23.0.1:
#5 0.879       Successfully uninstalled pip-23.0.1
#5 1.964 Successfully installed pip-24.0
#5 1.965 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#5 DONE 2.1s

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 0.709 Collecting pipenv==2022.4.8
#6 0.723   Downloading pipenv-2022.4.8-py2.py3-none-any.whl.metadata (13 kB)
#6 0.818 Collecting poetry
#6 0.821   Downloading poetry-1.8.2-py3-none-any.whl.metadata (6.8 kB)
#6 0.838 Requirement already satisfied: pip>=18.0 in /var/lang/lib/python3.9/site-packages (from pipenv==2022.4.8) (24.0)
#6 0.861 Collecting certifi (from pipenv==2022.4.8)
#6 0.864   Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
#6 0.867 Requirement already satisfied: setuptools>=36.2.1 in /var/lang/lib/python3.9/site-packages (from pipenv==2022.4.8) (58.1.0)
#6 0.884 Collecting virtualenv-clone>=0.2.5 (from pipenv==2022.4.8)
#6 0.888   Downloading virtualenv_clone-0.5.7-py3-none-any.whl.metadata (2.7 kB)
#6 0.982 Collecting virtualenv (from pipenv==2022.4.8)
#6 0.986   Downloading virtualenv-20.25.1-py3-none-any.whl.metadata (4.4 kB)
#6 1.031 Collecting build<2.0.0,>=1.0.3 (from poetry)
#6 1.034   Downloading build-1.1.1-py3-none-any.whl.metadata (4.2 kB)
#6 1.055 Collecting cachecontrol<0.15.0,>=0.14.0 (from cachecontrol[filecache]<0.15.0,>=0.14.0->poetry)
#6 1.059   Downloading cachecontrol-0.14.0-py3-none-any.whl.metadata (3.1 kB)
#6 1.090 Collecting cleo<3.0.0,>=2.1.0 (from poetry)
#6 1.094   Downloading cleo-2.1.0-py3-none-any.whl.metadata (12 kB)
#6 1.108 Collecting crashtest<0.5.0,>=0.4.1 (from poetry)
#6 1.113   Downloading crashtest-0.4.1-py3-none-any.whl.metadata (1.1 kB)
#6 1.237 Collecting dulwich<0.22.0,>=0.21.2 (from poetry)
#6 1.241   Downloading dulwich-0.21.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.3 kB)
#6 1.260 Collecting fastjsonschema<3.0.0,>=2.18.0 (from poetry)
#6 1.263   Downloading fastjsonschema-2.19.1-py3-none-any.whl.metadata (2.1 kB)
#6 1.324 Collecting importlib-metadata>=4.4 (from poetry)
#6 1.328   Downloading importlib_metadata-7.0.2-py3-none-any.whl.metadata (4.6 kB)
#6 1.348 Collecting installer<0.8.0,>=0.7.0 (from poetry)
#6 1.352   Downloading installer-0.7.0-py3-none-any.whl.metadata (936 bytes)
#6 1.411 Collecting keyring<25.0.0,>=24.0.0 (from poetry)
#6 1.414   Downloading keyring-24.3.1-py3-none-any.whl.metadata (20 kB)
#6 1.444 Collecting packaging>=23.1 (from poetry)
#6 1.448   Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB)
#6 1.464 Collecting pexpect<5.0.0,>=4.7.0 (from poetry)
#6 1.468   Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
#6 1.489 Collecting pkginfo<2.0.0,>=1.9.4 (from poetry)
#6 1.493   Downloading pkginfo-1.10.0-py3-none-any.whl.metadata (11 kB)
#6 1.521 Collecting platformdirs<5,>=3.0.0 (from poetry)
#6 1.524   Downloading platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB)
#6 1.563 Collecting poetry-core==1.9.0 (from poetry)
#6 1.566   Downloading poetry_core-1.9.0-py3-none-any.whl.metadata (3.5 kB)
#6 1.585 Collecting poetry-plugin-export<2.0.0,>=1.6.0 (from poetry)
#6 1.589   Downloading poetry_plugin_export-1.6.0-py3-none-any.whl.metadata (2.8 kB)
#6 1.603 Collecting pyproject-hooks<2.0.0,>=1.0.0 (from poetry)
#6 1.606   Downloading pyproject_hooks-1.0.0-py3-none-any.whl.metadata (1.3 kB)
#6 1.667 Collecting requests<3.0,>=2.26 (from poetry)
#6 1.670   Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
#6 1.689 Collecting requests-toolbelt<2.0.0,>=1.0.0 (from poetry)
#6 1.692   Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB)
#6 1.717 Collecting shellingham<2.0,>=1.5 (from poetry)
#6 1.720   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
#6 1.742 Collecting tomli<3.0.0,>=2.0.1 (from poetry)
#6 1.745   Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB)
#6 1.785 Collecting tomlkit<1.0.0,>=0.11.4 (from poetry)
#6 1.788   Downloading tomlkit-0.12.4-py3-none-any.whl.metadata (2.7 kB)
#6 1.819 Collecting trove-classifiers>=2022.5.19 (from poetry)
#6 1.823   Downloading trove_classifiers-2024.3.3-py3-none-any.whl.metadata (2.2 kB)
#6 1.972 Collecting msgpack<2.0.0,>=0.5.2 (from cachecontrol<0.15.0,>=0.14.0->cachecontrol[filecache]<0.15.0,>=0.14.0->poetry)
#6 1.976   Downloading msgpack-1.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.1 kB)
#6 2.008 Collecting filelock>=3.8.0 (from cachecontrol[filecache]<0.15.0,>=0.14.0->poetry)
#6 2.011   Downloading filelock-3.13.1-py3-none-any.whl.metadata (2.8 kB)
#6 2.630 Collecting rapidfuzz<4.0.0,>=3.0.0 (from cleo<3.0.0,>=2.1.0->poetry)
#6 2.634   Downloading rapidfuzz-3.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
#6 2.692 Collecting urllib3>=1.25 (from dulwich<0.22.0,>=0.21.2->poetry)
#6 2.695   Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
#6 2.749 Collecting zipp>=0.5 (from importlib-metadata>=4.4->poetry)
#6 2.752   Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)
#6 2.792 Collecting jaraco.classes (from keyring<25.0.0,>=24.0.0->poetry)
#6 2.795   Downloading jaraco.classes-3.3.1-py3-none-any.whl.metadata (2.7 kB)
#6 2.822 Collecting SecretStorage>=3.2 (from keyring<25.0.0,>=24.0.0->poetry)
#6 2.826   Downloading SecretStorage-3.3.3-py3-none-any.whl.metadata (4.0 kB)
#6 2.843 Collecting jeepney>=0.4.2 (from keyring<25.0.0,>=24.0.0->poetry)
#6 2.846   Downloading jeepney-0.8.0-py3-none-any.whl.metadata (1.3 kB)
#6 2.866 Collecting ptyprocess>=0.5 (from pexpect<5.0.0,>=4.7.0->poetry)
#6 2.870   Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
#6 3.042 Collecting charset-normalizer<4,>=2 (from requests<3.0,>=2.26->poetry)
#6 3.047   Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
#6 3.069 Collecting idna<4,>=2.5 (from requests<3.0,>=2.26->poetry)
#6 3.073   Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
#6 3.193 Collecting distlib<1,>=0.3.7 (from virtualenv->pipenv==2022.4.8)
#6 3.197   Downloading distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
#6 3.487 Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry)
#6 3.491   Downloading cryptography-42.0.5-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB)
#6 3.569 Collecting more-itertools (from jaraco.classes->keyring<25.0.0,>=24.0.0->poetry)
#6 3.572   Downloading more_itertools-10.2.0-py3-none-any.whl.metadata (34 kB)
#6 3.713 Collecting cffi>=1.12 (from cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry)
#6 3.716   Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
#6 3.748 Collecting pycparser (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring<25.0.0,>=24.0.0->poetry)
#6 3.751   Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB)
#6 3.776 Downloading pipenv-2022.4.8-py2.py3-none-any.whl (3.6 MB)
#6 3.816    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 95.6 MB/s eta 0:00:00
#6 3.820 Downloading poetry-1.8.2-py3-none-any.whl (249 kB)
#6 3.826    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 249.4/249.4 kB 54.8 MB/s eta 0:00:00
#6 3.830 Downloading poetry_core-1.9.0-py3-none-any.whl (309 kB)
#6 3.836    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.5/309.5 kB 64.4 MB/s eta 0:00:00
#6 3.840 Downloading build-1.1.1-py3-none-any.whl (19 kB)
#6 3.845 Downloading cachecontrol-0.14.0-py3-none-any.whl (22 kB)
#6 3.850 Downloading cleo-2.1.0-py3-none-any.whl (78 kB)
#6 3.856    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 21.0 MB/s eta 0:00:00
#6 3.859 Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
#6 3.865 Downloading dulwich-0.21.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (514 kB)
#6 3.874    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 514.2/514.2 kB 76.8 MB/s eta 0:00:00
#6 3.877 Downloading fastjsonschema-2.19.1-py3-none-any.whl (23 kB)
#6 3.883 Downloading importlib_metadata-7.0.2-py3-none-any.whl (24 kB)
#6 3.889 Downloading installer-0.7.0-py3-none-any.whl (453 kB)
#6 3.897    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 453.8/453.8 kB 71.1 MB/s eta 0:00:00
#6 3.901 Downloading keyring-24.3.1-py3-none-any.whl (38 kB)
#6 3.906 Downloading packaging-24.0-py3-none-any.whl (53 kB)
#6 3.912    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 11.5 MB/s eta 0:00:00
#6 3.915 Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
#6 3.920    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 20.2 MB/s eta 0:00:00
#6 3.924 Downloading pkginfo-1.10.0-py3-none-any.whl (30 kB)
#6 3.929 Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB)
#6 3.935 Downloading poetry_plugin_export-1.6.0-py3-none-any.whl (10 kB)
#6 3.941 Downloading pyproject_hooks-1.0.0-py3-none-any.whl (9.3 kB)
#6 3.946 Downloading requests-2.31.0-py3-none-any.whl (62 kB)
#6 3.951    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 20.8 MB/s eta 0:00:00
#6 3.954 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
#6 3.963    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 21.6 MB/s eta 0:00:00
#6 3.967 Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
#6 3.972    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 15.1 MB/s eta 0:00:00
#6 3.975 Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
#6 3.981 Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
#6 3.986 Downloading tomlkit-0.12.4-py3-none-any.whl (37 kB)
#6 3.992 Downloading trove_classifiers-2024.3.3-py3-none-any.whl (13 kB)
#6 3.997 Downloading virtualenv-20.25.1-py3-none-any.whl (3.8 MB)
#6 4.039    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 93.7 MB/s eta 0:00:00
#6 4.043 Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
#6 4.048 Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
#6 4.053    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 38.7 MB/s eta 0:00:00
#6 4.057 Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
#6 4.065    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 75.6 MB/s eta 0:00:00
#6 4.069 Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
#6 4.075 Downloading idna-3.6-py3-none-any.whl (61 kB)
#6 4.080    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 20.1 MB/s eta 0:00:00
#6 4.083 Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
#6 4.088    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 13.2 MB/s eta 0:00:00
#6 4.092 Downloading msgpack-1.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (385 kB)
#6 4.099    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 385.1/385.1 kB 65.6 MB/s eta 0:00:00
#6 4.103 Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
#6 4.108 Downloading rapidfuzz-3.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB)
#6 4.146    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 95.7 MB/s eta 0:00:00
#6 4.149 Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
#6 4.155 Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
#6 4.160    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 34.8 MB/s eta 0:00:00
#6 4.163 Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
#6 4.169 Downloading jaraco.classes-3.3.1-py3-none-any.whl (6.8 kB)
#6 4.175 Downloading cryptography-42.0.5-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB)
#6 4.224    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 97.5 MB/s eta 0:00:00
#6 4.227 Downloading more_itertools-10.2.0-py3-none-any.whl (57 kB)
#6 4.232    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 18.7 MB/s eta 0:00:00
#6 4.236 Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)
#6 4.244    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 443.4/443.4 kB 70.4 MB/s eta 0:00:00
#6 4.247 Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
#6 4.252    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 34.5 MB/s eta 0:00:00
#6 4.584 Installing collected packages: trove-classifiers, ptyprocess, fastjsonschema, distlib, zipp, virtualenv-clone, urllib3, tomlkit, tomli, shellingham, rapidfuzz, pycparser, poetry-core, platformdirs, pkginfo, pexpect, packaging, msgpack, more-itertools, jeepney, installer, idna, filelock, crashtest, charset-normalizer, certifi, virtualenv, requests, pyproject-hooks, jaraco.classes, importlib-metadata, dulwich, cleo, cffi, requests-toolbelt, pipenv, cryptography, cachecontrol, build, SecretStorage, keyring, poetry-plugin-export, poetry
#6 8.479 Successfully installed SecretStorage-3.3.3 build-1.1.1 cachecontrol-0.14.0 certifi-2024.2.2 cffi-1.16.0 charset-normalizer-3.3.2 cleo-2.1.0 crashtest-0.4.1 cryptography-42.0.5 distlib-0.3.8 dulwich-0.21.7 fastjsonschema-2.19.1 filelock-3.13.1 idna-3.6 importlib-metadata-7.0.2 installer-0.7.0 jaraco.classes-3.3.1 jeepney-0.8.0 keyring-24.3.1 more-itertools-10.2.0 msgpack-1.0.8 packaging-24.0 pexpect-4.9.0 pipenv-2022.4.8 pkginfo-1.10.0 platformdirs-4.2.0 poetry-1.8.2 poetry-core-1.9.0 poetry-plugin-export-1.6.0 ptyprocess-0.7.0 pycparser-2.21 pyproject-hooks-1.0.0 rapidfuzz-3.6.2 requests-2.31.0 requests-toolbelt-1.0.0 shellingham-1.5.4 tomli-2.0.1 tomlkit-0.12.4 trove-classifiers-2024.3.3 urllib3-2.2.1 virtualenv-20.25.1 virtualenv-clone-0.5.7 zipp-3.17.0
#6 8.480 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#6 DONE 8.8s

#7 exporting to image
#7 exporting layers
#7 exporting layers 4.0s done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 4.0s
Bundling asset persistence/syllabus-datapipeline/scraper-base-function/base-function/Code/Stage...
WARNING: The directory '/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting lxml (from -r requirements.txt (line 1))
  Downloading lxml-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.5 kB)
Downloading lxml-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 187.5 MB/s eta 0:00:00
Installing collected packages: lxml
Successfully installed lxml-5.1.0
[WARNING] aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvokeProps#qualifier is deprecated.
  pass a Version or Alias object as lambdaFunction instead
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvokeProps#qualifier is deprecated.
  pass a Version or Alias object as lambdaFunction instead
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvokeProps#qualifier is deprecated.
  pass a Version or Alias object as lambdaFunction instead
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvokeProps#qualifier is deprecated.
  pass a Version or Alias object as lambdaFunction instead
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvokeProps#qualifier is deprecated.
  pass a Version or Alias object as lambdaFunction instead
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvokeProps#qualifier is deprecated.
  pass a Version or Alias object as lambdaFunction instead
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvokeProps#qualifier is deprecated.
  pass a Version or Alias object as lambdaFunction instead
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvokeProps#qualifier is deprecated.
  pass a Version or Alias object as lambdaFunction instead
  This API will be removed in the next major release.
[WARNING] aws-cdk-lib.aws_stepfunctions_tasks.LambdaInvokeProps#qualifier is deprecated.
  pass a Version or Alias object as lambdaFunction instead
  This API will be removed in the next major release.
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset persistence/syllabus-sync/syllabus-update-function/update-syllabus/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset persistence/career-datapipeline/career-sync-function/sync-career/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset persistence/forum-thread-ai-data-pipeline/forum-thread-ai-function/Boto3PythonLayerVersion/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset persistence/forum-thread-ai-data-pipeline/forum-thread-ai-function/inject-threads/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset persistence/forum-ai-comment-data-pipeline/forum-comment-ai-function/inject-comments/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/cognito-endpoint/presign-up-handle/base-function/Code/Stage...
[WARNING] aws-cdk-lib.aws_cognito.UserPoolIdentityProviderGoogleProps#clientSecret is deprecated.
  use clientSecretValue instead
  This API will be removed in the next major release.
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/get-course/Code/Stage...
WARNING: The directory '/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting lxml (from -r requirements.txt (line 1))
  Downloading lxml-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.5 kB)
Downloading lxml-5.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 196.3 MB/s eta 0:00:00
Installing collected packages: lxml
Successfully installed lxml-5.1.0
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/post-book/Code/Stage...
WARNING: The directory '/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting aiohttp (from -r requirements.txt (line 1))
  Downloading aiohttp-3.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.4 kB)
Collecting aiosignal>=1.1.2 (from aiohttp->-r requirements.txt (line 1))
  Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Collecting attrs>=17.3.0 (from aiohttp->-r requirements.txt (line 1))
  Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Collecting frozenlist>=1.1.1 (from aiohttp->-r requirements.txt (line 1))
  Downloading frozenlist-1.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
Collecting multidict<7.0,>=4.5 (from aiohttp->-r requirements.txt (line 1))
  Downloading multidict-6.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp->-r requirements.txt (line 1))
  Downloading yarl-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB)
Collecting async-timeout<5.0,>=4.0 (from aiohttp->-r requirements.txt (line 1))
  Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->-r requirements.txt (line 1))
  Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Downloading aiohttp-3.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 199.1 MB/s eta 0:00:00
Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Downloading attrs-23.2.0-py3-none-any.whl (60 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 205.0 MB/s eta 0:00:00
Downloading frozenlist-1.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 222.5 MB/s eta 0:00:00
Downloading multidict-6.0.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (123 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB 214.5 MB/s eta 0:00:00
Downloading yarl-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (304 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.3/304.3 kB 221.5 MB/s eta 0:00:00
Downloading idna-3.6-py3-none-any.whl (61 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 193.5 MB/s eta 0:00:00
Installing collected packages: multidict, idna, frozenlist, attrs, async-timeout, yarl, aiosignal, aiohttp
Successfully installed aiohttp-3.9.3 aiosignal-1.3.1 async-timeout-4.0.3 attrs-23.2.0 frozenlist-1.4.1 idna-3.6 multidict-6.0.5 yarl-1.9.4
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/get-reviews/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/post-review/Code/Stage...
WARNING: The directory '/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting google-cloud-translate (from -r requirements.txt (line 1))
  Downloading google_cloud_translate-3.15.3-py2.py3-none-any.whl.metadata (5.3 kB)
Collecting google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1 (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading google_api_core-2.17.1-py3-none-any.whl.metadata (2.7 kB)
Collecting google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1 (from google-cloud-translate->-r requirements.txt (line 1))
  Downloading google_auth-2.28.2-py2.py3-none-any.whl.metadata (4.7 kB)
Collecting google-cloud-core<3.0.0dev,>=1.4.4 (from google-cloud-translate->-r requirements.txt (line 1))
  Downloading google_cloud_core-2.4.1-py2.py3-none-any.whl.metadata (2.7 kB)
Collecting proto-plus<2.0.0dev,>=1.22.3 (from google-cloud-translate->-r requirements.txt (line 1))
  Downloading proto_plus-1.23.0-py3-none-any.whl.metadata (2.2 kB)
Collecting protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 (from google-cloud-translate->-r requirements.txt (line 1))
  Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (541 bytes)
Collecting googleapis-common-protos<2.0.dev0,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading googleapis_common_protos-1.63.0-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting requests<3.0.0.dev0,>=2.18.0 (from google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting grpcio<2.0dev,>=1.33.2 (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading grpcio-1.62.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting grpcio-status<2.0.dev0,>=1.33.2 (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading grpcio_status-1.62.1-py3-none-any.whl.metadata (1.3 kB)
Collecting cachetools<6.0,>=2.0.0 (from google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading cachetools-5.3.3-py3-none-any.whl.metadata (5.3 kB)
Collecting pyasn1-modules>=0.2.1 (from google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB)
Collecting rsa<5,>=3.1.4 (from google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB)
Collecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB)
Collecting charset-normalizer<4,>=2 (from requests<3.0.0.dev0,>=2.18.0->google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting idna<4,>=2.5 (from requests<3.0.0.dev0,>=2.18.0->google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting urllib3<3,>=1.21.1 (from requests<3.0.0.dev0,>=2.18.0->google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests<3.0.0.dev0,>=2.18.0->google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Downloading google_cloud_translate-3.15.3-py2.py3-none-any.whl (145 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.0/146.0 kB 216.2 MB/s eta 0:00:00
Downloading google_api_core-2.17.1-py3-none-any.whl (137 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.0/137.0 kB 225.5 MB/s eta 0:00:00
Downloading google_auth-2.28.2-py2.py3-none-any.whl (186 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.9/186.9 kB 219.4 MB/s eta 0:00:00
Downloading google_cloud_core-2.4.1-py2.py3-none-any.whl (29 kB)
Downloading proto_plus-1.23.0-py3-none-any.whl (48 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.8/48.8 kB 196.7 MB/s eta 0:00:00
Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 217.7 MB/s eta 0:00:00
Downloading cachetools-5.3.3-py3-none-any.whl (9.3 kB)
Downloading googleapis_common_protos-1.63.0-py2.py3-none-any.whl (229 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.1/229.1 kB 230.3 MB/s eta 0:00:00
Downloading grpcio-1.62.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 161.6 MB/s eta 0:00:00
Downloading grpcio_status-1.62.1-py3-none-any.whl (14 kB)
Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 224.6 MB/s eta 0:00:00
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 199.6 MB/s eta 0:00:00
Downloading rsa-4.9-py3-none-any.whl (34 kB)
Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 230.5 MB/s eta 0:00:00
Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 222.4 MB/s eta 0:00:00
Downloading idna-3.6-py3-none-any.whl (61 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 194.7 MB/s eta 0:00:00
Downloading pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.9/84.9 kB 211.5 MB/s eta 0:00:00
Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 219.7 MB/s eta 0:00:00
Installing collected packages: urllib3, pyasn1, protobuf, idna, grpcio, charset-normalizer, certifi, cachetools, rsa, requests, pyasn1-modules, proto-plus, googleapis-common-protos, grpcio-status, google-auth, google-api-core, google-cloud-core, google-cloud-translate
Successfully installed cachetools-5.3.3 certifi-2024.2.2 charset-normalizer-3.3.2 google-api-core-2.17.1 google-auth-2.28.2 google-cloud-core-2.4.1 google-cloud-translate-3.15.3 googleapis-common-protos-1.63.0 grpcio-1.62.1 grpcio-status-1.62.1 idna-3.6 proto-plus-1.23.0 protobuf-4.25.3 pyasn1-0.5.1 pyasn1-modules-0.3.0 requests-2.31.0 rsa-4.9 urllib3-2.2.1
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/patch-review/Code/Stage...
WARNING: The directory '/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting google-cloud-translate (from -r requirements.txt (line 1))
  Downloading google_cloud_translate-3.15.3-py2.py3-none-any.whl.metadata (5.3 kB)
Collecting google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1 (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading google_api_core-2.17.1-py3-none-any.whl.metadata (2.7 kB)
Collecting google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1 (from google-cloud-translate->-r requirements.txt (line 1))
  Downloading google_auth-2.28.2-py2.py3-none-any.whl.metadata (4.7 kB)
Collecting google-cloud-core<3.0.0dev,>=1.4.4 (from google-cloud-translate->-r requirements.txt (line 1))
  Downloading google_cloud_core-2.4.1-py2.py3-none-any.whl.metadata (2.7 kB)
Collecting proto-plus<2.0.0dev,>=1.22.3 (from google-cloud-translate->-r requirements.txt (line 1))
  Downloading proto_plus-1.23.0-py3-none-any.whl.metadata (2.2 kB)
Collecting protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 (from google-cloud-translate->-r requirements.txt (line 1))
  Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (541 bytes)
Collecting googleapis-common-protos<2.0.dev0,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading googleapis_common_protos-1.63.0-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting requests<3.0.0.dev0,>=2.18.0 (from google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting grpcio<2.0dev,>=1.33.2 (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading grpcio-1.62.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
Collecting grpcio-status<2.0.dev0,>=1.33.2 (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading grpcio_status-1.62.1-py3-none-any.whl.metadata (1.3 kB)
Collecting cachetools<6.0,>=2.0.0 (from google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading cachetools-5.3.3-py3-none-any.whl.metadata (5.3 kB)
Collecting pyasn1-modules>=0.2.1 (from google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB)
Collecting rsa<5,>=3.1.4 (from google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB)
Collecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth!=2.24.0,!=2.25.0,<3.0.0dev,>=2.14.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB)
Collecting charset-normalizer<4,>=2 (from requests<3.0.0.dev0,>=2.18.0->google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting idna<4,>=2.5 (from requests<3.0.0.dev0,>=2.18.0->google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting urllib3<3,>=1.21.1 (from requests<3.0.0.dev0,>=2.18.0->google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests<3.0.0.dev0,>=2.18.0->google-api-core!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-translate->-r requirements.txt (line 1))
  Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Downloading google_cloud_translate-3.15.3-py2.py3-none-any.whl (145 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.0/146.0 kB 220.7 MB/s eta 0:00:00
Downloading google_api_core-2.17.1-py3-none-any.whl (137 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.0/137.0 kB 215.6 MB/s eta 0:00:00
Downloading google_auth-2.28.2-py2.py3-none-any.whl (186 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.9/186.9 kB 210.7 MB/s eta 0:00:00
Downloading google_cloud_core-2.4.1-py2.py3-none-any.whl (29 kB)
Downloading proto_plus-1.23.0-py3-none-any.whl (48 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.8/48.8 kB 190.4 MB/s eta 0:00:00
Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 223.1 MB/s eta 0:00:00
Downloading cachetools-5.3.3-py3-none-any.whl (9.3 kB)
Downloading googleapis_common_protos-1.63.0-py2.py3-none-any.whl (229 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.1/229.1 kB 220.1 MB/s eta 0:00:00
Downloading grpcio-1.62.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 180.5 MB/s eta 0:00:00
Downloading grpcio_status-1.62.1-py3-none-any.whl (14 kB)
Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 220.4 MB/s eta 0:00:00
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 183.2 MB/s eta 0:00:00
Downloading rsa-4.9-py3-none-any.whl (34 kB)
Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 206.8 MB/s eta 0:00:00
Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 204.7 MB/s eta 0:00:00
Downloading idna-3.6-py3-none-any.whl (61 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 170.8 MB/s eta 0:00:00
Downloading pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.9/84.9 kB 198.2 MB/s eta 0:00:00
Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 215.5 MB/s eta 0:00:00
Installing collected packages: urllib3, pyasn1, protobuf, idna, grpcio, charset-normalizer, certifi, cachetools, rsa, requests, pyasn1-modules, proto-plus, googleapis-common-protos, grpcio-status, google-auth, google-api-core, google-cloud-core, google-cloud-translate
Successfully installed cachetools-5.3.3 certifi-2024.2.2 charset-normalizer-3.3.2 google-api-core-2.17.1 google-auth-2.28.2 google-cloud-core-2.4.1 google-cloud-translate-3.15.3 googleapis-common-protos-1.63.0 grpcio-1.62.1 grpcio-status-1.62.1 idna-3.6 proto-plus-1.23.0 protobuf-4.25.3 pyasn1-0.5.1 pyasn1-modules-0.3.0 requests-2.31.0 rsa-4.9 urllib3-2.2.1
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/delete-review/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/career-api/crud-functions/get-career/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/career-api/crud-functions/post-application/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/get-timetable/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/post-timetable/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/patch-timetable/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/put-timetable/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/thread-api/crud-functions/get-all-threads/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/thread-api/crud-functions/get-user-threads/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/thread-api/crud-functions/get-single-thread/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/thread-api/crud-functions/post-thread/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/thread-api/crud-functions/patch-thread/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/thread-api/crud-functions/delete-thread/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/thread-api/crud-functions/notify-thread/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/thread-api/crud-functions/test-post-thread/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/thread-api/crud-functions/test-get-thread/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/comment-api/crud-functions/get-comment/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/comment-api/crud-functions/post-comment/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/comment-api/crud-functions/patch-comment/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/comment-api/crud-functions/delete-comment/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/ads-api/crud-functions/get-ads/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/profile-api/crud-functions/get-profile/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/profile-api/crud-functions/post-profile/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/profile-api/crud-functions/patch-profile/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 554B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/profile-api/crud-functions/delete-profile/Code/Stage...
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 554B done
#2 DONE 0.0s

#3 [internal] load metadata for public.ecr.aws/sam/build-python3.9:latest
#3 DONE 0.1s

#4 [1/3] FROM public.ecr.aws/sam/build-python3.9@sha256:82de93c52aa861cefee3ad514abe42a09ef7ea55c975b8b1de15892e71e478a4
#4 DONE 0.0s

#5 [2/3] RUN pip install --upgrade pip
#5 CACHED

#6 [3/3] RUN pip install pipenv==2022.4.8 poetry
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:abfe6216ea5707ece5005d28efe63d927ad0d6f3baa34cab5514012fffb9fbf0 done
#7 naming to docker.io/library/cdk-bd07db7c582065ba3fb1f94f5ba249ca0603a496ffae9b598ca8b8fbff412b7c done
#7 DONE 0.0s
Bundling asset business/rest-api-endpoint/testAi-api/crud-functions/post-chat/Code/Stage...
WARNING: The directory '/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting openai (from -r requirements.txt (line 1))
  Downloading openai-1.13.3-py3-none-any.whl.metadata (18 kB)
Collecting anyio<5,>=3.5.0 (from openai->-r requirements.txt (line 1))
  Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB)
Collecting distro<2,>=1.7.0 (from openai->-r requirements.txt (line 1))
  Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
Collecting httpx<1,>=0.23.0 (from openai->-r requirements.txt (line 1))
  Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Collecting pydantic<3,>=1.9.0 (from openai->-r requirements.txt (line 1))
  Downloading pydantic-2.6.3-py3-none-any.whl.metadata (84 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.4/84.4 kB 56.4 MB/s eta 0:00:00
Collecting sniffio (from openai->-r requirements.txt (line 1))
  Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting tqdm>4 (from openai->-r requirements.txt (line 1))
  Downloading tqdm-4.66.2-py3-none-any.whl.metadata (57 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 188.3 MB/s eta 0:00:00
Collecting typing-extensions<5,>=4.7 (from openai->-r requirements.txt (line 1))
  Downloading typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB)
Collecting idna>=2.8 (from anyio<5,>=3.5.0->openai->-r requirements.txt (line 1))
  Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting exceptiongroup>=1.0.2 (from anyio<5,>=3.5.0->openai->-r requirements.txt (line 1))
  Downloading exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
Collecting certifi (from httpx<1,>=0.23.0->openai->-r requirements.txt (line 1))
  Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Collecting httpcore==1.* (from httpx<1,>=0.23.0->openai->-r requirements.txt (line 1))
  Downloading httpcore-1.0.4-py3-none-any.whl.metadata (20 kB)
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx<1,>=0.23.0->openai->-r requirements.txt (line 1))
  Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Collecting annotated-types>=0.4.0 (from pydantic<3,>=1.9.0->openai->-r requirements.txt (line 1))
  Downloading annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB)
Collecting pydantic-core==2.16.3 (from pydantic<3,>=1.9.0->openai->-r requirements.txt (line 1))
  Downloading pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.5 kB)
Downloading openai-1.13.3-py3-none-any.whl (227 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.4/227.4 kB 217.2 MB/s eta 0:00:00
Downloading anyio-4.3.0-py3-none-any.whl (85 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 210.4 MB/s eta 0:00:00
Downloading distro-1.9.0-py3-none-any.whl (20 kB)
Downloading httpx-0.27.0-py3-none-any.whl (75 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 206.8 MB/s eta 0:00:00
Downloading httpcore-1.0.4-py3-none-any.whl (77 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.8/77.8 kB 208.6 MB/s eta 0:00:00
Downloading pydantic-2.6.3-py3-none-any.whl (395 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 395.2/395.2 kB 239.3 MB/s eta 0:00:00
Downloading pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 239.7 MB/s eta 0:00:00
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading tqdm-4.66.2-py3-none-any.whl (78 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 200.7 MB/s eta 0:00:00
Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB)
Downloading annotated_types-0.6.0-py3-none-any.whl (12 kB)
Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Downloading idna-3.6-py3-none-any.whl (61 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 193.8 MB/s eta 0:00:00
Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 218.0 MB/s eta 0:00:00
Downloading h11-0.14.0-py3-none-any.whl (58 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 187.2 MB/s eta 0:00:00
Installing collected packages: typing-extensions, tqdm, sniffio, idna, h11, exceptiongroup, distro, certifi, annotated-types, pydantic-core, httpcore, anyio, pydantic, httpx, openai
Successfully installed annotated-types-0.6.0 anyio-4.3.0 certifi-2024.2.2 distro-1.9.0 exceptiongroup-1.2.0 h11-0.14.0 httpcore-1.0.4 httpx-0.27.0 idna-3.6 openai-1.13.3 pydantic-2.6.3 pydantic-core-2.16.3 sniffio-1.3.1 tqdm-4.66.2 typing-extensions-4.10.0
Bundling asset admin/build-notifier/subscriber-function/base-function/Code/Stage...

  ...3ec14823e25f3d8da1309ff87ac06828c6388ed502cee090680486871/index.js  1.9kb

⚡ Done in 1ms
Bundling asset admin/scraper-notifier/subscriber-function/base-function/Code/Stage...

  ...1c4f6d9982491ede727d696b45c7d578de8656af6f9a841a5ed4feef5/index.js  1.6kb

⚡ Done in 2ms
Stack wt-hosted-zone
Hold on while we create a read-only change set to get a diff with accurate replacement information (use --no-change-set to use a less accurate but faster template-only diff)
There were no differences
Stack persistence
Hold on while we create a read-only change set to get a diff with accurate replacement information (use --no-change-set to use a less accurate but faster template-only diff)
Resources
[~] AWS::Lambda::Function LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8aFD4BFC8A 
 ├─ [~] Code
 │   └─ [~] .S3Key:
 │       ├─ [-] f5b6a6d08a8206e67d0b54e2a29abd7e0472d835abc71037de3a93545b5edacc.zip
 │       └─ [+] 5fa1330271b8967d9254ba2d4a07144f8acefe8b77e6d6bba38261373a50d5f8.zip
 └─ [~] Runtime
     ├─ [-] nodejs14.x
     └─ [+] nodejs16.x

Stack business
Hold on while we create a read-only change set to get a diff with accurate replacement information (use --no-change-set to use a less accurate but faster template-only diff)
Resources
[-] AWS::ApiGateway::Deployment rest-api-endpoint/dev-deployment restapiendpointdevdeployment6E7C4E8Aa588dedac9770c856999efb4caa229e0 destroy
[+] AWS::ApiGateway::Deployment rest-api-endpoint/dev-deployment restapiendpointdevdeployment6E7C4E8A039aa037385cd65d55827f491eeea464 
[~] AWS::Lambda::Function LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8aFD4BFC8A 
 ├─ [~] Code
 │   └─ [~] .S3Key:
 │       ├─ [-] f5b6a6d08a8206e67d0b54e2a29abd7e0472d835abc71037de3a93545b5edacc.zip
 │       └─ [+] 5fa1330271b8967d9254ba2d4a07144f8acefe8b77e6d6bba38261373a50d5f8.zip
 └─ [~] Runtime
     ├─ [-] nodejs14.x
     └─ [+] nodejs16.x
[~] AWS::Lambda::Function AWS679f53fac002430cb0da5b7982bd2287 AWS679f53fac002430cb0da5b7982bd22872D164C4C 
 ├─ [~] Code
 │   └─ [~] .S3Key:
 │       ├─ [-] a9d3d4d1afa000946b9863b3e7578a5a5ad86d88274b3639938aa2baebf822ce.zip
 │       └─ [+] bb459fac5f6b4b052aac9803443226d161a5cfe96f4648b21f9e4912c698bf30.zip
 └─ [~] Runtime
     ├─ [-] nodejs14.x
     └─ [+] nodejs16.x
[~] AWS::ApiGateway::Stage rest-api-endpoint/dev-stage restapiendpointdevstage0CDF6AEB 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointdevdeployment6E7C4E8Aa588dedac9770c856999efb4caa229e0
         └─ [+] restapiendpointdevdeployment6E7C4E8A039aa037385cd65d55827f491eeea464

Stack presentation
Hold on while we create a read-only change set to get a diff with accurate replacement information (use --no-change-set to use a less accurate but faster template-only diff)
There were no differences
Stack admin
Hold on while we create a read-only change set to get a diff with accurate replacement information (use --no-change-set to use a less accurate but faster template-only diff)
Resources
[~] AWS::Lambda::Function LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8a LogRetentionaae0aa3c5b4d4f87b02d85b201efdd8aFD4BFC8A 
 ├─ [~] Code
 │   └─ [~] .S3Key:
 │       ├─ [-] f5b6a6d08a8206e67d0b54e2a29abd7e0472d835abc71037de3a93545b5edacc.zip
 │       └─ [+] 5fa1330271b8967d9254ba2d4a07144f8acefe8b77e6d6bba38261373a50d5f8.zip
 └─ [~] Runtime
     ├─ [-] nodejs14.x
     └─ [+] nodejs16.x


✨  Number of stacks with differences: 3

@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch 13 times, most recently from 86bc7e4 to 62c983a Compare September 18, 2023 15:27
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch 12 times, most recently from 0cabc96 to e5b2872 Compare September 25, 2023 01:47
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch 4 times, most recently from c382f8e to b26862f Compare October 2, 2023 09:15
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch 15 times, most recently from 12bffbf to 70bd5eb Compare November 17, 2023 09:46
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch 6 times, most recently from 8717e86 to ae71039 Compare December 1, 2023 16:33
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch from ae71039 to c501722 Compare December 13, 2023 04:41
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch from c501722 to 015de3f Compare February 25, 2024 11:30
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch from 015de3f to 9de758b Compare March 12, 2024 13:08
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch from 9de758b to 9950195 Compare July 21, 2024 13:51
@renovate renovate bot requested a review from AustinZhu July 22, 2024 19:51
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch from 9950195 to 81da803 Compare August 6, 2024 08:49
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch from 81da803 to 3fad705 Compare August 28, 2024 08:05
@renovate renovate bot force-pushed the renovate/npm-aws-cdk-lib-vulnerability branch from 3fad705 to bec6035 Compare October 9, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants