2026/07/29 10:12:03 cmd/web.go:263:runWeb() [I] Starting Gitea on PID: 6547 2026/07/29 10:12:03 cmd/web.go:115:showWebStartupMessage() [I] Gitea version: 1.27.0 built with go1.26.5-X:jsonv2 : bindata 2026/07/29 10:12:03 cmd/web.go:116:showWebStartupMessage() [I] * RunMode: prod 2026/07/29 10:12:03 cmd/web.go:117:showWebStartupMessage() [I] * AppPath: /workspace/bundle/repro/binaries/gitea-1.27.0 2026/07/29 10:12:03 cmd/web.go:118:showWebStartupMessage() [I] * WorkPath: /workspace/bundle/repro/binaries 2026/07/29 10:12:03 cmd/web.go:119:showWebStartupMessage() [I] * CustomPath: /workspace/bundle/repro/binaries/custom 2026/07/29 10:12:03 cmd/web.go:120:showWebStartupMessage() [I] * ConfigFile: /workspace/bundle/repro/run_vuln/custom/conf/app.ini 2026/07/29 10:12:03 cmd/web.go:121:showWebStartupMessage() [I] Prepare to run web server 2026/07/29 10:12:03 routers/init.go:117:InitWebInstalled() [I] Git version: 2.55.0 (home: /workspace/bundle/repro/binaries/data/home) 2026/07/29 10:12:03 modules/storage/storage.go:208:initAttachments() [I] Initialising Attachment storage with type: local 2026/07/29 10:12:03 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/attachments 2026/07/29 10:12:03 modules/storage/storage.go:198:initAvatars() [I] Initialising Avatar storage with type: local 2026/07/29 10:12:03 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/avatars 2026/07/29 10:12:03 modules/storage/storage.go:224:initRepoAvatars() [I] Initialising Repository Avatar storage with type: local 2026/07/29 10:12:03 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/repo-avatars 2026/07/29 10:12:03 modules/storage/storage.go:230:initRepoArchives() [I] Initialising Repository Archive storage with type: local 2026/07/29 10:12:03 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/repo-archive 2026/07/29 10:12:03 modules/storage/storage.go:240:initPackages() [I] Initialising Packages storage with type: local 2026/07/29 10:12:03 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/packages 2026/07/29 10:12:03 modules/storage/storage.go:251:initActions() [I] Initialising Actions storage with type: local 2026/07/29 10:12:03 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/actions_log 2026/07/29 10:12:03 modules/storage/storage.go:255:initActions() [I] Initialising ActionsArtifacts storage with type: local 2026/07/29 10:12:03 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/actions_artifacts 2026/07/29 10:12:03 routers/common/db.go:22:InitDBEngine() [I] Beginning ORM engine initialization. 2026/07/29 10:12:03 routers/common/db.go:29:InitDBEngine() [I] ORM engine initialization attempt #1/10... 2026/07/29 10:12:03 cmd/web.go:205:serveInstalled() [I] PING DATABASE sqlite3 2026/07/29 10:12:03 routers/init.go:138:InitWebInstalled() [I] ORM engine initialization successful! 2026/07/29 10:12:03 .../indexer/issues/indexer.go:78:InitIssueIndexer.1() [I] PID 6547: Initializing Issue Indexer: bleve 2026/07/29 10:12:03 routers/init.go:86:syncAppConfForGit() [I] AppPath changed from '' to '/workspace/bundle/repro/binaries/gitea-1.27.0' 2026/07/29 10:12:03 routers/init.go:91:syncAppConfForGit() [I] CustomConf changed from '' to '/workspace/bundle/repro/run_vuln/custom/conf/app.ini' 2026/07/29 10:12:03 routers/init.go:97:syncAppConfForGit() [I] re-sync repository hooks ... 2026/07/29 10:12:03 routers/init.go:100:syncAppConfForGit() [I] re-write ssh public keys ... 2026/07/29 10:12:03 .../indexer/issues/indexer.go:155:InitIssueIndexer.2() [I] Issue Indexer Initialization took 1.225183ms 2026/07/29 10:12:03 .../indexer/stats/indexer.go:41:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories 2026/07/29 10:12:03 cmd/web.go:329:listen() [I] Listen: http://127.0.0.1:3000 2026/07/29 10:12:03 cmd/web.go:333:listen() [I] AppURL(ROOT_URL): http://127.0.0.1:3000/ 2026/07/29 10:12:03 modules/graceful/server.go:52:NewServer() [I] Starting new Web server: tcp:127.0.0.1:3000 on PID: 6547 2026/07/29 10:12:03 HTTPRequest [I] router: completed GET /api/v1/version for 127.0.0.1:42908, 200 OK in 1.2ms @ misc/version.go:15(misc.Version) 2026/07/29 10:12:03 HTTPRequest [I] router: completed GET /api/v1/version for 127.0.0.1:42914, 200 OK in 0.1ms @ misc/version.go:15(misc.Version) 2026/07/29 10:12:03 HTTPRequest [I] router: completed GET /user/sign_up for 127.0.0.1:42918, 200 OK in 6.4ms @ auth/auth.go:532(auth.SignUp) 2026/07/29 10:12:03 HTTPRequest [I] router: completed POST /user/sign_up for 127.0.0.1:42922, 303 See Other in 16.8ms @ auth/auth.go:541(auth.SignUpPost) 2026/07/29 10:12:04 HTTPRequest [I] router: completed GET /api/v1/user for 127.0.0.1:42926, 200 OK in 35.6ms @ user/user.go:127(user.GetAuthenticatedUser) 2026/07/29 10:12:04 .../actions/notifier_helper.go:166:notify() [W] Ref of event "repository" is empty, will fall back to the default branch 2026/07/29 10:12:04 HTTPRequest [I] router: completed POST /api/v1/user/repos for 127.0.0.1:42936, 201 Created in 422.8ms @ repo/repo.go:280(repo.Create) 2026/07/29 10:12:05 HTTPRequest [I] router: completed GET /api/v1/repos/intruder_vuln/exploit-repo/branches for 127.0.0.1:42952, 200 OK in 19.9ms @ repo/branch.go:284(repo.ListBranches) 2026/07/29 10:12:05 HTTPRequest [I] router: completed POST /api/internal/hook/pre-receive/intruder_vuln/exploit-repo for 127.0.0.1:0, 200 OK in 2.1ms @ private/hook_pre_receive.go:110(private.HookPreReceive) 2026/07/29 10:12:05 HTTPRequest [I] router: completed POST /api/internal/hook/post-receive/intruder_vuln/exploit-repo for 127.0.0.1:0, 200 OK in 6.0ms @ private/hook_post_receive.go:101(private.HookPostReceive) 2026/07/29 10:12:05 HTTPRequest [I] router: completed POST /api/v1/repos/intruder_vuln/exploit-repo/diffpatch for 127.0.0.1:42968, 201 Created in 424.9ms @ repo/patch.go:16(repo.ApplyDiffPatch) 2026/07/29 10:12:07 HTTPRequest [I] router: completed POST /api/internal/hook/pre-receive/intruder_vuln/exploit-repo for 127.0.0.1:0, 200 OK in 1.9ms @ private/hook_pre_receive.go:110(private.HookPreReceive) 2026/07/29 10:12:07 HTTPRequest [I] router: completed POST /api/internal/hook/post-receive/intruder_vuln/exploit-repo for 127.0.0.1:0, 200 OK in 49.1ms @ private/hook_post_receive.go:101(private.HookPostReceive) 2026/07/29 10:12:07 HTTPRequest [I] router: completed POST /api/v1/repos/intruder_vuln/exploit-repo/diffpatch for 127.0.0.1:42996, 201 Created in 446.1ms @ repo/patch.go:16(repo.ApplyDiffPatch) 2026/07/29 10:12:08 services/repository/push.go:185:pushQueueHandleUpdates() [E] AddRepoToLicenseUpdaterQueue: already in queue 2026/07/29 10:12:09 .../graceful/manager_unix.go:144:(*Manager).handleSignals() [W] PID 6547. Received SIGTERM. Shutting down... 2026/07/29 10:12:09 .../graceful/manager_unix.go:154:(*Manager).handleSignals() [W] PID: 6547. Background context for manager closed - context canceled - Shutting down... 2026/07/29 10:12:09 cmd/web.go:380:listen() [I] HTTP Listener: 127.0.0.1:3000 Closed 2026/07/29 10:12:09 cmd/web.go:231:serveInstalled() [I] PID: 6547 Gitea Web Finished