I'm not sure what happened here, but two days ago our pipelines stopped progressing past our pr phase which uses this resource. Setting the resource specifically to v0.19.1 allows the pipelines to work as expected again.
The only errors I've seen are the following from the ATC and worker nodes:
atc
{"timestamp":"2020-04-24T20:00:44.899463521Z","level":"info","source":"atc","message":"atc.failed-to-write-event","data":{"error":"write tcp 172.30.3.3:8080-\u003e172.30.39.48:63164: write: broken pipe","id":5}}
worker
Apr 25 01:17:58 concourse-worker concourse[12351]: {"timestamp":"2020-04-25T01:17:58.319713097Z","level":"error","source":"guardian","message":"guardian.api.garden-server.get-property.failed","data":{"error":"property does not exist: concourse:exit-status","handle":"43f16f9b-d4b9-48b1-5c40-37db687970b8","session":"3.1.6448"}}
This is using a binary install of Concourse v6.0.0 on Ubuntu 18.04. The timeline of everything breaking coinciding with the release of the new version seems a bit too coincidental, and as mentioned pinning the resource to v0.19.1 allows everything to work normally.
I'm not sure what happened here, but two days ago our pipelines stopped progressing past our
prphase which uses this resource. Setting the resource specifically to v0.19.1 allows the pipelines to work as expected again.The only errors I've seen are the following from the ATC and worker nodes:
atc
{"timestamp":"2020-04-24T20:00:44.899463521Z","level":"info","source":"atc","message":"atc.failed-to-write-event","data":{"error":"write tcp 172.30.3.3:8080-\u003e172.30.39.48:63164: write: broken pipe","id":5}}worker
Apr 25 01:17:58 concourse-worker concourse[12351]: {"timestamp":"2020-04-25T01:17:58.319713097Z","level":"error","source":"guardian","message":"guardian.api.garden-server.get-property.failed","data":{"error":"property does not exist: concourse:exit-status","handle":"43f16f9b-d4b9-48b1-5c40-37db687970b8","session":"3.1.6448"}}This is using a binary install of Concourse v6.0.0 on Ubuntu 18.04. The timeline of everything breaking coinciding with the release of the new version seems a bit too coincidental, and as mentioned pinning the resource to v0.19.1 allows everything to work normally.