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 jest to v27.4.5 #112

Merged
merged 1 commit into from
Dec 18, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest (source) 27.4.4 -> 27.4.5 age adoption passing confidence

Release Notes

facebook/jest

v27.4.5

Compare Source

Fixes
  • [jest-worker] Stop explicitly passing process.env (#​12141)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@AustinZhu
Copy link
Member

Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
latest: Pulling from sam/build-python3.9
bdac0ee78eda: Pulling fs layer
711ce09719e0: Pulling fs layer
f4f8559a37f3: Pulling fs layer
6e93ef49c925: Pulling fs layer
2d4cf66de414: Pulling fs layer
a6fa64b1b283: Pulling fs layer
80cb8db33cfc: Pulling fs layer
49303dc4fcbe: Pulling fs layer
80bbcdfd3e4c: Pulling fs layer
c079ff0c84a2: Pulling fs layer
6e93ef49c925: Waiting
2d4cf66de414: Waiting
a6fa64b1b283: Waiting
80cb8db33cfc: Waiting
49303dc4fcbe: Waiting
80bbcdfd3e4c: Waiting
c079ff0c84a2: Waiting
711ce09719e0: Download complete
6e93ef49c925: Verifying Checksum
6e93ef49c925: Download complete
bdac0ee78eda: Verifying Checksum
bdac0ee78eda: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
f4f8559a37f3: Verifying Checksum
f4f8559a37f3: Download complete
49303dc4fcbe: Verifying Checksum
49303dc4fcbe: Download complete
80cb8db33cfc: Verifying Checksum
80cb8db33cfc: Download complete
80bbcdfd3e4c: Verifying Checksum
80bbcdfd3e4c: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
2d4cf66de414: Verifying Checksum
2d4cf66de414: Download complete
bdac0ee78eda: Pull complete
711ce09719e0: Pull complete
f4f8559a37f3: Pull complete
6e93ef49c925: Pull complete
2d4cf66de414: Pull complete
a6fa64b1b283: Pull complete
80cb8db33cfc: Pull complete
49303dc4fcbe: Pull complete
80bbcdfd3e4c: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:b3892ca9ed16b1533621efcb45e02754bceeccb9ac2c6b9fe765cf141afcdf3e
Status: Downloaded newer image for public.ecr.aws/sam/build-python3.9:latest
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Running in 432e071c3a45
Removing intermediate container 432e071c3a45
 ---> c7c65d09eed3
Step 4/9 : RUN pip install --upgrade pip
 ---> Running in a7ad09f13deb
Requirement already satisfied: pip in /var/lang/lib/python3.9/site-packages (21.1.3)
Collecting pip
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.1.3
    Uninstalling pip-21.1.3:
      Successfully uninstalled pip-21.1.3
�[91mWARNING: 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
�[0mSuccessfully installed pip-21.3.1
Removing intermediate container a7ad09f13deb
 ---> 70c72d5e1e4b
Step 5/9 : RUN pip install pipenv poetry
 ---> Running in 73dc0256d762
Collecting pipenv
  Downloading pipenv-2021.11.23-py2.py3-none-any.whl (3.6 MB)
Collecting poetry
  Downloading poetry-1.1.12-py2.py3-none-any.whl (175 kB)
Collecting virtualenv-clone>=0.2.5
  Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Requirement already satisfied: setuptools>=36.2.1 in /var/lang/lib/python3.9/site-packages (from pipenv) (56.0.0)
Requirement already satisfied: pip>=18.0 in /var/lang/lib/python3.9/site-packages (from pipenv) (21.3.1)
Collecting virtualenv
  Downloading virtualenv-20.10.0-py2.py3-none-any.whl (5.6 MB)
Collecting certifi
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting crashtest<0.4.0,>=0.3.0
  Downloading crashtest-0.3.1-py3-none-any.whl (7.0 kB)
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Downloading CacheControl-0.12.10-py2.py3-none-any.whl (20 kB)
Collecting packaging<21.0,>=20.4
  Downloading packaging-20.9-py2.py3-none-any.whl (40 kB)
Collecting requests<3.0,>=2.18
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting tomlkit<1.0.0,>=0.7.0
  Downloading tomlkit-0.7.2-py2.py3-none-any.whl (32 kB)
Collecting keyring<22.0.0,>=21.2.0
  Downloading keyring-21.8.0-py3-none-any.whl (32 kB)
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting cleo<0.9.0,>=0.8.1
  Downloading cleo-0.8.1-py2.py3-none-any.whl (21 kB)
Collecting pkginfo<2.0,>=1.4
  Downloading pkginfo-1.8.2-py2.py3-none-any.whl (26 kB)
Collecting requests-toolbelt<0.10.0,>=0.9.1
  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting shellingham<2.0,>=1.1
  Downloading shellingham-1.4.0-py2.py3-none-any.whl (9.4 kB)
Collecting poetry-core<1.1.0,>=1.0.7
  Downloading poetry_core-1.0.7-py2.py3-none-any.whl (424 kB)
Collecting clikit<0.7.0,>=0.6.2
  Downloading clikit-0.6.2-py2.py3-none-any.whl (91 kB)
Collecting cachy<0.4.0,>=0.3.0
  Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Collecting lockfile>=0.9
  Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting pastel<0.3.0,>=0.2.0
  Downloading pastel-0.2.1-py2.py3-none-any.whl (6.0 kB)
Collecting pylev<2.0,>=1.3
  Downloading pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting six>=1.9
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting jeepney>=0.4.2
  Downloading jeepney-0.7.1-py3-none-any.whl (54 kB)
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB)
Collecting pyparsing>=2.0.2
  Downloading pyparsing-3.0.6-py3-none-any.whl (97 kB)
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting filelock<4,>=3.2
  Downloading filelock-3.4.0-py3-none-any.whl (9.8 kB)
Collecting backports.entry-points-selectable>=1.0.4
  Downloading backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl (6.2 kB)
Collecting distlib<1,>=0.3.1
  Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB)
Collecting platformdirs<3,>=2
  Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB)
Collecting cryptography>=2.0
  Downloading cryptography-36.0.0-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Collecting cffi>=1.12
  Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, urllib3, idna, charset-normalizer, cffi, certifi, requests, pylev, pastel, msgpack, jeepney, cryptography, crashtest, webencodings, six, SecretStorage, pyparsing, ptyprocess, platformdirs, lockfile, filelock, distlib, clikit, cachecontrol, backports.entry-points-selectable, virtualenv-clone, virtualenv, tomlkit, shellingham, requests-toolbelt, poetry-core, pkginfo, pexpect, packaging, keyring, html5lib, cleo, cachy, poetry, pipenv
�[91mWARNING: 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
�[0mSuccessfully installed SecretStorage-3.3.1 backports.entry-points-selectable-1.1.1 cachecontrol-0.12.10 cachy-0.3.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 cleo-0.8.1 clikit-0.6.2 crashtest-0.3.1 cryptography-36.0.0 distlib-0.3.4 filelock-3.4.0 html5lib-1.1 idna-3.3 jeepney-0.7.1 keyring-21.8.0 lockfile-0.12.2 msgpack-1.0.3 packaging-20.9 pastel-0.2.1 pexpect-4.8.0 pipenv-2021.11.23 pkginfo-1.8.2 platformdirs-2.4.0 poetry-1.1.12 poetry-core-1.0.7 ptyprocess-0.7.0 pycparser-2.21 pylev-1.4.0 pyparsing-3.0.6 requests-2.26.0 requests-toolbelt-0.9.1 shellingham-1.4.0 six-1.16.0 tomlkit-0.7.2 urllib3-1.26.7 virtualenv-20.10.0 virtualenv-clone-0.5.7 webencodings-0.5.1
Removing intermediate container 73dc0256d762
 ---> ed820260a6d2
Step 6/9 : WORKDIR /var/dependencies
 ---> Running in b1f320085328
Removing intermediate container b1f320085328
 ---> 6bda6318dc1f
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> fc49e975cef1
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in c51be5429b77
Collecting lxml
  Downloading lxml-4.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
Installing collected packages: lxml
Successfully installed lxml-4.6.5
�[91mWARNING: 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
�[0mRemoving intermediate container c51be5429b77
 ---> 57af96a6d10d
Step 9/9 : CMD [ "python" ]
 ---> Running in bbdd9958a73a
Removing intermediate container bbdd9958a73a
 ---> 6223edf602e6
Successfully built 6223edf602e6
Successfully tagged cdk-3cb76670ea42dcc76af09d24ebb053a467ab4e25837826c1b6735dd6c41287d8:latest
Bundling asset persistence/syllabus-datapipeline/scraper-base-function/base-function/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/4 : CMD [ "python" ]
 ---> Running in 269910a08ffa
Removing intermediate container 269910a08ffa
 ---> 09685ef00eea
Successfully built 09685ef00eea
Successfully tagged cdk-a2d831e19571e015ebc592c83e04241c6190c7055fe27fcfdb9fe122b15f0ffb:latest
Bundling asset persistence/syllabus-sync/syllabus-update-function/update-syllabus/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 09685ef00eea
Successfully built 09685ef00eea
Successfully tagged cdk-47a1854df7495fe405136073786cb04024e46465bd45b96d9435b1298758fcf0:latest
Bundling asset business/cognito-endpoint/presign-up-handle/base-function/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 70c72d5e1e4b
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> ed820260a6d2
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 6bda6318dc1f
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> fc49e975cef1
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> 57af96a6d10d
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 6223edf602e6
Successfully built 6223edf602e6
Successfully tagged cdk-f796f6f4c0c57b769b067ee6fb6d15fb75414e2a90d3cd7402b08fe0c45fd485:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/get-course/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 70c72d5e1e4b
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> ed820260a6d2
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 6bda6318dc1f
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 5246ba92c972
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 20217db587be
Collecting aiohttp
  Downloading aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
Collecting aiosignal>=1.1.2
  Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting yarl<2.0,>=1.0
  Downloading yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (304 kB)
Collecting charset-normalizer<3.0,>=2.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting attrs>=17.3.0
  Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (203 kB)
Collecting multidict<7.0,>=4.5
  Downloading multidict-5.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (174 kB)
Collecting async-timeout<5.0,>=4.0.0a3
  Downloading async_timeout-4.0.1-py3-none-any.whl (5.7 kB)
Collecting typing-extensions>=3.6.5
  Downloading typing_extensions-4.0.1-py3-none-any.whl (22 kB)
Collecting idna>=2.0
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Installing collected packages: typing-extensions, multidict, idna, frozenlist, yarl, charset-normalizer, attrs, async-timeout, aiosignal, aiohttp
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 async-timeout-4.0.1 attrs-21.2.0 charset-normalizer-2.0.9 frozenlist-1.2.0 idna-3.3 multidict-5.2.0 typing-extensions-4.0.1 yarl-1.7.2
�[91mWARNING: 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
�[0mRemoving intermediate container 20217db587be
 ---> e7d9aa0cdeca
Step 9/9 : CMD [ "python" ]
 ---> Running in 9fca7da0b21b
Removing intermediate container 9fca7da0b21b
 ---> f8368136563b
Successfully built f8368136563b
Successfully tagged cdk-bcfb229a022362bafcfad27f583c5f330113641765330d5517a108a9249eac94:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/post-book/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 09685ef00eea
Successfully built 09685ef00eea
Successfully tagged cdk-7547cb34c63dce66d613ff8d1870f84b4a5d24ccb083bbcefe3636bf10632ce4:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/get-reviews/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 70c72d5e1e4b
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> ed820260a6d2
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 6bda6318dc1f
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 23bdaff006db
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 5e15e33def90
Collecting google-cloud-translate
  Downloading google_cloud_translate-3.6.1-py2.py3-none-any.whl (111 kB)
Collecting google-cloud-core<3.0.0dev,>=1.3.0
  Downloading google_cloud_core-2.2.1-py2.py3-none-any.whl (29 kB)
Collecting proto-plus>=0.4.0
  Downloading proto_plus-1.19.8-py3-none-any.whl (45 kB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.28.0
  Downloading google_api_core-2.3.0-py2.py3-none-any.whl (109 kB)
Collecting protobuf>=3.12.0
  Downloading protobuf-3.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
Collecting requests<3.0.0dev,>=2.18.0
  Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting googleapis-common-protos<2.0dev,>=1.52.0
  Downloading googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting setuptools>=40.3.0
  Downloading setuptools-59.6.0-py3-none-any.whl (952 kB)
Collecting google-auth<3.0dev,>=1.25.0
  Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 kB)
Collecting grpcio-status<2.0dev,>=1.33.2
  Downloading grpcio_status-1.42.0-py3-none-any.whl (10.0 kB)
Collecting grpcio<2.0dev,>=1.33.2
  Downloading grpcio-1.42.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.8-py3-none-any.whl (39 kB)
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.4-py3-none-any.whl (10 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Installing collected packages: pyasn1, urllib3, six, setuptools, rsa, pyasn1-modules, protobuf, idna, charset-normalizer, certifi, cachetools, requests, grpcio, googleapis-common-protos, google-auth, grpcio-status, google-api-core, proto-plus, google-cloud-core, google-cloud-translate
Successfully installed cachetools-4.2.4 certifi-2021.10.8 charset-normalizer-2.0.9 google-api-core-2.3.0 google-auth-2.3.3 google-cloud-core-2.2.1 google-cloud-translate-3.6.1 googleapis-common-protos-1.54.0 grpcio-1.42.0 grpcio-status-1.42.0 idna-3.3 proto-plus-1.19.8 protobuf-3.19.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.26.0 rsa-4.8 setuptools-59.6.0 six-1.16.0 urllib3-1.26.7
�[91mWARNING: 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
�[0mRemoving intermediate container 5e15e33def90
 ---> 6f66b06a0f54
Step 9/9 : CMD [ "python" ]
 ---> Running in 86bd1c474ebb
Removing intermediate container 86bd1c474ebb
 ---> 0d767b44ea72
Successfully built 0d767b44ea72
Successfully tagged cdk-2cdb594902d84431614e128d5cb4307389a2e6484b4c39c636c3579dba9c419a:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/post-review/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 70c72d5e1e4b
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> ed820260a6d2
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 6bda6318dc1f
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> 23bdaff006db
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> 6f66b06a0f54
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 0d767b44ea72
Successfully built 0d767b44ea72
Successfully tagged cdk-b26670824b47158349158bc6579118df75de68c58732784b7ea0f103507f3f89:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/patch-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 09685ef00eea
Successfully built 09685ef00eea
Successfully tagged cdk-0880c0b168ff1218a9652623b105b00584ea31c8636a0e980b16549988a93b76:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/delete-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 09685ef00eea
Successfully built 09685ef00eea
Successfully tagged cdk-d364c2f183dd16e52ac8764a45a3e92cd6d0cff68381bbe910764250c9f0ed02:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/get-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 09685ef00eea
Successfully built 09685ef00eea
Successfully tagged cdk-f34d3ebf2428fd5b08cdaddf6b97da63d9afb6716707243eb0d2685268b1020b:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/post-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> c7c65d09eed3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 09685ef00eea
Successfully built 09685ef00eea
Successfully tagged cdk-36e1e0e23636745d6404aba95bb5f60162efdea21ac13eaa1dbf8af340f5763f:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/patch-timetable/Code/Stage...
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
latest: Pulling from sam/build-nodejs14.x
bdac0ee78eda: Already exists
1b37d589ac6b: Pulling fs layer
299593de3e41: Pulling fs layer
b151d6da2503: Pulling fs layer
b1ddaddbafa4: Pulling fs layer
a6fa64b1b283: Pulling fs layer
f18ad14b60a2: Pulling fs layer
2497bb7b620e: Pulling fs layer
0b494318a315: Pulling fs layer
c079ff0c84a2: Pulling fs layer
b1ddaddbafa4: Waiting
a6fa64b1b283: Waiting
f18ad14b60a2: Waiting
2497bb7b620e: Waiting
c079ff0c84a2: Waiting
1b37d589ac6b: Verifying Checksum
1b37d589ac6b: Download complete
b151d6da2503: Verifying Checksum
b151d6da2503: Download complete
1b37d589ac6b: Pull complete
299593de3e41: Verifying Checksum
299593de3e41: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
f18ad14b60a2: Verifying Checksum
f18ad14b60a2: Download complete
2497bb7b620e: Verifying Checksum
2497bb7b620e: Download complete
0b494318a315: Verifying Checksum
0b494318a315: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
b1ddaddbafa4: Verifying Checksum
b1ddaddbafa4: Download complete
299593de3e41: Pull complete
b151d6da2503: Pull complete
b1ddaddbafa4: Pull complete
a6fa64b1b283: Pull complete
f18ad14b60a2: Pull complete
2497bb7b620e: Pull complete
0b494318a315: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:6ed9f6c880985e01132f94999706789fa96ac1a0ef84b2f138a86a9720fd1b0a
Status: Downloaded newer image for public.ecr.aws/sam/build-nodejs14.x:latest
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Running in d84287fbc61e
/var/lang/bin/yarn -> /var/lang/lib/node_modules/yarn/bin/yarn.js
/var/lang/bin/yarnpkg -> /var/lang/lib/node_modules/yarn/bin/yarn.js
+ [email protected]
added 1 package in 0.308s
Removing intermediate container d84287fbc61e
 ---> 3b910bb5ee0a
Step 4/12 : RUN npm install --global pnpm
 ---> Running in 9ca28b989952
/var/lang/bin/pnpm -> /var/lang/lib/node_modules/pnpm/bin/pnpm.cjs
/var/lang/bin/pnpx -> /var/lang/lib/node_modules/pnpm/bin/pnpx.cjs
+ [email protected]
added 1 package in 0.649s
Removing intermediate container 9ca28b989952
 ---> 6f534329b814
Step 5/12 : RUN npm install --global typescript
 ---> Running in 5daf49be7f61
/var/lang/bin/tsc -> /var/lang/lib/node_modules/typescript/bin/tsc
/var/lang/bin/tsserver -> /var/lang/lib/node_modules/typescript/bin/tsserver
+ [email protected]
added 1 package from 1 contributor in 1.313s
Removing intermediate container 5daf49be7f61
 ---> 094ab0d4b212
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Running in cbf470007326
Removing intermediate container cbf470007326
 ---> 7cc5d6bae9db
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Running in c44ff12d7634
/var/lang/bin/esbuild -> /var/lang/lib/node_modules/esbuild/bin/esbuild

> [email protected] postinstall /var/lang/lib/node_modules/esbuild
> node install.js

�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-android-arm64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-mips64le):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-ppc64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-openbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-32):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-sunos-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m+ [email protected]
added 2 packages in 2.085s
�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-netbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})

�[0mRemoving intermediate container c44ff12d7634
 ---> eca61fe051cb
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Running in cb335a66e9e0
Removing intermediate container cb335a66e9e0
 ---> 7bd55f920b7e
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Running in 2ca872c94562
yarn config v1.22.5
success Set "cache-folder" to "/tmp/yarn-cache".
Done in 0.02s.
Removing intermediate container 2ca872c94562
 ---> 25fc08658e57
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Running in fefa52207783
Removing intermediate container fefa52207783
 ---> a6cee30644c1
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Running in 1f3d27dde583
Removing intermediate container 1f3d27dde583
 ---> 96e6cf29387a
Step 12/12 : CMD [ "esbuild" ]
 ---> Running in 86cb53578f5f
Removing intermediate container 86cb53578f5f
 ---> e28c312ab0be
Successfully built e28c312ab0be
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/build-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.9kb

⚡ Done in 2ms
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Using cache
 ---> 3b910bb5ee0a
Step 4/12 : RUN npm install --global pnpm
 ---> Using cache
 ---> 6f534329b814
Step 5/12 : RUN npm install --global typescript
 ---> Using cache
 ---> 094ab0d4b212
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Using cache
 ---> 7cc5d6bae9db
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Using cache
 ---> eca61fe051cb
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Using cache
 ---> 7bd55f920b7e
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Using cache
 ---> 25fc08658e57
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Using cache
 ---> a6cee30644c1
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Using cache
 ---> 96e6cf29387a
Step 12/12 : CMD [ "esbuild" ]
 ---> Using cache
 ---> e28c312ab0be
Successfully built e28c312ab0be
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/scraper-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.6kb

⚡ Done in 1ms
Stack persistence
There were no differences
Stack wt-hosted-zone
There were no differences
Stack business
Resources
[-] AWS::ApiGateway::Deployment restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937 destroy
[-] AWS::ApiGateway::Deployment restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d destroy
[+] AWS::ApiGateway::Deployment rest-api-endpoint/prod-deployment restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d 
[+] AWS::ApiGateway::Deployment rest-api-endpoint/dev-deployment restapiendpointdevdeployment6E7C4E8Ab711670ecc43b7f5efc5b15904ec9c70 
[~] AWS::ApiGateway::Stage rest-api-endpoint/prod-stage restapiendpointprodstage29901B5F 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937
         └─ [+] restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d
[~] AWS::ApiGateway::Stage rest-api-endpoint/dev-stage restapiendpointdevstage0CDF6AEB 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d
         └─ [+] restapiendpointdevdeployment6E7C4E8Ab711670ecc43b7f5efc5b15904ec9c70

Stack presentation
There were no differences
Stack admin
There were no differences

@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 090f5f1 to 1dbee90 Compare December 17, 2021 07:25
@AustinZhu
Copy link
Member

Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
latest: Pulling from sam/build-python3.9
bdac0ee78eda: Pulling fs layer
711ce09719e0: Pulling fs layer
f4f8559a37f3: Pulling fs layer
6e93ef49c925: Pulling fs layer
2d4cf66de414: Pulling fs layer
a6fa64b1b283: Pulling fs layer
80cb8db33cfc: Pulling fs layer
49303dc4fcbe: Pulling fs layer
80bbcdfd3e4c: Pulling fs layer
c079ff0c84a2: Pulling fs layer
6e93ef49c925: Waiting
2d4cf66de414: Waiting
a6fa64b1b283: Waiting
80cb8db33cfc: Waiting
80bbcdfd3e4c: Waiting
49303dc4fcbe: Waiting
c079ff0c84a2: Waiting
711ce09719e0: Download complete
bdac0ee78eda: Verifying Checksum
bdac0ee78eda: Download complete
6e93ef49c925: Verifying Checksum
6e93ef49c925: Download complete
f4f8559a37f3: Verifying Checksum
f4f8559a37f3: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
80cb8db33cfc: Verifying Checksum
80cb8db33cfc: Download complete
49303dc4fcbe: Verifying Checksum
49303dc4fcbe: Download complete
80bbcdfd3e4c: Verifying Checksum
80bbcdfd3e4c: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
2d4cf66de414: Verifying Checksum
2d4cf66de414: Download complete
bdac0ee78eda: Pull complete
711ce09719e0: Pull complete
f4f8559a37f3: Pull complete
6e93ef49c925: Pull complete
2d4cf66de414: Pull complete
a6fa64b1b283: Pull complete
80cb8db33cfc: Pull complete
49303dc4fcbe: Pull complete
80bbcdfd3e4c: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:b3892ca9ed16b1533621efcb45e02754bceeccb9ac2c6b9fe765cf141afcdf3e
Status: Downloaded newer image for public.ecr.aws/sam/build-python3.9:latest
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Running in 94bdd1b19554
Removing intermediate container 94bdd1b19554
 ---> d6b9c4e69e0f
Step 4/9 : RUN pip install --upgrade pip
 ---> Running in f126fba07b29
Requirement already satisfied: pip in /var/lang/lib/python3.9/site-packages (21.1.3)
Collecting pip
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.1.3
    Uninstalling pip-21.1.3:
      Successfully uninstalled pip-21.1.3
Successfully installed pip-21.3.1
�[91mWARNING: 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
�[0mRemoving intermediate container f126fba07b29
 ---> f24fe1e891bb
Step 5/9 : RUN pip install pipenv poetry
 ---> Running in 60839ab70491
Collecting pipenv
  Downloading pipenv-2021.11.23-py2.py3-none-any.whl (3.6 MB)
Collecting poetry
  Downloading poetry-1.1.12-py2.py3-none-any.whl (175 kB)
Collecting certifi
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting virtualenv-clone>=0.2.5
  Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Requirement already satisfied: pip>=18.0 in /var/lang/lib/python3.9/site-packages (from pipenv) (21.3.1)
Requirement already satisfied: setuptools>=36.2.1 in /var/lang/lib/python3.9/site-packages (from pipenv) (56.0.0)
Collecting virtualenv
  Downloading virtualenv-20.10.0-py2.py3-none-any.whl (5.6 MB)
Collecting clikit<0.7.0,>=0.6.2
  Downloading clikit-0.6.2-py2.py3-none-any.whl (91 kB)
Collecting pkginfo<2.0,>=1.4
  Downloading pkginfo-1.8.2-py2.py3-none-any.whl (26 kB)
Collecting poetry-core<1.1.0,>=1.0.7
  Downloading poetry_core-1.0.7-py2.py3-none-any.whl (424 kB)
Collecting shellingham<2.0,>=1.1
  Downloading shellingham-1.4.0-py2.py3-none-any.whl (9.4 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting requests-toolbelt<0.10.0,>=0.9.1
  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting tomlkit<1.0.0,>=0.7.0
  Downloading tomlkit-0.7.2-py2.py3-none-any.whl (32 kB)
Collecting requests<3.0,>=2.18
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting cachy<0.4.0,>=0.3.0
  Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
Collecting cleo<0.9.0,>=0.8.1
  Downloading cleo-0.8.1-py2.py3-none-any.whl (21 kB)
Collecting packaging<21.0,>=20.4
  Downloading packaging-20.9-py2.py3-none-any.whl (40 kB)
Collecting crashtest<0.4.0,>=0.3.0
  Downloading crashtest-0.3.1-py3-none-any.whl (7.0 kB)
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Downloading CacheControl-0.12.10-py2.py3-none-any.whl (20 kB)
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting keyring<22.0.0,>=21.2.0
  Downloading keyring-21.8.0-py3-none-any.whl (32 kB)
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Collecting lockfile>=0.9
  Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting pylev<2.0,>=1.3
  Downloading pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
Collecting pastel<0.3.0,>=0.2.0
  Downloading pastel-0.2.1-py2.py3-none-any.whl (6.0 kB)
Collecting six>=1.9
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB)
Collecting jeepney>=0.4.2
  Downloading jeepney-0.7.1-py3-none-any.whl (54 kB)
Collecting pyparsing>=2.0.2
  Downloading pyparsing-3.0.6-py3-none-any.whl (97 kB)
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting filelock<4,>=3.2
  Downloading filelock-3.4.0-py3-none-any.whl (9.8 kB)
Collecting distlib<1,>=0.3.1
  Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB)
Collecting platformdirs<3,>=2
  Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB)
Collecting backports.entry-points-selectable>=1.0.4
  Downloading backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl (6.2 kB)
Collecting cryptography>=2.0
  Downloading cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Collecting cffi>=1.12
  Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, urllib3, idna, charset-normalizer, cffi, certifi, requests, pylev, pastel, msgpack, jeepney, cryptography, crashtest, webencodings, six, SecretStorage, pyparsing, ptyprocess, platformdirs, lockfile, filelock, distlib, clikit, cachecontrol, backports.entry-points-selectable, virtualenv-clone, virtualenv, tomlkit, shellingham, requests-toolbelt, poetry-core, pkginfo, pexpect, packaging, keyring, html5lib, cleo, cachy, poetry, pipenv
�[91mWARNING: 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
�[0mSuccessfully installed SecretStorage-3.3.1 backports.entry-points-selectable-1.1.1 cachecontrol-0.12.10 cachy-0.3.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 cleo-0.8.1 clikit-0.6.2 crashtest-0.3.1 cryptography-36.0.1 distlib-0.3.4 filelock-3.4.0 html5lib-1.1 idna-3.3 jeepney-0.7.1 keyring-21.8.0 lockfile-0.12.2 msgpack-1.0.3 packaging-20.9 pastel-0.2.1 pexpect-4.8.0 pipenv-2021.11.23 pkginfo-1.8.2 platformdirs-2.4.0 poetry-1.1.12 poetry-core-1.0.7 ptyprocess-0.7.0 pycparser-2.21 pylev-1.4.0 pyparsing-3.0.6 requests-2.26.0 requests-toolbelt-0.9.1 shellingham-1.4.0 six-1.16.0 tomlkit-0.7.2 urllib3-1.26.7 virtualenv-20.10.0 virtualenv-clone-0.5.7 webencodings-0.5.1
Removing intermediate container 60839ab70491
 ---> 937ca8ec0346
Step 6/9 : WORKDIR /var/dependencies
 ---> Running in 9be5da08d987
Removing intermediate container 9be5da08d987
 ---> 34324f85d2c8
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 6916dcf098fb
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 4618cf3bd6da
Collecting lxml
  Downloading lxml-4.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
Installing collected packages: lxml
Successfully installed lxml-4.7.1
�[91mWARNING: 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
�[0mRemoving intermediate container 4618cf3bd6da
 ---> b03029f12eec
Step 9/9 : CMD [ "python" ]
 ---> Running in 45dd2082acc8
Removing intermediate container 45dd2082acc8
 ---> 36bd6d83da85
Successfully built 36bd6d83da85
Successfully tagged cdk-0d880cf5a1d1ed007698263e5beeb2beaab8b2a5aa7a2a45e802172cefc542d2:latest
Bundling asset persistence/syllabus-datapipeline/scraper-base-function/base-function/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/4 : CMD [ "python" ]
 ---> Running in 592c533f8402
Removing intermediate container 592c533f8402
 ---> 237b3fac63df
Successfully built 237b3fac63df
Successfully tagged cdk-9b2c8d8b7666ace15def0b960c772b8a14f4d4b884d8d75907912b83dce3b42e:latest
Bundling asset persistence/syllabus-sync/syllabus-update-function/update-syllabus/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 237b3fac63df
Successfully built 237b3fac63df
Successfully tagged cdk-2cf8f0876b908e6b96f59999700f7bc436c0c8755b1333bc5abc9135c8348fcb:latest
Bundling asset business/cognito-endpoint/presign-up-handle/base-function/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> f24fe1e891bb
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 937ca8ec0346
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 34324f85d2c8
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> 6916dcf098fb
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> b03029f12eec
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 36bd6d83da85
Successfully built 36bd6d83da85
Successfully tagged cdk-f6e71a265c213381d01d42b8fba1f397c7f095ab8a71d5c8ff48316ba45ccf3d:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/get-course/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> f24fe1e891bb
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 937ca8ec0346
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 34324f85d2c8
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 7731eb96fc00
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in c51a4ad3bd1a
Collecting aiohttp
  Downloading aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
Collecting async-timeout<5.0,>=4.0.0a3
  Downloading async_timeout-4.0.1-py3-none-any.whl (5.7 kB)
Collecting charset-normalizer<3.0,>=2.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (203 kB)
Collecting yarl<2.0,>=1.0
  Downloading yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (304 kB)
Collecting multidict<7.0,>=4.5
  Downloading multidict-5.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (174 kB)
Collecting attrs>=17.3.0
  Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Collecting aiosignal>=1.1.2
  Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting typing-extensions>=3.6.5
  Downloading typing_extensions-4.0.1-py3-none-any.whl (22 kB)
Collecting idna>=2.0
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Installing collected packages: typing-extensions, multidict, idna, frozenlist, yarl, charset-normalizer, attrs, async-timeout, aiosignal, aiohttp
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 async-timeout-4.0.1 attrs-21.2.0 charset-normalizer-2.0.9 frozenlist-1.2.0 idna-3.3 multidict-5.2.0 typing-extensions-4.0.1 yarl-1.7.2
�[91mWARNING: 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
�[0mRemoving intermediate container c51a4ad3bd1a
 ---> 9dc7b3ff3dba
Step 9/9 : CMD [ "python" ]
 ---> Running in c3723929f7b3
Removing intermediate container c3723929f7b3
 ---> 0cd6f329596d
Successfully built 0cd6f329596d
Successfully tagged cdk-9f631dca617380309c48502e44f91fcf684466f0cf6e792b238a6e3e30337820:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/post-book/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 237b3fac63df
Successfully built 237b3fac63df
Successfully tagged cdk-e4aeb31bf240b0e1afcca62d5784e91789bfb74118c6e4c134e00cbaf655e927:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/get-reviews/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> f24fe1e891bb
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 937ca8ec0346
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 34324f85d2c8
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 11873738c769
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 8c5beb21662a
Collecting google-cloud-translate
  Downloading google_cloud_translate-3.6.1-py2.py3-none-any.whl (111 kB)
Collecting proto-plus>=0.4.0
  Downloading proto_plus-1.19.8-py3-none-any.whl (45 kB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.28.0
  Downloading google_api_core-2.3.2-py2.py3-none-any.whl (109 kB)
Collecting google-cloud-core<3.0.0dev,>=1.3.0
  Downloading google_cloud_core-2.2.1-py2.py3-none-any.whl (29 kB)
Collecting googleapis-common-protos<2.0dev,>=1.52.0
  Downloading googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting protobuf>=3.12.0
  Downloading protobuf-3.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
Collecting requests<3.0.0dev,>=2.18.0
  Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting setuptools>=40.3.0
  Downloading setuptools-59.6.0-py3-none-any.whl (952 kB)
Collecting google-auth<3.0dev,>=1.25.0
  Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 kB)
Collecting grpcio<2.0dev,>=1.33.2
  Downloading grpcio-1.43.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)
Collecting grpcio-status<2.0dev,>=1.33.2
  Downloading grpcio_status-1.43.0-py3-none-any.whl (10.0 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.8-py3-none-any.whl (39 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.4-py3-none-any.whl (10 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Installing collected packages: pyasn1, urllib3, six, setuptools, rsa, pyasn1-modules, protobuf, idna, charset-normalizer, certifi, cachetools, requests, grpcio, googleapis-common-protos, google-auth, grpcio-status, google-api-core, proto-plus, google-cloud-core, google-cloud-translate
Successfully installed cachetools-4.2.4 certifi-2021.10.8 charset-normalizer-2.0.9 google-api-core-2.3.2 google-auth-2.3.3 google-cloud-core-2.2.1 google-cloud-translate-3.6.1 googleapis-common-protos-1.54.0 grpcio-1.43.0 grpcio-status-1.43.0 idna-3.3 proto-plus-1.19.8 protobuf-3.19.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.26.0 rsa-4.8 setuptools-59.6.0 six-1.16.0 urllib3-1.26.7
�[91mWARNING: 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
�[0mRemoving intermediate container 8c5beb21662a
 ---> b95089a17a3e
Step 9/9 : CMD [ "python" ]
 ---> Running in bd27612c1c0a
Removing intermediate container bd27612c1c0a
 ---> b4362bb587b4
Successfully built b4362bb587b4
Successfully tagged cdk-b12931dcb7e74140c0a4684e29cb5ef4932a57f34afb0d5d10edde348d0203e5:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/post-review/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> f24fe1e891bb
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 937ca8ec0346
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 34324f85d2c8
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> 11873738c769
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> b95089a17a3e
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> b4362bb587b4
Successfully built b4362bb587b4
Successfully tagged cdk-1571e1dec67311683ec5cf354b90ee2fb71d54119497946d745248e4ba9094bb:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/patch-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 237b3fac63df
Successfully built 237b3fac63df
Successfully tagged cdk-cd97281e46fe28d90a474d2e35ff0b04b7b7ccf9e1185e6387214526ef4ecd12:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/delete-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 237b3fac63df
Successfully built 237b3fac63df
Successfully tagged cdk-a1b9c39b8ca10a533c05b7dad47554bc2f91fc415ca632404aa022d267ad2ad2:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/get-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 237b3fac63df
Successfully built 237b3fac63df
Successfully tagged cdk-32754a2f601f7e085a933dbf35e9b364ffff3df14f6987a242a0b9c78c1d3f75:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/post-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> d6b9c4e69e0f
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 237b3fac63df
Successfully built 237b3fac63df
Successfully tagged cdk-4f29d35fc3e27013d3d6b3f0e377864b1d3ae74ff85329d884a565178c96c6ee:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/patch-timetable/Code/Stage...
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
latest: Pulling from sam/build-nodejs14.x
bdac0ee78eda: Already exists
1b37d589ac6b: Pulling fs layer
299593de3e41: Pulling fs layer
b151d6da2503: Pulling fs layer
b1ddaddbafa4: Pulling fs layer
a6fa64b1b283: Pulling fs layer
f18ad14b60a2: Pulling fs layer
2497bb7b620e: Pulling fs layer
0b494318a315: Pulling fs layer
c079ff0c84a2: Pulling fs layer
a6fa64b1b283: Waiting
f18ad14b60a2: Waiting
2497bb7b620e: Waiting
0b494318a315: Waiting
c079ff0c84a2: Waiting
b1ddaddbafa4: Waiting
1b37d589ac6b: Verifying Checksum
1b37d589ac6b: Download complete
1b37d589ac6b: Pull complete
b151d6da2503: Verifying Checksum
b151d6da2503: Download complete
299593de3e41: Verifying Checksum
299593de3e41: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
f18ad14b60a2: Verifying Checksum
f18ad14b60a2: Download complete
2497bb7b620e: Verifying Checksum
2497bb7b620e: Download complete
0b494318a315: Verifying Checksum
0b494318a315: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
b1ddaddbafa4: Verifying Checksum
b1ddaddbafa4: Download complete
299593de3e41: Pull complete
b151d6da2503: Pull complete
b1ddaddbafa4: Pull complete
a6fa64b1b283: Pull complete
f18ad14b60a2: Pull complete
2497bb7b620e: Pull complete
0b494318a315: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:6ed9f6c880985e01132f94999706789fa96ac1a0ef84b2f138a86a9720fd1b0a
Status: Downloaded newer image for public.ecr.aws/sam/build-nodejs14.x:latest
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Running in ec35c6df8ccd
/var/lang/bin/yarn -> /var/lang/lib/node_modules/yarn/bin/yarn.js
/var/lang/bin/yarnpkg -> /var/lang/lib/node_modules/yarn/bin/yarn.js
+ [email protected]
added 1 package in 0.359s
Removing intermediate container ec35c6df8ccd
 ---> 86581b01ddb1
Step 4/12 : RUN npm install --global pnpm
 ---> Running in 4a6f6bc2c345
/var/lang/bin/pnpm -> /var/lang/lib/node_modules/pnpm/bin/pnpm.cjs
/var/lang/bin/pnpx -> /var/lang/lib/node_modules/pnpm/bin/pnpx.cjs
+ [email protected]
added 1 package in 0.717s
Removing intermediate container 4a6f6bc2c345
 ---> 4bf8f946ba77
Step 5/12 : RUN npm install --global typescript
 ---> Running in 19c67d2fb6f1
/var/lang/bin/tsc -> /var/lang/lib/node_modules/typescript/bin/tsc
/var/lang/bin/tsserver -> /var/lang/lib/node_modules/typescript/bin/tsserver
+ [email protected]
added 1 package from 1 contributor in 1.348s
Removing intermediate container 19c67d2fb6f1
 ---> 851c656ef4c0
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Running in c94b1b89d367
Removing intermediate container c94b1b89d367
 ---> 3781829e3bcd
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Running in 62ef99afb1de
/var/lang/bin/esbuild -> /var/lang/lib/node_modules/esbuild/bin/esbuild

> [email protected] postinstall /var/lang/lib/node_modules/esbuild
> node install.js

�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-android-arm64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-mips64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-32):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-ppc64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-openbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-netbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-sunos-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91m
�[0m+ [email protected]
added 2 packages in 2.852s
Removing intermediate container 62ef99afb1de
 ---> 797d07abba7a
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Running in ea8d6bd10c4f
Removing intermediate container ea8d6bd10c4f
 ---> 0d1df6b3ec6f
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Running in acbf54ebfa79
yarn config v1.22.5
success Set "cache-folder" to "/tmp/yarn-cache".
Done in 0.02s.
Removing intermediate container acbf54ebfa79
 ---> 20b3ecb21b63
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Running in 6d75e3491abc
Removing intermediate container 6d75e3491abc
 ---> 0b5cf59f8290
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Running in e3219197adbe
Removing intermediate container e3219197adbe
 ---> 7dd453377a5a
Step 12/12 : CMD [ "esbuild" ]
 ---> Running in a34ea8d7b8ca
Removing intermediate container a34ea8d7b8ca
 ---> 1714e64ab6c9
Successfully built 1714e64ab6c9
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/build-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.9kb

⚡ Done in 3ms
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Using cache
 ---> 86581b01ddb1
Step 4/12 : RUN npm install --global pnpm
 ---> Using cache
 ---> 4bf8f946ba77
Step 5/12 : RUN npm install --global typescript
 ---> Using cache
 ---> 851c656ef4c0
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Using cache
 ---> 3781829e3bcd
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Using cache
 ---> 797d07abba7a
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Using cache
 ---> 0d1df6b3ec6f
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Using cache
 ---> 20b3ecb21b63
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Using cache
 ---> 0b5cf59f8290
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Using cache
 ---> 7dd453377a5a
Step 12/12 : CMD [ "esbuild" ]
 ---> Using cache
 ---> 1714e64ab6c9
Successfully built 1714e64ab6c9
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/scraper-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.6kb

⚡ Done in 2ms
Stack persistence
There were no differences
Stack wt-hosted-zone
There were no differences
Stack business
Resources
[-] AWS::ApiGateway::Deployment restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937 destroy
[-] AWS::ApiGateway::Deployment restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d destroy
[+] AWS::ApiGateway::Deployment rest-api-endpoint/prod-deployment restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d 
[+] AWS::ApiGateway::Deployment rest-api-endpoint/dev-deployment restapiendpointdevdeployment6E7C4E8A6adbb7521977ab9292791723f17db397 
[~] AWS::ApiGateway::Stage rest-api-endpoint/prod-stage restapiendpointprodstage29901B5F 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937
         └─ [+] restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d
[~] AWS::ApiGateway::Stage rest-api-endpoint/dev-stage restapiendpointdevstage0CDF6AEB 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d
         └─ [+] restapiendpointdevdeployment6E7C4E8A6adbb7521977ab9292791723f17db397

Stack presentation
There were no differences
Stack admin
There were no differences

@AustinZhu AustinZhu changed the base branch from main to develop December 17, 2021 07:32
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 1dbee90 to 54df766 Compare December 17, 2021 08:31
@AustinZhu
Copy link
Member

Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
latest: Pulling from sam/build-python3.9
bdac0ee78eda: Pulling fs layer
711ce09719e0: Pulling fs layer
f4f8559a37f3: Pulling fs layer
6e93ef49c925: Pulling fs layer
2d4cf66de414: Pulling fs layer
a6fa64b1b283: Pulling fs layer
80cb8db33cfc: Pulling fs layer
49303dc4fcbe: Pulling fs layer
80bbcdfd3e4c: Pulling fs layer
c079ff0c84a2: Pulling fs layer
6e93ef49c925: Waiting
2d4cf66de414: Waiting
a6fa64b1b283: Waiting
80cb8db33cfc: Waiting
49303dc4fcbe: Waiting
80bbcdfd3e4c: Waiting
c079ff0c84a2: Waiting
711ce09719e0: Verifying Checksum
711ce09719e0: Download complete
f4f8559a37f3: Verifying Checksum
f4f8559a37f3: Download complete
bdac0ee78eda: Verifying Checksum
bdac0ee78eda: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
6e93ef49c925: Verifying Checksum
6e93ef49c925: Download complete
49303dc4fcbe: Verifying Checksum
49303dc4fcbe: Download complete
80bbcdfd3e4c: Verifying Checksum
80bbcdfd3e4c: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
bdac0ee78eda: Pull complete
80cb8db33cfc: Verifying Checksum
80cb8db33cfc: Download complete
2d4cf66de414: Verifying Checksum
2d4cf66de414: Download complete
711ce09719e0: Pull complete
f4f8559a37f3: Pull complete
6e93ef49c925: Pull complete
2d4cf66de414: Pull complete
a6fa64b1b283: Pull complete
80cb8db33cfc: Pull complete
49303dc4fcbe: Pull complete
80bbcdfd3e4c: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:b3892ca9ed16b1533621efcb45e02754bceeccb9ac2c6b9fe765cf141afcdf3e
Status: Downloaded newer image for public.ecr.aws/sam/build-python3.9:latest
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Running in 859ccbcbb8ca
Removing intermediate container 859ccbcbb8ca
 ---> feaf3431aa1d
Step 4/9 : RUN pip install --upgrade pip
 ---> Running in 07fbc31dd95e
Requirement already satisfied: pip in /var/lang/lib/python3.9/site-packages (21.1.3)
Collecting pip
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.1.3
    Uninstalling pip-21.1.3:
      Successfully uninstalled pip-21.1.3
Successfully installed pip-21.3.1
�[91mWARNING: 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
�[0mRemoving intermediate container 07fbc31dd95e
 ---> bc12acaed713
Step 5/9 : RUN pip install pipenv poetry
 ---> Running in 94301ad642e2
Collecting pipenv
  Downloading pipenv-2021.11.23-py2.py3-none-any.whl (3.6 MB)
Collecting poetry
  Downloading poetry-1.1.12-py2.py3-none-any.whl (175 kB)
Collecting certifi
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting virtualenv-clone>=0.2.5
  Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Requirement already satisfied: pip>=18.0 in /var/lang/lib/python3.9/site-packages (from pipenv) (21.3.1)
Collecting virtualenv
  Downloading virtualenv-20.10.0-py2.py3-none-any.whl (5.6 MB)
Requirement already satisfied: setuptools>=36.2.1 in /var/lang/lib/python3.9/site-packages (from pipenv) (56.0.0)
Collecting shellingham<2.0,>=1.1
  Downloading shellingham-1.4.0-py2.py3-none-any.whl (9.4 kB)
Collecting clikit<0.7.0,>=0.6.2
  Downloading clikit-0.6.2-py2.py3-none-any.whl (91 kB)
Collecting keyring<22.0.0,>=21.2.0
  Downloading keyring-21.8.0-py3-none-any.whl (32 kB)
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Downloading CacheControl-0.12.10-py2.py3-none-any.whl (20 kB)
Collecting cachy<0.4.0,>=0.3.0
  Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
Collecting cleo<0.9.0,>=0.8.1
  Downloading cleo-0.8.1-py2.py3-none-any.whl (21 kB)
Collecting tomlkit<1.0.0,>=0.7.0
  Downloading tomlkit-0.7.2-py2.py3-none-any.whl (32 kB)
Collecting pkginfo<2.0,>=1.4
  Downloading pkginfo-1.8.2-py2.py3-none-any.whl (26 kB)
Collecting poetry-core<1.1.0,>=1.0.7
  Downloading poetry_core-1.0.7-py2.py3-none-any.whl (424 kB)
Collecting crashtest<0.4.0,>=0.3.0
  Downloading crashtest-0.3.1-py3-none-any.whl (7.0 kB)
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting packaging<21.0,>=20.4
  Downloading packaging-20.9-py2.py3-none-any.whl (40 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting requests-toolbelt<0.10.0,>=0.9.1
  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting requests<3.0,>=2.18
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Collecting lockfile>=0.9
  Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting pylev<2.0,>=1.3
  Downloading pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
Collecting pastel<0.3.0,>=0.2.0
  Downloading pastel-0.2.1-py2.py3-none-any.whl (6.0 kB)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting six>=1.9
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB)
Collecting jeepney>=0.4.2
  Downloading jeepney-0.7.1-py3-none-any.whl (54 kB)
Collecting pyparsing>=2.0.2
  Downloading pyparsing-3.0.6-py3-none-any.whl (97 kB)
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting platformdirs<3,>=2
  Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB)
Collecting filelock<4,>=3.2
  Downloading filelock-3.4.0-py3-none-any.whl (9.8 kB)
Collecting distlib<1,>=0.3.1
  Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB)
Collecting backports.entry-points-selectable>=1.0.4
  Downloading backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl (6.2 kB)
Collecting cryptography>=2.0
  Downloading cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Collecting cffi>=1.12
  Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, urllib3, idna, charset-normalizer, cffi, certifi, requests, pylev, pastel, msgpack, jeepney, cryptography, crashtest, webencodings, six, SecretStorage, pyparsing, ptyprocess, platformdirs, lockfile, filelock, distlib, clikit, cachecontrol, backports.entry-points-selectable, virtualenv-clone, virtualenv, tomlkit, shellingham, requests-toolbelt, poetry-core, pkginfo, pexpect, packaging, keyring, html5lib, cleo, cachy, poetry, pipenv
�[91mWARNING: 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
�[0mSuccessfully installed SecretStorage-3.3.1 backports.entry-points-selectable-1.1.1 cachecontrol-0.12.10 cachy-0.3.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 cleo-0.8.1 clikit-0.6.2 crashtest-0.3.1 cryptography-36.0.1 distlib-0.3.4 filelock-3.4.0 html5lib-1.1 idna-3.3 jeepney-0.7.1 keyring-21.8.0 lockfile-0.12.2 msgpack-1.0.3 packaging-20.9 pastel-0.2.1 pexpect-4.8.0 pipenv-2021.11.23 pkginfo-1.8.2 platformdirs-2.4.0 poetry-1.1.12 poetry-core-1.0.7 ptyprocess-0.7.0 pycparser-2.21 pylev-1.4.0 pyparsing-3.0.6 requests-2.26.0 requests-toolbelt-0.9.1 shellingham-1.4.0 six-1.16.0 tomlkit-0.7.2 urllib3-1.26.7 virtualenv-20.10.0 virtualenv-clone-0.5.7 webencodings-0.5.1
Removing intermediate container 94301ad642e2
 ---> 84854c8b4ae5
Step 6/9 : WORKDIR /var/dependencies
 ---> Running in 73c86b4321d3
Removing intermediate container 73c86b4321d3
 ---> c40023d3e412
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> c3cc28fa9067
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 357b82fb141c
Collecting lxml
  Downloading lxml-4.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
Installing collected packages: lxml
Successfully installed lxml-4.7.1
�[91mWARNING: 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
�[0mRemoving intermediate container 357b82fb141c
 ---> b8f648054120
Step 9/9 : CMD [ "python" ]
 ---> Running in 4b18f7c881d9
Removing intermediate container 4b18f7c881d9
 ---> 08b3f648d1a4
Successfully built 08b3f648d1a4
Successfully tagged cdk-140e63cd9ac66ce369b95f7190c0a7de1546596302b6f33c0663fb887c72cc55:latest
Bundling asset persistence/syllabus-datapipeline/scraper-base-function/base-function/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/4 : CMD [ "python" ]
 ---> Running in 374edc90830f
Removing intermediate container 374edc90830f
 ---> 6029effbe11a
Successfully built 6029effbe11a
Successfully tagged cdk-5054da57bf449f505e74c8faa8b4f0faffe0278237928e4fe19d01c2854aa7f8:latest
Bundling asset persistence/syllabus-sync/syllabus-update-function/update-syllabus/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 6029effbe11a
Successfully built 6029effbe11a
Successfully tagged cdk-4d8ab883836498ae205923ecad4dbc194ba7fbb3243e66659a60fbd9256a56e6:latest
Bundling asset business/cognito-endpoint/presign-up-handle/base-function/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> bc12acaed713
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 84854c8b4ae5
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> c40023d3e412
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> c3cc28fa9067
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> b8f648054120
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 08b3f648d1a4
Successfully built 08b3f648d1a4
Successfully tagged cdk-e36e0754949172afb56e649d5b9ac07affaa06f9b110610ad031115b765a7259:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/get-course/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> bc12acaed713
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 84854c8b4ae5
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> c40023d3e412
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 1bb598d83cf4
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 82b45de05b59
Collecting aiohttp
  Downloading aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (203 kB)
Collecting attrs>=17.3.0
  Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Collecting async-timeout<5.0,>=4.0.0a3
  Downloading async_timeout-4.0.1-py3-none-any.whl (5.7 kB)
Collecting aiosignal>=1.1.2
  Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting multidict<7.0,>=4.5
  Downloading multidict-5.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (174 kB)
Collecting charset-normalizer<3.0,>=2.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting yarl<2.0,>=1.0
  Downloading yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (304 kB)
Collecting typing-extensions>=3.6.5
  Downloading typing_extensions-4.0.1-py3-none-any.whl (22 kB)
Collecting idna>=2.0
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Installing collected packages: typing-extensions, multidict, idna, frozenlist, yarl, charset-normalizer, attrs, async-timeout, aiosignal, aiohttp
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 async-timeout-4.0.1 attrs-21.2.0 charset-normalizer-2.0.9 frozenlist-1.2.0 idna-3.3 multidict-5.2.0 typing-extensions-4.0.1 yarl-1.7.2
�[91mWARNING: 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
�[0mRemoving intermediate container 82b45de05b59
 ---> 9f000fdd10fc
Step 9/9 : CMD [ "python" ]
 ---> Running in 94765685ed0f
Removing intermediate container 94765685ed0f
 ---> 18b8596a4d2b
Successfully built 18b8596a4d2b
Successfully tagged cdk-15be404f35ffd64ea35978302a6f5f3c9518a73881e188639594299e7673d1da:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/post-book/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 6029effbe11a
Successfully built 6029effbe11a
Successfully tagged cdk-42575500c991a3959c03755924791844314d9bfc668c94594f87bb37bf037610:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/get-reviews/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> bc12acaed713
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 84854c8b4ae5
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> c40023d3e412
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 1aa44190a67f
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in e2ca7569b513
Collecting google-cloud-translate
  Downloading google_cloud_translate-3.6.1-py2.py3-none-any.whl (111 kB)
Collecting proto-plus>=0.4.0
  Downloading proto_plus-1.19.8-py3-none-any.whl (45 kB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.28.0
  Downloading google_api_core-2.3.2-py2.py3-none-any.whl (109 kB)
Collecting google-cloud-core<3.0.0dev,>=1.3.0
  Downloading google_cloud_core-2.2.1-py2.py3-none-any.whl (29 kB)
Collecting protobuf>=3.12.0
  Downloading protobuf-3.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
Collecting setuptools>=40.3.0
  Downloading setuptools-59.6.0-py3-none-any.whl (952 kB)
Collecting google-auth<3.0dev,>=1.25.0
  Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 kB)
Collecting googleapis-common-protos<2.0dev,>=1.52.0
  Downloading googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting requests<3.0.0dev,>=2.18.0
  Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting grpcio-status<2.0dev,>=1.33.2
  Downloading grpcio_status-1.43.0-py3-none-any.whl (10.0 kB)
Collecting grpcio<2.0dev,>=1.33.2
  Downloading grpcio-1.43.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.8-py3-none-any.whl (39 kB)
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.4-py3-none-any.whl (10 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Installing collected packages: pyasn1, urllib3, six, setuptools, rsa, pyasn1-modules, protobuf, idna, charset-normalizer, certifi, cachetools, requests, grpcio, googleapis-common-protos, google-auth, grpcio-status, google-api-core, proto-plus, google-cloud-core, google-cloud-translate
Successfully installed cachetools-4.2.4 certifi-2021.10.8 charset-normalizer-2.0.9 google-api-core-2.3.2 google-auth-2.3.3 google-cloud-core-2.2.1 google-cloud-translate-3.6.1 googleapis-common-protos-1.54.0 grpcio-1.43.0 grpcio-status-1.43.0 idna-3.3 proto-plus-1.19.8 protobuf-3.19.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.26.0 rsa-4.8 setuptools-59.6.0 six-1.16.0 urllib3-1.26.7
�[91mWARNING: 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
�[0mRemoving intermediate container e2ca7569b513
 ---> aaf0d663a6a3
Step 9/9 : CMD [ "python" ]
 ---> Running in eafb00bda5e0
Removing intermediate container eafb00bda5e0
 ---> 1c4b5ffdc517
Successfully built 1c4b5ffdc517
Successfully tagged cdk-c5e9ee4538333c3e2ecc021bd70f141c787d8851fdff5b38014afde80d2d0baa:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/post-review/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> bc12acaed713
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 84854c8b4ae5
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> c40023d3e412
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> 1aa44190a67f
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> aaf0d663a6a3
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 1c4b5ffdc517
Successfully built 1c4b5ffdc517
Successfully tagged cdk-bb55c0c449bd1b3698ce5a69c067289b2ae35dc8a9b431b80a9ab119f7df15b9:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/patch-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 6029effbe11a
Successfully built 6029effbe11a
Successfully tagged cdk-a0590071e44818878708fee6b30f52cfdda2c6541ddb386ed48a7ba2a410d4bd:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/delete-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 6029effbe11a
Successfully built 6029effbe11a
Successfully tagged cdk-6c431a4355f3d1954c1b5c39916f2ae87d489c7b16c8c5644663745330532da6:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/get-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 6029effbe11a
Successfully built 6029effbe11a
Successfully tagged cdk-08655810555701170be9d2a8631a255ae05301848114aeb8146f5da62361fb22:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/post-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> feaf3431aa1d
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 6029effbe11a
Successfully built 6029effbe11a
Successfully tagged cdk-dbe67bd4198c62db574518cccc54ecd718e643a3868c7eef05f5f56c303bb429:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/patch-timetable/Code/Stage...
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
latest: Pulling from sam/build-nodejs14.x
bdac0ee78eda: Already exists
1b37d589ac6b: Pulling fs layer
299593de3e41: Pulling fs layer
b151d6da2503: Pulling fs layer
b1ddaddbafa4: Pulling fs layer
a6fa64b1b283: Pulling fs layer
f18ad14b60a2: Pulling fs layer
2497bb7b620e: Pulling fs layer
0b494318a315: Pulling fs layer
c079ff0c84a2: Pulling fs layer
a6fa64b1b283: Waiting
f18ad14b60a2: Waiting
2497bb7b620e: Waiting
0b494318a315: Waiting
c079ff0c84a2: Waiting
b1ddaddbafa4: Waiting
1b37d589ac6b: Verifying Checksum
1b37d589ac6b: Download complete
1b37d589ac6b: Pull complete
b151d6da2503: Verifying Checksum
b151d6da2503: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
299593de3e41: Verifying Checksum
299593de3e41: Download complete
f18ad14b60a2: Verifying Checksum
f18ad14b60a2: Download complete
2497bb7b620e: Verifying Checksum
2497bb7b620e: Download complete
0b494318a315: Verifying Checksum
0b494318a315: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
299593de3e41: Pull complete
b1ddaddbafa4: Verifying Checksum
b1ddaddbafa4: Download complete
b151d6da2503: Pull complete
b1ddaddbafa4: Pull complete
a6fa64b1b283: Pull complete
f18ad14b60a2: Pull complete
2497bb7b620e: Pull complete
0b494318a315: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:6ed9f6c880985e01132f94999706789fa96ac1a0ef84b2f138a86a9720fd1b0a
Status: Downloaded newer image for public.ecr.aws/sam/build-nodejs14.x:latest
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Running in 37ef8e9471cf
/var/lang/bin/yarn -> /var/lang/lib/node_modules/yarn/bin/yarn.js
/var/lang/bin/yarnpkg -> /var/lang/lib/node_modules/yarn/bin/yarn.js
+ [email protected]
added 1 package in 0.369s
Removing intermediate container 37ef8e9471cf
 ---> 7a4b8bab7136
Step 4/12 : RUN npm install --global pnpm
 ---> Running in 45dac1cf7aeb
/var/lang/bin/pnpm -> /var/lang/lib/node_modules/pnpm/bin/pnpm.cjs
/var/lang/bin/pnpx -> /var/lang/lib/node_modules/pnpm/bin/pnpx.cjs
+ [email protected]
added 1 package in 0.709s
Removing intermediate container 45dac1cf7aeb
 ---> 248e34003808
Step 5/12 : RUN npm install --global typescript
 ---> Running in 1e1eb2d54b02
/var/lang/bin/tsserver -> /var/lang/lib/node_modules/typescript/bin/tsserver
/var/lang/bin/tsc -> /var/lang/lib/node_modules/typescript/bin/tsc
+ [email protected]
added 1 package from 1 contributor in 1.246s
Removing intermediate container 1e1eb2d54b02
 ---> cc722c37059c
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Running in 6b63e193dac6
Removing intermediate container 6b63e193dac6
 ---> eb0cb52d8098
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Running in 1f03eef65b08
/var/lang/bin/esbuild -> /var/lang/lib/node_modules/esbuild/bin/esbuild

> [email protected] postinstall /var/lang/lib/node_modules/esbuild
> node install.js

�[91mnpm WARN�[0m�[91m optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-android-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm �[0m�[91mWARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm�[0m�[91m WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm�[0m�[91m WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm �[0m�[91mWARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm�[0m�[91m WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm �[0m�[91mWARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-mips64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm �[0m�[91mWARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-ppc64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-arm64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-openbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-netbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN�[0m�[91m optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-sunos-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91m
�[0m+ [email protected]
added 2 packages in 2.267s
Removing intermediate container 1f03eef65b08
 ---> 26f79a383f6b
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Running in 66316f97f55a
Removing intermediate container 66316f97f55a
 ---> 25144367c965
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Running in 91c380a98498
yarn config v1.22.5
success Set "cache-folder" to "/tmp/yarn-cache".
Done in 0.02s.
Removing intermediate container 91c380a98498
 ---> cd90d14f72da
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Running in 703d598c13c7
Removing intermediate container 703d598c13c7
 ---> 6f7db065a9f5
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Running in f749ef4be2f4
Removing intermediate container f749ef4be2f4
 ---> d03d420eb577
Step 12/12 : CMD [ "esbuild" ]
 ---> Running in c2ae83d91be8
Removing intermediate container c2ae83d91be8
 ---> 4fad38260ebb
Successfully built 4fad38260ebb
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/build-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.9kb

⚡ Done in 3ms
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Using cache
 ---> 7a4b8bab7136
Step 4/12 : RUN npm install --global pnpm
 ---> Using cache
 ---> 248e34003808
Step 5/12 : RUN npm install --global typescript
 ---> Using cache
 ---> cc722c37059c
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Using cache
 ---> eb0cb52d8098
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Using cache
 ---> 26f79a383f6b
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Using cache
 ---> 25144367c965
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Using cache
 ---> cd90d14f72da
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Using cache
 ---> 6f7db065a9f5
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Using cache
 ---> d03d420eb577
Step 12/12 : CMD [ "esbuild" ]
 ---> Using cache
 ---> 4fad38260ebb
Successfully built 4fad38260ebb
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/scraper-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.6kb

⚡ Done in 2ms
Stack persistence
There were no differences
Stack wt-hosted-zone
There were no differences
Stack business
Resources
[-] AWS::ApiGateway::Deployment restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937 destroy
[-] AWS::ApiGateway::Deployment restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d destroy
[+] AWS::ApiGateway::Deployment rest-api-endpoint/prod-deployment restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d 
[+] AWS::ApiGateway::Deployment rest-api-endpoint/dev-deployment restapiendpointdevdeployment6E7C4E8A92d197b679b1ee3a7b3dce9d6ce7425e 
[~] AWS::ApiGateway::Stage rest-api-endpoint/prod-stage restapiendpointprodstage29901B5F 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937
         └─ [+] restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d
[~] AWS::ApiGateway::Stage rest-api-endpoint/dev-stage restapiendpointdevstage0CDF6AEB 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d
         └─ [+] restapiendpointdevdeployment6E7C4E8A92d197b679b1ee3a7b3dce9d6ce7425e

Stack presentation
There were no differences
Stack admin
There were no differences

@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 54df766 to a3aa2f0 Compare December 17, 2021 12:35
@AustinZhu
Copy link
Member

Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
latest: Pulling from sam/build-python3.9
bdac0ee78eda: Pulling fs layer
711ce09719e0: Pulling fs layer
f4f8559a37f3: Pulling fs layer
6e93ef49c925: Pulling fs layer
2d4cf66de414: Pulling fs layer
a6fa64b1b283: Pulling fs layer
80cb8db33cfc: Pulling fs layer
49303dc4fcbe: Pulling fs layer
80bbcdfd3e4c: Pulling fs layer
c079ff0c84a2: Pulling fs layer
6e93ef49c925: Waiting
2d4cf66de414: Waiting
a6fa64b1b283: Waiting
80cb8db33cfc: Waiting
49303dc4fcbe: Waiting
80bbcdfd3e4c: Waiting
c079ff0c84a2: Waiting
711ce09719e0: Download complete
6e93ef49c925: Verifying Checksum
6e93ef49c925: Download complete
f4f8559a37f3: Verifying Checksum
f4f8559a37f3: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
80cb8db33cfc: Verifying Checksum
80cb8db33cfc: Download complete
49303dc4fcbe: Verifying Checksum
49303dc4fcbe: Download complete
80bbcdfd3e4c: Verifying Checksum
80bbcdfd3e4c: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
bdac0ee78eda: Verifying Checksum
bdac0ee78eda: Download complete
2d4cf66de414: Verifying Checksum
2d4cf66de414: Download complete
bdac0ee78eda: Pull complete
711ce09719e0: Pull complete
f4f8559a37f3: Pull complete
6e93ef49c925: Pull complete
2d4cf66de414: Pull complete
a6fa64b1b283: Pull complete
80cb8db33cfc: Pull complete
49303dc4fcbe: Pull complete
80bbcdfd3e4c: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:b3892ca9ed16b1533621efcb45e02754bceeccb9ac2c6b9fe765cf141afcdf3e
Status: Downloaded newer image for public.ecr.aws/sam/build-python3.9:latest
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Running in f0ee430470d9
Removing intermediate container f0ee430470d9
 ---> ffd9ea0f1df3
Step 4/9 : RUN pip install --upgrade pip
 ---> Running in 13b2f2f1e9d9
Requirement already satisfied: pip in /var/lang/lib/python3.9/site-packages (21.1.3)
Collecting pip
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.1.3
    Uninstalling pip-21.1.3:
      Successfully uninstalled pip-21.1.3
�[91mWARNING: 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
�[0mSuccessfully installed pip-21.3.1
Removing intermediate container 13b2f2f1e9d9
 ---> 68c8dafbeb18
Step 5/9 : RUN pip install pipenv poetry
 ---> Running in ed8579d9f344
Collecting pipenv
  Downloading pipenv-2021.11.23-py2.py3-none-any.whl (3.6 MB)
Collecting poetry
  Downloading poetry-1.1.12-py2.py3-none-any.whl (175 kB)
Collecting certifi
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Requirement already satisfied: pip>=18.0 in /var/lang/lib/python3.9/site-packages (from pipenv) (21.3.1)
Collecting virtualenv
  Downloading virtualenv-20.10.0-py2.py3-none-any.whl (5.6 MB)
Requirement already satisfied: setuptools>=36.2.1 in /var/lang/lib/python3.9/site-packages (from pipenv) (56.0.0)
Collecting virtualenv-clone>=0.2.5
  Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Collecting cachy<0.4.0,>=0.3.0
  Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
Collecting packaging<21.0,>=20.4
  Downloading packaging-20.9-py2.py3-none-any.whl (40 kB)
Collecting clikit<0.7.0,>=0.6.2
  Downloading clikit-0.6.2-py2.py3-none-any.whl (91 kB)
Collecting cleo<0.9.0,>=0.8.1
  Downloading cleo-0.8.1-py2.py3-none-any.whl (21 kB)
Collecting poetry-core<1.1.0,>=1.0.7
  Downloading poetry_core-1.0.7-py2.py3-none-any.whl (424 kB)
Collecting shellingham<2.0,>=1.1
  Downloading shellingham-1.4.0-py2.py3-none-any.whl (9.4 kB)
Collecting pkginfo<2.0,>=1.4
  Downloading pkginfo-1.8.2-py2.py3-none-any.whl (26 kB)
Collecting requests-toolbelt<0.10.0,>=0.9.1
  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting crashtest<0.4.0,>=0.3.0
  Downloading crashtest-0.3.1-py3-none-any.whl (7.0 kB)
Collecting keyring<22.0.0,>=21.2.0
  Downloading keyring-21.8.0-py3-none-any.whl (32 kB)
Collecting requests<3.0,>=2.18
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting tomlkit<1.0.0,>=0.7.0
  Downloading tomlkit-0.7.2-py2.py3-none-any.whl (32 kB)
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Downloading CacheControl-0.12.10-py2.py3-none-any.whl (20 kB)
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Collecting lockfile>=0.9
  Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting pastel<0.3.0,>=0.2.0
  Downloading pastel-0.2.1-py2.py3-none-any.whl (6.0 kB)
Collecting pylev<2.0,>=1.3
  Downloading pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
Collecting six>=1.9
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB)
Collecting jeepney>=0.4.2
  Downloading jeepney-0.7.1-py3-none-any.whl (54 kB)
Collecting pyparsing>=2.0.2
  Downloading pyparsing-3.0.6-py3-none-any.whl (97 kB)
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting distlib<1,>=0.3.1
  Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB)
Collecting filelock<4,>=3.2
  Downloading filelock-3.4.0-py3-none-any.whl (9.8 kB)
Collecting backports.entry-points-selectable>=1.0.4
  Downloading backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl (6.2 kB)
Collecting platformdirs<3,>=2
  Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB)
Collecting cryptography>=2.0
  Downloading cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Collecting cffi>=1.12
  Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, urllib3, idna, charset-normalizer, cffi, certifi, requests, pylev, pastel, msgpack, jeepney, cryptography, crashtest, webencodings, six, SecretStorage, pyparsing, ptyprocess, platformdirs, lockfile, filelock, distlib, clikit, cachecontrol, backports.entry-points-selectable, virtualenv-clone, virtualenv, tomlkit, shellingham, requests-toolbelt, poetry-core, pkginfo, pexpect, packaging, keyring, html5lib, cleo, cachy, poetry, pipenv
�[91mWARNING: 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
�[0mSuccessfully installed SecretStorage-3.3.1 backports.entry-points-selectable-1.1.1 cachecontrol-0.12.10 cachy-0.3.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 cleo-0.8.1 clikit-0.6.2 crashtest-0.3.1 cryptography-36.0.1 distlib-0.3.4 filelock-3.4.0 html5lib-1.1 idna-3.3 jeepney-0.7.1 keyring-21.8.0 lockfile-0.12.2 msgpack-1.0.3 packaging-20.9 pastel-0.2.1 pexpect-4.8.0 pipenv-2021.11.23 pkginfo-1.8.2 platformdirs-2.4.0 poetry-1.1.12 poetry-core-1.0.7 ptyprocess-0.7.0 pycparser-2.21 pylev-1.4.0 pyparsing-3.0.6 requests-2.26.0 requests-toolbelt-0.9.1 shellingham-1.4.0 six-1.16.0 tomlkit-0.7.2 urllib3-1.26.7 virtualenv-20.10.0 virtualenv-clone-0.5.7 webencodings-0.5.1
Removing intermediate container ed8579d9f344
 ---> 3e9c40459744
Step 6/9 : WORKDIR /var/dependencies
 ---> Running in ad58dbee7173
Removing intermediate container ad58dbee7173
 ---> f560ff1e19f9
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> c9146a2a8c38
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in f7e06fe3ae54
Collecting lxml
  Downloading lxml-4.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
Installing collected packages: lxml
Successfully installed lxml-4.7.1
�[91mWARNING: 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
�[0mRemoving intermediate container f7e06fe3ae54
 ---> b7bf3d687a70
Step 9/9 : CMD [ "python" ]
 ---> Running in 8dccf33bb3f6
Removing intermediate container 8dccf33bb3f6
 ---> d7deb7ebd558
Successfully built d7deb7ebd558
Successfully tagged cdk-8338270372fb0933a345258c968939364f45a3450c995128d37dd76aa917301a:latest
Bundling asset persistence/syllabus-datapipeline/scraper-base-function/base-function/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/4 : CMD [ "python" ]
 ---> Running in 11ab6ebc9de9
Removing intermediate container 11ab6ebc9de9
 ---> bd0e28869d1f
Successfully built bd0e28869d1f
Successfully tagged cdk-b4022f1b7b991f1bcd02aab6b666031be627199c1b38b492904b9821f4e8ad96:latest
Bundling asset persistence/syllabus-sync/syllabus-update-function/update-syllabus/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> bd0e28869d1f
Successfully built bd0e28869d1f
Successfully tagged cdk-31e8c2b1f108ee6974bc79c61ebc53c553085053e0e2bca93571bea17c6271f3:latest
Bundling asset business/cognito-endpoint/presign-up-handle/base-function/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 68c8dafbeb18
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 3e9c40459744
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> f560ff1e19f9
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> c9146a2a8c38
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> b7bf3d687a70
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> d7deb7ebd558
Successfully built d7deb7ebd558
Successfully tagged cdk-c145462f010a5531a7055bafca5c614fa2372a0de72a665f1f347d87084c62fc:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/get-course/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 68c8dafbeb18
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 3e9c40459744
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> f560ff1e19f9
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 4d67da28df6f
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 5fdb7a5ab9ef
Collecting aiohttp
  Downloading aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
Collecting multidict<7.0,>=4.5
  Downloading multidict-5.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (174 kB)
Collecting aiosignal>=1.1.2
  Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting charset-normalizer<3.0,>=2.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting attrs>=17.3.0
  Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Collecting yarl<2.0,>=1.0
  Downloading yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (304 kB)
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (203 kB)
Collecting async-timeout<5.0,>=4.0.0a3
  Downloading async_timeout-4.0.1-py3-none-any.whl (5.7 kB)
Collecting typing-extensions>=3.6.5
  Downloading typing_extensions-4.0.1-py3-none-any.whl (22 kB)
Collecting idna>=2.0
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Installing collected packages: typing-extensions, multidict, idna, frozenlist, yarl, charset-normalizer, attrs, async-timeout, aiosignal, aiohttp
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 async-timeout-4.0.1 attrs-21.2.0 charset-normalizer-2.0.9 frozenlist-1.2.0 idna-3.3 multidict-5.2.0 typing-extensions-4.0.1 yarl-1.7.2
�[91mWARNING: 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
�[0mRemoving intermediate container 5fdb7a5ab9ef
 ---> bcc0e6f8a48d
Step 9/9 : CMD [ "python" ]
 ---> Running in f81d9d359998
Removing intermediate container f81d9d359998
 ---> 5de1725a03bc
Successfully built 5de1725a03bc
Successfully tagged cdk-606345dd324947fd3efea270405119337b1a5850bc5be9c181c36e5fcf304ed3:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/post-book/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> bd0e28869d1f
Successfully built bd0e28869d1f
Successfully tagged cdk-e44cfe6255dd176b54d8ca9c46d3b8814be33427ffb5c466c296b03e37cb57c8:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/get-reviews/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 68c8dafbeb18
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 3e9c40459744
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> f560ff1e19f9
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> b51a0698fce1
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 6c72c37e3907
Collecting google-cloud-translate
  Downloading google_cloud_translate-3.6.1-py2.py3-none-any.whl (111 kB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.28.0
  Downloading google_api_core-2.3.2-py2.py3-none-any.whl (109 kB)
Collecting google-cloud-core<3.0.0dev,>=1.3.0
  Downloading google_cloud_core-2.2.1-py2.py3-none-any.whl (29 kB)
Collecting proto-plus>=0.4.0
  Downloading proto_plus-1.19.8-py3-none-any.whl (45 kB)
Collecting setuptools>=40.3.0
  Downloading setuptools-59.6.0-py3-none-any.whl (952 kB)
Collecting protobuf>=3.12.0
  Downloading protobuf-3.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
Collecting google-auth<3.0dev,>=1.25.0
  Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 kB)
Collecting requests<3.0.0dev,>=2.18.0
  Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting googleapis-common-protos<2.0dev,>=1.52.0
  Downloading googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting grpcio<2.0dev,>=1.33.2
  Downloading grpcio-1.43.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)
Collecting grpcio-status<2.0dev,>=1.33.2
  Downloading grpcio_status-1.43.0-py3-none-any.whl (10.0 kB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.8-py3-none-any.whl (39 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.4-py3-none-any.whl (10 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Installing collected packages: pyasn1, urllib3, six, setuptools, rsa, pyasn1-modules, protobuf, idna, charset-normalizer, certifi, cachetools, requests, grpcio, googleapis-common-protos, google-auth, grpcio-status, google-api-core, proto-plus, google-cloud-core, google-cloud-translate
Successfully installed cachetools-4.2.4 certifi-2021.10.8 charset-normalizer-2.0.9 google-api-core-2.3.2 google-auth-2.3.3 google-cloud-core-2.2.1 google-cloud-translate-3.6.1 googleapis-common-protos-1.54.0 grpcio-1.43.0 grpcio-status-1.43.0 idna-3.3 proto-plus-1.19.8 protobuf-3.19.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.26.0 rsa-4.8 setuptools-59.6.0 six-1.16.0 urllib3-1.26.7
�[91mWARNING: 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
�[0mRemoving intermediate container 6c72c37e3907
 ---> 5952fccb76e6
Step 9/9 : CMD [ "python" ]
 ---> Running in 7f70e0fa3755
Removing intermediate container 7f70e0fa3755
 ---> 0dae494089a6
Successfully built 0dae494089a6
Successfully tagged cdk-3477aad026fe03af83597fdcfee4d3b58de6a40a3cd4d042454e1ec1ba31c6b6:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/post-review/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 68c8dafbeb18
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 3e9c40459744
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> f560ff1e19f9
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> b51a0698fce1
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> 5952fccb76e6
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 0dae494089a6
Successfully built 0dae494089a6
Successfully tagged cdk-1a4e721d2dbff94e70eee15a38234aff1ad8e1982f212f75d819b89f64fb00b2:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/patch-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> bd0e28869d1f
Successfully built bd0e28869d1f
Successfully tagged cdk-8eddc275687db0199a5109c87dc54a3c6b7815fd689ac49bf8c3ff34b5583f5f:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/delete-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> bd0e28869d1f
Successfully built bd0e28869d1f
Successfully tagged cdk-9644131361f108a0734ef3a3ea2826bacb13bc8d255187cbba5c6cb1667f61ea:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/get-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> bd0e28869d1f
Successfully built bd0e28869d1f
Successfully tagged cdk-e2adbbece552f5c4dd17585c96674b66ea4f57a46ad1eedb6122aa7b7de5b2cb:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/post-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> ffd9ea0f1df3
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> bd0e28869d1f
Successfully built bd0e28869d1f
Successfully tagged cdk-58510027e85bb2fb324b68c3a8fd2691ced922cb47698da2f68ccb49ef06dbc9:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/patch-timetable/Code/Stage...
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
latest: Pulling from sam/build-nodejs14.x
bdac0ee78eda: Already exists
1b37d589ac6b: Pulling fs layer
299593de3e41: Pulling fs layer
b151d6da2503: Pulling fs layer
b1ddaddbafa4: Pulling fs layer
a6fa64b1b283: Pulling fs layer
f18ad14b60a2: Pulling fs layer
2497bb7b620e: Pulling fs layer
0b494318a315: Pulling fs layer
c079ff0c84a2: Pulling fs layer
b1ddaddbafa4: Waiting
a6fa64b1b283: Waiting
f18ad14b60a2: Waiting
2497bb7b620e: Waiting
0b494318a315: Waiting
c079ff0c84a2: Waiting
1b37d589ac6b: Verifying Checksum
1b37d589ac6b: Download complete
1b37d589ac6b: Pull complete
b151d6da2503: Verifying Checksum
b151d6da2503: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
299593de3e41: Verifying Checksum
299593de3e41: Download complete
2497bb7b620e: Download complete
f18ad14b60a2: Verifying Checksum
f18ad14b60a2: Download complete
0b494318a315: Verifying Checksum
0b494318a315: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
b1ddaddbafa4: Verifying Checksum
b1ddaddbafa4: Download complete
299593de3e41: Pull complete
b151d6da2503: Pull complete
b1ddaddbafa4: Pull complete
a6fa64b1b283: Pull complete
f18ad14b60a2: Pull complete
2497bb7b620e: Pull complete
0b494318a315: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:6ed9f6c880985e01132f94999706789fa96ac1a0ef84b2f138a86a9720fd1b0a
Status: Downloaded newer image for public.ecr.aws/sam/build-nodejs14.x:latest
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Running in 3227dc758184
/var/lang/bin/yarn -> /var/lang/lib/node_modules/yarn/bin/yarn.js
/var/lang/bin/yarnpkg -> /var/lang/lib/node_modules/yarn/bin/yarn.js
+ [email protected]
added 1 package in 0.278s
Removing intermediate container 3227dc758184
 ---> 050c3d51663a
Step 4/12 : RUN npm install --global pnpm
 ---> Running in c34bd22232e6
/var/lang/bin/pnpm -> /var/lang/lib/node_modules/pnpm/bin/pnpm.cjs
/var/lang/bin/pnpx -> /var/lang/lib/node_modules/pnpm/bin/pnpx.cjs
+ [email protected]
added 1 package in 0.672s
Removing intermediate container c34bd22232e6
 ---> b08258350676
Step 5/12 : RUN npm install --global typescript
 ---> Running in 761bc34dc96f
/var/lang/bin/tsc -> /var/lang/lib/node_modules/typescript/bin/tsc
/var/lang/bin/tsserver -> /var/lang/lib/node_modules/typescript/bin/tsserver
+ [email protected]
added 1 package from 1 contributor in 1.258s
Removing intermediate container 761bc34dc96f
 ---> a136edfc8d52
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Running in 09e33a516eed
Removing intermediate container 09e33a516eed
 ---> afbaf90257c2
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Running in 3eb48bd91421
/var/lang/bin/esbuild -> /var/lang/lib/node_modules/esbuild/bin/esbuild

> [email protected] postinstall /var/lang/lib/node_modules/esbuild
> node install.js

�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-android-arm64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-32):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-arm64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-mips64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-ppc64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-netbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-openbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-sunos-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91m
�[0m+ [email protected]
added 2 packages in 2.043s
Removing intermediate container 3eb48bd91421
 ---> d80075ba2ad9
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Running in 99f3c7e1a7e5
Removing intermediate container 99f3c7e1a7e5
 ---> 6499507bf903
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Running in c3d84f2e7066
yarn config v1.22.5
success Set "cache-folder" to "/tmp/yarn-cache".
Done in 0.03s.
Removing intermediate container c3d84f2e7066
 ---> 7c9c65d8894a
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Running in 6fce8332be36
Removing intermediate container 6fce8332be36
 ---> 7e6064770db8
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Running in 5c62bfb5c582
Removing intermediate container 5c62bfb5c582
 ---> be1c5a3b48c7
Step 12/12 : CMD [ "esbuild" ]
 ---> Running in 35f0aab5ad67
Removing intermediate container 35f0aab5ad67
 ---> e65f0647ad76
Successfully built e65f0647ad76
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/build-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.9kb

⚡ Done in 2ms
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Using cache
 ---> 050c3d51663a
Step 4/12 : RUN npm install --global pnpm
 ---> Using cache
 ---> b08258350676
Step 5/12 : RUN npm install --global typescript
 ---> Using cache
 ---> a136edfc8d52
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Using cache
 ---> afbaf90257c2
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Using cache
 ---> d80075ba2ad9
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Using cache
 ---> 6499507bf903
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Using cache
 ---> 7c9c65d8894a
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Using cache
 ---> 7e6064770db8
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Using cache
 ---> be1c5a3b48c7
Step 12/12 : CMD [ "esbuild" ]
 ---> Using cache
 ---> e65f0647ad76
Successfully built e65f0647ad76
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/scraper-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.6kb

⚡ Done in 2ms
Stack persistence
There were no differences
Stack wt-hosted-zone
There were no differences
Stack business
Resources
[-] AWS::ApiGateway::Deployment restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937 destroy
[-] AWS::ApiGateway::Deployment restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d destroy
[+] AWS::ApiGateway::Deployment rest-api-endpoint/prod-deployment restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d 
[+] AWS::ApiGateway::Deployment rest-api-endpoint/dev-deployment restapiendpointdevdeployment6E7C4E8Af7f0e9f38d55fa0d6b2f1923bef4f745 
[~] AWS::ApiGateway::Stage rest-api-endpoint/prod-stage restapiendpointprodstage29901B5F 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937
         └─ [+] restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d
[~] AWS::ApiGateway::Stage rest-api-endpoint/dev-stage restapiendpointdevstage0CDF6AEB 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d
         └─ [+] restapiendpointdevdeployment6E7C4E8Af7f0e9f38d55fa0d6b2f1923bef4f745

Stack presentation
There were no differences
Stack admin
There were no differences

@renovate renovate bot force-pushed the renovate/jest-monorepo branch from a3aa2f0 to 9832138 Compare December 17, 2021 13:55
@AustinZhu
Copy link
Member

Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
latest: Pulling from sam/build-python3.9
bdac0ee78eda: Pulling fs layer
711ce09719e0: Pulling fs layer
f4f8559a37f3: Pulling fs layer
6e93ef49c925: Pulling fs layer
2d4cf66de414: Pulling fs layer
a6fa64b1b283: Pulling fs layer
6e93ef49c925: Waiting
2d4cf66de414: Waiting
80cb8db33cfc: Pulling fs layer
49303dc4fcbe: Pulling fs layer
80bbcdfd3e4c: Pulling fs layer
c079ff0c84a2: Pulling fs layer
49303dc4fcbe: Waiting
80bbcdfd3e4c: Waiting
c079ff0c84a2: Waiting
a6fa64b1b283: Waiting
80cb8db33cfc: Waiting
711ce09719e0: Verifying Checksum
711ce09719e0: Download complete
6e93ef49c925: Verifying Checksum
6e93ef49c925: Download complete
f4f8559a37f3: Verifying Checksum
f4f8559a37f3: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
bdac0ee78eda: Verifying Checksum
bdac0ee78eda: Download complete
80cb8db33cfc: Verifying Checksum
80cb8db33cfc: Download complete
49303dc4fcbe: Verifying Checksum
49303dc4fcbe: Download complete
80bbcdfd3e4c: Verifying Checksum
80bbcdfd3e4c: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
bdac0ee78eda: Pull complete
711ce09719e0: Pull complete
2d4cf66de414: Verifying Checksum
2d4cf66de414: Download complete
f4f8559a37f3: Pull complete
6e93ef49c925: Pull complete
2d4cf66de414: Pull complete
a6fa64b1b283: Pull complete
80cb8db33cfc: Pull complete
49303dc4fcbe: Pull complete
80bbcdfd3e4c: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:b3892ca9ed16b1533621efcb45e02754bceeccb9ac2c6b9fe765cf141afcdf3e
Status: Downloaded newer image for public.ecr.aws/sam/build-python3.9:latest
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Running in c31d61847a2a
Removing intermediate container c31d61847a2a
 ---> 8c3bd6fd09a8
Step 4/9 : RUN pip install --upgrade pip
 ---> Running in 9a06da88decd
Requirement already satisfied: pip in /var/lang/lib/python3.9/site-packages (21.1.3)
Collecting pip
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.1.3
    Uninstalling pip-21.1.3:
      Successfully uninstalled pip-21.1.3
Successfully installed pip-21.3.1
�[91mWARNING: 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
�[0mRemoving intermediate container 9a06da88decd
 ---> bc3f9f26986a
Step 5/9 : RUN pip install pipenv poetry
 ---> Running in 7aa9160a47a1
Collecting pipenv
  Downloading pipenv-2021.11.23-py2.py3-none-any.whl (3.6 MB)
Collecting poetry
  Downloading poetry-1.1.12-py2.py3-none-any.whl (175 kB)
Collecting virtualenv-clone>=0.2.5
  Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Requirement already satisfied: pip>=18.0 in /var/lang/lib/python3.9/site-packages (from pipenv) (21.3.1)
Requirement already satisfied: setuptools>=36.2.1 in /var/lang/lib/python3.9/site-packages (from pipenv) (56.0.0)
Collecting certifi
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting virtualenv
  Downloading virtualenv-20.10.0-py2.py3-none-any.whl (5.6 MB)
Collecting pkginfo<2.0,>=1.4
  Downloading pkginfo-1.8.2-py2.py3-none-any.whl (26 kB)
Collecting requests<3.0,>=2.18
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting packaging<21.0,>=20.4
  Downloading packaging-20.9-py2.py3-none-any.whl (40 kB)
Collecting clikit<0.7.0,>=0.6.2
  Downloading clikit-0.6.2-py2.py3-none-any.whl (91 kB)
Collecting cachy<0.4.0,>=0.3.0
  Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting shellingham<2.0,>=1.1
  Downloading shellingham-1.4.0-py2.py3-none-any.whl (9.4 kB)
Collecting requests-toolbelt<0.10.0,>=0.9.1
  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting keyring<22.0.0,>=21.2.0
  Downloading keyring-21.8.0-py3-none-any.whl (32 kB)
Collecting poetry-core<1.1.0,>=1.0.7
  Downloading poetry_core-1.0.7-py2.py3-none-any.whl (424 kB)
Collecting tomlkit<1.0.0,>=0.7.0
  Downloading tomlkit-0.7.2-py2.py3-none-any.whl (32 kB)
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Downloading CacheControl-0.12.10-py2.py3-none-any.whl (20 kB)
Collecting cleo<0.9.0,>=0.8.1
  Downloading cleo-0.8.1-py2.py3-none-any.whl (21 kB)
Collecting crashtest<0.4.0,>=0.3.0
  Downloading crashtest-0.3.1-py3-none-any.whl (7.0 kB)
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
Collecting lockfile>=0.9
  Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting pylev<2.0,>=1.3
  Downloading pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
Collecting pastel<0.3.0,>=0.2.0
  Downloading pastel-0.2.1-py2.py3-none-any.whl (6.0 kB)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting six>=1.9
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB)
Collecting jeepney>=0.4.2
  Downloading jeepney-0.7.1-py3-none-any.whl (54 kB)
Collecting pyparsing>=2.0.2
  Downloading pyparsing-3.0.6-py3-none-any.whl (97 kB)
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting distlib<1,>=0.3.1
  Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB)
Collecting platformdirs<3,>=2
  Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB)
Collecting backports.entry-points-selectable>=1.0.4
  Downloading backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl (6.2 kB)
Collecting filelock<4,>=3.2
  Downloading filelock-3.4.0-py3-none-any.whl (9.8 kB)
Collecting cryptography>=2.0
  Downloading cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Collecting cffi>=1.12
  Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, urllib3, idna, charset-normalizer, cffi, certifi, requests, pylev, pastel, msgpack, jeepney, cryptography, crashtest, webencodings, six, SecretStorage, pyparsing, ptyprocess, platformdirs, lockfile, filelock, distlib, clikit, cachecontrol, backports.entry-points-selectable, virtualenv-clone, virtualenv, tomlkit, shellingham, requests-toolbelt, poetry-core, pkginfo, pexpect, packaging, keyring, html5lib, cleo, cachy, poetry, pipenv
Successfully installed SecretStorage-3.3.1 backports.entry-points-selectable-1.1.1 cachecontrol-0.12.10 cachy-0.3.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.9 cleo-0.8.1 clikit-0.6.2 crashtest-0.3.1 cryptography-36.0.1 distlib-0.3.4 filelock-3.4.0 html5lib-1.1 idna-3.3 jeepney-0.7.1 keyring-21.8.0 lockfile-0.12.2 msgpack-1.0.3 packaging-20.9 pastel-0.2.1 pexpect-4.8.0 pipenv-2021.11.23 pkginfo-1.8.2 platformdirs-2.4.0 poetry-1.1.12 poetry-core-1.0.7 ptyprocess-0.7.0 pycparser-2.21 pylev-1.4.0 pyparsing-3.0.6 requests-2.26.0 requests-toolbelt-0.9.1 shellingham-1.4.0 six-1.16.0 tomlkit-0.7.2 urllib3-1.26.7 virtualenv-20.10.0 virtualenv-clone-0.5.7 webencodings-0.5.1
�[91mWARNING: 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
�[0mRemoving intermediate container 7aa9160a47a1
 ---> 04d8a80a6bff
Step 6/9 : WORKDIR /var/dependencies
 ---> Running in 8f79295550e0
Removing intermediate container 8f79295550e0
 ---> cdd64b66a59d
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 603ccc61c29c
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 71656cc9e427
Collecting lxml
  Downloading lxml-4.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
Installing collected packages: lxml
Successfully installed lxml-4.7.1
�[91mWARNING: 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
�[0mRemoving intermediate container 71656cc9e427
 ---> 7c1be4988e85
Step 9/9 : CMD [ "python" ]
 ---> Running in 0d9d5711533c
Removing intermediate container 0d9d5711533c
 ---> 6e47d4df0133
Successfully built 6e47d4df0133
Successfully tagged cdk-505574d278793a00f25275e3126b252786eae538fe69adbc4223df55b33c0868:latest
Bundling asset persistence/syllabus-datapipeline/scraper-base-function/base-function/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/4 : CMD [ "python" ]
 ---> Running in cfddbcb3c62c
Removing intermediate container cfddbcb3c62c
 ---> e220407346a1
Successfully built e220407346a1
Successfully tagged cdk-3d6056a051ab3a03d97e1f400d1b050c444843948029260fb6da8eb3f1f73456:latest
Bundling asset persistence/syllabus-sync/syllabus-update-function/update-syllabus/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> e220407346a1
Successfully built e220407346a1
Successfully tagged cdk-f30e45534d9c33931cbcb3e5ac825809cd4fb37ebffe2a08e897bcdc35da15f2:latest
Bundling asset business/cognito-endpoint/presign-up-handle/base-function/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> bc3f9f26986a
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 04d8a80a6bff
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> cdd64b66a59d
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> 603ccc61c29c
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> 7c1be4988e85
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 6e47d4df0133
Successfully built 6e47d4df0133
Successfully tagged cdk-7c14f01be48bdcb2a7f50292a0c38da474f550644ad21ded1c418d78ef984501:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/get-course/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> bc3f9f26986a
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 04d8a80a6bff
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> cdd64b66a59d
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 6b9426d9c353
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 7a6c64f08bb5
Collecting aiohttp
  Downloading aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
Collecting async-timeout<5.0,>=4.0.0a3
  Downloading async_timeout-4.0.1-py3-none-any.whl (5.7 kB)
Collecting yarl<2.0,>=1.0
  Downloading yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (304 kB)
Collecting aiosignal>=1.1.2
  Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting charset-normalizer<3.0,>=2.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting multidict<7.0,>=4.5
  Downloading multidict-5.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (174 kB)
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (203 kB)
Collecting attrs>=17.3.0
  Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Collecting typing-extensions>=3.6.5
  Downloading typing_extensions-4.0.1-py3-none-any.whl (22 kB)
Collecting idna>=2.0
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Installing collected packages: typing-extensions, multidict, idna, frozenlist, yarl, charset-normalizer, attrs, async-timeout, aiosignal, aiohttp
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 async-timeout-4.0.1 attrs-21.2.0 charset-normalizer-2.0.9 frozenlist-1.2.0 idna-3.3 multidict-5.2.0 typing-extensions-4.0.1 yarl-1.7.2
�[91mWARNING: 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
�[0mRemoving intermediate container 7a6c64f08bb5
 ---> f219eaeff309
Step 9/9 : CMD [ "python" ]
 ---> Running in c18e840186a4
Removing intermediate container c18e840186a4
 ---> c360e5f2d239
Successfully built c360e5f2d239
Successfully tagged cdk-a094f9ace3f1f30c7db4a3c7327873648ac2cb44f47b85b7ce0c047f732087ec:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/post-book/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> e220407346a1
Successfully built e220407346a1
Successfully tagged cdk-3083b0c89bebe3293992e352967bb4f0f1ca5c3153eb4bc59e6abacad540075a:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/get-reviews/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> bc3f9f26986a
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 04d8a80a6bff
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> cdd64b66a59d
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 5af618f9f0cd
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 631f336f9a41
Collecting google-cloud-translate
  Downloading google_cloud_translate-3.6.1-py2.py3-none-any.whl (111 kB)
Collecting proto-plus>=0.4.0
  Downloading proto_plus-1.19.8-py3-none-any.whl (45 kB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.28.0
  Downloading google_api_core-2.3.2-py2.py3-none-any.whl (109 kB)
Collecting google-cloud-core<3.0.0dev,>=1.3.0
  Downloading google_cloud_core-2.2.1-py2.py3-none-any.whl (29 kB)
Collecting requests<3.0.0dev,>=2.18.0
  Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting setuptools>=40.3.0
  Downloading setuptools-59.6.0-py3-none-any.whl (952 kB)
Collecting google-auth<3.0dev,>=1.25.0
  Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 kB)
Collecting protobuf>=3.12.0
  Downloading protobuf-3.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
Collecting googleapis-common-protos<2.0dev,>=1.52.0
  Downloading googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
Collecting grpcio-status<2.0dev,>=1.33.2
  Downloading grpcio_status-1.43.0-py3-none-any.whl (10.0 kB)
Collecting grpcio<2.0dev,>=1.33.2
  Downloading grpcio-1.43.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.8-py3-none-any.whl (39 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.4-py3-none-any.whl (10 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.9-py3-none-any.whl (39 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Installing collected packages: pyasn1, urllib3, six, setuptools, rsa, pyasn1-modules, protobuf, idna, charset-normalizer, certifi, cachetools, requests, grpcio, googleapis-common-protos, google-auth, grpcio-status, google-api-core, proto-plus, google-cloud-core, google-cloud-translate
Successfully installed cachetools-4.2.4 certifi-2021.10.8 charset-normalizer-2.0.9 google-api-core-2.3.2 google-auth-2.3.3 google-cloud-core-2.2.1 google-cloud-translate-3.6.1 googleapis-common-protos-1.54.0 grpcio-1.43.0 grpcio-status-1.43.0 idna-3.3 proto-plus-1.19.8 protobuf-3.19.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.26.0 rsa-4.8 setuptools-59.6.0 six-1.16.0 urllib3-1.26.7
�[91mWARNING: 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
�[0mRemoving intermediate container 631f336f9a41
 ---> fbe218d2c38c
Step 9/9 : CMD [ "python" ]
 ---> Running in a7e50000fc07
Removing intermediate container a7e50000fc07
 ---> 370d359b4438
Successfully built 370d359b4438
Successfully tagged cdk-321e93bdf9b0d4b709f07efe7087a82d28813eab2f231292a804359ac0469d5b:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/post-review/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> bc3f9f26986a
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 04d8a80a6bff
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> cdd64b66a59d
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> 5af618f9f0cd
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> fbe218d2c38c
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 370d359b4438
Successfully built 370d359b4438
Successfully tagged cdk-32c6404d72d8bd2b5a77d6de314184e667b040326d596879bf28f1b1dd23d3ce:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/patch-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> e220407346a1
Successfully built e220407346a1
Successfully tagged cdk-87b5cc3fe2d75769a06fe9238f6231a1aa9fcc3e916e5ce73cbd7d953b7eacec:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/delete-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> e220407346a1
Successfully built e220407346a1
Successfully tagged cdk-a6ee3b5618950960d99b4ae9b07b3b8ad689025205f2d9f4afe0551db2feef8b:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/get-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> e220407346a1
Successfully built e220407346a1
Successfully tagged cdk-318dfcfb3efb17862a1b6d73b3d19e64478254054d0d70add918c56479d6c2fc:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/post-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 8c3bd6fd09a8
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> e220407346a1
Successfully built e220407346a1
Successfully tagged cdk-e770f51de040af716c26f2924f1a6476a8f426997ac952db68b716ee842cf641:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/patch-timetable/Code/Stage...
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
latest: Pulling from sam/build-nodejs14.x
bdac0ee78eda: Already exists
1b37d589ac6b: Pulling fs layer
299593de3e41: Pulling fs layer
b151d6da2503: Pulling fs layer
b1ddaddbafa4: Pulling fs layer
a6fa64b1b283: Pulling fs layer
f18ad14b60a2: Pulling fs layer
2497bb7b620e: Pulling fs layer
0b494318a315: Pulling fs layer
c079ff0c84a2: Pulling fs layer
b1ddaddbafa4: Waiting
f18ad14b60a2: Waiting
a6fa64b1b283: Waiting
0b494318a315: Waiting
c079ff0c84a2: Waiting
2497bb7b620e: Waiting
1b37d589ac6b: Verifying Checksum
1b37d589ac6b: Download complete
1b37d589ac6b: Pull complete
b151d6da2503: Verifying Checksum
b151d6da2503: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
299593de3e41: Verifying Checksum
299593de3e41: Download complete
f18ad14b60a2: Verifying Checksum
f18ad14b60a2: Download complete
2497bb7b620e: Verifying Checksum
2497bb7b620e: Download complete
0b494318a315: Verifying Checksum
0b494318a315: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
299593de3e41: Pull complete
b1ddaddbafa4: Verifying Checksum
b1ddaddbafa4: Download complete
b151d6da2503: Pull complete
b1ddaddbafa4: Pull complete
a6fa64b1b283: Pull complete
f18ad14b60a2: Pull complete
2497bb7b620e: Pull complete
0b494318a315: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:6ed9f6c880985e01132f94999706789fa96ac1a0ef84b2f138a86a9720fd1b0a
Status: Downloaded newer image for public.ecr.aws/sam/build-nodejs14.x:latest
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Running in 9af64c64bf28
/var/lang/bin/yarn -> /var/lang/lib/node_modules/yarn/bin/yarn.js
/var/lang/bin/yarnpkg -> /var/lang/lib/node_modules/yarn/bin/yarn.js
+ [email protected]
added 1 package in 0.336s
Removing intermediate container 9af64c64bf28
 ---> d6102c8b82e1
Step 4/12 : RUN npm install --global pnpm
 ---> Running in 1f4932118827
/var/lang/bin/pnpx -> /var/lang/lib/node_modules/pnpm/bin/pnpx.cjs
/var/lang/bin/pnpm -> /var/lang/lib/node_modules/pnpm/bin/pnpm.cjs
+ [email protected]
added 1 package in 0.738s
Removing intermediate container 1f4932118827
 ---> d0b9d9c20bdf
Step 5/12 : RUN npm install --global typescript
 ---> Running in e17e3650bc66
/var/lang/bin/tsc -> /var/lang/lib/node_modules/typescript/bin/tsc
/var/lang/bin/tsserver -> /var/lang/lib/node_modules/typescript/bin/tsserver
+ [email protected]
added 1 package from 1 contributor in 1.333s
Removing intermediate container e17e3650bc66
 ---> e1e903fd7235
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Running in bf43b9a7f8e6
Removing intermediate container bf43b9a7f8e6
 ---> 5a899eb9309f
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Running in fcb5cdbcc6c4
/var/lang/bin/esbuild -> /var/lang/lib/node_modules/esbuild/bin/esbuild

> [email protected] postinstall /var/lang/lib/node_modules/esbuild
> node install.js

�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-android-arm64):
�[0m�[91mnpm WARN�[0m�[91m notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional�[0m�[91m SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-arm64):
�[0m�[91mnpm WARN �[0m�[91mnotsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional�[0m�[91m SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-32):
npm �[0m�[91mWARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm64):
�[0m�[91mnpm WARN�[0m�[91m notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional�[0m�[91m SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm):
npm WARN�[0m�[91m notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-mips64le):
�[0m�[91mnpm WARN �[0m�[91mnotsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-64):
�[0m�[91mnpm WARN notsup�[0m�[91m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-arm64):
�[0m�[91mnpm WARN notsup�[0m�[91m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-ppc64le):
�[0m�[91mnpm WARN notsup�[0m�[91m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-arm64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-netbsd-64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-sunos-64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-openbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm �[0m�[91mWARN �[0m�[91moptional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-32):
npm�[0m�[91m WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91m
�[0m+ [email protected]
added 2 packages in 2.203s
Removing intermediate container fcb5cdbcc6c4
 ---> f4b5ce9453ec
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Running in bc9f05a27771
Removing intermediate container bc9f05a27771
 ---> 3150d253ba34
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Running in 5a7e28a773d6
yarn config v1.22.5
success Set "cache-folder" to "/tmp/yarn-cache".
Done in 0.03s.
Removing intermediate container 5a7e28a773d6
 ---> c7be73d3f5bd
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Running in 1326241ee3bd
Removing intermediate container 1326241ee3bd
 ---> 94dffabc6f68
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Running in e6b0a71fa1d8
Removing intermediate container e6b0a71fa1d8
 ---> 7b4bdf4e53ec
Step 12/12 : CMD [ "esbuild" ]
 ---> Running in cb7a9c599821
Removing intermediate container cb7a9c599821
 ---> 3198e16488b0
Successfully built 3198e16488b0
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/build-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.9kb

⚡ Done in 2ms
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Using cache
 ---> d6102c8b82e1
Step 4/12 : RUN npm install --global pnpm
 ---> Using cache
 ---> d0b9d9c20bdf
Step 5/12 : RUN npm install --global typescript
 ---> Using cache
 ---> e1e903fd7235
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Using cache
 ---> 5a899eb9309f
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Using cache
 ---> f4b5ce9453ec
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Using cache
 ---> 3150d253ba34
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Using cache
 ---> c7be73d3f5bd
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Using cache
 ---> 94dffabc6f68
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Using cache
 ---> 7b4bdf4e53ec
Step 12/12 : CMD [ "esbuild" ]
 ---> Using cache
 ---> 3198e16488b0
Successfully built 3198e16488b0
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/scraper-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.6kb

⚡ Done in 3ms
Stack persistence
There were no differences
Stack wt-hosted-zone
There were no differences
Stack business
Resources
[-] AWS::ApiGateway::Deployment restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937 destroy
[-] AWS::ApiGateway::Deployment restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d destroy
[+] AWS::ApiGateway::Deployment rest-api-endpoint/prod-deployment restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d 
[+] AWS::ApiGateway::Deployment rest-api-endpoint/dev-deployment restapiendpointdevdeployment6E7C4E8A5e0acf394427671f7a1258f2a503793f 
[~] AWS::ApiGateway::Stage rest-api-endpoint/prod-stage restapiendpointprodstage29901B5F 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointproddeployment044939E1842ca23906c835b61fbe0cc358c2c937
         └─ [+] restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d
[~] AWS::ApiGateway::Stage rest-api-endpoint/dev-stage restapiendpointdevstage0CDF6AEB 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d
         └─ [+] restapiendpointdevdeployment6E7C4E8A5e0acf394427671f7a1258f2a503793f

Stack presentation
There were no differences
Stack admin
There were no differences

@AustinZhu AustinZhu merged commit 093a2f0 into develop Dec 18, 2021
@AustinZhu AustinZhu deleted the renovate/jest-monorepo branch December 18, 2021 23:00
AustinZhu added a commit that referenced this pull request Dec 23, 2021
* chore(deps): update dependency ts-jest to v27.1.2 (#115)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.14

* chore(deps): update dependency typescript to v4.5.4

* chore(deps): update dependency jest to v27.4.5 (#112)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.16 (#116)

Co-authored-by: Renovate Bot <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
AustinZhu added a commit that referenced this pull request Feb 19, 2022
* chore(deps): update dependency ts-jest to v27.1.2 (#115)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.14

* chore(deps): update dependency typescript to v4.5.4

* chore(deps): update dependency jest to v27.4.5 (#112)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.16 (#116)

Co-authored-by: Renovate Bot <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
AustinZhu added a commit that referenced this pull request Feb 23, 2022
* Update renovate.json

* chore(deps): update deps (#117)

* chore(deps): update dependency ts-jest to v27.1.2 (#115)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.14

* chore(deps): update dependency typescript to v4.5.4

* chore(deps): update dependency jest to v27.4.5 (#112)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.16 (#116)

Co-authored-by: Renovate Bot <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>

* chore: update comment in ci

* chore: update workflow

Signed-off-by: AustinZhu <[email protected]>

* chore: add eslint, husky and commitlint

Signed-off-by: AustinZhu <[email protected]>

* feat: refactor configs

Signed-off-by: AustinZhu <[email protected]>

* feat: migrate to cdk  v2

Signed-off-by: AustinZhu <[email protected]>

* feat: migrate to cdk v2

Signed-off-by: AustinZhu <[email protected]>

* fix: add type def for pluralize

Signed-off-by: AustinZhu <[email protected]>

* fix: remove redundant definition

Signed-off-by: AustinZhu <[email protected]>

* chore(eslint): add ignored path

Signed-off-by: AustinZhu <[email protected]>

* chore(ci): use cdk action

Signed-off-by: AustinZhu <[email protected]>

* fix: enable debug log

Signed-off-by: AustinZhu <[email protected]>

* fix: debug diff

Signed-off-by: AustinZhu <[email protected]>

* chore: update workflow

Signed-off-by: AustinZhu <[email protected]>

* chore: add pr lint job

Signed-off-by: AustinZhu <[email protected]>

* fix(lint): reformat code

Signed-off-by: AustinZhu <[email protected]>

* fix(lint): reformat code

Signed-off-by: AustinZhu <[email protected]>

* fix: update tsconfig

Signed-off-by: AustinZhu <[email protected]>

* fix: update tsconfig

Signed-off-by: AustinZhu <[email protected]>

* fix: update jest config

Signed-off-by: AustinZhu <[email protected]>

* fix: update jest config

Signed-off-by: AustinZhu <[email protected]>

* chore(ci): fix workflow

Signed-off-by: AustinZhu <[email protected]>

* chore(coverage): setup codecov

Signed-off-by: AustinZhu <[email protected]>

* chore(release): 2.0.0-alpha.0

* chore(readme): add badges

Signed-off-by: AustinZhu <[email protected]>

* chore(ci): fix path

Signed-off-by: AustinZhu <[email protected]>

* feat(apigw): define types

Signed-off-by: AustinZhu <[email protected]>

* chore: bootstrap stack

Signed-off-by: AustinZhu <[email protected]>

* chore: bootstrap stack

Signed-off-by: AustinZhu <[email protected]>

* chore: set only allow pnpm

Signed-off-by: AustinZhu <[email protected]>

* chore(release): 2.0.0-alpha.1

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
JasonNotJson added a commit to JasonNotJson/wasedatime-backend that referenced this pull request Feb 23, 2022
* chore(deps): update dependency ts-jest to v27.1.2 (wasedatime#115)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.14

* chore(deps): update dependency typescript to v4.5.4

* chore(deps): update dependency jest to v27.4.5 (wasedatime#112)

Co-authored-by: Renovate Bot <[email protected]>

* chore(deps): update dependency @types/node to v16.11.16 (wasedatime#116)

Co-authored-by: Renovate Bot <[email protected]>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <[email protected]>
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.

2 participants