Skip to content

Instantly share code, notes, and snippets.

@rajdavies
Created September 16, 2016 12:32
Show Gist options
  • Save rajdavies/e09990b2f3e992053e6f2d2b1863b823 to your computer and use it in GitHub Desktop.
Save rajdavies/e09990b2f3e992053e6f2d2b1863b823 to your computer and use it in GitHub Desktop.
panic: runtime error: index out of range
goroutine 1 [running]:
panic(0x103fda0, 0xc820014060)
/mnt/hudson_workspace/tools/org.jenkinsci.plugins.golang.GolangInstallation/1.6.3/src/runtime/panic.go:481 +0x3e6
github.com/fabric8io/gofabric8/cmds.NewCmdStart.func1(0xc820332800, 0xc820319740, 0x0, 0x1)
/mnt/hudson_workspace/workspace/gofabric8-release/src/github.com/fabric8io/gofabric8/cmds/start.go:66 +0x1718
github.com/fabric8io/gofabric8/vendor/github.com/spf13/cobra.(*Command).execute(0xc820332800, 0xc8203196e0, 0x1, 0x1, 0x0, 0x0)
/mnt/hudson_workspace/workspace/gofabric8-release/src/github.com/fabric8io/gofabric8/vendor/github.com/spf13/cobra/command.go:565 +0x85a
github.com/fabric8io/gofabric8/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc8202f7200, 0xc820332800, 0x0, 0x0)
/mnt/hudson_workspace/workspace/gofabric8-release/src/github.com/fabric8io/gofabric8/vendor/github.com/spf13/cobra/command.go:651 +0x55c
github.com/fabric8io/gofabric8/vendor/github.com/spf13/cobra.(*Command).Execute(0xc8202f7200, 0x0, 0x0)
/mnt/hudson_workspace/workspace/gofabric8-release/src/github.com/fabric8io/gofabric8/vendor/github.com/spf13/cobra/command.go:610 +0x2d
main.main()
/mnt/hudson_workspace/workspace/gofabric8-release/src/github.com/fa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment