***v0 failed - Failed due to unhealthy allocations - no stable job version to auto revert to and deploying as v1
Troubleshooting guide at https://fly.io/docs/getting-started/troubleshooting/
Error abort
I recently deployed a Swift Vapor app with no major issues. I have read the troubleshooting docs and I can’t find a way to successfully deploy it.
What port do you have this configured to listen on (in your application)? You’ve got fly.toml looking for it on TCP port 8080, but the default configuration for this project doesn’t listen on that port.
Recent Logs
2022-10-06T18:57:21.000 [info] 2022/10/06 18:57:21 listening on [fdaa:0:b341:a7b:d6e9:83a:50c2:2]:22 (DNS: [fdaa::3]:53)
2022-10-06T18:57:21.000 [info] 2022-10-06T18:57:21.232Z INFO livekit routing/interfaces.go:102 using single-node routing
2022-10-06T18:57:21.000 [info] one of key-file or keys must be provided in order to support a secure installation
2022-10-06T18:57:22.000 [info] Starting clean up.
2022-10-06T18:57:28.000 [info] Starting instance
2022-10-06T18:57:28.000 [info] Configuring virtual machine
2022-10-06T18:57:28.000 [info] Pulling container image
2022-10-06T18:57:29.000 [info] Unpacking image
2022-10-06T18:57:29.000 [info] Preparing kernel init
2022-10-06T18:57:29.000 [info] Configuring firecracker
2022-10-06T18:57:29.000 [info] Starting virtual machine
2022-10-06T18:57:29.000 [info] Starting init (commit: 249766e)...
2022-10-06T18:57:29.000 [info] Preparing to run: `/livekit-server` as root
2022-10-06T18:57:29.000 [info] 2022/10/06 18:57:29 listening on [fdaa:0:b341:a7b:d6e9:83a:50c2:2]:22 (DNS: [fdaa::3]:53)
2022-10-06T18:57:30.000 [info] 2022-10-06T18:57:30.018Z INFO livekit routing/interfaces.go:102 using single-node routing
2022-10-06T18:57:30.000 [info] one of key-file or keys must be provided in order to support a secure installation
2022-10-06T18:57:30.000 [info] Starting clean up.
2022-10-06T18:57:37.000 [info] Starting instance
2022-10-06T18:57:37.000 [info] Configuring virtual machine
2022-10-06T18:57:37.000 [info] Pulling container image
2022-10-06T18:57:38.000 [info] Unpacking image
2022-10-06T18:57:38.000 [info] Preparing kernel init
2022-10-06T18:57:38.000 [info] Configuring firecracker
2022-10-06T18:57:38.000 [info] Starting virtual machine
2022-10-06T18:57:38.000 [info] Starting init (commit: 249766e)...
2022-10-06T18:57:38.000 [info] Preparing to run: `/livekit-server` as root
2022-10-06T18:57:38.000 [info] 2022/10/06 18:57:38 listening on [fdaa:0:b341:a7b:d6e9:83a:50c2:2]:22 (DNS: [fdaa::3]:53)
2022-10-06T18:57:38.000 [info] 2022-10-06T18:57:38.826Z INFO livekit routing/interfaces.go:102 using single-node routing
2022-10-06T18:57:38.000 [info] one of key-file or keys must be provided in order to support a secure installation
2022-10-06T18:57:39.000 [info] Starting clean up.
***v1 failed - Failed due to unhealthy allocations - no stable job version to auto revert to and deploying as v2
Troubleshooting guide at https://fly.io/docs/getting-started/troubleshooting/
Error abort