Last active
July 13, 2016 04:47
-
-
Save pitervergara/7dca6204111e0a1f5d7a72b04087afd4 to your computer and use it in GitHub Desktop.
Dump Wercker possible bug with localservices
This file contains hidden or 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
| $ docker version | |
| Client: | |
| Version: 1.10.3-cs3 | |
| API version: 1.22 | |
| Go version: go1.5.4 | |
| Git commit: 6df5588 | |
| Built: Wed Apr 27 01:00:56 2016 | |
| OS/Arch: linux/amd64 | |
| Server: | |
| Version: 1.10.3-cs3 | |
| API version: 1.22 | |
| Go version: go1.5.4 | |
| Git commit: 6df5588 | |
| Built: Wed Apr 27 01:00:56 2016 | |
| OS/Arch: linux/amd64 | |
| $ docker info | |
| Containers: 0 | |
| Running: 0 | |
| Paused: 0 | |
| Stopped: 0 | |
| Images: 283 | |
| Server Version: 1.10.3-cs3 | |
| Storage Driver: devicemapper | |
| Pool Name: docker-253:0-136393724-pool | |
| Pool Blocksize: 65.54 kB | |
| Base Device Size: 107.4 GB | |
| Backing Filesystem: ext4 | |
| Data file: /dev/loop0 | |
| Metadata file: /dev/loop1 | |
| Data Space Used: 65.34 GB | |
| Data Space Total: 107.4 GB | |
| Data Space Available: 2.331 GB | |
| Metadata Space Used: 63.36 MB | |
| Metadata Space Total: 2.147 GB | |
| Metadata Space Available: 2.084 GB | |
| Udev Sync Supported: true | |
| Deferred Removal Enabled: false | |
| Deferred Deletion Enabled: false | |
| Deferred Deleted Device Count: 0 | |
| Data loop file: /var/lib/docker/devicemapper/devicemapper/data | |
| WARNING: Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning. | |
| Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata | |
| Library Version: 1.02.107-RHEL7 (2015-12-01) | |
| Execution Driver: native-0.2 | |
| Logging Driver: json-file | |
| Plugins: | |
| Volume: local | |
| Network: null host bridge | |
| Kernel Version: 3.10.0-327.18.2.el7.x86_64 | |
| Operating System: CentOS Linux 7 (Core) | |
| OSType: linux | |
| Architecture: x86_64 | |
| CPUs: 4 | |
| Total Memory: 3.703 GiB | |
| Name: centos7-base | |
| ID: IS5G:AI2V:UHTB:AUT4:TW6G:G3NQ:FSUY:7TJ5:GFH5:HJBF:TG2P:K4VW | |
| Username: pitervergara | |
| Registry: https://index.docker.io/v1/ | |
| WARNING: bridge-nf-call-iptables is disabled | |
| WARNING: bridge-nf-call-ip6tables is disabled | |
| $ wercker --debug dev | |
| INFO[0000] docker| --> No Docker host specified, checking: unix:///var/run/docker.sock | |
| 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 = nexchange | |
| DEBU[0000] options| ApplicationName string = nexchange | |
| DEBU[0000] options| ApplicationOwnerName string = wercker | |
| DEBU[0000] options| ApplicationStartedByName string = wercker | |
| DEBU[0000] options| AttachOnError bool = false | |
| DEBU[0000] options| BuildID string = 5052e0ae-8ea8-4d17-99c4-1ade07f5baec | |
| 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 = feature/nginx | |
| DEBU[0000] options| GitCommit string = 4d5d20a075e4b483194d3eca225169a7f690d6a8 | |
| 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 = /root/.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 = 5052e0ae-8ea8-4d17-99c4-1ade07f5baec | |
| DEBU[0000] options| ProjectID string = nexchange | |
| DEBU[0000] options| ProjectPath string = /home/pitervergara/projetos/nexchange | |
| 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 = feature_nginx | |
| DEBU[0000] options| WerckerYml string = | |
| DEBU[0000] options| WorkingDir string = /home/pitervergara/projetos/nexchange | |
| 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: nexchange | |
| INFO[0000] literal| [x] stdout [OMMITED] | |
| DEBU[0000] docker| Checking access for pitervergara/geodjango | |
| DEBU[0000] docker| Normalized repo pitervergara/geodjango | |
| 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[0003] literal| [x] docker "Pulling from pitervergara/geodjango: nexchange\n" | |
| INFO[0003] literal| [x] docker "Digest: sha256:df27f5f336a7a8b70f652205687c1f6cfb939d1061ac009d25cd36b100fe53d2\n" | |
| INFO[0003] literal| [x] docker "Status: Image is up to date for pitervergara/geodjango:nexchange\n" | |
| INFO[0003] runner| --> Fetched pitervergara/geodjango:nexchange: 3.75s | |
| DEBU[0003] docker| Checking access for mdillon/postgis | |
| DEBU[0003] docker| Normalized repo mdillon/postgis | |
| DEBU[0003] docker| No registry address provided, using https://registry.hub.docker.com | |
| DEBU[0003] docker| Normalized Registry https://registry.hub.docker.com/v1/ | |
| INFO[0010] literal| [x] docker "Pulling from mdillon/postgis: latest\n" | |
| INFO[0010] literal| [x] docker "Digest: sha256:e26937d4c67f21b35badfe1a7d696a59fe9fc29f7c2dd1e63cc89ff712aed0ef\n" | |
| INFO[0010] literal| [x] docker "Status: Image is up to date for mdillon/postgis:latest\n" | |
| INFO[0010] runner| --> Fetched mdillon/postgis:latest: 6.84s | |
| DEBU[0010] events| BuildStarted | |
| DEBU[0010] options| AWSOptions *core.AWSOptions | |
| DEBU[0010] options| AWSAccessKeyID string = | |
| DEBU[0010] options| AWSRegion string = us-east-1 | |
| DEBU[0010] options| AWSSecretAccessKey string = | |
| DEBU[0010] options| S3Bucket string = wercker-development | |
| DEBU[0010] options| S3PartSize int64 = 104857600 | |
| DEBU[0010] options| ApplicationID string = .web-container | |
| DEBU[0010] options| ApplicationName string = .web-container | |
| DEBU[0010] options| ApplicationOwnerName string = wercker | |
| DEBU[0010] options| ApplicationStartedByName string = wercker | |
| DEBU[0010] options| AttachOnError bool = false | |
| DEBU[0010] options| BuildID string = b7c929da-5d03-4b48-a846-4cbfd1cfba03 | |
| DEBU[0010] options| CommandTimeout int = 1500000 | |
| DEBU[0010] options| DeployID string = | |
| DEBU[0010] options| DeployTarget string = | |
| DEBU[0010] options| DirectMount bool = false | |
| DEBU[0010] options| EnableDevSteps bool = false | |
| DEBU[0010] options| EnableVolumes bool = false | |
| DEBU[0010] options| GitOptions *core.GitOptions | |
| DEBU[0010] options| GitBranch string = feature/nginx | |
| DEBU[0010] options| GitCommit string = 4d5d20a075e4b483194d3eca225169a7f690d6a8 | |
| DEBU[0010] options| GitDomain string = | |
| DEBU[0010] options| GitOwner string = | |
| DEBU[0010] options| GitRepository string = | |
| DEBU[0010] options| GlobalOptions *core.GlobalOptions | |
| DEBU[0010] options| AuthToken string = | |
| DEBU[0010] options| AuthTokenStore string = /root/.wercker/token | |
| DEBU[0010] options| BaseURL string = https://app.wercker.com | |
| DEBU[0010] options| Debug bool = true | |
| DEBU[0010] options| Journal bool = false | |
| DEBU[0010] options| ShowColors bool = false | |
| DEBU[0010] options| Verbose bool = true | |
| DEBU[0010] options| GuestRoot string = /pipeline | |
| DEBU[0010] options| KeenOptions *core.KeenOptions | |
| DEBU[0010] options| KeenProjectID string = | |
| DEBU[0010] options| KeenProjectWriteKey string = | |
| DEBU[0010] options| ShouldKeenMetrics bool = false | |
| DEBU[0010] options| Message string = | |
| DEBU[0010] options| MntRoot string = /mnt | |
| DEBU[0010] options| NoResponseTimeout int = 300000 | |
| DEBU[0010] options| Pipeline string = dev | |
| DEBU[0010] options| PipelineID string = b7c929da-5d03-4b48-a846-4cbfd1cfba03 | |
| DEBU[0010] options| ProjectID string = .web-container | |
| DEBU[0010] options| ProjectPath string = /home/pitervergara/projetos/nexchange/.web-container | |
| DEBU[0010] options| ProjectURL string = | |
| DEBU[0010] options| PublishPorts []string = [] | |
| DEBU[0010] options| ReportRoot string = /report | |
| DEBU[0010] options| ReporterOptions *core.ReporterOptions | |
| DEBU[0010] options| ReporterHost string = | |
| DEBU[0010] options| ReporterKey string = | |
| DEBU[0010] options| ShouldReport bool = false | |
| DEBU[0010] options| Repository string = | |
| DEBU[0010] options| ShouldArtifacts bool = false | |
| DEBU[0010] options| ShouldCommit bool = true | |
| DEBU[0010] options| ShouldRemove bool = true | |
| DEBU[0010] options| ShouldStoreLocal bool = false | |
| DEBU[0010] options| ShouldStoreS3 bool = false | |
| DEBU[0010] options| SourceDir string = | |
| DEBU[0010] options| Tag string = feature_nginx | |
| DEBU[0010] options| WerckerYml string = | |
| DEBU[0010] options| WorkingDir string = /home/pitervergara/projetos/nexchange | |
| INFO[0010] main| --> Executing pipeline | |
| INFO[0010] main| --> Copied working dir: 0.03s | |
| INFO[0010] main| --> Running step: setup environment | |
| DEBU[0010] events| BuildStepStarted | |
| DEBU[0010] events| Box core.Box | |
| DEBU[0010] events| Build core.Pipeline = <nil> | |
| DEBU[0010] events| Order int = 2 | |
| DEBU[0010] events| Step core.Step | |
| DEBU[0010] events| BaseStep *core.BaseStep = &{ <nil> setup environment wercker 1.0.405 } | |
| DEBU[0010] events| data map[string]string = <not exported> | |
| DEBU[0010] events| logger *util.LogEntry = <not exported> | |
| DEBU[0010] events| options *core.PipelineOptions = <not exported> | |
| DEBU[0010] events| stepDesc *core.StepDesc = <not exported> | |
| DEBU[0010] events| url string = <not exported> | |
| INFO[0010] literal| [x] stdout "Running wercker version: 1.0.405 (Compiled at: 2016-02-10T22:17:21Z, Git commit: b44ceb57f107c85dbaa619c6d89592b979f69b5b)\n" | |
| DEBU[0010] runner| Application: .web-container | |
| INFO[0010] literal| [x] stdout "Using config:\nbox: library/nginx\n\ndev:\n steps:\n - install-packages:\n packages: netcat\n\n - script:\n name: Copy config files\n code: |\n cp -pv ${WERCKER_SOURCE_DIR}/nginx-prd.conf /etc/nginx/nginx.conf\n cp -pv ${WERCKER_SOURCE_DIR}/web-prd-entrypoint.sh /entrypoint.sh\n chmod +x /entrypoint.sh\n\n" | |
| DEBU[0010] events| BuildStepFinished | |
| DEBU[0010] events| ArtifactURL string = | |
| DEBU[0010] events| Box core.Box | |
| DEBU[0010] events| Build core.Pipeline = <nil> | |
| DEBU[0010] events| Message string = no such image | |
| DEBU[0010] events| Order int = 2 | |
| DEBU[0010] events| PackageURL string = | |
| DEBU[0010] events| Step core.Step | |
| DEBU[0010] events| BaseStep *core.BaseStep = &{ <nil> setup environment wercker 1.0.405 } | |
| DEBU[0010] events| data map[string]string = <not exported> | |
| DEBU[0010] events| logger *util.LogEntry = <not exported> | |
| DEBU[0010] events| options *core.PipelineOptions = <not exported> | |
| DEBU[0010] events| stepDesc *core.StepDesc = <not exported> | |
| DEBU[0010] events| url string = <not exported> | |
| DEBU[0010] events| Successful bool = false | |
| DEBU[0010] events| WerckerYamlContents string = box: library/nginx | |
| dev: | |
| steps: | |
| - install-packages: | |
| packages: netcat | |
| - script: | |
| name: Copy config files | |
| code: | | |
| cp -pv ${WERCKER_SOURCE_DIR}/nginx-prd.conf /etc/nginx/nginx.conf | |
| cp -pv ${WERCKER_SOURCE_DIR}/web-prd-entrypoint.sh /entrypoint.sh | |
| chmod +x /entrypoint.sh | |
| ERRO[0010] main| --> Step failed: setup environment 0.00s | |
| INFO[0010] literal| [x] stderr "no such image\n" | |
| PANI[0010] root| no such image | |
| DEBU[0010] events| BuildFinished | |
| DEBU[0010] events| Box core.Box | |
| DEBU[0010] events| Result string = failed | |
| DEBU[0010] events| FullPipelineFinished | |
| DEBU[0010] events| AfterStepSuccessful bool = false | |
| DEBU[0010] events| MainSuccessful bool = false | |
| DEBU[0010] events| RanAfterSteps bool = false | |
| DEBU[0010] events| BuildStepFinished | |
| DEBU[0010] events| ArtifactURL string = | |
| DEBU[0010] events| Box core.Box | |
| DEBU[0010] events| Name string = pitervergara/geodjango:nexchange | |
| DEBU[0010] events| ShortName string = geodjango | |
| DEBU[0010] events| client *dockerlocal.DockerClient = <not exported> | |
| DEBU[0010] events| cmd string = <not exported> | |
| DEBU[0010] events| config *core.BoxConfig = <not exported> | |
| DEBU[0010] events| container *docker.Container = <not exported> | |
| DEBU[0010] events| dockerOptions *dockerlocal.DockerOptions = <not exported> | |
| DEBU[0010] events| entrypoint string = <not exported> | |
| DEBU[0010] events| image *docker.Image = <not exported> | |
| DEBU[0010] events| images []*docker.Image = <not exported> | |
| DEBU[0010] events| logger *util.LogEntry = <not exported> | |
| DEBU[0010] events| networkDisabled bool = <not exported> | |
| DEBU[0010] events| options *core.PipelineOptions = <not exported> | |
| DEBU[0010] events| repository string = <not exported> | |
| DEBU[0010] events| services []core.ServiceBox = <not exported> | |
| DEBU[0010] events| tag string = <not exported> | |
| DEBU[0010] events| volumes []string = <not exported> | |
| DEBU[0010] events| Build core.Pipeline = <nil> | |
| DEBU[0010] events| Message string = | |
| DEBU[0010] events| Order int = 2 | |
| DEBU[0010] events| PackageURL string = | |
| DEBU[0010] events| Step core.Step | |
| DEBU[0010] events| BaseStep *core.BaseStep = &{ <nil> setup environment wercker 1.0.405 } | |
| DEBU[0010] events| data map[string]string = <not exported> | |
| DEBU[0010] events| logger *util.LogEntry = <not exported> | |
| DEBU[0010] events| options *core.PipelineOptions = <not exported> | |
| DEBU[0010] events| stepDesc *core.StepDesc = <not exported> | |
| DEBU[0010] events| url string = <not exported> | |
| DEBU[0010] events| Successful bool = false | |
| DEBU[0010] events| WerckerYamlContents string = box: pitervergara/geodjango:nexchange | |
| dev: | |
| services: | |
| - id: mdillon/postgis | |
| env: | |
| POSTGRES_USER: my-user | |
| POSTGRES_PASSWORD: my-password | |
| POSTGRES_DB: my-db | |
| - id: nginx | |
| url: file://.web-container/#dev | |
| entrypoint: /entrypoint.sh | |
| cmd: "nginx -g daemon off;" | |
| ... | |
| DEBU[0010] events| BuildFinished | |
| DEBU[0010] events| Box core.Box | |
| DEBU[0010] events| Result string = failed | |
| DEBU[0010] events| FullPipelineFinished | |
| DEBU[0010] events| AfterStepSuccessful bool = false | |
| DEBU[0010] events| MainSuccessful bool = false | |
| DEBU[0010] events| RanAfterSteps bool = false | |
| panic: (*logrus.Entry) (0xac3340,0xc8203c4340) | |
| goroutine 1 [running]: | |
| github.com/wercker/wercker/vendor/github.com/Sirupsen/logrus.(*Entry).log(0xc8203c4340, 0x0, 0xc8204f98b0, 0xd) | |
| /gopath/src/github.com/wercker/wercker/vendor/github.com/Sirupsen/logrus/entry.go:103 +0x5fb | |
| github.com/wercker/wercker/vendor/github.com/Sirupsen/logrus.(*Entry).Panic(0xc8203c4340, 0xc8205d7bb0, 0x1, 0x1) | |
| /gopath/src/github.com/wercker/wercker/vendor/github.com/Sirupsen/logrus/entry.go:148 +0x7c | |
| github.com/wercker/wercker/vendor/github.com/Sirupsen/logrus.(*Entry).Panicln(0xc8203c4340, 0xc8205d7f88, 0x1, 0x1) | |
| /gopath/src/github.com/wercker/wercker/vendor/github.com/Sirupsen/logrus/entry.go:241 +0x120 | |
| github.com/wercker/wercker/vendor/github.com/Sirupsen/logrus.(*Logger).Panicln(0xc820014d40, 0xc8205d7f88, 0x1, 0x1) | |
| /gopath/src/github.com/wercker/wercker/vendor/github.com/Sirupsen/logrus/logger.go:160 +0xe0 | |
| github.com/wercker/wercker/cmd.(*SoftExit).Exit(0xc8205d7dc8, 0xc8205d7f88, 0x1, 0x1, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/cmd/main.go:392 +0x66 | |
| github.com/wercker/wercker/cmd.executePipeline(0x7f4087ada140, 0xc820231b00, 0xc82018e3c0, 0xc8201729b0, 0xc820221280, 0x0, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/cmd/main.go:923 +0x1244 | |
| github.com/wercker/wercker/cmd.cmdBuild(0x7f4087ada140, 0xc820231b00, 0xc82018e3c0, 0xc8201729b0, 0x0, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/cmd/main.go:413 +0x37b | |
| github.com/wercker/wercker/cmd.(*DockerBuilder).Build(0xc82021f410, 0x7f4087ada140, 0xc820168ae0, 0xc8202313b0, 0xc8201d4420, 0x5785c481, 0xb738cfc, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/cmd/builder.go:102 +0x137 | |
| github.com/wercker/wercker/docker.(*ExternalServiceBox).Fetch(0xc820221e00, 0x7f4087ada140, 0xc820168ae0, 0xc8202313b0, 0x0, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/docker/service.go:73 +0xa8 | |
| github.com/wercker/wercker/cmd.(*Runner).AddServices(0xc8201722d0, 0x7f4087ada140, 0xc820168ae0, 0x7f4087ade768, 0xc820178648, 0x7f4087ade6f8, 0xc82020e0f0, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/cmd/runner.go:264 +0x18e | |
| github.com/wercker/wercker/cmd.(*Runner).SetupEnvironment(0xc8201722d0, 0x7f4087ada140, 0xc820168ae0, 0x0, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/cmd/runner.go:489 +0x1179 | |
| github.com/wercker/wercker/cmd.executePipeline(0x7f4087ada140, 0xc820168ae0, 0xc82018e000, 0xc82018a140, 0xc82015eba0, 0x0, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/cmd/main.go:910 +0xd08 | |
| github.com/wercker/wercker/cmd.cmdDev(0x7f4087ada140, 0xc820168ae0, 0xc82018e000, 0xc82018a140, 0x0, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/cmd/main.go:404 +0x37b | |
| github.com/wercker/wercker/cmd.glob.func2(0xc8200bc540) | |
| /gopath/src/github.com/wercker/wercker/cmd/main.go:96 +0x7f8 | |
| github.com/wercker/wercker/vendor/github.com/codegangsta/cli.Command.Run(0xaddc70, 0x3, 0x0, 0x0, 0xb60920, 0x1f, 0x0, 0x0, 0x0, 0x0, ...) | |
| /gopath/src/github.com/wercker/wercker/vendor/github.com/codegangsta/cli/command.go:113 +0x10ab | |
| github.com/wercker/wercker/vendor/github.com/codegangsta/cli.(*App).Run(0xc82010e4e0, 0xc82000a210, 0x3, 0x3, 0x0, 0x0) | |
| /gopath/src/github.com/wercker/wercker/vendor/github.com/codegangsta/cli/app.go:156 +0xbda | |
| main.main() | |
| /gopath/src/github.com/wercker/wercker/main.go:25 +0x49 | |
| goroutine 5 [syscall]: | |
| os/signal.loop() | |
| /usr/local/go/src/os/signal/signal_unix.go:22 +0x18 | |
| created by os/signal.init.1 | |
| /usr/local/go/src/os/signal/signal_unix.go:28 +0x37 | |
| goroutine 6 [select, locked to thread]: | |
| runtime.gopark(0xc0b740, 0xc820028728, 0xadfea0, 0x6, 0x42bd18, 0x2) | |
| /usr/local/go/src/runtime/proc.go:185 +0x163 | |
| runtime.selectgoImpl(0xc820028728, 0x0, 0x18) | |
| /usr/local/go/src/runtime/select.go:392 +0xa64 | |
| runtime.selectgo(0xc820028728) | |
| /usr/local/go/src/runtime/select.go:212 +0x12 | |
| runtime.ensureSigM.func1() | |
| /usr/local/go/src/runtime/signal1_unix.go:227 +0x353 | |
| runtime.goexit() | |
| /usr/local/go/src/runtime/asm_amd64.s:1696 +0x1 | |
| goroutine 7 [chan receive]: | |
| github.com/wercker/wercker/util.(*SignalMonkey).Register.func1(0xc820014d80) | |
| /gopath/src/github.com/wercker/wercker/util/signal.go:95 +0x76 | |
| created by github.com/wercker/wercker/util.(*SignalMonkey).Register | |
| /gopath/src/github.com/wercker/wercker/util/signal.go:106 +0x111 | |
| goroutine 8 [chan receive]: | |
| github.com/wercker/wercker/util.(*SignalMonkey).Register.func1(0xc820014dc0) | |
| /gopath/src/github.com/wercker/wercker/util/signal.go:95 +0x76 | |
| created by github.com/wercker/wercker/util.(*SignalMonkey).Register | |
| /gopath/src/github.com/wercker/wercker/util/signal.go:106 +0x111 | |
| goroutine 16 [select]: | |
| net/http.(*persistConn).writeLoop(0xc8203f4420) | |
| /goroot/src/net/http/transport.go:1009 +0x40c | |
| created by net/http.(*Transport).dialConn | |
| /goroot/src/net/http/transport.go:686 +0xc9d | |
| goroutine 15 [IO wait]: | |
| net.runtime_pollWait(0x7f4087b1f878, 0x72, 0xc820010180) | |
| /usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8204bad10, 0x72, 0x0, 0x0) | |
| /goroot/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8204bad10, 0x0, 0x0) | |
| /goroot/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8204bacb0, 0xc82056c000, 0x1000, 0x1000, 0x0, 0x7f4087b1a050, 0xc820010180) | |
| /goroot/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc820190050, 0xc82056c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /goroot/src/net/net.go:172 +0xe4 | |
| net/http.noteEOFReader.Read(0x7f4087a9a0a0, 0xc820190050, 0xc8203f4478, 0xc82056c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /goroot/src/net/http/transport.go:1370 +0x67 | |
| net/http.(*noteEOFReader).Read(0xc82053e640, 0xc82056c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| <autogenerated>:126 +0xd0 | |
| bufio.(*Reader).fill(0xc8201facc0) | |
| /usr/local/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).Peek(0xc8201facc0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/local/go/src/bufio/bufio.go:132 +0xcc | |
| net/http.(*persistConn).readLoop(0xc8203f4420) | |
| /goroot/src/net/http/transport.go:876 +0xf7 | |
| created by net/http.(*Transport).dialConn | |
| /goroot/src/net/http/transport.go:685 +0xc78 | |
| goroutine 71 [IO wait]: | |
| net.runtime_pollWait(0x7f4087b1fab8, 0x72, 0xc820010180) | |
| /usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8200f8b50, 0x72, 0x0, 0x0) | |
| /goroot/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8200f8b50, 0x0, 0x0) | |
| /goroot/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8200f8af0, 0xc820518000, 0x1000, 0x1000, 0x0, 0x7f4087b1a050, 0xc820010180) | |
| /goroot/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc820598158, 0xc820518000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /goroot/src/net/net.go:172 +0xe4 | |
| net/http.noteEOFReader.Read(0x7f4087a9a0a0, 0xc820598158, 0xc8201ad0d8, 0xc820518000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /goroot/src/net/http/transport.go:1370 +0x67 | |
| net/http.(*noteEOFReader).Read(0xc8205335a0, 0xc820518000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| <autogenerated>:126 +0xd0 | |
| bufio.(*Reader).fill(0xc82020d140) | |
| /usr/local/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).Peek(0xc82020d140, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/local/go/src/bufio/bufio.go:132 +0xcc | |
| net/http.(*persistConn).readLoop(0xc8201ad080) | |
| /goroot/src/net/http/transport.go:876 +0xf7 | |
| created by net/http.(*Transport).dialConn | |
| /goroot/src/net/http/transport.go:685 +0xc78 | |
| goroutine 72 [select]: | |
| net/http.(*persistConn).writeLoop(0xc8201ad080) | |
| /goroot/src/net/http/transport.go:1009 +0x40c | |
| created by net/http.(*Transport).dialConn | |
| /goroot/src/net/http/transport.go:686 +0xc9d | |
| goroutine 77 [IO wait]: | |
| net.runtime_pollWait(0x7f4087b1f9f8, 0x72, 0xc820010180) | |
| /usr/local/go/src/runtime/netpoll.go:157 +0x60 | |
| net.(*pollDesc).Wait(0xc8200bfa30, 0x72, 0x0, 0x0) | |
| /goroot/src/net/fd_poll_runtime.go:73 +0x3a | |
| net.(*pollDesc).WaitRead(0xc8200bfa30, 0x0, 0x0) | |
| /goroot/src/net/fd_poll_runtime.go:78 +0x36 | |
| net.(*netFD).Read(0xc8200bf9d0, 0xc8203b7000, 0x1000, 0x1000, 0x0, 0x7f4087b1a050, 0xc820010180) | |
| /goroot/src/net/fd_unix.go:232 +0x23a | |
| net.(*conn).Read(0xc8205984a0, 0xc8203b7000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /goroot/src/net/net.go:172 +0xe4 | |
| net/http.noteEOFReader.Read(0x7f4087a9a0a0, 0xc8205984a0, 0xc8200c6318, 0xc8203b7000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| /goroot/src/net/http/transport.go:1370 +0x67 | |
| net/http.(*noteEOFReader).Read(0xc820527820, 0xc8203b7000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
| <autogenerated>:126 +0xd0 | |
| bufio.(*Reader).fill(0xc8205a6ea0) | |
| /usr/local/go/src/bufio/bufio.go:97 +0x1e9 | |
| bufio.(*Reader).Peek(0xc8205a6ea0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /usr/local/go/src/bufio/bufio.go:132 +0xcc | |
| net/http.(*persistConn).readLoop(0xc8200c62c0) | |
| /goroot/src/net/http/transport.go:876 +0xf7 | |
| created by net/http.(*Transport).dialConn | |
| /goroot/src/net/http/transport.go:685 +0xc78 | |
| goroutine 78 [select]: | |
| net/http.(*persistConn).writeLoop(0xc8200c62c0) | |
| /goroot/src/net/http/transport.go:1009 +0x40c | |
| created by net/http.(*Transport).dialConn | |
| /goroot/src/net/http/transport.go:686 +0xc9d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment