Windows PowerShell Copyright (C) Microsoft Corporation. Tutti i diritti riservati. Prova la nuova PowerShell multipiattaforma https://aka.ms/pscore6 PS C:\Users\usp00bo> cd d:\ PS D:\> cd .\programs\gitea\ PS D:\programs\gitea> ls Directory: D:\programs\gitea Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 27/06/2023 12:07 custom d----- 29/06/2023 13:37 data d----- 27/06/2023 11:57 log -a---- 27/06/2023 11:28 197487953 gitea.exe -a---- 27/06/2023 11:56 7834 sqlite3.def -a---- 27/06/2023 11:56 2889728 sqlite3.dll PS D:\programs\gitea> .\gitea.exe 2023/06/29 13:37:28 ...etting/repository.go:292:loadRepositoryFrom() [W] SCRIPT_TYPE "bash" is not on the current PATH. Are you sure that this is the correct SCRIPT_TYPE? 2023/06/29 13:37:28 cmd/web.go:227:runWeb() [I] Starting Gitea on PID: 4056 2023/06/29 13:37:28 ...etting/repository.go:292:loadRepositoryFrom() [W] SCRIPT_TYPE "bash" is not on the current PATH. Are you sure that this is the correct SCRIPT_TYPE? 2023/06/29 13:37:28 cmd/web.go:147:serveInstalled() [I] Gitea version: 1.20.0-rc2 built with GNU Make 4.1, go1.20.5 : bindata, sqlite, sqlite_unlock_notify 2023/06/29 13:37:28 cmd/web.go:148:serveInstalled() [I] App path: D:/programs/gitea/gitea.exe 2023/06/29 13:37:28 cmd/web.go:149:serveInstalled() [I] Work path: D:\programs\gitea 2023/06/29 13:37:28 cmd/web.go:150:serveInstalled() [I] Custom path: D:\programs\gitea\custom 2023/06/29 13:37:28 cmd/web.go:151:serveInstalled() [I] Config file: D:\programs\gitea\custom\conf\app.ini 2023/06/29 13:37:28 cmd/web.go:152:serveInstalled() [I] Run mode: prod 2023/06/29 13:37:28 cmd/web.go:153:serveInstalled() [I] Prepare to run web server 2023/06/29 13:37:30 routers/init.go:112:InitWebInstalled() [I] Git version: 2.41.0, Wire Protocol Version 2 Enabled (home: D:\programs\gitea\data\home) 2023/06/29 13:37:30 ...les/setting/cache.go:75:loadCacheFrom() [I] Cache Service Enabled 2023/06/29 13:37:30 ...les/setting/cache.go:90:loadCacheFrom() [I] Last Commit Cache Service Enabled 2023/06/29 13:37:30 ...s/setting/session.go:74:loadSessionFrom() [I] Session Service Enabled 2023/06/29 13:37:30 ...s/storage/storage.go:176:initAttachments() [I] Initialising Attachment storage with type: local 2023/06/29 13:37:30 ...les/storage/local.go:33:NewLocalStorage() [I] Creating new Local Storage at D:\programs\gitea\data\attachments 2023/06/29 13:37:30 ...s/storage/storage.go:166:initAvatars() [I] Initialising Avatar storage with type: local 2023/06/29 13:37:30 ...les/storage/local.go:33:NewLocalStorage() [I] Creating new Local Storage at D:\programs\gitea\data\avatars 2023/06/29 13:37:30 ...s/storage/storage.go:192:initRepoAvatars() [I] Initialising Repository Avatar storage with type: local 2023/06/29 13:37:30 ...les/storage/local.go:33:NewLocalStorage() [I] Creating new Local Storage at D:\programs\gitea\data\repo-avatars 2023/06/29 13:37:30 ...s/storage/storage.go:186:initLFS() [I] Initialising LFS storage with type: local 2023/06/29 13:37:30 ...les/storage/local.go:33:NewLocalStorage() [I] Creating new Local Storage at D:/programs/gitea/data/lfs 2023/06/29 13:37:30 ...s/storage/storage.go:198:initRepoArchives() [I] Initialising Repository Archive storage with type: local 2023/06/29 13:37:30 ...les/storage/local.go:33:NewLocalStorage() [I] Creating new Local Storage at D:\programs\gitea\data\repo-archive 2023/06/29 13:37:30 ...s/storage/storage.go:208:initPackages() [I] Initialising Packages storage with type: local 2023/06/29 13:37:30 ...les/storage/local.go:33:NewLocalStorage() [I] Creating new Local Storage at D:\programs\gitea\data\packages 2023/06/29 13:37:30 ...s/storage/storage.go:219:initActions() [I] Initialising Actions storage with type: local 2023/06/29 13:37:30 ...les/storage/local.go:33:NewLocalStorage() [I] Creating new Local Storage at D:\programs\gitea\data\actions_log 2023/06/29 13:37:30 ...s/storage/storage.go:223:initActions() [I] Initialising ActionsArtifacts storage with type: local2023/06/29 13:37:30 ...les/storage/local.go:33:NewLocalStorage() [I] Creating new Local Storage at D:\programs\gitea\data\actions_artifacts 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "notification-service" starts running 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "repo-archive" starts running 2023/06/29 13:37:30 routers/init.go:130:InitWebInstalled() [I] SQLite3 support is enabled 2023/06/29 13:37:30 routers/common/db.go:21:InitDBEngine() [I] Beginning ORM engine initialization. 2023/06/29 13:37:30 routers/common/db.go:28:InitDBEngine() [I] ORM engine initialization attempt #1/10... 2023/06/29 13:37:30 cmd/web.go:174:serveInstalled() [I] PING DATABASE sqlite3 2023/06/29 13:37:30 cmd/web.go:174:serveInstalled() [W] Table system_setting Column version db default is , struct default is 1 2023/06/29 13:37:30 routers/init.go:136:InitWebInstalled() [I] ORM engine initialization successful! 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "push_update" starts running 2023/06/29 13:37:30 ...er/issues/indexer.go:156:func2() [I] PID 4056: Initializing Issue Indexer: bleve 2023/06/29 13:37:30 ...xer/stats/indexer.go:38:populateRepoIndexer() [I] Populating the repo stats indexer with existing repositories 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "mirror" starts running 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "repo_stats_update" starts running 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "pr_patch_checker" starts running 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "webhook_sender" starts running 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "pr_auto_merge" starts running 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "task" starts running 2023/06/29 13:37:30 ...xer/stats/indexer.go:84:populateRepoIndexer() [I] Done (re)populating the repo stats indexer with existing repositories 2023/06/29 13:37:30 ...er/issues/indexer.go:185:func2() [D] Created Bleve Indexer 2023/06/29 13:37:30 ...er/issues/indexer.go:246:func3() [I] Issue Indexer Initialization took 10.0462ms 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "issue_indexer" starts running 2023/06/29 13:37:30 ...queue/workergroup.go:255:doRun() [D] Queue "actions_ready_job" starts running 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: update_mirrors 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: repo_health_check 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: check_repo_stats 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: archive_cleanup 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: sync_external_users 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: deleted_branches_cleanup 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: update_migration_poster_id 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: cleanup_hook_task_table 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: cleanup_packages 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: delete_inactive_accounts 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: delete_repo_archives 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: git_gc_repos 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: resync_all_sshkeys 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: resync_all_sshprincipals 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: resync_all_hooks 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: reinit_missing_repos 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: delete_missing_repos 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: delete_generated_repository_avatars2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: delete_old_actions 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: update_checker 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: delete_old_system_notices 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: gc_lfs 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: stop_zombie_tasks 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: stop_endless_tasks 2023/06/29 13:37:30 ...rvices/cron/tasks.go:147:RegisterTask() [D] Registering task: cancel_abandoned_jobs 2023/06/29 13:37:30 ...ates/htmlrenderer.go:113:initHTMLRenderer() [D] Creating static HTML Renderer 2023/06/29 13:37:30 cmd/web.go:289:listen() [I] Listen: http://0.0.0.0:80 2023/06/29 13:37:30 cmd/web.go:293:listen() [I] AppURL(ROOT_URL): http://aeme1025/ 2023/06/29 13:37:30 cmd/web.go:296:listen() [I] LFS server enabled 2023/06/29 13:37:30 ...s/graceful/server.go:62:NewServer() [I] Starting new Web server: tcp:0.0.0.0:80 on PID: 4056 2023/06/29 13:37:30 ...s/graceful/server.go:75:func1() [D] Starting server on tcp:0.0.0.0:80 (PID: 4056) 2023/06/29 13:37:30 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 25.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:30 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 22.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:30 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 22.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:32 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 21.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:32 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 29.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:34 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 21.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:34 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 22.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:35 ...eb/routing/logger.go:68:func1() [I] router: polling GET /user/events for 172.25.15.40:54561, elapsed 3310.6ms @ events/events.go:18(events.Events) 2023/06/29 13:37:36 ...eb/routing/logger.go:68:func1() [I] router: polling GET /user/events for 172.25.8.43:55960, elapsed 3435.0ms @ events/events.go:18(events.Events) 2023/06/29 13:37:36 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 23.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:36 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 31.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:38 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 41.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:38 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 26.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:40 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 20.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:40 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 21.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:42 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 21.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:42 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 21.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:44 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 24.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:44 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 20.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:46 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 24.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:46 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 35.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:48 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 19.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:48 ...eb/routing/logger.go:102:func1() [I] router: completed GET /xxx/repo.git/info/refs?service=git-receive-pack for 127.0.0.1:55966, 401 Unauthorized in 2.6ms @ repo/http.go:532(repo.GetInfoRefs) 2023/06/29 13:37:48 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 35.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:49 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= receive-pack --stateless-rpc --advertise-refs . 2023/06/29 13:37:49 ...eb/routing/logger.go:102:func1() [I] router: completed GET /xxx/repo.git/info/refs?service=git-receive-pack for 127.0.0.1:55966, 200 OK in 243.3ms @ repo/http.go:532(repo.GetInfoRefs) 2023/06/29 13:37:50 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 24.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:50 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 25.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:52 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 24.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:52 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 39.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:37:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:37:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= --git-dir=D:\programs\gitea\data\gitea-repositories\xxx\repo.git show-ref --head ^HEAD$ 2023/06/29 13:37:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= ls-tree -t -r 22e7a22b144ebd245c40a9f32a3be5130fd7f910 2023/06/29 13:37:54 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 21.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:54 .../context_response.go:74:HTML() [D] Template: repo/actions/list 2023/06/29 13:37:54 ...eb/routing/logger.go:102:func1() [I] router: completed GET /xxx/repo/actions for 172.25.8.43:55984, 200 OK in 632.7ms @ actions/actions.go:54(actions.List) 2023/06/29 13:37:54 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 22.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:37:56 .../context_response.go:74:HTML() [D] Template: repo/actions/view 2023/06/29 13:37:56 ...eb/routing/logger.go:102:func1() [I] router: completed GET /xxx/repo/actions/runs/48 for 172.25.8.43:55984, 200 OK in 281.6ms @ actions/view.go:28(actions.View) 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:37:56 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 23.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:56 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 298.4ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:37:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:37:56 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 24.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:57 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 283.1ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:37:58 ...git/commit_status.go:411:NewCommitStatus() [D] NewCommitStatus[D:\programs\gitea\data\gitea-repositories\xxx\repo.git, 05321246c3616154973db1445bfcb642b132c589]: 4 2023/06/29 13:37:58 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/rerun for 172.25.8.43:55984, 200 OK in 320.2ms @ actions/view.go:273(actions.RerunAll) 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:37:58 .../context_response.go:74:HTML() [D] Template: repo/actions/view 2023/06/29 13:37:58 ...eb/routing/logger.go:102:func1() [I] router: completed GET /xxx/repo/actions/runs/48 for 172.25.8.43:55984, 200 OK in 322.7ms @ actions/view.go:28(actions.View) 2023/06/29 13:37:58 ...git/commit_status.go:411:NewCommitStatus() [D] NewCommitStatus[D:\programs\gitea\data\gitea-repositories\xxx\repo.git, 05321246c3616154973db1445bfcb642b132c589]: 5 2023/06/29 13:37:58 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.8.43:55956, 200 OK in 73.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:58 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for 172.25.8.43:55956, 200 OK in 38.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:58 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:37:58 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for 172.25.8.43:55956, 200 OK in 38.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:58 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 27.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:37:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:37:59 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 329.7ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --count 96f53100ba2a5449eb71d2e6604bbcd94b9449b5 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 96f53100ba2a5449eb71d2e6604bbcd94b9449b5 -- :(literal).eslintignore :(literal).eslintrc.json :(literal).gitattributes :(literal).github :(literal).gitignore :(literal).licensed.yml :(literal).licenses :(literal).prettierignore :(literal).prettierrc.json:(literal)CHANGELOG.md :(literal)CODEOWNERS :(literal)CONTRIBUTING.md :(literal)LICENSE :(literal)README.md :(literal)__test__ :(literal)action.yml :(literal)adrs :(literal)dist :(literal)jest.config.js :(literal)package-lock.json :(literal)package.json :(literal)src :(literal)tsconfig.json 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z d106d4669b3bfcb17f11f83f98e1cab478e9f635 -- :(literal).eslintignore :(literal).eslintrc.json :(literal).gitattributes :(literal).gitignore :(literal).licensed.yml :(literal).licenses :(literal).prettierignore :(literal).prettierrc.json :(literal)CODEOWNERS :(literal)CONTRIBUTING.md :(literal)LICENSE :(literal)adrs :(literal)jest.config.js :(literal)tsconfig.json 2023/06/29 13:37:59 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 280.8ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z e6d535c99c374d0c3f6d8cd8086a57b43c6c700a -- :(literal).eslintignore :(literal).eslintrc.json :(literal).gitattributes :(literal).licensed.yml :(literal).prettierignore :(literal).prettierrc.json :(literal)CODEOWNERS :(literal)LICENSE :(literal)jest.config.js :(literal)tsconfig.json 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 25a956c84d5dd820d28caab9f86b8d183aeeff3d -- :(literal).eslintignore :(literal).gitattributes :(literal).licensed.yml :(literal).prettierignore :(literal).prettierrc.json :(literal)LICENSE :(literal)jest.config.js 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 21dc310f1948a06cc989491cb1b4a86777f22918 -- :(literal).eslintignore :(literal).prettierignore :(literal).prettierrc.json :(literal)LICENSE :(literal)jest.config.js 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z e347bba93bdcadab0b55e4b333254f9bb40bdb0c -- :(literal)LICENSE 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= config --get commit.gpgsign 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:37:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55992, 200 OK in 69.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:00 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:00 ...ers/web/repo/view.go:98:findReadmeFileInEntries() [D] Potential readme file: README.md 2023/06/29 13:38:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55992, 200 OK in 42.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:00 ...s/charset/charset.go:153:DetectEncoding() [D] Detected encoding: utf-8 (fast) 2023/06/29 13:38:00 .../context_response.go:74:HTML() [D] Template: repo/home 2023/06/29 13:38:00 .../context_response.go:92:HTML() [E] Render failed: failed to render template: repo/home, error: write tcp 172.25.8.43:80->172.25.8.43:55956: wsasend: Connessione interrotta dal software del computer host. 2023/06/29 13:38:00 .../context_response.go:74:HTML() [D] Template: status/500 2023/06/29 13:38:00 .../context_response.go:94:HTML() [E] plainTextInternal (status=500): write bytes failed: write tcp 172.25.8.43:80->172.25.8.43:55956: wsasend: Connessione interrotta dal software del computer host. 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\checkout.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= upload-pack --stateless-rpc --advertise-refs . 2023/06/29 13:38:00 ...eb/routing/logger.go:102:func1() [I] router: completed GET /actions/checkout for 172.25.8.43:55956, 200 OK in 1167.2ms @ repo/view.go:711(repo.Home) 2023/06/29 13:38:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 344.7ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:00 ...eb/routing/logger.go:102:func1() [I] router: completed GET /actions/checkout/info/refs?service=git-upload-pack for [::1]:55992, 200 OK in 195.9ms @ repo/http.go:532(repo.GetInfoRefs) 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 295.4ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --count 65d862660abb392b8c4a3d1195a2108db131dd05 2023/06/29 13:38:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 27.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:01 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 65d862660abb392b8c4a3d1195a2108db131dd05 -- :(literal).devcontainer :(literal).eslintignore :(literal).eslintrc.json :(literal).gitattributes :(literal).github :(literal).gitignore :(literal).licensed.yml :(literal).licenses :(literal).prettierignore :(literal).prettierrc.json :(literal)CODE_OF_CONDUCT.md :(literal)CONTRIBUTING.md :(literal)LICENSE :(literal)README.md :(literal)__tests__ :(literal)action.yml :(literal)dist :(literal)jest.config.js :(literal)package-lock.json :(literal)package.json :(literal)src :(literal)tsconfig.json 2023/06/29 13:38:01 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 013d2b89baa2f354c5ffec54c68bec4ab39a2534 -- :(literal).eslintignore :(literal).gitattributes :(literal).gitignore :(literal).licensed.yml :(literal).licenses :(literal).prettierignore :(literal).prettierrc.json :(literal)CODE_OF_CONDUCT.md :(literal)CONTRIBUTING.md :(literal)LICENSE :(literal)README.md :(literal)__tests__ :(literal)action.yml :(literal)jest.config.js :(literal)tsconfig.json 2023/06/29 13:38:01 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 45.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:01 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:01 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 31.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:01 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 2106e8cf10e032ca9d5724c4c676543febe74f0b -- :(literal).eslintignore :(literal).gitattributes :(literal).gitignore :(literal).licensed.yml :(literal).prettierignore :(literal).prettierrc.json :(literal)CODE_OF_CONDUCT.md :(literal)LICENSE :(literal)__tests__ :(literal)jest.config.js :(literal)tsconfig.json 2023/06/29 13:38:01 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 63d6076e6f78d261e8022731949c73c210464aa8 -- :(literal).eslintignore :(literal).gitignore :(literal).prettierignore :(literal).prettierrc.json :(literal)LICENSE :(literal)__tests__ :(literal)jest.config.js :(literal)tsconfig.json 2023/06/29 13:38:01 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z e7eefc491732c06d0ebbf4d4f49dcc25b4d2f3a8 -- :(literal)LICENSE 2023/06/29 13:38:01 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= config --get commit.gpgsign 2023/06/29 13:38:01 ...ers/web/repo/view.go:98:findReadmeFileInEntries() [D] Potential readme file: README.md 2023/06/29 13:38:01 ...s/charset/charset.go:153:DetectEncoding() [D] Detected encoding: utf-8 (fast) 2023/06/29 13:38:01 .../context_response.go:74:HTML() [D] Template: repo/home 2023/06/29 13:38:01 .../context_response.go:92:HTML() [E] Render failed: failed to render template: repo/home, error: write tcp [::1]:80->[::1]:55992: wsasend: Connessione interrotta dal software del computerhost. 2023/06/29 13:38:01 .../context_response.go:74:HTML() [D] Template: status/500 2023/06/29 13:38:01 .../context_response.go:94:HTML() [E] plainTextInternal (status=500): write bytes failed: write tcp [::1]:80->[::1]:55992: wsasend: Connessione interrotta dal software del computer host. 2023/06/29 13:38:01 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= upload-pack --stateless-rpc --advertise-refs . 2023/06/29 13:38:01 ...eb/routing/logger.go:102:func1() [I] router: completed GET /actions/upload-artifact for [::1]:55992, 200 OK in 1019.6ms @ repo/view.go:711(repo.Home) 2023/06/29 13:38:01 ...eb/routing/logger.go:102:func1() [I] router: completed GET /actions/upload-artifact/info/refs?service=git-upload-pack for [::1]:55995, 200 OK in 151.4ms @ repo/http.go:532(repo.GetInfoRefs) 2023/06/29 13:38:01 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\actions\upload-artifact.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= upload-pack --stateless-rpc --advertise-refs . 2023/06/29 13:38:02 ...eb/routing/logger.go:102:func1() [I] router: completed GET /actions/upload-artifact/info/refs?service=git-upload-pack for [::1]:55995, 200 OK in 136.7ms @ repo/http.go:532(repo.GetInfoRefs) 2023/06/29 13:38:02 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 1265.5ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:02 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 43.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:02 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:02 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 33.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:02 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 300.9ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:02 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 19.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:03 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 68.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:03 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:03 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 36.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:03 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 1264.0ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:03 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:04 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:04 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:04 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:04 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 343.2ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:04 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 52.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:04 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:04 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 36.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:04 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:04 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:04 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:04 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:04 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 28.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:04 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 291.7ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:04 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:05 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:05 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:05 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:05 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 320.0ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:05 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:05 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:05 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 35.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:05 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:05 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:05 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:05 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:05 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 281.9ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:05 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:06 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:06 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:06 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:06 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 300.2ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:06 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 22.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:06 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:06 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 43.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:06 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:06 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:06 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:06 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:06 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 287.2ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:06 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 32.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:06 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:07 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:07 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:07 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:07 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 298.6ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:07 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 57.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:07 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:07 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:07 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 39.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:07 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:07 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:07 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:07 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 312.6ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:07 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:08 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:08 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:08 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:08 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 329.6ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:08 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:08 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 22.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:08 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:08 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:08 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:08 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:08 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 43.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:08 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 25.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:08 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 314.8ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:08 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:09 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:09 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:09 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:09 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 303.1ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:09 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:09 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:09 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:09 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:09 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 60.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:09 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:09 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 35.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:09 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= upload-pack --stateless-rpc --advertise-refs . 2023/06/29 13:38:09 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 283.7ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:09 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:10 ...eb/routing/logger.go:102:func1() [I] router: completed GET /xxx/repo/info/refs?service=git-upload-pack for [::1]:56017, 200 OK in 139.8ms @ repo/http.go:532(repo.GetInfoRefs) 2023/06/29 13:38:10 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:10 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:10 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= upload-pack --stateless-rpc D:\programs\gitea\data\gitea-repositories\xxx\repo.git 2023/06/29 13:38:10 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:10 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 57.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:10 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 44.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:10 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:10 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 32.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:11 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 1273.5ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:11 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:11 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:11 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:11 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:11 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 300.0ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:11 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/git-upload-pack for [::1]:56017, 200 OK in 1933.8ms @ repo/http.go:492(repo.ServiceUploadPack) 2023/06/29 13:38:11 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:12 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 82.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:12 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:12 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:12 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:12 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:12 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 60.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:12 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 361.1ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:12 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:12 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:12 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:12 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:12 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 274.9ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:12 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 24.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:12 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:13 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:13 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:13 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:13 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 52.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:13 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 282.3ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:13 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:13 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 39.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:13 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:13 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:13 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:13 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:13 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 301.7ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:13 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:14 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:14 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:14 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:14 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 281.7ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:14 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:14 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:14 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 34.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:14 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:14 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:14 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:14 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:14 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 24.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:14 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 313.6ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:14 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:15 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:15 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:15 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:15 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 298.4ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:15 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 22.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:15 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:15 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 43.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:15 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:15 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:15 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:15 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:15 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 292.3ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:15 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:16 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:16 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:16 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:16 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 316.3ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:16 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 23.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:16 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:16 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 29.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:16 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:16 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:16 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:16 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:16 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 285.2ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:16 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 24.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:16 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:17 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:17 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:17 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:17 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 327.2ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:17 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 541.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:18 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:18 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:18 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 43.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:18 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:18 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:18 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:18 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 20.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:19 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 59.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:19 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:19 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 33.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:19 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 1625.8ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:19 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:19 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:19 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:19 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:19 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 345.3ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:20 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 26.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:20 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:20 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 43.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:20 ...actions/artifacts.go:218:getUploadArtifactURL() [E] Error creating artifact: UNIQUE constraint failed: action_artifact.run_id, action_artifact.artifact_name 2023/06/29 13:38:20 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions_pipeline/_apis/pipelines/workflows/48/artifacts?api-version=6.0-preview for [::1]:56027, 500 Internal Server Error in 14.8ms @ :1(actions.artifactRoutes.getUploadArtifactURL-fm) 2023/06/29 13:38:20 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:20 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:20 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:20 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:20 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 21.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:20 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 299.1ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:20 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:21 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:21 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:21 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:21 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 43.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:21 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:21 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 37.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:22 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 1259.4ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:22 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 25.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:22 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:22 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 37.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:22 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:22 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:22 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:22 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:22 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 24.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:22 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 288.2ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:22 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:23 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:23 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:23 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:23 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 298.8ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:23 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 24.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:23 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:23 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 32.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:23 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:23 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:23 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:23 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:24 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:24 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:24 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 42.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:24 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 1252.4ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:24 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 35.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:24 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:25 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:25 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:25 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:26 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 494.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:26 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:26 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 37.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:26 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 1196.0ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:26 ...actions/artifacts.go:218:getUploadArtifactURL() [E] Error creating artifact: UNIQUE constraint failed: action_artifact.run_id, action_artifact.artifact_name 2023/06/29 13:38:26 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions_pipeline/_apis/pipelines/workflows/48/artifacts?api-version=6.0-preview for [::1]:56031, 500 Internal Server Error in 11.6ms @ :1(actions.artifactRoutes.getUploadArtifactURL-fm) 2023/06/29 13:38:26 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:26 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:26 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:26 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:26 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 23.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:26 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 314.8ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:26 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:27 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:27 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:27 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:27 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 51.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:27 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:27 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 49.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:27 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 334.0ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:27 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:27 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:27 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:27 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:28 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 20.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:28 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:28 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 31.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:28 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 1265.1ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:28 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 34.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:28 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:29 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:29 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:29 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:29 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 333.6ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:29 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 27.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:29 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:29 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 33.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:29 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:29 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:29 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:29 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:29 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 312.9ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:29 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:30 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:30 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:30 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:30 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 314.9ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:30 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 24.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:30 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:30 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 37.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:30 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:30 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:30 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:30 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:30 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 36.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:31 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 20.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:31 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:31 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 32.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:31 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 1344.1ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:32 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:32 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:32 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:32 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:32 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 297.7ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:32 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:32 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:32 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 40.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:32 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:32 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:32 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:32 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:32 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 24.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:32 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 297.8ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:32 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:33 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:33 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:33 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:33 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 332.1ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:33 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 20.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:33 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:33 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 33.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:33 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:33 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:33 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:33 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:33 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 329.3ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:34 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:34 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:34 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:34 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:34 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 326.1ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:34 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:34 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:34 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 35.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:34 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:34 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:34 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:34 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:34 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 297.7ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:34 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 25.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:34 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:35 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:35 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:35 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:35 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 310.9ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:35 ...actions/artifacts.go:218:getUploadArtifactURL() [E] Error creating artifact: UNIQUE constraint failed: action_artifact.run_id, action_artifact.artifact_name 2023/06/29 13:38:35 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions_pipeline/_apis/pipelines/workflows/48/artifacts?api-version=6.0-preview for [::1]:56041, 500 Internal Server Error in 12.1ms @ :1(actions.artifactRoutes.getUploadArtifactURL-fm) 2023/06/29 13:38:35 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:35 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 48.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:35 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:35 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 32.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:35 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:35 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:35 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:35 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 338.1ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:36 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:36 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:36 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:36 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:36 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 314.5ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:36 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:36 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:36 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:36 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:36 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:36 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:36 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 64.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:36 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 23.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:36 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 294.8ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:36 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:37 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:37 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:37 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:37 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 331.1ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:37 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:37 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:37 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:37 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:37 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 25.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:37 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:37 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 35.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:37 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 314.3ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:37 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:38 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:38 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:38 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:38 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 363.2ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:38 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:38 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:38 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:38 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:38 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 25.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:38 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 309.4ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:38 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 49.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:38 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:38 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:38 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 54.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:39 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:39 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:39 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:39 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 342.6ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:39 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:39 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:39 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:39 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:39 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 337.2ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:40 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 27.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:40 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:40 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:40 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 38.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:40 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:40 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:40 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:40 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 345.5ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:40 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:40 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:40 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:40 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:40 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 33.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:40 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 359.1ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:41 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:41 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 22.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:41 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:41 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 47.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:41 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:41 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:41 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:41 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 377.5ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:41 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:41 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:41 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:41 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:41 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 324.8ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:41 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:42 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:42 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:42 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:42 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 28.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:42 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:42 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 45.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:42 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 340.3ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:42 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:42 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:42 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:42 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:42 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 28.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:42 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 297.1ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:42 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:43 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:43 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:43 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:43 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 293.8ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:43 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 22.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:43 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:43 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 31.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:43 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:43 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:43 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:43 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:43 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 296.8ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:43 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:44 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:44 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:44 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:44 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 297.6ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:44 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:44 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:44 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 31.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:44 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:44 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:44 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:44 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:44 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 282.3ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:44 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 20.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:44 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:45 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:45 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:45 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:45 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:45 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:45 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 40.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:46 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 1265.0ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:46 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 25.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:46 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:46 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 35.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:46 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:46 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:46 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:46 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:46 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 26.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:46 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 314.2ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:46 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:47 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:47 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:47 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:47 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 301.4ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:47 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:47 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:47 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 31.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:47 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:47 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:47 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:47 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:47 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 295.0ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:47 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:48 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:48 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:48 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:48 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 305.4ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:48 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 20.0ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:48 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:48 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 34.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:48 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:48 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:48 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:48 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:48 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 279.8ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:48 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 22.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:48 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:49 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:49 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:49 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:49 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 25.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:49 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:49 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 29.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:50 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 1173.4ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:50 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:50 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 26.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:50 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:50 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:50 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:50 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:50 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 38.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:50 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 285.6ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:50 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 21.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:50 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:51 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:51 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:51 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:51 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 290.5ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:51 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:51 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:51 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:51 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:51 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 24.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:51 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:51 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 44.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:51 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 315.4ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:51 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:52 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:52 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:52 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:52 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 25.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:52 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:52 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 41.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:52 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 22.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:53 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 1280.5ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:53 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:53 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:53 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:53 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:53 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 24.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:53 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 306.5ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:53 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:53 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 37.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:53 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:54 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 342.7ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:54 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:54 ...actions/artifacts.go:218:getUploadArtifactURL() [E] Error creating artifact: UNIQUE constraint failed: action_artifact.run_id, action_artifact.artifact_name 2023/06/29 13:38:54 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions_pipeline/_apis/pipelines/workflows/48/artifacts?api-version=6.0-preview for [::1]:56060, 500 Internal Server Error in 18.5ms @ :1(actions.artifactRoutes.getUploadArtifactURL-fm) 2023/06/29 13:38:54 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 24.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:54 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 316.8ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:55 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:55 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 64.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:55 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:55 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 38.8ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:55 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:55 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:55 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:55 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 375.9ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:55 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:55 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:55 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:55 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:55 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 310.4ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:55 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:56 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 22.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:56 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:56 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 53.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:56 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 347.6ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:56 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 28.9ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:56 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 303.5ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:56 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:57 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:57 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:57 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:57 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 20.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:57 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:57 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 35.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:57 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 314.2ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:57 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:57 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:57 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:57 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:57 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 315.6ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:57 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:58 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 22.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:58 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 303.6ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:38:58 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:58 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 44.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:38:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:38:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:38:58 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:38:58 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 31.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:59 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:59 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:38:59 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 34.7ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:38:59 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 1267.3ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:38:59 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:39:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:39:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:39:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:39:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 373.6ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:39:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 26.4ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:39:00 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:39:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 45.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:39:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:39:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:39:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:39:00 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:39:00 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 20.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:39:01 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 20.6ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:39:01 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:39:01 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 40.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:39:01 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/artifacts for 172.25.8.43:55984, 200 OK in 1268.4ms @ actions/view.go:435(actions.ArtifactsView) 2023/06/29 13:39:01 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse 2023/06/29 13:39:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check 2023/06/29 13:39:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch 2023/06/29 13:39:02 ...dules/git/command.go:281:Run() [D] git.Command.RunDir(D:\programs\gitea\data\gitea-repositories\xxx\repo.git): "C:\\Program Files\\Git\\cmd\\git.exe" -c protocol.version=2-c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref "--format=%(objectname) %(refname)" refs/heads/ --sort=-committerdate 2023/06/29 13:39:02 ...eb/routing/logger.go:102:func1() [I] router: completed POST /xxx/repo/actions/runs/48/jobs/0 for 172.25.8.43:55984, 200 OK in 312.9ms @ actions/view.go:121(actions.ViewPost) 2023/06/29 13:39:02 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 25.2ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:39:02 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:39:02 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 41.3ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:39:02 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 172.25.15.40:54560, 200 OK in 33.5ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:39:03 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateLog for [::1]:55995, 200 OK in 21.1ms @ :1(http.Handler.ServeHTTP-fm) 2023/06/29 13:39:03 ...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task 53: no such table: action_task_output 2023/06/29 13:39:03 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/UpdateTask for [::1]:55995, 200 OK in 34.1ms @ :1(http.Handler.ServeHTTP-fm)