Skip to content

Instantly share code, notes, and snippets.

@Racer159
Created November 4, 2022 15:40
Show Gist options
  • Save Racer159/8aa895f1ffd62fb56d567d26e812c973 to your computer and use it in GitHub Desktop.
Save Racer159/8aa895f1ffd62fb56d567d26e812c973 to your computer and use it in GitHub Desktop.
gitea-pypi.log
wayne@guilty-spark ~/workspace/gitea $ ./gitea web --verbose
2022/11/04 10:39:59 cmd/web.go:106:runWeb() [I] Starting Gitea on PID: 2709384
2022/11/04 10:39:59 cmd/web.go:160:runWeb() [I] Global init
2022/11/04 10:39:59 ...dules/git/command.go:210:Run() [D] /home/linuxbrew/.linuxbrew/bin/git version
2022/11/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 ...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/04 10:39:59 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/04 10:39:59 routers/init.go:117:GlobalInitInstalled() [I] AppPath: /home/wayne/workspace/gitea/gitea
2022/11/04 10:39:59 routers/init.go:118:GlobalInitInstalled() [I] AppWorkPath: /home/wayne/workspace/gitea
2022/11/04 10:39:59 routers/init.go:119:GlobalInitInstalled() [I] Custom path: /home/wayne/workspace/gitea/custom
2022/11/04 10:39:59 routers/init.go:120:GlobalInitInstalled() [I] Log path: /home/wayne/workspace/gitea/log
2022/11/04 10:39:59 routers/init.go:121:GlobalInitInstalled() [I] Configuration file: /home/wayne/workspace/gitea/custom/conf/app.ini
2022/11/04 10:39:59 routers/init.go:122:GlobalInitInstalled() [I] Run Mode: Prod
2022/11/04 10:39:59 ...dules/setting/log.go:288:newLogService() [I] Gitea v63b7cb85a built with GNU Make 4.3, go1.19.2 : bindata, sqlite, sqlite_unlock_notify
2022/11/04 10:39:59 ...dules/setting/log.go:335:newLogService() [I] Gitea Log Mode: Console(Console:info)
2022/11/04 10:39:59 ...dules/setting/log.go:249:generateNamedLogger() [I] Router Log: Console(console:info)
2022/11/04 10:39:59 ...les/setting/cache.go:76:newCacheService() [I] Cache Service Enabled
2022/11/04 10:39:59 ...les/setting/cache.go:91:newCacheService() [I] Last Commit Cache Service Enabled
2022/11/04 10:39:59 ...s/setting/session.go:73:newSessionService() [I] Session Service Enabled
2022/11/04 10:39:59 ...s/storage/storage.go:176:initAttachments() [I] Initialising Attachment storage with type:
2022/11/04 10:39:59 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/attachments
2022/11/04 10:39:59 ...s/storage/storage.go:170:initAvatars() [I] Initialising Avatar storage with type:
2022/11/04 10:39:59 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/avatars
2022/11/04 10:39:59 ...s/storage/storage.go:188:initRepoAvatars() [I] Initialising Repository Avatar storage with type:
2022/11/04 10:39:59 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/repo-avatars
2022/11/04 10:39:59 ...s/storage/storage.go:182:initLFS() [I] Initialising LFS storage with type:
2022/11/04 10:39:59 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/lfs
2022/11/04 10:39:59 ...s/storage/storage.go:194:initRepoArchives() [I] Initialising Repository Archive storage with type:
2022/11/04 10:39:59 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/repo-archive
2022/11/04 10:39:59 ...s/storage/storage.go:200:initPackages() [I] Initialising Packages storage with type:
2022/11/04 10:39:59 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /home/wayne/workspace/gitea/data/packages
2022/11/04 10:39:59 routers/init.go:140:GlobalInitInstalled() [I] SQLite3 support is enabled
2022/11/04 10:39:59 routers/common/db.go:20:InitDBEngine() [I] Beginning ORM engine initialization.
2022/11/04 10:39:59 routers/common/db.go:27:InitDBEngine() [I] ORM engine initialization attempt #1/10...
2022/11/04 10:39:59 cmd/web.go:163:runWeb() [I] PING DATABASE sqlite3
2022/11/04 10:39:59 routers/init.go:145:GlobalInitInstalled() [W] Table system_setting Column version db default is , struct default is 1
2022/11/04 10:39:59 routers/init.go:145:GlobalInitInstalled() [W] Table hook_task has column repo_id but struct has not related field
2022/11/04 10:39:59 routers/init.go:146:GlobalInitInstalled() [I] ORM engine initialization successful!
2022/11/04 10:39:59 ...er/issues/indexer.go:174:func2() [I] [6365324f-27] PID 2709384: Initializing Issue Indexer: bleve
2022/11/04 10:39:59 ...xer/stats/indexer.go:39:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories
2022/11/04 10:39:59 ...er/issues/indexer.go:270:func3() [I] [6365324f-27] Issue Indexer Initialization took 920.869µs
2022/11/04 10:39:59 cmd/web.go:220:listen() [I] [6365324f-49] Listen: http://0.0.0.0:3000
2022/11/04 10:39:59 cmd/web.go:224:listen() [I] [6365324f-49] AppURL(ROOT_URL): http://localhost:3000/
2022/11/04 10:39:59 ...s/graceful/server.go:62:NewServer() [I] [6365324f-49] Starting new Web server: tcp:0.0.0.0:3000 on PID: 2709384
2022/11/04 10:40:16 [6365325f] router: completed POST /api/packages/racer159/pypi/ for [::1]:49598, 400 Bad Request in 13.6ms @ pypi/pypi.go:95(pypi.UploadPackageFile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment