Skip to content

Instantly share code, notes, and snippets.

@bpmct
Created March 19, 2023 19:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bpmct/ba17b88a5c43e9d6c35b48082ae7829b to your computer and use it in GitHub Desktop.
2023-03-19T14:58:16.909-0500 ERROR Compiler.textParser text/parser.go:821 Read line err {"error": "EOF", "line": "95"}
github.com/toitware/toit.git/toitlsp/lsp/toit/text.(*summaryReader).readLine
/Users/runner/work/toit/toit/tools/toitlsp/lsp/toit/text/parser.go:821
github.com/toitware/toit.git/toitlsp/lsp/toit/text.(*summaryReader).readInt
/Users/runner/work/toit/toit/tools/toitlsp/lsp/toit/text/parser.go:828
github.com/toitware/toit.git/toitlsp/lsp/toit/text.(*summaryReader).readRange
/Users/runner/work/toit/toit/tools/toitlsp/lsp/toit/text/parser.go:706
github.com/toitware/toit.git/toitlsp/lsp/toit/text.(*summaryReader).readClass
/Users/runner/work/toit/toit/tools/toitlsp/lsp/toit/text/parser.go:157
github.com/toitware/toit.git/toitlsp/lsp/toit/text.(*summaryReader).readClasses
/Users/runner/work/toit/toit/tools/toitlsp/lsp/toit/text/parser.go:141
github.com/toitware/toit.git/toitlsp/lsp/toit/text.(*summaryReader).readModule
/Users/runner/work/toit/toit/tools/toitlsp/lsp/toit/text/parser.go:118
github.com/toitware/toit.git/toitlsp/lsp/toit/text.(*summaryReader).Read
/Users/runner/work/toit/toit/tools/toitlsp/lsp/toit/text/parser.go:82
github.com/toitware/toit.git/toitlsp/lsp/toit/text.ParseSummary
/Users/runner/work/toit/toit/tools/toitlsp/lsp/toit/text/parser.go:49
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*parser).AnalyzeOutput
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/parser.go:69
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*Compiler).Analyze.func1
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/compiler.go:136
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*Compiler).run.func1
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/compiler.go:336
2023-03-19T14:58:16.910-0500 ERROR lsp/doc_handlers.go:215 failed to analyze uris {"uris": "context canceled", "error": "context canceled"}
github.com/toitware/toit.git/toitlsp/lsp.(*Server).analyzeWithRevision
/Users/runner/work/toit/toit/tools/toitlsp/lsp/doc_handlers.go:215
github.com/toitware/toit.git/toitlsp/lsp.(*Server).analyze
/Users/runner/work/toit/toit/tools/toitlsp/lsp/doc_handlers.go:195
github.com/toitware/toit.git/toitlsp/lsp.(*Server).textDocumentSymbol
/Users/runner/work/toit/toit/tools/toitlsp/lsp/doc_handlers.go:137
reflect.Value.call
/Users/runner/hostedtoolcache/go/1.17.13/x64/src/reflect/value.go:556
reflect.Value.Call
/Users/runner/hostedtoolcache/go/1.17.13/x64/src/reflect/value.go:339
github.com/toitware/toit.git/toitlsp/lsp.reflectHandler.func1
/Users/runner/work/toit/toit/tools/toitlsp/lsp/handlers.go:171
github.com/toitware/toit.git/toitlsp/lsp.methodHandlers.Handle
/Users/runner/work/toit/toit/tools/toitlsp/lsp/server.go:70
github.com/toitware/toit.git/toitlsp/lsp.handleMiddlewares.WithHandler.func1
/Users/runner/work/toit/toit/tools/toitlsp/lsp/server.go:88
github.com/toitware/toit.git/toitlsp/lsp.(*Server).processCountMiddleware
/Users/runner/work/toit/toit/tools/toitlsp/lsp/server.go:201
github.com/toitware/toit.git/toitlsp/lsp.handleMiddlewares.WithHandler.func1
/Users/runner/work/toit/toit/tools/toitlsp/lsp/server.go:91
github.com/toitware/toit.git/toitlsp/lsp.convertErrorMiddleware
/Users/runner/work/toit/toit/tools/toitlsp/lsp/server.go:188
github.com/toitware/toit.git/toitlsp/lsp.handleMiddlewares.WithHandler.func1
/Users/runner/work/toit/toit/tools/toitlsp/lsp/server.go:91
github.com/toitware/toit.git/toitlsp/lsp.waitOnMiddleware.func1
/Users/runner/work/toit/toit/tools/toitlsp/lsp/server.go:183
github.com/toitware/toit.git/toitlsp/lsp.handleMiddlewares.WithHandler.func1
/Users/runner/work/toit/toit/tools/toitlsp/lsp/server.go:91
github.com/sourcegraph/jsonrpc2.(*HandlerWithErrorConfigurer).Handle
/Users/runner/go/pkg/mod/github.com/sourcegraph/jsonrpc2@v0.0.0-20200429184054-15c2290dcb37/handler_with_error.go:21
github.com/toitware/toit.git/toitlsp/lsp.asyncHandler.Handle.func2
/Users/runner/work/toit/toit/tools/toitlsp/lsp/handlers.go:204
github.com/toitware/toit.git/toitlsp/lsp.(*Server).Go.func1
/Users/runner/work/toit/toit/tools/toitlsp/lsp/server.go:211
2023-03-19T14:58:17.724-0500 ERROR Compiler.compiler_protocol compiler/compiler_fs_protocol.go:135 read failed {"error": "io: read/write on closed pipe"}
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*CompilerFSProtocol).HandleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/compiler_fs_protocol.go:135
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*PipeFileServer).handleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/file_server_pipe.go:52
2023-03-19T14:58:18.638-0500 ERROR Compiler.compiler_protocol compiler/compiler_fs_protocol.go:135 read failed {"error": "io: read/write on closed pipe"}
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*CompilerFSProtocol).HandleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/compiler_fs_protocol.go:135
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*PipeFileServer).handleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/file_server_pipe.go:52
2023-03-19T14:58:19.174-0500 ERROR Compiler.compiler_protocol compiler/compiler_fs_protocol.go:135 read failed {"error": "io: read/write on closed pipe"}
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*CompilerFSProtocol).HandleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/compiler_fs_protocol.go:135
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*PipeFileServer).handleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/file_server_pipe.go:52
2023-03-19T14:58:20.444-0500 ERROR Compiler.compiler_protocol compiler/compiler_fs_protocol.go:135 read failed {"error": "io: read/write on closed pipe"}
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*CompilerFSProtocol).HandleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/compiler_fs_protocol.go:135
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*PipeFileServer).handleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/file_server_pipe.go:52
2023-03-19T14:58:21.802-0500 ERROR Compiler.compiler_protocol compiler/compiler_fs_protocol.go:135 read failed {"error": "io: read/write on closed pipe"}
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*CompilerFSProtocol).HandleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/compiler_fs_protocol.go:135
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*PipeFileServer).handleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/file_server_pipe.go:52
2023-03-19T14:58:22.660-0500 ERROR Compiler.compiler_protocol compiler/compiler_fs_protocol.go:135 read failed {"error": "io: read/write on closed pipe"}
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*CompilerFSProtocol).HandleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/compiler_fs_protocol.go:135
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*PipeFileServer).handleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/file_server_pipe.go:52
2023-03-19T14:58:24.355-0500 ERROR Compiler.compiler_protocol compiler/compiler_fs_protocol.go:135 read failed {"error": "io: read/write on closed pipe"}
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*CompilerFSProtocol).HandleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/compiler_fs_protocol.go:135
github.com/toitware/toit.git/toitlsp/lsp/compiler.(*PipeFileServer).handleConn
/Users/runner/work/toit/toit/tools/toitlsp/lsp/compiler/file_server_pipe.go:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment