Created
February 19, 2016 01:10
-
-
Save actuosus/042afab156e6d84596a6 to your computer and use it in GitHub Desktop.
otto compile crash
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
application { | |
name = "csport" | |
type = "custom" | |
dependency { source = "github.com/hashicorp/otto/examples/mysql" } | |
dependency { source = "github.com/hashicorp/otto/examples/redis" } | |
} | |
project { | |
name = "csport" | |
infrastructure = "vp" | |
} | |
infrastructure "vp" { | |
type = "aws" | |
flavor = "simple" | |
} | |
customization "dev" { | |
vagrantfile = "./Vagrantfile" | |
} |
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
2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] Looking for plugins in: /Users/actuosus/Projects/csport | |
2016/02/19 04:03:42 [DEBUG] Looking for plugins in: /Users/actuosus/.otto.d/plugins | |
2016/02/19 04:03:42 [DEBUG] Looking for plugins in: /opt/homebrew-cask/Caskroom/otto/0.2.0 | |
2016/02/19 04:03:42 [DEBUG] Detected plugin: <builtin> [plugin-builtin app-python] | |
2016/02/19 04:03:42 [DEBUG] Detected plugin: <builtin> [plugin-builtin app-php] | |
2016/02/19 04:03:42 [DEBUG] Detected plugin: <builtin> [plugin-builtin app-node] | |
2016/02/19 04:03:42 [DEBUG] Detected plugin: <builtin> [plugin-builtin app-ruby] | |
2016/02/19 04:03:42 [DEBUG] Detected plugin: <builtin> [plugin-builtin app-go] | |
2016/02/19 04:03:42 [DEBUG] Detected plugin: <builtin> [plugin-builtin app-docker-external] | |
2016/02/19 04:03:42 [DEBUG] Detected plugin: <builtin> [plugin-builtin app-custom] | |
2016/02/19 04:03:42 [DEBUG] Detected plugin: <builtin> [plugin-builtin app-scriptpack] | |
2016/02/19 04:03:42 [DEBUG] Detected plugin: <builtin> [plugin-builtin app-java] | |
2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] Starting plugin: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto []string{"/opt/homebrew-cask/Caskroom/otto/0.2.0/otto", "plugin-builtin", "app-java"} | |
2016/02/19 04:03:42 [DEBUG] Starting plugin: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto []string{"/opt/homebrew-cask/Caskroom/otto/0.2.0/otto", "plugin-builtin", "app-ruby"} | |
2016/02/19 04:03:42 [DEBUG] Starting plugin: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto []string{"/opt/homebrew-cask/Caskroom/otto/0.2.0/otto", "plugin-builtin", "app-python"} | |
2016/02/19 04:03:42 [DEBUG] Waiting for RPC address for: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto | |
2016/02/19 04:03:42 [DEBUG] Starting plugin: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto []string{"/opt/homebrew-cask/Caskroom/otto/0.2.0/otto", "plugin-builtin", "app-docker-external"} | |
2016/02/19 04:03:42 [DEBUG] Starting plugin: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto []string{"/opt/homebrew-cask/Caskroom/otto/0.2.0/otto", "plugin-builtin", "app-node"} | |
2016/02/19 04:03:42 [DEBUG] Starting plugin: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto []string{"/opt/homebrew-cask/Caskroom/otto/0.2.0/otto", "plugin-builtin", "app-php"} | |
2016/02/19 04:03:42 [DEBUG] Waiting for RPC address for: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto | |
2016/02/19 04:03:42 [DEBUG] Starting plugin: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto []string{"/opt/homebrew-cask/Caskroom/otto/0.2.0/otto", "plugin-builtin", "app-custom"} | |
2016/02/19 04:03:42 [DEBUG] Starting plugin: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto []string{"/opt/homebrew-cask/Caskroom/otto/0.2.0/otto", "plugin-builtin", "app-go"} | |
2016/02/19 04:03:42 [DEBUG] Waiting for RPC address for: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto | |
2016/02/19 04:03:42 [DEBUG] Waiting for RPC address for: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Plugin address: unix /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto-plugin011262194 | |
2016/02/19 04:03:42 [DEBUG] Waiting for RPC address for: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Plugin address: unix /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto-plugin802247281 | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] Waiting for RPC address for: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto | |
2016/02/19 04:03:42 [DEBUG] Waiting for RPC address for: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Plugin address: unix /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto-plugin496586820 | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Plugin address: unix /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto-plugin873033218 | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Plugin address: unix /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto-plugin398731119 | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Plugin address: unix /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto-plugin917012851 | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] Waiting for RPC address for: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Plugin address: unix /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto-plugin505767868 | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] Starting plugin: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto []string{"/opt/homebrew-cask/Caskroom/otto/0.2.0/otto", "plugin-builtin", "app-scriptpack"} | |
2016/02/19 04:03:42 [DEBUG] Waiting for RPC address for: /opt/homebrew-cask/Caskroom/otto/0.2.0/otto | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Plugin address: unix /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto-plugin269395214 | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 [INFO] Otto version: 0.2.0 4ff0dce79f07008dcebcf34f118e8ec3dc4f96a5+CHANGES | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Plugin address: unix /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto-plugin403724198 | |
2016/02/19 04:03:42 [DEBUG] otto: 2016/02/19 04:03:42 Detected home directory from env var: /Users/actuosus | |
2016/02/19 04:03:42 [DEBUG] loading detectors from: /Users/actuosus/.otto.d/detect | |
2016/02/19 04:03:42 [DEBUG] reading IP, cache path: /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto314085488/local/dev_ip | |
2016/02/19 04:03:42 [DEBUG] no ip cache found, getting new IP | |
2016/02/19 04:03:42 [DEBUG] new IP cached: 100.106.215.13 | |
2016/02/19 04:03:42 [INFO] Loading app implementation for Tuple: ("custom", "aws", "simple") | |
2016/02/19 04:03:42 [DEBUG] compiling dependencies for: csport | |
2016/02/19 04:03:42 [DEBUG] loading dependency: git::https://github.com/hashicorp/otto.git//examples/mysql | |
2016/02/19 04:03:53 [DEBUG] reading IP, cache path: /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto078860066/local/dev_ip | |
2016/02/19 04:03:53 [DEBUG] no ip cache found, getting new IP | |
2016/02/19 04:03:53 [DEBUG] new IP cached: 100.80.136.133 | |
2016/02/19 04:03:53 [INFO] Loading app implementation for Tuple: ("docker-external", "aws", "simple") | |
2016/02/19 04:03:53 [DEBUG] loading dependency: git::https://github.com/hashicorp/otto.git//examples/redis | |
2016/02/19 04:04:00 [DEBUG] reading IP, cache path: /var/folders/xb/mt7_nszx5gx0rj04c05rnbwr0000gn/T/otto601663652/local/dev_ip | |
2016/02/19 04:04:00 [DEBUG] no ip cache found, getting new IP | |
2016/02/19 04:04:00 [DEBUG] new IP cached: 100.68.142.56 | |
2016/02/19 04:04:00 [INFO] Loading app implementation for Tuple: ("docker-external", "aws", "simple") | |
2016/02/19 04:04:00 [DEBUG] compiling dependencies for: redis | |
2016/02/19 04:04:00 [DEBUG] compiling dependencies for: mysql | |
2016/02/19 04:04:00 [DEBUG] vertex csport, got dep: mysql | |
2016/02/19 04:04:00 [DEBUG] vertex csport, got dep: redis | |
2016/02/19 04:04:00 [INFO] deleting prior compilation contents: /Users/actuosus/Projects/csport/.otto/compiled | |
2016/02/19 04:04:00 [INFO] running infra compile... | |
2016/02/19 04:04:00 [DEBUG] Copying all assets: data/simple => /Users/actuosus/Projects/csport/.otto/compiled/infra-vp | |
2016/02/19 04:04:00 [DEBUG] Copying asset: main.tf | |
2016/02/19 04:04:00 [DEBUG] Copying asset: outputs.tf | |
2016/02/19 04:04:00 [INFO] running foundation compilations | |
2016/02/19 04:04:00 [DEBUG] core walking app: mysql | |
2016/02/19 04:04:00 [DEBUG] reading IP, cache path: /Users/actuosus/Projects/csport/.otto/data/dev_ip | |
2016/02/19 04:04:00 [DEBUG] no ip cache found, getting new IP | |
2016/02/19 04:04:00 [DEBUG] core walking app: redis | |
2016/02/19 04:04:00 [DEBUG] reading IP, cache path: /Users/actuosus/Projects/csport/.otto/data/dev_ip | |
2016/02/19 04:04:00 [DEBUG] no ip cache found, getting new IP | |
2016/02/19 04:04:00 [DEBUG] new IP cached: 100.119.177.188 | |
2016/02/19 04:04:00 [INFO] Loading app implementation for Tuple: ("docker-external", "aws", "simple") | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/common => /Users/actuosus/Projects/csport/.otto/compiled/dep-c7da65de-2b9c-0585-8992-ed8e5b6ed06e | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: dev | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/common/dev => /Users/actuosus/Projects/csport/.otto/compiled/dep-c7da65de-2b9c-0585-8992-ed8e5b6ed06e/dev | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: Vagrantfile.tpl | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: dev-dep | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/common/dev-dep => /Users/actuosus/Projects/csport/.otto/compiled/dep-c7da65de-2b9c-0585-8992-ed8e5b6ed06e/dev-dep | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: Vagrantfile.fragment.tpl | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/aws-simple => /Users/actuosus/Projects/csport/.otto/compiled/dep-c7da65de-2b9c-0585-8992-ed8e5b6ed06e | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: deploy | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/aws-simple/deploy => /Users/actuosus/Projects/csport/.otto/compiled/dep-c7da65de-2b9c-0585-8992-ed8e5b6ed06e/deploy | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: cloud-init.sh.tpl | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: main.tf.tpl | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [INFO] compile: looking for foundation layers for dev | |
2016/02/19 04:04:00 [DEBUG] vertex csport, got dep: mysql | |
2016/02/19 04:04:00 [DEBUG] new IP cached: 100.109.239.65 | |
2016/02/19 04:04:00 [INFO] Loading app implementation for Tuple: ("docker-external", "aws", "simple") | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/common => /Users/actuosus/Projects/csport/.otto/compiled/dep-a6d8b83a-5ec4-8318-a8ec-20964e865b51 | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: dev | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/common/dev => /Users/actuosus/Projects/csport/.otto/compiled/dep-a6d8b83a-5ec4-8318-a8ec-20964e865b51/dev | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: Vagrantfile.tpl | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: dev-dep | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/common/dev-dep => /Users/actuosus/Projects/csport/.otto/compiled/dep-a6d8b83a-5ec4-8318-a8ec-20964e865b51/dev-dep | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: Vagrantfile.fragment.tpl | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/aws-simple => /Users/actuosus/Projects/csport/.otto/compiled/dep-a6d8b83a-5ec4-8318-a8ec-20964e865b51 | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: deploy | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/aws-simple/deploy => /Users/actuosus/Projects/csport/.otto/compiled/dep-a6d8b83a-5ec4-8318-a8ec-20964e865b51/deploy | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: cloud-init.sh.tpl | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying asset: main.tf.tpl | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [INFO] compile: looking for foundation layers for dev | |
2016/02/19 04:04:00 [DEBUG] vertex csport, got dep: redis | |
2016/02/19 04:04:00 [DEBUG] core walking app: csport | |
2016/02/19 04:04:00 [DEBUG] reading IP, cache path: /Users/actuosus/Projects/csport/.otto/data/dev_ip | |
2016/02/19 04:04:00 [DEBUG] read ip from cache: 100.109.239.65 | |
2016/02/19 04:04:00 [INFO] Loading app implementation for Tuple: ("custom", "aws", "simple") | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/common => /Users/actuosus/Projects/csport/.otto/compiled/app | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [DEBUG] Copying all assets: data/aws-simple => /Users/actuosus/Projects/csport/.otto/compiled/app | |
2016/02/19 04:04:00 [DEBUG] otto: 2016/02/19 04:04:00 [INFO] compile: looking for foundation layers for dev | |
2016/02/19 04:04:00 [DEBUG] waiting for all plugin processes to complete... | |
panic: runtime error: invalid memory address or nil pointer dereference | |
[signal 0xb code=0x1 addr=0x0 pc=0x101df8] | |
goroutine 220 [running]: | |
github.com/hashicorp/otto/plugin.(*Client).Kill(0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:190 +0x18 | |
github.com/hashicorp/otto/plugin.CleanupClients.func1(0xc82000e780, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:97 +0x21 | |
created by github.com/hashicorp/otto/plugin.CleanupClients | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:99 +0xd6 | |
goroutine 1 [semacquire]: | |
sync.runtime_Semacquire(0xc82000e78c) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:43 +0x26 | |
sync.(*WaitGroup).Wait(0xc82000e780) | |
/Users/mitchellh/code/3rdparty/go/src/sync/waitgroup.go:126 +0xb4 | |
github.com/hashicorp/otto/plugin.CleanupClients() | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:103 +0x1c9 | |
main.wrappedMain(0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/main.go:137 +0x7c8 | |
main.realMain(0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/main.go:89 +0xca9 | |
main.main() | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/main.go:19 +0x18 | |
goroutine 6 [syscall]: | |
os/signal.loop() | |
/Users/mitchellh/code/3rdparty/go/src/os/signal/signal_unix.go:22 +0x18 | |
created by os/signal.init.1 | |
/Users/mitchellh/code/3rdparty/go/src/os/signal/signal_unix.go:28 +0x37 | |
goroutine 7 [select, locked to thread]: | |
runtime.gopark(0xa3bd78, 0xc82002e728, 0x8d2a98, 0x6, 0x18, 0x2) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/proc.go:185 +0x163 | |
runtime.selectgoImpl(0xc82002e728, 0x0, 0x18) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/select.go:392 +0xa64 | |
runtime.selectgo(0xc82002e728) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/select.go:212 +0x12 | |
runtime.ensureSigM.func1() | |
/Users/mitchellh/code/3rdparty/go/src/runtime/signal1_unix.go:227 +0x323 | |
runtime.goexit() | |
/Users/mitchellh/code/3rdparty/go/src/runtime/asm_amd64.s:1721 +0x1 | |
goroutine 8 [chan receive]: | |
main.initSignalHandlers.func1(0xc820018f00) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/signal.go:19 +0x36 | |
created by main.initSignalHandlers | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/signal.go:22 +0xd3 | |
goroutine 145 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Start.func4.1(0xc8202c2480) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:303 +0x52 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start.func4 | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:305 +0x35 | |
goroutine 10 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc820174580) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc820174570) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc820174540, 0xc82019c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8200301d0, 0xc82019c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Scanner).Scan(0xc820086a80, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/scan.go:180 +0x877 | |
github.com/hashicorp/otto/command.(*Meta).FlagSet.func1(0xc820086a80, 0xc820143340) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/command/meta.go:220 +0x25 | |
created by github.com/hashicorp/otto/command.(*Meta).FlagSet | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/command/meta.go:223 +0x358 | |
goroutine 120 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8201fc8f0, 0xc82066e000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
bufio.(*Reader).fill(0xc8202bd9e0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc8202bd9e0, 0xc8202938f0, 0x1, 0x9, 0xa3a168, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc8202bd9e0, 0xc8202938f0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc8202bd9e0, 0xc8202938f0, 0x1, 0x9, 0xc82035e2f0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
encoding/gob.decodeUintReader(0xfc34d0, 0xc8202bd9e0, 0xc8202938f0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x92 | |
encoding/gob.(*Decoder).recvMessage(0xc82035e280, 0xc820863bd0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x5e | |
encoding/gob.(*Decoder).decodeTypeSequence(0xc82035e280, 0xa3be00, 0xc82035e280) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47 | |
encoding/gob.(*Decoder).DecodeValue(0xc82035e280, 0x653f20, 0xc820295bc0, 0x16, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x15d | |
encoding/gob.(*Decoder).Decode(0xc82035e280, 0x653f20, 0xc820295bc0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x289 | |
net/rpc.(*gobClientCodec).ReadResponseHeader(0xc820295b00, 0xc820295bc0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:223 +0x51 | |
net/rpc.(*Client).input(0xc8202bdaa0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:109 +0xbf | |
created by net/rpc.NewClientWithCodec | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:201 +0xd2 | |
goroutine 45 [IO wait]: | |
net.runtime_pollWait(0xfc2e70, 0x72, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0xc8205f2ca0, 0x72, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:73 +0x3a | |
net.(*pollDesc).WaitRead(0xc8205f2ca0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:78 +0x36 | |
net.(*netFD).Read(0xc8205f2c40, 0xc820666000, 0x1000, 0x1000, 0x0, 0xfbd050, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:232 +0x23a | |
net.(*conn).Read(0xc820218798, 0xc820666000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/net.go:172 +0xe4 | |
bufio.(*Reader).fill(0xc8201ed9e0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc8201ed9e0, 0xc82029d2d0, 0xc, 0xc, 0xc82029d2d2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc8201ed9e0, 0xc82029d2d0, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc8201ed9e0, 0xc82029d2d0, 0xc, 0xc, 0xc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
github.com/hashicorp/yamux.(*Session).recvLoop(0xc820568c60, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:408 +0x11e | |
github.com/hashicorp/yamux.(*Session).recv(0xc820568c60) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:396 +0x21 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x4b1 | |
goroutine 39 [runnable]: | |
syscall.Syscall(0x3, 0x19, 0xc820646000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x19, 0xc820646000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x19, 0xc820646000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc8202185a8, 0xc820646000, 0x8000, 0x8000, 0xc820646000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc8202185a8, 0xc820646000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc820218588, 0xffd000, 0xc8202185a8, 0xc820646000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc820218588, 0xffd000, 0xc8202185a8, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc8201ea280, 0xc8205f8260) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 20 [runnable]: | |
syscall.Syscall(0x3, 0x4, 0xc8202b2000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x4, 0xc8202b2000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x4, 0xc8202b2000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc820030218, 0xc8202b2000, 0x8000, 0x8000, 0xc8202b2000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc820030218, 0xc8202b2000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc8200301f8, 0xffd000, 0xc820030218, 0xc8202b2000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc8200301f8, 0xffd000, 0xc820030218, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc82017cb40, 0xc820185120) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 21 [runnable]: | |
syscall.Syscall(0x3, 0x6, 0xc820314000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x6, 0xc820314000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x6, 0xc820314000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc820030230, 0xc820314000, 0x8000, 0x8000, 0xc820314000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc820030230, 0xc820314000, 0x8000, 0x8000, 0x6f, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc820030208, 0xffd000, 0xc820030230, 0xc820314000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc820030208, 0xffd000, 0xc820030230, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc82017cb40, 0xc820185180) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 22 [runnable]: | |
syscall.Syscall6(0x7, 0x169b5, 0xc8201c757c, 0x0, 0xc8201ca090, 0x0, 0x0, 0x169b5, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:41 +0x5 | |
syscall.wait4(0x169b5, 0xc8201c757c, 0x0, 0xc8201ca090, 0x90, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x72 | |
syscall.Wait4(0x169b5, 0xc8201c75c4, 0x0, 0xc8201ca090, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_bsd.go:129 +0x55 | |
os.(*Process).wait(0xc820185420, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec_unix.go:22 +0x105 | |
os.(*Process).Wait(0xc820185420, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/doc.go:45 +0x2d | |
os/exec.(*Cmd).Wait(0xc82017cb40, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:380 +0x211 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func2(0xc820030208, 0xc8200301f8, 0xc82017cb40, 0xc820019380, 0xc820143700) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:262 +0x7b | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:275 +0xf73 | |
goroutine 23 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc820174700) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc8201746f0) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc8201746c0, 0xc82031c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc820030200, 0xc82031c000, 0x1000, 0x1000, 0x1d3c3d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc820241ee0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc820241ee0, 0xe900a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc820241ee0, 0xc82001410a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
bufio.(*Reader).ReadString(0xc820241ee0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:446 +0x4d | |
github.com/hashicorp/otto/plugin.(*Client).logStderr(0xc820143700, 0xfc2188, 0xc820030200) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:352 +0xac | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:278 +0xfd9 | |
goroutine 24 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc820174640) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc820174630) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc820174600, 0xc8201b5000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8200301f0, 0xc8201b5000, 0x1000, 0x1000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc820058ee8) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc820058ee8, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc820058ee8, 0xc82001930a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func3(0xc8200193e0, 0xc8200301f0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:288 +0x107 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:297 +0x1026 | |
goroutine 33 [runnable]: | |
syscall.Syscall(0x6, 0x9, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.Close(0x9, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:404 +0x4a | |
os.(*file).close(0xc8201e6060, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:126 +0x61 | |
os.(*File).Close(0xc820218028, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:118 +0x54 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:233 +0xad | |
os/exec.(*Cmd).Start.func1(0xc8201ea000, 0xc8202100a0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 34 [runnable]: | |
syscall.Syscall(0x3, 0xb, 0xc82033e000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0xb, 0xc82033e000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0xb, 0xc82033e000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc820218040, 0xc82033e000, 0x8000, 0x8000, 0xc82033e000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc820218040, 0xc82033e000, 0x8000, 0x8000, 0xb9, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc820218018, 0xffd000, 0xc820218040, 0xc82033e000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc820218018, 0xffd000, 0xc820218040, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc8201ea000, 0xc820210100) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 35 [runnable]: | |
syscall.Syscall6(0x7, 0x169b6, 0xc8201c2d7c, 0x0, 0xc82030a090, 0x0, 0x0, 0x169b6, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:41 +0x5 | |
syscall.wait4(0x169b6, 0xc8201c2d7c, 0x0, 0xc82030a090, 0x90, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x72 | |
syscall.Wait4(0x169b6, 0xc8201c2dc4, 0x0, 0xc82030a090, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_bsd.go:129 +0x55 | |
os.(*Process).wait(0xc8202103a0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec_unix.go:22 +0x105 | |
os.(*Process).Wait(0xc8202103a0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/doc.go:45 +0x2d | |
os/exec.(*Cmd).Wait(0xc8201ea000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:380 +0x211 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func2(0xc820218018, 0xc820218008, 0xc8201ea000, 0xc8201ec2a0, 0xc8201b6100) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:262 +0x7b | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:275 +0xf73 | |
goroutine 36 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc820214100) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc8202140f0) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc8202140c0, 0xc82033c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc820218010, 0xc82033c000, 0x1000, 0x1000, 0x1d3c3d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8202c6ee0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8202c6ee0, 0xe8f0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8202c6ee0, 0xc82001410a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
bufio.(*Reader).ReadString(0xc8202c6ee0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:446 +0x4d | |
github.com/hashicorp/otto/plugin.(*Client).logStderr(0xc8201b6100, 0xfc2188, 0xc820218010) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:352 +0xac | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:278 +0xfd9 | |
goroutine 37 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc820214040) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc820214030) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc820214000, 0xc8202fc000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc820218000, 0xc8202fc000, 0x1000, 0x1000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8201f4ee8) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8201f4ee8, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8201f4ee8, 0xc8201ec30a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func3(0xc8201ec300, 0xc820218000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:288 +0x107 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:297 +0x1026 | |
goroutine 49 [runnable]: | |
syscall.Syscall(0x3, 0x5, 0xc820356000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x5, 0xc820356000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x5, 0xc820356000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc82025c028, 0xc820356000, 0x8000, 0x8000, 0xc820356000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc82025c028, 0xc820356000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc82025c008, 0xffd000, 0xc82025c028, 0xc820356000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc82025c008, 0xffd000, 0xc82025c028, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc82022e000, 0xc82024e0a0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 50 [runnable]: | |
syscall.Syscall(0x3, 0x8, 0xc82037a000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x8, 0xc82037a000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x8, 0xc82037a000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc82025c040, 0xc82037a000, 0x8000, 0x8000, 0xc82037a000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc82025c040, 0xc82037a000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc82025c018, 0xffd000, 0xc82025c040, 0xc82037a000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc82025c018, 0xffd000, 0xc82025c040, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc82022e000, 0xc82024e100) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 51 [runnable]: | |
syscall.Syscall6(0x7, 0x169b7, 0xc820330d7c, 0x0, 0xc8202d4120, 0x0, 0x0, 0x169b7, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:41 +0x5 | |
syscall.wait4(0x169b7, 0xc820330d7c, 0x0, 0xc8202d4120, 0x90, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x72 | |
syscall.Wait4(0x169b7, 0xc820330dc4, 0x0, 0xc8202d4120, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_bsd.go:129 +0x55 | |
os.(*Process).wait(0xc82024e3a0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec_unix.go:22 +0x105 | |
os.(*Process).Wait(0xc82024e3a0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/doc.go:45 +0x2d | |
os/exec.(*Cmd).Wait(0xc82022e000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:380 +0x211 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func2(0xc82025c018, 0xc82025c008, 0xc82022e000, 0xc8202302a0, 0xc82021a080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:262 +0x7b | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:275 +0xf73 | |
goroutine 52 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc82025a100) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc82025a0f0) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc82025a0c0, 0xc82031d000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc82025c010, 0xc82031d000, 0x1000, 0x1000, 0x1d3c3d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc820242ee0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc820242ee0, 0xe8f0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc820242ee0, 0xc82001410a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
bufio.(*Reader).ReadString(0xc820242ee0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:446 +0x4d | |
github.com/hashicorp/otto/plugin.(*Client).logStderr(0xc82021a080, 0xfc2188, 0xc82025c010) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:352 +0xac | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:278 +0xfd9 | |
goroutine 53 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc82025a040) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc82025a030) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc82025a000, 0xc82033a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc82025c000, 0xc82033a000, 0x1000, 0x1000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8201f0ee8) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8201f0ee8, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8201f0ee8, 0xc82023030a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func3(0xc820230300, 0xc82025c000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:288 +0x107 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:297 +0x1026 | |
goroutine 65 [syscall]: | |
syscall.Syscall(0x3, 0xc, 0xc82038c000, 0x8000, 0xa, 0x1a, 0xe8d50) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0xc, 0xc82038c000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0xc, 0xc82038c000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc8202d6028, 0xc82038c000, 0x8000, 0x8000, 0xc82038c000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc8202d6028, 0xc82038c000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc8202d6008, 0xffd000, 0xc8202d6028, 0xc82038c000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc8202d6008, 0xffd000, 0xc8202d6028, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc820286000, 0xc8202d00a0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 66 [syscall]: | |
syscall.Syscall(0x3, 0x12, 0xc8203a2000, 0x8000, 0xa, 0x1a, 0xe8d50) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x12, 0xc8203a2000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x12, 0xc8203a2000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc8202d6040, 0xc8203a2000, 0x8000, 0x8000, 0xc8203a2000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc8202d6040, 0xc8203a2000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc8202d6018, 0xffd000, 0xc8202d6040, 0xc8203a2000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc8202d6018, 0xffd000, 0xc8202d6040, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc820286000, 0xc8202d0100) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 67 [syscall]: | |
syscall.Syscall6(0x7, 0x169b8, 0xc82032cd7c, 0x0, 0xc82034e090, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:41 +0x5 | |
syscall.wait4(0x169b8, 0xc82032cd7c, 0x0, 0xc82034e090, 0x90, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x72 | |
syscall.Wait4(0x169b8, 0xc82032cdc4, 0x0, 0xc82034e090, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_bsd.go:129 +0x55 | |
os.(*Process).wait(0xc8202f20e0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec_unix.go:22 +0x105 | |
os.(*Process).Wait(0xc8202f20e0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/doc.go:45 +0x2d | |
os/exec.(*Cmd).Wait(0xc820286000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:380 +0x211 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func2(0xc8202d6018, 0xc8202d6008, 0xc820286000, 0xc8202c21e0, 0xc820266080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:262 +0x7b | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:275 +0xf73 | |
goroutine 68 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc8202d2100) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc8202d20f0) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc8202d20c0, 0xc820408000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8202d6010, 0xc820408000, 0x1000, 0x1000, 0x1d3c3d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc82023cee0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc82023cee0, 0xe900a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc82023cee0, 0xc82001410a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
bufio.(*Reader).ReadString(0xc82023cee0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:446 +0x4d | |
github.com/hashicorp/otto/plugin.(*Client).logStderr(0xc820266080, 0xfc2188, 0xc8202d6010) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:352 +0xac | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:278 +0xfd9 | |
goroutine 69 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc8202d2040) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc8202d2030) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc8202d2000, 0xc82034a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8202d6000, 0xc82034a000, 0x1000, 0x1000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8202caee8) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8202caee8, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8202caee8, 0xc8202c220a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func3(0xc8202c2240, 0xc8202d6000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:288 +0x107 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:297 +0x1026 | |
goroutine 54 [runnable]: | |
syscall.Syscall(0x3, 0x7, 0xc82046a000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x7, 0xc82046a000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x7, 0xc82046a000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc820326028, 0xc82046a000, 0x8000, 0x8000, 0xc82046a000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc820326028, 0xc82046a000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc820326008, 0xffd000, 0xc820326028, 0xc82046a000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc820326008, 0xffd000, 0xc820326028, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc8202a6000, 0xc8203220a0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 55 [runnable]: | |
syscall.Syscall(0x3, 0xe, 0xc820482000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0xe, 0xc820482000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0xe, 0xc820482000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc820326040, 0xc820482000, 0x8000, 0x8000, 0xc820482000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc820326040, 0xc820482000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc820326018, 0xffd000, 0xc820326040, 0xc820482000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc820326018, 0xffd000, 0xc820326040, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc8202a6000, 0xc820322100) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 56 [runnable]: | |
syscall.Syscall6(0x7, 0x169b9, 0xc820332d7c, 0x0, 0xc82030a120, 0x0, 0x0, 0x169b9, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:41 +0x5 | |
syscall.wait4(0x169b9, 0xc820332d7c, 0x0, 0xc82030a120, 0x90, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x72 | |
syscall.Wait4(0x169b9, 0xc820332dc4, 0x0, 0xc82030a120, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_bsd.go:129 +0x55 | |
os.(*Process).wait(0xc82024e740, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec_unix.go:22 +0x105 | |
os.(*Process).Wait(0xc82024e740, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/doc.go:45 +0x2d | |
os/exec.(*Cmd).Wait(0xc8202a6000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:380 +0x211 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func2(0xc820326018, 0xc820326008, 0xc8202a6000, 0xc8202304e0, 0xc82028c080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:262 +0x7b | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:275 +0xf73 | |
goroutine 57 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc820324100) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc8203240f0) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc8203240c0, 0xc820371000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc820326010, 0xc820371000, 0x1000, 0x1000, 0x1d3c3d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8201f2ee0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8201f2ee0, 0xe8f0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8201f2ee0, 0xc82001410a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
bufio.(*Reader).ReadString(0xc8201f2ee0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:446 +0x4d | |
github.com/hashicorp/otto/plugin.(*Client).logStderr(0xc82028c080, 0xfc2188, 0xc820326010) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:352 +0xac | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:278 +0xfd9 | |
goroutine 38 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Start.func4.1(0xc8201ec300) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:303 +0x52 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start.func4 | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:305 +0x35 | |
goroutine 26 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Start.func4.1(0xc8200193e0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:303 +0x52 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start.func4 | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:305 +0x35 | |
goroutine 58 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc820324040) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc820324030) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc820324000, 0xc82033b000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc820326000, 0xc82033b000, 0x1000, 0x1000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8201f1ee8) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8201f1ee8, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8201f1ee8, 0xc82023050a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func3(0xc820230540, 0xc820326000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:288 +0x107 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:297 +0x1026 | |
goroutine 27 [IO wait]: | |
net.runtime_pollWait(0xfc33b0, 0x72, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0xc820182f40, 0x72, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:73 +0x3a | |
net.(*pollDesc).WaitRead(0xc820182f40, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:78 +0x36 | |
net.(*netFD).Read(0xc820182ee0, 0xc820362000, 0x1000, 0x1000, 0x0, 0xfbd050, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:232 +0x23a | |
net.(*conn).Read(0xc820030248, 0xc820362000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/net.go:172 +0xe4 | |
bufio.(*Reader).fill(0xc8200194a0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc8200194a0, 0xc820192ff0, 0xc, 0xc, 0xc820192ff2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc8200194a0, 0xc820192ff0, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc8200194a0, 0xc820192ff0, 0xc, 0xc, 0xc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
github.com/hashicorp/yamux.(*Session).recvLoop(0xc820127290, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:408 +0x11e | |
github.com/hashicorp/yamux.(*Session).recv(0xc820127290) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:396 +0x21 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x4b1 | |
goroutine 28 [select]: | |
github.com/hashicorp/yamux.(*Session).send(0xc820127290) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:358 +0x5e1 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4d3 | |
goroutine 29 [select]: | |
github.com/hashicorp/yamux.(*Session).keepalive(0xc820127290) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:292 +0x240 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x506 | |
goroutine 70 [runnable]: | |
syscall.Syscall(0x3, 0x14, 0xc82042c000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x14, 0xc82042c000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x14, 0xc82042c000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc8202f6028, 0xc82042c000, 0x8000, 0x8000, 0xc82042c000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc8202f6028, 0xc82042c000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc8202f6008, 0xffd000, 0xc8202f6028, 0xc82042c000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc8202f6008, 0xffd000, 0xc8202f6028, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc8202be000, 0xc8202f20a0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 71 [runnable]: | |
syscall.Syscall(0x3, 0xf, 0xc8203e4000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0xf, 0xc8203e4000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0xf, 0xc8203e4000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc8202f6040, 0xc8203e4000, 0x8000, 0x8000, 0xc8203e4000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc8202f6040, 0xc8203e4000, 0x8000, 0x8000, 0xc0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc8202f6018, 0xffd000, 0xc8202f6040, 0xc8203e4000, 0x8000, 0x8000, 0x24c, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc8202f6018, 0xffd000, 0xc8202f6040, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc8202be000, 0xc8202f2180) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 72 [runnable]: | |
syscall.Syscall6(0x7, 0x169ba, 0xc82032ed7c, 0x0, 0xc8201ca120, 0x0, 0x0, 0x169ba, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:41 +0x5 | |
syscall.wait4(0x169ba, 0xc82032ed7c, 0x0, 0xc8201ca120, 0x90, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x72 | |
syscall.Wait4(0x169ba, 0xc82032edc4, 0x0, 0xc8201ca120, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_bsd.go:129 +0x55 | |
os.(*Process).wait(0xc8202f2420, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec_unix.go:22 +0x105 | |
os.(*Process).Wait(0xc8202f2420, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/doc.go:45 +0x2d | |
os/exec.(*Cmd).Wait(0xc8202be000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:380 +0x211 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func2(0xc8202f6018, 0xc8202f6008, 0xc8202be000, 0xc8202c2420, 0xc820296080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:262 +0x7b | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:275 +0xf73 | |
goroutine 73 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc8202f4100) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc8202f40f0) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc8202f40c0, 0xc820440000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8202f6010, 0xc820440000, 0x1000, 0x1000, 0x1d3c3d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc820448ee0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc820448ee0, 0xe8f0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc820448ee0, 0xc82001410a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
bufio.(*Reader).ReadString(0xc820448ee0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:446 +0x4d | |
github.com/hashicorp/otto/plugin.(*Client).logStderr(0xc820296080, 0xfc2188, 0xc8202f6010) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:352 +0xac | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:278 +0xfd9 | |
goroutine 74 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc8202f4040) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc8202f4030) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc8202f4000, 0xc82034b000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8202f6000, 0xc82034b000, 0x1000, 0x1000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8202cbee8) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8202cbee8, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8202cbee8, 0xc8202c240a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func3(0xc8202c2480, 0xc8202f6000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:288 +0x107 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:297 +0x1026 | |
goroutine 59 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Start.func4.1(0xc820230300) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:303 +0x52 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start.func4 | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:305 +0x35 | |
goroutine 60 [runnable]: | |
syscall.Syscall(0x3, 0x15, 0xc820370000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x15, 0xc820370000, 0x1000, 0x1000, 0x72, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x15, 0xc820370000, 0x1000, 0x1000, 0xffffffffffffff01, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
net.(*netFD).Read(0xc82036e000, 0xc820370000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:228 +0x18b | |
net.(*conn).Read(0xc82025c078, 0xc820370000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/net.go:172 +0xe4 | |
bufio.(*Reader).fill(0xc820230600) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc820230600, 0xc82022a380, 0xc, 0xc, 0xc82022a382, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc820230600, 0xc82022a380, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc820230600, 0xc82022a380, 0xc, 0xc, 0xc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
github.com/hashicorp/yamux.(*Session).recvLoop(0xc820378000, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:408 +0x11e | |
github.com/hashicorp/yamux.(*Session).recv(0xc820378000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:396 +0x21 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x4b1 | |
goroutine 61 [select]: | |
github.com/hashicorp/yamux.(*Session).send(0xc820378000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:358 +0x5e1 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4d3 | |
goroutine 62 [select]: | |
github.com/hashicorp/yamux.(*Session).keepalive(0xc820378000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:292 +0x240 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x506 | |
goroutine 75 [runnable]: | |
syscall.Syscall(0x6, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.Close(0x3, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:404 +0x4a | |
os.(*file).close(0xc820270060, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:126 +0x61 | |
os.(*File).Close(0xc8202c0028, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:118 +0x54 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:233 +0xad | |
os/exec.(*Cmd).Start.func1(0xc820276000, 0xc8202a00a0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 76 [runnable]: | |
syscall.Syscall(0x3, 0x10, 0xc8203bc000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x10, 0xc8203bc000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x10, 0xc8203bc000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc8202c0040, 0xc8203bc000, 0x8000, 0x8000, 0xc8203bc000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc8202c0040, 0xc8203bc000, 0x8000, 0x8000, 0x4a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc8202c0018, 0xffd000, 0xc8202c0040, 0xc8203bc000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc8202c0018, 0xffd000, 0xc8202c0040, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc820276000, 0xc8202a0100) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 77 [runnable]: | |
syscall.Syscall6(0x7, 0x169bb, 0xc820386d7c, 0x0, 0xc82034e120, 0x0, 0x0, 0x169bb, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:41 +0x5 | |
syscall.wait4(0x169bb, 0xc820386d7c, 0x0, 0xc82034e120, 0x90, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x72 | |
syscall.Wait4(0x169bb, 0xc820386dc4, 0x0, 0xc82034e120, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_bsd.go:129 +0x55 | |
os.(*Process).wait(0xc8202f24a0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec_unix.go:22 +0x105 | |
os.(*Process).Wait(0xc8202f24a0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/doc.go:45 +0x2d | |
os/exec.(*Cmd).Wait(0xc820276000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:380 +0x211 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func2(0xc8202c0018, 0xc8202c0008, 0xc820276000, 0xc8202c25a0, 0xc820234140) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:262 +0x7b | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:275 +0xf73 | |
goroutine 78 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc8202ba100) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc8202ba0f0) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc8202ba0c0, 0xc820442000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8202c0010, 0xc820442000, 0x1000, 0x1000, 0x1d3c3d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8202cdee0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8202cdee0, 0xe8f0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8202cdee0, 0xc82001410a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
bufio.(*Reader).ReadString(0xc8202cdee0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:446 +0x4d | |
github.com/hashicorp/otto/plugin.(*Client).logStderr(0xc820234140, 0xfc2188, 0xc8202c0010) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:352 +0xac | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:278 +0xfd9 | |
goroutine 79 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc8202ba040) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc8202ba030) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc8202ba000, 0xc82038a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8202c0000, 0xc82038a000, 0x1000, 0x1000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8202ccee8) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8202ccee8, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8202ccee8, 0xc8202c260a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func3(0xc8202c2600, 0xc8202c0000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:288 +0x107 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:297 +0x1026 | |
goroutine 80 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Start.func4.1(0xc8202c2240) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:303 +0x52 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start.func4 | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:305 +0x35 | |
goroutine 81 [IO wait]: | |
net.runtime_pollWait(0xfc3230, 0x72, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0xc820396060, 0x72, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:73 +0x3a | |
net.(*pollDesc).WaitRead(0xc820396060, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:78 +0x36 | |
net.(*netFD).Read(0xc820396000, 0xc82038b000, 0x1000, 0x1000, 0x0, 0xfbd050, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:232 +0x23a | |
net.(*conn).Read(0xc8202f6050, 0xc82038b000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/net.go:172 +0xe4 | |
bufio.(*Reader).fill(0xc8202c26c0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc8202c26c0, 0xc8201e4220, 0xc, 0xc, 0xc8201e4222, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc8202c26c0, 0xc8201e4220, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc8202c26c0, 0xc8201e4220, 0xc, 0xc, 0xc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
github.com/hashicorp/yamux.(*Session).recvLoop(0xc82039e000, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:408 +0x11e | |
github.com/hashicorp/yamux.(*Session).recv(0xc82039e000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:396 +0x21 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x4b1 | |
goroutine 82 [select]: | |
github.com/hashicorp/yamux.(*Session).send(0xc82039e000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:358 +0x5e1 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4d3 | |
goroutine 83 [select]: | |
github.com/hashicorp/yamux.(*Session).keepalive(0xc82039e000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:292 +0x240 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x506 | |
goroutine 30 [runnable]: | |
net.runtime_pollWait(0xfc3170, 0x72, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0xc820360060, 0x72, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:73 +0x3a | |
net.(*pollDesc).WaitRead(0xc820360060, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:78 +0x36 | |
net.(*netFD).Read(0xc820360000, 0xc820363000, 0x1000, 0x1000, 0x0, 0xfbd050, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:232 +0x23a | |
net.(*conn).Read(0xc820030250, 0xc820363000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/net.go:172 +0xe4 | |
bufio.(*Reader).fill(0xc820019920) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc820019920, 0xc8201933a0, 0xc, 0xc, 0xc8201933a2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc820019920, 0xc8201933a0, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc820019920, 0xc8201933a0, 0xc, 0xc, 0xc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
github.com/hashicorp/yamux.(*Session).recvLoop(0xc820127340, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:408 +0x11e | |
github.com/hashicorp/yamux.(*Session).recv(0xc820127340) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:396 +0x21 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x4b1 | |
goroutine 31 [select]: | |
github.com/hashicorp/yamux.(*Session).send(0xc820127340) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:358 +0x5e1 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4d3 | |
goroutine 32 [select]: | |
github.com/hashicorp/yamux.(*Session).keepalive(0xc820127340) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:292 +0x240 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x506 | |
goroutine 97 [select]: | |
github.com/hashicorp/yamux.(*Session).AcceptStream(0xc820127290, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:191 +0x19d | |
github.com/hashicorp/otto/rpc.(*muxBroker).Run(0xc820185600) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/mux_broker.go:107 +0x34 | |
created by github.com/hashicorp/otto/rpc.NewClient | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:66 +0x36f | |
goroutine 113 [select]: | |
github.com/hashicorp/yamux.(*Session).AcceptStream(0xc820378000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:191 +0x19d | |
github.com/hashicorp/otto/rpc.(*muxBroker).Run(0xc8203223c0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/mux_broker.go:107 +0x34 | |
created by github.com/hashicorp/otto/rpc.NewClient | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:66 +0x36f | |
goroutine 98 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8201984e0, 0xc82044d000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
bufio.(*Reader).fill(0xc820436180) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc820436180, 0xc820193080, 0x1, 0x9, 0xa3a168, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc820436180, 0xc820193080, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc820436180, 0xc820193080, 0x1, 0x9, 0xc820086f70, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
encoding/gob.decodeUintReader(0xfc34d0, 0xc820436180, 0xc820193080, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x92 | |
encoding/gob.(*Decoder).recvMessage(0xc820086f00, 0xc82054bbc0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x5e | |
encoding/gob.(*Decoder).decodeTypeSequence(0xc820086f00, 0xa3be00, 0xc820086f00) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47 | |
encoding/gob.(*Decoder).DecodeValue(0xc820086f00, 0x653f20, 0xc820294420, 0x16, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x15d | |
encoding/gob.(*Decoder).Decode(0xc820086f00, 0x653f20, 0xc820294420, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x289 | |
net/rpc.(*gobClientCodec).ReadResponseHeader(0xc820197920, 0xc820294420, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:223 +0x51 | |
net/rpc.(*Client).input(0xc820436240) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:109 +0xbf | |
created by net/rpc.NewClientWithCodec | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:201 +0xd2 | |
goroutine 99 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc820198680, 0xc8204c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc820198680, 0xc8204c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc820198680, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d30a8, 0x6, 0xfc11c0, 0xc820030010, 0xfc35b8, 0xc820198680) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:85 +0xb2 | |
goroutine 100 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc820198750, 0xc8204f2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc820198750, 0xc8204f2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc820198750, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d3090, 0x6, 0xfc11c0, 0xc820030018, 0xfc35b8, 0xc820198750) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:86 +0x141 | |
goroutine 114 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc82023a0d0, 0xc820468000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
bufio.(*Reader).fill(0xc8202bc660) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc8202bc660, 0xc8202922d0, 0x1, 0x9, 0xa3a168, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc8202bc660, 0xc8202922d0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc8202bc660, 0xc8202922d0, 0x1, 0x9, 0xc82035e0f0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
encoding/gob.decodeUintReader(0xfc34d0, 0xc8202bc660, 0xc8202922d0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x92 | |
encoding/gob.(*Decoder).recvMessage(0xc82035e080, 0xc820547bc0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x5e | |
encoding/gob.(*Decoder).decodeTypeSequence(0xc82035e080, 0xa3be00, 0xc82035e080) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47 | |
encoding/gob.(*Decoder).DecodeValue(0xc82035e080, 0x653f20, 0xc8202943f0, 0x16, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x15d | |
encoding/gob.(*Decoder).Decode(0xc82035e080, 0x653f20, 0xc8202943f0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x289 | |
net/rpc.(*gobClientCodec).ReadResponseHeader(0xc820294360, 0xc8202943f0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:223 +0x51 | |
net/rpc.(*Client).input(0xc8202bc720) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:109 +0xbf | |
created by net/rpc.NewClientWithCodec | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:201 +0xd2 | |
goroutine 115 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc82031e0d0, 0xc8204b4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc82031e0d0, 0xc8204b4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc82031e0d0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d30a8, 0x6, 0xfc11c0, 0xc820030010, 0xfc35b8, 0xc82031e0d0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:85 +0xb2 | |
goroutine 116 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc82031e1a0, 0xc82047a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc82031e1a0, 0xc82047a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc82031e1a0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d3090, 0x6, 0xfc11c0, 0xc820030018, 0xfc35b8, 0xc82031e1a0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:86 +0x141 | |
goroutine 63 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Start.func4.1(0xc820230540) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:303 +0x52 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start.func4 | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:305 +0x35 | |
goroutine 64 [runnable]: | |
net.runtime_pollWait(0xfc30b0, 0x72, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0xc82036e140, 0x72, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:73 +0x3a | |
net.(*pollDesc).WaitRead(0xc82036e140, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:78 +0x36 | |
net.(*netFD).Read(0xc82036e0e0, 0xc820441000, 0x1000, 0x1000, 0x0, 0xfbd050, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:232 +0x23a | |
net.(*conn).Read(0xc82025c080, 0xc820441000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/net.go:172 +0xe4 | |
bufio.(*Reader).fill(0xc820230a80) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc820230a80, 0xc820274340, 0xc, 0xc, 0xc820274342, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc820230a80, 0xc820274340, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc820230a80, 0xc820274340, 0xc, 0xc, 0xc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
github.com/hashicorp/yamux.(*Session).recvLoop(0xc8203780b0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:408 +0x11e | |
github.com/hashicorp/yamux.(*Session).recv(0xc8203780b0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:396 +0x21 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x4b1 | |
goroutine 129 [select]: | |
github.com/hashicorp/yamux.(*Session).send(0xc8203780b0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:358 +0x5e1 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4d3 | |
goroutine 130 [select]: | |
github.com/hashicorp/yamux.(*Session).keepalive(0xc8203780b0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:292 +0x240 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x506 | |
goroutine 84 [select]: | |
github.com/hashicorp/yamux.(*Session).AcceptStream(0xc82039e000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:191 +0x19d | |
github.com/hashicorp/otto/rpc.(*muxBroker).Run(0xc8202f2600) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/mux_broker.go:107 +0x34 | |
created by github.com/hashicorp/otto/rpc.NewClient | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:66 +0x36f | |
goroutine 101 [select]: | |
github.com/hashicorp/yamux.(*Session).AcceptStream(0xc820127340, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:191 +0x19d | |
github.com/hashicorp/otto/rpc.(*muxBroker).Run(0xc820185840) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/mux_broker.go:107 +0x34 | |
created by github.com/hashicorp/otto/rpc.NewClient | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:66 +0x36f | |
goroutine 85 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202e40d0, 0xc8204be000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
bufio.(*Reader).fill(0xc8202c2f00) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc8202c2f00, 0xc82029c2f0, 0x1, 0x9, 0xa3a168, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc8202c2f00, 0xc82029c2f0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc8202c2f00, 0xc82029c2f0, 0x1, 0x9, 0xc820394270, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
encoding/gob.decodeUintReader(0xfc34d0, 0xc8202c2f00, 0xc82029c2f0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x92 | |
encoding/gob.(*Decoder).recvMessage(0xc820394200, 0xc82056fbc0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x5e | |
encoding/gob.(*Decoder).decodeTypeSequence(0xc820394200, 0xa3be00, 0xc820394200) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47 | |
encoding/gob.(*Decoder).DecodeValue(0xc820394200, 0x653f20, 0xc8202a24b0, 0x16, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x15d | |
encoding/gob.(*Decoder).Decode(0xc820394200, 0x653f20, 0xc8202a24b0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x289 | |
net/rpc.(*gobClientCodec).ReadResponseHeader(0xc8202a23f0, 0xc8202a24b0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:223 +0x51 | |
net/rpc.(*Client).input(0xc8202c2fc0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:109 +0xbf | |
created by net/rpc.NewClientWithCodec | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:201 +0xd2 | |
goroutine 86 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202e41a0, 0xc8204fa000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202e41a0, 0xc8204fa000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202e41a0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d30a8, 0x6, 0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202e41a0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:85 +0xb2 | |
goroutine 102 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8201985b0, 0xc8204bd000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
bufio.(*Reader).fill(0xc820436a80) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc820436a80, 0xc820193430, 0x1, 0x9, 0xa3a168, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc820436a80, 0xc820193430, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc820436a80, 0xc820193430, 0x1, 0x9, 0xc820086ff0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
encoding/gob.decodeUintReader(0xfc34d0, 0xc820436a80, 0xc820193430, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x92 | |
encoding/gob.(*Decoder).recvMessage(0xc820086f80, 0xc820573bc0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x5e | |
encoding/gob.(*Decoder).decodeTypeSequence(0xc820086f80, 0xa3be00, 0xc820086f80) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47 | |
encoding/gob.(*Decoder).DecodeValue(0xc820086f80, 0x653f20, 0xc8202a24e0, 0x16, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x15d | |
encoding/gob.(*Decoder).Decode(0xc820086f80, 0x653f20, 0xc8202a24e0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x289 | |
net/rpc.(*gobClientCodec).ReadResponseHeader(0xc820197e00, 0xc8202a24e0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:223 +0x51 | |
net/rpc.(*Client).input(0xc820436b40) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:109 +0xbf | |
created by net/rpc.NewClientWithCodec | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:201 +0xd2 | |
goroutine 103 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc820198a90, 0xc820512000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc820198a90, 0xc820512000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc820198a90, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d30a8, 0x6, 0xfc11c0, 0xc820030010, 0xfc35b8, 0xc820198a90) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:85 +0xb2 | |
goroutine 87 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202e4270, 0xc820502000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202e4270, 0xc820502000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202e4270, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d3090, 0x6, 0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202e4270) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:86 +0x141 | |
goroutine 104 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc820198b60, 0xc820524000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc820198b60, 0xc820524000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc820198b60, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d3090, 0x6, 0xfc11c0, 0xc820030018, 0xfc35b8, 0xc820198b60) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:86 +0x141 | |
goroutine 146 [IO wait]: | |
net.runtime_pollWait(0xfc2ff0, 0x72, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0xc8201fe0d0, 0x72, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:73 +0x3a | |
net.(*pollDesc).WaitRead(0xc8201fe0d0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:78 +0x36 | |
net.(*netFD).Read(0xc8201fe070, 0xc8204da000, 0x1000, 0x1000, 0x0, 0xfbd050, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:232 +0x23a | |
net.(*conn).Read(0xc8201ce030, 0xc8204da000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/net.go:172 +0xe4 | |
bufio.(*Reader).fill(0xc820272120) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc820272120, 0xc8201e42b0, 0xc, 0xc, 0xc8201e42b2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc820272120, 0xc8201e42b0, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc820272120, 0xc8201e42b0, 0xc, 0xc, 0xc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
github.com/hashicorp/yamux.(*Session).recvLoop(0xc8202d80b0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:408 +0x11e | |
github.com/hashicorp/yamux.(*Session).recv(0xc8202d80b0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:396 +0x21 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x4b1 | |
goroutine 147 [select]: | |
github.com/hashicorp/yamux.(*Session).send(0xc8202d80b0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:358 +0x5e1 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4d3 | |
goroutine 148 [select]: | |
github.com/hashicorp/yamux.(*Session).keepalive(0xc8202d80b0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:292 +0x240 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x506 | |
goroutine 149 [select]: | |
github.com/hashicorp/yamux.(*Session).AcceptStream(0xc8202d80b0, 0xa3b048, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:191 +0x19d | |
github.com/hashicorp/otto/rpc.(*muxBroker).Run(0xc8201be320) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/mux_broker.go:107 +0x34 | |
created by github.com/hashicorp/otto/rpc.NewClient | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:66 +0x36f | |
goroutine 150 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202120d0, 0xc82051a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
bufio.(*Reader).fill(0xc820272960) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc820272960, 0xc8201ba3e0, 0x1, 0x9, 0xa3a168, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc820272960, 0xc8201ba3e0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc820272960, 0xc8201ba3e0, 0x1, 0x9, 0xc8201d82f0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
encoding/gob.decodeUintReader(0xfc34d0, 0xc820272960, 0xc8201ba3e0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x92 | |
encoding/gob.(*Decoder).recvMessage(0xc8201d8280, 0xc82086fbd0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x5e | |
encoding/gob.(*Decoder).decodeTypeSequence(0xc8201d8280, 0xa3be00, 0xc8201d8280) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47 | |
encoding/gob.(*Decoder).DecodeValue(0xc8201d8280, 0x653f20, 0xc8201e62a0, 0x16, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x15d | |
encoding/gob.(*Decoder).Decode(0xc8201d8280, 0x653f20, 0xc8201e62a0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x289 | |
net/rpc.(*gobClientCodec).ReadResponseHeader(0xc8201c0480, 0xc8201e62a0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:223 +0x51 | |
net/rpc.(*Client).input(0xc820272a20) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:109 +0xbf | |
created by net/rpc.NewClientWithCodec | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:201 +0xd2 | |
goroutine 151 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202121a0, 0xc82051c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202121a0, 0xc82051c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202121a0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d30a8, 0x6, 0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202121a0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:85 +0xb2 | |
goroutine 152 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc820212270, 0xc82052c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc820212270, 0xc82052c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc820212270, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d3090, 0x6, 0xfc11c0, 0xc820030018, 0xfc35b8, 0xc820212270) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:86 +0x141 | |
goroutine 161 [select]: | |
github.com/hashicorp/yamux.(*Session).AcceptStream(0xc8203780b0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:191 +0x19d | |
github.com/hashicorp/otto/rpc.(*muxBroker).Run(0xc8202a03e0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/mux_broker.go:107 +0x34 | |
created by github.com/hashicorp/otto/rpc.NewClient | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:66 +0x36f | |
goroutine 162 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc82023a1a0, 0xc82053d000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
bufio.(*Reader).fill(0xc8202886c0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc8202886c0, 0xc8202622f0, 0x1, 0x9, 0xa3a168, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc8202886c0, 0xc8202622f0, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc8202886c0, 0xc8202622f0, 0x1, 0x9, 0xc8204120f0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
encoding/gob.decodeUintReader(0xfc34d0, 0xc8202886c0, 0xc8202622f0, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x92 | |
encoding/gob.(*Decoder).recvMessage(0xc820412080, 0xc82059bbc0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x5e | |
encoding/gob.(*Decoder).decodeTypeSequence(0xc820412080, 0xa3be00, 0xc820412080) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47 | |
encoding/gob.(*Decoder).DecodeValue(0xc820412080, 0x653f20, 0xc820270420, 0x16, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x15d | |
encoding/gob.(*Decoder).Decode(0xc820412080, 0x653f20, 0xc820270420, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x289 | |
net/rpc.(*gobClientCodec).ReadResponseHeader(0xc820270360, 0xc820270420, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:223 +0x51 | |
net/rpc.(*Client).input(0xc820288780) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:109 +0xbf | |
created by net/rpc.NewClientWithCodec | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:201 +0xd2 | |
goroutine 163 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202980d0, 0xc82054c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202980d0, 0xc82054c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202980d0, 0xfc2188, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d30a8, 0x6, 0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202980d0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:85 +0xb2 | |
goroutine 164 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202981a0, 0xc820554000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202981a0, 0xc820554000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202981a0, 0xfc2188, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d3090, 0x6, 0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202981a0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:86 +0x141 | |
goroutine 131 [runnable]: | |
syscall.Syscall(0x3, 0x18, 0xc82057c000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x18, 0xc82057c000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x18, 0xc82057c000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc82025c050, 0xc82057c000, 0x8000, 0x8000, 0xc82057c000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc82025c050, 0xc82057c000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc8201ce010, 0xffd000, 0xc82025c050, 0xc82057c000, 0x8000, 0x8000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc8201ce010, 0xffd000, 0xc82025c050, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc820264000, 0xc82024e420) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 132 [runnable]: | |
syscall.Syscall(0x3, 0x1a, 0xc820584000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x1a, 0xc820584000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x1a, 0xc820584000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc82025c068, 0xc820584000, 0x8000, 0x8000, 0xc820584000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc82025c068, 0xc820584000, 0x8000, 0x8000, 0x4a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc8201ce020, 0xffd000, 0xc82025c068, 0xc820584000, 0x8000, 0x8000, 0xafe, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc8201ce020, 0xffd000, 0xc82025c068, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc820264000, 0xc82024e480) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 133 [runnable]: | |
syscall.Syscall6(0x7, 0x169bc, 0xc82036757c, 0x0, 0xc820017b90, 0x0, 0x0, 0x169bc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:41 +0x5 | |
syscall.wait4(0x169bc, 0xc82036757c, 0x0, 0xc820017b90, 0x90, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x72 | |
syscall.Wait4(0x169bc, 0xc8203675c4, 0x0, 0xc820017b90, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_bsd.go:129 +0x55 | |
os.(*Process).wait(0xc82024e940, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec_unix.go:22 +0x105 | |
os.(*Process).Wait(0xc82024e940, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/doc.go:45 +0x2d | |
os/exec.(*Cmd).Wait(0xc820264000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:380 +0x211 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func2(0xc8201ce020, 0xc8201ce010, 0xc820264000, 0xc820230f60, 0xc8201b8100) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:262 +0x7b | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:275 +0xf73 | |
goroutine 134 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc82029a100) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc82029a0f0) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc82029a0c0, 0xc82057b000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8201ce018, 0xc82057b000, 0x1000, 0x1000, 0x1d3c3d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc82044aee0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc82044aee0, 0xe8f0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc82044aee0, 0xc82001410a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
bufio.(*Reader).ReadString(0xc82044aee0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:446 +0x4d | |
github.com/hashicorp/otto/plugin.(*Client).logStderr(0xc8201b8100, 0xfc2188, 0xc8201ce018) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:352 +0xac | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:278 +0xfd9 | |
goroutine 135 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc82029a040) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc82029a030) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc82029a000, 0xc82057a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc8201ce008, 0xc82057a000, 0x1000, 0x1000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc820449ee8) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc820449ee8, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc820449ee8, 0xc820230f0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func3(0xc820230fc0, 0xc8201ce008) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:288 +0x107 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:297 +0x1026 | |
goroutine 119 [select]: | |
github.com/hashicorp/yamux.(*Session).AcceptStream(0xc820568c60, 0xa3b048, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:191 +0x19d | |
github.com/hashicorp/otto/rpc.(*muxBroker).Run(0xc820323c80) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/mux_broker.go:107 +0x34 | |
created by github.com/hashicorp/otto/rpc.NewClient | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:66 +0x36f | |
goroutine 153 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Start.func4.1(0xc8202c2600) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:303 +0x52 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start.func4 | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:305 +0x35 | |
goroutine 154 [runnable]: | |
net.runtime_pollWait(0xfc2f30, 0x72, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0xc8201fe1b0, 0x72, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:73 +0x3a | |
net.(*pollDesc).WaitRead(0xc8201fe1b0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:78 +0x36 | |
net.(*netFD).Read(0xc8201fe150, 0xc82051b000, 0x1000, 0x1000, 0x0, 0xfbd050, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:232 +0x23a | |
net.(*conn).Read(0xc8201ce040, 0xc82051b000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/net.go:172 +0xe4 | |
bufio.(*Reader).fill(0xc820272b40) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc820272b40, 0xc8201ba4d0, 0xc, 0xc, 0xc8201ba4d2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc820272b40, 0xc8201ba4d0, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc820272b40, 0xc8201ba4d0, 0xc, 0xc, 0xc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
github.com/hashicorp/yamux.(*Session).recvLoop(0xc8202d8210, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:408 +0x11e | |
github.com/hashicorp/yamux.(*Session).recv(0xc8202d8210) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:396 +0x21 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x4b1 | |
goroutine 155 [select]: | |
github.com/hashicorp/yamux.(*Session).send(0xc8202d8210) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:358 +0x5e1 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4d3 | |
goroutine 156 [select]: | |
github.com/hashicorp/yamux.(*Session).keepalive(0xc8202d8210) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:292 +0x240 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x506 | |
goroutine 157 [select]: | |
github.com/hashicorp/yamux.(*Session).AcceptStream(0xc8202d8210, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:191 +0x19d | |
github.com/hashicorp/otto/rpc.(*muxBroker).Run(0xc8201be480) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/mux_broker.go:107 +0x34 | |
created by github.com/hashicorp/otto/rpc.NewClient | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:66 +0x36f | |
goroutine 158 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc820212340, 0xc8205a1000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
bufio.(*Reader).fill(0xc820273380) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc820273380, 0xc8201ba560, 0x1, 0x9, 0xa3a168, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc820273380, 0xc8201ba560, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc820273380, 0xc8201ba560, 0x1, 0x9, 0xc8201d8570, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
encoding/gob.decodeUintReader(0xfc34d0, 0xc820273380, 0xc8201ba560, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x92 | |
encoding/gob.(*Decoder).recvMessage(0xc8201d8500, 0xc8205e1bc0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x5e | |
encoding/gob.(*Decoder).decodeTypeSequence(0xc8201d8500, 0xa3be00, 0xc8201d8500) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47 | |
encoding/gob.(*Decoder).DecodeValue(0xc8201d8500, 0x653f20, 0xc8201c0780, 0x16, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x15d | |
encoding/gob.(*Decoder).Decode(0xc8201d8500, 0x653f20, 0xc8201c0780, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x289 | |
net/rpc.(*gobClientCodec).ReadResponseHeader(0xc8201c06c0, 0xc8201c0780, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:223 +0x51 | |
net/rpc.(*Client).input(0xc820273440) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:109 +0xbf | |
created by net/rpc.NewClientWithCodec | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:201 +0xd2 | |
goroutine 159 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc820212410, 0xc8205b4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc820212410, 0xc8205b4000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc820212410, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d30a8, 0x6, 0xfc11c0, 0xc820030010, 0xfc35b8, 0xc820212410) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:85 +0xb2 | |
goroutine 160 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202124e0, 0xc8205bc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202124e0, 0xc8205bc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202124e0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d3090, 0x6, 0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202124e0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:86 +0x141 | |
goroutine 44 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Start.func4.1(0xc820230fc0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:303 +0x52 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start.func4 | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:305 +0x35 | |
goroutine 40 [runnable]: | |
syscall.Syscall(0x3, 0x1d, 0xc820650000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:16 +0x5 | |
syscall.read(0x1d, 0xc820650000, 0x8000, 0x8000, 0x306c2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:972 +0x5f | |
syscall.Read(0x1d, 0xc820650000, 0x8000, 0x8000, 0x56630, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_unix.go:160 +0x4d | |
os.(*File).read(0xc8202185c0, 0xc820650000, 0x8000, 0x8000, 0xc820650000, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file_unix.go:211 +0x75 | |
os.(*File).Read(0xc8202185c0, 0xc820650000, 0x8000, 0x8000, 0x4a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/file.go:95 +0x8a | |
io.copyBuffer(0xfc21b0, 0xc820218598, 0xffd000, 0xc8202185c0, 0xc820650000, 0x8000, 0x8000, 0x11a, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc21b0, 0xc820218598, 0xffd000, 0xc8202185c0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:232 +0x8b | |
os/exec.(*Cmd).Start.func1(0xc8201ea280, 0xc8205f82c0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:340 +0x1d | |
created by os/exec.(*Cmd).Start | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:341 +0x96d | |
goroutine 41 [runnable]: | |
syscall.Syscall6(0x7, 0x169bd, 0xc8204f057c, 0x0, 0xc8201ca360, 0x0, 0x0, 0x169bd, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/asm_darwin_amd64.s:41 +0x5 | |
syscall.wait4(0x169bd, 0xc8204f057c, 0x0, 0xc8201ca360, 0x90, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/zsyscall_darwin_amd64.go:34 +0x72 | |
syscall.Wait4(0x169bd, 0xc8204f05c4, 0x0, 0xc8201ca360, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/syscall/syscall_bsd.go:129 +0x55 | |
os.(*Process).wait(0xc8205f8560, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec_unix.go:22 +0x105 | |
os.(*Process).Wait(0xc8205f8560, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/doc.go:45 +0x2d | |
os/exec.(*Cmd).Wait(0xc8201ea280, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/os/exec/exec.go:380 +0x211 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func2(0xc820218598, 0xc820218588, 0xc8201ea280, 0xc8201ed680, 0xc8201b7c00) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:262 +0x7b | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:275 +0xf73 | |
goroutine 42 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc820214340) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc820214330) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc820214300, 0xc820597000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc820218590, 0xc820597000, 0x1000, 0x1000, 0x1d3c3d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc8205b0ee0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc8205b0ee0, 0xe8f0a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc8205b0ee0, 0xc82001410a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
bufio.(*Reader).ReadString(0xc8205b0ee0, 0xa, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:446 +0x4d | |
github.com/hashicorp/otto/plugin.(*Client).logStderr(0xc8201b7c00, 0xfc2188, 0xc820218590) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:352 +0xac | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:278 +0xfd9 | |
goroutine 43 [semacquire]: | |
sync.runtime_Syncsemacquire(0xc820214280) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/sema.go:237 +0x201 | |
sync.(*Cond).Wait(0xc820214270) | |
/Users/mitchellh/code/3rdparty/go/src/sync/cond.go:62 +0x9b | |
io.(*pipe).read(0xc820214240, 0xc8202fd000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:52 +0x2d2 | |
io.(*PipeReader).Read(0xc820218580, 0xc8202fd000, 0x1000, 0x1000, 0x4d, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/pipe.go:134 +0x50 | |
bufio.(*Reader).fill(0xc820534ee8) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).ReadSlice(0xc820534ee8, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:328 +0x21a | |
bufio.(*Reader).ReadBytes(0xc820534ee8, 0xc8201ed60a, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:406 +0xa9 | |
github.com/hashicorp/otto/plugin.(*Client).Start.func3(0xc8201ed6e0, 0xc820218580) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:288 +0x107 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:297 +0x1026 | |
goroutine 46 [select]: | |
github.com/hashicorp/yamux.(*Session).send(0xc820568c60) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:358 +0x5e1 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4d3 | |
goroutine 47 [select]: | |
github.com/hashicorp/yamux.(*Session).keepalive(0xc820568c60) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:292 +0x240 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x506 | |
goroutine 121 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc82031e750, 0xc820670000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc82031e750, 0xc820670000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc82031e750, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d30a8, 0x6, 0xfc11c0, 0xc820030010, 0xfc35b8, 0xc82031e750) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:85 +0xb2 | |
goroutine 122 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc82031e820, 0xc820678000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc82031e820, 0xc820678000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc82031e820, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d3090, 0x6, 0xfc11c0, 0xc820030018, 0xfc35b8, 0xc82031e820) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:86 +0x141 | |
goroutine 193 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Start.func4.1(0xc8201ed6e0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:303 +0x52 | |
created by github.com/hashicorp/otto/plugin.(*Client).Start.func4 | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:305 +0x35 | |
goroutine 194 [IO wait]: | |
net.runtime_pollWait(0xfc2db0, 0x72, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/runtime/netpoll.go:157 +0x60 | |
net.(*pollDesc).Wait(0xc82034c990, 0x72, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:73 +0x3a | |
net.(*pollDesc).WaitRead(0xc82034c990, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:78 +0x36 | |
net.(*netFD).Read(0xc82034c930, 0xc820409000, 0x1000, 0x1000, 0x0, 0xfbd050, 0xc82000e1d0) | |
/Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:232 +0x23a | |
net.(*conn).Read(0xc8202d6050, 0xc820409000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/net.go:172 +0xe4 | |
bufio.(*Reader).fill(0xc82028a360) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc82028a360, 0xc8202743b0, 0xc, 0xc, 0xc8202743b2, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc82028a360, 0xc8202743b0, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc82028a360, 0xc8202743b0, 0xc, 0xc, 0xc, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
github.com/hashicorp/yamux.(*Session).recvLoop(0xc820696000, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:408 +0x11e | |
github.com/hashicorp/yamux.(*Session).recv(0xc820696000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:396 +0x21 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x4b1 | |
goroutine 195 [select]: | |
github.com/hashicorp/yamux.(*Session).send(0xc820696000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:358 +0x5e1 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4d3 | |
goroutine 196 [select]: | |
github.com/hashicorp/yamux.(*Session).keepalive(0xc820696000) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:292 +0x240 | |
created by github.com/hashicorp/yamux.newSession | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x506 | |
goroutine 91 [select]: | |
github.com/hashicorp/yamux.(*Session).AcceptStream(0xc820696000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:191 +0x19d | |
github.com/hashicorp/otto/rpc.(*muxBroker).Run(0xc8202f3e20) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/mux_broker.go:107 +0x34 | |
created by github.com/hashicorp/otto/rpc.NewClient | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:66 +0x36f | |
goroutine 92 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202b00d0, 0xc820699000, 0x1000, 0x1000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
bufio.(*Reader).fill(0xc8206845a0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1e9 | |
bufio.(*Reader).Read(0xc8206845a0, 0xc82029d950, 0x1, 0x9, 0xa3a168, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:207 +0x260 | |
io.ReadAtLeast(0xfc34d0, 0xc8206845a0, 0xc82029d950, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xe6 | |
io.ReadFull(0xfc34d0, 0xc8206845a0, 0xc82029d950, 0x1, 0x9, 0xc820394470, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x62 | |
encoding/gob.decodeUintReader(0xfc34d0, 0xc8206845a0, 0xc82029d950, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x92 | |
encoding/gob.(*Decoder).recvMessage(0xc820394400, 0xc82026bbc0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x5e | |
encoding/gob.(*Decoder).decodeTypeSequence(0xc820394400, 0xa3be00, 0xc820394400) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47 | |
encoding/gob.(*Decoder).DecodeValue(0xc820394400, 0x653f20, 0xc8202a3e60, 0x16, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x15d | |
encoding/gob.(*Decoder).Decode(0xc820394400, 0x653f20, 0xc8202a3e60, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x289 | |
net/rpc.(*gobClientCodec).ReadResponseHeader(0xc8202a3da0, 0xc8202a3e60, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:223 +0x51 | |
net/rpc.(*Client).input(0xc820684660) | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:109 +0xbf | |
created by net/rpc.NewClientWithCodec | |
/Users/mitchellh/code/3rdparty/go/src/net/rpc/client.go:201 +0xd2 | |
goroutine 93 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202e4820, 0xc82069a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202e4820, 0xc82069a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202e4820, 0xfc2188, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d30a8, 0x6, 0xfc11c0, 0xc820030010, 0xfc35b8, 0xc8202e4820) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:85 +0xb2 | |
goroutine 94 [select]: | |
github.com/hashicorp/yamux.(*Stream).Read(0xc8202e48f0, 0xc8206a2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3f0 | |
io.copyBuffer(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202e48f0, 0xc8206a2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:381 +0x247 | |
io.Copy(0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202e48f0, 0x0, 0x0, 0x0) | |
/Users/mitchellh/code/3rdparty/go/src/io/io.go:351 +0x64 | |
github.com/hashicorp/otto/rpc.copyStream(0x8d3090, 0x6, 0xfc11c0, 0xc820030018, 0xfc35b8, 0xc8202e48f0) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/stream.go:15 +0x171 | |
created by github.com/hashicorp/otto/rpc.(*Client).SyncStreams | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/rpc/client.go:86 +0x141 | |
goroutine 219 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Kill(0xc8201b8100) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:199 +0x68 | |
github.com/hashicorp/otto/plugin.CleanupClients.func1(0xc82000e780, 0xc8201b8100) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:97 +0x21 | |
created by github.com/hashicorp/otto/plugin.CleanupClients | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:99 +0xd6 | |
goroutine 216 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Kill(0xc820143700) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:199 +0x68 | |
github.com/hashicorp/otto/plugin.CleanupClients.func1(0xc82000e780, 0xc820143700) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:97 +0x21 | |
created by github.com/hashicorp/otto/plugin.CleanupClients | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:99 +0xd6 | |
goroutine 217 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Kill(0xc8201b6100) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:199 +0x68 | |
github.com/hashicorp/otto/plugin.CleanupClients.func1(0xc82000e780, 0xc8201b6100) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:97 +0x21 | |
created by github.com/hashicorp/otto/plugin.CleanupClients | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:99 +0xd6 | |
goroutine 218 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Kill(0xc82021a080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:199 +0x68 | |
github.com/hashicorp/otto/plugin.CleanupClients.func1(0xc82000e780, 0xc82021a080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:97 +0x21 | |
created by github.com/hashicorp/otto/plugin.CleanupClients | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:99 +0xd6 | |
goroutine 221 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Kill(0xc820234140) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:199 +0x68 | |
github.com/hashicorp/otto/plugin.CleanupClients.func1(0xc82000e780, 0xc820234140) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:97 +0x21 | |
created by github.com/hashicorp/otto/plugin.CleanupClients | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:99 +0xd6 | |
goroutine 222 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Kill(0xc82028c080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:199 +0x68 | |
github.com/hashicorp/otto/plugin.CleanupClients.func1(0xc82000e780, 0xc82028c080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:97 +0x21 | |
created by github.com/hashicorp/otto/plugin.CleanupClients | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:99 +0xd6 | |
goroutine 223 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Kill(0xc820296080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:199 +0x68 | |
github.com/hashicorp/otto/plugin.CleanupClients.func1(0xc82000e780, 0xc820296080) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:97 +0x21 | |
created by github.com/hashicorp/otto/plugin.CleanupClients | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:99 +0xd6 | |
goroutine 224 [chan receive]: | |
github.com/hashicorp/otto/plugin.(*Client).Kill(0xc8201b7c00) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:199 +0x68 | |
github.com/hashicorp/otto/plugin.CleanupClients.func1(0xc82000e780, 0xc8201b7c00) | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:97 +0x21 | |
created by github.com/hashicorp/otto/plugin.CleanupClients | |
/Users/mitchellh/code/go/src/github.com/hashicorp/otto/plugin/client.go:99 +0xd6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment