2021/08/23 12:09:24 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: File(File:) 2021/08/23 12:09:24 ...dules/setting/log.go:249:generateNamedLogger() [I] Router Log: Console(console:) 2021/08/23 12:09:24 ...les/setting/cache.go:78:newCacheService() [I] Cache Service Enabled 2021/08/23 12:09:24 ...les/setting/cache.go:93:newCacheService() [I] Last Commit Cache Service Enabled 2021/08/23 12:09:24 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled 2021/08/23 12:09:24 ...es/setting/mailer.go:109:newMailService() [I] Mail Service Enabled 2021/08/23 12:09:24 ...es/setting/mailer.go:131:newNotifyMailService() [I] Notify Mail Service Enabled 2021/08/23 12:09:24 ...s/storage/storage.go:170:initAttachments() [I] Initialising Attachment storage with type: 2021/08/23 12:09:24 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at c:\gitea\data\attachments 2021/08/23 12:09:24 ...s/storage/storage.go:164:initAvatars() [I] Initialising Avatar storage with type: 2021/08/23 12:09:24 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at c:\gitea\data\avatars 2021/08/23 12:09:24 ...s/storage/storage.go:182:initRepoAvatars() [I] Initialising Repository Avatar storage with type: 2021/08/23 12:09:24 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at c:\gitea\data\repo-avatars 2021/08/23 12:09:24 ...s/storage/storage.go:176:initLFS() [I] Initialising LFS storage with type: 2021/08/23 12:09:24 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at c:/gitea/data/lfs 2021/08/23 12:09:24 ...s/storage/storage.go:188:initRepoArchives() [I] Initialising Repository Archive storage with type: 2021/08/23 12:09:24 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at c:\gitea\data\repo-archive 2021/08/23 12:09:24 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: push_update Starting 2021/08/23 12:09:24 ...ueue_disk_channel.go:172:Run() [D] PersistableChannelQueue: push_update Skipping running the empty level queue 2021/08/23 12:09:24 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: mail Starting 2021/08/23 12:09:24 ...ue/queue_bytefifo.go:242:Shutdown() [D] level: push_update-level Shutdown 2021/08/23 12:09:24 ...ueue_disk_channel.go:172:Run() [D] PersistableChannelQueue: mail Skipping running the empty level queue 2021/08/23 12:09:24 ...ue/queue_bytefifo.go:242:Shutdown() [D] level: mail-level Shutdown 2021/08/23 12:09:24 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: notification-service Starting 2021/08/23 12:09:24 ...ueue_disk_channel.go:172:Run() [D] PersistableChannelQueue: notification-service Skipping running the empty level queue 2021/08/23 12:09:24 ...ue/queue_bytefifo.go:242:Shutdown() [D] level: notification-service-level Shutdown 2021/08/23 12:09:24 ...ueue_disk_channel.go:162:Run() [D] PersistableChannelUniqueQueue: repo-archive Starting 2021/08/23 12:09:24 ...ueue_disk_channel.go:196:Run() [D] PersistableChannelUniqueQueue: repo-archive Skipping running the empty level queue 2021/08/23 12:09:24 ...ue/queue_bytefifo.go:242:Shutdown() [D] unique-level: repo-archive-level Shutdown 2021/08/23 12:09:24 routers/init.go:93:GlobalInit() [I] SQLite3 Supported 2021/08/23 12:09:24 routers/common/db.go:20:InitDBEngine() [I] Beginning ORM engine initialization. 2021/08/23 12:09:24 routers/common/db.go:27:InitDBEngine() [I] ORM engine initialization attempt #1/10... 2021/08/23 12:09:24 ...om/urfave/cli/app.go:524:HandleAction() [I] PING DATABASE sqlite3 2021/08/23 12:09:24 ...ations/migrations.go:382:Migrate() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' and name = ? [version] 2021/08/23 12:09:24 routers/common/db.go:28:InitDBEngine() [I] [SQL] SELECT * FROM version LIMIT 0 [] 2021/08/23 12:09:24 routers/common/db.go:28:InitDBEngine() [I] [SQL] SELECT * FROM version LIMIT 0 [] 2021/08/23 12:09:24 ...rm.io/xorm/engine.go:1214:Get() [I] [SQL] SELECT `id`, `version` FROM `version` WHERE `id`=? LIMIT 1 [1] 2021/08/23 12:09:24 routers/common/db.go:28:InitDBEngine() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [user] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [user] 2021/08/23 12:09:24 ...om/urfave/cli/app.go:524:HandleAction() [W] Table user Column keep_activity_private db default is , struct default is 0 2021/08/23 12:09:24 ...om/urfave/cli/app.go:524:HandleAction() [W] Table user Column keep_activity_private db nullable is true, struct nullable is false 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [public_key] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [public_key] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [access_token] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [access_token] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repository] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repository] 2021/08/23 12:09:24 ...om/urfave/cli/app.go:524:HandleAction() [W] Table repository Column original_service_type db default is 0, struct default is 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [deploy_key] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [deploy_key] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [collaboration] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [collaboration] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [access] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [access] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [upload] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [upload] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [watch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [watch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [star] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [star] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [follow] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [follow] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [action] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [action] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [pull_request] - 1ms 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [pull_request] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [comment] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [comment] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [attachment] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [attachment] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [label] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [label] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_label] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_label] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [milestone] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [milestone] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [mirror] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [mirror] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [release] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [release] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [login_source] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [login_source] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [webhook] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [webhook] 2021/08/23 12:09:24 ...om/urfave/cli/app.go:524:HandleAction() [W] Table webhook Column is_system_webhook db default is 0, struct default is 2021/08/23 12:09:24 ...om/urfave/cli/app.go:524:HandleAction() [W] Table webhook Column is_system_webhook db nullable is false, struct nullable is true 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [hook_task] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [hook_task] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [team] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [team] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [org_user] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [org_user] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [team_user] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [team_user] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [team_repo] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [team_repo] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [notice] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [notice] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [email_address] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [email_address] 2021/08/23 12:09:24 ...om/urfave/cli/app.go:524:HandleAction() [W] Table email_address Column lower_email db nullable is true, struct nullable is false 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [notification] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [notification] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_user] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_user] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [lfs_meta_object] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [lfs_meta_object] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [two_factor] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [two_factor] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [gpg_key] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [gpg_key] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [gpg_key_import] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [gpg_key_import] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_unit] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_unit] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_redirect] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_redirect] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [external_login_user] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [external_login_user] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [protected_branch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [protected_branch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [user_open_id] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [user_open_id] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_watch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_watch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [commit_status] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [commit_status] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [stopwatch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [stopwatch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [tracked_time] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [tracked_time] 2021/08/23 12:09:24 ...om/urfave/cli/app.go:524:HandleAction() [W] Table tracked_time Column time db nullable is true, struct nullable is false 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [deleted_branch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [deleted_branch] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_indexer_status] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_indexer_status] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_dependency] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_dependency] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [lfs_lock] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [lfs_lock] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [reaction] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [reaction] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_assignees] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_assignees] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [u2f_registration] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [u2f_registration] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [team_unit] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [team_unit] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [review] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [review] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [oauth2_application] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [oauth2_application] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [oauth2_authorization_code] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [oauth2_authorization_code] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [oauth2_grant] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [oauth2_grant] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [task] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [task] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [language_stat] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [language_stat] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [email_hash] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [email_hash] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [user_redirect] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [user_redirect] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [project] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [project] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [project_board] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [project_board] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [project_issue] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [project_issue] - 1.0001ms 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [session] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [session] 2021/08/23 12:09:24 ...om/urfave/cli/app.go:524:HandleAction() [W] Table session has column created_unix but struct has not related field 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_transfer] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_transfer] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_index] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_index] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [push_mirror] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [push_mirror] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_archiver] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_archiver] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [protected_tag] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [protected_tag] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [topic] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [topic] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_topic] 2021/08/23 12:09:24 models/models.go:233:NewEngine() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_topic] 2021/08/23 12:09:24 routers/init.go:98:GlobalInit() [I] ORM engine initialization successful! 2021/08/23 12:09:24 ...uth/oauth2/oauth2.go:51:Init() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/08/23 12:09:24 ...rmstore/xormstore.go:110:NewOptions() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [oauth2_session] 2021/08/23 12:09:24 ...rmstore/xormstore.go:110:NewOptions() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [oauth2_session] 2021/08/23 12:09:24 models/oauth2.go:89:GetActiveOAuth2ProviderLoginSources() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 6] 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: update_mirrors 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: repo_health_check 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: check_repo_stats 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: archive_cleanup 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: sync_external_users 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: deleted_branches_cleanup 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: update_migration_poster_id 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: cleanup_hook_task_table 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_inactive_accounts 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_repo_archives 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: git_gc_repos 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: resync_all_sshkeys 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: resync_all_sshprincipals 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: resync_all_hooks 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: reinit_missing_repos 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_missing_repos 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_generated_repository_avatars 2021/08/23 12:09:24 ...odules/cron/tasks.go:120:RegisterTask() [D] Registering task: delete_old_actions 2021/08/23 12:09:24 models/repo.go:1830:repoStatsCheck() [I] [SQL] SELECT repo.id FROM `repository` repo WHERE repo.num_watches!=(SELECT COUNT(*) FROM `watch` WHERE repo_id=repo.id AND mode<>2) [] 2021/08/23 12:09:24 models/repo.go:1830:repoStatsCheck() [I] [SQL] SELECT repo.id FROM `repository` repo WHERE repo.num_stars!=(SELECT COUNT(*) FROM `star` WHERE repo_id=repo.id) [] 2021/08/23 12:09:24 models/repo.go:1787:DeleteOldRepositoryArchives() [I] [SQL] SELECT `id`, `repo_id`, `type`, `status`, `commit_id`, `created_unix` FROM `repo_archiver` WHERE (created_unix < ?) ORDER BY `created_unix` ASC LIMIT 100 [1629626964] - 1.0001ms 2021/08/23 12:09:24 models/repo.go:1830:repoStatsCheck() [I] [SQL] SELECT label.id FROM `label` WHERE label.num_issues!=(SELECT COUNT(*) FROM `issue_label` WHERE label_id=label.id) [] 2021/08/23 12:09:24 ...odules/cron/tasks.go:88:func2() [I] [SQL] DELETE FROM `deleted_branch` WHERE (deleted_unix < ?) [1629626964] - 1.0001ms 2021/08/23 12:09:24 ...ueue_disk_channel.go:162:Run() [D] PersistableChannelUniqueQueue: repo_stats_update Starting 2021/08/23 12:09:24 ...dels/login_source.go:405:ActiveLoginSources() [I] [SQL] SELECT `id`, `type`, `name`, `is_actived`, `is_sync_enabled`, `cfg`, `created_unix`, `updated_unix` FROM `login_source` WHERE (is_actived = ? and type = ?) [true 7] - 1.0001ms 2021/08/23 12:09:24 ...xer/stats/indexer.go:38:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories 2021/08/23 12:09:24 ...ternal_login_user.go:162:FindExternalUsersByProvider() [I] [SQL] SELECT `external_id`, `user_id`, `login_source_id`, `raw_data`, `provider`, `email`, `name`, `first_name`, `last_name`, `nick_name`, `description`, `avatar_url`, `location`, `access_token`, `access_token_secret`, `refresh_token`, `expires_at` FROM `external_login_user` WHERE provider=? ORDER BY login_source_id ASC, external_id ASC LIMIT 100 [github] - 2.0001ms 2021/08/23 12:09:24 models/repo.go:1830:repoStatsCheck() [I] [SQL] SELECT `user`.id FROM `user` WHERE `user`.num_repos!=(SELECT COUNT(*) FROM `repository` WHERE owner_id=`user`.id) [] - 1ms 2021/08/23 12:09:24 ...er/issues/indexer.go:142:func2() [I] PID 4396: Initializing Issue Indexer: bleve 2021/08/23 12:09:24 ...exer/code/indexer.go:180:func3() [I] PID: 4396 Initializing Repository Indexer at: c:/gitea/indexers/repos.bleve 2021/08/23 12:09:24 models/admin.go:53:createNotice() [I] [SQL] INSERT INTO `notice` (`type`,`description`,`created_unix`) VALUES (?,?,?) [2 Cron: Delete old repository archives has finished 1629713364] - 3.0002ms 2021/08/23 12:09:24 ...ueue_disk_channel.go:162:Run() [D] PersistableChannelUniqueQueue: pr_patch_checker Starting 2021/08/23 12:09:24 ...ueue_disk_channel.go:137:Run() [D] PersistableChannelQueue: task Starting 2021/08/23 12:09:24 ...ueue_disk_channel.go:196:Run() [D] PersistableChannelUniqueQueue: repo_stats_update Skipping running the empty level queue 2021/08/23 12:09:24 models/webhook.go:747:FindUndeliveredHookTasks() [I] [SQL] SELECT `id`, `repo_id`, `hook_id`, `uuid`, `payload_content`, `event_type`, `is_delivered`, `delivered`, `is_succeed`, `request_content`, `response_content` FROM `hook_task` WHERE (is_delivered=?) [false] - 1.0001ms 2021/08/23 12:09:24 models/pull_list.go:77:GetPullRequestIDsByCheckStatus() [I] [SQL] SELECT `pull_request`.`id` FROM `pull_request` WHERE (status=?) [1] - 1.0001ms 2021/08/23 12:09:24 .../runtime/asm_amd64.s:1371:goexit() [I] [SQL] SELECT * FROM `repository` LIMIT 1 [] - 1ms 2021/08/23 12:09:24 ...ternal_login_user.go:162:FindExternalUsersByProvider() [I] [SQL] SELECT `external_id`, `user_id`, `login_source_id`, `raw_data`, `provider`, `email`, `name`, `first_name`, `last_name`, `nick_name`, `description`, `avatar_url`, `location`, `access_token`, `access_token_secret`, `refresh_token`, `expires_at` FROM `external_login_user` WHERE provider=? ORDER BY login_source_id ASC, external_id ASC LIMIT 100 [gitlab] 2021/08/23 12:09:24 models/admin.go:53:createNotice() [I] [SQL] INSERT INTO `notice` (`type`,`description`,`created_unix`) VALUES (?,?,?) [2 Cron: Clean-up deleted branches has finished 1629713364] - 3.0002ms 2021/08/23 12:09:24 models/repo.go:1830:repoStatsCheck() [I] [SQL] SELECT `issue`.id FROM `issue` WHERE `issue`.num_comments!=(SELECT COUNT(*) FROM `comment` WHERE issue_id=`issue`.id AND type=0) [] 2021/08/23 12:09:24 ...ueue_disk_channel.go:172:Run() [D] PersistableChannelQueue: task Skipping running the empty level queue 2021/08/23 12:09:24 ...er/issues/indexer.go:171:func2() [D] Created Bleve Indexer 2021/08/23 12:09:24 ...ueue_disk_channel.go:196:Run() [D] PersistableChannelUniqueQueue: pr_patch_checker Skipping running the empty level queue 2021/08/23 12:09:24 ...ue/queue_bytefifo.go:242:Shutdown() [D] unique-level: repo_stats_update-level Shutdown 2021/08/23 12:09:24 models/models.go:370:GetMaxID() [I] [SQL] SELECT MAX(id) FROM `repository` LIMIT 1 [] 2021/08/23 12:09:24 ...ue/queue_bytefifo.go:242:Shutdown() [D] level: task-level Shutdown 2021/08/23 12:09:24 ...ue/queue_bytefifo.go:242:Shutdown() [D] unique-level: pr_patch_checker-level Shutdown 2021/08/23 12:09:24 ...er/issues/indexer.go:221:func3() [I] Issue Indexer Initialization took 11.0006ms 2021/08/23 12:09:24 ...ternal_login_user.go:162:FindExternalUsersByProvider() [I] [SQL] SELECT `external_id`, `user_id`, `login_source_id`, `raw_data`, `provider`, `email`, `name`, `first_name`, `last_name`, `nick_name`, `description`, `avatar_url`, `location`, `access_token`, `access_token_secret`, `refresh_token`, `expires_at` FROM `external_login_user` WHERE provider=? ORDER BY login_source_id ASC, external_id ASC LIMIT 100 [gitea] - 3.0001ms 2021/08/23 12:09:24 ...dels/repo_indexer.go:55:GetUnindexedRepos() [I] [SQL] SELECT `repository`.`id` FROM `repository` LEFT OUTER JOIN `repo_indexer_status` ON repository.id = repo_indexer_status.repo_id AND repo_indexer_status.indexer_type = ? WHERE repo_indexer_status.id IS NULL AND repository.is_empty=? AND repository.id<=? ORDER BY `repository`.`id` DESC LIMIT 50 [1 false 22] 2021/08/23 12:09:24 ...ue/queue_bytefifo.go:116:Run() [D] level: issue_indexer Starting 2021/08/23 12:09:24 ...ternal_login_user.go:162:FindExternalUsersByProvider() [I] [SQL] SELECT `external_id`, `user_id`, `login_source_id`, `raw_data`, `provider`, `email`, `name`, `first_name`, `last_name`, `nick_name`, `description`, `avatar_url`, `location`, `access_token`, `access_token_secret`, `refresh_token`, `expires_at` FROM `external_login_user` WHERE provider=? ORDER BY login_source_id ASC, external_id ASC LIMIT 100 [gogs] 2021/08/23 12:09:24 ...xer/stats/indexer.go:84:populateRepoIndexer() [I] Done (re)populating the repo stats indexer with existing repositories 2021/08/23 12:09:24 models/admin.go:53:createNotice() [I] [SQL] INSERT INTO `notice` (`type`,`description`,`created_unix`) VALUES (?,?,?) [2 Cron: Update migration poster IDs has finished 1629713364] - 1.0001ms 2021/08/23 12:09:24 models/repo.go:1899:CheckRepoStats() [I] [SQL] SELECT repo.id FROM `repository` repo WHERE repo.num_closed_issues!=(SELECT COUNT(*) FROM `issue` WHERE repo_id=repo.id AND is_closed=? AND is_pull=?) [true false] - 3.0002ms 2021/08/23 12:09:24 models/repo.go:1922:CheckRepoStats() [I] [SQL] SELECT repo.id FROM `repository` repo WHERE repo.num_closed_pulls!=(SELECT COUNT(*) FROM `issue` WHERE repo_id=repo.id AND is_closed=? AND is_pull=?) [true true] 2021/08/23 12:09:24 models/repo.go:1945:CheckRepoStats() [I] [SQL] SELECT repo.id FROM `repository` repo WHERE repo.num_forks!=(SELECT COUNT(*) FROM `repository` WHERE fork_id=repo.id) [] 2021/08/23 12:09:24 models/admin.go:53:createNotice() [I] [SQL] INSERT INTO `notice` (`type`,`description`,`created_unix`) VALUES (?,?,?) [2 Cron: Check all repository statistics has finished 1629713364] - 1ms