Skip to content

Instantly share code, notes, and snippets.

@rowanu
Created February 10, 2018 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rowanu/f853cb85a3ab1fa8fd73163c4526b395 to your computer and use it in GitHub Desktop.
Save rowanu/f853cb85a3ab1fa8fd73163c4526b395 to your computer and use it in GitHub Desktop.
CodeBuild Output
[Container] 2018/02/10 08:28:22 Waiting for agent ping
[Container] 2018/02/10 08:28:25 Waiting for DOWNLOAD_SOURCE
[Container] 2018/02/10 08:28:31 Phase is DOWNLOAD_SOURCE
[Container] 2018/02/10 08:28:31 CODEBUILD_SRC_DIR=/codebuild/output/src210388559/src
[Container] 2018/02/10 08:28:31 YAML location is /codebuild/output/src210388559/src/buildspec.yaml
[Container] 2018/02/10 08:28:31 Processing environment variables
[Container] 2018/02/10 08:28:31 Moving to directory /codebuild/output/src210388559/src
[Container] 2018/02/10 08:28:31 Registering with agent
[Container] 2018/02/10 08:28:31 Phases found in YAML: 3
[Container] 2018/02/10 08:28:31 INSTALL: 3 commands
[Container] 2018/02/10 08:28:31 BUILD: 5 commands
[Container] 2018/02/10 08:28:31 POST_BUILD: 1 commands
[Container] 2018/02/10 08:28:31 Phase complete: DOWNLOAD_SOURCE Success: true
[Container] 2018/02/10 08:28:31 Phase context status code: Message:
[Container] 2018/02/10 08:28:31 Entering phase INSTALL
[Container] 2018/02/10 08:28:31 Running command echo CODEBUILD_SRC_DIR - $CODEBUILD_SRC_DIR
CODEBUILD_SRC_DIR - /codebuild/output/src210388559/src
[Container] 2018/02/10 08:28:31 Running command echo GOPATH - $GOPATH
GOPATH - /go:/codebuild/output/src210388559
[Container] 2018/02/10 08:28:31 Running command echo GOROOT - $GOROOT
GOROOT -
[Container] 2018/02/10 08:28:31 Phase complete: INSTALL Success: true
[Container] 2018/02/10 08:28:31 Phase context status code: Message:
[Container] 2018/02/10 08:28:31 Entering phase PRE_BUILD
[Container] 2018/02/10 08:28:31 Phase complete: PRE_BUILD Success: true
[Container] 2018/02/10 08:28:31 Phase context status code: Message:
[Container] 2018/02/10 08:28:31 Entering phase BUILD
[Container] 2018/02/10 08:28:31 Running command echo Build started on `date`
Build started on Sat Feb 10 08:28:31 UTC 2018
[Container] 2018/02/10 08:28:31 Running command echo Getting packages
Getting packages
[Container] 2018/02/10 08:28:31 Running command go get ./...
go install: no install location for directory /codebuild/output/src210388559/src outside GOPATH
For more details see: go help gopath
[Container] 2018/02/10 08:28:43 Command did not exit successfully go get ./... exit status 1
[Container] 2018/02/10 08:28:43 Phase complete: BUILD Success: false
[Container] 2018/02/10 08:28:43 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: go get ./.... Reason: exit status 1
[Container] 2018/02/10 08:28:43 Entering phase POST_BUILD
[Container] 2018/02/10 08:28:43 Running command echo Build completed on `date`
Build completed on Sat Feb 10 08:28:43 UTC 2018
[Container] 2018/02/10 08:28:43 Phase complete: POST_BUILD Success: true
[Container] 2018/02/10 08:28:43 Phase context status code: Message:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment