Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/internal/hook/post-receive/swee/automationScripts for 127.0.0.1:0, 200 OK in 53.8ms @ private/hook_post_receive.go:35(private.HookPostReceive) Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log -1 --pretty=format:%H 1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9 -- .forgejo/workflows/ddnet-alpine.yml Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1224:GetUserByEmail() [I] [SQL] SELECT "id", "uid", "email", "lower_email", "is_activated", "is_primary" FROM "email_address" WHERE (lower_email = $1 AND is_activated = $2) LIMIT 1 [meow@swee.codes true] - 231.25µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1023:GetUserByID() [I] [SQL] SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "pronouns", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private", "keep_pronouns_private", "enable_repo_unit_hints" FROM "user" WHERE "id"=$1 LIMIT 1 [1] - 164.528µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...eb/routing/logger.go:102:func1() [I] router: completed POST /swee/automationScripts/_edit/main/.forgejo/workflows/ddnet-alpine.yml for 10.7.30.1:39928, 303 See Other in 786.4ms @ repo/editor.go:421(repo.EditFilePost) Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1023:GetUserByID() [I] [SQL] SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "pronouns", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visi bility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private", "keep_pronouns_private", "enable_repo_unit_hints" FROM "user" WHERE "id"=$1 LIMIT 1 [1] - 497.704µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 .../issues/stopwatch.go:120:HasUserStopwatch() [I] [SQL] SELECT * FROM "stopwatch" INNER JOIN "issue" ON issue.id = stopwatch.issue_id INNER JOIN "repository" ON repository.id = issue.repo_id WHERE (user_id = $1) LIMIT 1 [1] - 1.627175ms Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/repo.go:776:GetRepositoryByName() [I] [SQL] SELECT "id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "wiki_branch", "num_watches", "num_stars", "num_forks", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix" FROM "repository" WHERE ("owner_id"=$1) AND ("lower_name"=$2) LIMIT 1 [1 automationscripts] - 313.019µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...epo/collaboration.go:88:IsCollaborator() [I] [SQL] SELECT "id", "repo_id", "user_id", "mode", "created_unix", "updated_unix" FROM "collaboration" WHERE "repo_id"=$1 AND "user_id"=$2 LIMIT 1 [57 1] - 466.059µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ls/repo/repo_unit.go:323:getUnitsByRepoID() [I] [SQL] SELECT "id", "repo_id", "type", "config", "created_unix", "default_permissions" FROM "repo_unit" WHERE (repo_id = $1) [57] - 277.063µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...o/repo_repository.go:21:FindFollowingReposByRepoID() [I] [SQL] SELECT "id", "repo_id", "external_id", "federation_host_id", "uri" FROM "following_repo" WHERE (repo_id=$1) LIMIT 10 [57] - 211.624µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ices/context/repo.go:562:RepoAssignment() [I] [SQL] SELECT count(*) FROM "release" WHERE repo_id=$1 AND sha1<>$2 [57 ] - 307.33µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ices/context/repo.go:572:RepoAssignment() [I] [SQL] SELECT count(*) FROM "release" WHERE repo_id=$1 AND is_draft=$2 AND is_tag=$3 [57 false false] - 272.334µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ices/context/repo.go:581:RepoAssignment() [I] [SQL] SELECT DISTINCT count(DISTINCT "package"."id") FROM "package_version" INNER JOIN "package" ON package.id = package_version.package_id WHERE (package_version.is_internal = $1) AND (package.repo_id = $2) [false 57] - 361.213µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...nization/org_list.go:71:GetOrgsCanCreateRepoByUserID() [I] [SQL] SELECT DISTINCT "user".id, "user".* FROM "user" INNER JOIN "team_user" ON "team_user".org_id = "user".id INNER JOIN "team" ON "team".id = "team_user".team_id WHERE "team_user".uid=$1 AND ("team".authorize=$2 OR "team".can_create_org_repo=$3) ORDER BY "user"."name" ASC [1 owner true] - 2.044488ms Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ices/context/repo.go:601:RepoAssignment() [I] [SQL] SELECT 1 FROM "repository" WHERE (owner_id=$1 AND fork_id=$2) LIMIT 1 [69 57] - 529.975µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/fork.go:65:GetUserFork() [I] [SQL] SELECT "id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "wiki_branch", "num_watches", "num_stars", "num_forks", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix" FROM "repository" WHERE (fork_id = $1) AND (owner_id = $2) LIMIT 1 [57 1] - 676.031µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/fork.go:140:FindUserOrgForks() [I] [SQL] SELECT "id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "wiki_branch", "num_watches", "num_stars", "num_forks", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix" FROM "repository" WHERE fork_id=$1 AND owner_id IN (SELECT org_id FROM org_user WHERE uid=$2) [57 1] - 979.396µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/watch.go:46:GetWatch() [I] [SQL] SELECT "id", "user_id", "repo_id", "mode", "created_unix", "updated_unix" FROM "watch" WHERE "user_id"=$1 AND "repo_id"=$2 LIMIT 1 [1 57] - 416.361µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/star.go:70:IsStaring() [I] [SQL] SELECT "id", "uid", "repo_id", "created_unix" FROM "star" WHERE "uid"=$1 AND "repo_id"=$2 LIMIT 1 [1 57] - 389.609µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ices/context/repo.go:720:RepoAssignment() [I] [SQL] SELECT count(*) FROM "branch" WHERE repo_id=$1 AND is_deleted=$2 [57 false] - 328.363µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...queue/workergroup.go:146:func1() [D] Queue "push_update" starts new worker Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/repo.go:760:GetRepositoryByOwnerAndName() [I] [SQL] SELECT repository.* FROM "repository" INNER JOIN "user" ON "user".id = repository.owner_id WHERE (repository.lower_name = $1) AND ("user".lower_name = $2) LIMIT 1 [automationscripts swee] - 1.483651ms Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/git/lfs.go:327:GetRepoLFSSize() [I] [SQL] SELECT COALESCE(sum("size"),0) FROM "lfs_meta_object" WHERE (repository_id = $1) [57] - 2.111934ms Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...s/repository/push.go:96:pushUpdates() [I] [SQL] UPDATE "repository" SET "size" = $1, "git_size" = $2, "lfs_size" = $3 WHERE "id"=$4 [336319 336319 0 57] - 2.410127ms Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1023:GetUserByID() [I] [SQL] SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "pronouns", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private", "keep_pronouns_private", "enable_repo_unit_hints" FROM "user" WHERE "id"=$1 LIMIT 1 [1] - 538.409µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= hash-object --stdin Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 .../issues/pull_list.go:62:GetUnmergedPullRequestsByHeadInfoMax() [I] [SQL] SELECT * FROM "pull_request" INNER JOIN "issue" ON issue.id = "pull_request".issue_id WHERE ("pull_request".head_repo_id = $1 AND "pull_request".head_branch = $2 AND "pull_request".has_merged = $3 AND "issue".is_closed = $4 AND "pull_request".flow = $5 AND ("issue"."created" IS NULL OR "issue"."created" <= $6)) [57 main false false 0 1770147191428760788] - 14.560804ms Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/repo.go:831:GetRepositoryByID() [I] [SQL] SELECT "id", "owner_id", "owner_name", "lower_name", "name", "description", "website", "original_service_type", "original_url", "default_branch", "wiki_branch", "num_watches", "num_stars", "num_forks", "num_milestones", "num_closed_milestones", "num_projects", "num_closed_projects", "is_private", "is_empty", "is_archived", "is_mirror", "status", "is_fork", "fork_id", "is_template", "template_id", "size", "git_size", "lfs_size", "is_fsck_enabled", "close_issues_via_commit_in_any_branch", "topics", "object_format_name", "trust_model", "avatar", "created_unix", "updated_unix", "archived_unix" FROM "repository" WHERE "id"=$1 LIMIT 1 [57] - 603.222µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 .../issues/pull_list.go:126:GetUnmergedPullRequestsByBaseInfo() [I] [SQL] SELECT * FROM "pull_request" INNER JOIN "issue" ON issue.id=pull_request.issue_id WHERE (base_repo_id=$1 AND base_branch=$2 AND has_merged=$3 AND issue.is_closed=$4) ORDER BY issue.updated_unix DESC [57 main false false] - 1.486471ms Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= hash-object --stdin Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list 3897d741ef96c013e432b9eed0bb56dd5fa6949b..1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9 Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= merge-base --is-ancestor 3897d741ef96c013e432b9eed0bb56dd5fa6949b 1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9 Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ers/web/repo/view.go:836:Home() [I] [SQL] UPDATE "notification" SET "status" = $1, "updated_unix" = $2 WHERE repo_id=$3 AND source=$4 AND status=$5 AND user_id=$6 [2 1770147191 1 4 1 57] - 491.744µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/db/context.go:251:Get() [I] [SQL] SELECT "id", "setting_key", "setting_value", "version", "created", "updated" FROM "system_setting" WHERE setting_key=$1 LIMIT 1 [revision] - 172.807µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/topic.go:173:FindTopics() [I] [SQL] SELECT topic.* FROM "topic" INNER JOIN "repo_topic" ON repo_topic.topic_id = topic.id WHERE repo_topic.repo_id=$1 ORDER BY topic.name [57] - 164.941µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/topic.go:173:FindTopics() [I] [SQL] SELECT count(*) FROM "topic" INNER JOIN "repo_topic" ON repo_topic.topic_id = topic.id WHERE repo_topic.repo_id=$1 [57] - 125.309µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/git/branch.go:154:GetBranch() [I] [SQL] SELECT "id", "repo_id", "name", "commit_id", "commit_message", "pusher_id", "is_deleted", "deleted_by_id", "deleted_unix", "commit_time", "created_unix", "updated_unix" FROM "branch" WHERE (repo_id=$1) AND (name=$2) LIMIT 1 [57 main] - 327.105µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...po/language_stats.go:108:GetLanguageStats() [I] [SQL] SELECT "id", "repo_id", "commit_id", "is_primary", "language", "size", "created_unix" FROM "language_stat" WHERE ("repo_id" = $1) ORDER BY "size" DESC [57] - 123.422µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log -1 --pretty=format:%H 1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9 -- .forgejo/workflows/ddnet-alpine.yml Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...s/repo/pushmirror.go:158:GetPushMirrorsSyncedOnCommit() [I] [SQL] SELECT "id", "repo_id", "remote_name", "remote_address", "branch_filter", "public_key", "private_key", "sync_on_commit", "interval", "created_unix", "last_update", "last_error" FROM "push_mirror" WHERE (repo_id = $1 AND sync_on_commit = $2) [57 true] - 490.353µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1224:GetUserByEmail() [I] [SQL] SELECT "id", "uid", "email", "lower_email", "is_activated", "is_primary" FROM "email_address" WHERE (lower_email = $1 AND is_activated = $2) LIMIT 1 [meow@swee.codes true] - 154.336µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1023:GetUserByID() [I] [SQL] SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "pronouns", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private", "keep_pronouns_private", "enable_repo_unit_hints" FROM "user" WHERE "id"=$1 LIMIT 1 [1] - 160.822µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -m --pretty=format: --first-parent --no-renames -z -1 1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9 Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...les/git/repo_base.go:74:CatFileBatch() [D] Opening temporary cat file batch for: /var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ls/repo/repo_unit.go:323:getUnitsByRepoID() [I] [SQL] SELECT "id", "repo_id", "type", "config", "created_unix", "default_permissions" FROM "repo_unit" WHERE (repo_id = $1) [57] - 272.541µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1023:GetUserByID() [I] [SQL] SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "pronouns", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private", "keep_pronouns_private", "enable_repo_unit_hints" FROM "user" WHERE "id"=$1 LIMIT 1 [1] - 173.783µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...onvert/repository.go:146:innerToRepo() [I] [SQL] SELECT count(*) FROM "release" WHERE repo_id=$1 AND is_draft=$2 AND is_tag=$3 [57 false false] - 169.299µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/cache/cache.go:129:concurrencySafeGet() [I] [SQL] SELECT count(*) FROM "issue" WHERE repo_id=$1 AND is_pull=$2 [57 false] - 294.496µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/cache/cache.go:129:concurrencySafeGet() [I] [SQL] SELECT count(*) FROM "issue" WHERE repo_id=$1 AND is_closed=$2 AND is_pull=$3 [57 true false] - 434.806µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/db/list.go:164:Find() [I] [SQL] SELECT "id", "repo_id", "owner_id", "is_system_webhook", "url", "http_method", "content_type", "secret", "events", "is_active", "type", "meta", "last_status", "header_authorization_encrypted", "created_unix", "updated_unix" FROM "webhook" WHERE webhook.repo_id=$1 AND webhook.is_active=$2 ORDER BY webhook.id [57 true] - 799.317µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/db/list.go:164:Find() [I] [SQL] SELECT "id", "repo_id", "owner_id", "is_system_webhook", "url", "http_method", "content_type", "secret", "events", "is_active", "type", "meta", "last_status", "header_authorization_encrypted", "created_unix", "updated_unix" FROM "webhook" WHERE webhook.owner_id=$1 AND webhook.is_active=$2 ORDER BY webhook.id [1 true] - 353.054µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ok/webhook_system.go:49:getAdminWebhooks() [I] [SQL] SELECT "id", "repo_id", "owner_id", "is_system_webhook", "url", "http_method", "content_type", "secret", "events", "is_active", "type", "meta", "last_status", "header_authorization_encrypted", "created_unix", "updated_unix" FROM "webhook" WHERE (repo_id=$1) AND (owner_id=$2) AND (is_system_webhook=$3) AND (is_active=$4) ORDER BY id [0 0 true true] - 320.573µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...ok/webhook_system.go:49:getAdminWebhooks() [I] [SQL] SELECT count(*) FROM "webhook" WHERE (repo_id=$1) AND (owner_id=$2) AND (is_system_webhook=$3) AND (is_active=$4) [0 0 true true] - 291.289µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/db/context.go:236:Insert() [I] [SQL] INSERT INTO "hook_task" ("hook_id","uuid","payload_content","payload_version","event_type","is_delivered","delivered","is_succeed","request_content","response_content") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9,$10) RETURNING "id" [7 670963ca-836a-444b-b44b-16b1aa8cb4cc { "ref": "refs/heads/main", "before": "3897d741ef96c013e432b9eed0bb56dd5fa6949b", "after": "1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9", "compare_url": "https://git.swee.codes/swee/automationScripts/compare/3897d741ef96c013e432b9eed0bb56dd5fa6949b...1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9", "commits": [ { "id": "1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9", "message": "test\n", "url": "https://git.swee.codes/swee/automationScripts/commit/1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9", "author": { "name": "swee", "email": "meow@swee.codes", "username": "swee" }, "committer": { "name": "swee", "email": "meow@swee.codes", "username": "swee" }, "verification": null, "timestamp": "2026-02-03T11:33:11-08:00", "added": [], "removed": [], "modified": [ ".forgejo/workflows/ddnet-alpine.yml" ] } ], "total_commits": 1, "head_commit": { "id": "1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9", "message": "test\n", "url": "https://git.swee.codes/swee/automationScripts/commit/1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9", "author": { "name": "swee", "email": "meow@swee.codes", "username": "swee" }, "committer": { "name": "swee", "email": "meow@swee.codes", "username": "swee" }, "verification": null, "timestamp": "2026-02-03T11:33:11-08:00", "added": [], "removed": [], "modified": [ ".forgejo/workflows/ddnet-alpine.yml" ] }, "repository": { "id": 57, "owner": { "id": 1, "login": "swee", "login_name": "", "source_id": 0, "full_name": "Nova Sven Cat", "email": "meow@swee.codes", "avatar_url": "https://git.swee.codes/avatars/b10d74509c84c530c4d777a52c46c15638d3ea3b08e7ca74b58de3e4935e31c4", "html_url": "https://git.swee.codes/swee", "language": "", "is_admin": false, "last_login": "0001-01-01T00:00:00Z", "created": "2024-09-07T13:11:01-07:00", "restricted": false, "active": false, "prohibit_login": false, "location": "Washington State, United States", "pronouns": "He/Him/Meow", "website": "https://swee.codes", "description": "Me is 15 year old furry programmer\r\n\r\nDoing all this while caffeinated and listening to dubstep\r\n\r\nMiscellaneous repos (e.g. configs) will use Material Symbols unless colored :3\r\n\u003ca rel=\"me\" href=\"https://mastodon.swee.codes/@swee\"\u003e\u003c/a\u003e", "visibility": "public", "followers_count": 3, "following_count": 1, "starred_repos_count": 0, "username": "swee" }, "name": "automationScripts", "full_name": "swee/automationScripts", "description": "", "empty": false, "private": false, "fork": false, "template": false, "parent": null, "mirror": false, "size": 409, "language": "", "languages_url": "https://git.swee.codes/api/v1/repos/swee/automationScripts/languages", "html_url": "https://git.swee.codes/swee/automationScripts", "url": "https://git.swee.codes/api/v1/repos/swee/automationScripts", "link": "", "ssh_url": "ssh://git@git.swee.codes:23/swee/automationScripts.git", "clone_url": "https://git.swee.codes/swee/automationScripts.git", "original_url": "", "website": "", "stars_count": 0, "forks_count": 0, "watchers_count": 1, "open_issues_count": 0, "open_pr_counter": 0, "release_counter": 0, "default_branch": "main", "archived": false, "created_at": "2025-02-08T21:30:15-08:00", "updated_at": "2026-01-26T14:10:24-08:00", "archived_at": "1969-12-31T16:00:00-08:00", Feb 3 11:33:11 forgejo forgejo[7222]: "permissions": { "admin": true, "push": true, "pull": true }, "has_issues": false, "has_wiki": false, "wiki_branch": "main", "globally_editable_wiki": false, "has_pull_requests": true, "has_projects": false, "has_releases": false, "has_packages": true, "has_actions": true, "ignore_whitespace_conflicts": false, "allow_merge_commits": true, "allow_rebase": true, "allow_rebase_explicit": true, "allow_squash_merge": true, "allow_fast_forward_only_merge": true, "allow_rebase_update": true, "default_delete_branch_after_merge": false, "default_merge_style": "merge", "default_allow_maintainer_edit": false, "default_update_style": "merge", "avatar_url": "https://git.swee.codes/repo-avatars/fae7cc9fa6f52edac6a73b0fa0c64fc8000a743062015c46d5dcc8f76471aadb", "internal": false, "mirror_interval": "", "object_format_name": "sha1", "mirror_updated": "0001-01-01T00:00:00Z", "repo_transfer": null, "topics": [] }, "pusher": { "id": 1, "login": "swee", "login_name": "", "source_id": 0, "full_name": "Nova Sven Cat", "email": "swee@noreply@swee.codes", "avatar_url": "https://git.swee.codes/avatars/b10d74509c84c530c4d777a52c46c15638d3ea3b08e7ca74b58de3e4935e31c4", "html_url": "https://git.swee.codes/swee", "language": "", "is_admin": false, "last_login": "0001-01-01T00:00:00Z", "created": "2024-09-07T13:11:01-07:00", "restricted": false, "active": false, "prohibit_login": false, "location": "Washington State, United States", "pronouns": "He/Him/Meow", "website": "https://swee.codes", "description": "Me is 15 year old furry programmer\r\n\r\nDoing all this while caffeinated and listening to dubstep\r\n\r\nMiscellaneous repos (e.g. configs) will use Material Symbols unless colored :3\r\n\u003ca rel=\"me\" href=\"https://mastodon.swee.codes/@swee\"\u003e\u003c/a\u003e", "visibility": "public", "followers_count": 3, "following_count": 1, "starred_repos_count": 0, "username": "swee" }, "sender": { "id": 1, "login": "swee", "login_name": "", "source_id": 0, "full_name": "Nova Sven Cat", "email": "swee@noreply@swee.codes", "avatar_url": "https://git.swee.codes/avatars/b10d74509c84c530c4d777a52c46c15638d3ea3b08e7ca74b58de3e4935e31c4", "html_url": "https://git.swee.codes/swee", "language": "", "is_admin": false, "last_login": "0001-01-01T00:00:00Z", "created": "2024-09-07T13:11:01-07:00", "restricted": false, "active": false, "prohibit_login": false, "location": "Washington State, United States", "pronouns": "He/Him/Meow", "website": "https://swee.codes", "description": "Me is 15 year old furry programmer\r\n\r\nDoing all this while caffeinated and listening to dubstep\r\n\r\nMiscellaneous repos (e.g. configs) will use Material Symbols unless colored :3\r\n\u003ca rel=\"me\" href=\"https://mastodon.swee.codes/@swee\"\u003e\u003c/a\u003e", "visibility": "public", "followers_count": 3, "following_count": 1, "starred_repos_count": 0, "username": "swee" } } 2 push false 1770147191983599216 false ] - 1.027558ms Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/repo/watch.go:140:GetWatchers() [I] [SQL] SELECT * FROM "watch" INNER JOIN "user" ON "user".id = "watch".user_id WHERE ("watch".repo_id=$1) AND ("watch".mode<>$2) AND ("user".is_active=$3) AND ("user".prohibit_login=$4) [57 2 true false] - 1.919288ms Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/block.go:88:ListBlockedByUsersID() [I] [SQL] SELECT "user".id FROM "user" INNER JOIN "forgejo_blocked_user" ON "user".id="forgejo_blocked_user".user_id WHERE ("forgejo_blocked_user".block_id=$1) [1] - 567.077µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1224:GetUserByEmail() [I] [SQL] SELECT "id", "uid", "email", "lower_email", "is_activated", "is_primary" FROM "email_address" WHERE (lower_email = $1 AND is_activated = $2) LIMIT 1 [meow@swee.codes true] - 225.235µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...activities/action.go:667:NotifyWatchers() [E] [Error SQL Query] INSERT INTO "action" ("user_id","op_type","act_user_id","repo_id","comment_id","ref_name","is_private","content","created_unix") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9) RETURNING "id" [1 commit_repo 1 57 0 refs/heads/main false {"Commits":[{"Sha1":"1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9","Message":"test","AuthorEmail":"meow@swee.codes","AuthorName":"swee","CommitterEmail":"meow@swee.codes","CommitterName":"swee","Signature":null,"Verification":null,"Timestamp":"2026-02-03T11:33:11-08:00"}],"HeadCommit":{"Sha1":"1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9","Message":"test","AuthorEmail":"meow@swee.codes","AuthorName":"swee","CommitterEmail":"meow@swee.codes","CommitterName":"swee","Signature":null,"Verification":null,"Timestamp":"2026-02-03T11:33:11-08:00"},"CompareURL":"swee/automationScripts/compare/3897d741ef96c013e432b9eed0bb56dd5fa6949b...1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9","Len":1} 1770147191] - ERROR: duplicate key value violates unique constraint "action_pkey" (SQLSTATE 23505) Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...activities/action.go:667:NotifyWatchers() [I] [SQL] INSERT INTO "action" ("user_id","op_type","act_user_id","repo_id","comment_id","ref_name","is_private","content","created_unix") VALUES ($1,$2,$3,$4,$5,$6,$7,$8,$9) RETURNING "id" [1 commit_repo 1 57 0 refs/heads/main false {"Commits":[{"Sha1":"1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9","Message":"test","AuthorEmail":"meow@swee.codes","AuthorName":"swee","CommitterEmail":"meow@swee.codes","CommitterName":"swee","Signature":null,"Verification":null,"Timestamp":"2026-02-03T11:33:11-08:00"}],"HeadCommit":{"Sha1":"1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9","Message":"test","AuthorEmail":"meow@swee.codes","AuthorName":"swee","CommitterEmail":"meow@swee.codes","CommitterName":"swee","Signature":null,"Verification":null,"Timestamp":"2026-02-03T11:33:11-08:00"},"CompareURL":"swee/automationScripts/compare/3897d741ef96c013e432b9eed0bb56dd5fa6949b...1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9","Len":1} 1770147191] - 786.867µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...vices/feed/action.go:365:PushCommits() [E] NotifyWatchers: insert new actioner: ERROR: duplicate key value violates unique constraint "action_pkey" (SQLSTATE 23505) Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1023:GetUserByID() [I] [SQL] SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "pronouns", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private", "keep_pronouns_private", "enable_repo_unit_hints" FROM "user" WHERE "id"=$1 LIMIT 1 [1] - 186.351µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1224:GetUserByEmail() [I] [SQL] SELECT "id", "uid", "email", "lower_email", "is_activated", "is_primary" FROM "email_address" WHERE (lower_email = $1 AND is_activated = $2) LIMIT 1 [meow@swee.codes true] - 106.802µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1224:GetUserByEmail() [I] [SQL] SELECT "id", "uid", "email", "lower_email", "is_activated", "is_primary" FROM "email_address" WHERE (lower_email = $1 AND is_activated = $2) LIMIT 1 [meow@swee.codes true] - 105.561µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1023:GetUserByID() [I] [SQL] SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "pronouns", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private", "keep_pronouns_private", "enable_repo_unit_hints" FROM "user" WHERE "id"=$1 LIMIT 1 [1] - 118.083µs Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= log --name-status -m --pretty=format: --first-parent --no-renames -z -1 1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9 Feb 3 11:33:11 forgejo forgejo[7222]: 2026/02/03 11:33:11 models/user/user.go:1023:GetUserByID() [I] [SQL] SELECT "id", "lower_name", "name", "full_name", "email", "keep_email_private", "email_notifications_preference", "passwd", "passwd_hash_algo", "must_change_password", "login_type", "login_source", "login_name", "type", "location", "website", "pronouns", "rands", "salt", "language", "description", "created_unix", "updated_unix", "last_login_unix", "last_repo_visibility", "max_repo_creation", "is_active", "is_admin", "is_restricted", "allow_git_hook", "allow_import_local", "allow_create_organization", "prohibit_login", "avatar", "avatar_email", "use_custom_avatar", "num_followers", "num_following", "num_stars", "num_repos", "num_teams", "num_members", "visibility", "repo_admin_change_team_access", "diff_view_style", "theme", "keep_activity_private", "keep_pronouns_private", "enable_repo_unit_hints" FROM "user" WHERE "id"=$1 LIMIT 1 [1] - 152.215µs Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:11 ...git/commit_status.go:259:GetLatestCommitStatus() [I] [SQL] SELECT max( "index" ) as "index" FROM "commit_status" WHERE (repo_id = $1) AND (sha = $2) GROUP BY context_hash ORDER BY max( "index" ) desc [57 1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9] - 259.913µs Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...git/commit_status.go:259:GetLatestCommitStatus() [I] [SQL] SELECT count(*) FROM (SELECT context_hash FROM "commit_status" WHERE (repo_id = $1) AND (sha = $2) GROUP BY context_hash) sub [57 1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9] - 175.674µs Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...les/git/repo_base.go:74:CatFileBatch() [D] Opening temporary cat file batch for: /var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...onvert/repository.go:146:innerToRepo() [I] [SQL] SELECT count(*) FROM "release" WHERE repo_id=$1 AND is_draft=$2 AND is_tag=$3 [57 false false] - 225.8µs Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...dels/git/lfs_lock.go:138:GetLFSLockByRepoID() [I] [SQL] SELECT "id", "repo_id", "owner_id", "path", "created" FROM "lfs_lock" WHERE "repo_id"=$1 [57] - 277.347µs Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...s/charset/charset.go:154:DetectEncoding() [D] Detected encoding: utf-8 (fast) Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= check-attr -z --source 1bf3a0d335e95901f98a5e2a35111c6dbb0fdfc9 linguist-language gitlab-language -- .forgejo/workflows/ddnet-alpine.yml Feb 3 11:33:12 forgejo forgejo[7222]: 2026/02/03 11:33:12 ...dules/git/command.go:303:Run() [D] git.Command.RunDir(/var/db/forgejo/data/forgejo-repositories/swee/automationscripts.git): /usr/local/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= hash-object --stdin