Deployment fails

When going through GitHub action:

2021-08-21T21:22:49.0210211Z e[38;5;252m--> Building image donee[0m
2021-08-21T21:22:49.0211107Z e[32m==> Pushing image to flye[0m
2021-08-21T21:22:49.2899196Z The push refers to repository [registry.fly.io/premade]
2021-08-21T21:22:49.4020800Z 7224043fa3d5: Preparing
2021-08-21T21:22:50.3405232Z fbd9e87c8ac9: Preparing
2021-08-21T21:22:50.3407096Z 58b8edb5bce2: Preparing
2021-08-21T21:22:50.3407957Z c6401ac95136: Preparing
2021-08-21T21:22:50.3408741Z 0f7b3ff8b310: Preparing
2021-08-21T21:22:50.3543777Z 0f7b3ff8b310: Layer already exists
2021-08-21T21:22:51.8586111Z fbd9e87c8ac9: Pushed
2021-08-21T21:22:51.9649864Z 58b8edb5bce2: Pushed
2021-08-21T21:22:55.1182418Z c6401ac95136: Pushed
2021-08-21T21:22:57.4152225Z 7224043fa3d5: Pushed
2021-08-21T21:23:00.9638111Z deployment-1629580724: digest: sha256:af8ed898dc63a0812ec8eb3deaa4e766bb529f7a9f49733059dd17e141ea5f30 size: 1363
2021-08-21T21:23:00.9650171Z e[38;5;252m--> Pushing image donee[0m
2021-08-21T21:23:00.9863808Z Image: registry.fly.io/premade:deployment-1629580724
2021-08-21T21:23:00.9864540Z Image size: 33 MB
2021-08-21T21:23:00.9865347Z e[32m==> Creating releasee[0m
2021-08-21T21:23:02.4542734Z e[31mErrore[0m An unknown error occured.

Locally with the debug option on:

Waiting for remote builder fly-builder-twilight-wood-9616... connecting ⣽ DEBUG <-- 200 https://api.fly.io/graphql (276.49ms) {"data":{"app":{"id":"premade","name":"premade","hostname":"premade.fly.dev","deployed":true,"status":"running","version":83,"appUrl":"https://213.188.211.149","organization":{"id":"bjkZRb7BXzk36H383wbX0z9bXRHlvX","slug":"premade"},"services":[{"description":"TCP 80/443 ⇢ 4000","protocol":"TCP","internalPort":4000,"ports":[{"port":80,"handlers":["HTTP"]},{"port":443,"handlers":["TLS","HTTP"]}]}],"ipAddresses":{"nodes":[{"id":"L5MgK4BKa0zNDfmxnQAq3n9aR1iAMk","address":"213.188.211.149","type":"v4","createdAt":"2021-07-28T01:50:56Z"},{"id":"JDJxKLPKopeXnTMZpQ926p1oGeT3DO","address":"2a09:8280:1::1:554","type":"v6","createdAt":"2021-07-28T01:50:56Z"}]}}}}
DEBUG --> POST https://api.fly.io/graphql {{"query":"mutation($input: ValidateWireGuardPeersInput!) { validateWireGuardPeers(input: $input) { invalidPeerIps } }","variables":{"input":{"peerIps":["fdaa:0:3049:a7b:ce2:0:a:2","fdaa:0:3048:a7b:ce2:0:a:2"]}}}
}
DEBUG <-- 200 https://api.fly.io/graphql (115.67ms) {"data":{"validateWireGuardPeers":{"invalidPeerIps":[]}}}
Waiting for remote builder fly-builder-twilight-wood-9616... connecting ⣯ DEBUG result image:<nil> error:error connecting to docker: host unavailable: resolve failed: resolve failed: err bad command: [resolve premade fly-builder-twilight-wood-9616.internal]
Error error connecting to docker: host unavailable: resolve failed: resolve failed: err bad command: [resolve premade fly-builder-twilight-wood-9616.internal]

Any thoughts? App and org is premade

We were alerted about this and it should be fixed in the next few minutes.

1 Like

This should be better now, sorry about that. There was a bug preventing release commands from kicking off like they were supposed to. :confused: