Since yesterday, I’ve been unable to deploy with a remote builder (using the Paketo Go buildpack). It worked at first, in the morning yesterday (European time), but I now get:
Deploying lingering-sun-7724
==> Validating app configuration
--> Validating app configuration done
WARN Remote builder did not start on time. Check remote builder logs with `flyctl logs -a fly-builder-quiet-sun-4345`
Error remote builder app unavailable
The builder instance does start (it’s the “connecting” that fails/times out after a while), and checking the logs just gives:
2021-07-14T13:03:27.309939037Z app[d8239413] iad [info] time="2021-07-14T13:03:27.308897160Z" level=debug msg="checking docker activity"
2021-07-14T13:03:27.311490743Z app[d8239413] iad [info] time="2021-07-14T13:03:27.310037820Z" level=debug msg="Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0"
2021-07-14T13:03:28.312314296Z app[d8239413] iad [info] time="2021-07-14T13:03:28.311062489Z" level=debug msg="checking docker activity"
2021-07-14T13:03:28.314506741Z app[d8239413] iad [info] time="2021-07-14T13:03:28.312342380Z" level=debug msg="Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0"
(etcetera, repeating every second…)
Destroying the builder app doesn’t help – the same thing happens with the new one.
Cheers,
Daniel