2021/03/26 04:33:37 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: File(File:info) 2021/03/26 04:33:37 ...dules/setting/log.go:250:generateNamedLogger() [I] Router Log: Console(console:info) 2021/03/26 04:33:37 ...les/setting/cache.go:73:newCacheService() [I] Cache Service Enabled 2021/03/26 04:33:37 ...les/setting/cache.go:88:newCacheService() [I] Last Commit Cache Service Enabled 2021/03/26 04:33:37 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled 2021/03/26 04:33:37 ...s/storage/storage.go:151:initAttachments() [I] Initialising Attachment storage with type: 2021/03/26 04:33:37 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at d:\Gitea\data\attachments 2021/03/26 04:33:37 ...s/storage/storage.go:145:initAvatars() [I] Initialising Avatar storage with type: 2021/03/26 04:33:37 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at d:\Gitea\data\avatars 2021/03/26 04:33:37 ...s/storage/storage.go:163:initRepoAvatars() [I] Initialising Repository Avatar storage with type: 2021/03/26 04:33:37 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at d:\Gitea\data\repo-avatars 2021/03/26 04:33:37 ...s/storage/storage.go:157:initLFS() [I] Initialising LFS storage with type: 2021/03/26 04:33:37 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at d:\Gitea\data\lfs 2021/03/26 04:33:40 routers/init.go:150:GlobalInit() [I] SQLite3 Supported 2021/03/26 04:33:40 routers/init.go:68:initDBEngine() [I] Beginning ORM engine initialization. 2021/03/26 04:33:40 routers/init.go:75:initDBEngine() [I] ORM engine initialization attempt #1/10... 2021/03/26 04:33:40 ...rm/session_schema.go:25:Ping() [I] PING DATABASE sqlite3 2021/03/26 04:33:40 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' and name = ? [version] 2021/03/26 04:33:40 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT * FROM version LIMIT 0 [] 2021/03/26 04:33:40 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT * FROM version LIMIT 0 [] 2021/03/26 04:33:40 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT `id`, `version` FROM `version` WHERE `id`=? LIMIT 1 [1] 2021/03/26 04:33:40 ...ations/migrations.go:394:Migrate() [I] Migration[156]: fix publisher ID for tag releases 2021/03/26 04:33:40 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:33:40 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT `id`, `repo_id`, `sha1`, `tag_name`, `publisher_id` FROM `release` WHERE (publisher_id = 0 OR publisher_id is null) AND (is_tag=?) ORDER BY `repo_id` ASC, `id` ASC LIMIT 100 [true] 2021/03/26 04:33:40 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ROLLBACK [] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [157 1] - 1.3852775s 2021/03/26 04:33:42 ...ations/migrations.go:394:Migrate() [I] Migration[157]: ensure repo topics are up-to-date 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT `id`, `topics` FROM `repository` LIMIT 100 [] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [2] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 2] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [3] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 3] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [4] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 4] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [5] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 5] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [6] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 6] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [7] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 7] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [10] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 10] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [11] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 11] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [12] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 12] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [13] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 13] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [14] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 14] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [15] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [["inroads"] 15] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [16] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 16] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [17] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 17] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [18] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 18] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [19] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 19] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [20] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 20] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [21] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 21] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [22] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 22] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [23] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 23] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [24] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 24] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [25] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 25] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [26] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 26] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [27] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 27] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [28] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 28] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [29] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 29] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [30] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 30] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [31] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 31] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [33] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 33] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [34] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 34] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [35] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 35] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [36] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 36] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [37] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 37] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [38] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 38] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [39] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 39] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [40] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 40] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [41] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 41] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [42] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 42] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [43] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 43] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [44] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 44] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [45] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 45] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [46] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 46] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [47] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 47] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [48] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 48] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [49] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 49] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [50] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 50] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [51] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [["ameren","ojt"] 51] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [53] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 53] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [54] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 54] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [55] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 55] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [56] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 56] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [58] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 58] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [59] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 59] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [60] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 60] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [61] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 61] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [62] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 62] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [63] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 63] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [64] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 64] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [65] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 65] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [68] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 68] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [69] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 69] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [70] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 70] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [72] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 72] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [73] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 73] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [74] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 74] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [75] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 75] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [76] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 76] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [77] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 77] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [78] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 78] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [79] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 79] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [80] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 80] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [81] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 81] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [82] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 82] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [83] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 83] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [84] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 84] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [85] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 85] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [86] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 86] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [87] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 87] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [88] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 88] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [89] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 89] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [90] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 90] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [91] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 91] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [92] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 92] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [93] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 93] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [94] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 94] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [95] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 95] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [96] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 96] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [97] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 97] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [99] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 99] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [100] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 100] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [101] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 101] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [102] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 102] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [103] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 103] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [104] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 104] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [105] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 105] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [106] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 106] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [107] - 1ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 107] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [108] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 108] - 1.0001ms 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [109] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 109] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [110] 2021/03/26 04:33:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 110] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] - 1.3350764s 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT `id`, `topics` FROM `repository` LIMIT 100 OFFSET 100 [] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [111] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 111] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [112] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 112] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [113] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 113] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [114] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 114] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [115] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 115] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [116] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 116] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [117] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 117] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [118] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 118] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [119] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 119] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [120] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 120] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [121] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 121] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [124] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 124] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [125] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 125] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [126] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 126] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [129] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 129] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [130] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [["inroads"] 130] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [131] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 131] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [132] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 132] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [133] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 133] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [134] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 134] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [135] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [["inroads"] 135] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [136] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 136] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [137] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 137] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [139] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 139] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [140] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 140] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [141] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 141] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [142] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 142] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [143] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 143] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [144] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 144] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [145] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 145] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [146] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 146] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [147] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 147] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [148] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 148] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [149] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 149] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [150] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 150] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [151] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 151] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [152] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 152] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [153] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 153] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [154] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 154] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [155] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 155] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [156] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 156] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [157] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 157] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [158] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 158] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [159] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 159] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [160] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 160] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [161] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 161] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [162] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 162] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [163] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 163] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [165] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [["inroads"] 165] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [166] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [["inroads"] 166] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [167] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 167] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [168] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 168] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [169] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 169] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [171] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 171] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [173] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 173] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [174] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 174] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [176] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 176] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [177] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 177] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [178] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 178] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [179] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 179] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [180] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 180] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [181] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 181] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [182] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 182] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [183] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 183] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [184] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 184] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [185] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 185] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [186] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 186] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [187] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 187] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [188] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 188] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [189] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 189] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [190] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 190] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [191] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 191] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [192] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 192] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [193] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 193] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [194] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 194] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [196] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 196] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [197] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 197] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [198] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 198] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [199] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 199] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [200] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 200] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [201] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 201] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [202] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 202] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [203] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 203] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [205] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 205] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [207] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 207] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [209] - 1.0001ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 209] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [210] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 210] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [211] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 211] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [212] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 212] - 1ms 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [213] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 213] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [214] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 214] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM `topic` INNER JOIN `repo_topic` ON repo_topic.topic_id = topic.id WHERE (repo_topic.repo_id = ?) ORDER BY `topic`.`repo_count` DESC [215] 2021/03/26 04:33:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `repository` SET `topics` = ? WHERE `id`=? [[] 215] 2021/03/26 04:33:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] - 1.2170696s 2021/03/26 04:33:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:33:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT `id`, `topics` FROM `repository` LIMIT 100 OFFSET 200 [] 2021/03/26 04:33:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ROLLBACK [] 2021/03/26 04:33:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [158 1] - 687.0393ms 2021/03/26 04:33:45 ...ations/migrations.go:394:Migrate() [I] Migration[158]: code comment replies should have the commitID of the review they are replying to 2021/03/26 04:33:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] - 1.0001ms 2021/03/26 04:33:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [comment] 2021/03/26 04:33:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [comment] - 1.0001ms 2021/03/26 04:33:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_comment_issue_id` [] - 729.0417ms 2021/03/26 04:33:47 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_comment_ref_repo_id` [] - 822.047ms 2021/03/26 04:33:48 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_comment_updated_unix` [] - 933.0534ms 2021/03/26 04:33:49 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_comment_ref_issue_id` [] - 1.014058s 2021/03/26 04:33:49 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_comment_ref_comment_id` [] - 908.052ms 2021/03/26 04:33:50 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_comment_created_unix` [] - 734.0419ms 2021/03/26 04:33:51 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_comment_poster_id` [] - 1.1990686s 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column poster_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column issue_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column label_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_milestone_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column milestone_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column assignee_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column removed_assignee but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_title but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column new_title but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column dependent_issue_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column commit_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column content but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column created_unix but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column updated_unix but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column original_author but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column original_author_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_repo_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_issue_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_comment_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_action but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_is_pull but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_ref but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column new_ref but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column resolve_doer_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_project_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column project_id but struct has not related field 2021/03/26 04:33:51 ...rm/session_schema.go:431:Sync2() [W] Table comment has column assignee_team_id but struct has not related field 2021/03/26 04:33:51 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] - 1ms 2021/03/26 04:33:51 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT comment.id as id, first.commit_sha as commit_sha, first.patch as patch, first.invalidated as invalidated FROM comment INNER JOIN ( SELECT C.id, C.review_id, C.line, C.tree_path, C.patch, C.commit_sha, C.invalidated FROM comment AS C WHERE C.type = 21 AND C.created_unix = (SELECT MIN(comment.created_unix) FROM comment WHERE comment.review_id = C.review_id AND comment.type = 21 AND comment.line = C.line AND comment.tree_path = C.tree_path) ) AS first ON comment.review_id = first.review_id AND comment.tree_path = first.tree_path AND comment.line = first.line WHERE comment.type = 21 AND comment.id != first.id AND comment.commit_sha != first.commit_sha LIMIT 100 OFFSET 0 [] 2021/03/26 04:33:51 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [159 1] - 577.033ms 2021/03/26 04:33:52 ...ations/migrations.go:394:Migrate() [I] Migration[159]: update reactions constraint 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE TABLE IF NOT EXISTS `tmp_recreate__reaction` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `type` TEXT NOT NULL, `issue_id` INTEGER NOT NULL, `comment_id` INTEGER NULL, `user_id` INTEGER NOT NULL, `original_author_id` INTEGER DEFAULT 0 NOT NULL, `original_author` TEXT NULL, `created_unix` INTEGER NULL) [] - 2.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE UNIQUE INDEX `UQE_tmp_recreate__reaction_s` ON `tmp_recreate__reaction` (`type`,`issue_id`,`comment_id`,`user_id`,`original_author_id`,`original_author`) [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_tmp_recreate__reaction_type` ON `tmp_recreate__reaction` (`type`) [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_tmp_recreate__reaction_issue_id` ON `tmp_recreate__reaction` (`issue_id`) [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_tmp_recreate__reaction_comment_id` ON `tmp_recreate__reaction` (`comment_id`) [] - 1ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_tmp_recreate__reaction_user_id` ON `tmp_recreate__reaction` (`user_id`) [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_tmp_recreate__reaction_original_author_id` ON `tmp_recreate__reaction` (`original_author_id`) [] - 1ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_tmp_recreate__reaction_original_author` ON `tmp_recreate__reaction` (`original_author`) [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_tmp_recreate__reaction_created_unix` ON `tmp_recreate__reaction` (`created_unix`) [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] INSERT INTO `tmp_recreate__reaction` (`id`, `type`, `issue_id`, `comment_id`, `user_id`, `original_author_id`, `original_author`, `created_unix`) SELECT `id`, `type`, `issue_id`, `comment_id`, `user_id`, COALESCE(`original_author_id`, 0), `original_author`, `created_unix` FROM `reaction` [] - 1ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP TABLE `reaction` [] - 3.0002ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_tmp_recreate__reaction_issue_id` [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_tmp_recreate__reaction_comment_id` [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_tmp_recreate__reaction_user_id` [] - 1ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_tmp_recreate__reaction_original_author_id` [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_tmp_recreate__reaction_original_author` [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_tmp_recreate__reaction_created_unix` [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `UQE_tmp_recreate__reaction_s` [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_tmp_recreate__reaction_type` [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `tmp_recreate__reaction` RENAME TO `reaction` [] - 41.0023ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_reaction_original_author` ON `reaction` (`original_author`) [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_reaction_created_unix` ON `reaction` (`created_unix`) [] - 1ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_reaction_type` ON `reaction` (`type`) [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_reaction_issue_id` ON `reaction` (`issue_id`) [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_reaction_comment_id` ON `reaction` (`comment_id`) [] - 1ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_reaction_user_id` ON `reaction` (`user_id`) [] 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_reaction_original_author_id` ON `reaction` (`original_author_id`) [] - 1.0001ms 2021/03/26 04:33:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE UNIQUE INDEX `UQE_reaction_s` ON `reaction` (`type`,`issue_id`,`comment_id`,`user_id`,`original_author_id`,`original_author`) [] 2021/03/26 04:33:55 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] - 3.3021889s 2021/03/26 04:33:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [160 1] - 1.1110635s 2021/03/26 04:33:56 ...ations/migrations.go:394:Migrate() [I] Migration[160]: Add block on official review requests branch protection 2021/03/26 04:33:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:33:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [protected_branch] 2021/03/26 04:33:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [protected_branch] 2021/03/26 04:33:58 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `protected_branch` ADD `block_on_official_review_requests` INTEGER DEFAULT 0 NOT NULL [] - 1.2850735s 2021/03/26 04:33:59 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `UQE_protected_branch_s` [] - 967.0554ms 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column id but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column repo_id but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column branch_name but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column can_push but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column enable_whitelist but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column whitelist_user_i_ds but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column whitelist_team_i_ds but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column enable_merge_whitelist but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column merge_whitelist_user_i_ds but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column merge_whitelist_team_i_ds but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column created_unix but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column updated_unix but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column approvals_whitelist_user_i_ds but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column approvals_whitelist_team_i_ds but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column required_approvals but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column enable_status_check but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column status_check_contexts but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column whitelist_deploy_keys but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column enable_approvals_whitelist but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column block_on_rejected_reviews but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column dismiss_stale_approvals but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column require_signed_commits but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column protected_file_patterns but struct has not related field 2021/03/26 04:33:59 ...rm/session_schema.go:431:Sync2() [W] Table protected_branch has column block_on_outdated_branch but struct has not related field 2021/03/26 04:33:59 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [161 1] - 731.0418ms 2021/03/26 04:33:59 ...ations/migrations.go:394:Migrate() [I] Migration[161]: Convert task type from int to string 2021/03/26 04:33:59 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:33:59 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [hook_task] 2021/03/26 04:33:59 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [hook_task] - 1.0001ms 2021/03/26 04:34:00 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `hook_task` ADD `typ` TEXT NULL [] - 697.0398ms 2021/03/26 04:34:01 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_hook_task_repo_id` [] - 1.0110579s 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_hook_task_typ` ON `hook_task` (`typ`) [] - 1.2560718s 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column id but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column repo_id but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column hook_id but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column uuid but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column type but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column url but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column payload_content but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column content_type but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column event_type but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column is_ssl but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column is_delivered but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column delivered but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column is_succeed but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column request_content but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column response_content but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column signature but struct has not related field 2021/03/26 04:34:02 ...rm/session_schema.go:431:Sync2() [W] Table hook_task has column http_method but struct has not related field 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE hook_task set typ = ? where type=? [msteams 7] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE hook_task set typ = ? where type=? [gitea 3] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE hook_task set typ = ? where type=? [slack 2] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE hook_task set typ = ? where type=? [telegram 6] - 1.0001ms 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE hook_task set typ = ? where type=? [feishu 8] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE hook_task set typ = ? where type=? [matrix 9] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE hook_task set typ = ? where type=? [gogs 1] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE hook_task set typ = ? where type=? [discord 4] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE hook_task set typ = ? where type=? [dingtalk 5] - 1.0001ms 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] PRAGMA index_list(`hook_task`) [] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] PRAGMA index_info(`IDX_hook_task_typ`) [] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE tbl_name='hook_task' and type='table' [] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE TABLE `new_hook_task_new` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `repo_id` INTEGER NULL, `hook_id` INTEGER NULL, `uuid` TEXT NULL, `url` TEXT NULL, `payload_content` TEXT NULL, `content_type` INTEGER NULL, `event_type` TEXT NULL, `is_ssl` INTEGER NULL, `is_delivered` INTEGER NULL, `delivered` INTEGER NULL, `is_succeed` INTEGER NULL, `request_content` TEXT NULL, `response_content` TEXT NULL, `signature` TEXT NULL, `http_method` TEXT NULL, `typ` TEXT NULL) [] - 2.0002ms 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] INSERT INTO `new_hook_task_new` (`id`,`repo_id`,`hook_id`,`uuid`,`url`,`payload_content`,`content_type`,`event_type`,`is_ssl`,`is_delivered`,`delivered`,`is_succeed`,`request_content`,`response_content`,`signature`,`http_method`,`typ`) SELECT `id`,`repo_id`,`hook_id`,`uuid`,`url`,`payload_content`,`content_type`,`event_type`,`is_ssl`,`is_delivered`,`delivered`,`is_succeed`,`request_content`,`response_content`,`signature`,`http_method`,`typ` FROM hook_task [] 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP TABLE `hook_task` [] - 1ms 2021/03/26 04:34:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `new_hook_task_new` RENAME TO `hook_task` [] - 45.0026ms 2021/03/26 04:34:04 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] - 1.3230757s 2021/03/26 04:34:05 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [162 1] - 788.0451ms 2021/03/26 04:34:05 ...ations/migrations.go:394:Migrate() [I] Migration[162]: Convert webhook task type from int to string 2021/03/26 04:34:05 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:34:05 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [webhook] 2021/03/26 04:34:05 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [webhook] 2021/03/26 04:34:06 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `webhook` ADD `type` TEXT NULL [] - 1.0850621s 2021/03/26 04:34:07 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_webhook_org_id` [] - 1.0890623s 2021/03/26 04:34:07 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_webhook_is_active` [] - 677.0387ms 2021/03/26 04:34:08 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_webhook_created_unix` [] - 778.0445ms 2021/03/26 04:34:09 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_webhook_updated_unix` [] - 897.0513ms 2021/03/26 04:34:10 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_webhook_repo_id` [] - 1.136065s 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_webhook_type` ON `webhook` (`type`) [] - 1.6600949s 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column id but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column repo_id but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column org_id but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column url but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column content_type but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column secret but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column events but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column is_ssl but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column is_active but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column hook_task_type but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column meta but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column last_status but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column created_unix but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column updated_unix but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column http_method but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column is_system_webhook but struct has not related field 2021/03/26 04:34:12 ...rm/session_schema.go:431:Sync2() [W] Table webhook has column signature but struct has not related field 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE webhook set type = ? where hook_task_type=? [gitea 3] - 1ms 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE webhook set type = ? where hook_task_type=? [slack 2] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE webhook set type = ? where hook_task_type=? [telegram 6] - 1.0001ms 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE webhook set type = ? where hook_task_type=? [msteams 7] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE webhook set type = ? where hook_task_type=? [gogs 1] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE webhook set type = ? where hook_task_type=? [discord 4] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE webhook set type = ? where hook_task_type=? [dingtalk 5] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE webhook set type = ? where hook_task_type=? [feishu 8] - 1.0001ms 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE webhook set type = ? where hook_task_type=? [matrix 9] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] PRAGMA index_list(`webhook`) [] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] PRAGMA index_info(`IDX_webhook_type`) [] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE tbl_name='webhook' and type='table' [] 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE TABLE `new_webhook_new` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `repo_id` INTEGER NULL, `org_id` INTEGER NULL, `url` TEXT NULL, `content_type` INTEGER NULL, `secret` TEXT NULL, `events` TEXT NULL, `is_ssl` INTEGER NULL, `is_active` INTEGER NULL, `meta` TEXT NULL, `last_status` INTEGER NULL, `created_unix` INTEGER NULL, `updated_unix` INTEGER NULL, `http_method` TEXT DEFAULT 'POST' NULL, `is_system_webhook` INTEGER DEFAULT 0 NOT NULL, `signature` TEXT NULL, `type` TEXT NULL) [] - 1.0001ms 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] INSERT INTO `new_webhook_new` (`id`,`repo_id`,`org_id`,`url`,`content_type`,`secret`,`events`,`is_ssl`,`is_active`,`meta`,`last_status`,`created_unix`,`updated_unix`,`http_method`,`is_system_webhook`,`signature`,`type`) SELECT `id`,`repo_id`,`org_id`,`url`,`content_type`,`secret`,`events`,`is_ssl`,`is_active`,`meta`,`last_status`,`created_unix`,`updated_unix`,`http_method`,`is_system_webhook`,`signature`,`type` FROM webhook [] - 1ms 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP TABLE `webhook` [] - 1.0001ms 2021/03/26 04:34:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `new_webhook_new` RENAME TO `webhook` [] - 42.0024ms 2021/03/26 04:34:14 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] - 2.4091378s 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [163 1] - 821.047ms 2021/03/26 04:34:15 ...ations/migrations.go:394:Migrate() [I] Migration[163]: Convert topic name from 25 to 50 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] - 1ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [topic] 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [topic] 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE TABLE IF NOT EXISTS `tmp_recreate__topic` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `name` TEXT NULL, `repo_count` INTEGER NULL, `created_unix` INTEGER NULL, `updated_unix` INTEGER NULL) [] - 2.0001ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE UNIQUE INDEX `UQE_tmp_recreate__topic_name` ON `tmp_recreate__topic` (`name`) [] - 1.0001ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_tmp_recreate__topic_created_unix` ON `tmp_recreate__topic` (`created_unix`) [] 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_tmp_recreate__topic_updated_unix` ON `tmp_recreate__topic` (`updated_unix`) [] - 1ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] INSERT INTO `tmp_recreate__topic` (`id`, `name`, `repo_count`, `created_unix`, `updated_unix`) SELECT `id`, `name`, `repo_count`, `created_unix`, `updated_unix` FROM `topic` [] - 1.0001ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP TABLE `topic` [] - 1.0001ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_tmp_recreate__topic_created_unix` [] - 1ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_tmp_recreate__topic_updated_unix` [] - 1.0001ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `UQE_tmp_recreate__topic_name` [] 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `tmp_recreate__topic` RENAME TO `topic` [] - 45.0025ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_topic_created_unix` ON `topic` (`created_unix`) [] 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_topic_updated_unix` ON `topic` (`updated_unix`) [] - 1.0001ms 2021/03/26 04:34:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE UNIQUE INDEX `UQE_topic_name` ON `topic` (`name`) [] - 1.0001ms 2021/03/26 04:34:17 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] - 1.5080862s 2021/03/26 04:34:18 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [164 1] - 978.056ms 2021/03/26 04:34:18 ...ations/migrations.go:394:Migrate() [I] Migration[164]: Add scope and nonce columns to oauth2_grant table 2021/03/26 04:34:18 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:34:18 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [oauth2_grant] - 1.0001ms 2021/03/26 04:34:18 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [oauth2_grant] 2021/03/26 04:34:19 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `oauth2_grant` ADD `scope` TEXT NULL [] - 952.0545ms 2021/03/26 04:34:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `oauth2_grant` ADD `nonce` TEXT NULL [] - 1.0450598s 2021/03/26 04:34:21 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [165 1] - 777.0444ms 2021/03/26 04:34:21 ...ations/migrations.go:394:Migrate() [I] Migration[165]: Convert hook task type from char(16) to varchar(16) and trim the column 2021/03/26 04:34:21 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [166 1] - 844.0482ms 2021/03/26 04:34:21 ...ations/migrations.go:394:Migrate() [I] Migration[166]: Where Password is Valid with Empty String delete it 2021/03/26 04:34:21 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:34:22 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] 2021/03/26 04:34:22 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT `id`, `passwd`, `passwd_hash_algo`, `must_change_password`, `login_type`, `login_name`, `type`, `salt` FROM `user` WHERE passwd<>? LIMIT 100 OFFSET 100 [] 2021/03/26 04:34:23 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `user` SET `passwd_hash_algo` = ?, `salt` = ? WHERE passwd=? AND (salt<>? OR passwd_hash_algo<>?) [ ] - 1.031059s 2021/03/26 04:34:23 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [167 1] - 867.0496ms 2021/03/26 04:34:23 ...ations/migrations.go:394:Migrate() [I] Migration[167]: Add user redirect 2021/03/26 04:34:23 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:34:24 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE TABLE IF NOT EXISTS `user_redirect` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `lower_name` TEXT NOT NULL, `redirect_user_id` INTEGER NULL) [] - 820.0469ms 2021/03/26 04:34:25 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE UNIQUE INDEX `UQE_user_redirect_s` ON `user_redirect` (`lower_name`) [] - 911.0521ms 2021/03/26 04:34:27 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_user_redirect_lower_name` ON `user_redirect` (`lower_name`) [] - 2.0331163s 2021/03/26 04:34:28 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [168 1] - 834.0477ms 2021/03/26 04:34:28 ...ations/migrations.go:394:Migrate() [I] Migration[168]: Recreate user table to fix default values 2021/03/26 04:34:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [169 1] - 955.0546ms 2021/03/26 04:34:29 ...ations/migrations.go:394:Migrate() [I] Migration[169]: Update DeleteBranch comments to set the old_ref to the commit_sha 2021/03/26 04:34:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE comment SET old_ref = commit_sha, commit_sha = '' WHERE type = 11 [] - 1.0001ms 2021/03/26 04:34:30 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [170 1] - 521.0298ms 2021/03/26 04:34:30 ...ations/migrations.go:394:Migrate() [I] Migration[170]: Add Dismissed to Review table 2021/03/26 04:34:30 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] - 1ms 2021/03/26 04:34:30 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [review] 2021/03/26 04:34:30 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [review] 2021/03/26 04:34:30 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `review` ADD `dismissed` INTEGER DEFAULT 0 NOT NULL [] - 518.0296ms 2021/03/26 04:34:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_review_issue_id` [] - 678.0388ms 2021/03/26 04:34:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_review_created_unix` [] - 844.0483ms 2021/03/26 04:34:33 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_review_updated_unix` [] - 1.0360592s 2021/03/26 04:34:34 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_review_reviewer_id` [] - 1.1870679s 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column id but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column type but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column reviewer_id but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column issue_id but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column content but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column created_unix but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column updated_unix but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column official but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column commit_id but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column stale but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column original_author but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column original_author_id but struct has not related field 2021/03/26 04:34:34 ...rm/session_schema.go:431:Sync2() [W] Table review has column reviewer_team_id but struct has not related field 2021/03/26 04:34:35 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [171 1] - 1.1870679s 2021/03/26 04:34:35 ...ations/migrations.go:394:Migrate() [I] Migration[171]: Add Sorting to ProjectBoard table 2021/03/26 04:34:35 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] - 1ms 2021/03/26 04:34:35 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [project_board] 2021/03/26 04:34:35 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [project_board] 2021/03/26 04:34:36 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `project_board` ADD `sorting` INTEGER DEFAULT 0 NOT NULL [] - 1.2850735s 2021/03/26 04:34:37 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_project_board_updated_unix` [] - 775.0443ms 2021/03/26 04:34:38 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_project_board_project_id` [] - 1.0670611s 2021/03/26 04:34:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_project_board_created_unix` [] - 813.0465ms 2021/03/26 04:34:39 ...rm/session_schema.go:431:Sync2() [W] Table project_board has column id but struct has not related field 2021/03/26 04:34:39 ...rm/session_schema.go:431:Sync2() [W] Table project_board has column title but struct has not related field 2021/03/26 04:34:39 ...rm/session_schema.go:431:Sync2() [W] Table project_board has column default but struct has not related field 2021/03/26 04:34:39 ...rm/session_schema.go:431:Sync2() [W] Table project_board has column project_id but struct has not related field 2021/03/26 04:34:39 ...rm/session_schema.go:431:Sync2() [W] Table project_board has column creator_id but struct has not related field 2021/03/26 04:34:39 ...rm/session_schema.go:431:Sync2() [W] Table project_board has column created_unix but struct has not related field 2021/03/26 04:34:39 ...rm/session_schema.go:431:Sync2() [W] Table project_board has column updated_unix but struct has not related field 2021/03/26 04:34:40 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [172 1] - 844.0483ms 2021/03/26 04:34:40 ...ations/migrations.go:394:Migrate() [I] Migration[172]: Add sessions table for go-chi/session 2021/03/26 04:34:40 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:34:41 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE TABLE IF NOT EXISTS `session` (`key` TEXT PRIMARY KEY NOT NULL, `data` BLOB NULL, `created_unix` INTEGER NULL) [] - 1.2980743s 2021/03/26 04:34:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [173 1] - 1.0770616s 2021/03/26 04:34:42 ...ations/migrations.go:394:Migrate() [I] Migration[173]: Add time_id column to Comment 2021/03/26 04:34:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:34:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [comment] - 1.0001ms 2021/03/26 04:34:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [comment] 2021/03/26 04:34:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `comment` ADD `time_id` INTEGER NULL [] - 807.0461ms 2021/03/26 04:34:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_comment_type` [] - 799.0457ms 2021/03/26 04:34:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_comment_review_id` [] - 1.0560604s 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column type but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column poster_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column issue_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column label_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_milestone_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column milestone_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column assignee_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column removed_assignee but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_title but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column new_title but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column dependent_issue_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column commit_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column line but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column tree_path but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column content but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column patch but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column created_unix but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column updated_unix but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column commit_sha but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column review_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column invalidated but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column original_author but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column original_author_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_repo_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_issue_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_comment_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_action but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_is_pull but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_ref but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column new_ref but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column resolve_doer_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_project_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column project_id but struct has not related field 2021/03/26 04:34:45 ...rm/session_schema.go:431:Sync2() [W] Table comment has column assignee_team_id but struct has not related field 2021/03/26 04:34:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [174 1] - 454.026ms 2021/03/26 04:34:45 ...ations/migrations.go:394:Migrate() [I] Migration[174]: Create repo transfer table 2021/03/26 04:34:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:34:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:34:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE TABLE IF NOT EXISTS `repo_transfer` (`id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `doer_id` INTEGER NULL, `recipient_id` INTEGER NULL, `repo_id` INTEGER NULL, `team_i_ds` TEXT NULL, `created_unix` INTEGER NOT NULL, `updated_unix` INTEGER NOT NULL) [] - 3.0002ms 2021/03/26 04:34:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repo_transfer_created_unix` ON `repo_transfer` (`created_unix`) [] - 1.0001ms 2021/03/26 04:34:45 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repo_transfer_updated_unix` ON `repo_transfer` (`updated_unix`) [] 2021/03/26 04:34:47 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] - 1.9491114s 2021/03/26 04:34:49 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [175 1] - 1.4780846s 2021/03/26 04:34:49 ...ations/migrations.go:394:Migrate() [I] Migration[175]: Fix Postgres ID Sequences broken by recreate-table 2021/03/26 04:34:50 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [176 1] - 1.0890623s 2021/03/26 04:34:50 ...ations/migrations.go:394:Migrate() [I] Migration[176]: Remove invalid labels from comments 2021/03/26 04:34:50 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:34:50 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [comment] 2021/03/26 04:34:50 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [comment] 2021/03/26 04:34:51 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_comment_type` ON `comment` (`type`) [] - 918.0525ms 2021/03/26 04:34:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_comment_issue_id` ON `comment` (`issue_id`) [] - 1.5620894s 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column poster_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_milestone_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column milestone_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column assignee_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column removed_assignee but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_title but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column new_title but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column dependent_issue_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column commit_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column line but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column tree_path but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column content but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column patch but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column created_unix but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column updated_unix but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column commit_sha but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column review_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column invalidated but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column original_author but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column original_author_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_repo_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_issue_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_comment_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_action but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column ref_is_pull but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_ref but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column new_ref but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column resolve_doer_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column old_project_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column project_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column assignee_team_id but struct has not related field 2021/03/26 04:34:52 ...rm/session_schema.go:431:Sync2() [W] Table comment has column time_id but struct has not related field 2021/03/26 04:34:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue] 2021/03/26 04:34:52 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue] 2021/03/26 04:34:55 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_issue_milestone_id` [] - 2.4661411s 2021/03/26 04:34:57 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_issue_closed_unix` [] - 2.2611293s 2021/03/26 04:34:58 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_issue_created_unix` [] - 1.2720728s 2021/03/26 04:34:59 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_issue_is_pull` [] - 867.0496ms 2021/03/26 04:35:01 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_issue_original_author_id` [] - 1.5440883s 2021/03/26 04:35:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_issue_is_closed` [] - 1.6220928s 2021/03/26 04:35:04 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_issue_updated_unix` [] - 1.5000858s 2021/03/26 04:35:05 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_issue_deadline_unix` [] - 1.5580891s 2021/03/26 04:35:06 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_issue_poster_id` [] - 1.0530602s 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column poster_id but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column name but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column content but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column milestone_id but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column priority but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column is_closed but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column is_pull but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column num_comments but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column ref but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column deadline_unix but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column created_unix but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column updated_unix but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column closed_unix but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column is_locked but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column original_author but struct has not related field 2021/03/26 04:35:06 ...rm/session_schema.go:431:Sync2() [W] Table issue has column original_author_id but struct has not related field 2021/03/26 04:35:06 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repository] - 1ms 2021/03/26 04:35:06 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repository] - 1.0001ms 2021/03/26 04:35:07 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_is_archived` [] - 774.0442ms 2021/03/26 04:35:08 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_is_template` [] - 1.2110693s 2021/03/26 04:35:10 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_created_unix` [] - 1.5110864s 2021/03/26 04:35:11 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_is_mirror` [] - 1.2550718s 2021/03/26 04:35:13 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_updated_unix` [] - 1.678096s 2021/03/26 04:35:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_template_id` [] - 1.8671068s 2021/03/26 04:35:17 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_fork_id` [] - 2.0331163s 2021/03/26 04:35:19 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_is_empty` [] - 2.0321162s 2021/03/26 04:35:21 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_original_service_type` [] - 2.1011202s 2021/03/26 04:35:22 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_is_fork` [] - 1.4550832s 2021/03/26 04:35:24 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_is_private` [] - 1.6890966s 2021/03/26 04:35:25 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_repository_name` [] - 1.3220756s 2021/03/26 04:35:25 ...rm/session_schema.go:431:Sync2() [W] Table repository has column name but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column website but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column default_branch but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_watches but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_stars but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_forks but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_issues but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_closed_issues but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_pulls but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_closed_pulls but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_milestones but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_closed_milestones but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column is_private but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column is_mirror but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column is_fork but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column fork_id but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column size but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column is_fsck_enabled but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column topics but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column created_unix but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column updated_unix but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column is_empty but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column close_issues_via_commit_in_any_branch but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column avatar but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column original_url but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column status but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column original_service_type but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column is_template but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column template_id but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column owner_name but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column is_archived but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_projects but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column num_closed_projects but struct has not related field 2021/03/26 04:35:26 ...rm/session_schema.go:431:Sync2() [W] Table repository has column trust_model but struct has not related field 2021/03/26 04:35:26 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [label] 2021/03/26 04:35:26 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [label] 2021/03/26 04:35:28 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_label_created_unix` [] - 1.993114s 2021/03/26 04:35:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DROP INDEX `IDX_label_updated_unix` [] - 1.7991029s 2021/03/26 04:35:29 ...rm/session_schema.go:431:Sync2() [W] Table label has column name but struct has not related field 2021/03/26 04:35:30 ...rm/session_schema.go:431:Sync2() [W] Table label has column num_issues but struct has not related field 2021/03/26 04:35:30 ...rm/session_schema.go:431:Sync2() [W] Table label has column num_closed_issues but struct has not related field 2021/03/26 04:35:30 ...rm/session_schema.go:431:Sync2() [W] Table label has column created_unix but struct has not related field 2021/03/26 04:35:30 ...rm/session_schema.go:431:Sync2() [W] Table label has column updated_unix but struct has not related field 2021/03/26 04:35:30 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_label] 2021/03/26 04:35:30 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_label] 2021/03/26 04:35:30 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DELETE FROM issue_label WHERE issue_label.id IN ( SELECT il_too.id FROM ( SELECT il_too_too.id FROM issue_label AS il_too_too INNER JOIN label ON il_too_too.label_id = label.id INNER JOIN issue on issue.id = il_too_too.issue_id INNER JOIN repository on repository.id = issue.repo_id WHERE (label.org_id = 0 AND issue.repo_id != label.repo_id) OR (label.repo_id = 0 AND label.org_id != repository.owner_id) ) AS il_too ) [] - 1.0001ms 2021/03/26 04:35:30 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DELETE FROM comment WHERE comment.id IN ( SELECT il_too.id FROM ( SELECT com.id FROM comment AS com INNER JOIN label ON com.label_id = label.id INNER JOIN issue on issue.id = com.issue_id INNER JOIN repository on repository.id = issue.repo_id WHERE com.type = ? AND ((label.org_id = 0 AND issue.repo_id != label.repo_id) OR (label.repo_id = 0 AND label.org_id != repository.owner_id)) ) AS il_too) [7] - 1ms 2021/03/26 04:35:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [177 1] - 1.4940855s 2021/03/26 04:35:31 ...ations/migrations.go:394:Migrate() [I] Migration[177]: Delete orphaned IssueLabels 2021/03/26 04:35:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] BEGIN TRANSACTION [] 2021/03/26 04:35:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:35:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_label] - 1.0001ms 2021/03/26 04:35:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_label] 2021/03/26 04:35:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] DELETE FROM issue_label WHERE issue_label.id IN ( SELECT ill.id FROM ( SELECT il.id FROM issue_label AS il LEFT JOIN label ON il.label_id = label.id WHERE label.id IS NULL ) AS ill) [] - 1.0001ms 2021/03/26 04:35:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] COMMIT [] 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] UPDATE `version` SET `version` = ? WHERE `id`=? [178 1] - 1.4060804s 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [user] 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [user] 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [public_key] - 1.0001ms 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [public_key] 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [access_token] 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [access_token] 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repository] 2021/03/26 04:35:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repository] 2021/03/26 04:35:32 ...rm/session_schema.go:360:Sync2() [W] Table repository Column original_service_type db default is 0, struct default is 2021/03/26 04:35:35 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_name` ON `repository` (`name`) [] - 2.3341335s 2021/03/26 04:35:37 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_is_mirror` ON `repository` (`is_mirror`) [] - 2.2671296s 2021/03/26 04:35:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_updated_unix` ON `repository` (`updated_unix`) [] - 1.9331106s 2021/03/26 04:35:41 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_original_service_type` ON `repository` (`original_service_type`) [] - 2.011115s 2021/03/26 04:35:43 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_fork_id` ON `repository` (`fork_id`) [] - 1.5000858s 2021/03/26 04:35:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_is_private` ON `repository` (`is_private`) [] - 1.6660953s 2021/03/26 04:35:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_is_template` ON `repository` (`is_template`) [] - 2.0431169s 2021/03/26 04:35:48 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_template_id` ON `repository` (`template_id`) [] - 1.8671067s 2021/03/26 04:35:50 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_created_unix` ON `repository` (`created_unix`) [] - 1.9781132s 2021/03/26 04:35:53 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_is_archived` ON `repository` (`is_archived`) [] - 2.500143s 2021/03/26 04:35:54 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_is_fork` ON `repository` (`is_fork`) [] - 1.5820905s 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_repository_is_empty` ON `repository` (`is_empty`) [] - 2.2781303s 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [deploy_key] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [deploy_key] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [collaboration] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [collaboration] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [access] - 1.0001ms 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [access] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [upload] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [upload] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [watch] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [watch] - 1.0001ms 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [star] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [star] - 1ms 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [follow] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [follow] - 1.0001ms 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [action] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [action] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue] 2021/03/26 04:35:56 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue] 2021/03/26 04:35:59 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_issue_milestone_id` ON `issue` (`milestone_id`) [] - 2.2751301s 2021/03/26 04:36:01 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_issue_deadline_unix` ON `issue` (`deadline_unix`) [] - 1.766101s 2021/03/26 04:36:02 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_issue_created_unix` ON `issue` (`created_unix`) [] - 1.4560833s 2021/03/26 04:36:04 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_issue_is_closed` ON `issue` (`is_closed`) [] - 1.7891024s 2021/03/26 04:36:05 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_issue_is_pull` ON `issue` (`is_pull`) [] - 1.4880851s 2021/03/26 04:36:06 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_issue_poster_id` ON `issue` (`poster_id`) [] - 1.0230585s 2021/03/26 04:36:08 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_issue_original_author_id` ON `issue` (`original_author_id`) [] - 1.5330877s 2021/03/26 04:36:08 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_issue_closed_unix` ON `issue` (`closed_unix`) [] - 611.0349ms 2021/03/26 04:36:09 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_issue_updated_unix` ON `issue` (`updated_unix`) [] - 289.0166ms 2021/03/26 04:36:09 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [pull_request] 2021/03/26 04:36:09 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [pull_request] 2021/03/26 04:36:09 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [comment] 2021/03/26 04:36:09 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [comment] 2021/03/26 04:36:10 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_comment_review_id` ON `comment` (`review_id`) [] - 916.0524ms 2021/03/26 04:36:11 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_comment_ref_comment_id` ON `comment` (`ref_comment_id`) [] - 1.0110578s 2021/03/26 04:36:12 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_comment_created_unix` ON `comment` (`created_unix`) [] - 1.6000915s 2021/03/26 04:36:14 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_comment_updated_unix` ON `comment` (`updated_unix`) [] - 1.3230757s 2021/03/26 04:36:15 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_comment_ref_issue_id` ON `comment` (`ref_issue_id`) [] - 1.1320648s 2021/03/26 04:36:16 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_comment_poster_id` ON `comment` (`poster_id`) [] - 908.0519ms 2021/03/26 04:36:17 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_comment_ref_repo_id` ON `comment` (`ref_repo_id`) [] - 1.1480657s 2021/03/26 04:36:17 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [attachment] 2021/03/26 04:36:17 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [attachment] 2021/03/26 04:36:17 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [label] 2021/03/26 04:36:17 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [label] - 1.0001ms 2021/03/26 04:36:18 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_label_created_unix` ON `label` (`created_unix`) [] - 1.2620722s 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_label_updated_unix` ON `label` (`updated_unix`) [] - 1.7531003s 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_label] - 1ms 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_label] 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [milestone] 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [milestone] 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [mirror] 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [mirror] 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [release] 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [release] 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [login_source] 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [login_source] - 1.0001ms 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [webhook] - 1ms 2021/03/26 04:36:20 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [webhook] 2021/03/26 04:36:20 ...rm/session_schema.go:360:Sync2() [W] Table webhook Column is_system_webhook db default is 0, struct default is 2021/03/26 04:36:20 ...rm/session_schema.go:365:Sync2() [W] Table webhook Column is_system_webhook db nullable is false, struct nullable is true 2021/03/26 04:36:20 ...rm/session_schema.go:360:Sync2() [W] Table webhook Column http_method db default is 'POST', struct default is 2021/03/26 04:36:21 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_webhook_created_unix` ON `webhook` (`created_unix`) [] - 1.1700669s 2021/03/26 04:36:22 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_webhook_updated_unix` ON `webhook` (`updated_unix`) [] - 1.433082s 2021/03/26 04:36:24 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_webhook_repo_id` ON `webhook` (`repo_id`) [] - 1.3220756s 2021/03/26 04:36:25 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_webhook_org_id` ON `webhook` (`org_id`) [] - 1.3000744s 2021/03/26 04:36:26 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_webhook_is_active` ON `webhook` (`is_active`) [] - 1.3220756s 2021/03/26 04:36:26 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [hook_task] 2021/03/26 04:36:26 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [hook_task] 2021/03/26 04:36:28 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_hook_task_repo_id` ON `hook_task` (`repo_id`) [] - 1.5970914s 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_hook_task_typ` ON `hook_task` (`typ`) [] - 1.5220871s 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [team] - 1ms 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [team] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [org_user] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [org_user] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [team_user] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [team_user] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [team_repo] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [team_repo] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [notice] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [notice] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [email_address] - 1ms 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [email_address] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [notification] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [notification] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_user] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_user] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [lfs_meta_object] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [lfs_meta_object] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [two_factor] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [two_factor] - 1ms 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [gpg_key] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [gpg_key] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [gpg_key_import] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [gpg_key_import] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_unit] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_unit] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_redirect] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_redirect] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [external_login_user] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [external_login_user] 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [protected_branch] - 1.0001ms 2021/03/26 04:36:29 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [protected_branch] 2021/03/26 04:36:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE UNIQUE INDEX `UQE_protected_branch_s` ON `protected_branch` (`repo_id`,`branch_name`) [] - 1.9391109s 2021/03/26 04:36:31 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [user_open_id] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_watch] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_watch] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [commit_status] - 1ms 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [commit_status] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [stopwatch] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [stopwatch] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [tracked_time] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [tracked_time] 2021/03/26 04:36:32 ...rm/session_schema.go:365:Sync2() [W] Table tracked_time Column time db nullable is true, struct nullable is false 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [deleted_branch] - 1ms 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [deleted_branch] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_indexer_status] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_indexer_status] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_dependency] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_dependency] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [lfs_lock] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [lfs_lock] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [reaction] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [reaction] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [issue_assignees] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [issue_assignees] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [u2f_registration] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [u2f_registration] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [team_unit] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [team_unit] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [review] 2021/03/26 04:36:32 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [review] 2021/03/26 04:36:34 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_review_issue_id` ON `review` (`issue_id`) [] - 2.0541175s 2021/03/26 04:36:36 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_review_created_unix` ON `review` (`created_unix`) [] - 1.9881137s 2021/03/26 04:36:37 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_review_updated_unix` ON `review` (`updated_unix`) [] - 1.7000973s 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_review_reviewer_id` ON `review` (`reviewer_id`) [] - 1.6110921s 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [oauth2_application] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [oauth2_application] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [oauth2_authorization_code] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [oauth2_authorization_code] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [oauth2_grant] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [oauth2_grant] - 1.0001ms 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [task] - 1ms 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [task] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [language_stat] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [language_stat] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [email_hash] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [email_hash] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [user_redirect] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [user_redirect] - 1.0001ms 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [project] - 1ms 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [project] - 1.0001ms 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [project_board] 2021/03/26 04:36:39 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [project_board] 2021/03/26 04:36:41 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_project_board_project_id` ON `project_board` (`project_id`) [] - 1.7050975s 2021/03/26 04:36:42 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_project_board_created_unix` ON `project_board` (`created_unix`) [] - 1.7330991s 2021/03/26 04:36:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] CREATE INDEX `IDX_project_board_updated_unix` ON `project_board` (`updated_unix`) [] - 1.8561062s 2021/03/26 04:36:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [project_issue] 2021/03/26 04:36:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [project_issue] 2021/03/26 04:36:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [session] 2021/03/26 04:36:44 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [session] 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] ALTER TABLE `session` ADD `expiry` INTEGER NULL [] - 1.5290875s 2021/03/26 04:36:46 ...rm/session_schema.go:431:Sync2() [W] Table session has column created_unix but struct has not related field 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_transfer] 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_transfer] 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [topic] 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [topic] 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [repo_topic] 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [repo_topic] 2021/03/26 04:36:46 routers/init.go:155:GlobalInit() [I] ORM engine initialization successful! 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT name FROM sqlite_master WHERE type='table' [] 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='table' and name = ? [oauth2_session] 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT sql FROM sqlite_master WHERE type='index' and tbl_name = ? [oauth2_session] 2021/03/26 04:36:46 ...m.io/xorm/core/db.go:286:afterProcess() [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/03/26 04:36:47 ...er/issues/indexer.go:142:func2() [I] PID 1916: Initializing Issue Indexer: bleve 2021/03/26 04:36:48 ...er/issues/indexer.go:221:func3() [I] Issue Indexer Initialization took 1.2780731s 2021/03/26 04:36:48 ...xer/stats/indexer.go:38:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories 2021/03/26 04:36:48 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT * FROM `repository` LIMIT 1 [] 2021/03/26 04:36:48 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT `id`, `repo_id`, `hook_id`, `uuid`, `typ`, `url`, `signature`, `payload_content`, `http_method`, `content_type`, `event_type`, `is_ssl`, `is_delivered`, `delivered`, `is_succeed`, `request_content`, `response_content` FROM `hook_task` WHERE (is_delivered=?) [false] - 1.0001ms 2021/03/26 04:36:48 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT MAX(id) FROM `repository` LIMIT 1 [] 2021/03/26 04:36:48 ...m.io/xorm/core/db.go:286:afterProcess() [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 215] - 1ms 2021/03/26 04:36:48 ...xer/stats/indexer.go:84:populateRepoIndexer() [I] Done (re)populating the repo stats indexer with existing repositories 2021/03/26 04:36:50 ...m.io/xorm/core/db.go:286:afterProcess() [I] [SQL] SELECT `pull_request`.`id` FROM `pull_request` WHERE (status=?) [1] 2021/03/26 04:36:51 .../graceful/manager.go:312:InformCleanup() [I] InformCleanup Called: /source/modules/ssh/ssh_graceful.go:32 (0x2592834) /source/routers/init.go:190 (0x25f00b8) /source/cmd/web.go:128 (0x28846be) /source/vendor/github.com/urfave/cli/app.go:524 (0x2123d2f) /source/vendor/github.com/urfave/cli/command.go:173 (0x2124ab8) /source/vendor/github.com/urfave/cli/app.go:277 (0x2121ca7) /source/main.go:115 (0x28c01e9) /usr/local/go/src/runtime/proc.go:225 (0x9900b5) /usr/local/go/src/runtime/asm_amd64.s:1371 (0x9c6540) 2021/03/26 04:36:51 ...i/websspi_windows.go:87:New() [I] Credential handle expiry: 2185-07-20 12:34:33.712009116 -0600 CST