1this derivation will be built:2 /nix/store/5s6m4ax0d956sfhc5brvwk12djhr7kqw-gitea-mq-0.1.0.drv3building '/nix/store/5s6m4ax0d956sfhc5brvwk12djhr7kqw-gitea-mq-0.1.0.drv' on 'ssh-ng://nix@jamie'4building '/nix/store/5s6m4ax0d956sfhc5brvwk12djhr7kqw-gitea-mq-0.1.0.drv'5gitea-mq-0.1.0> Running phase: unpackPhase6gitea-mq-0.1.0> unpacking source archive /nix/store/3k9phrlq5nda01b8mhf5hm8s4rw0i7sb-source7gitea-mq-0.1.0> source root is source8gitea-mq-0.1.0> Running phase: patchPhase9gitea-mq-0.1.0> Running phase: updateAutotoolsGnuConfigScriptsPhase10gitea-mq-0.1.0> Running phase: configurePhase11gitea-mq-0.1.0> Running phase: buildPhase12gitea-mq-0.1.0> Building subPackage ./cmd/gitea-mq13gitea-mq-0.1.0> Building subPackage ./internal/batch14gitea-mq-0.1.0> Building subPackage ./internal/config15gitea-mq-0.1.0> Building subPackage ./internal/discovery16gitea-mq-0.1.0> Building subPackage ./internal/forge17gitea-mq-0.1.0> Building subPackage ./internal/gitea18gitea-mq-0.1.0> Building subPackage ./internal/github19gitea-mq-0.1.0> Building subPackage ./internal/github/ghfake20gitea-mq-0.1.0> Building subPackage ./internal/integration21gitea-mq-0.1.0> github.com/Mic92/gitea-mq/internal/integration: no non-test Go files in /build/source/internal/integration22gitea-mq-0.1.0> Building subPackage ./internal/merge23gitea-mq-0.1.0> Building subPackage ./internal/monitor24gitea-mq-0.1.0> Building subPackage ./internal/poller25gitea-mq-0.1.0> Building subPackage ./internal/queue26gitea-mq-0.1.0> Building subPackage ./internal/registry27gitea-mq-0.1.0> Building subPackage ./internal/store/pg28gitea-mq-0.1.0> Building subPackage ./internal/testutil29gitea-mq-0.1.0> Building subPackage ./internal/web30gitea-mq-0.1.0> Building subPackage ./internal/webhook31gitea-mq-0.1.0> Running phase: checkPhase32gitea-mq-0.1.0> ok github.com/Mic92/gitea-mq/internal/batch 3.613s33gitea-mq-0.1.0> ok github.com/Mic92/gitea-mq/internal/config 0.032s34gitea-mq-0.1.0> ok github.com/Mic92/gitea-mq/internal/discovery 1.530s35gitea-mq-0.1.0> ok github.com/Mic92/gitea-mq/internal/forge 0.029s36gitea-mq-0.1.0> ok github.com/Mic92/gitea-mq/internal/gitea 0.042s37gitea-mq-0.1.0> ok github.com/Mic92/gitea-mq/internal/github 0.229s38gitea-mq-0.1.0> The files belonging to this database system will be owned by user "nixbld".39gitea-mq-0.1.0> This user must also own the server process.40gitea-mq-0.1.0> 41gitea-mq-0.1.0> The database cluster will be initialized with locale "C".42gitea-mq-0.1.0> The default database encoding has accordingly been set to "SQL_ASCII".43gitea-mq-0.1.0> The default text search configuration will be set to "english".44gitea-mq-0.1.0> 45gitea-mq-0.1.0> Data page checksums are disabled.46gitea-mq-0.1.0> 47gitea-mq-0.1.0> creating directory /build/gitea-mq-test-postgres1917360308/data ... ok48gitea-mq-0.1.0> creating subdirectories ... ok49gitea-mq-0.1.0> selecting dynamic shared memory implementation ... posix50gitea-mq-0.1.0> selecting default "max_connections" ... 10051gitea-mq-0.1.0> selecting default "shared_buffers" ... 128MB52gitea-mq-0.1.0> selecting default time zone ... UTC53gitea-mq-0.1.0> creating configuration files ... ok54gitea-mq-0.1.0> running bootstrap script ... ok55gitea-mq-0.1.0> performing post-bootstrap initialization ... ok56gitea-mq-0.1.0> syncing data to disk ... ok57gitea-mq-0.1.0> 58gitea-mq-0.1.0> initdb: warning: enabling "trust" authentication for local connections59gitea-mq-0.1.0> initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.60gitea-mq-0.1.0> 61gitea-mq-0.1.0> Success. You can now start the database server using:62gitea-mq-0.1.0> 63gitea-mq-0.1.0> pg_ctl -D /build/gitea-mq-test-postgres1917360308/data -l logfile start64gitea-mq-0.1.0> 65gitea-mq-0.1.0> 2026-06-25 13:18:42.840 UTC [95662] LOG: starting PostgreSQL 17.10 on x86_64-pc-linux-gnu, compiled by clang version 21.1.8, 64-bit66gitea-mq-0.1.0> 2026-06-25 13:18:42.840 UTC [95662] LOG: listening on Unix socket "/build/gitea-mq-test-postgres1917360308/.s.PGSQL.5432"67gitea-mq-0.1.0> 2026-06-25 13:18:42.845 UTC [95666] LOG: database system was shut down at 2026-06-25 13:18:42 UTC68gitea-mq-0.1.0> 2026-06-25 13:18:42.851 UTC [95662] LOG: database system is ready to accept connections69gitea-mq-0.1.0> 2026/06/25 13:18:43 cmd/web.go:263:runWeb() [I] Starting Gitea on PID: 9567270gitea-mq-0.1.0> 2026/06/25 13:18:43 cmd/web.go:115:showWebStartupMessage() [I] Gitea version: 1.26.4 built with go1.26.3 : sqlite, sqlite_unlock_notify71gitea-mq-0.1.0> 2026/06/25 13:18:43 cmd/web.go:116:showWebStartupMessage() [I] * RunMode: prod72gitea-mq-0.1.0> 2026/06/25 13:18:43 cmd/web.go:117:showWebStartupMessage() [I] * AppPath: /nix/store/493m1wfasarvkpqgvpp1vigciy80b3by-gitea-1.26.4/bin/gitea73gitea-mq-0.1.0> 2026/06/25 13:18:43 cmd/web.go:118:showWebStartupMessage() [I] * WorkPath: /build/gitea-mq-test-gitea41624998374gitea-mq-0.1.0> 2026/06/25 13:18:43 cmd/web.go:119:showWebStartupMessage() [I] * CustomPath: /build/gitea-mq-test-gitea416249983/custom75gitea-mq-0.1.0> 2026/06/25 13:18:43 cmd/web.go:120:showWebStartupMessage() [I] * ConfigFile: /build/gitea-mq-test-gitea416249983/custom/conf/app.ini76gitea-mq-0.1.0> 2026/06/25 13:18:43 cmd/web.go:121:showWebStartupMessage() [I] Prepare to run web server77gitea-mq-0.1.0> 2026/06/25 13:18:43 routers/init.go:117:InitWebInstalled() [I] Git version: 2.54.0 (home: /build/gitea-mq-test-gitea416249983/data/home)78gitea-mq-0.1.0> New user 'testuser' has been successfully created!79gitea-mq-0.1.0> 2026-06-25 13:18:45.145 UTC [95912] ERROR: relation "goose_db_version" does not exist at character 3680gitea-mq-0.1.0> 2026-06-25 13:18:45.145 UTC [95912] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC81gitea-mq-0.1.0> 2026/06/25 13:18:45 OK 001_initial.sql (7.49ms)82gitea-mq-0.1.0> 2026/06/25 13:18:45 OK 002_check_status_target_url.sql (754.74µs)83gitea-mq-0.1.0> 2026/06/25 13:18:45 OK 003_add_forge.sql (1.44ms)84gitea-mq-0.1.0> 2026/06/25 13:18:45 OK 004_batches.sql (3.76ms)85gitea-mq-0.1.0> 2026/06/25 13:18:45 goose: successfully migrated database to version: 486gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/post-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash87gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/post-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash88gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/pre-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash89gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/pre-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash90gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/proc-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash91gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/update: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash92gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/update.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash93gitea-mq-0.1.0> 2026/06/25 13:18:49 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 1 cannot load label 094gitea-mq-0.1.0> 2026/06/25 13:18:49 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 2 cannot load label 095gitea-mq-0.1.0> 2026/06/25 13:18:49 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 1 cannot load label 096gitea-mq-0.1.0> 2026/06/25 13:18:49 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 2 cannot load label 097gitea-mq-0.1.0> 2026/06/25 13:18:50 INFO enqueued PR pr=1 position=198gitea-mq-0.1.0> 2026/06/25 13:18:50 INFO enqueued PR from automerge detection pr=1 position=199gitea-mq-0.1.0> 2026/06/25 13:18:50 INFO started testing pr=1 branch=gitea-mq/1 sha=893c83d00821b88c4bcb893ea9fd072b68c71029100gitea-mq-0.1.0> 2026/06/25 13:18:50 INFO started testing for head-of-queue pr=1 branch=gitea-mq/1101gitea-mq-0.1.0> 2026/06/25 13:18:50 INFO all checks passed pr=1102gitea-mq-0.1.0> 2026/06/25 13:18:51 .../actions/notifier_helper.go:114:(*notifyInput).Notify() [E] an error occurred while executing the CreateRef actions method: gitRepo.GetRefCommitID: object does not exist [id: refs/heads/gitea-mq/1, rel_path: ]103gitea-mq-0.1.0> 2026/06/25 13:18:51 .../actions/notifier_helper.go:114:(*notifyInput).Notify() [E] an error occurred while executing the PushCommits actions method: gitRepo.GetRefCommitID: object does not exist [id: refs/heads/gitea-mq/1, rel_path: ]104gitea-mq-0.1.0> 2026/06/25 13:18:51 services/repository/push.go:219:pushUpdates() [E] repo_module.CacheRef %!s(int64=1)/gitea-mq/1 failed: object does not exist [id: refs/heads/gitea-mq/1, rel_path: ]105gitea-mq-0.1.0> 2026/06/25 13:18:52 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 1 cannot load label 0106gitea-mq-0.1.0> 2026/06/25 13:18:52 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 2 cannot load label 0107gitea-mq-0.1.0> 2026/06/25 13:18:52 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 3 cannot load label 0108gitea-mq-0.1.0> 2026/06/25 13:18:52 INFO dequeued PR pr=1 was_head=true109gitea-mq-0.1.0> 2026/06/25 13:18:52 INFO removed merged PR from queue pr=1110gitea-mq-0.1.0> 2026-06-25 13:18:52.508 UTC [99101] ERROR: relation "goose_db_version" does not exist at character 36111gitea-mq-0.1.0> 2026-06-25 13:18:52.508 UTC [99101] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC112gitea-mq-0.1.0> 2026/06/25 13:18:52 OK 001_initial.sql (6.81ms)113gitea-mq-0.1.0> 2026/06/25 13:18:52 OK 002_check_status_target_url.sql (670.52µs)114gitea-mq-0.1.0> 2026/06/25 13:18:52 OK 003_add_forge.sql (4.52ms)115gitea-mq-0.1.0> 2026/06/25 13:18:52 OK 004_batches.sql (3.78ms)116gitea-mq-0.1.0> 2026/06/25 13:18:52 goose: successfully migrated database to version: 4117gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/batch-e2e.git/hooks/post-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash118gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/batch-e2e.git/hooks/post-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash119gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/batch-e2e.git/hooks/pre-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash120gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/batch-e2e.git/hooks/pre-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash121gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/batch-e2e.git/hooks/proc-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash122gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/batch-e2e.git/hooks/update: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash123gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/batch-e2e.git/hooks/update.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash124gitea-mq-0.1.0> 2026/06/25 13:18:55 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 6 cannot load label 0125gitea-mq-0.1.0> 2026/06/25 13:18:55 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 7 cannot load label 0126gitea-mq-0.1.0> 2026/06/25 13:18:55 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 4 cannot load label 0127gitea-mq-0.1.0> 2026/06/25 13:18:55 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 5 cannot load label 0128gitea-mq-0.1.0> 2026/06/25 13:18:55 INFO enqueued PR pr=2 position=1129gitea-mq-0.1.0> 2026/06/25 13:18:55 INFO enqueued PR from automerge detection pr=2 position=1130gitea-mq-0.1.0> 2026/06/25 13:18:55 INFO enqueued PR pr=1 position=2131gitea-mq-0.1.0> 2026/06/25 13:18:55 INFO enqueued PR from automerge detection pr=1 position=2132gitea-mq-0.1.0> 2026/06/25 13:18:55 INFO batch formed batch=1 branch=main members=2133gitea-mq-0.1.0> 2026/06/25 13:18:55 INFO batch built batch=1 build=1 sha=7c4f25aaa7351f2132c6be2e13bf7ad4280d0c50 current=2 pending=0134gitea-mq-0.1.0> 2026/06/25 13:18:56 INFO batch fast-forward raced; rebuilding batch=1 retry=1135gitea-mq-0.1.0> 2026/06/25 13:18:56 .../actions/notifier_helper.go:114:(*notifyInput).Notify() [E] an error occurred while executing the CreateRef actions method: gitRepo.GetRefCommitID: object does not exist [id: refs/heads/gitea-mq/batch/1, rel_path: ]136gitea-mq-0.1.0> 2026/06/25 13:18:56 .../actions/notifier_helper.go:114:(*notifyInput).Notify() [E] an error occurred while executing the PushCommits actions method: gitRepo.GetRefCommitID: object does not exist [id: refs/heads/gitea-mq/batch/1, rel_path: ]137gitea-mq-0.1.0> 2026/06/25 13:18:56 services/repository/push.go:219:pushUpdates() [E] repo_module.CacheRef %!s(int64=2)/gitea-mq/batch/1 failed: object does not exist [id: refs/heads/gitea-mq/batch/1, rel_path: ]138gitea-mq-0.1.0> 2026/06/25 13:18:56 INFO batch built batch=1 build=2 sha=35003986804f2aef1061c3f0ce3b63265c05ca34 current=2 pending=0139gitea-mq-0.1.0> --- FAIL: TestGitea_BatchFlow_Green (4.28s)140gitea-mq-0.1.0> gitea_batch_test.go:149: main = "35003986804f2aef1061c3f0ce3b63265c05ca34", want "7c4f25aaa7351f2132c6be2e13bf7ad4280d0c50"141gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/ff-test.git/hooks/post-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash142gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/ff-test.git/hooks/post-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash143gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/ff-test.git/hooks/pre-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash144gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/ff-test.git/hooks/pre-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash145gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/ff-test.git/hooks/proc-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash146gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/ff-test.git/hooks/update: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash147gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/ff-test.git/hooks/update.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash148gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/stack-test.git/hooks/post-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash149gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/stack-test.git/hooks/post-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash150gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/stack-test.git/hooks/pre-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash151gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/stack-test.git/hooks/pre-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash152gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/stack-test.git/hooks/proc-receive: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash153gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/stack-test.git/hooks/update: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash154gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea416249983/data/gitea-repositories/testuser/stack-test.git/hooks/update.d/gitea: #!/usr/bin/env bash -> #!/nix/store/gik3rh1vz2jlgnifb9dh6vc6sxwwz9jj-bash-5.3p9/bin/bash155gitea-mq-0.1.0> 2026-06-25 13:19:01.533 UTC [106243] ERROR: relation "goose_db_version" does not exist at character 36156gitea-mq-0.1.0> 2026-06-25 13:19:01.533 UTC [106243] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC157gitea-mq-0.1.0> 2026/06/25 13:19:01 OK 001_initial.sql (6.95ms)158gitea-mq-0.1.0> 2026/06/25 13:19:01 OK 002_check_status_target_url.sql (763.38µs)159gitea-mq-0.1.0> 2026/06/25 13:19:01 OK 003_add_forge.sql (1.46ms)160gitea-mq-0.1.0> 2026/06/25 13:19:01 OK 004_batches.sql (3.56ms)161gitea-mq-0.1.0> 2026/06/25 13:19:01 goose: successfully migrated database to version: 4162gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO enqueued PR pr=1 position=1163gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO enqueued PR from automerge detection pr=1 position=1164gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO enqueued PR pr=2 position=2165gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO enqueued PR from automerge detection pr=2 position=2166gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO enqueued PR pr=3 position=3167gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO enqueued PR from automerge detection pr=3 position=3168gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO batch formed batch=1 branch=main members=3169gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO batch built batch=1 build=1 sha=merge(merge(merge(sha-main,sha1),sha2),sha3) current=3 pending=0170gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO dequeued PR pr=1 was_head=true171gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO dequeued PR pr=2 was_head=true172gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO dequeued PR pr=3 was_head=true173gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO batch landed batch=1 sha=merge(merge(merge(sha-main,sha1),sha2),sha3) prs=3174gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO batch done batch=1 landed=3 ejected=0 builds=1 flaky=false175gitea-mq-0.1.0> 2026-06-25 13:19:01.638 UTC [106247] ERROR: relation "goose_db_version" does not exist at character 36176gitea-mq-0.1.0> 2026-06-25 13:19:01.638 UTC [106247] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC177gitea-mq-0.1.0> 2026/06/25 13:19:01 OK 001_initial.sql (7.01ms)178gitea-mq-0.1.0> 2026/06/25 13:19:01 OK 002_check_status_target_url.sql (704.44µs)179gitea-mq-0.1.0> 2026/06/25 13:19:01 OK 003_add_forge.sql (1.47ms)180gitea-mq-0.1.0> 2026/06/25 13:19:01 OK 004_batches.sql (3.39ms)181gitea-mq-0.1.0> 2026/06/25 13:19:01 goose: successfully migrated database to version: 4182gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO enqueued PR pr=1 position=1183gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO enqueued PR from automerge detection pr=1 position=1184gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO started testing pr=1 branch=gitea-mq/1 sha=merge(sha-main,sha-head)185gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO started testing for head-of-queue pr=1 branch=gitea-mq/1186gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO all checks passed pr=1187gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO dequeued PR pr=1 was_head=true188gitea-mq-0.1.0> 2026/06/25 13:19:01 INFO removed merged PR from queue pr=1189gitea-mq-0.1.0> FAIL190gitea-mq-0.1.0> 2026/06/25 13:19:01 .../graceful/manager_unix.go:144:(*Manager).handleSignals() [W] PID 95672. Received SIGTERM. Shutting down...191gitea-mq-0.1.0> 2026-06-25 13:19:01.757 UTC [95662] LOG: received smart shutdown request192gitea-mq-0.1.0> 2026-06-25 13:19:01.762 UTC [95662] LOG: background worker "logical replication launcher" (PID 95669) exited with exit code 1193gitea-mq-0.1.0> 2026-06-25 13:19:01.763 UTC [95664] LOG: shutting down194gitea-mq-0.1.0> 2026-06-25 13:19:01.763 UTC [95664] LOG: checkpoint starting: shutdown immediate195gitea-mq-0.1.0> 2026-06-25 13:19:02.105 UTC [95664] LOG: checkpoint complete: wrote 3884 buffers (23.7%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.054 s, sync=0.285 s, total=0.342 s; sync files=1309, longest=0.002 s, average=0.001 s; distance=17711 kB, estimate=17711 kB; lsn=0/2638820, redo lsn=0/2638820196gitea-mq-0.1.0> 2026-06-25 13:19:02.141 UTC [95662] LOG: database system is shut down197gitea-mq-0.1.0> FAIL github.com/Mic92/gitea-mq/internal/integration 20.212s198gitea-mq-0.1.0> FAIL199error: build of '/nix/store/5s6m4ax0d956sfhc5brvwk12djhr7kqw-gitea-mq-0.1.0.drv' on 'ssh-ng://nix@jamie' failed: Cannot build '/nix/store/5s6m4ax0d956sfhc5brvwk12djhr7kqw-gitea-mq-0.1.0.drv'.200 Reason: builder failed with exit code 1.201 Output paths:202 /nix/store/fkh3qc8vzmn2dda0jqbj1d15aacffj0x-gitea-mq-0.1.0203 Last 25 log lines:204 > 2026/06/25 13:19:01 INFO batch done batch=1 landed=3 ejected=0 builds=1 flaky=false205 > 2026-06-25 13:19:01.638 UTC [106247] ERROR: relation "goose_db_version" does not exist at character 36206 > 2026-06-25 13:19:01.638 UTC [106247] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC207 > 2026/06/25 13:19:01 OK 001_initial.sql (7.01ms)208 > 2026/06/25 13:19:01 OK 002_check_status_target_url.sql (704.44µs)209 > 2026/06/25 13:19:01 OK 003_add_forge.sql (1.47ms)210 > 2026/06/25 13:19:01 OK 004_batches.sql (3.39ms)211 > 2026/06/25 13:19:01 goose: successfully migrated database to version: 4212 > 2026/06/25 13:19:01 INFO enqueued PR pr=1 position=1213 > 2026/06/25 13:19:01 INFO enqueued PR from automerge detection pr=1 position=1214 > 2026/06/25 13:19:01 INFO started testing pr=1 branch=gitea-mq/1 sha=merge(sha-main,sha-head)215 > 2026/06/25 13:19:01 INFO started testing for head-of-queue pr=1 branch=gitea-mq/1216 > 2026/06/25 13:19:01 INFO all checks passed pr=1217 > 2026/06/25 13:19:01 INFO dequeued PR pr=1 was_head=true218 > 2026/06/25 13:19:01 INFO removed merged PR from queue pr=1219 > FAIL220 > 2026/06/25 13:19:01 .../graceful/manager_unix.go:144:(*Manager).handleSignals() [W] PID 95672. Received SIGTERM. Shutting down...221 > 2026-06-25 13:19:01.757 UTC [95662] LOG: received smart shutdown request222 > 2026-06-25 13:19:01.762 UTC [95662] LOG: background worker "logical replication launcher" (PID 95669) exited with exit code 1223 > 2026-06-25 13:19:01.763 UTC [95664] LOG: shutting down224 > 2026-06-25 13:19:01.763 UTC [95664] LOG: checkpoint starting: shutdown immediate225 > 2026-06-25 13:19:02.105 UTC [95664] LOG: checkpoint complete: wrote 3884 buffers (23.7%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.054 s, sync=0.285 s, total=0.342 s; sync files=1309, longest=0.002 s, average=0.001 s; distance=17711 kB, estimate=17711 kB; lsn=0/2638820, redo lsn=0/2638820226 > 2026-06-25 13:19:02.141 UTC [95662] LOG: database system is shut down227 > FAIL github.com/Mic92/gitea-mq/internal/integration 20.212s228 > FAIL229 For full logs, run:230 nix log /nix/store/5s6m4ax0d956sfhc5brvwk12djhr7kqw-gitea-mq-0.1.0.drv231error: Cannot build '/nix/store/5s6m4ax0d956sfhc5brvwk12djhr7kqw-gitea-mq-0.1.0.drv'.232 Reason: builder failed with exit code 1.233 Output paths:234 /nix/store/fkh3qc8vzmn2dda0jqbj1d15aacffj0x-gitea-mq-0.1.0