0% found this document useful (0 votes)
63 views2 pages

Git Build and Deployment Log

The document describes the steps taken to clone a Git repository and build a backend project. It records: 1. Cloning the react-amplify repository from GitHub and checking out a specific commit. 2. Retrieving cached environment data and secrets. 3. Starting the backend build process, but it fails with a validation error due to unexpected properties in the project configuration file.

Uploaded by

Quarantine 2.0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views2 pages

Git Build and Deployment Log

The document describes the steps taken to clone a Git repository and build a backend project. It records: 1. Cloning the react-amplify repository from GitHub and checking out a specific commit. 2. Retrieving cached environment data and secrets. 3. Starting the backend build process, but it fails with a validation error due to unexpected properties in the project configuration file.

Uploaded by

Quarantine 2.0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

2021-11-12T09:09:42.

485Z [INFO]: Git SSH Key acquired


2021-11-12T09:09:42.558Z [INFO]: # Cloning repository:
git@github.com:muthaiyanmani/react-amplify.git
2021-11-12T09:09:42.639Z [INFO]: Agent pid 136
2021-11-12T09:09:42.678Z [INFO]: Identity added: /root/.ssh/git_rsa
(/root/.ssh/git_rsa)
2021-11-12T09:09:42.885Z [INFO]: Cloning into 'react-amplify'...
2021-11-12T09:09:43.697Z [INFO]: Warning: Permanently added the RSA host key for IP
address '52.64.108.95' to the list of known hosts.
2021-11-12T09:09:46.232Z [INFO]: # Switching to commit:
a6b656d399e71af8571de5791620c05545907589
2021-11-12T09:09:46.316Z [INFO]: Agent pid 149
2021-11-12T09:09:46.316Z [INFO]: Identity added: /root/.ssh/git_rsa
(/root/.ssh/git_rsa)
Note: switching to
'a6b656d399e71af8571de5791620c05545907589'.
You are in 'detached HEAD' state. You can look
around, make experimental
changes and commit them, and you can discard any
commits you make in this
state without impacting any branches by switching
back to a branch.
If you want to create a new branch to retain
commits you create, you may
do so (now or later) by using -c with the switch
command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable
advice.detachedHead to false
HEAD is now at a6b656d working on amplify auth
2021-11-12T09:09:46.322Z [INFO]: Successfully cleaned up Git credentials
2021-11-12T09:09:46.323Z [INFO]: # Checking for Git submodules at:
/codebuild/output/src570119932/src/react-amplify/.gitmodules
2021-11-12T09:09:46.346Z [INFO]: # Retrieving environment cache...
2021-11-12T09:09:46.424Z [INFO]: # Retrieved environment cache
2021-11-12T09:09:46.425Z [INFO]: ---- Setting Up SSM Secrets ----
2021-11-12T09:09:46.425Z [INFO]: SSM params
{"Path":"/amplify/d2vs17wxrw0npb/staging/","WithDecryption":true}
2021-11-12T09:09:46.453Z [WARNING]: !Failed to set up process.env.secrets
2021-11-12T09:09:46.462Z [INFO]: # Retrieving cache...
2021-11-12T09:09:48.214Z [INFO]: # Extracting cache...
2021-11-12T09:09:51.762Z [INFO]: # Extraction completed
2021-11-12T09:10:05.298Z [INFO]: ## Starting Backend Build
# Starting phase: build
2021-11-12T09:10:06.176Z [INFO]: File project: data should NOT have additional
properties: 'graphqltransformer'
2021-11-12T09:10:06.177Z [INFO]: JSONValidationError: File project: data should NOT
have additional properties: 'graphqltransformer'
at validator
(/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-
amplify/cli/node_modules/amplify-cli-core/lib/feature-flags/featureFlags.js:136:27)
at featureFlagsValidator
(/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-
amplify/cli/node_modules/amplify-cli-core/lib/feature-flags/featureFlags.js:140:17)
at FeatureFlags.validateFlags
(/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-
amplify/cli/node_modules/amplify-cli-core/lib/feature-flags/featureFlags.js:146:17)
at FeatureFlags.loadValues
(/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-
amplify/cli/node_modules/amplify-cli-core/lib/feature-flags/featureFlags.js:204:18)
at async Function.FeatureFlags.initialize
(/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-
amplify/cli/node_modules/amplify-cli-core/lib/feature-flags/featureFlags.js:267:5)
at async Object.run
(/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-
amplify/cli/lib/index.js:73:9)
2021-11-12T09:10:06.182Z [ERROR]: !!! Build failed
2021-11-12T09:10:06.182Z [ERROR]: !!! Non-Zero Exit Code detected
2021-11-12T09:10:06.182Z [INFO]: # Starting environment caching...
2021-11-12T09:10:06.182Z [INFO]: # Environment caching completed
Terminating logging...

You might also like