@sudhir.j thanks for doing that.
Here is the log. I don’t see any errors though?
% LOG_LEVEL=debug flyctl deploy
DEBUG Loaded flyctl config from/Users/karl/.fly/config.yml
DEBUG determined working directory: "/Users/karl/tst/python-hellofly-flask"
DEBUG determined user home directory: "/Users/karl"
DEBUG determined config directory: "/Users/karl/.fly"
DEBUG cache loaded.
DEBUG config initialized.
DEBUG initialized task manager.
DEBUG started querying for new release
DEBUG client initialized.
DEBUG Loading app config from/Users/karl/tst/python-hellofly-flask/fly.toml
DEBUG Working Directory: /Users/karl/tst/python-hellofly-flask
DEBUG App Config File: /Users/karl/tst/python-hellofly-flask/fly.toml
Deploying divine-feather-8028
==> Validating app configuration
DEBUG --> POST https://api.fly.io/graphql {{"query":"query($appName: String!, $definition: JSON!) { app(name: $appName) { parseConfig(definition: $definition) { definition valid errors services { description } } } }","variables":{"appName":"divine-feather-8028","definition":{"env":{},"experimental":{"allowed_public_ports":[],"auto_rollback":true},"kill_signal":"SIGINT","kill_timeout":5,"processes":[],"services":[{"concurrency":{"hard_limit":25,"soft_limit":20,"type":"connections"},"http_checks":[],"internal_port":8080,"ports":[{"handlers":["http"],"port":80},{"handlers":["tls","http"],"port":443}],"processes":["app"],"protocol":"tcp","script_checks":[],"tcp_checks":[{"grace_period":"1s","interval":"15s","restart_limit":0,"timeout":"2s"}]}]}}}
}
DEBUG <-- 200 https://api.fly.io/graphql (1.1s) {"data":{"app":{"parseConfig":{"definition":{"kill_timeout":5,"kill_signal":"SIGINT","processes":[],"experimental":{"allowed_public_ports":[],"auto_rollback":true},"services":[{"processes":["app"],"protocol":"tcp","internal_port":8080,"concurrency":{"soft_limit":20,"hard_limit":25,"type":"connections"},"ports":[{"port":80,"handlers":["http"]},{"port":443,"handlers":["tls","http"]}],"tcp_checks":[{"interval":"15s","timeout":"2s","grace_period":"1s","restart_limit":0}],"http_checks":[],"script_checks":[]}],"env":{}},"valid":true,"errors":[],"services":[{"description":"TCP 80/443 ⇢ 8080"}]}}}}
--> Validating app configuration done
Services
TCP 80/443 ⇢ 8080
DEBUG trying local docker daemon
DEBUG Local docker daemon unavailable
DEBUG trying remote docker daemon
DEBUG Trying 'Buildpacks' strategy
DEBUG no buildpack builder configured, skipping
DEBUG result image:<nil> error:<nil>
DEBUG Trying 'Dockerfile' strategy
DEBUG dockerfile not found, skipping
DEBUG result image:<nil> error:<nil>
DEBUG Trying 'Builtin' strategy
DEBUG --> POST https://api.fly.io/graphql {{"query":"mutation($input: EnsureMachineRemoteBuilderInput!) { ensureMachineRemoteBuilder(input: $input) { machine { id state ips { nodes { family kind ip } } }, app { name organization { slug } } } }","variables":{"input":{"appName":"divine-feather-8028","organizationId":null}}}
}
DEBUG <-- 200 https://api.fly.io/graphql (541.82ms) {"data":{"ensureMachineRemoteBuilder":{"machine":{"id":"815d5f3d","state":"starting","ips":{"nodes":[{"family":"v6","kind":"privatenet","ip":"fdaa:0:39b0:a7b:14bf:0:572f:2"},{"family":"v6","kind":"public","ip":"2607:f740:10:1a::572f:3"},{"family":"v4","kind":"private","ip":"172.19.0.138"}]}},"app":{"name":"fly-builder-aged-rain-2534","organization":{"slug":"personal"}}}}}
DEBUG checking ip &{Family:v6 Kind:privatenet IP:fdaa:0:39b0:a7b:14bf:0:572f:2 MaskSize:0}
Waiting for remote builder fly-builder-aged-rain-2534... connecting ⣾ DEBUG --> POST https://api.fly.io/graphql {{"query":"query ($appName: String!) { app(name: $appName) { id name hostname deployed status version appUrl organization { id slug } services { description protocol internalPort ports { port handlers } } ipAddresses { nodes { id address type createdAt } } } }","variables":{"appName":"divine-feather-8028"}}
}
Waiting for remote builder fly-builder-aged-rain-2534... connecting ⡿ DEBUG <-- 200 https://api.fly.io/graphql (1.06s) {"data":{"app":{"id":"divine-feather-8028","name":"divine-feather-8028","hostname":"divine-feather-8028.fly.dev","deployed":false,"status":"pending","version":0,"appUrl":null,"organization":{"id":"50NmY73lPeNz9H6y6PJO8ovJO4unx4","slug":"personal"},"services":[{"description":"TCP 80/443 ⇢ 8080","protocol":"TCP","internalPort":8080,"ports":[{"port":80,"handlers":["HTTP"]},{"port":443,"handlers":["TLS","HTTP"]}]}],"ipAddresses":{"nodes":[]}}}}
DEBUG --> POST https://api.fly.io/graphql {{"query":"mutation($input: ValidateWireGuardPeersInput!) { validateWireGuardPeers(input: $input) { invalidPeerIps } }","variables":{"input":{"peerIps":["fdaa:0:39b0:a7b:1bfe:0:a:2"]}}}
}
Waiting for remote builder fly-builder-aged-rain-2534... connecting ⣟ DEBUG <-- 200 https://api.fly.io/graphql (383.3ms) {"data":{"validateWireGuardPeers":{"invalidPeerIps":[]}}}
Waiting for remote builder fly-builder-aged-rain-2534... connecting ⣟ DEBUG Remote builder available, but pinging again in 200ms to be sure
Waiting for remote builder fly-builder-aged-rain-2534... connecting ⣾ DEBUG Remote builder available, but pinging again in 224.992882ms to be sure
Waiting for remote builder fly-builder-aged-rain-2534... connecting ⢿ DEBUG Remote builder is ready to build!
Remote builder fly-builder-aged-rain-2534 ready
==> Creating build context
--> Creating build context done
==> Building image with Docker
--> docker host: 20.10.10 linux x86_64