I've used QtCreator for many projects. I build on Ubuntu VM and deploy to a raspberry pi.

Today, I get message:

2:45:05: Connecting to device...
12:45:15: Could not connect to host: Timeout waiting for reply from server.
Is the device connected and set up for network access?
12:45:15: Deploy step failed.
Error while building/deploying project LightTree (kit: Rasperry PI)
The kit Rasperry PI has configuration issues which might be the root cause for this problem.
When executing step "Run custom remote command"
12:45:15: Elapsed time: 00:12.

I've always gotten that configuration error message, but since everything deployed and worked ok, I've been ignoring it.

When I test the device in manage kits I get:

Connecting to host...
Checking kernel version...
Linux 4.14.98-v7+ armv7l

Checking if specified ports are available...
All specified ports are available.

Device test finished successfully.

I'm sure the device I'm testing is used for the kit I'm using for build and attempted deployment.

Is there a way I can see the command that is failing to connect to host? Any other suggestions for debug?