Hey,
I’m trying to deploy my application, and I’m getting an error when I’m trying to deploy my app:
DEBUG Loaded flyctl config from/Users/krzyzak/.fly/config.yml
DEBUG determined hostname: "air-krzyzak"
DEBUG determined working directory: "/Users/krzyzak/projects/priv/paintball"
DEBUG determined user home directory: "/Users/krzyzak"
DEBUG determined config directory: "/Users/krzyzak/.fly"
DEBUG ensured config directory exists.
DEBUG ensured config directory perms.
DEBUG cache loaded.
DEBUG config initialized.
DEBUG skipped querying for new release
DEBUG client initialized.
DEBUG app config loaded from /Users/krzyzak/projects/priv/paintball/fly.toml
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "query ($appName: String!) { appbasic:app(name: $appName) { id name platformVersion organization { id slug paidPlan } } }",
"variables": {
"appName": "paintball"
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (200.82ms)
DEBUG {
"data": {
"appbasic": {
"id": "paintball",
"name": "paintball",
"platformVersion": "machines",
"organization": {
"id": "L5q73MAjNyqbYHmxmNBa290BaYuoYB",
"slug": "personal",
"paidPlan": false
}
}
}
}
==> Verifying app config
DEBUG Starting task manager
DEBUG Config has metrics token
Validating /Users/krzyzak/projects/priv/paintball/fly.toml
Platform: machines
✓ Configuration is valid
--> Verified app config
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "query ($appName: String!) { appcompact:app(name: $appName) { id name hostname deployed status appUrl platformVersion organization { id slug paidPlan } postgresAppRole: role { name } imageDetails { repository version } } }",
"variables": {
"appName": "paintball"
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (183.2ms)
DEBUG {
"data": {
"appcompact": {
"id": "paintball",
"name": "paintball",
"hostname": "paintball.fly.dev",
"deployed": true,
"status": "deployed",
"appUrl": "https://213.188.223.122",
"platformVersion": "machines",
"organization": {
"id": "L5q73MAjNyqbYHmxmNBa290BaYuoYB",
"slug": "personal",
"paidPlan": false
},
"postgresAppRole": null,
"imageDetails": {
"repository": "paintball",
"version": null
}
}
}
}
==> Building image
DEBUG trying remote docker daemon
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "mutation($input: EnsureMachineRemoteBuilderInput!) { ensureMachineRemoteBuilder(input: $input) { machine { id state ips { nodes { family kind ip } } }, app { name organization { id slug } } } }",
"variables": {
"input": {
"appName": "paintball",
"organizationId": null
}
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (229.38ms)
DEBUG {
"data": {
"ensureMachineRemoteBuilder": {
"machine": {
"id": "9080e35efe5058",
"state": "started",
"ips": {
"nodes": [
{
"family": "v6",
"kind": "public",
"ip": "2605:4c40:40:cd8e:0:14b6:5561:1"
},
{
"family": "v4",
"kind": "private",
"ip": "172.19.2.170"
},
{
"family": "v6",
"kind": "privatenet",
"ip": "fdaa:0:66d6:a7b:1c5:14b6:5561:2"
}
]
}
},
"app": {
"name": "fly-builder-withered-shape-8354",
"organization": {
"id": "L5q73MAjNyqbYHmxmNBa290BaYuoYB",
"slug": "personal"
}
}
}
}
}
DEBUG checking ip &{Family:v6 Kind:public IP:2605:4c40:40:cd8e:0:14b6:5561:1 MaskSize:0}
DEBUG checking ip &{Family:v4 Kind:private IP:172.19.2.170 MaskSize:0}
DEBUG checking ip &{Family:v6 Kind:privatenet IP:fdaa:0:66d6:a7b:1c5:14b6:5561:2 MaskSize:0}
Waiting for remote builder fly-builder-withered-shape-8354... 🌍DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "query ($appName: String!) { appbasic:app(name: $appName) { id name platformVersion organization { id slug paidPlan } } }",
"variables": {
"appName": "paintball"
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (155.26ms)
DEBUG {
"data": {
"appbasic": {
"id": "paintball",
"name": "paintball",
"platformVersion": "machines",
"organization": {
"id": "L5q73MAjNyqbYHmxmNBa290BaYuoYB",
"slug": "personal",
"paidPlan": false
}
}
}
}
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "mutation($input: ValidateWireGuardPeersInput!) { validateWireGuardPeers(input: $input) { invalidPeerIps } }",
"variables": {
"input": {
"peerIps": [
"fdaa:0:66d6:a7b:8dd7:0:a:2"
]
}
}
}
DEBUG {}
Waiting for remote builder fly-builder-withered-shape-8354... 🌎DEBUG <-- 200 https://api.fly.io/graphql (149.28ms)
DEBUG {
"data": {
"validateWireGuardPeers": {
"invalidPeerIps": []
}
}
}
WARN Failed to start remote builder heartbeat: failed building options: failed probing "personal": context deadline exceeded
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "\n# @genqlient\nmutation ResolverCreateBuild ($input: CreateBuildInput!) {\n\tcreateBuild(input: $input) {\n\t\tid\n\t\tstatus\n\t}\n}\n",
"variables": {
"input": {
"appName": "paintball",
"builderType": "remote",
"clientMutationId": "",
"imageOpts": {
"buildArgs": {},
"buildPacks": null,
"builder": "",
"builtIn": "",
"builtInSettings": null,
"dockerfilePath": "",
"extraBuildArgs": null,
"imageLabel": "",
"imageRef": "",
"noCache": false,
"publish": true,
"tag": "registry.fly.io/paintball:deployment-01H8Y5C9Z3JG67MJRSSE3B57DR",
"target": ""
},
"machineId": "",
"strategiesAvailable": [
"Buildpacks",
"Dockerfile",
"Builtin"
]
}
},
"operationName": "ResolverCreateBuild"
}
DEBUG {0x14000eb44b0}
DEBUG <-- 200 https://api.fly.io/graphql (157.01ms)
DEBUG {
"data": {
"createBuild": {
"id": "3212912",
"status": "started"
}
}
}
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
DEBUG {
"query": "mutation($input: EnsureMachineRemoteBuilderInput!) { ensureMachineRemoteBuilder(input: $input) { machine { id state ips { nodes { family kind ip } } }, app { name organization { id slug } } } }",
"variables": {
"input": {
"appName": "paintball",
"organizationId": null
}
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (204.26ms)
DEBUG {
"data": {
"ensureMachineRemoteBuilder": {
"machine": {
"id": "9080e35efe5058",
"state": "started",
"ips": {
"nodes": [
{
"family": "v6",
"kind": "public",
"ip": "2605:4c40:40:cd8e:0:14b6:5561:1"
},
{
"family": "v4",
"kind": "private",
"ip": "172.19.2.170"
},
{
"family": "v6",
"kind": "privatenet",
"ip": "fdaa:0:66d6:a7b:1c5:14b6:5561:2"
}
]
}
},
"app": {
"name": "fly-builder-withered-shape-8354",
"organization": {
"id": "L5q73MAjNyqbYHmxmNBa290BaYuoYB",
"slug": "personal"
}
}
}
}
}
DEBUG checking ip &{Family:v6 Kind:public IP:2605:4c40:40:cd8e:0:14b6:5561:1 MaskSize:0}
DEBUG checking ip &{Family:v4 Kind:private IP:172.19.2.170 MaskSize:0}
DEBUG checking ip &{Family:v6 Kind:privatenet IP:fdaa:0:66d6:a7b:1c5:14b6:5561:2 MaskSize:0}
DEBUG --> POST https://api.fly.io/graphql
Waiting for remote builder fly-builder-withered-shape-8354... 🌍DEBUG {
"query": "query ($appName: String!) { appbasic:app(name: $appName) { id name platformVersion organization { id slug paidPlan } } }",
"variables": {
"appName": "paintball"
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (151.7ms)
DEBUG {
"data": {
"appbasic": {
"id": "paintball",
"name": "paintball",
"platformVersion": "machines",
"organization": {
"id": "L5q73MAjNyqbYHmxmNBa290BaYuoYB",
"slug": "personal",
"paidPlan": false
}
}
}
}
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "mutation($input: ValidateWireGuardPeersInput!) { validateWireGuardPeers(input: $input) { invalidPeerIps } }",
"variables": {
"input": {
"peerIps": [
"fdaa:0:66d6:a7b:8dd7:0:a:2"
]
}
}
}
DEBUG {}
Waiting for remote builder fly-builder-withered-shape-8354... 🌎DEBUG <-- 200 https://api.fly.io/graphql (153.53ms)
DEBUG {
"data": {
"validateWireGuardPeers": {
"invalidPeerIps": []
}
}
}
DEBUG result image:<nil> error:error connecting to docker: failed building options: failed probing "personal": context deadline exceeded
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "\n# @genqlient\nmutation ResolverFinishBuild ($input: FinishBuildInput!) {\n\tfinishBuild(input: $input) {\n\t\tid\n\t\tstatus\n\t\twallclockTimeMs\n\t}\n}\n",
"variables": {
"input": {
"appName": "paintball",
"buildId": "3212912",
"builderMeta": {
"builderType": "remote",
"buildkitEnabled": false,
"dockerVersion": "",
"platform": "",
"remoteAppName": "fly-builder-withered-shape-8354",
"remoteMachineId": "9080e35efe5058"
},
"clientMutationId": "",
"finalImage": {
"id": "",
"sizeBytes": 0,
"tag": ""
},
"logs": "error connecting to docker: failed building options: failed probing \"personal\": context deadline exceeded",
"machineId": "",
"status": "failed",
"strategiesAttempted": [
{
"error": "",
"note": "no buildpack builder configured, skipping",
"result": "failed",
"strategy": "Buildpacks"
},
{
"error": "error connecting to docker: failed building options: failed probing \"personal\": context deadline exceeded",
"note": "",
"result": "failed",
"strategy": "Dockerfile"
}
],
"timings": {
"buildAndPushMs": 6268,
"buildMs": 6268,
"builderInitMs": 6267,
"contextBuildMs": -1,
"imageBuildMs": -1,
"pushMs": -1
}
}
},
"operationName": "ResolverFinishBuild"
}
DEBUG {0x14001012510}
DEBUG <-- 200 https://api.fly.io/graphql (524.06ms)
DEBUG {
"data": {
"finishBuild": {
"id": "3212912",
"status": "failed",
"wallclockTimeMs": 6440
}
}
}
DEBUG Task manager done
Error: failed to fetch an image or build from source: error connecting to docker: failed building options: failed probing "personal": context deadline exceeded
Here’s the output from LOG_LEVEL=debug fly agent daemon-start
EBUG Loaded flyctl config from/Users/krzyzak/.fly/config.yml
DEBUG determined hostname: "air-krzyzak"
DEBUG determined working directory: "/Users/krzyzak/projects/priv/paintball"
DEBUG determined user home directory: "/Users/krzyzak"
DEBUG determined config directory: "/Users/krzyzak/.fly"
DEBUG ensured config directory exists.
DEBUG ensured config directory perms.
DEBUG cache loaded.
DEBUG config initialized.
DEBUG skipped querying for new release
DEBUG client initialized.
2023/08/28 15:29:01.493732 srv OK 9780
DEBUG Starting task manager
DEBUG Config has metrics token
2023/08/28 15:29:08.391373 #1 connected ...
2023/08/28 15:29:08.391810 srv config change at: 2023-08-28 15:29:08.390750717 +0200 CEST
2023/08/28 15:29:08.391845 #1 <- ( 4) "ping"
2023/08/28 15:29:08.391994 #1 -> ( 56) "6\x00ok {\"PID\":9780,\"Version\":\"0.1.84\",\"Background\":false}\n"
2023/08/28 15:29:08.392106 #1 dropped.
2023/08/28 15:29:08.392713 #2 connected ...
2023/08/28 15:29:08.392802 #2 <- ( 18) "establish personal"
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "query($admin: Boolean!) { organizations(admin: $admin) { nodes { id slug name type paidPlan } } }",
"variables": {
"admin": false
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (536.49ms)
DEBUG {
"data": {
"organizations": {
"nodes": [
{
"id": "L5q73MAjNyqbYHmxmNBa290BaYuoYB",
"slug": "personal",
"name": "Michał Krzyżanowski",
"type": "PERSONAL",
"paidPlan": false
}
]
}
}
}
wg connect fdaa:0:66d6::3 fra2.gateway.6pn.dev:51820 fdaa:0:66d6:a7b:8dd7:0:a:0 fdaa:0:66d6::
2023/08/28 15:29:08.937701 srv returning port: 65140
2023/08/28 15:29:08.937724 srv (re-)connecting to wss://fra2.gateway.6pn.dev:443/
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: encryption worker 1 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: handshake worker 1 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: encryption worker 6 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: decryption worker 8 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: handshake worker 7 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: handshake worker 8 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: handshake worker 2 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: event worker - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: decryption worker 4 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Interface up requested
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: decryption worker 5 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: encryption worker 5 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: handshake worker 4 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: decryption worker 1 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: decryption worker 2 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 UAPI: Updating private key
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: decryption worker 6 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: handshake worker 6 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: encryption worker 3 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: encryption worker 8 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: decryption worker 3 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: handshake worker 3 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: decryption worker 7 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: encryption worker 4 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: encryption worker 2 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: encryption worker 7 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: TUN reader - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: handshake worker 5 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 UDP bind has been updated
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: receive incoming v6 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Routine: receive incoming v4 - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 peer(KC8f…tIDs) - UAPI: Created
DEBUG: (fly-ssh) 2023/08/28 15:29:47 peer(KC8f…tIDs) - UAPI: Updating endpoint
DEBUG: (fly-ssh) 2023/08/28 15:29:47 peer(KC8f…tIDs) - UAPI: Adding allowedip
DEBUG: (fly-ssh) 2023/08/28 15:29:47 peer(KC8f…tIDs) - UAPI: Updating persistent keepalive interval
DEBUG: (fly-ssh) 2023/08/28 15:29:47 peer(KC8f…tIDs) - Starting
DEBUG: (fly-ssh) 2023/08/28 15:29:47 Interface state was Down, requested Up, now Up
DEBUG: (fly-ssh) 2023/08/28 15:29:47 peer(KC8f…tIDs) - Routine: sequential sender - started
DEBUG: (fly-ssh) 2023/08/28 15:29:47 peer(KC8f…tIDs) - Routine: sequential receiver - started
2023/08/28 15:29:47.664405 #2 -> ( 753) "\xef\x02ok {\"WireGuardState\":{\"org\":\"personal\",\"name\":\"interactive-agent-air-krzyzak-michal-krzyzanowski-gmail-com-01H8Y54138KGVEWTJN3SG1ZFY1\",\"region\":\"fra\",\"localPrivateKey\":\"[redacted]\",\"localpublic\":\"hYElWd0JkI6ND0OfOAr4AGF+C1rtU6mz01UZuXr88oI=\",\"dns\":\"\",\"peer\":{\"peerip\":\"fdaa:0:66d6:a7b:8dd7:0:a:2\",\"endpointip\":\"fra2.gateway.6pn.dev\",\"pubkey\":\"KC8fjwgUb9FD3xyuhqCcl/igTVRapt9zC1goAPGtIDs=\"}},\"TunnelConfig\":{\"LocalPrivateKey\":\"[redacted]\",\"LocalNetwork\":\"fdaa:0:66d6:a7b:8dd7:0:a:0/120\",\"RemotePublicKey\":\"KC8fjwgUb9FD3xyuhqCcl/igTVRapt9zC1goAPGtIDs=\",\"RemoteNetwork\":\"fdaa:0:66d6::/48\",\"Endpoint\":\"fra2.gateway.6pn.dev:51820\",\"DNS\":\"fdaa:0:66d6::3\",\"KeepAlive\":0,\"MTU\":0,\"LogLevel\":2}}\n"
2023/08/28 15:29:47.664430 #2 dropped.
2023/08/28 15:29:47.664888 #3 connected ...
2023/08/28 15:29:47.664979 #3 <- ( 14) "probe personal"
2023/08/28 15:29:47.664986 srv probing "personal" ...
DEBUG: (fly-ssh) 2023/08/28 15:29:47 peer(KC8f…tIDs) - Sending handshake initiation
2023/08/28 15:29:47.685026 srv resetting connection due to error: EOF
2023/08/28 15:29:47.685303 srv resetting connection due to error: EOF
2023/08/28 15:29:52.665319 #3 -> ( 58) "8\x00err failed probing \"personal\": context deadline exceeded"
2023/08/28 15:29:52.665375 #3 dropped.
2023/08/28 15:29:52.686077 srv resetting connection due to error: EOF
DEBUG: (fly-ssh) 2023/08/28 15:29:52 peer(KC8f…tIDs) - Handshake did not complete after 5 seconds, retrying (try 2)
DEBUG: (fly-ssh) 2023/08/28 15:29:52 peer(KC8f…tIDs) - Sending handshake initiation
2023/08/28 15:29:54.566812 #4 connected ...
2023/08/28 15:29:54.567205 srv config change at: 2023-08-28 15:29:54.566275034 +0200 CEST
2023/08/28 15:29:54.567240 #4 <- ( 4) "ping"
2023/08/28 15:29:54.567314 #4 -> ( 56) "6\x00ok {\"PID\":9780,\"Version\":\"0.1.84\",\"Background\":false}\n"
2023/08/28 15:29:54.567352 #4 dropped.
2023/08/28 15:29:54.567570 #5 connected ...
2023/08/28 15:29:54.567658 #5 <- ( 18) "establish personal"
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "query($admin: Boolean!) { organizations(admin: $admin) { nodes { id slug name type paidPlan } } }",
"variables": {
"admin": false
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (145.08ms)
DEBUG {
"data": {
"organizations": {
"nodes": [
{
"id": "L5q73MAjNyqbYHmxmNBa290BaYuoYB",
"slug": "personal",
"name": "Michał Krzyżanowski",
"type": "PERSONAL",
"paidPlan": false
}
]
}
}
}
2023/08/28 15:29:54.715016 #5 -> ( 753) "\xef\x02ok {\"WireGuardState\":{\"org\":\"personal\",\"name\":\"interactive-agent-air-krzyzak-michal-krzyzanowski-gmail-com-01H8Y54138KGVEWTJN3SG1ZFY1\",\"region\":\"fra\",\"localPrivateKey\":\"[redacted]\",\"localpublic\":\"hYElWd0JkI6ND0OfOAr4AGF+C1rtU6mz01UZuXr88oI=\",\"dns\":\"\",\"peer\":{\"peerip\":\"fdaa:0:66d6:a7b:8dd7:0:a:2\",\"endpointip\":\"fra2.gateway.6pn.dev\",\"pubkey\":\"KC8fjwgUb9FD3xyuhqCcl/igTVRapt9zC1goAPGtIDs=\"}},\"TunnelConfig\":{\"LocalPrivateKey\":\"[redacted]\",\"LocalNetwork\":\"fdaa:0:66d6:a7b:8dd7:0:a:0/120\",\"RemotePublicKey\":\"KC8fjwgUb9FD3xyuhqCcl/igTVRapt9zC1goAPGtIDs=\",\"RemoteNetwork\":\"fdaa:0:66d6::/48\",\"Endpoint\":\"fra2.gateway.6pn.dev:51820\",\"DNS\":\"fdaa:0:66d6::3\",\"KeepAlive\":0,\"MTU\":0,\"LogLevel\":2}}\n"
2023/08/28 15:29:54.715068 #5 dropped.
2023/08/28 15:29:54.715485 #6 connected ...
2023/08/28 15:29:54.715671 #6 <- ( 14) "probe personal"
2023/08/28 15:29:54.715686 srv probing "personal" ...
2023/08/28 15:29:57.663502 srv (re-)connecting to wss://fra2.gateway.6pn.dev:443/
2023/08/28 15:29:57.686112 srv resetting connection due to error: failed to write msg: WebSocket closed: received close frame: status = StatusNormalClosure and reason = ""
DEBUG: (fly-ssh) 2023/08/28 15:29:58 peer(KC8f…tIDs) - Handshake did not complete after 5 seconds, retrying (try 2)
DEBUG: (fly-ssh) 2023/08/28 15:29:58 peer(KC8f…tIDs) - Sending handshake initiation
2023/08/28 15:29:59.717011 #6 -> ( 58) "8\x00err failed probing \"personal\": context deadline exceeded"
2023/08/28 15:29:59.717200 #6 dropped.
2023/08/28 15:30:02.686150 srv resetting connection due to error: EOF
DEBUG: (fly-ssh) 2023/08/28 15:30:03 peer(KC8f…tIDs) - Handshake did not complete after 5 seconds, retrying (try 3)
DEBUG: (fly-ssh) 2023/08/28 15:30:03 peer(KC8f…tIDs) - Sending handshake initiation
2023/08/28 15:30:07.686131 srv resetting connection due to error: failed to write msg: WebSocket closed: received close frame: status = StatusNormalClosure and reason = ""
DEBUG: (fly-ssh) 2023/08/28 15:30:08 peer(KC8f…tIDs) - Handshake did not complete after 5 seconds, retrying (try 4)
DEBUG: (fly-ssh) 2023/08/28 15:30:08 peer(KC8f…tIDs) - Sending handshake initiation
DEBUG: (fly-ssh) 2023/08/28 15:30:13 peer(KC8f…tIDs) - Handshake did not complete after 5 seconds, retrying (try 5)
DEBUG: (fly-ssh) 2023/08/28 15:30:13 peer(KC8f…tIDs) - Sending handshake initiation
DEBUG: (fly-ssh) 2023/08/28 15:30:18 peer(KC8f…tIDs) - Handshake did not complete after 5 seconds, retrying (try 6)
DEBUG: (fly-ssh) 2023/08/28 15:30:18 peer(KC8f…tIDs) - Sending handshake initiation
I’m on latest(?) version:
fly v0.1.84 darwin/arm64 Commit: 5735a8b979ebc938c74832c3edd52c509abaa7eb-dirty BuildDate: 2023-08-23T16:47:02Z
And I was previously able to deply the app just fine.
Here’s the output of fly doctor:
Testing authentication token... PASSED
Testing flyctl agent... PASSED
Testing local Docker instance... PASSED
Pinging WireGuard gateway (give us a sec)... FAILED
(Error: ping gateway: no response from gateway received)
We can't establish connectivity with WireGuard for your personal organization.
WireGuard runs on 51820/udp, which your local network may block.
If this is the first time you've ever used 'flyctl' on this machine, you
can try running 'flyctl doctor' again.
If this was working before, you can ask 'flyctl' to create a new peer for
you by running 'flyctl wireguard reset'.
If your network might be blocking UDP, you can run 'flyctl wireguard websockets enable',
followed by 'flyctl agent restart', and we'll run WireGuard over HTTPS.
I obviously tried to reset wireguard/use websockets, but with no luck.
I’d be grateful for any help with that issue.