Is anyone around that can help me read a stack tra...
# kolide
c
Is anyone around that can help me read a stack trace from fleet? I'm assuming I'm having an issue related to how the database was set up due to https://osquery.slack.com/archives/C1XCLA5DZ/p1545072712364500, but I can't really get any idea of what went wrong from it.
Copy code
2018-12-18T15:15:57.642406535Z panic: unreachable

2018-12-18T15:15:57.642465113Z
2018-12-18T15:15:57.64247099Z goroutine 1 [running]:

2018-12-18T15:15:57.642475698Z <http://github.com/kolide/fleet/vendor/github.com/kolide/goose.(*Client).GetDBVersion(0xc000170100|github.com/kolide/fleet/vendor/github.com/kolide/goose.(*Client).GetDBVersion(0xc000170100>, 0xc0002640c0, 0x0, 0x0, 0x0)

2018-12-18T15:15:57.642481393Z /Users/marpaia/go/src/github.com/kolide/fleet/vendor/github.com/kolide/goose/migrate.go:208 +0x35c

2018-12-18T15:15:57.642486453Z <http://github.com/kolide/fleet/server/datastore/mysql.(*Datastore).MigrationStatus(0xc000173ba0|github.com/kolide/fleet/server/datastore/mysql.(*Datastore).MigrationStatus(0xc000173ba0>, 0x27, 0xc000034076, 0xf)

2018-12-18T15:15:57.642491337Z /Users/marpaia/go/src/github.com/kolide/fleet/server/datastore/mysql/mysql.go:144 +0xf0

2018-12-18T15:15:57.642496131Z main.createPrepareCmd.func2(0xc000214a00, 0x1d95378, 0x0, 0x0)

2018-12-18T15:15:57.642500707Z /Users/marpaia/go/src/github.com/kolide/fleet/cmd/fleet/prepare.go:47 +0x132

2018-12-18T15:15:57.642516606Z <http://github.com/kolide/fleet/vendor/github.com/spf13/cobra.(*Command).execute(0xc000214a00|github.com/kolide/fleet/vendor/github.com/spf13/cobra.(*Command).execute(0xc000214a00>, 0x1d95378, 0x0, 0x0, 0xc000214a00, 0x1d95378)

2018-12-18T15:15:57.642522877Z /Users/marpaia/go/src/github.com/kolide/fleet/vendor/github.com/spf13/cobra/command.go:760 +0x2cc

2018-12-18T15:15:57.642527828Z <http://github.com/kolide/fleet/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc000214500|github.com/kolide/fleet/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc000214500>, 0x1e, 0x0, 0xc000215400)

2018-12-18T15:15:57.642532778Z /Users/marpaia/go/src/github.com/kolide/fleet/vendor/github.com/spf13/cobra/command.go:846 +0x2fd

2018-12-18T15:15:57.642537558Z <http://github.com/kolide/fleet/vendor/github.com/spf13/cobra.(*Command).Execute(0xc000214500|github.com/kolide/fleet/vendor/github.com/spf13/cobra.(*Command).Execute(0xc000214500>, 0xc000145f50, 0x1)

2018-12-18T15:15:57.642542353Z /Users/marpaia/go/src/github.com/kolide/fleet/vendor/github.com/spf13/cobra/command.go:794 +0x2b

2018-12-18T15:15:57.642547247Z main.main()

2018-12-18T15:15:57.642551781Z /Users/marpaia/go/src/github.com/kolide/fleet/cmd/fleet/main.go:29 +0x1cd