\n\nAnd here is the outcome on BitBucket:\n\u003Cimg width=\"479\" height=\"182\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/11c2a65d-cbf2-4162-9805-3d035bdac04e\" />\n\n\n### Steps to reproduce\n\n1. Run Woodpecker with BitBucket Cloud forge\n2. Create a pipeline that uses a matrix\n3. Let the pipeline finish on Woodpecker\n4. Observe the build statuses on the commit in BitBucket\n\n### Expected behavior\n\nBoth pipelines should show completed.\n\n### System Info\n\n```shell\nWoodpecker version: v3.8.0\n```\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3208,3209],{"name":3139,"color":3140},{"name":3210,"color":3211},"forge/bitbucket","E96280",5338,"Build status not completing on matrix pipelines with BitBucket","2025-08-10T17:51:17Z","https://github.com/woodpecker-ci/woodpecker/issues/5338",0.68640554,{"description":3218,"labels":3219,"number":3224,"owner":3142,"repository":3143,"state":3171,"title":3225,"updated_at":3226,"url":3227,"score":3228},"### Component\n\nagent\n\n### Describe the bug\n\nSince I'm on 3.4.0, the agent runs into a segmentation fault on startup.\n\nI just updated from woodpecker 2.7.0 to 3.4.0.\nI'm using [picus](https://github.com/windsource/picus) 0.7.2 to deploy VMs for agents as needed.\nIt does not appear to be a picus issue: https://github.com/windsource/picus/issues/29\n\n### Steps to reproduce\n\n1. Create woodpecker agent with the compose config attached below\n2. Watch it crash\n\nMy woodpecker server has pending jobs for the agent in case that's relevant.\n\n### Expected behavior\n\nno crash\n\n### System Info\n\n```shell\n{\"source\":\"https://github.com/woodpecker-ci/woodpecker\",\"version\":\"3.4.0\"}\n\n\n\nservices:\n\n woodpecker-agent:\n image: woodpeckerci/woodpecker-agent:v3.4.0-alpine\n command: agent\n restart: always\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n environment:\n - WOODPECKER_GRPC_SECURE=true\n - WOODPECKER_BACKEND=docker\n - WOODPECKER_SERVER=[...]:443\n - WOODPECKER_FILTER_LABELS=platform=linux/amd64,backend=docker,repo=*,org-id=*\n - WOODPECKER_AGENT_SECRET=[...]\n\n\nWoodpecker runs behind nginx.\n```\n\n### Additional context\n\n```\n2025-03-30T16:28:30.809785618Z {\"level\":\"info\",\"time\":\"2025-03-30T16:28:30Z\",\"message\":\"log level: info\"}\n2025-03-30T16:28:31.036192576Z {\"level\":\"info\",\"time\":\"2025-03-30T16:28:31Z\",\"message\":\"starting Woodpecker agent with version '3.4.0' and backend 'docker' using platform 'linux/amd64' running up to 1 pipelines in parallel\"}\n2025-03-30T16:28:31.676659905Z panic: runtime error: invalid memory address or nil pointer dereference\n2025-03-30T16:28:31.676698591Z \tpanic: runtime error: invalid memory address or nil pointer dereference\n2025-03-30T16:28:31.676703160Z [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa7745f]\n2025-03-30T16:28:31.676706736Z\n2025-03-30T16:28:31.676710003Z goroutine 66 [running]:\n2025-03-30T16:28:31.676713380Z go.woodpecker-ci.org/woodpecker/v3/pipeline/backend/docker.(*docker).DestroyWorkflow(0x3507160, {0x2381360, 0xc0004656d0}, 0xc0000cc940, {0xc00011952b, 0x3})\n2025-03-30T16:28:31.676717768Z \t/src/pipeline/backend/docker/docker.go:326 +0xff\n2025-03-30T16:28:31.676721617Z go.woodpecker-ci.org/woodpecker/v3/pipeline.(*Runtime).Run.func1()\n2025-03-30T16:28:31.676725223Z \t/src/pipeline/pipeline.go:112 +0x7f\n2025-03-30T16:28:31.676749921Z panic({0x1d283c0?, 0x34ca3c0?})\n2025-03-30T16:28:31.676752406Z \t/usr/local/go/src/runtime/panic.go:792 +0x132\n2025-03-30T16:28:31.676754861Z go.woodpecker-ci.org/woodpecker/v3/pipeline/backend/docker.(*docker).SetupWorkflow(0x3507160, {0x2381360, 0xc0004656d0}, 0xc0000cc940, {0xc00011952b, 0x3})\n2025-03-30T16:28:31.676757557Z \t/src/pipeline/backend/docker/docker.go:148 +0xf5\n2025-03-30T16:28:31.676759992Z go.woodpecker-ci.org/woodpecker/v3/pipeline.(*Runtime).Run(0xc000246af0, {0x2381360, 0xc0004656d0})\n2025-03-30T16:28:31.676762536Z \t/src/pipeline/pipeline.go:118 +0x2eb\n2025-03-30T16:28:31.676764881Z go.woodpecker-ci.org/woodpecker/v3/agent.(*Runner).Run(0xc00002f300, {0x2381360, 0xc0004656d0}, {0x23812f0, 0x3528280})\n2025-03-30T16:28:31.676767556Z \t/src/agent/runner.go:153 +0xeb3\n2025-03-30T16:28:31.676774199Z go.woodpecker-ci.org/woodpecker/v3/cmd/agent/core.run.func5()\n2025-03-30T16:28:31.676776774Z \t/src/cmd/agent/core/agent.go:293 +0x205\n2025-03-30T16:28:31.676779170Z golang.org/x/sync/errgroup.(*Group).Go.func1()\n2025-03-30T16:28:31.676781634Z \t/src/vendor/golang.org/x/sync/errgroup/errgroup.go:78 +0x50\n2025-03-30T16:28:31.676784048Z created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 1\n2025-03-30T16:28:31.676786523Z \t/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75 +0x93\n```\n\n### Validations\n\n- [x] Read the [docs](https://woodpecker-ci.org/docs/intro).\n- [x] Check that there isn't [already an issue](https://github.com/woodpecker-ci/woodpecker/issues) that reports the same bug to avoid creating a duplicate.\n- [x] Checked that the bug isn't fixed in the `next` version already [https://woodpecker-ci.org/versions]",[3220,3221],{"name":3139,"color":3140},{"name":3222,"color":3223},"agent","ECBCDF",5031,"Segmentation fault on woodpecker-agent startup","2025-07-05T09:59:18Z","https://github.com/woodpecker-ci/woodpecker/issues/5031",0.68657935,{"description":3230,"labels":3231,"number":3232,"owner":3142,"repository":3143,"state":3171,"title":3233,"updated_at":3234,"url":3235,"score":3236},"I will give up Woodpecker and return to Drone. reason\n1: GitHub issue #5262 with Woodpecker ui, switching log viewing will cause interruption and result in server shutdown in the background\n2: Plugin https://codeberg.org/woodpecker-plugins/docker-buildx/issues/268 I have been trying to mount the host volume but have not received a response\nBecause these two issues affect normal use and there has been no feedback from the management for a week, I have to give up",[],5276,"Giveup","2025-07-17T08:18:51Z","https://github.com/woodpecker-ci/woodpecker/issues/5276",0.689577,["Reactive",3238],{},["Set"],["ShallowReactive",3241],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fusG4ebpkQaVYuAZ_c0j7a3h0BT57RRqHRqHMS78pThM":-1},"/woodpecker-ci/woodpecker/178"]