nixbot

builds

failed aarch64-linux.package-gitea-mq build #17 · raw · ·

1this derivation will be built:2  /nix/store/9fvfirybx4vy7z4qnpxxrr3xbhhqb2js-gitea-mq-0.1.0.drv3building '/nix/store/9fvfirybx4vy7z4qnpxxrr3xbhhqb2js-gitea-mq-0.1.0.drv' on 'ssh-ng://nix@eliza'4building '/nix/store/9fvfirybx4vy7z4qnpxxrr3xbhhqb2js-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	2.975s33gitea-mq-0.1.0> ok  	github.com/Mic92/gitea-mq/internal/config	0.007s34gitea-mq-0.1.0> ok  	github.com/Mic92/gitea-mq/internal/discovery	1.314s35gitea-mq-0.1.0> ok  	github.com/Mic92/gitea-mq/internal/forge	0.006s36gitea-mq-0.1.0> ok  	github.com/Mic92/gitea-mq/internal/gitea	0.014s37gitea-mq-0.1.0> ok  	github.com/Mic92/gitea-mq/internal/github	0.316s38gitea-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-postgres1916284248/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-postgres1916284248/data -l logfile start64gitea-mq-0.1.0> 65gitea-mq-0.1.0> 2026-06-25 13:18:46.569 UTC [42355] LOG:  starting PostgreSQL 17.10 on aarch64-unknown-linux-gnu, compiled by clang version 21.1.8, 64-bit66gitea-mq-0.1.0> 2026-06-25 13:18:46.569 UTC [42355] LOG:  listening on Unix socket "/build/gitea-mq-test-postgres1916284248/.s.PGSQL.5432"67gitea-mq-0.1.0> 2026-06-25 13:18:46.572 UTC [42359] LOG:  database system was shut down at 2026-06-25 13:18:46 UTC68gitea-mq-0.1.0> 2026-06-25 13:18:46.576 UTC [42355] LOG:  database system is ready to accept connections69gitea-mq-0.1.0> 2026/06/25 13:18:46 cmd/web.go:263:runWeb() [I] Starting Gitea on PID: 4241270gitea-mq-0.1.0> 2026/06/25 13:18:46 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:46 cmd/web.go:116:showWebStartupMessage() [I] * RunMode: prod72gitea-mq-0.1.0> 2026/06/25 13:18:46 cmd/web.go:117:showWebStartupMessage() [I] * AppPath: /nix/store/54g34h20hkdkvdsi9bgl1r36nqfrg9ih-gitea-1.26.4/bin/gitea73gitea-mq-0.1.0> 2026/06/25 13:18:46 cmd/web.go:118:showWebStartupMessage() [I] * WorkPath: /build/gitea-mq-test-gitea104733221774gitea-mq-0.1.0> 2026/06/25 13:18:46 cmd/web.go:119:showWebStartupMessage() [I] * CustomPath: /build/gitea-mq-test-gitea1047332217/custom75gitea-mq-0.1.0> 2026/06/25 13:18:46 cmd/web.go:120:showWebStartupMessage() [I] * ConfigFile: /build/gitea-mq-test-gitea1047332217/custom/conf/app.ini76gitea-mq-0.1.0> 2026/06/25 13:18:46 cmd/web.go:121:showWebStartupMessage() [I] Prepare to run web server77gitea-mq-0.1.0> 2026/06/25 13:18:46 routers/init.go:117:InitWebInstalled() [I] Git version: 2.54.0 (home: /build/gitea-mq-test-gitea1047332217/data/home)78gitea-mq-0.1.0> New user 'testuser' has been successfully created!79gitea-mq-0.1.0> 2026-06-25 13:18:49.359 UTC [42567] ERROR:  relation "goose_db_version" does not exist at character 3680gitea-mq-0.1.0> 2026-06-25 13:18:49.359 UTC [42567] STATEMENT:  SELECT version_id, is_applied from goose_db_version ORDER BY id DESC81gitea-mq-0.1.0> 2026/06/25 13:18:49 OK   001_initial.sql (9.09ms)82gitea-mq-0.1.0> 2026/06/25 13:18:49 OK   002_check_status_target_url.sql (1.05ms)83gitea-mq-0.1.0> 2026/06/25 13:18:49 OK   003_add_forge.sql (1.96ms)84gitea-mq-0.1.0> 2026/06/25 13:18:49 OK   004_batches.sql (5.88ms)85gitea-mq-0.1.0> 2026/06/25 13:18:49 goose: successfully migrated database to version: 486gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/post-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash87gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/post-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash88gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/pre-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash89gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/pre-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash90gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/proc-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash91gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/update: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash92gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/e2e-mq-test.git/hooks/update.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash93gitea-mq-0.1.0> 2026/06/25 13:18:52 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 1 cannot load label 094gitea-mq-0.1.0> 2026/06/25 13:18:52 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 2 cannot load label 095gitea-mq-0.1.0> 2026/06/25 13:18:52 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 1 cannot load label 096gitea-mq-0.1.0> 2026/06/25 13:18:52 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 2 cannot load label 097gitea-mq-0.1.0> 2026/06/25 13:18:52 INFO enqueued PR pr=1 position=198gitea-mq-0.1.0> 2026/06/25 13:18:52 INFO enqueued PR from automerge detection pr=1 position=199gitea-mq-0.1.0> 2026/06/25 13:18:52 INFO started testing pr=1 branch=gitea-mq/1 sha=6b0c06298e7258458437474bae96cc831d0dd0ac100gitea-mq-0.1.0> 2026/06/25 13:18:52 INFO started testing for head-of-queue pr=1 branch=gitea-mq/1101gitea-mq-0.1.0> 2026/06/25 13:18:52 INFO all checks passed pr=1102gitea-mq-0.1.0> 2026/06/25 13:18:53 .../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:53 .../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:53 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:53 .../automerge/automerge.go:259:handlePullRequestAutoMerge() [E] <PullRequest [1]testuser/e2e-mq-test#1[main...feature-1]> CheckPullMergeable: not in mergeable state106gitea-mq-0.1.0> 2026/06/25 13:18:54 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 1 cannot load label 0107gitea-mq-0.1.0> 2026/06/25 13:18:54 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 2 cannot load label 0108gitea-mq-0.1.0> 2026/06/25 13:18:54 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 3 cannot load label 0109gitea-mq-0.1.0> 2026/06/25 13:18:54 INFO dequeued PR pr=1 was_head=true110gitea-mq-0.1.0> 2026/06/25 13:18:54 INFO removed merged PR from queue pr=1111gitea-mq-0.1.0> 2026-06-25 13:18:54.833 UTC [44663] ERROR:  relation "goose_db_version" does not exist at character 36112gitea-mq-0.1.0> 2026-06-25 13:18:54.833 UTC [44663] STATEMENT:  SELECT version_id, is_applied from goose_db_version ORDER BY id DESC113gitea-mq-0.1.0> 2026/06/25 13:18:54 OK   001_initial.sql (8.75ms)114gitea-mq-0.1.0> 2026/06/25 13:18:54 OK   002_check_status_target_url.sql (753.53µs)115gitea-mq-0.1.0> 2026/06/25 13:18:54 OK   003_add_forge.sql (1.65ms)116gitea-mq-0.1.0> 2026/06/25 13:18:54 OK   004_batches.sql (4.62ms)117gitea-mq-0.1.0> 2026/06/25 13:18:54 goose: successfully migrated database to version: 4118gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git/hooks/post-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash119gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git/hooks/post-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash120gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git/hooks/pre-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash121gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git/hooks/pre-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash122gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git/hooks/proc-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash123gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git/hooks/update: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash124gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git/hooks/update.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash125gitea-mq-0.1.0> 2026/06/25 13:18:57 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 6 cannot load label 0126gitea-mq-0.1.0> 2026/06/25 13:18:57 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 7 cannot load label 0127gitea-mq-0.1.0> 2026/06/25 13:18:57 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 4 cannot load label 0128gitea-mq-0.1.0> 2026/06/25 13:18:57 models/issues/comment.go:547:(*Comment).LoadLabel() [W] Commit 5 cannot load label 0129gitea-mq-0.1.0> 2026/06/25 13:18:57 INFO enqueued PR pr=2 position=1130gitea-mq-0.1.0> 2026/06/25 13:18:57 INFO enqueued PR from automerge detection pr=2 position=1131gitea-mq-0.1.0> 2026/06/25 13:18:57 INFO enqueued PR pr=1 position=2132gitea-mq-0.1.0> 2026/06/25 13:18:57 INFO enqueued PR from automerge detection pr=1 position=2133gitea-mq-0.1.0> 2026/06/25 13:18:57 INFO batch formed batch=1 branch=main members=2134gitea-mq-0.1.0> 2026/06/25 13:18:57 .../automerge/automerge.go:264:handlePullRequestAutoMerge() [E] pull_service.Merge: PushRejected Error: exit status 1 - remote: error: cannot lock ref 'refs/heads/main': is at 82189ed909a3a2e533187cbfa462cf16353f2a94 but expected 6573c3692407dbba12e346207304aa5956877061        135gitea-mq-0.1.0> To /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git136gitea-mq-0.1.0>  ! [remote rejected] base -> main (incorrect old value provided)137gitea-mq-0.1.0> error: failed to push some refs to '/build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git': remote: error: cannot lock ref 'refs/heads/main': is at 82189ed909a3a2e533187cbfa462cf16353f2a94 but expected 6573c3692407dbba12e346207304aa5956877061        138gitea-mq-0.1.0> To /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git139gitea-mq-0.1.0>  ! [remote rejected] base -> main (incorrect old value provided)140gitea-mq-0.1.0> error: failed to push some refs to '/build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/batch-e2e.git'141gitea-mq-0.1.0> 142gitea-mq-0.1.0> 2026/06/25 13:18:58 INFO batch built batch=1 build=1 sha=01084385e9f42b63940839697858859ac964ed4a current=2 pending=0143gitea-mq-0.1.0> 2026/06/25 13:18:58 INFO batch fast-forward raced; rebuilding batch=1 retry=1144gitea-mq-0.1.0> 2026/06/25 13:18:58 INFO batch built batch=1 build=2 sha=d54a4a62983d2b733a7d60845235d2cecdc77e07 current=2 pending=0145gitea-mq-0.1.0> --- FAIL: TestGitea_BatchFlow_Green (4.02s)146gitea-mq-0.1.0>     gitea_batch_test.go:149: main = "82189ed909a3a2e533187cbfa462cf16353f2a94", want "01084385e9f42b63940839697858859ac964ed4a"147gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/ff-test.git/hooks/post-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash148gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/ff-test.git/hooks/post-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash149gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/ff-test.git/hooks/pre-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash150gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/ff-test.git/hooks/pre-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash151gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/ff-test.git/hooks/proc-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash152gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/ff-test.git/hooks/update: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash153gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/ff-test.git/hooks/update.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash154gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/stack-test.git/hooks/post-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash155gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/stack-test.git/hooks/post-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash156gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/stack-test.git/hooks/pre-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash157gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/stack-test.git/hooks/pre-receive.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash158gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/stack-test.git/hooks/proc-receive: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash159gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/stack-test.git/hooks/update: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash160gitea-mq-0.1.0> DEBUG: patching hook shebang in /build/gitea-mq-test-gitea1047332217/data/gitea-repositories/testuser/stack-test.git/hooks/update.d/gitea: #!/usr/bin/env bash -> #!/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash161gitea-mq-0.1.0> 2026-06-25 13:19:03.252 UTC [49509] ERROR:  relation "goose_db_version" does not exist at character 36162gitea-mq-0.1.0> 2026-06-25 13:19:03.252 UTC [49509] STATEMENT:  SELECT version_id, is_applied from goose_db_version ORDER BY id DESC163gitea-mq-0.1.0> 2026/06/25 13:19:03 OK   001_initial.sql (9.11ms)164gitea-mq-0.1.0> 2026/06/25 13:19:03 OK   002_check_status_target_url.sql (689.17µs)165gitea-mq-0.1.0> 2026/06/25 13:19:03 OK   003_add_forge.sql (1.73ms)166gitea-mq-0.1.0> 2026/06/25 13:19:03 OK   004_batches.sql (5.04ms)167gitea-mq-0.1.0> 2026/06/25 13:19:03 goose: successfully migrated database to version: 4168gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO enqueued PR pr=1 position=1169gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO enqueued PR from automerge detection pr=1 position=1170gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO enqueued PR pr=2 position=2171gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO enqueued PR from automerge detection pr=2 position=2172gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO enqueued PR pr=3 position=3173gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO enqueued PR from automerge detection pr=3 position=3174gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO batch formed batch=1 branch=main members=3175gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO batch built batch=1 build=1 sha=merge(merge(merge(sha-main,sha1),sha2),sha3) current=3 pending=0176gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO dequeued PR pr=1 was_head=true177gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO dequeued PR pr=2 was_head=true178gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO dequeued PR pr=3 was_head=true179gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO batch landed batch=1 sha=merge(merge(merge(sha-main,sha1),sha2),sha3) prs=3180gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO batch done batch=1 landed=3 ejected=0 builds=1 flaky=false181gitea-mq-0.1.0> 2026-06-25 13:19:03.363 UTC [49517] ERROR:  relation "goose_db_version" does not exist at character 36182gitea-mq-0.1.0> 2026-06-25 13:19:03.363 UTC [49517] STATEMENT:  SELECT version_id, is_applied from goose_db_version ORDER BY id DESC183gitea-mq-0.1.0> 2026/06/25 13:19:03 OK   001_initial.sql (8.7ms)184gitea-mq-0.1.0> 2026/06/25 13:19:03 OK   002_check_status_target_url.sql (2.13ms)185gitea-mq-0.1.0> 2026/06/25 13:19:03 OK   003_add_forge.sql (2.06ms)186gitea-mq-0.1.0> 2026/06/25 13:19:03 OK   004_batches.sql (5.12ms)187gitea-mq-0.1.0> 2026/06/25 13:19:03 goose: successfully migrated database to version: 4188gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO enqueued PR pr=1 position=1189gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO enqueued PR from automerge detection pr=1 position=1190gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO started testing pr=1 branch=gitea-mq/1 sha=merge(sha-main,sha-head)191gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO started testing for head-of-queue pr=1 branch=gitea-mq/1192gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO all checks passed pr=1193gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO dequeued PR pr=1 was_head=true194gitea-mq-0.1.0> 2026/06/25 13:19:03 INFO removed merged PR from queue pr=1195gitea-mq-0.1.0> FAIL196gitea-mq-0.1.0> 2026/06/25 13:19:03 .../graceful/manager_unix.go:144:(*Manager).handleSignals() [W] PID 42412. Received SIGTERM. Shutting down...197gitea-mq-0.1.0> 2026-06-25 13:19:03.492 UTC [42355] LOG:  received smart shutdown request198gitea-mq-0.1.0> 2026-06-25 13:19:03.495 UTC [42355] LOG:  background worker "logical replication launcher" (PID 42362) exited with exit code 1199gitea-mq-0.1.0> 2026-06-25 13:19:03.496 UTC [42357] LOG:  shutting down200gitea-mq-0.1.0> 2026-06-25 13:19:03.496 UTC [42357] LOG:  checkpoint starting: shutdown immediate201gitea-mq-0.1.0> 2026-06-25 13:19:03.725 UTC [42357] LOG:  checkpoint complete: wrote 3884 buffers (23.7%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.059 s, sync=0.170 s, total=0.230 s; sync files=1309, longest=0.002 s, average=0.001 s; distance=17711 kB, estimate=17711 kB; lsn=0/26387E0, redo lsn=0/26387E0202gitea-mq-0.1.0> 2026-06-25 13:19:03.754 UTC [42355] LOG:  database system is shut down203gitea-mq-0.1.0> FAIL	github.com/Mic92/gitea-mq/internal/integration	18.019s204gitea-mq-0.1.0> FAIL205error: build of '/nix/store/9fvfirybx4vy7z4qnpxxrr3xbhhqb2js-gitea-mq-0.1.0.drv' on 'ssh-ng://nix@eliza' failed: Cannot build '/nix/store/9fvfirybx4vy7z4qnpxxrr3xbhhqb2js-gitea-mq-0.1.0.drv'.206       Reason: builder failed with exit code 1.207       Output paths:208         /nix/store/m4vwv5zpww2ka7amlb07q2gm60k7hkww-gitea-mq-0.1.0209       Last 25 log lines:210       > 2026/06/25 13:19:03 INFO batch done batch=1 landed=3 ejected=0 builds=1 flaky=false211       > 2026-06-25 13:19:03.363 UTC [49517] ERROR:  relation "goose_db_version" does not exist at character 36212       > 2026-06-25 13:19:03.363 UTC [49517] STATEMENT:  SELECT version_id, is_applied from goose_db_version ORDER BY id DESC213       > 2026/06/25 13:19:03 OK   001_initial.sql (8.7ms)214       > 2026/06/25 13:19:03 OK   002_check_status_target_url.sql (2.13ms)215       > 2026/06/25 13:19:03 OK   003_add_forge.sql (2.06ms)216       > 2026/06/25 13:19:03 OK   004_batches.sql (5.12ms)217       > 2026/06/25 13:19:03 goose: successfully migrated database to version: 4218       > 2026/06/25 13:19:03 INFO enqueued PR pr=1 position=1219       > 2026/06/25 13:19:03 INFO enqueued PR from automerge detection pr=1 position=1220       > 2026/06/25 13:19:03 INFO started testing pr=1 branch=gitea-mq/1 sha=merge(sha-main,sha-head)221       > 2026/06/25 13:19:03 INFO started testing for head-of-queue pr=1 branch=gitea-mq/1222       > 2026/06/25 13:19:03 INFO all checks passed pr=1223       > 2026/06/25 13:19:03 INFO dequeued PR pr=1 was_head=true224       > 2026/06/25 13:19:03 INFO removed merged PR from queue pr=1225       > FAIL226       > 2026/06/25 13:19:03 .../graceful/manager_unix.go:144:(*Manager).handleSignals() [W] PID 42412. Received SIGTERM. Shutting down...227       > 2026-06-25 13:19:03.492 UTC [42355] LOG:  received smart shutdown request228       > 2026-06-25 13:19:03.495 UTC [42355] LOG:  background worker "logical replication launcher" (PID 42362) exited with exit code 1229       > 2026-06-25 13:19:03.496 UTC [42357] LOG:  shutting down230       > 2026-06-25 13:19:03.496 UTC [42357] LOG:  checkpoint starting: shutdown immediate231       > 2026-06-25 13:19:03.725 UTC [42357] LOG:  checkpoint complete: wrote 3884 buffers (23.7%); 0 WAL file(s) added, 0 removed, 1 recycled; write=0.059 s, sync=0.170 s, total=0.230 s; sync files=1309, longest=0.002 s, average=0.001 s; distance=17711 kB, estimate=17711 kB; lsn=0/26387E0, redo lsn=0/26387E0232       > 2026-06-25 13:19:03.754 UTC [42355] LOG:  database system is shut down233       > FAIL	github.com/Mic92/gitea-mq/internal/integration	18.019s234       > FAIL235       For full logs, run:236         nix log /nix/store/9fvfirybx4vy7z4qnpxxrr3xbhhqb2js-gitea-mq-0.1.0.drv237error: Cannot build '/nix/store/9fvfirybx4vy7z4qnpxxrr3xbhhqb2js-gitea-mq-0.1.0.drv'.238       Reason: builder failed with exit code 1.239       Output paths:240         /nix/store/m4vwv5zpww2ka7amlb07q2gm60k7hkww-gitea-mq-0.1.0