Created
February 14, 2023 21:43
-
-
Save rlogiacco/8a605132a73515f2c9277333a4e27b81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server listening on :: port 22. | |
Server listening on 0.0.0.0 port 22. | |
2023/02/14 21:42:18 cmd/web.go:106:runWeb() [I] Starting Gitea on PID: 18 | |
2023/02/14 21:42:18 cmd/web.go:160:runWeb() [I] Global init | |
2023/02/14 21:42:18 routers/init.go:116:GlobalInitInstalled() [I] Git Version: 2.36.4, Wire Protocol Version 2 Enabled (home: /data/gitea/home) | |
2023/02/14 21:42:18 routers/init.go:117:GlobalInitInstalled() [I] AppPath: /usr/local/bin/gitea | |
2023/02/14 21:42:18 routers/init.go:118:GlobalInitInstalled() [I] AppWorkPath: /app/gitea | |
2023/02/14 21:42:18 routers/init.go:119:GlobalInitInstalled() [I] Custom path: /data/gitea | |
2023/02/14 21:42:18 routers/init.go:120:GlobalInitInstalled() [I] Log path: /data/gitea/log | |
2023/02/14 21:42:18 routers/init.go:121:GlobalInitInstalled() [I] Configuration file: /data/gitea/conf/app.ini | |
2023/02/14 21:42:18 routers/init.go:122:GlobalInitInstalled() [I] Run Mode: Dev | |
2023/02/14 21:42:18 ...dules/setting/log.go:288:newLogService() [I] Gitea v1.18.3 built with GNU Make 4.3, go1.19.5 : bindata, timetzdata, sqlite, sqlite_unlock_notify | |
2023/02/14 21:43:04 ...common/middleware.go:71:1() [E] [63ec0068] PANIC: runtime error: index out of range [100] with length 100 | |
/usr/local/go/src/runtime/panic.go:113 (0x44047e) | |
/go/src/code.gitea.io/gitea/routers/api/v1/repo/pull.go:1457 (0x1fd06e9) | |
/go/src/code.gitea.io/gitea/modules/web/wrap_convert.go:63 (0x1ecfe93) | |
/go/src/code.gitea.io/gitea/modules/web/wrap.go:41 (0x1ece564) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/pkg/mod/github.com/go-chi/chi/[email protected]/mux.go:442 (0x1abfbf5) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/src/code.gitea.io/gitea/modules/web/wrap.go:98 (0x1ecefec) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/src/code.gitea.io/gitea/modules/web/wrap.go:98 (0x1ecefec) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/src/code.gitea.io/gitea/modules/context/api.go:283 (0x1acb0b1) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/src/code.gitea.io/gitea/routers/api/v1/api.go:1186 (0x200b613) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/pkg/mod/github.com/go-chi/chi/[email protected]/mux.go:71 (0x1abd9b4) | |
/go/pkg/mod/github.com/go-chi/chi/[email protected]/mux.go:314 (0x1abf3bb) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/pkg/mod/github.com/go-chi/chi/[email protected]/mux.go:442 (0x1abfbf5) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/src/code.gitea.io/gitea/routers/common/middleware.go:79 (0x1f9b0c2) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/src/code.gitea.io/gitea/modules/web/routing/logger_manager.go:123 (0x1eca273) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/pkg/mod/github.com/go-chi/chi/[email protected]/middleware/strip.go:30 (0x1f98958) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/pkg/mod/github.com/chi-middleware/[email protected]/middleware.go:37 (0x1f950f6) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/src/code.gitea.io/gitea/routers/common/middleware.go:32 (0x1f9af11) | |
/usr/local/go/src/net/http/server.go:2109 (0x94fc8e) | |
/go/pkg/mod/github.com/go-chi/chi/[email protected]/mux.go:88 (0x1abd96f) | |
/go/src/code.gitea.io/gitea/modules/web/route.go:200 (0x1ecd98d) | |
/usr/local/go/src/net/http/server.go:2947 (0x95308b) | |
/usr/local/go/src/net/http/server.go:1991 (0x94e766) | |
/usr/local/go/src/runtime/asm_amd64.s:1594 (0x477320) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment