I can not deploy my app

fly deploy --config ./fly_pre.toml

==> Verifying app config

→ Verified app config

==> Building image

then, the command stuck here and no other messages given.

I also open the browser to check remote builder apps, but just saw some endless debug logs like the following.

2022-10-18T09:25:57.004 app[9e784773cd1483] nrt [info] time=“2022-10-18T09:25:57.004714345Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-10-18T09:25:58.007 app[9e784773cd1483] nrt [info] time=“2022-10-18T09:25:58.007135429Z” level=debug msg=“checking docker activity”

2022-10-18T09:25:58.007 app[9e784773cd1483] nrt [info] time=“2022-10-18T09:25:58.007469789Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-10-18T09:25:59.010 app[9e784773cd1483] nrt [info] time=“2022-10-18T09:25:59.009776333Z” level=debug msg=“checking docker activity”

2022-10-18T09:25:59.011 app[9e784773cd1483] nrt [info] time=“2022-10-18T09:25:59.010178033Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

2022-10-18T09:26:00.012 app[9e784773cd1483] nrt [info] time=“2022-10-18T09:26:00.011843797Z” level=debug msg=“checking docker activity”

2022-10-18T09:26:00.012 app[9e784773cd1483] nrt [info] time=“2022-10-18T09:26:00.012266637Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”

Could be that the remote builders are struggling or something in your network is blocking wireguard?

If the former, then building the docker image locally should unblock you: fly deploy --local-only <other-args>.

If the latter, run fly wg websocket enable to see if it helps?

1 Like