2026/07/29 10:12:10 cmd/web.go:263:runWeb() [I] Starting Gitea on PID: 6866 2026/07/29 10:12:10 cmd/web.go:115:showWebStartupMessage() [I] Gitea version: 1.27.1 built with go1.26.5-X:jsonv2 : bindata 2026/07/29 10:12:10 cmd/web.go:116:showWebStartupMessage() [I] * RunMode: prod 2026/07/29 10:12:10 cmd/web.go:117:showWebStartupMessage() [I] * AppPath: /workspace/bundle/repro/binaries/gitea-1.27.1 2026/07/29 10:12:10 cmd/web.go:118:showWebStartupMessage() [I] * WorkPath: /workspace/bundle/repro/binaries 2026/07/29 10:12:10 cmd/web.go:119:showWebStartupMessage() [I] * CustomPath: /workspace/bundle/repro/binaries/custom 2026/07/29 10:12:10 cmd/web.go:120:showWebStartupMessage() [I] * ConfigFile: /workspace/bundle/repro/run_fixed/custom/conf/app.ini 2026/07/29 10:12:10 cmd/web.go:121:showWebStartupMessage() [I] Prepare to run web server 2026/07/29 10:12:10 routers/init.go:117:InitWebInstalled() [I] Git version: 2.55.0 (home: /workspace/bundle/repro/binaries/data/home) 2026/07/29 10:12:10 modules/storage/storage.go:208:initAttachments() [I] Initialising Attachment storage with type: local 2026/07/29 10:12:10 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/attachments 2026/07/29 10:12:10 modules/storage/storage.go:198:initAvatars() [I] Initialising Avatar storage with type: local 2026/07/29 10:12:10 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/avatars 2026/07/29 10:12:10 modules/storage/storage.go:224:initRepoAvatars() [I] Initialising Repository Avatar storage with type: local 2026/07/29 10:12:10 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/repo-avatars 2026/07/29 10:12:10 modules/storage/storage.go:230:initRepoArchives() [I] Initialising Repository Archive storage with type: local 2026/07/29 10:12:10 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/repo-archive 2026/07/29 10:12:10 modules/storage/storage.go:240:initPackages() [I] Initialising Packages storage with type: local 2026/07/29 10:12:10 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/packages 2026/07/29 10:12:10 modules/storage/storage.go:251:initActions() [I] Initialising Actions storage with type: local 2026/07/29 10:12:10 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/actions_log 2026/07/29 10:12:10 modules/storage/storage.go:255:initActions() [I] Initialising ActionsArtifacts storage with type: local 2026/07/29 10:12:10 modules/storage/local.go:48:NewLocalStorage() [I] Creating new Local Storage at /workspace/bundle/repro/binaries/data/actions_artifacts 2026/07/29 10:12:10 routers/common/db.go:22:InitDBEngine() [I] Beginning ORM engine initialization. 2026/07/29 10:12:10 routers/common/db.go:29:InitDBEngine() [I] ORM engine initialization attempt #1/10... 2026/07/29 10:12:10 cmd/web.go:205:serveInstalled() [I] PING DATABASE sqlite3 2026/07/29 10:12:10 routers/init.go:138:InitWebInstalled() [I] ORM engine initialization successful! 2026/07/29 10:12:10 .../indexer/issues/indexer.go:78:InitIssueIndexer.1() [I] PID 6866: Initializing Issue Indexer: bleve 2026/07/29 10:12:10 routers/init.go:86:syncAppConfForGit() [I] AppPath changed from '' to '/workspace/bundle/repro/binaries/gitea-1.27.1' 2026/07/29 10:12:10 routers/init.go:91:syncAppConfForGit() [I] CustomConf changed from '' to '/workspace/bundle/repro/run_fixed/custom/conf/app.ini' 2026/07/29 10:12:10 routers/init.go:97:syncAppConfForGit() [I] re-sync repository hooks ... 2026/07/29 10:12:10 routers/init.go:100:syncAppConfForGit() [I] re-write ssh public keys ... 2026/07/29 10:12:10 .../indexer/issues/indexer.go:155:InitIssueIndexer.2() [I] Issue Indexer Initialization took 542.799µs 2026/07/29 10:12:10 .../indexer/stats/indexer.go:41:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories 2026/07/29 10:12:11 cmd/web.go:329:listen() [I] Listen: http://127.0.0.1:3001 2026/07/29 10:12:11 cmd/web.go:333:listen() [I] AppURL(ROOT_URL): http://127.0.0.1:3001/ 2026/07/29 10:12:11 modules/graceful/server.go:52:NewServer() [I] Starting new Web server: tcp:127.0.0.1:3001 on PID: 6866 2026/07/29 10:12:11 HTTPRequest [I] router: completed GET /api/v1/version for 127.0.0.1:42394, 200 OK in 1.5ms @ misc/version.go:15(misc.Version) 2026/07/29 10:12:11 HTTPRequest [I] router: completed GET /api/v1/version for 127.0.0.1:42400, 200 OK in 0.1ms @ misc/version.go:15(misc.Version) 2026/07/29 10:12:11 HTTPRequest [I] router: completed GET /user/sign_up for 127.0.0.1:42404, 200 OK in 6.2ms @ auth/auth.go:538(auth.SignUp) 2026/07/29 10:12:11 HTTPRequest [I] router: completed POST /user/sign_up for 127.0.0.1:42412, 303 See Other in 17.4ms @ auth/auth.go:547(auth.SignUpPost) 2026/07/29 10:12:11 HTTPRequest [I] router: completed GET /api/v1/user for 127.0.0.1:42416, 200 OK in 17.9ms @ user/user.go:127(user.GetAuthenticatedUser) 2026/07/29 10:12:12 .../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:12 HTTPRequest [I] router: completed POST /api/v1/user/repos for 127.0.0.1:42418, 201 Created in 477.3ms @ repo/repo.go:280(repo.Create) 2026/07/29 10:12:13 HTTPRequest [I] router: completed GET /api/v1/repos/intruder_fixed/exploit-repo/branches for 127.0.0.1:42420, 200 OK in 20.5ms @ repo/branch.go:284(repo.ListBranches) 2026/07/29 10:12:13 HTTPRequest [I] router: completed POST /api/internal/hook/pre-receive/intruder_fixed/exploit-repo for 127.0.0.1:0, 200 OK in 1.8ms @ private/hook_pre_receive.go:110(private.HookPreReceive) 2026/07/29 10:12:13 HTTPRequest [I] router: completed POST /api/internal/hook/post-receive/intruder_fixed/exploit-repo for 127.0.0.1:0, 200 OK in 6.1ms @ private/hook_post_receive.go:101(private.HookPostReceive) 2026/07/29 10:12:13 HTTPRequest [I] router: completed POST /api/v1/repos/intruder_fixed/exploit-repo/diffpatch for 127.0.0.1:42422, 201 Created in 371.9ms @ repo/patch.go:16(repo.ApplyDiffPatch) 2026/07/29 10:12:14 routers/api/v1/repo/file.go:596:handleChangeRepoFilesError() [E] InternalServerError: git apply error: exit status 1 - Performing three-way merge... error: hooks/post-index-change: does not match index error: cannot read the current contents of 'hooks/post-index-change' error: hooks/post-index-change: patch does not apply 2026/07/29 10:12:14 HTTPRequest [I] router: completed POST /api/v1/repos/intruder_fixed/exploit-repo/diffpatch for 127.0.0.1:42454, 500 Internal Server Error in 36.1ms @ repo/patch.go:16(repo.ApplyDiffPatch) 2026/07/29 10:12:16 .../graceful/manager_unix.go:144:(*Manager).handleSignals() [W] PID 6866. Received SIGTERM. Shutting down... 2026/07/29 10:12:16 cmd/web.go:380:listen() [I] HTTP Listener: 127.0.0.1:3001 Closed 2026/07/29 10:12:16 cmd/web.go:231:serveInstalled() [I] PID: 6866 Gitea Web Finished