Local docker exception when attempting to Debug

Environment:
Verdin iMX8M Plus
TorizonCore 5.3.0-devel-202106+build.14

Issue:
Unable to deploy and debug using Windows 10 and Verdin iMX8M Plus board. I’m see the following error when the image is being deployed:

image

Here’s is a copy of the trace in the Terminal tab:

INFO:root:REST -> /api/platforms/arm64v8-qt5-vivante-no-ssh_bullseye/compatibledevices
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.validation:http://localhost:5001/api/platforms/arm64v8-qt5-vivante-no-ssh_bullseye/compatibledevices validating parameters...
DEBUG:connexion.decorators.parameter:Function Arguments: ['platform_id']
DEBUG:connexion.apis.abstract:Getting data and status code
DEBUG:connexion.apis.abstract:Prepared body and status code (200)
DEBUG:connexion.apis.abstract:Got framework response
INFO:root:REST <- /api/platforms/arm64v8-qt5-vivante-no-ssh_bullseye/compatibledevices - 200
INFO:root:REST -> /api/applications/c6249b4a-bf8f-4895-83e6-bfb4cac2102c/updated
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.validation:http://localhost:5001/api/applications/c6249b4a-bf8f-4895-83e6-bfb4cac2102c/updated?configuration=debug validating parameters...
DEBUG:connexion.decorators.parameter:Function Arguments: ['application_id', 'configuration']
DEBUG:connexion.operations.abstract:Query Parameter 'configuration' in function arguments
DEBUG:connexion.operations.abstract:configuration is a {'x-scope': [''], 'name': 'configuration', 'in': 'query', 'type': 'string', 'required': True, 'pattern': '(?:debug|release)'}
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:urllib3.connectionpool:http://localhost:None "GET /version HTTP/1.1" 200 861
DEBUG:urllib3.connectionpool:http://localhost:None "GET /v1.41/images/sha256:2b5071999eb6b953f24c736781644e0717bf0d5435dc08b2022c5d47c760c8be/json HTTP/1.1" 200 None
INFO:root:Image is up to date.
DEBUG:connexion.apis.abstract:Getting data and status code
DEBUG:connexion.apis.abstract:Prepared body and status code (200)
DEBUG:connexion.apis.abstract:Got framework response
INFO:root:REST <- /api/applications/c6249b4a-bf8f-4895-83e6-bfb4cac2102c/updated - 200
INFO:root:REST -> /api/progress/create
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.parameter:Function Arguments: []
DEBUG:connexion.apis.abstract:Getting data and status code
DEBUG:connexion.apis.abstract:Prepared body and status code (200)
DEBUG:connexion.apis.abstract:Got framework response
INFO:root:REST <- /api/progress/create - 200
INFO:root:REST -> /api/applications/c6249b4a-bf8f-4895-83e6-bfb4cac2102c/deploy
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.validation:http://localhost:5001/api/applications/c6249b4a-bf8f-4895-83e6-bfb4cac2102c/deploy?configuration=debug&device_id=07011707&progress_id=6ba2115a-6d01-42f9-ac57-81d25cf5b068 validating parameters...
DEBUG:connexion.decorators.parameter:Function Arguments: ['application_id', 'configuration', 'device_id', 'progress_id']
DEBUG:connexion.operations.abstract:Query Parameter 'configuration' in function arguments
DEBUG:connexion.operations.abstract:configuration is a {'x-scope': [''], 'name': 'configuration', 'in': 'query', 'type': 'string', 'required': True, 'pattern': '(?:debug|release)'}
DEBUG:connexion.operations.abstract:Query Parameter 'device_id' in function arguments
DEBUG:connexion.operations.abstract:device_id is a {'x-scope': [''], 'name': 'device_id', 'description': 'Target device serial number', 'in': 'query', 'type': 'string', 'required': True, 'pattern': '^[-0-9a-zA-Z.]*$'}
DEBUG:connexion.operations.abstract:Query Parameter 'progress_id' in function arguments
DEBUG:connexion.operations.abstract:progress_id is a {'x-scope': [''], 'name': 'progress_id', 'description': 'Id of a progress cookie (uuid)', 'in': 'query', 'type': 'string', 'required': False, 'pattern': '^$|[0-9,a-f,A-F]{8}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{12}$'}
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:urllib3.connectionpool:http://localhost:None "GET /version HTTP/1.1" 200 861
DEBUG:urllib3.connectionpool:http://localhost:None "GET /v1.41/images/sha256:2b5071999eb6b953f24c736781644e0717bf0d5435dc08b2022c5d47c760c8be/json HTTP/1.1" 200 None
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 127.0.0.1:43725
DEBUG:paramiko.transport:[chan 2] Max packet in: 32768 bytes
DEBUG:paramiko.transport:[chan 2] Max packet out: 32768 bytes
DEBUG:paramiko.transport:Secsh channel 2 opened.
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "GET /version HTTP/1.1" 200 970
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "GET /v1.40/images/myapp-ux_arm64v8-qt5-vivante-no-ssh_bullseye_debug_c6249b4a-bf8f-4895-83e6-bfb4cac2102c:latest/json HTTP/1.1" 404 233
INFO:root:DEPLOY - Image not found on target device.
INFO:root:Image not found on target device.
INFO:root:Setting up proxy on client.
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:urllib3.connectionpool:http://localhost:None "GET /version HTTP/1.1" 200 861
DEBUG:urllib3.connectionpool:http://localhost:None "GET /v1.41/containers/docker-desktop_TIE_docker_registry/json HTTP/1.1" 404 68
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:urllib3.connectionpool:http://localhost:None "GET /version HTTP/1.1" 200 861
DEBUG:urllib3.connectionpool:http://localhost:None "GET /v1.41/volumes/docker-desktop_TIE_docker_registry HTTP/1.1" 200 223
DEBUG:urllib3.connectionpool:http://localhost:None "POST /v1.41/containers/create?name=docker-desktop_TIE_docker_registry HTTP/1.1" 201 88
DEBUG:urllib3.connectionpool:http://localhost:None "GET /v1.41/containers/ccf8924071c75b7792abfd57ac56efa5adccf9658964f21189bceac2a78aa292/json HTTP/1.1" 200 None
INFO:root:REST -> /api/progress/status
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.validation:http://localhost:5001/api/progress/status?progress_id=6ba2115a-6d01-42f9-ac57-81d25cf5b068 validating parameters...
DEBUG:connexion.decorators.parameter:Function Arguments: ['progress_id']
DEBUG:connexion.operations.abstract:Query Parameter 'progress_id' in function arguments
DEBUG:connexion.operations.abstract:progress_id is a {'x-scope': [''], 'name': 'progress_id', 'description': 'Id of a progress cookie (uuid)', 'in': 'query', 'type': 'string', 'required': False, 'pattern': '^$|[0-9,a-f,A-F]{8}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{12}$'}
DEBUG:connexion.apis.abstract:Getting data and status code
DEBUG:connexion.apis.abstract:Prepared body and status code (200)
DEBUG:connexion.apis.abstract:Got framework response
INFO:root:REST <- /api/progress/status - 200
INFO:root:REST -> /api/progress/status
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.validation:http://localhost:5001/api/progress/status?progress_id=6ba2115a-6d01-42f9-ac57-81d25cf5b068 validating parameters...
DEBUG:connexion.decorators.parameter:Function Arguments: ['progress_id']
DEBUG:connexion.operations.abstract:Query Parameter 'progress_id' in function arguments
DEBUG:connexion.operations.abstract:progress_id is a {'x-scope': [''], 'name': 'progress_id', 'description': 'Id of a progress cookie (uuid)', 'in': 'query', 'type': 'string', 'required': False, 'pattern': '^$|[0-9,a-f,A-F]{8}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{12}$'}
DEBUG:urllib3.connectionpool:http://localhost:None "POST /v1.41/containers/ccf8924071c75b7792abfd57ac56efa5adccf9658964f21189bceac2a78aa292/start HTTP/1.1" 204 0
DEBUG:urllib3.connectionpool:http://localhost:None "GET /v1.41/containers/docker-desktop_TIE_docker_registry/json HTTP/1.1" 200 None
INFO:root:Local docker registry docker-desktop_TIE_docker_registry running on localhost:49156.
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): 127.0.0.1:43725
DEBUG:paramiko.transport:[chan 3] Max packet in: 32768 bytes
DEBUG:paramiko.transport:[chan 3] Max packet out: 32768 bytes
DEBUG:paramiko.transport:Secsh channel 3 opened.
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "GET /version HTTP/1.1" 200 970
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "GET /v1.40/containers/docker-desktop_TIE_docker_registry/json HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "POST /v1.40/containers/593b7b5c1a816a94c9d728a0e5e92e72b9db60cd32b0c7818a04c5fcc0a17d62/stop HTTP/1.1" 204 0
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "DELETE /v1.40/containers/593b7b5c1a816a94c9d728a0e5e92e72b9db60cd32b0c7818a04c5fcc0a17d62?v=False&link=False&force=True HTTP/1.1" 404 98
INFO:root:SSH - Connecting to device 07011707
DEBUG:paramiko.transport:starting thread (client mode): 0x185ffca0
DEBUG:paramiko.transport:Local version/idstring: SSH-2.0-paramiko_2.11.0
DEBUG:paramiko.transport:Remote version/idstring: SSH-2.0-OpenSSH_8.2
INFO:paramiko.transport:Connected (version 2.0, client OpenSSH_8.2)
DEBUG:paramiko.transport:=== Key exchange possibilities ===
DEBUG:paramiko.transport:kex algos: curve25519-sha256, curve25519-sha256@libssh.org, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521, diffie-hellman-group-exchange-sha256, diffie-hellman-group16-sha512, diffie-hellman-group18-sha512, diffie-hellman-group14-sha256
DEBUG:paramiko.transport:server key: rsa-sha2-512, rsa-sha2-256, ssh-rsa, ecdsa-sha2-nistp256, ssh-ed25519
DEBUG:paramiko.transport:client encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes192-ctr, aes256-ctr, aes128-gcm@openssh.com, aes256-gcm@openssh.com
DEBUG:paramiko.transport:server encrypt: chacha20-poly1305@openssh.com, aes128-ctr, aes192-ctr, aes256-ctr, aes128-gcm@openssh.com, aes256-gcm@openssh.com
DEBUG:paramiko.transport:client mac: umac-64-etm@openssh.com, umac-128-etm@openssh.com, hmac-sha2-256-etm@openssh.com, hmac-sha2-512-etm@openssh.com, hmac-sha1-etm@openssh.com, umac-64@openssh.com, umac-128@openssh.com, hmac-sha2-256, hmac-sha2-512, hmac-sha1
DEBUG:paramiko.transport:server mac: umac-64-etm@openssh.com, umac-128-etm@openssh.com, hmac-sha2-256-etm@openssh.com, hmac-sha2-512-etm@openssh.com, hmac-sha1-etm@openssh.com, umac-64@openssh.com, umac-128@openssh.com, hmac-sha2-256, hmac-sha2-512, hmac-sha1
DEBUG:paramiko.transport:client compress: none
DEBUG:paramiko.transport:server compress: none
DEBUG:paramiko.transport:client lang: <none>
DEBUG:paramiko.transport:server lang: <none>
DEBUG:paramiko.transport:kex follows: False
DEBUG:paramiko.transport:=== Key exchange agreements ===
DEBUG:paramiko.transport:Kex: curve25519-sha256@libssh.org
DEBUG:paramiko.transport:HostKey: ssh-ed25519
DEBUG:paramiko.transport:Cipher: aes128-ctr
DEBUG:paramiko.transport:MAC: hmac-sha2-256
DEBUG:paramiko.transport:Compression: none
DEBUG:paramiko.transport:=== End of kex handshake ===
DEBUG:paramiko.transport:kex engine KexCurve25519 specified hash_algo <built-in function openssl_sha256>
DEBUG:paramiko.transport:Switch to new keys ...
DEBUG:paramiko.transport:Got EXT_INFO: {'server-sig-algs': b'ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com'}
DEBUG:paramiko.transport:Trying SSH key b'447d1711e29cbce5b3778320e040abbf'
DEBUG:paramiko.transport:userauth is OK
DEBUG:paramiko.transport:Finalizing pubkey algorithm for key of type 'ssh-rsa'
DEBUG:paramiko.transport:Our pubkey algorithm list: ['rsa-sha2-512', 'rsa-sha2-256', 'ssh-rsa']
DEBUG:paramiko.transport:Server-side algorithm list: ['ssh-ed25519', 'sk-ssh-ed25519@openssh.com', 'ssh-rsa', 'rsa-sha2-256', 'rsa-sha2-512', 'ssh-dss', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', 'ecdsa-sha2-nistp521', 'sk-ecdsa-sha2-nistp256@openssh.com']
DEBUG:paramiko.transport:Agreed upon 'rsa-sha2-512' pubkey algorithm
INFO:paramiko.transport:Authentication (publickey) successful!
INFO:root:SSH - Connected to device 07011707
DEBUG:paramiko.transport:[chan 0] Max packet in: 32768 bytes
DEBUG:paramiko.transport:Received global request "hostkeys-00@openssh.com"
DEBUG:paramiko.transport:Rejecting "hostkeys-00@openssh.com" global request from server.
DEBUG:paramiko.transport:Debug msg: b'/home/torizon/.ssh/authorized_keys:2: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding'
DEBUG:paramiko.transport:[chan 0] Max packet out: 32768 bytes
DEBUG:paramiko.transport:Secsh channel 0 opened.
DEBUG:paramiko.transport:[chan 0] Sesch channel 0 request ok
DEBUG:paramiko.transport:[chan 0] EOF sent (0)
DEBUG:paramiko.transport:[chan 0] EOF received (0)
DEBUG:paramiko.transport:[chan 1] Max packet in: 32768 bytes
DEBUG:paramiko.transport:[chan 1] Max packet out: 32768 bytes
DEBUG:paramiko.transport:Secsh channel 1 opened.
DEBUG:paramiko.transport:[chan 1] Sesch channel 1 request ok
DEBUG:paramiko.transport:[chan 1] EOF sent (1)
DEBUG:paramiko.transport:[chan 2] Max packet in: 32768 bytes
DEBUG:paramiko.transport:[chan 2] Max packet out: 32768 bytes
DEBUG:paramiko.transport:Secsh channel 2 opened.
DEBUG:paramiko.transport:[chan 1] EOF received (1)
DEBUG:paramiko.transport:[chan 2] Sesch channel 2 request ok
DEBUG:paramiko.transport:[chan 2] EOF sent (2)
DEBUG:paramiko.transport:[chan 3] Max packet in: 32768 bytes
DEBUG:paramiko.transport:[chan 2] EOF received (2)
DEBUG:paramiko.transport:[chan 3] Max packet out: 32768 bytes
DEBUG:paramiko.transport:Secsh channel 3 opened.
DEBUG:paramiko.transport:[chan 3] Sesch channel 3 request ok
INFO:paramiko.transport.sftp:[chan 3] Opened sftp connection (server version 3)
DEBUG:paramiko.transport.sftp:[chan 3] open(b'/home/torizon/certs/docker-desktop.tie.cert', 'wb')
DEBUG:paramiko.transport.sftp:[chan 3] open(b'/home/torizon/certs/docker-desktop.tie.cert', 'wb') -> 00000000
DEBUG:paramiko.transport.sftp:[chan 3] close(00000000)
DEBUG:paramiko.transport.sftp:[chan 3] stat(b'/home/torizon/certs/docker-desktop.tie.cert')
INFO:paramiko.transport.sftp:[chan 3] sftp session closed.
DEBUG:paramiko.transport:[chan 3] EOF sent (3)
DEBUG:paramiko.transport:[chan 3] EOF received (3)
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "POST /v1.40/containers/create?name=docker-desktop_TIE_docker_registry HTTP/1.1" 201 88
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "GET /v1.40/containers/cb29124b4187aaca794535338fcd72538b4b63c09219ae65f67ecc865f13c95c/json HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "POST /v1.40/containers/cb29124b4187aaca794535338fcd72538b4b63c09219ae65f67ecc865f13c95c/start HTTP/1.1" 204 0
DEBUG:urllib3.connectionpool:http://127.0.0.1:43725 "GET /v1.40/containers/docker-desktop_TIE_docker_registry/json HTTP/1.1" 200 None
INFO:root:Proxy running on port 32771.
DEBUG:connexion.apis.abstract:Getting data and status code
DEBUG:paramiko.transport:[chan 3] EOF sent (3)
DEBUG:connexion.apis.abstract:Prepared body and status code (200)
DEBUG:connexion.apis.abstract:Got framework response
INFO:root:REST <- /api/progress/status - 200
DEBUG:paramiko.transport:[chan 3] EOF received (3)
INFO:root:REST -> /api/progress/status
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.validation:http://localhost:5001/api/progress/status?progress_id=6ba2115a-6d01-42f9-ac57-81d25cf5b068 validating parameters...
DEBUG:connexion.decorators.parameter:Function Arguments: ['progress_id']
DEBUG:connexion.operations.abstract:Query Parameter 'progress_id' in function arguments
DEBUG:connexion.operations.abstract:progress_id is a {'x-scope': [''], 'name': 'progress_id', 'description': 'Id of a progress cookie (uuid)', 'in': 'query', 'type': 'string', 'required': False, 'pattern': '^$|[0-9,a-f,A-F]{8}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{12}$'}
DEBUG:urllib3.connectionpool:http://localhost:None "POST /v1.41/images/sha256:2b5071999eb6b953f24c736781644e0717bf0d5435dc08b2022c5d47c760c8be/tag?tag=latest&repo=localhost%3A32771%2Fmyapp-ux_arm64v8-qt5-vivante-no-ssh_bullseye_debug_c6249b4a-bf8f-4895-83e6-bfb4cac2102c&force=0 HTTP/1.1" 201 0
INFO:root:Pushing image to the registry.
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:connexion.apis.abstract:Getting data and status code
DEBUG:connexion.apis.abstract:Prepared body and status code (200)
DEBUG:connexion.apis.abstract:Got framework response
INFO:root:REST <- /api/progress/status - 200
INFO:root:REST -> /api/progress/status
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.validation:http://localhost:5001/api/progress/status?progress_id=6ba2115a-6d01-42f9-ac57-81d25cf5b068 validating parameters...
DEBUG:connexion.decorators.parameter:Function Arguments: ['progress_id']
DEBUG:connexion.operations.abstract:Query Parameter 'progress_id' in function arguments
DEBUG:connexion.operations.abstract:progress_id is a {'x-scope': [''], 'name': 'progress_id', 'description': 'Id of a progress cookie (uuid)', 'in': 'query', 'type': 'string', 'required': False, 'pattern': '^$|[0-9,a-f,A-F]{8}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{12}$'}
DEBUG:urllib3.connectionpool:http://localhost:None "GET /version HTTP/1.1" 200 861
DEBUG:urllib3.connectionpool:http://localhost:None "POST /v1.41/images/sha256:2b5071999eb6b953f24c736781644e0717bf0d5435dc08b2022c5d47c760c8be/tag?tag=latest&repo=localhost%3A49156%2Fmyapp-ux_arm64v8-qt5-vivante-no-ssh_bullseye_debug_c6249b4a-bf8f-4895-83e6-bfb4cac2102c&force=0 HTTP/1.1" 201 0
DEBUG:docker.auth:Looking for auth config
DEBUG:docker.auth:No auth config in memory - loading from filesystem
DEBUG:docker.utils.config:Trying paths: ['/home/torizon/.docker/config.json', '/home/torizon/.dockercfg']
DEBUG:docker.utils.config:No config file found
DEBUG:docker.auth:Looking for auth entry for 'localhost:49156'
DEBUG:docker.auth:No entry found
DEBUG:docker.auth:No auth config found
DEBUG:urllib3.connectionpool:http://localhost:None "POST /v1.41/images/localhost:49156/myapp-ux_arm64v8-qt5-vivante-no-ssh_bullseye_debug_c6249b4a-bf8f-4895-83e6-bfb4cac2102c/push?tag=latest HTTP/1.1" 200 None
INFO:root:The push refers to repository [localhost:49156/myapp-ux_arm64v8-qt5-vivante-no-ssh_bullseye_debug_c6249b4a-bf8f-4895-83e6-bfb4cac2102c]
DEBUG:connexion.apis.abstract:Getting data and status code
DEBUG:connexion.apis.abstract:Prepared body and status code (200)
INFO:root:SSH - Connection to 07011707 closed
DEBUG:connexion.apis.abstract:Got framework response
DEBUG:paramiko.transport:[chan 2] EOF sent (2)
INFO:root:SSH - Tunnel to 07011707 closed
INFO:root:REST <- /api/progress/status - 200
DEBUG:paramiko.transport:Ignoring message for dead channel 2
INFO:root:SSH - Tunnel to 07011707 closed
**ERROR:root:Error: 530 Local docker exception. Docker exception: Get "http://localhost:49156/v2/": dial tcp [::1]:49156: connect: connection refused**
**message:Get "http://localhost:49156/v2/": dial tcp [::1]:49156: connect: connection refused**
**The push refers to repository [localhost:49156/myapp-ux_arm64v8-qt5-vivante-no-ssh_bullseye_debug_c6249b4a-bf8f-4895-83e6-bfb4cac2102c]**
**INFO:root:REST <- /api/applications/c6249b4a-bf8f-4895-83e6-bfb4cac2102c/deploy - 53**0
INFO:root:REST -> /api/progress/status
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.validation:http://localhost:5001/api/progress/status?progress_id=6ba2115a-6d01-42f9-ac57-81d25cf5b068 validating parameters...
DEBUG:connexion.decorators.parameter:Function Arguments: ['progress_id']
DEBUG:connexion.operations.abstract:Query Parameter 'progress_id' in function arguments
DEBUG:connexion.operations.abstract:progress_id is a {'x-scope': [''], 'name': 'progress_id', 'description': 'Id of a progress cookie (uuid)', 'in': 'query', 'type': 'string', 'required': False, 'pattern': '^$|[0-9,a-f,A-F]{8}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{12}$'}
DEBUG:connexion.apis.abstract:Getting data and status code
DEBUG:connexion.apis.abstract:Prepared body and status code (200)
DEBUG:connexion.apis.abstract:Got framework response
INFO:root:REST <- /api/progress/status - 200
INFO:root:REST -> /api/progress/delete
DEBUG:connexion.apis.flask_api:Getting data and status code
DEBUG:connexion.decorators.validation:http://localhost:5001/api/progress/delete?progress_id=6ba2115a-6d01-42f9-ac57-81d25cf5b068 validating parameters...
DEBUG:connexion.decorators.parameter:Function Arguments: ['progress_id']
DEBUG:connexion.operations.abstract:Query Parameter 'progress_id' in function arguments
DEBUG:connexion.operations.abstract:progress_id is a {'x-scope': [''], 'name': 'progress_id', 'description': 'Id of a progress cookie (uuid)', 'in': 'query', 'type': 'string', 'required': False, 'pattern': '^$|[0-9,a-f,A-F]{8}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{4}-[0-9,a-f,A-F]{12}$'}
DEBUG:connexion.apis.abstract:Getting data and status code
DEBUG:connexion.apis.abstract:Prepared body and status code (200)
DEBUG:connexion.apis.abstract:Got framework response
INFO:root:REST <- /api/progress/delete - 200
DEBUG:paramiko.transport:Received global request "keepalive@openssh.com"
DEBUG:paramiko.transport:Rejecting "keepalive@openssh.com" global request from server.
DEBUG:paramiko.transport:Received global request "keepalive@openssh.com"

I don’t quite understand why it’s trying to push the image to a repository? I think I might have an incorrect configuration somewhere, but not sure where. I have tried a similar deploy/debug process on two different Windows 10 machines and it seems to work fine. Just not sure why a push is happening here.
Any ideas?

Thanks,
gabe

Greetings @govalles,

That certainly does sound like odd behavior. Just to be clear you have other machines where this works fine and it’s just this particular machine where it behaves like this? Any significant differences between these machines?

Also what version of our IDE extension is installed on this machine?

Finally does this behavior happen consistently on this particular machine? If yes, then what are the exact steps you perform? Does it happen when you try to deploy and debug a fresh project with no changes?

Best Regards,
Jeremias

Thanks Jeremias,

We are runing v1.5.1 (stable version) of the IDE extension.We can repro the problem every time we try to deploy on the dev machine. We’ll try running through this walkthrough to C/C++ Development and Debugging on TorizonCore Using Visual Studio Code | Toradex Developer Center make sure it’s not project specific.

Can you provide info on why we would see this message? I don’t see this message on the working setup:
INFO:root:Local docker registry docker-desktop_TIE_docker_registry running on localhost:49156.

After speaking with our IDE extensions team about this I believe I know what’s going on here.

It seems on this particular machine you may have enabled a specific configuration option that causes the extension to use local registries in it’s workflow. In order to undo this configuration just delete your entire .moses folder. Which on Windows 10 should be located in this location by default: %USERPROFILE%\.moses\

Once that is done you’ll need to restart VSCode for these changes to take effect. Try this and see if it resolves this issue.

Best Regards,
Jeremias

Thanks Jeremias. We will give that a go and report back.

Hi Jeremias,

The recommended fix resolved our issue! Thanks so much for the support!