Skip to content

Instantly share code, notes, and snippets.

@Racer159
Created November 7, 2022 16:08
Show Gist options
  • Save Racer159/cbe5bfb6df438cee59400695ec6ce89b to your computer and use it in GitHub Desktop.
Save Racer159/cbe5bfb6df438cee59400695ec6ce89b to your computer and use it in GitHub Desktop.
gitea-pypi2.log
wayne@guilty-spark ~/workspace/gitea $ ./gitea web --verbose
2022/11/07 10:06:42 cmd/web.go:106:runWeb() [I] Starting Gitea on PID: 3422957
2022/11/07 10:06:42 cmd/web.go:160:runWeb() [I] Global init
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git version
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get user.name
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get user.email
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get core.quotePath
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get receive.advertisePushOptions
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get core.commitGraph
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get gc.writeCommitGraph
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get fetch.writeCommitGraph
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get receive.procReceiveRefs refs/for
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get safe.directory \*
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get uploadpack.allowfilter
2022/11/07 10:06:42 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git -c protocol.version=2 -c credential.helper= config --get uploadpack.allowAnySHA1InWant
2022/11/07 10:06:42 routers/init.go:116:GlobalInitInstalled() [I] Git Version: 2.38.0, Wire Protocol Version 2 Enabled (home: /home/wayne/workspace/gitea/data/home)
2022/11/07 10:06:42 routers/init.go:117:GlobalInitInstalled() [I] AppPath: /home/wayne/workspace/gitea/gitea
2022/11/07 10:06:42 routers/init.go:118:GlobalInitInstalled() [I] AppWorkPath: /home/wayne/workspace/gitea
2022/11/07 10:06:42 routers/init.go:119:GlobalInitInstalled() [I] Custom path: /home/wayne/workspace/gitea/custom
2022/11/07 10:06:42 routers/init.go:120:GlobalInitInstalled() [I] Log path: /home/wayne/workspace/gitea/log
2022/11/07 10:06:42 routers/init.go:121:GlobalInitInstalled() [I] Configuration file: /home/wayne/workspace/gitea/custom/conf/app.ini
2022/11/07 10:06:42 routers/init.go:122:GlobalInitInstalled() [I] Run Mode: Prod
2022/11/07 10:06:43 ...dules/setting/log.go:288:newLogService() [I] Gitea va0367c2bf built with GNU Make 4.3, go1.19.2 : bindata, sqlite, sqlite_unlock_notify
2022/11/07 10:06:43 ...dules/setting/log.go:335:newLogService() [I] Gitea Log Mode: Console(Console:info)
2022/11/07 10:06:43 ...dules/setting/log.go:249:generateNamedLogger() [I] Router Log: Console(console:info)
2022/11/07 10:06:43 ...les/setting/cache.go:76:newCacheService() [I] Cache Service Enabled
2022/11/07 10:06:43 ...les/setting/cache.go:91:newCacheService() [I] Last Commit Cache Service Enabled
2022/11/07 10:06:43 ...s/setting/session.go:73:newSessionService() [I] Session Service Enabled
2022/11/07 10:06:43 ...s/storage/storage.go:176:initAttachments() [I] Initialising Attachment storage with type:
2022/11/07 10:06:43 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/attachments
2022/11/07 10:06:43 ...s/storage/storage.go:170:initAvatars() [I] Initialising Avatar storage with type:
2022/11/07 10:06:43 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/avatars
2022/11/07 10:06:43 ...s/storage/storage.go:188:initRepoAvatars() [I] Initialising Repository Avatar storage with type:
2022/11/07 10:06:43 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/repo-avatars
2022/11/07 10:06:43 ...s/storage/storage.go:182:initLFS() [I] Initialising LFS storage with type:
2022/11/07 10:06:43 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/lfs
2022/11/07 10:06:43 ...s/storage/storage.go:194:initRepoArchives() [I] Initialising Repository Archive storage with type:
2022/11/07 10:06:43 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/repo-archive
2022/11/07 10:06:43 ...s/storage/storage.go:200:initPackages() [I] Initialising Packages storage with type:
2022/11/07 10:06:43 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/packages
2022/11/07 10:06:43 routers/init.go:140:GlobalInitInstalled() [I] SQLite3 support is enabled
2022/11/07 10:06:43 routers/common/db.go:20:InitDBEngine() [I] Beginning ORM engine initialization.
2022/11/07 10:06:43 routers/common/db.go:27:InitDBEngine() [I] ORM engine initialization attempt #1/10...
2022/11/07 10:06:43 cmd/web.go:163:runWeb() [I] PING DATABASE sqlite3
2022/11/07 10:06:43 routers/init.go:145:GlobalInitInstalled() [W] Table system_setting Column version db default is , struct default is 1
2022/11/07 10:06:43 routers/init.go:146:GlobalInitInstalled() [I] ORM engine initialization successful!
2022/11/07 10:06:43 ...er/issues/indexer.go:174:func2() [I] [63692d13-10] PID 3422957: Initializing Issue Indexer: bleve
2022/11/07 10:06:43 ...xer/stats/indexer.go:39:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories
2022/11/07 10:06:43 ...er/issues/indexer.go:270:func3() [I] [63692d13-10] Issue Indexer Initialization took 702.555µs
2022/11/07 10:06:43 cmd/web.go:220:listen() [I] [63692d13-32] Listen: http://0.0.0.0:3000
2022/11/07 10:06:43 cmd/web.go:224:listen() [I] [63692d13-32] AppURL(ROOT_URL): http://localhost:3000/
2022/11/07 10:06:43 ...s/graceful/server.go:62:NewServer() [I] [63692d13-32] Starting new Web server: tcp:0.0.0.0:3000 on PID: 3422957
2022/11/07 10:06:49 [63692d19] router: completed GET /admin for 127.0.0.1:35130, 303 See Other in 0.1ms @ context/auth.go:28(context.Toggle)
2022/11/07 10:06:49 [63692d19-2] router: completed GET /user/login for 127.0.0.1:35130, 200 OK in 13.1ms @ auth/auth.go:152(auth.SignIn)
2022/11/07 10:06:54 [63692d1e] router: completed POST /user/login for 127.0.0.1:35130, 303 See Other in 36.4ms @ auth/auth.go:177(auth.SignInPost)
2022/11/07 10:06:54 [63692d1e-2] router: completed GET /admin for 127.0.0.1:35130, 200 OK in 4.5ms @ admin/admin.go:117(admin.Dashboard)
2022/11/07 10:06:55 [63692d1e-3] router: completed GET /user/events for 127.0.0.1:35130, 200 OK in 1227.6ms @ events/events.go:19(events.Events)
2022/11/07 10:06:55 [63692d1f] router: completed GET /admin/packages for 127.0.0.1:53626, 200 OK in 3.3ms @ admin/packages.go:25(admin.Packages)
2022/11/07 10:06:59 [63692d13-31] router: polling GET /user/events for 127.0.0.1:53626, elapsed 3168.2ms @ events/events.go:19(events.Events)
2022/11/07 10:07:01 ...ackages/pypi/pypi.go:32:apiError() [E] [63692d25] Malformed version: 1!2.1.0
2022/11/07 10:07:01 [63692d25] router: completed POST /api/packages/racer159/pypi/ for [::1]:56766, 500 Internal Server Error in 32.2ms @ pypi/pypi.go:95(pypi.UploadPackageFile)
2022/11/07 10:07:01 [63692d25-2] router: completed POST /api/packages/racer159/pypi/ for [::1]:56766, 400 Bad Request in 13.9ms @ pypi/pypi.go:95(pypi.UploadPackageFile)
2022/11/07 10:07:04 [63692d20] router: completed GET /user/events for 127.0.0.1:53626, 200 OK in 7992.4ms @ events/events.go:19(events.Events)
2022/11/07 10:07:04 ...eb/admin/packages.go:51:Packages() [E] [63692d28] GetPackageDescriptors: Malformed version: 1!2.1.0
2022/11/07 10:07:04 [63692d28] router: completed GET /admin/packages for 127.0.0.1:38216, 500 Internal Server Error in 4.1ms @ admin/packages.go:25(admin.Packages)
2022/11/07 10:07:08 [63692d13-31] router: polling GET /user/events for 127.0.0.1:38216, elapsed 3944.3ms @ events/events.go:19(events.Events)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment