Created
September 16, 2016 12:37
-
-
Save rajdavies/8b72d8c10f7b055d6d8b93b63a3d5abd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rajdavies@FabMac:~$ gofabric8 start --console | |
There is a newer version of gofabric8 available. Do you want to | |
automatically update from v0.4.67 to v0.4.68 now? [y/N] y | |
Updating to version 0.4.68 | |
panic: runtime error: index out of range | |
goroutine 1 [running]: | |
panic(0x1040320, 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(0xc8202eae00, 0xc8202f2100, 0x0, 0x1) | |
/mnt/hudson_workspace/workspace/gofabric8-release/src/github.com/fabric8io/gofabric8/cmds/start.go:71 +0x1a80 | |
github.com/fabric8io/gofabric8/vendor/github.com/spf13/cobra.(*Command).execute(0xc8202eae00, 0xc8202f20a0, 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(0xc8202a5800, 0xc8202eae00, 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(0xc8202a5800, 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/fabric8io/gofabric8/gofabric8.go:114 +0xa64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment