Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: created util to print out trace from endpoint call #2217

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kevkevinpal
Copy link
Contributor

@kevkevinpal kevkevinpal commented Dec 17, 2024

Describe your changes

This is my attempt at printing out a trace when an endpoint is called

So I am attempting to use this package https://github.com/xhd2015/xgo
the only thing is we may need to modify the Docker file to use xgo to run sphinx-tribes instead

xgo run ./

since it requires this package to run and trace the function outputs

example of the function outputs for the GET /people endpoint

$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/mux.go:60 ServeHTTP
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/context.go:82 Reset
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/request_id.go:68
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/logger.go:48
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/logger.go:100 NewLogEntry
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/request_id.go:83 GetReqID
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:15 NewWrapResponseWriter
$GOROOT/src/time/time.go:1131 Now
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/logger.go:83 WithLogEntry
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/recoverer.go:22
sphinx-tribes/routes/index.go:196
/home/kevkevin/go/pkg/mod/github.com/urfave/[email protected]/response_writer.go:31 NewResponseWriter
/home/kevkevin/go/pkg/mod/github.com/rs/[email protected]/cors.go:265
/home/kevkevin/go/pkg/mod/github.com/rs/[email protected]/cors.go:443 logf
/home/kevkevin/go/pkg/mod/github.com/rs/[email protected]/cors.go:394 handleActualRequest
/home/kevkevin/go/pkg/mod/github.com/rs/[email protected]/cors.go:458 isOriginAllowed
/home/kevkevin/go/pkg/mod/github.com/rs/[email protected]/cors.go:443 logf
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/timeout.go:35
$GOROOT/src/time/time.go:1131 Now
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/mux.go:410 routeHTTP
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:360 FindRoute
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:387 findRoute
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:795 findEdge
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:387 findRoute
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:795 findEdge
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:387 findRoute
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:795 findEdge
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:387 findRoute
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:795 findEdge
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:548 isLeaf
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/mux.go:299
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/context.go:27 RouteContext
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/mux.go:446 nextRoutePath
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/mux.go:60 ServeHTTP
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/mux.go:410 routeHTTP
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:360 FindRoute
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:387 findRoute
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:795 findEdge
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/tree.go:548 isLeaf
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/chain.go:30 ServeHTTP
sphinx-tribes/utils/trace.go:13
sphinx-tribes/handlers/people.go:779 GetListedPeople
sphinx-tribes/handlers/people.go:779 GetListedPeople
sphinx-tribes/db/db.go:325 GetListedPeople
sphinx-tribes/db/db.go:325 GetListedPeople
sphinx-tribes/utils/utils.go:10 GetPaginationParams
sphinx-tribes/utils/utils.go:10 GetPaginationParams
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/chainable_api.go:459 Raw
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/chainable_api.go:459 Raw
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:398 getInstance
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:398 getInstance
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/clause/expression.go:28 Build
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/clause/expression.go:28 Build
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:71 WriteByte
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/finisher_api.go:162 Find
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/finisher_api.go:162 Find
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:398 getInstance
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:398 getInstance
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks.go:55 Query
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks.go:55 Query
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks.go:75 Execute
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks.go:75 Execute
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:487 Parse
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:487 Parse
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:491 ParseWithSpecialTableName
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/statement.go:491 ParseWithSpecialTableName
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:121 ParseWithSpecialTableName
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:121 ParseWithSpecialTableName
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:15 Query
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:15 Query
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:33 BuildQuerySQL
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:33 BuildQuerySQL
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:466 ResetSession
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:466 ResetSession
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:367 IsClosed
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:367 IsClosed
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:672 IsClosed
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:672 IsClosed
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:395 PgConn
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:395 PgConn
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1693 CheckConn
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1693 CheckConn
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:463 ReceiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:463 ReceiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:682 lock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:682 lock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:34 Watch
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:34 Watch
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:36
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:36
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:46
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:46
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:90 Read
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:90 Read
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:404
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:404
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:92
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:92
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:210 translateEOFtoErrUnexpectedEOF
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:210 translateEOFtoErrUnexpectedEOF
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/errors.go:109 normalizeTimeoutError
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/errors.go:109 normalizeTimeoutError
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:476
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:476
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:62 Unwatch
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:62 Unwatch
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:405
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:405
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:64
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:64
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:467
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:467
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:695 unlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:695 unlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/errors.go:23 Timeout
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/errors.go:23 Timeout
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/errors.go:143 Unwrap
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/errors.go:143 Unwrap
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:184
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:184
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:420 QueryContext
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:420 QueryContext
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:367 IsClosed
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:367 IsClosed
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:672 IsClosed
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:672 IsClosed
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:778 namedValueToInterface
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:778 namedValueToInterface
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:664 Query
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:664 Query
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:1309 deallocateInvalidatedCachedStatements
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:1309 deallocateInvalidatedCachedStatements
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:582 TxStatus
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:582 TxStatus
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/stmtcache/lru_cache.go:76 HandleInvalidated
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/stmtcache/lru_cache.go:76 HandleInvalidated
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/stmtcache/lru_cache.go:76 HandleInvalidated
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/stmtcache/lru_cache.go:76 HandleInvalidated
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/extended_query_builder.go:93 reset
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/extended_query_builder.go:93 reset
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/anynil/anynil.go:30 NormalizeSlice
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/anynil/anynil.go:30 NormalizeSlice
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:557 getRows
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:557 getRows
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:1146 sanitizeForSimpleQuery
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:1146 sanitizeForSimpleQuery
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:707 ParameterStatus
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:707 ParameterStatus
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:707 ParameterStatus
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:707 ParameterStatus
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:316 SanitizeSQL
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:316 SanitizeSQL
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:75 NewQuery
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:75 NewQuery
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:109 rawState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:109 rawState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:158 singleQuoteState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:158 singleQuoteState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:109 rawState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:109 rawState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:158 singleQuoteState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:158 singleQuoteState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:109 rawState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:109 rawState
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:27 Sanitize
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/sanitize/sanitize.go:27 Sanitize
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:984 Exec
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:984 Exec
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:682 lock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:682 lock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:181 SendQuery
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:181 SendQuery
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/query.go:31 Encode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/query.go:31 Encode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/pgio/write.go:30 AppendInt32
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/pgio/write.go:30 AppendInt32
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/pgio/write.go:12 AppendUint32
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/internal/pgio/write.go:12 AppendUint32
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1741 flushWithPotentialWriteReadDeadlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1741 flushWithPotentialWriteReadDeadlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1721 enterPotentialWriteReadDeadlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1721 enterPotentialWriteReadDeadlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:83 Flush
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:83 Flush
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1743
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1743
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1734 exitPotentialWriteReadDeadlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1734 exitPotentialWriteReadDeadlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:50 Stop
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:50 Stop
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:52
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:52
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1371 NextResult
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1371 NextResult
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1344 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1344 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:90 Read
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:90 Read
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:92
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/bgreader/bgreader.go:92
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/row_description.go:56 Decode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/row_description.go:56 Decode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:780 convertRowDescription
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:780 convertRowDescription
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1406 ResultReader
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1406 ResultReader
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:206 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:206 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1470 NextRow
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1470 NextRow
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1557 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1557 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1344 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1344 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/data_row.go:20 Decode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/data_row.go:20 Decode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1496 Values
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1496 Values
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:191 Err
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:191 Err
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/scan.go:125 Scan
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/scan.go:125 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:525 Columns
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:525 Columns
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:142 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:142 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1490 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1490 FieldDescriptions
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/utils/utils.go:152 SplitNestedRelationName
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/utils/utils.go:152 SplitNestedRelationName
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/schema.go:76 LookUpField
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:525 Columns
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:525 Columns
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:613 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:613 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:398 TypeMap
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:398 TypeMap
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:142 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:142 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1490 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1490 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:1038 PlanScan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:321 RawValues
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:321 RawValues
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:683
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:683
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/int.go:1833 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/int.go:1833 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:717
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:717
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/timestamptz.go:275 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/timestamptz.go:275 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/timestamptz.go:39 ScanTimestamptz
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/timestamptz.go:39 ScanTimestamptz
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/timestamptz.go:67 Value
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/timestamptz.go:67 Value
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:628
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:628
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:264 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:264 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:332 planTextToBool
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:332 planTextToBool
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:628
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:628
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:264 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:264 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:332 planTextToBool
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:332 planTextToBool
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:690
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:690
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/int.go:1875 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/int.go:1875 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:697
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:697
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:402 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:402 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:628
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:628
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:264 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:264 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:332 planTextToBool
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/bool.go:332 planTextToBool
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:697
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:697
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:402 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:402 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:727
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgtype/pgtype.go:390 Scan
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/scan.go:53 scanIntoStruct
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/scan.go:53 scanIntoStruct
/home/kevkevin/go/pkg/mod/github.com/lib/[email protected]/array.go:629 Scan
/home/kevkevin/go/pkg/mod/github.com/lib/[email protected]/array.go:629 Scan
/home/kevkevin/go/pkg/mod/github.com/lib/[email protected]/array.go:643 scanBytes
/home/kevkevin/go/pkg/mod/github.com/lib/[email protected]/array.go:643 scanBytes
/home/kevkevin/go/pkg/mod/github.com/lib/[email protected]/array.go:886 scanLinearArray
/home/kevkevin/go/pkg/mod/github.com/lib/[email protected]/array.go:886 scanLinearArray
/home/kevkevin/go/pkg/mod/github.com/lib/[email protected]/array.go:781 parseArray
/home/kevkevin/go/pkg/mod/github.com/lib/[email protected]/array.go:781 parseArray
sphinx-tribes/db/structs.go:1134 Scan
sphinx-tribes/db/structs.go:1134 Scan
sphinx-tribes/db/structs.go:1134 Scan
sphinx-tribes/db/structs.go:1134 Scan
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:681
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:681
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:498
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:498
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:846
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:846
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:846
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:846
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:582
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:582
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:582
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:582
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:601
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:601
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:582
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:582
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:907
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:601
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:601
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:601
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:601
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:797
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:494
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:681
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/schema/field.go:681
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:613 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:613 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:398 TypeMap
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/conn.go:398 TypeMap
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:142 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:142 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1490 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1490 FieldDescriptions
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:206 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:206 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1470 NextRow
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1470 NextRow
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1557 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1557 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1344 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1344 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/command_complete.go:19 Decode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/command_complete.go:19 Decode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1715 makeCommandTag
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1715 makeCommandTag
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1590 concludeCommand
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1590 concludeCommand
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:146 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:146 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1502 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1502 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1411 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1411 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1344 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:1344 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:530 receiveMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:491 peekMessage
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/frontend.go:218 Receive
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/chunkreader.go:45 Next
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/ready_for_query.go:17 Decode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgproto3/ready_for_query.go:17 Decode
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:62 Unwatch
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:62 Unwatch
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:64
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/internal/ctxwatch/context_watcher.go:64
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:695 unlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/pgconn/pgconn.go:695 unlock
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:191 Err
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:191 Err
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:608 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/stdlib/sql.go:608 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:146 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:146 Close
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:191 Err
/home/kevkevin/go/pkg/mod/github.com/jackc/pgx/[email protected]/rows.go:191 Err
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:25
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:25
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/gorm.go:358 AddError
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:268 Preload
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:268 Preload
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:306 AfterQuery
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/callbacks/query.go:306 AfterQuery
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/logger/logger.go:153 Trace
/home/kevkevin/go/pkg/mod/gorm.io/[email protected]/logger/logger.go:153 Trace
/home/kevkevin/go/pkg/mod/github.com/urfave/[email protected]/response_writer.go:50 WriteHeader
/home/kevkevin/go/pkg/mod/github.com/urfave/[email protected]/response_writer.go:50 WriteHeader
/home/kevkevin/go/pkg/mod/github.com/urfave/[email protected]/response_writer.go:90 callBefore
/home/kevkevin/go/pkg/mod/github.com/urfave/[email protected]/response_writer.go:90 callBefore
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:66 WriteHeader
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:66 WriteHeader
/home/kevkevin/go/pkg/mod/github.com/urfave/[email protected]/response_writer.go:56 Write
/home/kevkevin/go/pkg/mod/github.com/urfave/[email protected]/response_writer.go:56 Write
/home/kevkevin/go/pkg/mod/github.com/urfave/[email protected]/response_writer.go:74 Written
/home/kevkevin/go/pkg/mod/github.com/urfave/[email protected]/response_writer.go:74 Written
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:74 Write
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:74 Write
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:88 maybeWriteHeader
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:88 maybeWriteHeader
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/timeout.go:37
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/timeout.go:37
sphinx-tribes/routes/index.go:199
sphinx-tribes/routes/index.go:199
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/recoverer.go:23
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/recoverer.go:23
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/logger.go:53
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/logger.go:53
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:94 Status
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:94 Status
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:98 BytesWritten
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/wrap_writer.go:98 BytesWritten
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/logger.go:136 Write
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/logger.go:136 Write
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
/home/kevkevin/go/pkg/mod/github.com/go-chi/[email protected]/middleware/terminal.go:55 cW
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
2024/12/19 16:27:47 [fedora/0pRicMDQgB-000002] "GET http://100.97.107.124:5002/people HTTP/1.1" from 100.89.29.16:53505 - 200 550B in 34.216354ms
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now
$GOROOT/src/time/time.go:1131 Now

still draft as there is still work to be done

@kevkevinpal kevkevinpal force-pushed the printTrace branch 2 times, most recently from 5ab5061 to 51cb4c2 Compare December 19, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant