Skip to content

Instantly share code, notes, and snippets.

@kousu

kousu/gitea.log Secret

Created March 17, 2022 01:55
Show Gist options
  • Save kousu/7a0adf177e50bf8387a00b4fa3fd7dd3 to your computer and use it in GitHub Desktop.
Save kousu/7a0adf177e50bf8387a00b4fa3fd7dd3 to your computer and use it in GitHub Desktop.
gitea@data-test:~$ ./gitea
2022/03/16 21:49:00 cmd/web.go:102:runWeb() [I] Starting Gitea on PID: 75981
2022/03/16 21:49:00 cmd/web.go:150:runWeb() [I] Global init
2022/03/16 21:49:00 routers/init.go:106:GlobalInitInstalled() [I] Git Version: 2.25.1, Wire Protocol Version 2 Enabled
2022/03/16 21:49:00 routers/init.go:109:GlobalInitInstalled() [I] AppPath: /srv/gitea/gitea
2022/03/16 21:49:00 routers/init.go:110:GlobalInitInstalled() [I] AppWorkPath: /srv/gitea
2022/03/16 21:49:00 routers/init.go:111:GlobalInitInstalled() [I] Custom path: /srv/gitea/custom
2022/03/16 21:49:00 routers/init.go:112:GlobalInitInstalled() [I] Log path: /srv/gitea/log
2022/03/16 21:49:00 routers/init.go:113:GlobalInitInstalled() [I] Configuration file: /srv/gitea/custom/conf/app.ini
2022/03/16 21:49:00 routers/init.go:114:GlobalInitInstalled() [I] Run Mode: Prod
2022/03/16 21:49:00 ...dules/setting/log.go:283:newLogService() [I] Gitea v1.16.3 built with GNU Make 4.1, go1.17.7 : bindata, sqlite, sqlite_unlock_notify
2022/03/16 21:49:00 ...dules/setting/log.go:330:newLogService() [I] Gitea Log Mode: Console(Console:)
2022/03/16 21:49:00 ...dules/setting/log.go:246:generateNamedLogger() [I] Router Log: Console(console:)
2022/03/16 21:49:00 ...les/setting/cache.go:78:newCacheService() [I] Cache Service Enabled
2022/03/16 21:49:00 ...les/setting/cache.go:93:newCacheService() [I] Last Commit Cache Service Enabled
2022/03/16 21:49:00 ...s/setting/session.go:75:newSessionService() [I] Session Service Enabled
2022/03/16 21:49:00 ...s/storage/storage.go:171:initAttachments() [I] Initialising Attachment storage with type:
2022/03/16 21:49:00 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /srv/gitea/data/attachments
2022/03/16 21:49:00 ...s/storage/storage.go:165:initAvatars() [I] Initialising Avatar storage with type:
2022/03/16 21:49:00 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /srv/gitea/data/avatars
2022/03/16 21:49:00 ...s/storage/storage.go:183:initRepoAvatars() [I] Initialising Repository Avatar storage with type:
2022/03/16 21:49:00 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /srv/gitea/data/repo-avatars
2022/03/16 21:49:00 ...s/storage/storage.go:177:initLFS() [I] Initialising LFS storage with type:
2022/03/16 21:49:00 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /srv/gitea/data/lfs
2022/03/16 21:49:00 ...s/storage/storage.go:189:initRepoArchives() [I] Initialising Repository Archive storage with type:
2022/03/16 21:49:00 ...les/storage/local.go:46:NewLocalStorage() [I] Creating new Local Storage at /srv/gitea/data/repo-archive
2022/03/16 21:49:00 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting
2022/03/16 21:49:00 ...ueue_disk_channel.go:172:Run() [D] PersistableChannelQueue: push_update Skipping running the empty level queue
2022/03/16 21:49:00 ...ue/queue_bytefifo.go:243:Shutdown() [D] level: push_update-level Shutdown
2022/03/16 21:49:00 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting
2022/03/16 21:49:00 ...ueue_disk_channel.go:172:Run() [D] PersistableChannelQueue: notification-service Skipping running the empty level queue
2022/03/16 21:49:00 ...ue/queue_bytefifo.go:243:Shutdown() [D] level: notification-service-level Shutdown
2022/03/16 21:49:00 ...ueue_disk_channel.go:162:Run() [D] PersistableChannelUniqueQueue: repo-archive Starting
2022/03/16 21:49:00 ...ueue_disk_channel.go:196:Run() [D] PersistableChannelUniqueQueue: repo-archive Skipping running the empty level queue
2022/03/16 21:49:00 ...ue/queue_bytefifo.go:243:Shutdown() [D] unique-level: repo-archive-level Shutdown
2022/03/16 21:49:00 routers/init.go:130:GlobalInitInstalled() [I] SQLite3 support is enabled
2022/03/16 21:49:00 routers/common/db.go:20:InitDBEngine() [I] Beginning ORM engine initialization.
2022/03/16 21:49:00 routers/common/db.go:27:InitDBEngine() [I] ORM engine initialization attempt #1/10...
2022/03/16 21:49:00 cmd/web.go:153:runWeb() [I] PING DATABASE postgres
2022/03/16 21:49:00 cmd/web.go:153:runWeb() [W] Table user Column max_repo_creation db default is '-1', struct default is -1
2022/03/16 21:49:01 routers/init.go:136:GlobalInitInstalled() [I] ORM engine initialization successful!
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: update_mirrors
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: repo_health_check
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: check_repo_stats
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: archive_cleanup
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: sync_external_users
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: deleted_branches_cleanup
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: update_migration_poster_id
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: cleanup_hook_task_table
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: delete_inactive_accounts
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: delete_repo_archives
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: git_gc_repos
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: resync_all_sshkeys
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: resync_all_sshprincipals
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: resync_all_hooks
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: reinit_missing_repos
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: delete_missing_repos
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: delete_generated_repository_avatars
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: delete_old_actions
2022/03/16 21:49:01 ...rvices/cron/tasks.go:121:RegisterTask() [D] Registering task: update_checker
2022/03/16 21:49:01 ...er/issues/indexer.go:144:func2() [I] PID 75981: Initializing Issue Indexer: bleve
2022/03/16 21:49:01 ...er/issues/indexer.go:173:func2() [D] Created Bleve Indexer
2022/03/16 21:49:01 ...ueue_disk_channel.go:162:Run() [D] PersistableChannelUniqueQueue: repo_stats_update Starting
2022/03/16 21:49:01 ...xer/stats/indexer.go:39:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories
2022/03/16 21:49:01 ...ueue_disk_channel.go:162:Run() [D] PersistableChannelUniqueQueue: mirror Starting
2022/03/16 21:49:01 ...ueue_disk_channel.go:162:Run() [D] PersistableChannelUniqueQueue: pr_patch_checker Starting
2022/03/16 21:49:01 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: task Starting
2022/03/16 21:49:01 ...er/issues/indexer.go:223:func3() [I] Issue Indexer Initialization took 4.288384ms
2022/03/16 21:49:01 ...ue/queue_bytefifo.go:115:Run() [D] level: issue_indexer Starting
2022/03/16 21:49:01 ...ueue_disk_channel.go:196:Run() [D] PersistableChannelUniqueQueue: repo_stats_update Skipping running the empty level queue
2022/03/16 21:49:01 ...ueue_disk_channel.go:196:Run() [D] PersistableChannelUniqueQueue: pr_patch_checker Skipping running the empty level queue
2022/03/16 21:49:01 ...ueue_disk_channel.go:196:Run() [D] PersistableChannelUniqueQueue: mirror Skipping running the empty level queue
2022/03/16 21:49:01 ...ueue_disk_channel.go:172:Run() [D] PersistableChannelQueue: task Skipping running the empty level queue
2022/03/16 21:49:01 ...ue/queue_bytefifo.go:243:Shutdown() [D] unique-level: repo_stats_update-level Shutdown
2022/03/16 21:49:01 ...ue/queue_bytefifo.go:243:Shutdown() [D] unique-level: mirror-level Shutdown
2022/03/16 21:49:01 ...ue/queue_bytefifo.go:243:Shutdown() [D] unique-level: pr_patch_checker-level Shutdown
2022/03/16 21:49:01 ...ue/queue_bytefifo.go:243:Shutdown() [D] level: task-level Shutdown
2022/03/16 21:49:01 cmd/web.go:208:listen() [I] Listen: http://0.0.0.0:3000
2022/03/16 21:49:01 cmd/web.go:212:listen() [I] AppURL(ROOT_URL): https://data-test.neuropoly.org/
2022/03/16 21:49:01 cmd/web.go:215:listen() [I] LFS server enabled
2022/03/16 21:49:01 ...s/graceful/server.go:61:NewServer() [I] Starting new Web server: tcp:0.0.0.0:3000 on PID: 75981
2022/03/16 21:49:01 ...s/graceful/server.go:74:func1() [D] Starting server on tcp:0.0.0.0:3000 (PID: 75981)
2022/03/16 21:49:03 Started GET /user/settings/account for 127.0.0.1:37198
2022/03/16 21:49:03 Completed GET /user/settings/account 302 Found in 4.223975ms
2022/03/16 21:49:03 Started GET /user/login for 127.0.0.1:37200
2022/03/16 21:49:03 ...s/context/context.go:198:HTML() [D] Template: user/auth/signin
2022/03/16 21:49:03 Completed GET /user/login 200 OK in 13.696519ms
2022/03/16 21:49:03 Started GET /assets/js/index.js?v=bc863f21533a71adeb12f9c4b9854556 for 127.0.0.1:37202
2022/03/16 21:49:03 Completed GET /assets/js/index.js?v=bc863f21533a71adeb12f9c4b9854556 304 Not Modified in 638.886µs
2022/03/16 21:49:03 Started GET /assets/img/logo.svg for 127.0.0.1:37204
2022/03/16 21:49:03 Completed GET /assets/img/logo.svg 304 Not Modified in 248.239µs
2022/03/16 21:49:05 Started GET /user/sign_up for 127.0.0.1:37206
2022/03/16 21:49:05 ...s/context/context.go:198:HTML() [D] Template: user/auth/signup
2022/03/16 21:49:05 Completed GET /user/sign_up 200 OK in 3.30211ms
2022/03/16 21:49:20 Started POST /user/sign_up for 127.0.0.1:37208
2022/03/16 21:49:20 Completed POST /user/sign_up 302 Found in 29.191581ms
2022/03/16 21:49:20 Started GET /user/settings/account for 127.0.0.1:37210
2022/03/16 21:49:20 ...s/context/context.go:198:HTML() [D] Template: user/settings/account
2022/03/16 21:49:20 Completed GET /user/settings/account 200 OK in 9.110423ms
2022/03/16 21:49:20 Started GET /avatar/b3c14dcdb1331dcabad8965f3dc0f7bc?size=72 for 127.0.0.1:37212
2022/03/16 21:49:20 Completed GET /avatar/b3c14dcdb1331dcabad8965f3dc0f7bc?size=72 302 Found in 81.938737ms
2022/03/16 21:49:20 Started GET /user/events for 127.0.0.1:37214
2022/03/16 21:49:28 Started POST /user/logout for 127.0.0.1:37216
2022/03/16 21:49:28 Completed POST /user/logout 302 Found in 1.951242ms
2022/03/16 21:49:28 Completed GET /user/events 200 OK in 8.286010109s
2022/03/16 21:49:29 Started GET /user/settings/account for 127.0.0.1:37218
2022/03/16 21:49:29 Completed GET /user/settings/account 302 Found in 564.711µs
2022/03/16 21:49:29 Started GET /user/login for 127.0.0.1:37220
2022/03/16 21:49:29 ...s/context/context.go:198:HTML() [D] Template: user/auth/signin
2022/03/16 21:49:29 Completed GET /user/login 200 OK in 3.043861ms
2022/03/16 21:49:31 Started GET /user/sign_up for 127.0.0.1:37222
2022/03/16 21:49:31 ...s/context/context.go:198:HTML() [D] Template: user/auth/signup
2022/03/16 21:49:31 Completed GET /user/sign_up 200 OK in 1.843909ms
2022/03/16 21:49:39 Started POST /user/sign_up for 127.0.0.1:37224
2022/03/16 21:49:39 Completed POST /user/sign_up 302 Found in 21.97601ms
2022/03/16 21:49:39 Started GET /user/settings/account for 127.0.0.1:37226
2022/03/16 21:49:39 ...s/context/context.go:198:HTML() [D] Template: user/settings/account
2022/03/16 21:49:39 Completed GET /user/settings/account 200 OK in 5.495759ms
2022/03/16 21:49:40 Started GET /user/events for 127.0.0.1:37228
2022/03/16 21:49:45 Completed GET /user/events 200 OK in 4.712798515s
2022/03/16 21:49:45 Started GET /user/settings for 127.0.0.1:37230
2022/03/16 21:49:45 ...s/context/context.go:198:HTML() [D] Template: user/settings/profile
2022/03/16 21:49:45 Completed GET /user/settings 200 OK in 5.164003ms
2022/03/16 21:49:45 Started GET /user/events for 127.0.0.1:37232
2022/03/16 21:49:50 Completed GET /user/events 200 OK in 4.789841546s
2022/03/16 21:49:50 Started GET /user/settings/applications for 127.0.0.1:37234
2022/03/16 21:49:50 ...s/context/context.go:198:HTML() [D] Template: user/settings/applications
2022/03/16 21:49:50 Completed GET /user/settings/applications 200 OK in 9.083566ms
2022/03/16 21:49:51 Started GET /user/events for 127.0.0.1:37236
2022/03/16 21:49:55 Started GET / for 127.0.0.1:37238
2022/03/16 21:49:55 ...s/context/context.go:198:HTML() [D] Template: home
2022/03/16 21:49:55 Completed GET / 200 OK in 3.584588ms
2022/03/16 21:49:55 Started GET /assets/js/index.js?v=bc863f21533a71adeb12f9c4b9854556 for 127.0.0.1:37240
2022/03/16 21:49:55 Completed GET /assets/js/index.js?v=bc863f21533a71adeb12f9c4b9854556 304 Not Modified in 305.329µs
2022/03/16 21:49:55 Started GET /assets/img/logo.svg for 127.0.0.1:37242
2022/03/16 21:49:55 Completed GET /assets/img/logo.svg 304 Not Modified in 266.221µs
2022/03/16 21:49:58 Started GET /user/sign_up for 127.0.0.1:37244
2022/03/16 21:49:58 ...s/context/context.go:198:HTML() [D] Template: user/auth/signup
2022/03/16 21:49:58 Completed GET /user/sign_up 200 OK in 1.790983ms
2022/03/16 21:50:07 Started POST /user/sign_up for 127.0.0.1:37246
2022/03/16 21:50:07 Completed POST /user/sign_up 302 Found in 22.949432ms
2022/03/16 21:50:07 Started GET / for 127.0.0.1:37248
2022/03/16 21:50:07 ...s/context/context.go:198:HTML() [D] Template: user/dashboard/dashboard
2022/03/16 21:50:07 Completed GET / 200 OK in 15.09735ms
2022/03/16 21:50:07 Started GET /api/v1/repos/search?sort=updated&order=desc&uid=11&team_id=0&q=&page=1&mode= for 127.0.0.1:37250
2022/03/16 21:50:07 Completed GET /api/v1/repos/search?sort=updated&order=desc&uid=11&team_id=0&q=&page=1&mode= 200 OK in 6.904161ms
2022/03/16 21:50:07 Started GET /user/events for 127.0.0.1:37252
2022/03/16 21:50:08 Started GET /api/v1/repos/search?sort=updated&order=desc&uid=11&team_id=0&q=&page=1&limit=15&mode=&archived=false for 127.0.0.1:37254
2022/03/16 21:50:08 Completed GET /api/v1/repos/search?sort=updated&order=desc&uid=11&team_id=0&q=&page=1&limit=15&mode=&archived=false 200 OK in 3.636205ms
2022/03/16 21:50:12 Completed GET /user/events 200 OK in 4.439554128s
2022/03/16 21:50:12 Started GET /repo/create for 127.0.0.1:37256
2022/03/16 21:50:12 ...s/context/context.go:198:HTML() [D] Template: repo/create
2022/03/16 21:50:12 Completed GET /repo/create 200 OK in 11.5871ms
2022/03/16 21:50:13 Started GET /user/events for 127.0.0.1:37258
2022/03/16 21:50:15 Completed GET /user/events 200 OK in 2.819583633s
2022/03/16 21:50:16 Started POST /repo/create for 127.0.0.1:37260
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= init --bare
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= symbolic-ref HEAD refs/heads/master
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= update-server-info
2022/03/16 21:50:16 Completed POST /repo/create 302 Found in 60.173885ms
2022/03/16 21:50:16 Started GET /bivott82/test1 for 127.0.0.1:37262
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2022/03/16 21:50:16 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test1.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= show-ref --head ^HEAD$
2022/03/16 21:50:16 ...s/context/context.go:198:HTML() [D] Template: repo/empty
2022/03/16 21:50:16 Completed GET /bivott82/test1 200 OK in 26.030861ms
2022/03/16 21:50:16 Started GET /user/events for 127.0.0.1:37264
2022/03/16 21:50:23 Completed GET /user/events 200 OK in 6.545235417s
2022/03/16 21:50:23 Started GET /repo/create for 127.0.0.1:37266
2022/03/16 21:50:23 ...s/context/context.go:198:HTML() [D] Template: repo/create
2022/03/16 21:50:23 Completed GET /repo/create 200 OK in 9.687791ms
2022/03/16 21:50:24 Started GET /user/events for 127.0.0.1:37268
2022/03/16 21:50:26 Completed GET /user/events 200 OK in 2.702240191s
2022/03/16 21:50:27 Started POST /repo/create for 127.0.0.1:37270
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= init --bare
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= symbolic-ref HEAD refs/heads/master
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= update-server-info
2022/03/16 21:50:27 Completed POST /repo/create 302 Found in 29.549946ms
2022/03/16 21:50:27 Started GET /bivott82/test2 for 127.0.0.1:37272
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= show-ref --head ^HEAD$
2022/03/16 21:50:27 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test2.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2022/03/16 21:50:27 ...s/context/context.go:198:HTML() [D] Template: repo/empty
2022/03/16 21:50:27 Completed GET /bivott82/test2 200 OK in 13.134275ms
2022/03/16 21:50:27 Started GET /user/events for 127.0.0.1:37274
2022/03/16 21:51:38 Completed GET /user/events 200 OK in 1m47.138285785s
2022/03/16 21:51:38 Started POST /user/settings/applications/oauth2 for 127.0.0.1:37276
2022/03/16 21:51:38 ...s/context/context.go:198:HTML() [D] Template: user/settings/applications_oauth2_edit
2022/03/16 21:51:38 Completed POST /user/settings/applications/oauth2 200 OK in 107.971499ms
2022/03/16 21:51:39 Started GET /user/events for 127.0.0.1:37278
2022/03/16 21:52:32 Started GET /login/oauth/authorize?client_id=dc1357b8-848d-44e0-aaee-04b64f249c63&redirect_uri=https%3A%2F%2Fdrone1.kousu.ca%2Flogin&response_type=code&state=4d65822107fcfd52 for 127.0.0.1:37280
2022/03/16 21:52:32 ...s/context/context.go:198:HTML() [D] Template: user/auth/grant
2022/03/16 21:52:32 Completed GET /login/oauth/authorize?client_id=dc1357b8-848d-44e0-aaee-04b64f249c63&redirect_uri=https%3A%2F%2Fdrone1.kousu.ca%2Flogin&response_type=code&state=4d65822107fcfd52 200 OK in 13.442043ms
2022/03/16 21:52:33 Started GET /assets/css/index.css?v=bc863f21533a71adeb12f9c4b9854556 for 127.0.0.1:37282
2022/03/16 21:52:33 Completed GET /assets/css/index.css?v=bc863f21533a71adeb12f9c4b9854556 200 OK in 1.088956ms
2022/03/16 21:52:38 Started POST /login/oauth/grant for 127.0.0.1:37284
2022/03/16 21:52:38 Completed POST /login/oauth/grant 302 Found in 52.254014ms
2022/03/16 21:52:38 Started POST /login/oauth/access_token for 127.0.0.1:37286
2022/03/16 21:52:38 Completed POST /login/oauth/access_token 200 OK in 145.898038ms
2022/03/16 21:52:38 Started GET /api/v1/user for 127.0.0.1:37288
2022/03/16 21:52:38 Completed GET /api/v1/user 200 OK in 3.338605ms
2022/03/16 21:52:38 Started GET /api/v1/user/repos?limit=100 for 127.0.0.1:37290
2022/03/16 21:52:38 Completed GET /api/v1/user/repos?limit=100 200 OK in 16.017475ms
2022/03/16 21:52:45 Started GET /avatar/e87ab1dfafafba6befcb083ab1896874 for 127.0.0.1:37292
2022/03/16 21:52:45 Completed GET /avatar/e87ab1dfafafba6befcb083ab1896874 302 Found in 5.880588ms
2022/03/16 21:52:53 Completed GET /user/events 200 OK in 2m25.451826101s
2022/03/16 21:52:53 Started GET /repo/create for 127.0.0.1:37294
2022/03/16 21:52:53 ...s/context/context.go:198:HTML() [D] Template: repo/create
2022/03/16 21:52:53 Completed GET /repo/create 200 OK in 9.61636ms
2022/03/16 21:52:53 Started GET /avatar/e87ab1dfafafba6befcb083ab1896874?size=84 for 127.0.0.1:37296
2022/03/16 21:52:53 Completed GET /avatar/e87ab1dfafafba6befcb083ab1896874?size=84 302 Found in 2.380057ms
2022/03/16 21:52:53 Started GET /avatar/e87ab1dfafafba6befcb083ab1896874?size=72 for 127.0.0.1:37298
2022/03/16 21:52:53 Completed GET /avatar/e87ab1dfafafba6befcb083ab1896874?size=72 302 Found in 2.331309ms
2022/03/16 21:52:53 Started GET /user/events for 127.0.0.1:37300
2022/03/16 21:53:00 Completed GET /user/events 200 OK in 7.203746853s
2022/03/16 21:53:01 Started POST /repo/create for 127.0.0.1:37302
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= init --bare
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= symbolic-ref HEAD refs/heads/master
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= update-server-info
2022/03/16 21:53:01 Completed POST /repo/create 302 Found in 47.541719ms
2022/03/16 21:53:01 Started GET /bivott82/test3 for 127.0.0.1:37304
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2022/03/16 21:53:01 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test3.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= show-ref --head ^HEAD$
2022/03/16 21:53:01 ...s/context/context.go:198:HTML() [D] Template: repo/empty
2022/03/16 21:53:01 Completed GET /bivott82/test3 200 OK in 14.967633ms
2022/03/16 21:53:01 Started GET /user/events for 127.0.0.1:37306
2022/03/16 21:53:36 Completed GET /user/events 200 OK in 1m57.152114035s
2022/03/16 21:53:36 Started GET /user/settings/account for 127.0.0.1:37308
2022/03/16 21:53:36 ...s/context/context.go:198:HTML() [D] Template: user/settings/account
2022/03/16 21:53:36 Completed GET /user/settings/account 200 OK in 10.597917ms
2022/03/16 21:53:36 Started GET /avatar/a9e37dcb8d83f320553bc1f811cf631e?size=72 for 127.0.0.1:37310
2022/03/16 21:53:36 Completed GET /avatar/a9e37dcb8d83f320553bc1f811cf631e?size=72 302 Found in 2.064118ms
2022/03/16 21:53:37 Started GET /user/events for 127.0.0.1:37312
2022/03/16 21:53:47 Completed GET /user/events 200 OK in 10.624516225s
2022/03/16 21:53:47 Started POST /user/settings/account/delete for 127.0.0.1:37314
2022/03/16 21:53:48 Completed POST /user/settings/account/delete 302 Found in 42.961291ms
2022/03/16 21:53:48 Started GET / for 127.0.0.1:37316
2022/03/16 21:53:48 ...s/context/context.go:198:HTML() [D] Template: home
2022/03/16 21:53:48 Completed GET / 200 OK in 4.220267ms
2022/03/16 21:53:58 Completed GET /user/events 200 OK in 56.290493127s
2022/03/16 21:53:58 Started GET /repo/create for 127.0.0.1:37318
2022/03/16 21:53:58 ...s/context/context.go:198:HTML() [D] Template: repo/create
2022/03/16 21:53:58 Completed GET /repo/create 200 OK in 9.842175ms
2022/03/16 21:53:58 Started GET /user/events for 127.0.0.1:37320
2022/03/16 21:54:02 Completed GET /user/events 200 OK in 3.338102314s
2022/03/16 21:54:02 Started POST /repo/create for 127.0.0.1:37322
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= init --bare
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= symbolic-ref HEAD refs/heads/master
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= update-server-info
2022/03/16 21:54:02 Completed POST /repo/create 302 Found in 193.83599ms
2022/03/16 21:54:02 Started GET /bivott82/test4 for 127.0.0.1:37324
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= show-ref --head ^HEAD$
2022/03/16 21:54:02 ...dules/git/command.go:143:RunWithContext() [D] /srv/gitea/data/gitea-repositories/bivott82/test4.git: /usr/bin/git -c credential.helper= -c protocol.version=2 -c uploadpack.allowfilter=true -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2022/03/16 21:54:02 ...s/context/context.go:198:HTML() [D] Template: repo/empty
2022/03/16 21:54:02 Completed GET /bivott82/test4 200 OK in 14.636139ms
2022/03/16 21:54:03 Started GET /user/events for 127.0.0.1:37326
2022/03/16 21:54:06 Started GET /api/v1/user/repos?limit=100 for 127.0.0.1:37328
2022/03/16 21:54:06 Completed GET /api/v1/user/repos?limit=100 200 OK in 10.12238ms
^C2022/03/16 21:54:31 ...eful/manager_unix.go:133:handleSignals() [W] PID 75981. Received SIGINT. Shutting down...
2022/03/16 21:54:31 ...ue/queue_bytefifo.go:243:Shutdown() [D] level: issue_indexer Shutdown
2022/03/16 21:54:31 ...ueue_disk_channel.go:248:Shutdown() [D] PersistableChannelUniqueQueue: repo-archive Shutdown
2022/03/16 21:54:31 ...ueue_disk_channel.go:248:Shutdown() [D] PersistableChannelUniqueQueue: repo_stats_update Shutdown
2022/03/16 21:54:31 ...ueue_disk_channel.go:248:Shutdown() [D] PersistableChannelUniqueQueue: pr_patch_checker Shutdown
2022/03/16 21:54:31 ...ueue_disk_channel.go:248:Shutdown() [D] PersistableChannelUniqueQueue: mirror Shutdown
2022/03/16 21:54:31 ...eue/queue_channel.go:104:Shutdown() [D] ChannelQueue: task-channel Shutdown
2022/03/16 21:54:31 ...ueue_disk_channel.go:262:Shutdown() [D] PersistableChannelQueue: task Shutdown
2022/03/16 21:54:31 ...eue/queue_channel.go:98:func1() [W] ChannelQueue: task-channel Terminated before completed flushing
2022/03/16 21:54:31 ...s/graceful/server.go:134:Serve() [D] Waiting for connections to finish... (PID: 75981)
2022/03/16 21:54:31 ...eful/server_hooks.go:47:doShutdown() [I] PID: 75981 Listener ([::]:3000) closed.
2022/03/16 21:54:31 ...eue/queue_channel.go:104:Shutdown() [D] ChannelQueue: push_update-channel Shutdown
2022/03/16 21:54:31 ...ueue_disk_channel.go:262:Shutdown() [D] PersistableChannelQueue: push_update Shutdown
2022/03/16 21:54:31 ...eue/queue_channel.go:101:func1() [D] ChannelQueue: push_update-channel Flushed
2022/03/16 21:54:31 ...eue/queue_channel.go:104:Shutdown() [D] ChannelQueue: notification-service-channel Shutdown
2022/03/16 21:54:31 ...ueue_disk_channel.go:262:Shutdown() [D] PersistableChannelQueue: notification-service Shutdown
2022/03/16 21:54:31 ...eue/queue_channel.go:101:func1() [D] ChannelQueue: notification-service-channel Flushed
2022/03/16 21:54:31 Completed GET /user/events 200 OK in 28.285398156s
2022/03/16 21:54:31 ...s/graceful/server.go:140:Serve() [D] Serve() returning... (PID: 75981)
2022/03/16 21:54:31 cmd/web.go:260:listen() [I] HTTP Listener: 0.0.0.0:3000 Closed
2022/03/16 21:54:31 .../graceful/manager.go:227:doHammerTime() [W] Setting Hammer condition
2022/03/16 21:54:32 .../graceful/manager.go:244:doTerminate() [W] Terminating
2022/03/16 21:54:32 ...eue/queue_channel.go:117:Terminate() [D] ChannelQueue: task-channel Terminated
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:261:Terminate() [D] level: task-level Closing with 0 tasks left in queue
2022/03/16 21:54:32 ...eue/queue_channel.go:117:Terminate() [D] ChannelQueue: push_update-channel Terminated
2022/03/16 21:54:32 ...eue/queue_channel.go:117:Terminate() [D] ChannelQueue: notification-service-channel Terminated
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:261:Terminate() [D] unique-level: repo-archive-level Closing with 0 tasks left in queue
2022/03/16 21:54:32 ...er/issues/indexer.go:166:2() [D] Closing issue indexer
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:261:Terminate() [D] unique-level: repo_stats_update-level Closing with 0 tasks left in queue
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:261:Terminate() [D] unique-level: pr_patch_checker-level Closing with 0 tasks left in queue
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:261:Terminate() [D] unique-level: mirror-level Closing with 0 tasks left in queue
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:267:Terminate() [D] level: task-level Terminated
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:267:Terminate() [D] unique-level: repo-archive-level Terminated
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:261:Terminate() [D] level: notification-service-level Closing with 0 tasks left in queue
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:267:Terminate() [D] unique-level: repo_stats_update-level Terminated
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:267:Terminate() [D] unique-level: mirror-level Terminated
2022/03/16 21:54:32 ...er/issues/indexer.go:171:2() [I] PID: 75981 Issue Indexer closed
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:267:Terminate() [D] unique-level: pr_patch_checker-level Terminated
2022/03/16 21:54:32 ...ueue_disk_channel.go:260:Terminate() [D] PersistableChannelUniqueQueue: repo-archive Terminated
2022/03/16 21:54:32 ...ueue_disk_channel.go:275:Terminate() [D] PersistableChannelQueue: task Terminated
2022/03/16 21:54:32 ...ueue_disk_channel.go:260:Terminate() [D] PersistableChannelUniqueQueue: repo_stats_update Terminated
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:267:Terminate() [D] level: notification-service-level Terminated
2022/03/16 21:54:32 ...ueue_disk_channel.go:260:Terminate() [D] PersistableChannelUniqueQueue: mirror Terminated
2022/03/16 21:54:32 ...ueue_disk_channel.go:260:Terminate() [D] PersistableChannelUniqueQueue: pr_patch_checker Terminated
2022/03/16 21:54:32 ...ueue_disk_channel.go:275:Terminate() [D] PersistableChannelQueue: notification-service Terminated
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:261:Terminate() [D] level: push_update-level Closing with 0 tasks left in queue
2022/03/16 21:54:32 ...ue/queue_bytefifo.go:267:Terminate() [D] level: push_update-level Terminated
2022/03/16 21:54:32 ...ueue_disk_channel.go:275:Terminate() [D] PersistableChannelQueue: push_update Terminated
2022/03/16 21:54:32 cmd/web.go:173:runWeb() [I] PID: 75981 Gitea Web Finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment