Created
June 13, 2016 14:22
-
-
Save aisensiy/3d7d4c2b5df9f34a59134d3458561874 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBU[0000] events| BuildStarted | |
DEBU[0000] options| AWSOptions *core.AWSOptions | |
DEBU[0000] options| AWSAccessKeyID string = | |
DEBU[0000] options| AWSRegion string = us-east-1 | |
DEBU[0000] options| AWSSecretAccessKey string = | |
DEBU[0000] options| S3Bucket string = wercker-development | |
DEBU[0000] options| S3PartSize int64 = 104857600 | |
DEBU[0000] options| ApplicationID string = getting-started-nodejs | |
DEBU[0000] options| ApplicationName string = getting-started-nodejs | |
DEBU[0000] options| ApplicationOwnerName string = wercker | |
DEBU[0000] options| ApplicationStartedByName string = wercker | |
DEBU[0000] options| AttachOnError bool = false | |
DEBU[0000] options| BuildID string = 65f52a12-5a0d-4428-9dbb-e66a00d912d5 | |
DEBU[0000] options| CommandTimeout int = 1500000 | |
DEBU[0000] options| DeployID string = | |
DEBU[0000] options| DeployTarget string = | |
DEBU[0000] options| DirectMount bool = true | |
DEBU[0000] options| EnableDevSteps bool = true | |
DEBU[0000] options| EnableVolumes bool = false | |
DEBU[0000] options| GitOptions *core.GitOptions | |
DEBU[0000] options| GitBranch string = master | |
DEBU[0000] options| GitCommit string = 67c26b0157a6b9284d6141985d56ae08debb294f | |
DEBU[0000] options| GitDomain string = | |
DEBU[0000] options| GitOwner string = | |
DEBU[0000] options| GitRepository string = | |
DEBU[0000] options| GlobalOptions *core.GlobalOptions | |
DEBU[0000] options| AuthToken string = | |
DEBU[0000] options| AuthTokenStore string = /Users/twer/.wercker/token | |
DEBU[0000] options| BaseURL string = https://app.wercker.com | |
DEBU[0000] options| Debug bool = true | |
DEBU[0000] options| Journal bool = false | |
DEBU[0000] options| ShowColors bool = false | |
DEBU[0000] options| Verbose bool = true | |
DEBU[0000] options| GuestRoot string = /pipeline | |
DEBU[0000] options| KeenOptions *core.KeenOptions | |
DEBU[0000] options| KeenProjectID string = | |
DEBU[0000] options| KeenProjectWriteKey string = | |
DEBU[0000] options| ShouldKeenMetrics bool = false | |
DEBU[0000] options| Message string = | |
DEBU[0000] options| MntRoot string = /mnt | |
DEBU[0000] options| NoResponseTimeout int = 300000 | |
DEBU[0000] options| Pipeline string = dev | |
DEBU[0000] options| PipelineID string = 65f52a12-5a0d-4428-9dbb-e66a00d912d5 | |
DEBU[0000] options| ProjectID string = getting-started-nodejs | |
DEBU[0000] options| ProjectPath string = /Users/twer/projects/getting-started-nodejs | |
DEBU[0000] options| ProjectURL string = | |
DEBU[0000] options| PublishPorts []string = [] | |
DEBU[0000] options| ReportRoot string = /report | |
DEBU[0000] options| ReporterOptions *core.ReporterOptions | |
DEBU[0000] options| ReporterHost string = | |
DEBU[0000] options| ReporterKey string = | |
DEBU[0000] options| ShouldReport bool = false | |
DEBU[0000] options| Repository string = | |
DEBU[0000] options| ShouldArtifacts bool = false | |
DEBU[0000] options| ShouldCommit bool = false | |
DEBU[0000] options| ShouldRemove bool = true | |
DEBU[0000] options| ShouldStoreLocal bool = false | |
DEBU[0000] options| ShouldStoreS3 bool = false | |
DEBU[0000] options| SourceDir string = | |
DEBU[0000] options| Tag string = master | |
DEBU[0000] options| WerckerYml string = | |
DEBU[0000] options| WorkingDir string = /Users/twer/projects/getting-started-nodejs | |
INFO[0000] main| --> Executing pipeline | |
INFO[0000] main| --> Copied working dir: 0.00s | |
INFO[0000] main| --> Running step: setup environment | |
DEBU[0000] events| BuildStepStarted | |
DEBU[0000] events| Box core.Box | |
DEBU[0000] events| Build core.Pipeline = <nil> | |
DEBU[0000] events| Order int = 2 | |
DEBU[0000] events| Step core.Step | |
DEBU[0000] events| BaseStep *core.BaseStep = &{ <nil> setup environment wercker 1.0.405 } | |
DEBU[0000] events| data map[string]string = <not exported> | |
DEBU[0000] events| logger *util.LogEntry = <not exported> | |
DEBU[0000] events| options *core.PipelineOptions = <not exported> | |
DEBU[0000] events| stepDesc *core.StepDesc = <not exported> | |
DEBU[0000] events| url string = <not exported> | |
INFO[0000] literal| [x] stdout "Running wercker version: 1.0.405 (Compiled at: 2016-02-10T22:17:21Z, Git commit: b44ceb57f107c85dbaa619c6d89592b979f69b5b)\n" | |
DEBU[0000] runner| Application: getting-started-nodejs | |
INFO[0000] literal| [x] stdout "Using config:\nbox: node:4.2.6-slim\nservices:\n - id: mongo\ndev:\n services:\n - id: mongo\n steps:\n - npm-install\n - internal/watch:\n code: node app.js\n reload: true\n\n# Build definition\nbuild:\n # The steps that will be executed on build\n steps:\n - script:\n code: export NODE_ENV='testing'\n # A step that executes `npm install` command\n - npm-install\n # A step that executes `npm test` command\n - npm-test\n\n # A custom script step, name value is used in the UI\n # and the code value contains the command that get executed\n - script:\n name: echo nodejs information\n code: |\n echo \"node version $(node -v) running\"\n echo \"npm version $(npm -v) running\"\n - internal/docker-push:\n username: eisenxu\n password: $PASSWORD\n cmd: node app.js\n working-dir: /pipeline/source\n ports: 5000\n repository: eisenxu/wercker-test-app\n\n\n" | |
DEBU[0000] docker| Checking access for node | |
DEBU[0000] docker| Normalized repo node | |
DEBU[0000] docker| No registry address provided, using https://registry.hub.docker.com | |
DEBU[0000] docker| Normalized Registry https://registry.hub.docker.com/v1/ | |
INFO[0007] literal| [x] docker "Pulling from library/node: 4.2.6-slim\n" | |
INFO[0007] literal| [x] docker "Already exists: 03e1855d4f31\n" | |
INFO[0007] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0007] literal| [x] docker "Already exists: 9269ba3950bb\n" | |
INFO[0007] literal| [x] docker "Already exists: a89fca349225\n" | |
INFO[0007] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0007] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0007] literal| [x] docker "Already exists: 000e1d971a03\n" | |
INFO[0007] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0007] literal| [x] docker "Digest: sha256:8ab94d53a5c14b278e822016b1433c1168cfca16e3a708565a08a399a66117fc\n" | |
INFO[0007] literal| [x] docker "Status: Image is up to date for node:4.2.6-slim\n" | |
INFO[0008] runner| --> Fetched node:4.2.6-slim: 7.23s | |
DEBU[0008] docker| Checking access for mongo | |
DEBU[0008] docker| Normalized repo mongo | |
DEBU[0008] docker| No registry address provided, using https://registry.hub.docker.com | |
DEBU[0008] docker| Normalized Registry https://registry.hub.docker.com/v1/ | |
INFO[0012] literal| [x] docker "Pulling from library/mongo: latest\n" | |
INFO[0012] literal| [x] docker "Already exists: 47994b92ab73\n" | |
INFO[0012] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0012] literal| [x] docker "Already exists: 71b6becd9768\n" | |
INFO[0012] literal| [x] docker "Already exists: 7d5d40f9dc7b\n" | |
INFO[0012] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0012] literal| [x] docker "Already exists: 9dc152e647de\n" | |
INFO[0012] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0012] literal| [x] docker "Already exists: 3f1f69340f17\n" | |
INFO[0012] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0012] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0012] literal| [x] docker "Already exists: 82a29b50f1d2\n" | |
INFO[0012] literal| [x] docker "Already exists: 97869c61a050\n" | |
INFO[0012] literal| [x] docker "Already exists: 50aa2bf3bccc\n" | |
INFO[0012] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0012] literal| [x] docker "Already exists: 03913f2c5b05\n" | |
INFO[0012] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0012] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0012] literal| [x] docker "Already exists: a3ed95caeb02\n" | |
INFO[0012] literal| [x] docker "Digest: sha256:1346332a4cb70ca77ae17345a6b86991ddc215fc41b07999c4ee77f362453234\n" | |
INFO[0012] literal| [x] docker "Status: Image is up to date for mongo:latest\n" | |
INFO[0013] runner| --> Fetched mongo:latest: 4.95s | |
DEBU[0013] runner| Copying source to build directory | |
INFO[0013] runner| --> Source -> Staging Area: 0.00s | |
DEBU[0013] runner| Copying cache to build directory | |
INFO[0013] runner| --> Cache -> Staging Area: 0.00s | |
INFO[0013] runner| --> Cache -> Staging Area: 0.00s | |
DEBU[0013] runner| Steps: 3 | |
INFO[0013] runner| --> Prepared step: wercker-init 0.00s | |
INFO[0013] runner| --> Prepared step: npm-install 0.00s | |
INFO[0013] runner| --> Prepared step: watch 0.00s | |
DEBU[0013] box| Startinq service: mongo:latest | |
INFO[0014] service| --> Starting service mongo: /entrypoint.sh mongod | |
DEBU[0014] box| Starting base box: node:4.2.6-slim | |
DEBU[0014] box| Docker Container: 7c4379358c683456e4d47715f731b93a8e296d5a77d92d694e8b8b4a95793340 | |
DEBU[0014] box| Creating links: [wercker-service-mongo_latest-65f52a12-5a0d-4428-9dbb-e66a00d912d5:mongo] | |
DEBU[0014] runner| Attaching session to base box | |
DEBU[0014] dockertr| Attaching to container: 7c4379358c683456e4d47715f731b93a8e296d5a77d92d694e8b8b4a95793340 | |
DEBU[0016] pipeline| Base Pipeline Environment: | |
DEBU[0016] pipeline| WERCKER true | |
DEBU[0016] pipeline| WERCKER_ROOT /pipeline/source | |
DEBU[0016] pipeline| WERCKER_SOURCE_DIR /pipeline/source | |
DEBU[0016] pipeline| WERCKER_CACHE_DIR /pipeline/cache | |
DEBU[0016] pipeline| WERCKER_OUTPUT_DIR /pipeline/output | |
DEBU[0016] pipeline| WERCKER_PIPELINE_DIR /pipeline | |
DEBU[0016] pipeline| WERCKER_REPORT_DIR /pipeline/report | |
DEBU[0016] pipeline| WERCKER_APPLICATION_ID getting-started-nodejs | |
DEBU[0016] pipeline| WERCKER_APPLICATION_NAME getting-started-nodejs | |
DEBU[0016] pipeline| WERCKER_APPLICATION_OWNER_NAME wercker | |
DEBU[0016] pipeline| WERCKER_APPLICATION_URL https://app.wercker.com/#applications/getting-started-nodejs | |
DEBU[0016] pipeline| TERM xterm-256color | |
DEBU[0016] pipeline| BUILD true | |
DEBU[0016] pipeline| CI true | |
DEBU[0016] pipeline| WERCKER_BUILD_ID 65f52a12-5a0d-4428-9dbb-e66a00d912d5 | |
DEBU[0016] pipeline| WERCKER_BUILD_URL https://app.wercker.com/#build/65f52a12-5a0d-4428-9dbb-e66a00d912d5 | |
DEBU[0016] pipeline| WERCKER_GIT_DOMAIN | |
DEBU[0016] pipeline| WERCKER_GIT_OWNER | |
DEBU[0016] pipeline| WERCKER_GIT_REPOSITORY | |
DEBU[0016] pipeline| WERCKER_GIT_BRANCH master | |
DEBU[0016] pipeline| WERCKER_GIT_COMMIT 67c26b0157a6b9284d6141985d56ae08debb294f | |
DEBU[0016] pipeline| PASSWORD th0ughtw0rks | |
DEBU[0016] runner| Setting up guest (base box) | |
INFO[0016] literal| [ ] stdin "mkdir -p \"/pipeline/output\"\n" | |
INFO[0016] literal| [ ] stdin "echo e06b300f-e062-4759-8f04-c9a680b61e40 $?\n" | |
INFO[0016] literal| [ ] stdout "e06b300f-e062-4759-8f04-c9a680b61e40 0\n" | |
INFO[0016] pipeline| --> Source+Cache -> Guest: 0.19s | |
INFO[0016] literal| [x] stdin "export WERCKER=\"true\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_ROOT=\"/pipeline/source\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_SOURCE_DIR=\"/pipeline/source\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_CACHE_DIR=\"/pipeline/cache\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_OUTPUT_DIR=\"/pipeline/output\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_PIPELINE_DIR=\"/pipeline\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_REPORT_DIR=\"/pipeline/report\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_APPLICATION_ID=\"getting-started-nodejs\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_APPLICATION_NAME=\"getting-started-nodejs\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_APPLICATION_OWNER_NAME=\"wercker\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_APPLICATION_URL=\"https://app.wercker.com/#applications/getting-started-nodejs\"\n" | |
INFO[0016] literal| [x] stdin "export TERM=\"xterm-256color\"\n" | |
INFO[0016] literal| [x] stdin "export BUILD=\"true\"\n" | |
INFO[0016] literal| [x] stdin "export CI=\"true\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_BUILD_ID=\"65f52a12-5a0d-4428-9dbb-e66a00d912d5\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_BUILD_URL=\"https://app.wercker.com/#build/65f52a12-5a0d-4428-9dbb-e66a00d912d5\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_GIT_DOMAIN=\"\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_GIT_OWNER=\"\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_GIT_REPOSITORY=\"\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_GIT_BRANCH=\"master\"\n" | |
INFO[0016] literal| [x] stdin "export WERCKER_GIT_COMMIT=\"67c26b0157a6b9284d6141985d56ae08debb294f\"\n" | |
INFO[0016] literal| [x] stdin "export PASSWORD=\"th0ughtw0rks\"\n" | |
INFO[0016] literal| [ ] stdin "echo a66db583-7a95-4627-99a3-ebca9941e140 $?\n" | |
INFO[0017] literal| [ ] stdout "a66db583-7a95-4627-99a3-ebca9941e140 0\n" | |
INFO[0017] literal| [ ] stdin "echo 5b8388dc-98ed-4ff1-9024-475bb58049ec $?\n" | |
INFO[0017] literal| [ ] stdout "5b8388dc-98ed-4ff1-9024-475bb58049ec 0\n" | |
DEBU[0017] events| BuildStepFinished | |
DEBU[0017] events| ArtifactURL string = | |
DEBU[0017] events| Box core.Box | |
DEBU[0017] events| Name string = node:4.2.6-slim | |
DEBU[0017] events| ShortName string = node | |
DEBU[0017] events| client *dockerlocal.DockerClient = <not exported> | |
DEBU[0017] events| cmd string = <not exported> | |
DEBU[0017] events| config *core.BoxConfig = <not exported> | |
DEBU[0017] events| container *docker.Container = <not exported> | |
DEBU[0017] events| dockerOptions *dockerlocal.DockerOptions = <not exported> | |
DEBU[0017] events| entrypoint string = <not exported> | |
DEBU[0017] events| image *docker.Image = <not exported> | |
DEBU[0017] events| images []*docker.Image = <not exported> | |
DEBU[0017] events| logger *util.LogEntry = <not exported> | |
DEBU[0017] events| networkDisabled bool = <not exported> | |
DEBU[0017] events| options *core.PipelineOptions = <not exported> | |
DEBU[0017] events| repository string = <not exported> | |
DEBU[0017] events| services []core.ServiceBox = <not exported> | |
DEBU[0017] events| tag string = <not exported> | |
DEBU[0017] events| volumes []string = <not exported> | |
DEBU[0017] events| Build core.Pipeline = <nil> | |
DEBU[0017] events| Message string = | |
DEBU[0017] events| Order int = 2 | |
DEBU[0017] events| PackageURL string = | |
DEBU[0017] events| Step core.Step | |
DEBU[0017] events| BaseStep *core.BaseStep = &{ <nil> setup environment wercker 1.0.405 } | |
DEBU[0017] events| data map[string]string = <not exported> | |
DEBU[0017] events| logger *util.LogEntry = <not exported> | |
DEBU[0017] events| options *core.PipelineOptions = <not exported> | |
DEBU[0017] events| stepDesc *core.StepDesc = <not exported> | |
DEBU[0017] events| url string = <not exported> | |
DEBU[0017] events| Successful bool = true | |
DEBU[0017] events| WerckerYamlContents string = box: node:4.2.6-slim | |
services: | |
- id: mongo | |
dev: | |
services: | |
- id: mongo | |
steps: | |
- npm-install | |
- internal/watch: | |
code: node app.js | |
reload: true | |
# Build definition | |
build: | |
# The steps that will be executed on build | |
steps: | |
- script: | |
code: export NODE_ENV='testing' | |
# A step that executes `npm install` command | |
- npm-install | |
# A step that executes `npm test` command | |
- npm-test | |
# A custom script step, name value is used in the UI | |
# and the code value contains the command that get executed | |
- script: | |
name: echo nodejs information | |
code: | | |
echo "node version $(node -v) running" | |
echo "npm version $(npm -v) running" | |
- internal/docker-push: | |
username: eisenxu | |
password: $PASSWORD | |
cmd: node app.js | |
working-dir: /pipeline/source | |
ports: 5000 | |
repository: eisenxu/wercker-test-app | |
INFO[0017] main| --> Step passed: setup environment 16.43s | |
DEBU[0017] events| BuildStepsAdded | |
DEBU[0017] events| AfterSteps []core.Step = [] | |
DEBU[0017] events| Build core.Pipeline = &{0xc820301c60} | |
DEBU[0017] events| Steps []core.Step = [0xc820302900 0xc820301c20 0xc820302a40] | |
DEBU[0017] events| StoreStep core.Step = <nil> | |
INFO[0017] main| --> Running step: wercker-init | |
DEBU[0017] events| BuildStepStarted | |
DEBU[0017] events| Box core.Box | |
DEBU[0017] events| Name string = node:4.2.6-slim | |
DEBU[0017] events| ShortName string = node | |
DEBU[0017] events| client *dockerlocal.DockerClient = <not exported> | |
DEBU[0017] events| cmd string = <not exported> | |
DEBU[0017] events| config *core.BoxConfig = <not exported> | |
DEBU[0017] events| container *docker.Container = <not exported> | |
DEBU[0017] events| dockerOptions *dockerlocal.DockerOptions = <not exported> | |
DEBU[0017] events| entrypoint string = <not exported> | |
DEBU[0017] events| image *docker.Image = <not exported> | |
DEBU[0017] events| images []*docker.Image = <not exported> | |
DEBU[0017] events| logger *util.LogEntry = <not exported> | |
DEBU[0017] events| networkDisabled bool = <not exported> | |
DEBU[0017] events| options *core.PipelineOptions = <not exported> | |
DEBU[0017] events| repository string = <not exported> | |
DEBU[0017] events| services []core.ServiceBox = <not exported> | |
DEBU[0017] events| tag string = <not exported> | |
DEBU[0017] events| volumes []string = <not exported> | |
DEBU[0017] events| Build core.Pipeline = &{0xc820301c60} | |
DEBU[0017] events| Order int = 3 | |
DEBU[0017] events| Step core.Step | |
DEBU[0017] events| BaseStep *core.BaseStep = &{wercker-init 0xc820306300 wercker-init wercker-init wercker wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5 * } | |
DEBU[0017] events| data map[string]string = <not exported> | |
DEBU[0017] events| logger *util.LogEntry = <not exported> | |
DEBU[0017] events| options *core.PipelineOptions = <not exported> | |
DEBU[0017] events| stepDesc *core.StepDesc = <not exported> | |
DEBU[0017] events| url string = <not exported> | |
DEBU[0017] runner| Step Environment | |
DEBU[0017] runner| WERCKER_STEP_ROOT /pipeline/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5 | |
DEBU[0017] runner| WERCKER_STEP_ID wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5 | |
DEBU[0017] runner| WERCKER_STEP_OWNER wercker | |
DEBU[0017] runner| WERCKER_STEP_NAME wercker-init | |
DEBU[0017] runner| WERCKER_REPORT_NUMBERS_FILE /report/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5/numbers.ini | |
DEBU[0017] runner| WERCKER_REPORT_MESSAGE_FILE /report/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5/message.txt | |
DEBU[0017] runner| WERCKER_REPORT_ARTIFACTS_DIR /report/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5/artifacts | |
INFO[0017] literal| [ ] stdin "mkdir -p \"/report/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5/artifacts\"\n" | |
INFO[0017] literal| [ ] stdin "echo 37d28791-17d9-4835-b1d1-925cb5836037 $?\n" | |
INFO[0017] literal| [ ] stdout "37d28791-17d9-4835-b1d1-925cb5836037 0\n" | |
INFO[0017] literal| [ ] stdin "set +e\n" | |
INFO[0017] literal| [ ] stdin "echo 6222660a-4b96-44a6-a426-f8672ded0646 $?\n" | |
INFO[0017] literal| [ ] stdout "6222660a-4b96-44a6-a426-f8672ded0646 0\n" | |
INFO[0017] literal| [ ] stdin "cp -r \"/mnt/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5\" \"/pipeline/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5\"\n" | |
INFO[0017] literal| [ ] stdin "echo 8fc6f071-634b-432b-85d5-db3b329b092f $?\n" | |
INFO[0017] literal| [ ] stdout "cp: cannot stat '/mnt/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5': No such file or directory\n" | |
INFO[0017] literal| [ ] stdout "8fc6f071-634b-432b-85d5-db3b329b092f 1\n" | |
INFO[0017] literal| [ ] stdin "cd $WERCKER_SOURCE_DIR\n" | |
INFO[0017] literal| [ ] stdin "echo d0c288b1-79e3-4c58-b73d-49e247030221 $?\n" | |
INFO[0017] literal| [ ] stdout "d0c288b1-79e3-4c58-b73d-49e247030221 0\n" | |
INFO[0017] literal| [x] stdin "export WERCKER_STEP_ROOT=\"/pipeline/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5\"\n" | |
INFO[0017] literal| [x] stdin "export WERCKER_STEP_ID=\"wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5\"\n" | |
INFO[0017] literal| [x] stdin "export WERCKER_STEP_OWNER=\"wercker\"\n" | |
INFO[0017] literal| [x] stdin "export WERCKER_STEP_NAME=\"wercker-init\"\n" | |
INFO[0017] literal| [x] stdin "export WERCKER_REPORT_NUMBERS_FILE=\"/report/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5/numbers.ini\"\n" | |
INFO[0017] literal| [x] stdin "export WERCKER_REPORT_MESSAGE_FILE=\"/report/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5/message.txt\"\n" | |
INFO[0017] literal| [x] stdin "export WERCKER_REPORT_ARTIFACTS_DIR=\"/report/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5/artifacts\"\n" | |
INFO[0017] literal| [ ] stdin "echo f4d4f448-c956-4855-b990-c7fdcf6e794d $?\n" | |
INFO[0018] literal| [ ] stdout "f4d4f448-c956-4855-b990-c7fdcf6e794d 0\n" | |
INFO[0018] literal| [x] stdin "source \"/pipeline/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5/init.sh\"\n" | |
INFO[0018] literal| [ ] stdin "echo 3e4481e3-2d49-4a65-b946-95d982641d27 $?\n" | |
INFO[0018] literal| [x] stdout "/bin/bash: line 43: /pipeline/wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5/init.sh: No such file or directory\n" | |
INFO[0018] literal| [ ] stdout "3e4481e3-2d49-4a65-b946-95d982641d27 1\n" | |
DEBU[0018] events| BuildStepFinished | |
DEBU[0018] events| ArtifactURL string = | |
DEBU[0018] events| Box core.Box | |
DEBU[0018] events| Name string = node:4.2.6-slim | |
DEBU[0018] events| ShortName string = node | |
DEBU[0018] events| client *dockerlocal.DockerClient = <not exported> | |
DEBU[0018] events| cmd string = <not exported> | |
DEBU[0018] events| config *core.BoxConfig = <not exported> | |
DEBU[0018] events| container *docker.Container = <not exported> | |
DEBU[0018] events| dockerOptions *dockerlocal.DockerOptions = <not exported> | |
DEBU[0018] events| entrypoint string = <not exported> | |
DEBU[0018] events| image *docker.Image = <not exported> | |
DEBU[0018] events| images []*docker.Image = <not exported> | |
DEBU[0018] events| logger *util.LogEntry = <not exported> | |
DEBU[0018] events| networkDisabled bool = <not exported> | |
DEBU[0018] events| options *core.PipelineOptions = <not exported> | |
DEBU[0018] events| repository string = <not exported> | |
DEBU[0018] events| services []core.ServiceBox = <not exported> | |
DEBU[0018] events| tag string = <not exported> | |
DEBU[0018] events| volumes []string = <not exported> | |
DEBU[0018] events| Build core.Pipeline = &{0xc820301c60} | |
DEBU[0018] events| Message string = Ack! | |
DEBU[0018] events| Order int = 3 | |
DEBU[0018] events| PackageURL string = | |
DEBU[0018] events| Step core.Step | |
DEBU[0018] events| BaseStep *core.BaseStep = &{wercker-init 0xc820306300 wercker-init wercker-init wercker wercker-init-4aa37f8c-6d88-4926-925a-16da938f92c5 * } | |
DEBU[0018] events| data map[string]string = <not exported> | |
DEBU[0018] events| logger *util.LogEntry = <not exported> | |
DEBU[0018] events| options *core.PipelineOptions = <not exported> | |
DEBU[0018] events| stepDesc *core.StepDesc = <not exported> | |
DEBU[0018] events| url string = <not exported> | |
DEBU[0018] events| Successful bool = false | |
DEBU[0018] events| WerckerYamlContents string = | |
INFO[0018] main| --> Step failed: wercker-init 1.13s | |
DEBU[0018] events| BuildFinished | |
DEBU[0018] events| Box core.Box | |
DEBU[0018] events| Name string = node:4.2.6-slim | |
DEBU[0018] events| ShortName string = node | |
DEBU[0018] events| client *dockerlocal.DockerClient = <not exported> | |
DEBU[0018] events| cmd string = <not exported> | |
DEBU[0018] events| config *core.BoxConfig = <not exported> | |
DEBU[0018] events| container *docker.Container = <not exported> | |
DEBU[0018] events| dockerOptions *dockerlocal.DockerOptions = <not exported> | |
DEBU[0018] events| entrypoint string = <not exported> | |
DEBU[0018] events| image *docker.Image = <not exported> | |
DEBU[0018] events| images []*docker.Image = <not exported> | |
DEBU[0018] events| logger *util.LogEntry = <not exported> | |
DEBU[0018] events| networkDisabled bool = <not exported> | |
DEBU[0018] events| options *core.PipelineOptions = <not exported> | |
DEBU[0018] events| repository string = <not exported> | |
DEBU[0018] events| services []core.ServiceBox = <not exported> | |
DEBU[0018] events| tag string = <not exported> | |
DEBU[0018] events| volumes []string = <not exported> | |
DEBU[0018] events| Result string = failed | |
INFO[0018] main| --> Pipeline failed: 18.36s | |
DEBU[0018] box| Stopping service 957a2e298857cd663cab831a982e80303af682c63249da77cf419b282b3d0062 | |
DEBU[0018] box| Stopping container 7c4379358c683456e4d47715f731b93a8e296d5a77d92d694e8b8b4a95793340 | |
DEBU[0018] service| Service container finished with status code: 0 957a2e298857cd663cab831a982e80303af682c63249da77cf419b282b3d0062 | |
DEBU[0019] box| Removing container: 7c4379358c683456e4d47715f731b93a8e296d5a77d92d694e8b8b4a95793340 | |
DEBU[0019] dockertr| Container finished with status code: 137 7c4379358c683456e4d47715f731b93a8e296d5a77d92d694e8b8b4a95793340 | |
DEBU[0020] box| Removing container: 957a2e298857cd663cab831a982e80303af682c63249da77cf419b282b3d0062 | |
DEBU[0020] events| FullPipelineFinished | |
DEBU[0020] events| AfterStepSuccessful bool = false | |
DEBU[0020] events| MainSuccessful bool = false | |
DEBU[0020] events| RanAfterSteps bool = false | |
FATA[0020] cli| Step failed: wercker-init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment