`{"source":"https://github.com/woodpecker-ci/woodpecker","version":"2.7.1"}`
Both hosts are running Debian 12 on amd64 cpus.
Additional context
The relevant logs when the pipeline starts:
Server logs
{"level":"error","repo_id":"1","pipeline_id":"7","workflow_id":"7","error":"sql: no rows in result set","time":"2024-10-22T07:40:19Z","message":"queue.Done: cannot ack workflow"}
{"level":"error","repo_id":"1","pipeline_id":"7","workflow_id":"7","error":"stream: not found","time":"2024-10-22T07:40:19Z","message":"done: cannot close log stream for step 38"}
{"level":"error","repo_id":"1","pipeline_id":"7","workflow_id":"7","error":"stream: not found","time":"2024-10-22T07:40:19Z","message":"done: cannot close log stream for step 39"}
{"level":"error","repo_id":"1","pipeline_id":"7","workflow_id":"7","error":"stream: not found","time":"2024-10-22T07:40:19Z","message":"done: cannot close log stream for step 40"}
{"level":"error","repo_id":"1","pipeline_id":"7","workflow_id":"7","error":"stream: not found","time":"2024-10-22T07:40:19Z","message":"done: cannot close log stream for step 41"}
{"level":"error","repo_id":"1","pipeline_id":"7","workflow_id":"7","error":"stream: not found","time":"2024-10-22T07:40:19Z","message":"done: cannot close log stream for step 42"}
Agent logs
{"level":"warn","repo":"haath/rust-template","pipeline":"7","workflow_id":"7","error":"rpc error: code = Unknown desc = workflow finished with error uuid=01JASJPRDXKEBT5A0V7PP73QCR: exit code 128","time":"2024-10-22T07:40:19Z","message":"cancel signal received"}
Component
server, agent
Describe the bug
Possibly related to #1905 since I see some similar logs.
This is a fresh install, and the pipelines fail at the clone stage with:
OAuth works fine. I can log out and back in with no issues. Only the agent running the workflow seems to be having the issue.
Steps to reproduce
The setup is the following on two hosts.
Host A
This host houses Forgejo, the Woodpecker server, and the Caddy proxy for tls.
Host B
This host is on the same LAN, and runs the woodpecker agent.
Note that
192.168.0.15
is the address of host A.Expected behavior
No response
System Info
Additional context
The relevant logs when the pipeline starts:
Server logs
Agent logs
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]