Can't push on normal user's repo with admin account #1960

Closed
opened 2025-11-02 04:19:23 -06:00 by GiteaMirror · 12 comments
Owner

Originally created by @edoaxyz on GitHub (Jun 21, 2018).

  • Gitea version (or commit ref): 1.4.2
  • Git version: 2.7.4
  • Operating system: Ubuntu
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:
2018/06/21 12:53:45 [...routers/repo/http.go:205 HTTP()] [E] User permission denied

Description

When I want to push some files with my admin account on a repo created by a normal user using https git gives me error 403 (Forbidden). I tried both password and token API but the outcome was always the same. The strange fact is that in the Web Interface admins can act freely on any repo.

Originally created by @edoaxyz on GitHub (Jun 21, 2018). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.4.2 - Git version: 2.7.4 - Operating system: Ubuntu - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x] Not relevant - Log gist: ``` 2018/06/21 12:53:45 [...routers/repo/http.go:205 HTTP()] [E] User permission denied ``` ## Description When I want to push some files with my admin account on a repo created by a normal user using https git gives me error 403 (Forbidden). I tried both password and token API but the outcome was always the same. The strange fact is that in the Web Interface admins can act freely on any repo.
GiteaMirror added the type/proposal label 2025-11-02 04:19:23 -06:00
Author
Owner

@edoaxyz commented on GitHub (Jun 21, 2018):

Problem can be there
ec0ae5d50c/models/access.go (L62)
There's nothing that handles admins account

@edoaxyz commented on GitHub (Jun 21, 2018): Problem can be there https://github.com/go-gitea/gitea/blob/ec0ae5d50c59315a3c597b1cf24d4c5508c718e5/models/access.go#L62 There's nothing that handles admins account
Author
Owner

@lunny commented on GitHub (Jun 22, 2018):

You could add yourself as that repo's collaboration.

@lunny commented on GitHub (Jun 22, 2018): You could add yourself as that repo's collaboration.
Author
Owner

@lafriks commented on GitHub (Jun 22, 2018):

That is currently expected behaviour to not allow admins clone/push to repositories only if explicitly allowed just as other users

@lafriks commented on GitHub (Jun 22, 2018): That is currently expected behaviour to not allow admins clone/push to repositories only if explicitly allowed just as other users
Author
Owner

@edoaxyz commented on GitHub (Jun 22, 2018):

If I need to do something automated adding always myself to every repo's collaboration group is really frustrating. Anyway that doesn't make any sense because in web interface admins can do whatever they want in any repo while in git they are limited to act only in their own repos.

@edoaxyz commented on GitHub (Jun 22, 2018): If I need to do something automated adding always myself to every repo's collaboration group is really frustrating. Anyway that doesn't make any sense because in web interface admins can do whatever they want in any repo while in git they are limited to act only in their own repos.
Author
Owner

@gastaldi commented on GitHub (Oct 25, 2018):

I am facing the same problem and would be interested to know how to make that work

@gastaldi commented on GitHub (Oct 25, 2018): I am facing the same problem and would be interested to know how to make that work
Author
Owner

@lunny commented on GitHub (Oct 25, 2018):

Maybe we could add a config to enable admin user could clone and push to any repository.

@lunny commented on GitHub (Oct 25, 2018): Maybe we could add a config to enable admin user could clone and push to any repository.
Author
Owner

@xplosionmind commented on GitHub (Apr 7, 2022):

+1, having the same issue here

@xplosionmind commented on GitHub (Apr 7, 2022): +1, having the same issue here
Author
Owner

@audibleptr commented on GitHub (Jul 31, 2023):

This seems to be resolved as of gitea 1.19.4. I'm able to push to a regular user's repo if I provide admin's username and password when pushing to the user's repo via a git remote like http://<ip>:3000/user/repo.

@audibleptr commented on GitHub (Jul 31, 2023): This seems to be resolved as of `gitea 1.19.4`. I'm able to push to a regular user's repo if I provide admin's username and password when pushing to the user's repo via a git remote like `http://<ip>:3000/user/repo`.
Author
Owner

@puni9869 commented on GitHub (Jul 31, 2023):

Since you are at localhost, could you share the logs
Enable LOGGING=trace in app.ini.

@puni9869 commented on GitHub (Jul 31, 2023): Since you are at localhost, could you share the logs Enable LOGGING=trace in app.ini.
Author
Owner

@audibleptr commented on GitHub (Jul 31, 2023):

Since you are at localhost, could you share the logs
Enable LOGGING=trace in app.ini.

In app.ini:

...
[log]
LEVEL     = trace
...

Gives me the following log:

Log
# journalctl -f
gitea[8026]: yyyy/mm/dd hh:32:15 .../queue/workerpool.go:573:doWork() [T] Worker shutting down
gitea[8026]: yyyy/mm/dd hh:32:15 .../queue/workerpool.go:573:doWork() [T] Worker shutting down
gitea[8026]: yyyy/mm/dd hh:33:10 [64c7a838-13] router: completed GET /user/events for [USER IP REDACTED]:45454, 200 OK in 462029.3ms @ events/events.go:18(events.Events)
gitea[8026]: yyyy/mm/dd hh:33:10 ...s/process/manager.go:207:remove() [T] [64c7a838-13] Done 64c7a838-13: GET: /user/events
gitea[8026]: yyyy/mm/dd hh:33:16 ...ource/manager_run.go:46:Run() [T] [64c7a7c8-18] Event source has no listeners
gitea[8026]: yyyy/mm/dd hh:33:16 ...ource/manager_run.go:56:Run() [T] [64c7a7c8-18] Pausing the eventsource
gitea[8026]: yyyy/mm/dd hh:33:36 ...s/process/manager.go:170:Add() [T] Start 64c7aa20: Cron: Update Mirrors (normal)
gitea[8026]: yyyy/mm/dd hh:33:36 ...ces/mirror/mirror.go:42:Update() [T] [64c7aa20] Doing: Update
gitea[8026]: yyyy/mm/dd hh:33:36 ...s/process/manager.go:170:Add() [T] Start 64c7aa20-2: Cron: Stop zombie tasks (normal)
gitea[8026]: yyyy/mm/dd hh:33:36 ...s/process/manager.go:207:remove() [T] [64c7aa20-2] Done 64c7aa20-2: Cron: Stop zombie tasks
gitea[8026]: yyyy/mm/dd hh:33:36 ...ces/mirror/mirror.go:119:Update() [T] [64c7aa20] Finished: Update: 0 pull mirrors and 0 push mirrors queued
gitea[8026]: yyyy/mm/dd hh:33:36 ...s/process/manager.go:207:remove() [T] [64c7aa20] Done 64c7aa20: Cron: Update Mirrors
gitea[8026]: yyyy/mm/dd hh:33:53 ...s/process/manager.go:170:Add() [T] [64c7a7c8-31] Start 64c7aa31: GET: /test2/clean/info/refs?service=git-receive-pack (request)
gitea[8026]: yyyy/mm/dd hh:33:53 [64c7aa31] router: started   GET /test2/clean/info/refs?service=git-receive-pack for [USER IP REDACTED]:44976
gitea[8026]: yyyy/mm/dd hh:33:53 [64c7aa31] router: completed GET /test2/clean/info/refs?service=git-receive-pack for [USER IP REDACTED]:44976, 401 Unauthorized in 6.3ms @ repo/http.go:544(repo.GetInfoRefs)
gitea[8026]: yyyy/mm/dd hh:33:53 ...s/process/manager.go:207:remove() [T] [64c7aa31] Done 64c7aa31: GET: /test2/clean/info/refs?service=git-receive-pack
gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:170:Add() [T] Start 64c7aa37: GET: /test2/clean/info/refs?service=git-receive-pack (request)
gitea[8026]: yyyy/mm/dd hh:33:59 [64c7aa37] router: started   GET /test2/clean/info/refs?service=git-receive-pack for [USER IP REDACTED]:44976
gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:67:Verify() [T] [64c7aa37] Basic Authorization: Attempting login for: test
gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:126:Verify() [T] [64c7aa37] Basic Authorization: Attempting SignIn for test
gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:139:Verify() [T] [64c7aa37] Basic Authorization: Logged in user 1:test
gitea[8026]: yyyy/mm/dd hh:33:59 models/repo/repo.go:310:LoadUnits() [T] [64c7aa37] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages]
gitea[8026]: yyyy/mm/dd hh:33:59 ...s/repo_permission.go:156:func1() [T] [64c7aa37] Permission Loaded for 1:test in 9:test2/clean:
gitea[8026]:         Permissions: perm_model.AccessMode: 4:owner, 7 Units, 0 UnitsMode(s): [
gitea[8026]:         Units[0]: ID: 60 RepoID: 9 Type: 1:TypeCode Config: {}
gitea[8026]:         Units[1]: ID: 61 RepoID: 9 Type: 2:TypeIssues Config: {"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}
gitea[8026]:         Units[2]: ID: 62 RepoID: 9 Type: 3:TypePullRequests Config: {"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}
gitea[8026]:         Units[3]: ID: 63 RepoID: 9 Type: 4:TypeReleases Config: {}
gitea[8026]:         Units[4]: ID: 64 RepoID: 9 Type: 5:TypeWiki Config: {}
gitea[8026]:         Units[5]: ID: 65 RepoID: 9 Type: 8:TypeProjects Config: {}
gitea[8026]:         Units[6]: ID: 66 RepoID: 9 Type: 9:TypePackages Config: {} ]
gitea[8026]: yyyy/mm/dd hh:33:59 ...dules/git/command.go:255:Run() [D] [64c7aa37] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= receive-pack --stateless-rpc --advertise-refs .
gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:170:Add() [T] [64c7aa37] Start 64c7aa37-2: /usr/bin/git receive-pack --stateless-rpc --advertise-refs . [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa37) (normal)
gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:207:remove() [T] [64c7aa37-2] Done 64c7aa37-2: /usr/bin/git receive-pack --stateless-rpc --advertise-refs . [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:33:59 [64c7aa37] router: completed GET /test2/clean/info/refs?service=git-receive-pack for [USER IP REDACTED]:44976, 200 OK in 197.7ms @ repo/http.go:544(repo.GetInfoRefs)
gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:207:remove() [T] [64c7aa37] Done 64c7aa37: GET: /test2/clean/info/refs?service=git-receive-pack
gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:170:Add() [T] Start 64c7aa37-3: POST: /test2/clean/git-receive-pack (request)
gitea[8026]: yyyy/mm/dd hh:33:59 [64c7aa37-3] router: started   POST /test2/clean/git-receive-pack for [USER IP REDACTED]:44976
gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:67:Verify() [T] [64c7aa37-3] Basic Authorization: Attempting login for: test
gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:126:Verify() [T] [64c7aa37-3] Basic Authorization: Attempting SignIn for test
gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:139:Verify() [T] [64c7aa37-3] Basic Authorization: Logged in user 1:test
gitea[8026]: yyyy/mm/dd hh:33:59 models/repo/repo.go:310:LoadUnits() [T] [64c7aa37-3] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages]
gitea[8026]: yyyy/mm/dd hh:33:59 ...s/repo_permission.go:156:func1() [T] [64c7aa37-3] Permission Loaded for 1:test in 9:test2/clean:
gitea[8026]:         Permissions: perm_model.AccessMode: 4:owner, 7 Units, 0 UnitsMode(s): [
gitea[8026]:         Units[0]: ID: 60 RepoID: 9 Type: 1:TypeCode Config: {}
gitea[8026]:         Units[1]: ID: 61 RepoID: 9 Type: 2:TypeIssues Config: {"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}
gitea[8026]:         Units[2]: ID: 62 RepoID: 9 Type: 3:TypePullRequests Config: {"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}
gitea[8026]:         Units[3]: ID: 63 RepoID: 9 Type: 4:TypeReleases Config: {}
gitea[8026]:         Units[4]: ID: 64 RepoID: 9 Type: 5:TypeWiki Config: {}
gitea[8026]:         Units[5]: ID: 65 RepoID: 9 Type: 8:TypeProjects Config: {}
gitea[8026]:         Units[6]: ID: 66 RepoID: 9 Type: 9:TypePackages Config: {} ]
gitea[8026]: yyyy/mm/dd hh:33:59 ...dules/git/command.go:255:Run() [D] [64c7aa37-3] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= receive-pack --stateless-rpc /var/lib/gitea/data/gitea-repositories/test2/clean.git
gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:170:Add() [T] [64c7aa37-3] Start 64c7aa37-4: /usr/bin/git receive-pack --stateless-rpc [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa37-3) (normal)
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7a7c8-31] Start 64c7aa38: POST: /api/internal/hook/pre-receive/test2/clean (request)
gitea[8026]: yyyy/mm/dd hh:34:00 [64c7aa38] router: started   POST /api/internal/hook/pre-receive/test2/clean for 127.0.0.1:0
gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38] Start 64c7aa38-2: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38) (normal)
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-2] Done 64c7aa38-2: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38] Start 64c7aa38-3: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (routers/private/internal_repo.go:45) (from 64c7aa38) (normal)
gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38] Start 64c7aa38-4: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (routers/private/internal_repo.go:45) (from 64c7aa38) (normal)
gitea[8026]: yyyy/mm/dd hh:34:00 models/repo/repo.go:310:LoadUnits() [T] [64c7aa38] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages]
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/repo_permission.go:156:func1() [T] [64c7aa38] Permission Loaded for 1:test in 9:test2/clean:
gitea[8026]:         Permissions: perm_model.AccessMode: 4:owner, 7 Units, 0 UnitsMode(s): [
gitea[8026]:         Units[0]: ID: 60 RepoID: 9 Type: 1:TypeCode Config: {}
gitea[8026]:         Units[1]: ID: 61 RepoID: 9 Type: 2:TypeIssues Config: {"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}
gitea[8026]:         Units[2]: ID: 62 RepoID: 9 Type: 3:TypePullRequests Config: {"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}
gitea[8026]:         Units[3]: ID: 63 RepoID: 9 Type: 4:TypeReleases Config: {}
gitea[8026]:         Units[4]: ID: 64 RepoID: 9 Type: 5:TypeWiki Config: {}
gitea[8026]:         Units[5]: ID: 65 RepoID: 9 Type: 8:TypeProjects Config: {}
gitea[8026]:         Units[6]: ID: 66 RepoID: 9 Type: 9:TypePackages Config: {} ]
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-3] Done 64c7aa38-3: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (routers/private/internal_repo.go:45)
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-4] Done 64c7aa38-4: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (routers/private/internal_repo.go:45)
gitea[8026]: yyyy/mm/dd hh:34:00 [64c7aa38] router: completed POST /api/internal/hook/pre-receive/test2/clean for 127.0.0.1:0, 200 OK in 20.2ms @ private/hook_pre_receive.go:107(private.HookPreReceive)
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38] Done 64c7aa38: POST: /api/internal/hook/pre-receive/test2/clean
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7a7c8-31] Start 64c7aa38-5: POST: /api/internal/hook/post-receive/test2/clean (request)
gitea[8026]: yyyy/mm/dd hh:34:00 [64c7aa38-5] router: started   POST /api/internal/hook/post-receive/test2/clean for 127.0.0.1:0
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-5] Start 64c7aa38-6: PrivateContext: /api/internal/hook/post-receive/test2/clean (request)
gitea[8026]: yyyy/mm/dd hh:34:00 .../queue/workerpool.go:137:zeroBoost() [D] [64c7aa38-6] WorkerPool: 7 (for push_update-channel) has zero workers - adding 1 temporary workers for 5m0s
gitea[8026]: yyyy/mm/dd hh:34:00 router: completed POST /api/internal/hook/post-receive/test2/clean for 127.0.0.1:0, 200 OK in 7.2ms @ private/hook_post_receive.go:27(private.HookPostReceive)
gitea[8026]: yyyy/mm/dd hh:34:00 models/repo/repo.go:310:LoadUnits() [T] [64c7aa38-6] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages]
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-6] Done 64c7aa38-6: PrivateContext: /api/internal/hook/post-receive/test2/clean
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] Done 64c7aa38-5: POST: /api/internal/hook/post-receive/test2/clean
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa37-4] Done 64c7aa37-4: /usr/bin/git receive-pack --stateless-rpc [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:00 [64c7aa37-3] router: completed POST /test2/clean/git-receive-pack for [USER IP REDACTED]:44976, 200 OK in 1222.9ms @ repo/http.go:512(repo.ServiceReceivePack)
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa37-3] Done 64c7aa37-3: POST: /test2/clean/git-receive-pack
gitea[8026]: yyyy/mm/dd hh:34:00 .../queue/workerpool.go:604:doWork() [T] [64c7a7c8] Handling: 1 data, [[0xc000930150]]
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7a7c8] Start 64c7aa38-7: PushUpdates: test2/clean (normal)
gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa38-8: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-8] Done 64c7aa38-8: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa38-9: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/repository/push.go:91) (from 64c7aa38-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa38-10: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/repository/push.go:91) (from 64c7aa38-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/repository/push.go:106:pushUpdates() [T] [64c7aa38-7] pushUpdates: 9:test2/clean a0345dd275bf24f05c90616ef424153f4dfde184 5afc9ac35829641c75a5cc81e547de28ad2f8b50 refs/heads/main
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/repository/push.go:169:pushUpdates() [T] [64c7aa38-7] TriggerTask 'clean/main' by test
gitea[8026]: yyyy/mm/dd hh:34:00 ...ervices/pull/pull.go:254:AddTestPullRequestTask() [T] [64c7aa38-7] AddTestPullRequestTask [head_repo_id: 9, head_branch: main]: finding pull requests
gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list a0345dd275bf24f05c90616ef424153f4dfde184..5afc9ac35829641c75a5cc81e547de28ad2f8b50
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa38-11: /usr/bin/git rev-list a0345dd275bf24f05c90616ef424153f4dfde184..5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] Start 64c7aa38-12: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-11] Done 64c7aa38-11: /usr/bin/git rev-list a0345dd275bf24f05c90616ef424153f4dfde184..5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --max-count=1 a0345dd275bf24f05c90616ef424153f4dfde184 ^5afc9ac35829641c75a5cc81e547de28ad2f8b50
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa39: /usr/bin/git rev-list --max-count=1 a0345dd275bf24f05c90616ef424153f4dfde184 ^5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-12] Done 64c7aa38-12: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 ...ervices/pull/pull.go:325:func1() [T] AddTestPullRequestTask [base_repo_id: 9, base_branch: main]: finding pull requests
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] Start 64c7aa39-2: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/pull/pull.go:236) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-2] Done 64c7aa39-2: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/pull/pull.go:236)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] Start 64c7aa39-3: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/pull/pull.go:236) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-3] Done 64c7aa39-3: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/pull/pull.go:236)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39] Done 64c7aa39: /usr/bin/git rev-list --max-count=1 a0345dd275bf24f05c90616ef424153f4dfde184 ^5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] [64c7aa38-7] cannot get cache context when getting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false}
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] [64c7aa38-7] cannot get cache context when setting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false}
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] [64c7aa38-7] cannot get cache context when getting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false}
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] [64c7aa38-7] cannot get cache context when setting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false}
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa39-4: /usr/bin/git log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-4] Done 64c7aa39-4: /usr/bin/git log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 models/repo/repo.go:310:LoadUnits() [T] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages]
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false}
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false}
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false}
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false}
gitea[8026]: yyyy/mm/dd hh:34:01 .../queue/workerpool.go:137:zeroBoost() [D] WorkerPool: 11 (for repo_stats_update-channel) has zero workers - adding 1 temporary workers for 5m0s
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/repo_permission.go:156:func1() [T] Permission Loaded for 3:test2 in 9:test2/clean:
gitea[8026]:         Permissions: perm_model.AccessMode: 4:owner, 7 Units, 0 UnitsMode(s): [
gitea[8026]:         Units[0]: ID: 60 RepoID: 9 Type: 1:TypeCode Config: {}
gitea[8026]:         Units[1]: ID: 61 RepoID: 9 Type: 2:TypeIssues Config: {"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true}
gitea[8026]:         Units[2]: ID: 62 RepoID: 9 Type: 3:TypePullRequests Config: {"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false}
gitea[8026]:         Units[3]: ID: 63 RepoID: 9 Type: 4:TypeReleases Config: {}
gitea[8026]:         Units[4]: ID: 64 RepoID: 9 Type: 5:TypeWiki Config: {}
gitea[8026]:         Units[5]: ID: 65 RepoID: 9 Type: 8:TypeProjects Config: {}
gitea[8026]:         Units[6]: ID: 66 RepoID: 9 Type: 9:TypePackages Config: {} ]
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits)
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits)
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits)
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits)
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] Start 64c7aa39-5: /usr/bin/git log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-5] Done 64c7aa39-5: /usr/bin/git log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 models/repo/repo.go:310:LoadUnits() [T] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages]
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits)
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits)
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits)
gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/notifier_helper.go:99:Notify() [T] execute NotifyPushCommits for event push whose doer is test
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --count 5afc9ac35829641c75a5cc81e547de28ad2f8b50
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] Start 64c7aa39-6: /usr/bin/git rev-list --count 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-6] Done 64c7aa39-6: /usr/bin/git rev-list --count 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-9] Done 64c7aa38-9: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/repository/push.go:91)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-10] Done 64c7aa38-10: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/repository/push.go:91)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-7] Done 64c7aa38-7: PushUpdates: test2/clean
gitea[8026]: yyyy/mm/dd hh:34:01 .../queue/workerpool.go:604:doWork() [T] [64c7a7c8-5] Handling: 1 data, [9]
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7a7c8-5] Start 64c7aa39-7: Stats.DB Index Repo[9] (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-8: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa39-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-8] Done 64c7aa39-8: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-9: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (modules/indexer/stats/db.go:37) (from 64c7aa39-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-10: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (modules/indexer/stats/db.go:37) (from 64c7aa39-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= ls-tree -t -r --long 6e4d5ab068ee795b65f70fda54b042da1daf5f00
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-11: /usr/bin/git ls-tree -t -r --long 6e4d5ab068ee795b65f70fda54b042da1daf5f00 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa39-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-11] Done 64c7aa39-11: /usr/bin/git ls-tree -t -r --long 6e4d5ab068ee795b65f70fda54b042da1daf5f00 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= read-tree 5afc9ac35829641c75a5cc81e547de28ad2f8b50
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-12: /usr/bin/git read-tree 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa39-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-12] Done 64c7aa39-12: /usr/bin/git read-tree 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= check-attr --stdin -z --cached linguist-vendored linguist-generated linguist-language gitlab-language
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-13: /usr/bin/git check-attr --stdin -z --cached linguist-vendored linguist-generated linguist-language gitlab-language [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa39-7) (normal)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-13] Done 64c7aa39-13: /usr/bin/git check-attr --stdin -z --cached linguist-vendored linguist-generated linguist-language gitlab-language [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git]
gitea[8026]: yyyy/mm/dd hh:34:01 .../indexer/stats/db.go:74:Index() [D] [64c7aa39-7] DBIndexer completed language stats for ID 5afc9ac35829641c75a5cc81e547de28ad2f8b50 for default branch main in /var/lib/gitea/data/gitea-repositories/test2/clean.git. stats count: 0
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-10] Done 64c7aa39-10: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (modules/indexer/stats/db.go:37)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-9] Done 64c7aa39-9: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (modules/indexer/stats/db.go:37)
gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-7] Done 64c7aa39-7: Stats.DB Index Repo[9]
^C

test is the admin, test2 is a regular user, pushing as test via username/password to http://<ip>:3000/test2/clean.

@audibleptr commented on GitHub (Jul 31, 2023): > Since you are at localhost, could you share the logs > Enable LOGGING=trace in app.ini. In `app.ini`: ``` ... [log] LEVEL = trace ... ``` Gives me the following log: <details><summary>Log</summary> ``` # journalctl -f gitea[8026]: yyyy/mm/dd hh:32:15 .../queue/workerpool.go:573:doWork() [T] Worker shutting down gitea[8026]: yyyy/mm/dd hh:32:15 .../queue/workerpool.go:573:doWork() [T] Worker shutting down gitea[8026]: yyyy/mm/dd hh:33:10 [64c7a838-13] router: completed GET /user/events for [USER IP REDACTED]:45454, 200 OK in 462029.3ms @ events/events.go:18(events.Events) gitea[8026]: yyyy/mm/dd hh:33:10 ...s/process/manager.go:207:remove() [T] [64c7a838-13] Done 64c7a838-13: GET: /user/events gitea[8026]: yyyy/mm/dd hh:33:16 ...ource/manager_run.go:46:Run() [T] [64c7a7c8-18] Event source has no listeners gitea[8026]: yyyy/mm/dd hh:33:16 ...ource/manager_run.go:56:Run() [T] [64c7a7c8-18] Pausing the eventsource gitea[8026]: yyyy/mm/dd hh:33:36 ...s/process/manager.go:170:Add() [T] Start 64c7aa20: Cron: Update Mirrors (normal) gitea[8026]: yyyy/mm/dd hh:33:36 ...ces/mirror/mirror.go:42:Update() [T] [64c7aa20] Doing: Update gitea[8026]: yyyy/mm/dd hh:33:36 ...s/process/manager.go:170:Add() [T] Start 64c7aa20-2: Cron: Stop zombie tasks (normal) gitea[8026]: yyyy/mm/dd hh:33:36 ...s/process/manager.go:207:remove() [T] [64c7aa20-2] Done 64c7aa20-2: Cron: Stop zombie tasks gitea[8026]: yyyy/mm/dd hh:33:36 ...ces/mirror/mirror.go:119:Update() [T] [64c7aa20] Finished: Update: 0 pull mirrors and 0 push mirrors queued gitea[8026]: yyyy/mm/dd hh:33:36 ...s/process/manager.go:207:remove() [T] [64c7aa20] Done 64c7aa20: Cron: Update Mirrors gitea[8026]: yyyy/mm/dd hh:33:53 ...s/process/manager.go:170:Add() [T] [64c7a7c8-31] Start 64c7aa31: GET: /test2/clean/info/refs?service=git-receive-pack (request) gitea[8026]: yyyy/mm/dd hh:33:53 [64c7aa31] router: started GET /test2/clean/info/refs?service=git-receive-pack for [USER IP REDACTED]:44976 gitea[8026]: yyyy/mm/dd hh:33:53 [64c7aa31] router: completed GET /test2/clean/info/refs?service=git-receive-pack for [USER IP REDACTED]:44976, 401 Unauthorized in 6.3ms @ repo/http.go:544(repo.GetInfoRefs) gitea[8026]: yyyy/mm/dd hh:33:53 ...s/process/manager.go:207:remove() [T] [64c7aa31] Done 64c7aa31: GET: /test2/clean/info/refs?service=git-receive-pack gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:170:Add() [T] Start 64c7aa37: GET: /test2/clean/info/refs?service=git-receive-pack (request) gitea[8026]: yyyy/mm/dd hh:33:59 [64c7aa37] router: started GET /test2/clean/info/refs?service=git-receive-pack for [USER IP REDACTED]:44976 gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:67:Verify() [T] [64c7aa37] Basic Authorization: Attempting login for: test gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:126:Verify() [T] [64c7aa37] Basic Authorization: Attempting SignIn for test gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:139:Verify() [T] [64c7aa37] Basic Authorization: Logged in user 1:test gitea[8026]: yyyy/mm/dd hh:33:59 models/repo/repo.go:310:LoadUnits() [T] [64c7aa37] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages] gitea[8026]: yyyy/mm/dd hh:33:59 ...s/repo_permission.go:156:func1() [T] [64c7aa37] Permission Loaded for 1:test in 9:test2/clean: gitea[8026]: Permissions: perm_model.AccessMode: 4:owner, 7 Units, 0 UnitsMode(s): [ gitea[8026]: Units[0]: ID: 60 RepoID: 9 Type: 1:TypeCode Config: {} gitea[8026]: Units[1]: ID: 61 RepoID: 9 Type: 2:TypeIssues Config: {"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true} gitea[8026]: Units[2]: ID: 62 RepoID: 9 Type: 3:TypePullRequests Config: {"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false} gitea[8026]: Units[3]: ID: 63 RepoID: 9 Type: 4:TypeReleases Config: {} gitea[8026]: Units[4]: ID: 64 RepoID: 9 Type: 5:TypeWiki Config: {} gitea[8026]: Units[5]: ID: 65 RepoID: 9 Type: 8:TypeProjects Config: {} gitea[8026]: Units[6]: ID: 66 RepoID: 9 Type: 9:TypePackages Config: {} ] gitea[8026]: yyyy/mm/dd hh:33:59 ...dules/git/command.go:255:Run() [D] [64c7aa37] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= receive-pack --stateless-rpc --advertise-refs . gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:170:Add() [T] [64c7aa37] Start 64c7aa37-2: /usr/bin/git receive-pack --stateless-rpc --advertise-refs . [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa37) (normal) gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:207:remove() [T] [64c7aa37-2] Done 64c7aa37-2: /usr/bin/git receive-pack --stateless-rpc --advertise-refs . [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:33:59 [64c7aa37] router: completed GET /test2/clean/info/refs?service=git-receive-pack for [USER IP REDACTED]:44976, 200 OK in 197.7ms @ repo/http.go:544(repo.GetInfoRefs) gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:207:remove() [T] [64c7aa37] Done 64c7aa37: GET: /test2/clean/info/refs?service=git-receive-pack gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:170:Add() [T] Start 64c7aa37-3: POST: /test2/clean/git-receive-pack (request) gitea[8026]: yyyy/mm/dd hh:33:59 [64c7aa37-3] router: started POST /test2/clean/git-receive-pack for [USER IP REDACTED]:44976 gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:67:Verify() [T] [64c7aa37-3] Basic Authorization: Attempting login for: test gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:126:Verify() [T] [64c7aa37-3] Basic Authorization: Attempting SignIn for test gitea[8026]: yyyy/mm/dd hh:33:59 ...rvices/auth/basic.go:139:Verify() [T] [64c7aa37-3] Basic Authorization: Logged in user 1:test gitea[8026]: yyyy/mm/dd hh:33:59 models/repo/repo.go:310:LoadUnits() [T] [64c7aa37-3] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages] gitea[8026]: yyyy/mm/dd hh:33:59 ...s/repo_permission.go:156:func1() [T] [64c7aa37-3] Permission Loaded for 1:test in 9:test2/clean: gitea[8026]: Permissions: perm_model.AccessMode: 4:owner, 7 Units, 0 UnitsMode(s): [ gitea[8026]: Units[0]: ID: 60 RepoID: 9 Type: 1:TypeCode Config: {} gitea[8026]: Units[1]: ID: 61 RepoID: 9 Type: 2:TypeIssues Config: {"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true} gitea[8026]: Units[2]: ID: 62 RepoID: 9 Type: 3:TypePullRequests Config: {"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false} gitea[8026]: Units[3]: ID: 63 RepoID: 9 Type: 4:TypeReleases Config: {} gitea[8026]: Units[4]: ID: 64 RepoID: 9 Type: 5:TypeWiki Config: {} gitea[8026]: Units[5]: ID: 65 RepoID: 9 Type: 8:TypeProjects Config: {} gitea[8026]: Units[6]: ID: 66 RepoID: 9 Type: 9:TypePackages Config: {} ] gitea[8026]: yyyy/mm/dd hh:33:59 ...dules/git/command.go:255:Run() [D] [64c7aa37-3] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= receive-pack --stateless-rpc /var/lib/gitea/data/gitea-repositories/test2/clean.git gitea[8026]: yyyy/mm/dd hh:33:59 ...s/process/manager.go:170:Add() [T] [64c7aa37-3] Start 64c7aa37-4: /usr/bin/git receive-pack --stateless-rpc [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa37-3) (normal) gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7a7c8-31] Start 64c7aa38: POST: /api/internal/hook/pre-receive/test2/clean (request) gitea[8026]: yyyy/mm/dd hh:34:00 [64c7aa38] router: started POST /api/internal/hook/pre-receive/test2/clean for 127.0.0.1:0 gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38] Start 64c7aa38-2: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38) (normal) gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-2] Done 64c7aa38-2: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38] Start 64c7aa38-3: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (routers/private/internal_repo.go:45) (from 64c7aa38) (normal) gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38] Start 64c7aa38-4: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (routers/private/internal_repo.go:45) (from 64c7aa38) (normal) gitea[8026]: yyyy/mm/dd hh:34:00 models/repo/repo.go:310:LoadUnits() [T] [64c7aa38] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages] gitea[8026]: yyyy/mm/dd hh:34:00 ...s/repo_permission.go:156:func1() [T] [64c7aa38] Permission Loaded for 1:test in 9:test2/clean: gitea[8026]: Permissions: perm_model.AccessMode: 4:owner, 7 Units, 0 UnitsMode(s): [ gitea[8026]: Units[0]: ID: 60 RepoID: 9 Type: 1:TypeCode Config: {} gitea[8026]: Units[1]: ID: 61 RepoID: 9 Type: 2:TypeIssues Config: {"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true} gitea[8026]: Units[2]: ID: 62 RepoID: 9 Type: 3:TypePullRequests Config: {"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false} gitea[8026]: Units[3]: ID: 63 RepoID: 9 Type: 4:TypeReleases Config: {} gitea[8026]: Units[4]: ID: 64 RepoID: 9 Type: 5:TypeWiki Config: {} gitea[8026]: Units[5]: ID: 65 RepoID: 9 Type: 8:TypeProjects Config: {} gitea[8026]: Units[6]: ID: 66 RepoID: 9 Type: 9:TypePackages Config: {} ] gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-3] Done 64c7aa38-3: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (routers/private/internal_repo.go:45) gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-4] Done 64c7aa38-4: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (routers/private/internal_repo.go:45) gitea[8026]: yyyy/mm/dd hh:34:00 [64c7aa38] router: completed POST /api/internal/hook/pre-receive/test2/clean for 127.0.0.1:0, 200 OK in 20.2ms @ private/hook_pre_receive.go:107(private.HookPreReceive) gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38] Done 64c7aa38: POST: /api/internal/hook/pre-receive/test2/clean gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7a7c8-31] Start 64c7aa38-5: POST: /api/internal/hook/post-receive/test2/clean (request) gitea[8026]: yyyy/mm/dd hh:34:00 [64c7aa38-5] router: started POST /api/internal/hook/post-receive/test2/clean for 127.0.0.1:0 gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-5] Start 64c7aa38-6: PrivateContext: /api/internal/hook/post-receive/test2/clean (request) gitea[8026]: yyyy/mm/dd hh:34:00 .../queue/workerpool.go:137:zeroBoost() [D] [64c7aa38-6] WorkerPool: 7 (for push_update-channel) has zero workers - adding 1 temporary workers for 5m0s gitea[8026]: yyyy/mm/dd hh:34:00 router: completed POST /api/internal/hook/post-receive/test2/clean for 127.0.0.1:0, 200 OK in 7.2ms @ private/hook_post_receive.go:27(private.HookPostReceive) gitea[8026]: yyyy/mm/dd hh:34:00 models/repo/repo.go:310:LoadUnits() [T] [64c7aa38-6] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages] gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-6] Done 64c7aa38-6: PrivateContext: /api/internal/hook/post-receive/test2/clean gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] Done 64c7aa38-5: POST: /api/internal/hook/post-receive/test2/clean gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa37-4] Done 64c7aa37-4: /usr/bin/git receive-pack --stateless-rpc [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:00 [64c7aa37-3] router: completed POST /test2/clean/git-receive-pack for [USER IP REDACTED]:44976, 200 OK in 1222.9ms @ repo/http.go:512(repo.ServiceReceivePack) gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa37-3] Done 64c7aa37-3: POST: /test2/clean/git-receive-pack gitea[8026]: yyyy/mm/dd hh:34:00 .../queue/workerpool.go:604:doWork() [T] [64c7a7c8] Handling: 1 data, [[0xc000930150]] gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7a7c8] Start 64c7aa38-7: PushUpdates: test2/clean (normal) gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa38-8: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:207:remove() [T] [64c7aa38-8] Done 64c7aa38-8: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa38-9: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/repository/push.go:91) (from 64c7aa38-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa38-10: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/repository/push.go:91) (from 64c7aa38-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:00 ...s/repository/push.go:106:pushUpdates() [T] [64c7aa38-7] pushUpdates: 9:test2/clean a0345dd275bf24f05c90616ef424153f4dfde184 5afc9ac35829641c75a5cc81e547de28ad2f8b50 refs/heads/main gitea[8026]: yyyy/mm/dd hh:34:00 ...s/repository/push.go:169:pushUpdates() [T] [64c7aa38-7] TriggerTask 'clean/main' by test gitea[8026]: yyyy/mm/dd hh:34:00 ...ervices/pull/pull.go:254:AddTestPullRequestTask() [T] [64c7aa38-7] AddTestPullRequestTask [head_repo_id: 9, head_branch: main]: finding pull requests gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list a0345dd275bf24f05c90616ef424153f4dfde184..5afc9ac35829641c75a5cc81e547de28ad2f8b50 gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa38-11: /usr/bin/git rev-list a0345dd275bf24f05c90616ef424153f4dfde184..5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:00 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse gitea[8026]: yyyy/mm/dd hh:34:00 ...s/process/manager.go:170:Add() [T] Start 64c7aa38-12: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-11] Done 64c7aa38-11: /usr/bin/git rev-list a0345dd275bf24f05c90616ef424153f4dfde184..5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --max-count=1 a0345dd275bf24f05c90616ef424153f4dfde184 ^5afc9ac35829641c75a5cc81e547de28ad2f8b50 gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa39: /usr/bin/git rev-list --max-count=1 a0345dd275bf24f05c90616ef424153f4dfde184 ^5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-12] Done 64c7aa38-12: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 ...ervices/pull/pull.go:325:func1() [T] AddTestPullRequestTask [base_repo_id: 9, base_branch: main]: finding pull requests gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] Start 64c7aa39-2: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/pull/pull.go:236) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-2] Done 64c7aa39-2: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/pull/pull.go:236) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] Start 64c7aa39-3: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/pull/pull.go:236) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-3] Done 64c7aa39-3: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/pull/pull.go:236) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39] Done 64c7aa39: /usr/bin/git rev-list --max-count=1 a0345dd275bf24f05c90616ef424153f4dfde184 ^5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] [64c7aa38-7] cannot get cache context when getting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false} gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] [64c7aa38-7] cannot get cache context when setting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false} gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] [64c7aa38-7] cannot get cache context when getting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false} gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] [64c7aa38-7] cannot get cache context when setting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false} gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa38-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa38-7] Start 64c7aa39-4: /usr/bin/git log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-4] Done 64c7aa39-4: /usr/bin/git log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 models/repo/repo.go:310:LoadUnits() [T] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages] gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false} gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false} gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false} gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: &{context.Background.WithCancel.WithCancel.WithValue(type pprof.labelContextKey, val {"graceful-lifecycle":"with-hammer"}) 0xc0005e6280 false} gitea[8026]: yyyy/mm/dd hh:34:01 .../queue/workerpool.go:137:zeroBoost() [D] WorkerPool: 11 (for repo_stats_update-channel) has zero workers - adding 1 temporary workers for 5m0s gitea[8026]: yyyy/mm/dd hh:34:01 ...s/repo_permission.go:156:func1() [T] Permission Loaded for 3:test2 in 9:test2/clean: gitea[8026]: Permissions: perm_model.AccessMode: 4:owner, 7 Units, 0 UnitsMode(s): [ gitea[8026]: Units[0]: ID: 60 RepoID: 9 Type: 1:TypeCode Config: {} gitea[8026]: Units[1]: ID: 61 RepoID: 9 Type: 2:TypeIssues Config: {"EnableTimetracker":true,"AllowOnlyContributorsToTrackTime":true,"EnableDependencies":true} gitea[8026]: Units[2]: ID: 62 RepoID: 9 Type: 3:TypePullRequests Config: {"IgnoreWhitespaceConflicts":false,"AllowMerge":true,"AllowRebase":true,"AllowRebaseMerge":true,"AllowSquash":true,"AllowManualMerge":false,"AutodetectManualMerge":false,"AllowRebaseUpdate":true,"DefaultDeleteBranchAfterMerge":false,"DefaultMergeStyle":"merge","DefaultAllowMaintainerEdit":false} gitea[8026]: Units[3]: ID: 63 RepoID: 9 Type: 4:TypeReleases Config: {} gitea[8026]: Units[4]: ID: 64 RepoID: 9 Type: 5:TypeWiki Config: {} gitea[8026]: Units[5]: ID: 65 RepoID: 9 Type: 8:TypeProjects Config: {} gitea[8026]: Units[6]: ID: 66 RepoID: 9 Type: 9:TypePackages Config: {} ] gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits) gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits) gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits) gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits) gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] Start 64c7aa39-5: /usr/bin/git log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-5] Done 64c7aa39-5: /usr/bin/git log --name-status -c --pretty=format: --parents --no-renames -z -1 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 models/repo/repo.go:310:LoadUnits() [T] repo.Units, ID=9, Types: [TypeCode, TypeIssues, TypePullRequests, TypeReleases, TypeWiki, TypeProjects, TypePackages] gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits) gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits) gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:62:GetContextData() [W] cannot get cache context when getting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits) gitea[8026]: yyyy/mm/dd hh:34:01 ...les/cache/context.go:71:SetContextData() [W] cannot get cache context when setting data: *db.Context.WithValue(type struct {}, val NotifyPushCommits) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/notifier_helper.go:99:Notify() [T] execute NotifyPushCommits for event push whose doer is test gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --count 5afc9ac35829641c75a5cc81e547de28ad2f8b50 gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] Start 64c7aa39-6: /usr/bin/git rev-list --count 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa38-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-6] Done 64c7aa39-6: /usr/bin/git rev-list --count 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-9] Done 64c7aa38-9: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/repository/push.go:91) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-10] Done 64c7aa38-10: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (services/repository/push.go:91) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa38-7] Done 64c7aa38-7: PushUpdates: test2/clean gitea[8026]: yyyy/mm/dd hh:34:01 .../queue/workerpool.go:604:doWork() [T] [64c7a7c8-5] Handling: 1 data, [9] gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7a7c8-5] Start 64c7aa39-7: Stats.DB Index Repo[9] (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-8: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa39-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-8] Done 64c7aa39-8: /usr/bin/git rev-parse [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-9: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (modules/indexer/stats/db.go:37) (from 64c7aa39-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-10: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (modules/indexer/stats/db.go:37) (from 64c7aa39-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= ls-tree -t -r --long 6e4d5ab068ee795b65f70fda54b042da1daf5f00 gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-11: /usr/bin/git ls-tree -t -r --long 6e4d5ab068ee795b65f70fda54b042da1daf5f00 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa39-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-11] Done 64c7aa39-11: /usr/bin/git ls-tree -t -r --long 6e4d5ab068ee795b65f70fda54b042da1daf5f00 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= read-tree 5afc9ac35829641c75a5cc81e547de28ad2f8b50 gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-12: /usr/bin/git read-tree 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa39-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-12] Done 64c7aa39-12: /usr/bin/git read-tree 5afc9ac35829641c75a5cc81e547de28ad2f8b50 [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 ...dules/git/command.go:255:Run() [D] [64c7aa39-7] /var/lib/gitea/data/gitea-repositories/test2/clean.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= check-attr --stdin -z --cached linguist-vendored linguist-generated linguist-language gitlab-language gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:170:Add() [T] [64c7aa39-7] Start 64c7aa39-13: /usr/bin/git check-attr --stdin -z --cached linguist-vendored linguist-generated linguist-language gitlab-language [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (from 64c7aa39-7) (normal) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-13] Done 64c7aa39-13: /usr/bin/git check-attr --stdin -z --cached linguist-vendored linguist-generated linguist-language gitlab-language [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] gitea[8026]: yyyy/mm/dd hh:34:01 .../indexer/stats/db.go:74:Index() [D] [64c7aa39-7] DBIndexer completed language stats for ID 5afc9ac35829641c75a5cc81e547de28ad2f8b50 for default branch main in /var/lib/gitea/data/gitea-repositories/test2/clean.git. stats count: 0 gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-10] Done 64c7aa39-10: /usr/bin/git cat-file --batch [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (modules/indexer/stats/db.go:37) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-9] Done 64c7aa39-9: /usr/bin/git cat-file --batch-check [repo_path: /var/lib/gitea/data/gitea-repositories/test2/clean.git] (modules/indexer/stats/db.go:37) gitea[8026]: yyyy/mm/dd hh:34:01 ...s/process/manager.go:207:remove() [T] [64c7aa39-7] Done 64c7aa39-7: Stats.DB Index Repo[9] ^C ``` </details> `test` is the admin, `test2` is a regular user, pushing as `test` via username/password to `http://<ip>:3000/test2/clean`.
Author
Owner

@edoaxyz commented on GitHub (Aug 2, 2023):

That's fine! I'm not using gitea anymore but I'm trusting this, @puni9869 I leave you the decision of closing this one

@edoaxyz commented on GitHub (Aug 2, 2023): That's fine! I'm not using gitea anymore but I'm trusting this, @puni9869 I leave you the decision of closing this one
Author
Owner

@puni9869 commented on GitHub (Aug 23, 2023):

As of now, closing this issue. Feel free to reopen in future

@puni9869 commented on GitHub (Aug 23, 2023): As of now, closing this issue. Feel free to reopen in future
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1960