The latest version waypoint doesn't want deploy the ECS app

waypoint up -app hamster -var-file waypoint.wpvars -vvv

Error

» Deploying...
! error reading from server: EOF
2021-09-06T13:52:12.742+0300 [TRACE] waypoint: stopping signal listeners and cancelling the context
2021-09-06T13:52:12.743+0300 [WARN]  waypoint: context cancelled, stopping interrupt listener loop
2021-09-06T13:52:12.746+0300 [DEBUG] waypoint.runner.app.hamster.platform.stdio: received EOF, stopping recv loop: job_id=01FEXBRCCTP2Y76N30H2YKQ88J job_op=*gen.Job_Up err="rpc error: code = Unavailable desc = error reading from server: EOF"
2021-09-06T13:52:12.746+0300 [DEBUG] waypoint.runner.app.vole.mapper.stdio: received EOF, stopping recv loop: job_id=01FEXBRCCTP2Y76N30H2YKQ88J job_op=*gen.Job_Up err="rpc error: code = Unavailable desc = error reading from server: EOF"
2021-09-06T13:52:12.746+0300 [DEBUG] waypoint.runner.app.hamster.mapper.stdio: received EOF, stopping recv loop: job_id=01FEXBRCCTP2Y76N30H2YKQ88J job_op=*gen.Job_Up err="rpc error: code = Unavailable desc = error reading from server: EOF"
2021-09-06T13:52:12.753+0300 [DEBUG] waypoint.runner.app.hamster.mapper: plugin process exited: job_id=01FEXBRCCTP2Y76N30H2YKQ88J job_op=*gen.Job_Up path=/home/psih/go/bin/waypoint pid=6738
2021-09-06T13:52:12.753+0300 [DEBUG] waypoint.runner.app.hamster.mapper: plugin exited: job_id=01FEXBRCCTP2Y76N30H2YKQ88J job_op=*gen.Job_Up
2021-09-06T13:52:12.753+0300 [DEBUG] waypoint.runner.app.hamster.platform: plugin process exited: job_id=01FEXBRCCTP2Y76N30H2YKQ88J job_op=*gen.Job_Up path=/home/psih/go/bin/waypoint pid=6846
2021-09-06T13:52:12.754+0300 [DEBUG] waypoint.runner.app.hamster.platform: plugin exited: job_id=01FEXBRCCTP2Y76N30H2YKQ88J job_op=*gen.Job_Up
2021-09-06T13:52:12.753+0300 [DEBUG] waypoint.runner.app.vole.mapper: plugin process exited: job_id=01FEXBRCCTP2Y76N30H2YKQ88J job_op=*gen.Job_Up path=/home/psih/go/bin/waypoint pid=6768
2021-09-06T13:52:12.754+0300 [DEBUG] waypoint.runner.app.vole.mapper: plugin exited: job_id=01FEXBRCCTP2Y76N30H2YKQ88J job_op=*gen.Job_Up

If I try again, show the next error.

2021-09-06T14:14:40.242+0300 [INFO]  waypoint: waypoint version: full_string="v0.2.0-3103-gb845151b (b845151b)" version=v0.2.0-3103-gb845151b prerelease="" metadata="" revision=b845151b
2021-09-06T14:14:40.242+0300 [TRACE] waypoint: starting interrupt listener for context cancellation
2021-09-06T14:14:40.243+0300 [DEBUG] waypoint: home configuration directory: path=/home/psih/.config/waypoint
2021-09-06T14:14:40.244+0300 [TRACE] waypoint: interrupt listener goroutine started
2021-09-06T14:14:40.245+0300 [TRACE] waypoint: no API client provided, initializing connection if possible
2021-09-06T14:14:40.245+0300 [TRACE] waypoint.server: WithLocal set, server credentials optional
2021-09-06T14:14:40.245+0300 [INFO]  waypoint.server: attempting to source credentials and connect
2021-09-06T14:14:45.246+0300 [ERROR] waypoint: failed to create client: error="context deadline exceeded"
! failed to create client: context deadline exceeded
2021-09-06T14:14:45.247+0300 [TRACE] waypoint: stopping signal listeners and cancelling the context

I tried to deploy with an older version of the waypoint, and everything went well

Hi psihachina,

That looks like a bug! Could you create a github issue and share the contents of your waypoint.hcl and waypoint.wpvars files, along with the specific version number that’s causing the issue?

If you’re interested, the main branch of waypoint currently has a large refactor of the ECS plugin. It would be interesting to know if your problem is still present there.

Thank you in advance!