no VPN or any network restrictions
Unfortunately still no
. It tries to connect to the remote builder …
output with debug flag
[11:29:23]phoenix/phx166(main⚡)» fly agent stop
Update available 0.0.269-dev-tqbf-tcp-proxy-48b8696 -> v0.0.297-pre-2.
Run "fly version update" to upgrade.
[11:29:42]phoenix/phx166(main⚡)» LOG_LEVEL=debug flyctl deploy --remote-only
DEBUG Loaded flyctl config from/Users/kim/.fly/config.yml
DEBUG determined hostname: "kimasfdsdf"
DEBUG determined working directory: "/Users/kim/Projects/phoenix/phx166"
DEBUG determined user home directory: "/Users/kim"
DEBUG determined config directory: "/Users/kim/.fly"
DEBUG cache loaded.
DEBUG config initialized.
DEBUG initialized task manager.
DEBUG skipped querying for new release
Update available 0.0.269-dev-tqbf-tcp-proxy-48b8696 -> v0.0.297-pre-2.
Run "flyctl version update" to upgrade.
DEBUG client initialized.
DEBUG Loading app config from/Users/kim/Projects/phoenix/phx166/fly.toml
DEBUG Working Directory: /Users/kim/Projects/phoenix/phx166
DEBUG App Config File: /Users/kim/Projects/phoenix/phx166/fly.toml
Deploying vanilla166
==> 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":"vanilla166","definition":{"deploy":{"release_command":"/app/bin/migrate"},"env":{"PHX_HOST":"vanilla166.fly.dev","PORT":"8080"},"experimental":{"allowed_public_ports":[],"auto_rollback":true},"kill_signal":"SIGTERM","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 (704.51ms) {"data":{"app":{"parseConfig":{"definition":{"kill_timeout":5,"kill_signal":"SIGTERM","processes":[],"deploy":{"release_command":"/app/bin/migrate"},"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":{"PHX_HOST":"vanilla166.fly.dev","PORT":"8080"}},"valid":true,"errors":[],"services":[{"description":"TCP 80/443 ⇢ 8080"}]}}}}
--> Validating app configuration done
Services
TCP 80/443 ⇢ 8080
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 --> 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":"vanilla166","organizationId":null}}}
}
DEBUG <-- 200 https://api.fly.io/graphql (2.96s) {"data":{"ensureMachineRemoteBuilder":{"machine":{"id":"7175a0e0","state":"starting","ips":{"nodes":[{"family":"v6","kind":"privatenet","ip":"fdaa:0:4152:a7b:1a:0:901d:2"},{"family":"v6","kind":"public","ip":"2604:1380:4111:1e04::901d:3"},{"family":"v4","kind":"private","ip":"172.19.0.98"}]}},"app":{"name":"fly-builder-winter-wind-513","organization":{"slug":"personal"}}}}}
DEBUG checking ip &{Family:v6 Kind:privatenet IP:fdaa:0:4152:a7b:1a:0:901d:2 MaskSize:0}
DEBUG --> POST https://api.fly.io/graphql {{"query":"query ($appName: String!) { app(name: $appName) { id name hostname deployed status version appUrl config { definition } organization { id slug } services { description protocol internalPort ports { port handlers } } ipAddresses { nodes { id address type createdAt } } imageDetails { repository version } } }","variables":{"appName":"vanilla166"}}
}
Waiting for remote builder fly-builder-winter-wind-513... connecting ⣻ DEBUG <-- 200 https://api.fly.io/graphql (718.44ms) {"data":{"app":{"id":"vanilla166","name":"vanilla166","hostname":"vanilla166.fly.dev","deployed":false,"status":"pending","version":0,"appUrl":null,"config":{"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":{}}},"organization":{"id":"60L7BO3NPGLMXHvjvN6nmoY6nAFq08","slug":"personal"},"services":[{"description":"TCP 80/443 ⇢ 8080","protocol":"TCP","internalPort":8080,"ports":[{"port":80,"handlers":["HTTP"]},{"port":443,"handlers":["TLS","HTTP"]}]}],"ipAddresses":{"nodes":[]},"imageDetails":{"repository":"unknown","version":"unknown"}}}}
DEBUG --> POST https://api.fly.io/graphql {{"query":"mutation($input: ValidateWireGuardPeersInput!) { validateWireGuardPeers(input: $input) { invalidPeerIps } }","variables":{"input":{"peerIps":["fdaa:0:4152:a7b:177d:0:a:2"]}}}
}
Waiting for remote builder fly-builder-winter-wind-513... connecting ⢿ DEBUG <-- 200 https://api.fly.io/graphql (149.08ms) {"data":{"validateWireGuardPeers":{"invalidPeerIps":[]}}}
DEBUG started agent process 46338
Waiting for remote builder fly-builder-winter-wind-513... connecting ⢿