crc-org / crc

CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
https://crc.dev
Apache License 2.0
1.26k stars 241 forks source link

Console can not be resolved due to DNS setup issues #772

Closed psrin7 closed 4 years ago

psrin7 commented 5 years ago

General information

CRC version

crc version: 1.0.0+575079b
OpenShift version: 4.2.0 (embedded in binary)

CRC status

CRC VM:          Running
OpenShift:       Running (v4.2.0)
Disk Usage:      9.61GB of 32.2GB (Inside the CRC VM)
Cache Usage:     9.608GB
Cache Directory: /Users/psrin14/.crc/cache

CRC config

C02Y93QNJGH6:~ psrin14$ crc config view
- memory                                : 16384
- pull-secret-file                      : ~/Downloads/pull-secret.txt

Host Operating System

ProductName:    Mac OS X
ProductVersion: 10.14.6
BuildVersion:   18G95

Steps to reproduce

  1. crc setup
  2. crc start
  3. crc console

Expected

The requested URL could not be retrieved. Unable to determine IP address from host name for console-openshift-console.apps-crc.testing

Actual

Console should come up

Logs

$ crc start
INFO Checking if running as non-root
INFO Checking if oc binary is cached
INFO Checking if HyperKit is installed
INFO Checking if crc-driver-hyperkit is installed
INFO Checking file permissions for /etc/resolver/testing
INFO Checking file permissions for /etc/hosts
INFO Starting CodeReady Containers VM for OpenShift 4.2.0...
INFO Verifying validity of the cluster certificates ...
INFO Network restart not needed
INFO Check internal and public DNS query ...
WARN Failed public DNS query: ssh command error:
command : host -R 3 quay.io
err     : exit status 1
output  : Host quay.io not found: 3(NXDOMAIN)
 :
INFO Starting OpenShift cluster ... [waiting 3m]
INFO
INFO To access the cluster, first set up your environment by following 'crc oc-env' instructions
INFO Then you can access it by running 'oc login -u developer -p developer https://api.crc.testing:6443'
INFO To login as an admin, username is 'kubeadmin' and password is wyozw-5ywAy-5yoap-7rj8q
INFO
INFO You can now run 'crc console' and use these credentials to access the OpenShift web console
The OpenShift cluster is running
WARN The cluster might report a degraded or error state. This is expected since several operators have been disable to lower the resource usage. For more information, please consult the documentation

$ crc ip
192.168.64.6

$ ping 192.168.64.6
PING 192.168.64.6 (192.168.64.6): 56 data bytes
64 bytes from 192.168.64.6: icmp_seq=0 ttl=64 time=0.206 ms
64 bytes from 192.168.64.6: icmp_seq=1 ttl=64 time=0.207 ms
64 bytes from 192.168.64.6: icmp_seq=2 ttl=64 time=0.211 ms
64 bytes from 192.168.64.6: icmp_seq=3 ttl=64 time=0.249 ms
64 bytes from 192.168.64.6: icmp_seq=4 ttl=64 time=0.298 ms
^C
--- 192.168.64.6 ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.206/0.234/0.298/0.036 ms

$ crc console
Opening the OpenShift Web Console in the default browser...
$ oc login -u kubeadmin -p wyozw-5ywAy-5yoap-7rj8q https://api.crc.testing:6443
Login successful.

You have access to 51 projects, the list has been suppressed. You can list all projects with 'oc projects'

Using project "default".
$ oc get co
NAME                                       VERSION   AVAILABLE   PROGRESSING   DEGRADED   SINCE
authentication                             4.2.0     True        False         False      8d
cloud-credential                           4.2.0     True        False         False      8d
cluster-autoscaler                         4.2.0     True        False         False      8d
console                                    4.2.0     True        False         False      12m
dns                                        4.2.0     True        False         False      12m
image-registry                             4.2.0     True        False         False      8d
ingress                                    4.2.0     True        False         False      8d
insights                                   4.2.0     True        False         False      8d
kube-apiserver                             4.2.0     True        False         False      8d
kube-controller-manager                    4.2.0     True        False         False      8d
kube-scheduler                             4.2.0     True        False         False      8d
machine-api                                4.2.0     True        False         False      8d
machine-config                             4.2.0     False       True          True       8d
marketplace                                4.2.0     True        False         False      12m
monitoring                                           False       True          True       8d
network                                    4.2.0     True        False         False      8d
node-tuning                                4.2.0     True        False         False      12m
openshift-apiserver                        4.2.0     True        False         False      22m
openshift-controller-manager               4.2.0     True        False         False      20m
openshift-samples                          4.2.0     True        False         False      8d
operator-lifecycle-manager                 4.2.0     True        False         False      8d
operator-lifecycle-manager-catalog         4.2.0     True        False         False      8d
operator-lifecycle-manager-packageserver   4.2.0     True        False         False      12m
service-ca                                 4.2.0     True        False         False      8d
service-catalog-apiserver                  4.2.0     True        False         False      8d
service-catalog-controller-manager         4.2.0     True        False         False      8d
storage                                    4.2.0     True        False         False      8d
psrin7 commented 5 years ago

I also have this:

$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost
# Added by Docker Desktop
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
192.168.64.6 api.crc.testing oauth-openshift.apps-crc.testing
edeandrea commented 5 years ago

I am having the exact same issue. If I restart my networking stack manually (sudo ifconfig en0 down; sudo ifconfig en0 up) then the console comes up. I can also manually add console-openshift-console.apps-crc.testing to the ip address in /etc/hosts and the console will also come up.

My machine details:

ProductName:    Mac OS X
ProductVersion: 10.14.6
BuildVersion:   18G103

crc version: 1.0.0+575079b
OpenShift version: 4.2.0 (embedded in binary)
cfergeau commented 5 years ago

When this happens, can console-openshift-console.apps-crc.testing be resolved (without any changes to /etc/hosts)? ping console-openshift-console.apps-crc.testing What is the output of scutil --dns and the content of /etc/resolver/testing?

NB: I've successfully followed the steps from the initial report on:

ProductName:    Mac OS X
ProductVersion: 10.14.6
BuildVersion:   18G103
edeandrea commented 5 years ago

When it happens, console-openshift-console.apps-crc.testing can not be resolved.

crc ip:

192.168.64.12

Contents of /etc/hosts:

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost
# Added by Docker Desktop
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
192.168.64.12 api.crc.testing oauth-openshift.apps-crc.testing

Output of scutil --dns:

DNS configuration

resolver #1
  search domain[0] : hsd1.nh.comcast.net
  nameserver[0] : 2001:558:feed::1
  nameserver[1] : 2001:558:feed::2
  nameserver[2] : 75.75.75.75
  nameserver[3] : 75.75.76.76
  if_index : 10 (en0)
  flags    : Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)

resolver #2
  domain   : local
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300000

resolver #3
  domain   : 254.169.in-addr.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300200

resolver #4
  domain   : 8.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300400

resolver #5
  domain   : 9.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300600

resolver #6
  domain   : a.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300800

resolver #7
  domain   : b.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 301000

resolver #8
  domain   : testing
  nameserver[0] : 192.168.64.11
  port     : 53
  flags    : Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)
  order    : 1

DNS configuration (for scoped queries)

resolver #1
  search domain[0] : hsd1.nh.comcast.net
  nameserver[0] : 2001:558:feed::1
  nameserver[1] : 2001:558:feed::2
  nameserver[2] : 75.75.75.75
  nameserver[3] : 75.75.76.76
  if_index : 10 (en0)
  flags    : Scoped, Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)

Contents of /etc/resolver/testing:

port 53
nameserver 192.168.64.12
search_order 1

Screenshot of browser after running crc console. I can, however, connect using the oc command line client. After I restart my networking stack (sudo ifconfig en0 down; sudo ifconfig en0 up) or if I add console-openshift-console.apps-crc.testing to my /etc/hosts then the console comes up.

crc console

I discussed this with @praveenkumar a few weeks ago as well on a call. I've been seeing this issue since beta 3 of crc (beta 3 was the first version I tried out). I also tried beta 5 and had the exact same experience.

psrin7 commented 5 years ago

My issue was observed when I tried behind the company firewall.

When I retried outside of the company firewall, everything worked fine without issues.

$ crc setup
INFO Checking if running as non-root
INFO Caching oc binary
INFO Setting up virtualization with HyperKit
INFO Will use root access: change ownership of /Users/psrin14/.crc/bin/hyperkit
Password:
INFO Will use root access: set suid for /Users/psrin14/.crc/bin/hyperkit
INFO Installing crc-machine-hyperkit
INFO Will use root access: change ownership of /Users/psrin14/.crc/bin/crc-driver-hyperkit
INFO Will use root access: set suid for /Users/psrin14/.crc/bin/crc-driver-hyperkit
INFO Setting file permissions for /etc/resolver/testing
INFO Setting file permissions for /etc/hosts
INFO Unpacking bundle from the CRC binary
Setup is complete, you can now run 'crc start' to start the OpenShift cluster

$ crc start
INFO Checking if running as non-root
INFO Checking if oc binary is cached
INFO Checking if HyperKit is installed
INFO Checking if crc-driver-hyperkit is installed
INFO Checking file permissions for /etc/resolver/testing
INFO Checking file permissions for /etc/hosts
? Image pull secret [? for help] *********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************INFO Extracting bundle: crc_hyperkit_4.2.0.crcbundle ... *************************************************************************************************************************************************************************************INFO Creating CodeReady Containers VM for OpenShift 4.2.0... *********************************************************************************************************************************************************************************INFO Verifying validity of the cluster certificates ... **************************************************************************************************************************************************************************************INFO Restarting the host network                  ********************************************************************************************************************************************************************************************INFO Check internal and public DNS query ...      ********************************************************************************************************************************************************************************************INFO Copying kubeconfig file to instance dir ...  ********************************************************************************************************************************************************************************************INFO Adding user's pull secret and cluster ID ... ********************************************************************************************************************************************************************************************INFO Starting OpenShift cluster ... [waiting 3m]  ********************************************************************************************************************************************************************************************INFO                                              ***********************************************************************************************************************************************
INFO To access the cluster, first set up your environment by following 'crc oc-env' instructions
INFO Then you can access it by running 'oc login -u developer -p developer https://api.crc.testing:6443'
INFO To login as an admin, username is 'kubeadmin' and password is wyozw-5ywAy-5yoap-7rj8q
INFO
INFO You can now run 'crc console' and use these credentials to access the OpenShift web console
The OpenShift cluster is running
WARN The cluster might report a degraded or error state. This is expected since several operators have been disable to lower the resource usage. For more information, please consult the documentation

$ crc status
CRC VM:          Running
OpenShift:       Running (v4.2.0)
Disk Usage:      9.659GB of 32.2GB (Inside the CRC VM)
Cache Usage:     9.608GB
Cache Directory: /Users/psrin14/.crc/cache

$ oc login -u kubeadmin -p wyozw-5ywAy-5yoap-7rj8q https://api.crc.testing:6443
Login successful.

You have access to 51 projects, the list has been suppressed. You can list all projects with 'oc projects'

Using project "default".

$ oc get co
NAME                                       VERSION   AVAILABLE   PROGRESSING   DEGRADED   SINCE
authentication                             4.2.0     True        False         False      9d
cloud-credential                           4.2.0     True        False         False      9d
cluster-autoscaler                         4.2.0     True        False         False      9d
console                                    4.2.0     True        False         False      9d
dns                                        4.2.0     True        False         False      3m47s
image-registry                             4.2.0     True        False         False      9d
ingress                                    4.2.0     True        False         False      9d
insights                                   4.2.0     True        False         False      9d
kube-apiserver                             4.2.0     True        False         False      9d
kube-controller-manager                    4.2.0     True        False         False      9d
kube-scheduler                             4.2.0     True        False         False      9d
machine-api                                4.2.0     True        False         False      9d
machine-config                             4.2.0     False       True          True       9d
marketplace                                4.2.0     True        False         False      3m48s
monitoring                                           False       True          True       9d
network                                    4.2.0     True        False         False      9d
node-tuning                                4.2.0     True        False         False      3m27s
openshift-apiserver                        4.2.0     True        False         False      2m58s
openshift-controller-manager               4.2.0     True        False         False      58s
openshift-samples                          4.2.0     True        False         False      9d
operator-lifecycle-manager                 4.2.0     True        False         False      9d
operator-lifecycle-manager-catalog         4.2.0     True        False         False      9d
operator-lifecycle-manager-packageserver   4.2.0     True        False         False      2m51s
service-ca                                 4.2.0     True        False         False      9d
service-catalog-apiserver                  4.2.0     True        False         False      9d
service-catalog-controller-manager         4.2.0     True        False         False      9d
storage                                    4.2.0     True        False         False      9d

$ crc console
Opening the OpenShift Web Console in the default browser...

$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost
# Added by Docker Desktop
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
192.168.64.9 api.crc.testing oauth-openshift.apps-crc.testing

$ cat /etc/resolver/testing
port 53
nameserver 192.168.64.9

image

edeandrea commented 5 years ago

For me I am not behind any company firewall.

psrin7 commented 5 years ago

@cfergeau

When this happens, can console-openshift-console.apps-crc.testing be resolved (without any changes to /etc/hosts)? ping console-openshift-console.apps-crc.testing What is the output of scutil --dns and the content of /etc/resolver/testing?

As you see it worked outside of company firewall without an entry to /etc/hosts for console-openshift-console.apps-crc.testing.

psrin7 commented 5 years ago

@edeandrea

For me I am not behind any company firewall.

May be it doesn't matter and the issue is something else :)

gbraad commented 5 years ago

TL;dr

The console comes up, but DNS settings prevent you from being able to resolve the correct address. More information about the network setup is needed to understand what is happening. Are you using VPN for instance?

cfergeau commented 5 years ago

When it happens, console-openshift-console.apps-crc.testing can not be resolved.

crc ip:

192.168.64.12

VM IP ends in .12

Output of scutil --dns:

DNS configuration
[snip]

resolver #8
  domain   : testing
  nameserver[0] : 192.168.64.11
  port     : 53
  flags    : Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)
  order    : 1

but scutil still references .11, which was most likely the IP in a previous run (this increases by one each time you do crc delete; crc start)

Contents of /etc/resolver/testing:

port 53
nameserver 192.168.64.12
search_order 1

This file was updated to refer to .12 ((the correct DNS). So it's scutil which is outdated, which is what most of the system will use, except for oc and dig which don't make use of /etc/resolver, but only use resolv.conf//etc/hosts. When /etc/resolver/testing was modified (from 192.168.64.11 to 192.168.64.12), it should have restarted the network with a Restarting the host network log. The log you pasted shows Network restart not needed, but maybe this was not you first crc start attempt after the VM IP changed.

It could be interesting to do a crc delete, check /etc/resolver/testing content, then crc start --log-level debug and capture the full log. If after doing this you reproduce the issue, I'd check again /etc/resolver/testing and scutil --dns, but I'd expect they are going to be out of sync again.

edeandrea commented 5 years ago

@gbraad No I am not on vpn. I'm on my home Xfinity network.

edeandrea commented 5 years ago

I will go through the crc delete as described above. One thing I notice as well - the /etc/hosts file is now owned by my user and not root. Isn't that a security vulnerability?

edeandrea commented 5 years ago

Here's the output of doing a crc delete, followed by a crc setup and crc start --log-level debug. End result is the same - console isn't reachable. I've scrubbed the output as well to remove any RSA keys/pull secrets/etc.

$ crc delete
Do you want to delete the OpenShift cluster? [y/N]: y
The OpenShift cluster deleted

$ sudo ifconfig en0 down; sudo ifconfig en0 up

$ cat /etc/resolver/testing 
port 53
nameserver 192.168.64.12
search_order 1

$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost
# Added by Docker Desktop
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
192.168.64.12 api.crc.testing oauth-openshift.apps-crc.testing

$ scutil --dns
DNS configuration

resolver #1
  search domain[0] : hsd1.nh.comcast.net
  nameserver[0] : 2001:558:feed::1
  nameserver[1] : 2001:558:feed::2
  nameserver[2] : 75.75.75.75
  nameserver[3] : 75.75.76.76
  if_index : 10 (en0)
  flags    : Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)

resolver #2
  domain   : local
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300000

resolver #3
  domain   : 254.169.in-addr.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300200

resolver #4
  domain   : 8.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300400

resolver #5
  domain   : 9.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300600

resolver #6
  domain   : a.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300800

resolver #7
  domain   : b.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 301000

resolver #8
  domain   : testing
  nameserver[0] : 192.168.64.12
  port     : 53
  flags    : Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)
  order    : 1

DNS configuration (for scoped queries)

resolver #1
  search domain[0] : hsd1.nh.comcast.net
  nameserver[0] : 2001:558:feed::1
  nameserver[1] : 2001:558:feed::2
  nameserver[2] : 75.75.75.75
  nameserver[3] : 75.75.76.76
  if_index : 10 (en0)
  flags    : Scoped, Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)

$ crc setup
INFO Checking if running as non-root              
INFO Caching oc binary                            
INFO Setting up virtualization with HyperKit      
INFO Installing crc-machine-hyperkit              
INFO Setting file permissions for /etc/resolver/testing 
INFO Setting file permissions for /etc/hosts      
INFO Will use root access: change ownership of /etc/hosts 
INFO Unpacking bundle from the CRC binary         
Setup is complete, you can now run 'crc start' to start the OpenShift cluster

$ crc start --log-level debug
DEBU No new version available. The latest version is 1.0.0 
INFO Checking if running as non-root              
INFO Checking if oc binary is cached              
DEBU oc binary already cached                     
INFO Checking if HyperKit is installed            
DEBU Checking if hyperkit is installed            
INFO Checking if crc-driver-hyperkit is installed 
DEBU Checking if crc-driver-hyperkit is installed 
DEBU crc-driver-hyperkit is already installed in /Users/edeandre/.crc/bin/crc-driver-hyperkit 
INFO Checking file permissions for /etc/resolver/testing 
INFO Checking file permissions for /etc/hosts     
Checking file: /Users/edeandre/.crc/machines/crc/.crc-exist
? Image pull secret [? for help]
INFO Loading bundle: crc_hyperkit_4.2.0.crcbundle ...
INFO Creating CodeReady Containers VM for OpenShift 4.2.0...
Found binary path at /Users/edeandre/.crc/bin/crc-driver-hyperkit
Launching plugin server for driver hyperkit
Plugin server listening at address 127.0.0.1:63579
() Calling .GetVersion
Using API Version  1
() Calling .SetConfigRaw
() Calling .GetMachineName
(crc) Calling .GetMachineName
(crc) Calling .DriverName
Running pre-create checks...
(crc) Calling .PreCreateCheck
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) Calling .GetConfigRaw
Creating machine...
(crc) Calling .Create
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) Downloading /Users/edeandre/.crc/cache/crc.disk from file:///Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/crc.qcow2...
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) DBG | clean start, hyperkit pid file doesn't exist: /Users/edeandre/.crc/machines/crc/hyperkit.pid
(crc) DBG | Using hyperkit binary from /Users/edeandre/.crc/bin/hyperkit
(crc) DBG | Using UUID fe836080-f976-11e9-b72b-acde48001122
(crc) DBG | Generated MAC d2:f:ca:37:eb:a5
(crc) DBG | Starting with cmdline: BOOT_IMAGE=/ostree/rhcos-ee73255863c1e88baaa06eac3fff2d753f20da9a49139224bb88dbfe2a7ba712/vmlinuz-4.18.0-80.11.2.el8_0.x86_64 console=tty0 console=ttyS0,115200n8 rootflags=defaults,prjquota rw root=UUID=477c3d77-20c6-4ff3-8bb3-dc2543eedfbd ostree=/ostree/boot.0/rhcos/ee73255863c1e88baaa06eac3fff2d753f20da9a49139224bb88dbfe2a7ba712/0 coreos.oem.id=qemu ignition.platform.id=qemu
(crc) DBG | Trying to execute /Users/edeandre/.crc/bin/hyperkit -A -u -F /Users/edeandre/.crc/machines/crc/hyperkit.pid -c 4 -m 8192M -s 0:0,hostbridge -s 31,lpc -s 1:0,virtio-net -U fe836080-f976-11e9-b72b-acde48001122 -s 2:0,virtio-blk,file:///Users/edeandre/.crc/machines/crc/crc.disk,format=qcow -s 3,virtio-rnd -l com1,autopty=/Users/edeandre/.crc/machines/crc/tty,log=/Users/edeandre/.crc/machines/crc/console-ring -f kexec,/Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/vmlinuz-4.18.0-80.11.2.el8_0.x86_64,/Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/initramfs-4.18.0-80.11.2.el8_0.x86_64.img,earlyprintk=serial BOOT_IMAGE=/ostree/rhcos-ee73255863c1e88baaa06eac3fff2d753f20da9a49139224bb88dbfe2a7ba712/vmlinuz-4.18.0-80.11.2.el8_0.x86_64 console=tty0 console=ttyS0,115200n8 rootflags=defaults,prjquota rw root=UUID=477c3d77-20c6-4ff3-8bb3-dc2543eedfbd ostree=/ostree/boot.0/rhcos/ee73255863c1e88baaa06eac3fff2d753f20da9a49139224bb88dbfe2a7ba712/0 coreos.oem.id=qemu ignition.platform.id=qemu
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) DBG | hyperkit pid from json: 61473
(crc) DBG | Searching for d2:f:ca:37:eb:a5 in /var/db/dhcpd_leases ...
(crc) DBG | Found 11 entries in /var/db/dhcpd_leases!
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.12 HWAddress:d6:60:cc:13:4e:19 ID:1,d6:60:cc:13:4e:19 Lease:0x5db48b29}
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.11 HWAddress:56:7d:84:10:50:6a ID:1,56:7d:84:10:50:6a Lease:0x5db436e6}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.10 HWAddress:ae:22:d2:1a:fb:6c ID:1,ae:22:d2:1a:fb:6c Lease:0x5d989b61}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.9 HWAddress:82:c9:49:1c:ef:43 ID:1,82:c9:49:1c:ef:43 Lease:0x5d989065}
(crc) DBG | dhcp entry: {Name:crc-vsqrt-master-0 IPAddress:192.168.64.8 HWAddress:22:3b:4:94:c7:6 ID:1,22:3b:4:94:c7:6 Lease:0x5d9351ed}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.7 HWAddress:ce:81:f8:80:5d:36 ID:1,ce:81:f8:80:5d:36 Lease:0x5d934f8d}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.6 HWAddress:2a:92:b5:2c:c4:b8 ID:1,2a:92:b5:2c:c4:b8 Lease:0x5d8d1732}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.5 HWAddress:6e:7c:58:47:a1:4a ID:1,6e:7c:58:47:a1:4a Lease:0x5d73c293}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.4 HWAddress:9a:e8:e4:11:65:1a ID:1,9a:e8:e4:11:65:1a Lease:0x5d934e7a}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.3 HWAddress:56:73:6e:ab:f1:b6 ID:1,56:73:6e:ab:f1:b6 Lease:0x5c6871e0}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.2 HWAddress:ba:df:f1:af:67:cf ID:1,ba:df:f1:af:67:cf Lease:0x5c671ef8}
(crc) DBG | error: Temporary Error: could not find an IP address for d2:f:ca:37:eb:a5 - sleeping 2s
(crc) DBG | retry loop 1
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) DBG | hyperkit pid from json: 61473
(crc) DBG | Searching for d2:f:ca:37:eb:a5 in /var/db/dhcpd_leases ...
(crc) DBG | Found 11 entries in /var/db/dhcpd_leases!
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.12 HWAddress:d6:60:cc:13:4e:19 ID:1,d6:60:cc:13:4e:19 Lease:0x5db48b29}
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.11 HWAddress:56:7d:84:10:50:6a ID:1,56:7d:84:10:50:6a Lease:0x5db436e6}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.10 HWAddress:ae:22:d2:1a:fb:6c ID:1,ae:22:d2:1a:fb:6c Lease:0x5d989b61}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.9 HWAddress:82:c9:49:1c:ef:43 ID:1,82:c9:49:1c:ef:43 Lease:0x5d989065}
(crc) DBG | dhcp entry: {Name:crc-vsqrt-master-0 IPAddress:192.168.64.8 HWAddress:22:3b:4:94:c7:6 ID:1,22:3b:4:94:c7:6 Lease:0x5d9351ed}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.7 HWAddress:ce:81:f8:80:5d:36 ID:1,ce:81:f8:80:5d:36 Lease:0x5d934f8d}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.6 HWAddress:2a:92:b5:2c:c4:b8 ID:1,2a:92:b5:2c:c4:b8 Lease:0x5d8d1732}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.5 HWAddress:6e:7c:58:47:a1:4a ID:1,6e:7c:58:47:a1:4a Lease:0x5d73c293}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.4 HWAddress:9a:e8:e4:11:65:1a ID:1,9a:e8:e4:11:65:1a Lease:0x5d934e7a}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.3 HWAddress:56:73:6e:ab:f1:b6 ID:1,56:73:6e:ab:f1:b6 Lease:0x5c6871e0}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.2 HWAddress:ba:df:f1:af:67:cf ID:1,ba:df:f1:af:67:cf Lease:0x5c671ef8}
(crc) DBG | error: Temporary Error: could not find an IP address for d2:f:ca:37:eb:a5 - sleeping 2s
(crc) DBG | retry loop 2
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) DBG | hyperkit pid from json: 61473
(crc) DBG | Searching for d2:f:ca:37:eb:a5 in /var/db/dhcpd_leases ...
(crc) DBG | Found 11 entries in /var/db/dhcpd_leases!
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.12 HWAddress:d6:60:cc:13:4e:19 ID:1,d6:60:cc:13:4e:19 Lease:0x5db48b29}
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.11 HWAddress:56:7d:84:10:50:6a ID:1,56:7d:84:10:50:6a Lease:0x5db436e6}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.10 HWAddress:ae:22:d2:1a:fb:6c ID:1,ae:22:d2:1a:fb:6c Lease:0x5d989b61}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.9 HWAddress:82:c9:49:1c:ef:43 ID:1,82:c9:49:1c:ef:43 Lease:0x5d989065}
(crc) DBG | dhcp entry: {Name:crc-vsqrt-master-0 IPAddress:192.168.64.8 HWAddress:22:3b:4:94:c7:6 ID:1,22:3b:4:94:c7:6 Lease:0x5d9351ed}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.7 HWAddress:ce:81:f8:80:5d:36 ID:1,ce:81:f8:80:5d:36 Lease:0x5d934f8d}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.6 HWAddress:2a:92:b5:2c:c4:b8 ID:1,2a:92:b5:2c:c4:b8 Lease:0x5d8d1732}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.5 HWAddress:6e:7c:58:47:a1:4a ID:1,6e:7c:58:47:a1:4a Lease:0x5d73c293}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.4 HWAddress:9a:e8:e4:11:65:1a ID:1,9a:e8:e4:11:65:1a Lease:0x5d934e7a}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.3 HWAddress:56:73:6e:ab:f1:b6 ID:1,56:73:6e:ab:f1:b6 Lease:0x5c6871e0}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.2 HWAddress:ba:df:f1:af:67:cf ID:1,ba:df:f1:af:67:cf Lease:0x5c671ef8}
(crc) DBG | error: Temporary Error: could not find an IP address for d2:f:ca:37:eb:a5 - sleeping 2s
(crc) DBG | retry loop 3
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) DBG | hyperkit pid from json: 61473
(crc) DBG | Searching for d2:f:ca:37:eb:a5 in /var/db/dhcpd_leases ...
(crc) DBG | Found 11 entries in /var/db/dhcpd_leases!
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.12 HWAddress:d6:60:cc:13:4e:19 ID:1,d6:60:cc:13:4e:19 Lease:0x5db48b29}
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.11 HWAddress:56:7d:84:10:50:6a ID:1,56:7d:84:10:50:6a Lease:0x5db436e6}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.10 HWAddress:ae:22:d2:1a:fb:6c ID:1,ae:22:d2:1a:fb:6c Lease:0x5d989b61}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.9 HWAddress:82:c9:49:1c:ef:43 ID:1,82:c9:49:1c:ef:43 Lease:0x5d989065}
(crc) DBG | dhcp entry: {Name:crc-vsqrt-master-0 IPAddress:192.168.64.8 HWAddress:22:3b:4:94:c7:6 ID:1,22:3b:4:94:c7:6 Lease:0x5d9351ed}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.7 HWAddress:ce:81:f8:80:5d:36 ID:1,ce:81:f8:80:5d:36 Lease:0x5d934f8d}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.6 HWAddress:2a:92:b5:2c:c4:b8 ID:1,2a:92:b5:2c:c4:b8 Lease:0x5d8d1732}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.5 HWAddress:6e:7c:58:47:a1:4a ID:1,6e:7c:58:47:a1:4a Lease:0x5d73c293}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.4 HWAddress:9a:e8:e4:11:65:1a ID:1,9a:e8:e4:11:65:1a Lease:0x5d934e7a}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.3 HWAddress:56:73:6e:ab:f1:b6 ID:1,56:73:6e:ab:f1:b6 Lease:0x5c6871e0}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.2 HWAddress:ba:df:f1:af:67:cf ID:1,ba:df:f1:af:67:cf Lease:0x5c671ef8}
(crc) DBG | error: Temporary Error: could not find an IP address for d2:f:ca:37:eb:a5 - sleeping 2s
(crc) DBG | retry loop 4
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) DBG | hyperkit pid from json: 61473
(crc) DBG | Searching for d2:f:ca:37:eb:a5 in /var/db/dhcpd_leases ...
(crc) DBG | Found 11 entries in /var/db/dhcpd_leases!
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.12 HWAddress:d6:60:cc:13:4e:19 ID:1,d6:60:cc:13:4e:19 Lease:0x5db48b29}
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.11 HWAddress:56:7d:84:10:50:6a ID:1,56:7d:84:10:50:6a Lease:0x5db436e6}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.10 HWAddress:ae:22:d2:1a:fb:6c ID:1,ae:22:d2:1a:fb:6c Lease:0x5d989b61}
(crc) DBG | dhcp entry: {Name:crc-chc9n-master-0 IPAddress:192.168.64.9 HWAddress:82:c9:49:1c:ef:43 ID:1,82:c9:49:1c:ef:43 Lease:0x5d989065}
(crc) DBG | dhcp entry: {Name:crc-vsqrt-master-0 IPAddress:192.168.64.8 HWAddress:22:3b:4:94:c7:6 ID:1,22:3b:4:94:c7:6 Lease:0x5d9351ed}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.7 HWAddress:ce:81:f8:80:5d:36 ID:1,ce:81:f8:80:5d:36 Lease:0x5d934f8d}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.6 HWAddress:2a:92:b5:2c:c4:b8 ID:1,2a:92:b5:2c:c4:b8 Lease:0x5d8d1732}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.5 HWAddress:6e:7c:58:47:a1:4a ID:1,6e:7c:58:47:a1:4a Lease:0x5d73c293}
(crc) DBG | dhcp entry: {Name:crc-56mmj-master-0 IPAddress:192.168.64.4 HWAddress:9a:e8:e4:11:65:1a ID:1,9a:e8:e4:11:65:1a Lease:0x5d934e7a}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.3 HWAddress:56:73:6e:ab:f1:b6 ID:1,56:73:6e:ab:f1:b6 Lease:0x5c6871e0}
(crc) DBG | dhcp entry: {Name: IPAddress:192.168.64.2 HWAddress:ba:df:f1:af:67:cf ID:1,ba:df:f1:af:67:cf Lease:0x5c671ef8}
(crc) DBG | error: Temporary Error: could not find an IP address for d2:f:ca:37:eb:a5 - sleeping 2s
(crc) DBG | retry loop 5
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) DBG | hyperkit pid from json: 61473
(crc) DBG | Searching for d2:f:ca:37:eb:a5 in /var/db/dhcpd_leases ...
(crc) DBG | Found 12 entries in /var/db/dhcpd_leases!
(crc) DBG | dhcp entry: {Name:crc-847lc-master-0 IPAddress:192.168.64.13 HWAddress:d2:f:ca:37:eb:a5 ID:1,d2:f:ca:37:eb:a5 Lease:0x5db82400}
(crc) DBG | Found match: d2:f:ca:37:eb:a5
(crc) DBG | IP: 192.168.64.13
(crc) Calling .GetConfigRaw
(crc) Calling .DriverName
(crc) Calling .DriverName
Waiting for machine to be running, this may take a few minutes...
(crc) Calling .GetState
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) DBG | hyperkit pid from json: 61473
Machine is up and running!
Machine successfully created
Created /Users/edeandre/.crc/machines/crc/.crc-exist
(crc) Calling .GetState
(crc) DBG | exe=/Users/edeandre/.crc/bin/crc-driver-hyperkit uid=0
(crc) DBG | hyperkit pid from json: 61473
Found binary path at /Users/edeandre/.crc/bin/crc-driver-hyperkit
Launching plugin server for driver hyperkit
Plugin server listening at address 127.0.0.1:63587
() Calling .GetVersion
Using API Version  1
() Calling .SetConfigRaw
() Calling .GetMachineName
DEBU Waiting until ssh is available               
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
exit 0
SSH cmd err, output: <nil>: 
INFO Verifying validity of the cluster certificates ... 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
date --date="$(sudo openssl x509 -in /var/lib/kubelet/pki/kubelet-client-current.pem -noout -enddate | cut -d= -f 2)" --iso-8601=seconds
SSH cmd err, output: <nil>: 2019-11-16T05:02:58+00:00

(crc) Calling .GetIP
(crc) Calling .DriverName
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
echo 'dXNlcj1yb290CnBvcnQ9IDUzCmJpbmQtaW50ZXJmYWNlcwpleHBhbmQtaG9zdHMKbG9nLXF1ZXJpZXMKc3J2LWhvc3Q9X2V0Y2Qtc2VydmVyLXNzbC5fdGNwLmNyYy50ZXN0aW5nLGV0Y2QtMC5jcmMudGVzdGluZywyMzgwLDEwCmxvY2FsPS9jcmMudGVzdGluZy8KZG9tYWluPWNyYy50ZXN0aW5nCmFkZHJlc3M9L2FwcHMtY3JjLnRlc3RpbmcvMTkyLjE2OC42NC4xMwphZGRyZXNzPS9ldGNkLTAuY3JjLnRlc3RpbmcvMTkyLjE2OC42NC4xMwphZGRyZXNzPS9hcGkuY3JjLnRlc3RpbmcvMTkyLjE2OC42NC4xMwphZGRyZXNzPS9hcGktaW50LmNyYy50ZXN0aW5nLzE5Mi4xNjguNjQuMTMKYWRkcmVzcz0vY3JjLTg0N2xjLW1hc3Rlci0wLmNyYy50ZXN0aW5nLzE5Mi4xNjguNjQuMTMK' | openssl enc -base64 -d | sudo tee /var/srv/dnsmasq.conf > /dev/null
SSH cmd err, output: <nil>: 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo podman rm -f dnsmasq
SSH cmd err, output: exit status 1: Error: no container with name or ID dnsmasq found: no such container

(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo rm -f /var/lib/cni/networks/podman/10.88.0.8
SSH cmd err, output: <nil>: 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo podman run  --ip 10.88.0.8 --name dnsmasq -v /var/srv/dnsmasq.conf:/etc/dnsmasq.conf -p 53:53/udp --privileged -d quay.io/crcont/dnsmasq:latest
SSH cmd err, output: <nil>: efa69c5d33ddb7604963992af60c362b410e6ab919e2f6b8cc147c66f6b534fb

DEBU Updating api.crc.testing to 192.168.64.13 in /etc/hosts file 
DEBU Updating oauth-openshift.apps-crc.testing to 192.168.64.13 in /etc/hosts file 
INFO Restarting the host network                  
DEBU Disabling the Thunderbolt Ethernet Slot 1 Device (stdout: ), (stderr: ) 
DEBU Enabling the Thunderbolt Ethernet Slot 1 Device (stdout: ), (stderr: ) 
DEBU Disabling the Wi-Fi Device (stdout: ), (stderr: ) 
DEBU Enabling the Wi-Fi Device (stdout: ), (stderr: ) 
DEBU Disabling the Bluetooth PAN Device (stdout: ), (stderr: ) 
DEBU Enabling the Bluetooth PAN Device (stdout: ), (stderr: ) 
DEBU Disabling the Thunderbolt Bridge Device (stdout: ), (stderr: ) 
DEBU Enabling the Thunderbolt Bridge Device (stdout: ), (stderr: ) 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
cat /etc/resolv.conf
SSH cmd err, output: <nil>: # Generated by NetworkManager
nameserver 192.168.64.1

(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
echo **REMOVED** | base64 --decode | sudo tee /etc/resolv.conf > /dev/null
SSH cmd err, output: <nil>: 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
host -R 3 foo.apps-crc.testing
SSH cmd err, output: <nil>: foo.apps-crc.testing has address 192.168.64.13

INFO Check internal and public DNS query ...      
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
host -R 3 quay.io
SSH cmd err, output: <nil>: quay.io has address 23.23.158.172
quay.io has address 23.23.190.62
quay.io has address 54.204.46.170
quay.io has address 54.225.149.151
quay.io has address 54.204.30.90
quay.io has address 23.23.73.73
quay.io mail is handled by 30 aspmx2.googlemail.com.
quay.io mail is handled by 30 aspmx3.googlemail.com.
quay.io mail is handled by 10 aspmx.l.google.com.
quay.io mail is handled by 20 alt1.aspmx.l.google.com.
quay.io mail is handled by 20 alt2.aspmx.l.google.com.

(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc (-r--------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/id_rsa_crc -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
echo 'ssh-rsa **REMOVED**
' > /home/core/.ssh/authorized_keys
SSH cmd err, output: <nil>: 
INFO Copying kubeconfig file to instance dir ...  
DEBU Copying '/Users/edeandre/.crc/cache/crc_hyperkit_4.2.0/kubeconfig' to '/Users/edeandre/.crc/machines/crc/kubeconfig' 
INFO Adding user's pull secret and cluster ID ... 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
cat <<EOF | tee /tmp/kubeconfig
clusters:
- cluster:
    certificate-authority-data: **REMOVED**
    server: https://api.crc.testing:6443
  name: crc
contexts:
- context:
    cluster: crc
    user: admin
  name: admin
current-context: admin
preferences: {}
users:
- name: admin
  user:
    client-certificate-data: **REMOVED**

EOF
SSH cmd err, output: <nil>: clusters:
- cluster:
    certificate-authority-data: **REMOVED**
    server: https://api.crc.testing:6443
  name: crc
contexts:
- context:
    cluster: crc
    user: admin
  name: admin
current-context: admin
preferences: {}
users:
- name: admin
  user:
    client-certificate-data: **REMOVED**

(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
cat <<EOF | tee /tmp/pull-secret.yaml
apiVersion: v1
data:
  .dockerconfigjson: **REMOVED**
kind: Secret
metadata:
  name: pull-secret
  namespace: openshift-config
type: kubernetes.io/dockerconfigjson
EOF
SSH cmd err, output: <nil>: apiVersion: v1
data:
  .dockerconfigjson: **REMOVED**
kind: Secret
metadata:
  name: pull-secret
  namespace: openshift-config
type: kubernetes.io/dockerconfigjson

DEBU Output is : apiVersion: v1
data:
  .dockerconfigjson: **REMOVED**
kind: Secret
metadata:
  name: pull-secret
  namespace: openshift-config
type: kubernetes.io/dockerconfigjson 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo systemctl daemon-reload
SSH cmd err, output: <nil>: 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo systemctl -f start kubelet
SSH cmd err, output: <nil>: 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
timeout 80 bash -c 'until oc --config /tmp/kubeconfig replace -f /tmp/pull-secret.yaml 2>/dev/null 1>&2; \
do echo "Waiting for recovery apiserver to come up."; sleep 1; done'
SSH cmd err, output: <nil>: Waiting for recovery apiserver to come up.
Waiting for recovery apiserver to come up.
Waiting for recovery apiserver to come up.

DEBU Output of timeout 80 bash -c 'until oc --config /tmp/kubeconfig replace -f /tmp/pull-secret.yaml 2>/dev/null 1>&2; \
do echo "Waiting for recovery apiserver to come up."; sleep 1; done': Waiting for recovery apiserver to come up.
Waiting for recovery apiserver to come up.
Waiting for recovery apiserver to come up. 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
timeout 80 bash -c 'until oc --config /tmp/kubeconfig patch clusterversion version -p '"'"'{"spec":{"clusterID":"8536e87e-e3a7-4028-9ef2-7f68d5cb3d1c"}}'"'"' --type merge 2>/dev/null 1>&2; \
do echo "Waiting for recovery apiserver to come up."; sleep 1; done'
SSH cmd err, output: <nil>: 
DEBU Output of timeout 80 bash -c 'until oc --config /tmp/kubeconfig patch clusterversion version -p '"'"'{"spec":{"clusterID":"8536e87e-e3a7-4028-9ef2-7f68d5cb3d1c"}}'"'"' --type merge 2>/dev/null 1>&2; \
do echo "Waiting for recovery apiserver to come up."; sleep 1; done':  
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo systemctl -f stop kubelet
SSH cmd err, output: <nil>: 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
bash -c 'sudo crictl stopp $(sudo crictl pods -q) &&\
sudo crictl rmp $(sudo crictl pods -q)'
SSH cmd err, output: exit status 1: Stopped sandbox b22e5d2342a88819d7e476c36f25975872d6f75d8a110b422fbc1d7f29f9cdfa
Stopped sandbox 69507ee5b138dcc9d97f235634afe2448a10234db3a35e8fd3569f723bfb3438
Stopped sandbox ae018bd0ec5a005d86b994c007fefcdf1484c12362c0f41ec21bdcad09a04432
Stopped sandbox 0f00fe5e453a5dc4652c537c547cc0f17f2cd789730da109f1e311ec6ce48c90
Stopped sandbox 5b72dec2de0ad584d687b36eb320f7f89e877d3b5451dcdc525c8c50c830f40e
Stopped sandbox 562411af699bed51b469f94a628a30333f6bcba14626bf6da2cc1a294e5d478a
Stopped sandbox fc54b684b7ed52e0b9e7f1165e289d27039a96a15519cc0b98168d582d6a054a
Stopped sandbox 5773c6c59234e523f8067d83c579311ca22ce50be380eca2f04251f6fea3f437
Stopped sandbox e66577cfafdbc8ffb35b13422ce7af55190932b59bcdab9c1176fe9a172206c0
Stopped sandbox 349c5ea54fceb9632483266475ea97b44e5136858b39ecd64709d0f8b7214eca
Stopped sandbox 98b83c565507887aeab6fed5ae1a76dce5b791867f9e1bd2bdfdb085b7282b9a
Stopped sandbox 24985cb1eb17d6579452a3d13ff679cbd0be5cd76bb350ababc424ebd908555b
Stopped sandbox 18f633e4513890dcc1d22842ba6e5d5d8ead7807ce671801c2bafaf326c08ff8
Stopped sandbox cfbcedce49ee4eb4472dbc957ef091448ea2f3e4fa23cb640966450d232dab55
Stopped sandbox 7cf8db055f85708867df21ef3291d127db7fb59120f2740c46a04e8dbc049e25
Stopped sandbox 11257ad88a97c19c3a8d8085c2822e32f2010b8fc0706d938dc817eecc906955
Stopped sandbox 30c17fa21b79ad689e3bc297705ab0d12164870c1fad2c0dcb1c66f4a33f90d5
Stopped sandbox 5df9fc6bf184c3e7fc9cb05a6434503f8bbbcceef8aac32ca8c506cf619806ff
Stopped sandbox 090c02fd6241eec8b4979b3b0b3876d745d691d35d170ca30716771266965920
Stopped sandbox 79ab45f7e73fd9f6dfbbf230b19f38f99f33252651f125fca46acfdf87323e11
Stopped sandbox 56d634637d6db36b866d8f50d4d014890527c117e1902ffa0ae0f619fce8fdda
Stopped sandbox 757c24f3c2fd3279c0ea46b68e3c00099715aba6e3f838df472ad3dc8f477b7d
Stopped sandbox cf0ac957687c770a2b5356e5f8226fc14ebaf309504868eb254e1d482ed7a223
Stopped sandbox c993c3763080b6e62ec05eda929b0ef40ae47b9383b40e1810c2a2b361f2287f
Stopped sandbox 8a1e06689e2d728a5638c2132df838dd3cb33826a898a2dbb870f2bbcfd65455
Stopped sandbox 83430baba2f329efc0b3d025f6f33a98b0c79f4462b13475ee2736445e3c9484
Stopped sandbox dbb0f2a5f3549a9cb38d4447807661e1d99a49aac4ff42c634e7e9e15676e466
Stopped sandbox 99f20c215093d11f2ef8f6ba28a53cc7249bbaf8f9fc63a09dbe636a0122e708
Stopped sandbox 84d9a9e89875e9036c365b23a52afce5ae5260a6ea9a35eb3b6f0b0f768cdd04
Stopped sandbox 1d9032e108e32dc441ccd2a6a64a37d00819d810ecbb96207922fb600989d9c7
Stopped sandbox f2e7b7b023ac5b476df43c3a171a65e956f848528dbf95e89e434be68e928c10
Stopped sandbox 94986a62c3dc12b5a12931808cee42ad04f914711d1421f9dec23be5c95cbcac
Stopped sandbox 9829fdc087e27a42d5cae604f013ea82450019f58bee5823716042efe2453e90
Stopped sandbox 1b9ead46550b6e83c6894ed4ba647c33f6097720aa794e67af11ccb39765a47a
Stopped sandbox 98514042a71cacb54099e67ce15e7c77af97bc7dbcf549ca8be81d3e9352ec82
Stopped sandbox b9f05de0468f6e15f57c7de9cf618033944ad39abf79524808af7b802f60fd81
Stopped sandbox 9947775dfec75386dc6f52ffec0ab2d449d527d87e0710636ba10fffea9b7e5b
Stopped sandbox 3c8760b736c1534396dc65c37b112d3c26a4ad324be0b8565fd5601b8aa6e6b4
Stopped sandbox 63b956b940603c357480e452f58c2452c8e81c38af9499026e07abc51ace5841
Stopped sandbox daec6bd3237f6c4a50d3219b581ff79f5bac0f04fb7f2576b5a9c2540ce1bd94
Stopped sandbox cdb117daaed6b8eae5e2b2f9a1924f99f7ad96dd9f9624d5459da32d3341cfdd
Stopped sandbox 9df90a326a374381df2928099dfa1b56d5683ec6974b11d96c1ed1ad2525593d
Stopped sandbox 064227a385a66861c2a6c345a46db38f924906ee66d2c90073f5de39a367b1e4
Stopped sandbox 67e85ab1843f1b036e62e62ac9a329b527a52ff201355f0769049d8b3581773c
Stopped sandbox 2d3adef8c442eca213d1978a3e0ef8fd7587b13c417e98bd33b98c98f77ab103
Stopped sandbox 7ea2617a25aeff8d0b4933730725fbcc98ac7091435b868e0e7879ff6ccc373b
Stopped sandbox 22c6c48cde1e2c38f7b18d7306bb2c293c336df34300f93c823239ee3b33d1a9
Stopped sandbox de47f3ca2f7fe3e860f5eaf5a945304a98626f64fbdb0efc2c44b821b425193b
Stopped sandbox 39a3fd192a68ac49f23c2e96168d0cc49890be6c17b9c13014d5df71db09382c
Stopped sandbox 740e05c3a17999a5f08287087e9df56c87e3b59b47557680c1fe1ca4085f490a
Stopped sandbox 1f54c36535fbe2325808ce5162ec3572b37338333c4d06dce0ae62db7af32ce2
Stopped sandbox 0ba06cf234d9e84519ec27857ce98c6110928d30b5411074c3672a92e326e61c
Stopped sandbox c317abc6c87e0dad02b7688ee382894bd56491f0ab7eec3bd00e3a6faa429af3
Stopped sandbox 31b409f24327eaa216bb925c7eeadcaa90f9c37563cce9e7dc47fa8bc7ff8815
Stopped sandbox 2feed2b296879d64b63e793c7ba0f27a7fe2c0385a03f8d33484a5d6b3bc946f
Stopped sandbox 0acf27cd62422f53e955722fc99f448b4f1b577d9be25852534c0357044be791
Stopped sandbox 995356ae77e6c655956bbb30e6ac078ebae1895537a035b07b59150e7dcc1498
Stopped sandbox a864d62b56f316eb369235ffbc4f8a6473d13cea307d0baad9f86c60ca85e6a1
Stopped sandbox 6312dab64d83baa6910130b2a31503eb54d1c65c10f1cd319b893dcf221789a6
Stopped sandbox 175705a2a8d0cdc868127dfdb55e7bbb8be8fb7f1f9f6c0a2d24b9098350fc74
Stopped sandbox 142afbe4c521c12a3ccb4bda5c01fd865f668b3a316fdec0a5ff33c5ed3ac1bf
Stopped sandbox 28af4cf47b35e09efc3e9687b9de462cbb10dd329ce6c503e882a7e58c803d35
Stopped sandbox 582d7ac93c2b099efb02d17bb8b76031f0c19716d4592ec2c5f0883b6496be28
Stopped sandbox 29f61e9d51d7d8868fa887717ebd19b20c3fa9a9ac8c49a20144f954962e277d
Stopped sandbox 0d65971bde841a7be3950ca2e207eaea6872b87db765ac52cdf1e19997b44d7f
Stopped sandbox 8ff9874bc2bd0e7d2d2d2049895daf9d9860020f1475160a007c2c32eff766a2
Stopped sandbox 44025fb40ffe7966b43a7f22d5e0e8696b433802380507fcdd8274818a4c24bf
Stopped sandbox bcb6a9221d5539c266fe64f13927f6bb5f8629192422ab1b6c129173a3ab0592
Stopped sandbox 85a6866b50de12bae9e081746951b0634c751dbb002474b1428505bb546f4eaf
Stopped sandbox 153bf65750f749035cfbd8fb3bb0cab74a1f9010cdfa8ea99fcd3cad9b3a8c68
Stopped sandbox 3e7d65567b50207703599b98084631e65734fb95f9912a5eaaacca778b869df7
Stopped sandbox 8bae1f39db592a0859babfd4713d30937f38c891c4f67be86b66fb0f9b7a0854
Stopped sandbox 8ee086d068eeb389499cf8af8ea175a0016afdb46d745fcc663c06951ae6cf10
Stopped sandbox 968da833043b6324d551ac2a1505f862be50d4ff7fb1f5ce36f23dc50df27b7f
Stopped sandbox 3bdee4dd4f8fa55064f880140ebf3866359932b165bc2aeeb8e6ff2ebc592877
Stopped sandbox 30f17ed29a03a3b79f3d3a3dd62d4328f1b4f075e0f882dafcc2762e2c91a324
Stopped sandbox af21325d56193f85d9db6ce4a0b8ae7cf16c195fb88163a16a60cf26ab9d97a7
Stopped sandbox 5ce775b6ea54d4eda9bfb44379c137916bea14b0820af56a600c231946217ff6
Stopped sandbox a4fd543b67869a16a2ba1bf5bd0db840cf1eb3ce7130092b51421dc9420484b5
Stopped sandbox 0b722b3f4130f64961fd4ffb7e0f1193206a3260c42819e610ede15cbe8e1c7d
Stopped sandbox 68d60d972e2bf667fa4f5e1827820526932befe8430a3591b36191fa016564ef
Stopped sandbox 3d1c88793ffd86bbaafdd2451ea6ffcd3083a39ca154d79aa46870f4791de5eb
Stopped sandbox b9dab4fb689bcd5427e3abbd51446420bd172ff4c8c3e07a23d87dcf298652f7
Stopped sandbox e91c0f6d9e5c00b5858533c9722ed1e86a5a1ad005aebf6a0c4dcd3b7e086471
Stopped sandbox 17c2c949b4a7b2bb166fda168d01cc7cd5bb02350a51ecac9c447b126af21e27
Stopped sandbox 5b599d730257634ff45696e2097e07f62427c18f6ef7ccbce6f4d7a2cbe2dd18
Stopped sandbox 4e6bd821c67f53e17bf407f238c9a4ec342f4be64399110054a94ade65a01149
Stopped sandbox eca7dbdeca4e79606f594fbbb5f206abdb18fb71b52a5a2f6090dd4d8bd5ca18
Stopped sandbox a5d46d397ae6b2ec31320ba7d3b18ba7706bd833c9c0ab225f5f118b2c1018c4
Stopped sandbox e1d43b584b8a85a56891316cda88127fb7fe64da75446a6aa33b9743c49cbb52
Stopped sandbox 0cc428787698f06d62d41900911c8c3a73a35e1b93dd32554be880403bff219e
Stopped sandbox 88ae2a270188ad5c2f89d60160cff0ee73bfb31932cbd7895d77a68bdbe3784a
Stopped sandbox e402724fba985b89ddc9a11edec3ba5617977e52eb2ab1d63c5981ba364233de
Stopped sandbox 4ae6b944b3b15391d3e6055e087d9b967b450c740c8d3d9cfd757e2919707534
Stopped sandbox d74848d7deeceb4eb61966ce69dd9c52cf92272214270fc3bfb9c18110d7a133
Stopped sandbox 75622371ec5af29788f97782ae25ea85dee39a752d2f7a3754ed5bf1d2ef63b0
Stopped sandbox fb22664aa40ad0ce912bf989ca8fcff600602ee054b7003060e9a40c6df3344d
Stopped sandbox 0f9d2843b1da3e91d0c0a4b43747a90404c564ee56e7e6286aa8a18934dda999
Stopped sandbox e74fbe941ada4baaf38f114f338a2aa764aa059b033e289ce82868af1bb71479
Stopped sandbox 9792792af3846f4c1883d4fa36f33088e99c9507d2dd35b10b9b70c42554ef24
Stopped sandbox d07e49812dd3c5142e7efa5fc8b530284d82d6dca4110541b4ea2c08baaa4159
Stopped sandbox 00b3a0ec19c4539e81381bdb21c0ce71998b5dffb7548cece7df36eeb4872ebd
Stopped sandbox ce4f19a47ad34f6cfd17fa0a36663ef7e726a17a1a0fe785618244952ff422c6
Stopped sandbox 605e57186d9bd106edbfa43a32bbd78a57c6f95c06a769cb68ab0225dab37c54
Stopped sandbox 471d9885435fff8abc2bf480ddc1c7cff29a6ca9d384848754ba996313ee7fea
Stopped sandbox 6a0e7a9633747715cf0ed5bddbf3398d9e8f35d431e3460d4bfb41951e9c665b
Stopped sandbox 0bed532f3964832bdbfc474b7f87648e6a799f2c7a9ac34bc3a2cd6bbeddcf6f
Stopped sandbox 996e0f70a84fcf782d67dc250107105a93a331c4a9efa6bc97dd26307605b77a
Stopped sandbox f3304d638b3c0fbca4ff986893d66daf0bac1bed6ae8332a513fab6a8b237865
Stopped sandbox ecb0b2005aff3b2cbd0b0682a5b79b099d38f98e7027de23a51b86d21d3c725d
Stopped sandbox bdc11d10a73d8854449995e6deea0865532ca10d5f1ba20dd799b4056d478106
Stopped sandbox aaa4b222162be65b2446faec6bdc0381945494b4cc00c2eae661696128f33d4d
Stopped sandbox 4accaab778d3d8d3c29c072a81afd74234c9227bda860ad2b7877b36b7fc6f0a
Stopped sandbox a1c4374872a632f097938b0d7a8c091317c5937bd803aab72f196153d57d2f9f
Stopped sandbox 59365baaf3eec69a223e19e3682fde9decc2c685415534c018c6c0aff11cbd64
Stopped sandbox 85dbc244f50e3779ded57ab4131ecc6a182510b2ad9f11b67ded680f692437df
Stopped sandbox a497421fb934ceac342bc232ae5dba3d608df1f644193dbf548bec162a3298b0
time="2019-10-28T11:37:27Z" level=fatal msg="removing the pod sandbox \"2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f\" failed: rpc error: code = Unknown desc = failed to remove pod sandbox 2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f: unlinkat /var/run/containers/storage/overlay-containers/2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f/userdata/shm: device or resource busy"

DEBU Output of bash -c 'sudo crictl stopp $(sudo crictl pods -q) &&\
sudo crictl rmp $(sudo crictl pods -q)':  
DEBU error: Temporary Error: ssh command error:
command : bash -c 'sudo crictl stopp $(sudo crictl pods -q) &&\
sudo crictl rmp $(sudo crictl pods -q)'
err     : exit status 1
output  : Stopped sandbox b22e5d2342a88819d7e476c36f25975872d6f75d8a110b422fbc1d7f29f9cdfa
Stopped sandbox 69507ee5b138dcc9d97f235634afe2448a10234db3a35e8fd3569f723bfb3438
Stopped sandbox ae018bd0ec5a005d86b994c007fefcdf1484c12362c0f41ec21bdcad09a04432
Stopped sandbox 0f00fe5e453a5dc4652c537c547cc0f17f2cd789730da109f1e311ec6ce48c90
Stopped sandbox 5b72dec2de0ad584d687b36eb320f7f89e877d3b5451dcdc525c8c50c830f40e
Stopped sandbox 562411af699bed51b469f94a628a30333f6bcba14626bf6da2cc1a294e5d478a
Stopped sandbox fc54b684b7ed52e0b9e7f1165e289d27039a96a15519cc0b98168d582d6a054a
Stopped sandbox 5773c6c59234e523f8067d83c579311ca22ce50be380eca2f04251f6fea3f437
Stopped sandbox e66577cfafdbc8ffb35b13422ce7af55190932b59bcdab9c1176fe9a172206c0
Stopped sandbox 349c5ea54fceb9632483266475ea97b44e5136858b39ecd64709d0f8b7214eca
Stopped sandbox 98b83c565507887aeab6fed5ae1a76dce5b791867f9e1bd2bdfdb085b7282b9a
Stopped sandbox 24985cb1eb17d6579452a3d13ff679cbd0be5cd76bb350ababc424ebd908555b
Stopped sandbox 18f633e4513890dcc1d22842ba6e5d5d8ead7807ce671801c2bafaf326c08ff8
Stopped sandbox cfbcedce49ee4eb4472dbc957ef091448ea2f3e4fa23cb640966450d232dab55
Stopped sandbox 7cf8db055f85708867df21ef3291d127db7fb59120f2740c46a04e8dbc049e25
Stopped sandbox 11257ad88a97c19c3a8d8085c2822e32f2010b8fc0706d938dc817eecc906955
Stopped sandbox 30c17fa21b79ad689e3bc297705ab0d12164870c1fad2c0dcb1c66f4a33f90d5
Stopped sandbox 5df9fc6bf184c3e7fc9cb05a6434503f8bbbcceef8aac32ca8c506cf619806ff
Stopped sandbox 090c02fd6241eec8b4979b3b0b3876d745d691d35d170ca30716771266965920
Stopped sandbox 79ab45f7e73fd9f6dfbbf230b19f38f99f33252651f125fca46acfdf87323e11
Stopped sandbox 56d634637d6db36b866d8f50d4d014890527c117e1902ffa0ae0f619fce8fdda
Stopped sandbox 757c24f3c2fd3279c0ea46b68e3c00099715aba6e3f838df472ad3dc8f477b7d
Stopped sandbox cf0ac957687c770a2b5356e5f8226fc14ebaf309504868eb254e1d482ed7a223
Stopped sandbox c993c3763080b6e62ec05eda929b0ef40ae47b9383b40e1810c2a2b361f2287f
Stopped sandbox 8a1e06689e2d728a5638c2132df838dd3cb33826a898a2dbb870f2bbcfd65455
Stopped sandbox 83430baba2f329efc0b3d025f6f33a98b0c79f4462b13475ee2736445e3c9484
Stopped sandbox dbb0f2a5f3549a9cb38d4447807661e1d99a49aac4ff42c634e7e9e15676e466
Stopped sandbox 99f20c215093d11f2ef8f6ba28a53cc7249bbaf8f9fc63a09dbe636a0122e708
Stopped sandbox 84d9a9e89875e9036c365b23a52afce5ae5260a6ea9a35eb3b6f0b0f768cdd04
Stopped sandbox 1d9032e108e32dc441ccd2a6a64a37d00819d810ecbb96207922fb600989d9c7
Stopped sandbox f2e7b7b023ac5b476df43c3a171a65e956f848528dbf95e89e434be68e928c10
Stopped sandbox 94986a62c3dc12b5a12931808cee42ad04f914711d1421f9dec23be5c95cbcac
Stopped sandbox 9829fdc087e27a42d5cae604f013ea82450019f58bee5823716042efe2453e90
Stopped sandbox 1b9ead46550b6e83c6894ed4ba647c33f6097720aa794e67af11ccb39765a47a
Stopped sandbox 98514042a71cacb54099e67ce15e7c77af97bc7dbcf549ca8be81d3e9352ec82
Stopped sandbox b9f05de0468f6e15f57c7de9cf618033944ad39abf79524808af7b802f60fd81
Stopped sandbox 9947775dfec75386dc6f52ffec0ab2d449d527d87e0710636ba10fffea9b7e5b
Stopped sandbox 3c8760b736c1534396dc65c37b112d3c26a4ad324be0b8565fd5601b8aa6e6b4
Stopped sandbox 63b956b940603c357480e452f58c2452c8e81c38af9499026e07abc51ace5841
Stopped sandbox daec6bd3237f6c4a50d3219b581ff79f5bac0f04fb7f2576b5a9c2540ce1bd94
Stopped sandbox cdb117daaed6b8eae5e2b2f9a1924f99f7ad96dd9f9624d5459da32d3341cfdd
Stopped sandbox 9df90a326a374381df2928099dfa1b56d5683ec6974b11d96c1ed1ad2525593d
Stopped sandbox 064227a385a66861c2a6c345a46db38f924906ee66d2c90073f5de39a367b1e4
Stopped sandbox 67e85ab1843f1b036e62e62ac9a329b527a52ff201355f0769049d8b3581773c
Stopped sandbox 2d3adef8c442eca213d1978a3e0ef8fd7587b13c417e98bd33b98c98f77ab103
Stopped sandbox 7ea2617a25aeff8d0b4933730725fbcc98ac7091435b868e0e7879ff6ccc373b
Stopped sandbox 22c6c48cde1e2c38f7b18d7306bb2c293c336df34300f93c823239ee3b33d1a9
Stopped sandbox de47f3ca2f7fe3e860f5eaf5a945304a98626f64fbdb0efc2c44b821b425193b
Stopped sandbox 39a3fd192a68ac49f23c2e96168d0cc49890be6c17b9c13014d5df71db09382c
Stopped sandbox 740e05c3a17999a5f08287087e9df56c87e3b59b47557680c1fe1ca4085f490a
Stopped sandbox 1f54c36535fbe2325808ce5162ec3572b37338333c4d06dce0ae62db7af32ce2
Stopped sandbox 0ba06cf234d9e84519ec27857ce98c6110928d30b5411074c3672a92e326e61c
Stopped sandbox c317abc6c87e0dad02b7688ee382894bd56491f0ab7eec3bd00e3a6faa429af3
Stopped sandbox 31b409f24327eaa216bb925c7eeadcaa90f9c37563cce9e7dc47fa8bc7ff8815
Stopped sandbox 2feed2b296879d64b63e793c7ba0f27a7fe2c0385a03f8d33484a5d6b3bc946f
Stopped sandbox 0acf27cd62422f53e955722fc99f448b4f1b577d9be25852534c0357044be791
Stopped sandbox 995356ae77e6c655956bbb30e6ac078ebae1895537a035b07b59150e7dcc1498
Stopped sandbox a864d62b56f316eb369235ffbc4f8a6473d13cea307d0baad9f86c60ca85e6a1
Stopped sandbox 6312dab64d83baa6910130b2a31503eb54d1c65c10f1cd319b893dcf221789a6
Stopped sandbox 175705a2a8d0cdc868127dfdb55e7bbb8be8fb7f1f9f6c0a2d24b9098350fc74
Stopped sandbox 142afbe4c521c12a3ccb4bda5c01fd865f668b3a316fdec0a5ff33c5ed3ac1bf
Stopped sandbox 28af4cf47b35e09efc3e9687b9de462cbb10dd329ce6c503e882a7e58c803d35
Stopped sandbox 582d7ac93c2b099efb02d17bb8b76031f0c19716d4592ec2c5f0883b6496be28
Stopped sandbox 29f61e9d51d7d8868fa887717ebd19b20c3fa9a9ac8c49a20144f954962e277d
Stopped sandbox 0d65971bde841a7be3950ca2e207eaea6872b87db765ac52cdf1e19997b44d7f
Stopped sandbox 8ff9874bc2bd0e7d2d2d2049895daf9d9860020f1475160a007c2c32eff766a2
Stopped sandbox 44025fb40ffe7966b43a7f22d5e0e8696b433802380507fcdd8274818a4c24bf
Stopped sandbox bcb6a9221d5539c266fe64f13927f6bb5f8629192422ab1b6c129173a3ab0592
Stopped sandbox 85a6866b50de12bae9e081746951b0634c751dbb002474b1428505bb546f4eaf
Stopped sandbox 153bf65750f749035cfbd8fb3bb0cab74a1f9010cdfa8ea99fcd3cad9b3a8c68
Stopped sandbox 3e7d65567b50207703599b98084631e65734fb95f9912a5eaaacca778b869df7
Stopped sandbox 8bae1f39db592a0859babfd4713d30937f38c891c4f67be86b66fb0f9b7a0854
Stopped sandbox 8ee086d068eeb389499cf8af8ea175a0016afdb46d745fcc663c06951ae6cf10
Stopped sandbox 968da833043b6324d551ac2a1505f862be50d4ff7fb1f5ce36f23dc50df27b7f
Stopped sandbox 3bdee4dd4f8fa55064f880140ebf3866359932b165bc2aeeb8e6ff2ebc592877
Stopped sandbox 30f17ed29a03a3b79f3d3a3dd62d4328f1b4f075e0f882dafcc2762e2c91a324
Stopped sandbox af21325d56193f85d9db6ce4a0b8ae7cf16c195fb88163a16a60cf26ab9d97a7
Stopped sandbox 5ce775b6ea54d4eda9bfb44379c137916bea14b0820af56a600c231946217ff6
Stopped sandbox a4fd543b67869a16a2ba1bf5bd0db840cf1eb3ce7130092b51421dc9420484b5
Stopped sandbox 0b722b3f4130f64961fd4ffb7e0f1193206a3260c42819e610ede15cbe8e1c7d
Stopped sandbox 68d60d972e2bf667fa4f5e1827820526932befe8430a3591b36191fa016564ef
Stopped sandbox 3d1c88793ffd86bbaafdd2451ea6ffcd3083a39ca154d79aa46870f4791de5eb
Stopped sandbox b9dab4fb689bcd5427e3abbd51446420bd172ff4c8c3e07a23d87dcf298652f7
Stopped sandbox e91c0f6d9e5c00b5858533c9722ed1e86a5a1ad005aebf6a0c4dcd3b7e086471
Stopped sandbox 17c2c949b4a7b2bb166fda168d01cc7cd5bb02350a51ecac9c447b126af21e27
Stopped sandbox 5b599d730257634ff45696e2097e07f62427c18f6ef7ccbce6f4d7a2cbe2dd18
Stopped sandbox 4e6bd821c67f53e17bf407f238c9a4ec342f4be64399110054a94ade65a01149
Stopped sandbox eca7dbdeca4e79606f594fbbb5f206abdb18fb71b52a5a2f6090dd4d8bd5ca18
Stopped sandbox a5d46d397ae6b2ec31320ba7d3b18ba7706bd833c9c0ab225f5f118b2c1018c4
Stopped sandbox e1d43b584b8a85a56891316cda88127fb7fe64da75446a6aa33b9743c49cbb52
Stopped sandbox 0cc428787698f06d62d41900911c8c3a73a35e1b93dd32554be880403bff219e
Stopped sandbox 88ae2a270188ad5c2f89d60160cff0ee73bfb31932cbd7895d77a68bdbe3784a
Stopped sandbox e402724fba985b89ddc9a11edec3ba5617977e52eb2ab1d63c5981ba364233de
Stopped sandbox 4ae6b944b3b15391d3e6055e087d9b967b450c740c8d3d9cfd757e2919707534
Stopped sandbox d74848d7deeceb4eb61966ce69dd9c52cf92272214270fc3bfb9c18110d7a133
Stopped sandbox 75622371ec5af29788f97782ae25ea85dee39a752d2f7a3754ed5bf1d2ef63b0
Stopped sandbox fb22664aa40ad0ce912bf989ca8fcff600602ee054b7003060e9a40c6df3344d
Stopped sandbox 0f9d2843b1da3e91d0c0a4b43747a90404c564ee56e7e6286aa8a18934dda999
Stopped sandbox e74fbe941ada4baaf38f114f338a2aa764aa059b033e289ce82868af1bb71479
Stopped sandbox 9792792af3846f4c1883d4fa36f33088e99c9507d2dd35b10b9b70c42554ef24
Stopped sandbox d07e49812dd3c5142e7efa5fc8b530284d82d6dca4110541b4ea2c08baaa4159
Stopped sandbox 00b3a0ec19c4539e81381bdb21c0ce71998b5dffb7548cece7df36eeb4872ebd
Stopped sandbox ce4f19a47ad34f6cfd17fa0a36663ef7e726a17a1a0fe785618244952ff422c6
Stopped sandbox 605e57186d9bd106edbfa43a32bbd78a57c6f95c06a769cb68ab0225dab37c54
Stopped sandbox 471d9885435fff8abc2bf480ddc1c7cff29a6ca9d384848754ba996313ee7fea
Stopped sandbox 6a0e7a9633747715cf0ed5bddbf3398d9e8f35d431e3460d4bfb41951e9c665b
Stopped sandbox 0bed532f3964832bdbfc474b7f87648e6a799f2c7a9ac34bc3a2cd6bbeddcf6f
Stopped sandbox 996e0f70a84fcf782d67dc250107105a93a331c4a9efa6bc97dd26307605b77a
Stopped sandbox f3304d638b3c0fbca4ff986893d66daf0bac1bed6ae8332a513fab6a8b237865
Stopped sandbox ecb0b2005aff3b2cbd0b0682a5b79b099d38f98e7027de23a51b86d21d3c725d
Stopped sandbox bdc11d10a73d8854449995e6deea0865532ca10d5f1ba20dd799b4056d478106
Stopped sandbox aaa4b222162be65b2446faec6bdc0381945494b4cc00c2eae661696128f33d4d
Stopped sandbox 4accaab778d3d8d3c29c072a81afd74234c9227bda860ad2b7877b36b7fc6f0a
Stopped sandbox a1c4374872a632f097938b0d7a8c091317c5937bd803aab72f196153d57d2f9f
Stopped sandbox 59365baaf3eec69a223e19e3682fde9decc2c685415534c018c6c0aff11cbd64
Stopped sandbox 85dbc244f50e3779ded57ab4131ecc6a182510b2ad9f11b67ded680f692437df
Stopped sandbox a497421fb934ceac342bc232ae5dba3d608df1f644193dbf548bec162a3298b0
time="2019-10-28T11:37:27Z" level=fatal msg="removing the pod sandbox \"2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f\" failed: rpc error: code = Unknown desc = failed to remove pod sandbox 2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f: unlinkat /var/run/containers/storage/overlay-containers/2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f/userdata/shm: device or resource busy"
 - sleeping 2s 
DEBU retry loop 1                                 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
bash -c 'sudo crictl stopp $(sudo crictl pods -q) &&\
sudo crictl rmp $(sudo crictl pods -q)'
SSH cmd err, output: <nil>: Stopped sandbox 2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f
Stopped sandbox b22e5d2342a88819d7e476c36f25975872d6f75d8a110b422fbc1d7f29f9cdfa
Stopped sandbox 69507ee5b138dcc9d97f235634afe2448a10234db3a35e8fd3569f723bfb3438
Stopped sandbox ae018bd0ec5a005d86b994c007fefcdf1484c12362c0f41ec21bdcad09a04432
Stopped sandbox 0f00fe5e453a5dc4652c537c547cc0f17f2cd789730da109f1e311ec6ce48c90
Stopped sandbox 5b72dec2de0ad584d687b36eb320f7f89e877d3b5451dcdc525c8c50c830f40e
Stopped sandbox 562411af699bed51b469f94a628a30333f6bcba14626bf6da2cc1a294e5d478a
Stopped sandbox fc54b684b7ed52e0b9e7f1165e289d27039a96a15519cc0b98168d582d6a054a
Stopped sandbox 5773c6c59234e523f8067d83c579311ca22ce50be380eca2f04251f6fea3f437
Stopped sandbox e66577cfafdbc8ffb35b13422ce7af55190932b59bcdab9c1176fe9a172206c0
Stopped sandbox 349c5ea54fceb9632483266475ea97b44e5136858b39ecd64709d0f8b7214eca
Stopped sandbox 98b83c565507887aeab6fed5ae1a76dce5b791867f9e1bd2bdfdb085b7282b9a
Stopped sandbox 24985cb1eb17d6579452a3d13ff679cbd0be5cd76bb350ababc424ebd908555b
Stopped sandbox 18f633e4513890dcc1d22842ba6e5d5d8ead7807ce671801c2bafaf326c08ff8
Stopped sandbox cfbcedce49ee4eb4472dbc957ef091448ea2f3e4fa23cb640966450d232dab55
Stopped sandbox 7cf8db055f85708867df21ef3291d127db7fb59120f2740c46a04e8dbc049e25
Stopped sandbox 11257ad88a97c19c3a8d8085c2822e32f2010b8fc0706d938dc817eecc906955
Stopped sandbox 30c17fa21b79ad689e3bc297705ab0d12164870c1fad2c0dcb1c66f4a33f90d5
Stopped sandbox 5df9fc6bf184c3e7fc9cb05a6434503f8bbbcceef8aac32ca8c506cf619806ff
Stopped sandbox 090c02fd6241eec8b4979b3b0b3876d745d691d35d170ca30716771266965920
Stopped sandbox 79ab45f7e73fd9f6dfbbf230b19f38f99f33252651f125fca46acfdf87323e11
Stopped sandbox 56d634637d6db36b866d8f50d4d014890527c117e1902ffa0ae0f619fce8fdda
Stopped sandbox 757c24f3c2fd3279c0ea46b68e3c00099715aba6e3f838df472ad3dc8f477b7d
Stopped sandbox cf0ac957687c770a2b5356e5f8226fc14ebaf309504868eb254e1d482ed7a223
Stopped sandbox c993c3763080b6e62ec05eda929b0ef40ae47b9383b40e1810c2a2b361f2287f
Stopped sandbox 8a1e06689e2d728a5638c2132df838dd3cb33826a898a2dbb870f2bbcfd65455
Stopped sandbox 83430baba2f329efc0b3d025f6f33a98b0c79f4462b13475ee2736445e3c9484
Stopped sandbox dbb0f2a5f3549a9cb38d4447807661e1d99a49aac4ff42c634e7e9e15676e466
Stopped sandbox 99f20c215093d11f2ef8f6ba28a53cc7249bbaf8f9fc63a09dbe636a0122e708
Stopped sandbox 84d9a9e89875e9036c365b23a52afce5ae5260a6ea9a35eb3b6f0b0f768cdd04
Stopped sandbox 1d9032e108e32dc441ccd2a6a64a37d00819d810ecbb96207922fb600989d9c7
Stopped sandbox f2e7b7b023ac5b476df43c3a171a65e956f848528dbf95e89e434be68e928c10
Stopped sandbox 94986a62c3dc12b5a12931808cee42ad04f914711d1421f9dec23be5c95cbcac
Stopped sandbox 9829fdc087e27a42d5cae604f013ea82450019f58bee5823716042efe2453e90
Stopped sandbox 1b9ead46550b6e83c6894ed4ba647c33f6097720aa794e67af11ccb39765a47a
Stopped sandbox 98514042a71cacb54099e67ce15e7c77af97bc7dbcf549ca8be81d3e9352ec82
Stopped sandbox b9f05de0468f6e15f57c7de9cf618033944ad39abf79524808af7b802f60fd81
Stopped sandbox 9947775dfec75386dc6f52ffec0ab2d449d527d87e0710636ba10fffea9b7e5b
Stopped sandbox 3c8760b736c1534396dc65c37b112d3c26a4ad324be0b8565fd5601b8aa6e6b4
Stopped sandbox 63b956b940603c357480e452f58c2452c8e81c38af9499026e07abc51ace5841
Stopped sandbox daec6bd3237f6c4a50d3219b581ff79f5bac0f04fb7f2576b5a9c2540ce1bd94
Stopped sandbox cdb117daaed6b8eae5e2b2f9a1924f99f7ad96dd9f9624d5459da32d3341cfdd
Stopped sandbox 9df90a326a374381df2928099dfa1b56d5683ec6974b11d96c1ed1ad2525593d
Stopped sandbox 064227a385a66861c2a6c345a46db38f924906ee66d2c90073f5de39a367b1e4
Stopped sandbox 67e85ab1843f1b036e62e62ac9a329b527a52ff201355f0769049d8b3581773c
Stopped sandbox 2d3adef8c442eca213d1978a3e0ef8fd7587b13c417e98bd33b98c98f77ab103
Stopped sandbox 7ea2617a25aeff8d0b4933730725fbcc98ac7091435b868e0e7879ff6ccc373b
Stopped sandbox 22c6c48cde1e2c38f7b18d7306bb2c293c336df34300f93c823239ee3b33d1a9
Stopped sandbox de47f3ca2f7fe3e860f5eaf5a945304a98626f64fbdb0efc2c44b821b425193b
Stopped sandbox 39a3fd192a68ac49f23c2e96168d0cc49890be6c17b9c13014d5df71db09382c
Stopped sandbox 740e05c3a17999a5f08287087e9df56c87e3b59b47557680c1fe1ca4085f490a
Stopped sandbox 1f54c36535fbe2325808ce5162ec3572b37338333c4d06dce0ae62db7af32ce2
Stopped sandbox 0ba06cf234d9e84519ec27857ce98c6110928d30b5411074c3672a92e326e61c
Stopped sandbox c317abc6c87e0dad02b7688ee382894bd56491f0ab7eec3bd00e3a6faa429af3
Stopped sandbox 31b409f24327eaa216bb925c7eeadcaa90f9c37563cce9e7dc47fa8bc7ff8815
Stopped sandbox 2feed2b296879d64b63e793c7ba0f27a7fe2c0385a03f8d33484a5d6b3bc946f
Stopped sandbox 0acf27cd62422f53e955722fc99f448b4f1b577d9be25852534c0357044be791
Stopped sandbox 995356ae77e6c655956bbb30e6ac078ebae1895537a035b07b59150e7dcc1498
Stopped sandbox a864d62b56f316eb369235ffbc4f8a6473d13cea307d0baad9f86c60ca85e6a1
Stopped sandbox 6312dab64d83baa6910130b2a31503eb54d1c65c10f1cd319b893dcf221789a6
Stopped sandbox 175705a2a8d0cdc868127dfdb55e7bbb8be8fb7f1f9f6c0a2d24b9098350fc74
Stopped sandbox 142afbe4c521c12a3ccb4bda5c01fd865f668b3a316fdec0a5ff33c5ed3ac1bf
Stopped sandbox 28af4cf47b35e09efc3e9687b9de462cbb10dd329ce6c503e882a7e58c803d35
Stopped sandbox 582d7ac93c2b099efb02d17bb8b76031f0c19716d4592ec2c5f0883b6496be28
Stopped sandbox 29f61e9d51d7d8868fa887717ebd19b20c3fa9a9ac8c49a20144f954962e277d
Stopped sandbox 0d65971bde841a7be3950ca2e207eaea6872b87db765ac52cdf1e19997b44d7f
Stopped sandbox 8ff9874bc2bd0e7d2d2d2049895daf9d9860020f1475160a007c2c32eff766a2
Stopped sandbox 44025fb40ffe7966b43a7f22d5e0e8696b433802380507fcdd8274818a4c24bf
Stopped sandbox bcb6a9221d5539c266fe64f13927f6bb5f8629192422ab1b6c129173a3ab0592
Stopped sandbox 85a6866b50de12bae9e081746951b0634c751dbb002474b1428505bb546f4eaf
Stopped sandbox 153bf65750f749035cfbd8fb3bb0cab74a1f9010cdfa8ea99fcd3cad9b3a8c68
Stopped sandbox 3e7d65567b50207703599b98084631e65734fb95f9912a5eaaacca778b869df7
Stopped sandbox 8bae1f39db592a0859babfd4713d30937f38c891c4f67be86b66fb0f9b7a0854
Stopped sandbox 8ee086d068eeb389499cf8af8ea175a0016afdb46d745fcc663c06951ae6cf10
Stopped sandbox 968da833043b6324d551ac2a1505f862be50d4ff7fb1f5ce36f23dc50df27b7f
Stopped sandbox 3bdee4dd4f8fa55064f880140ebf3866359932b165bc2aeeb8e6ff2ebc592877
Stopped sandbox 30f17ed29a03a3b79f3d3a3dd62d4328f1b4f075e0f882dafcc2762e2c91a324
Stopped sandbox af21325d56193f85d9db6ce4a0b8ae7cf16c195fb88163a16a60cf26ab9d97a7
Stopped sandbox 5ce775b6ea54d4eda9bfb44379c137916bea14b0820af56a600c231946217ff6
Stopped sandbox a4fd543b67869a16a2ba1bf5bd0db840cf1eb3ce7130092b51421dc9420484b5
Stopped sandbox 0b722b3f4130f64961fd4ffb7e0f1193206a3260c42819e610ede15cbe8e1c7d
Stopped sandbox 68d60d972e2bf667fa4f5e1827820526932befe8430a3591b36191fa016564ef
Stopped sandbox 3d1c88793ffd86bbaafdd2451ea6ffcd3083a39ca154d79aa46870f4791de5eb
Stopped sandbox b9dab4fb689bcd5427e3abbd51446420bd172ff4c8c3e07a23d87dcf298652f7
Stopped sandbox e91c0f6d9e5c00b5858533c9722ed1e86a5a1ad005aebf6a0c4dcd3b7e086471
Stopped sandbox 17c2c949b4a7b2bb166fda168d01cc7cd5bb02350a51ecac9c447b126af21e27
Stopped sandbox 5b599d730257634ff45696e2097e07f62427c18f6ef7ccbce6f4d7a2cbe2dd18
Stopped sandbox 4e6bd821c67f53e17bf407f238c9a4ec342f4be64399110054a94ade65a01149
Stopped sandbox eca7dbdeca4e79606f594fbbb5f206abdb18fb71b52a5a2f6090dd4d8bd5ca18
Stopped sandbox a5d46d397ae6b2ec31320ba7d3b18ba7706bd833c9c0ab225f5f118b2c1018c4
Stopped sandbox e1d43b584b8a85a56891316cda88127fb7fe64da75446a6aa33b9743c49cbb52
Stopped sandbox 0cc428787698f06d62d41900911c8c3a73a35e1b93dd32554be880403bff219e
Stopped sandbox 88ae2a270188ad5c2f89d60160cff0ee73bfb31932cbd7895d77a68bdbe3784a
Stopped sandbox e402724fba985b89ddc9a11edec3ba5617977e52eb2ab1d63c5981ba364233de
Stopped sandbox 4ae6b944b3b15391d3e6055e087d9b967b450c740c8d3d9cfd757e2919707534
Stopped sandbox d74848d7deeceb4eb61966ce69dd9c52cf92272214270fc3bfb9c18110d7a133
Stopped sandbox 75622371ec5af29788f97782ae25ea85dee39a752d2f7a3754ed5bf1d2ef63b0
Stopped sandbox fb22664aa40ad0ce912bf989ca8fcff600602ee054b7003060e9a40c6df3344d
Stopped sandbox 0f9d2843b1da3e91d0c0a4b43747a90404c564ee56e7e6286aa8a18934dda999
Stopped sandbox e74fbe941ada4baaf38f114f338a2aa764aa059b033e289ce82868af1bb71479
Stopped sandbox 9792792af3846f4c1883d4fa36f33088e99c9507d2dd35b10b9b70c42554ef24
Stopped sandbox d07e49812dd3c5142e7efa5fc8b530284d82d6dca4110541b4ea2c08baaa4159
Stopped sandbox 00b3a0ec19c4539e81381bdb21c0ce71998b5dffb7548cece7df36eeb4872ebd
Stopped sandbox ce4f19a47ad34f6cfd17fa0a36663ef7e726a17a1a0fe785618244952ff422c6
Stopped sandbox 605e57186d9bd106edbfa43a32bbd78a57c6f95c06a769cb68ab0225dab37c54
Stopped sandbox 471d9885435fff8abc2bf480ddc1c7cff29a6ca9d384848754ba996313ee7fea
Stopped sandbox 6a0e7a9633747715cf0ed5bddbf3398d9e8f35d431e3460d4bfb41951e9c665b
Stopped sandbox 0bed532f3964832bdbfc474b7f87648e6a799f2c7a9ac34bc3a2cd6bbeddcf6f
Stopped sandbox 996e0f70a84fcf782d67dc250107105a93a331c4a9efa6bc97dd26307605b77a
Stopped sandbox f3304d638b3c0fbca4ff986893d66daf0bac1bed6ae8332a513fab6a8b237865
Stopped sandbox ecb0b2005aff3b2cbd0b0682a5b79b099d38f98e7027de23a51b86d21d3c725d
Stopped sandbox bdc11d10a73d8854449995e6deea0865532ca10d5f1ba20dd799b4056d478106
Stopped sandbox aaa4b222162be65b2446faec6bdc0381945494b4cc00c2eae661696128f33d4d
Stopped sandbox 4accaab778d3d8d3c29c072a81afd74234c9227bda860ad2b7877b36b7fc6f0a
Stopped sandbox a1c4374872a632f097938b0d7a8c091317c5937bd803aab72f196153d57d2f9f
Stopped sandbox 59365baaf3eec69a223e19e3682fde9decc2c685415534c018c6c0aff11cbd64
Stopped sandbox 85dbc244f50e3779ded57ab4131ecc6a182510b2ad9f11b67ded680f692437df
Stopped sandbox a497421fb934ceac342bc232ae5dba3d608df1f644193dbf548bec162a3298b0
Removed sandbox 2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f
Removed sandbox b22e5d2342a88819d7e476c36f25975872d6f75d8a110b422fbc1d7f29f9cdfa
Removed sandbox 69507ee5b138dcc9d97f235634afe2448a10234db3a35e8fd3569f723bfb3438
Removed sandbox ae018bd0ec5a005d86b994c007fefcdf1484c12362c0f41ec21bdcad09a04432
Removed sandbox 0f00fe5e453a5dc4652c537c547cc0f17f2cd789730da109f1e311ec6ce48c90
Removed sandbox 5b72dec2de0ad584d687b36eb320f7f89e877d3b5451dcdc525c8c50c830f40e
Removed sandbox 562411af699bed51b469f94a628a30333f6bcba14626bf6da2cc1a294e5d478a
Removed sandbox fc54b684b7ed52e0b9e7f1165e289d27039a96a15519cc0b98168d582d6a054a
Removed sandbox 5773c6c59234e523f8067d83c579311ca22ce50be380eca2f04251f6fea3f437
Removed sandbox e66577cfafdbc8ffb35b13422ce7af55190932b59bcdab9c1176fe9a172206c0
Removed sandbox 349c5ea54fceb9632483266475ea97b44e5136858b39ecd64709d0f8b7214eca
Removed sandbox 98b83c565507887aeab6fed5ae1a76dce5b791867f9e1bd2bdfdb085b7282b9a
Removed sandbox 24985cb1eb17d6579452a3d13ff679cbd0be5cd76bb350ababc424ebd908555b
Removed sandbox 18f633e4513890dcc1d22842ba6e5d5d8ead7807ce671801c2bafaf326c08ff8
Removed sandbox cfbcedce49ee4eb4472dbc957ef091448ea2f3e4fa23cb640966450d232dab55
Removed sandbox 7cf8db055f85708867df21ef3291d127db7fb59120f2740c46a04e8dbc049e25
Removed sandbox 11257ad88a97c19c3a8d8085c2822e32f2010b8fc0706d938dc817eecc906955
Removed sandbox 30c17fa21b79ad689e3bc297705ab0d12164870c1fad2c0dcb1c66f4a33f90d5
Removed sandbox 5df9fc6bf184c3e7fc9cb05a6434503f8bbbcceef8aac32ca8c506cf619806ff
Removed sandbox 090c02fd6241eec8b4979b3b0b3876d745d691d35d170ca30716771266965920
Removed sandbox 79ab45f7e73fd9f6dfbbf230b19f38f99f33252651f125fca46acfdf87323e11
Removed sandbox 56d634637d6db36b866d8f50d4d014890527c117e1902ffa0ae0f619fce8fdda
Removed sandbox 757c24f3c2fd3279c0ea46b68e3c00099715aba6e3f838df472ad3dc8f477b7d
Removed sandbox cf0ac957687c770a2b5356e5f8226fc14ebaf309504868eb254e1d482ed7a223
Removed sandbox c993c3763080b6e62ec05eda929b0ef40ae47b9383b40e1810c2a2b361f2287f
Removed sandbox 8a1e06689e2d728a5638c2132df838dd3cb33826a898a2dbb870f2bbcfd65455
Removed sandbox 83430baba2f329efc0b3d025f6f33a98b0c79f4462b13475ee2736445e3c9484
Removed sandbox dbb0f2a5f3549a9cb38d4447807661e1d99a49aac4ff42c634e7e9e15676e466
Removed sandbox 99f20c215093d11f2ef8f6ba28a53cc7249bbaf8f9fc63a09dbe636a0122e708
Removed sandbox 84d9a9e89875e9036c365b23a52afce5ae5260a6ea9a35eb3b6f0b0f768cdd04
Removed sandbox 1d9032e108e32dc441ccd2a6a64a37d00819d810ecbb96207922fb600989d9c7
Removed sandbox f2e7b7b023ac5b476df43c3a171a65e956f848528dbf95e89e434be68e928c10
Removed sandbox 94986a62c3dc12b5a12931808cee42ad04f914711d1421f9dec23be5c95cbcac
Removed sandbox 9829fdc087e27a42d5cae604f013ea82450019f58bee5823716042efe2453e90
Removed sandbox 1b9ead46550b6e83c6894ed4ba647c33f6097720aa794e67af11ccb39765a47a
Removed sandbox 98514042a71cacb54099e67ce15e7c77af97bc7dbcf549ca8be81d3e9352ec82
Removed sandbox b9f05de0468f6e15f57c7de9cf618033944ad39abf79524808af7b802f60fd81
Removed sandbox 9947775dfec75386dc6f52ffec0ab2d449d527d87e0710636ba10fffea9b7e5b
Removed sandbox 3c8760b736c1534396dc65c37b112d3c26a4ad324be0b8565fd5601b8aa6e6b4
Removed sandbox 63b956b940603c357480e452f58c2452c8e81c38af9499026e07abc51ace5841
Removed sandbox daec6bd3237f6c4a50d3219b581ff79f5bac0f04fb7f2576b5a9c2540ce1bd94
Removed sandbox cdb117daaed6b8eae5e2b2f9a1924f99f7ad96dd9f9624d5459da32d3341cfdd
Removed sandbox 9df90a326a374381df2928099dfa1b56d5683ec6974b11d96c1ed1ad2525593d
Removed sandbox 064227a385a66861c2a6c345a46db38f924906ee66d2c90073f5de39a367b1e4
Removed sandbox 67e85ab1843f1b036e62e62ac9a329b527a52ff201355f0769049d8b3581773c
Removed sandbox 2d3adef8c442eca213d1978a3e0ef8fd7587b13c417e98bd33b98c98f77ab103
Removed sandbox 7ea2617a25aeff8d0b4933730725fbcc98ac7091435b868e0e7879ff6ccc373b
Removed sandbox 22c6c48cde1e2c38f7b18d7306bb2c293c336df34300f93c823239ee3b33d1a9
Removed sandbox de47f3ca2f7fe3e860f5eaf5a945304a98626f64fbdb0efc2c44b821b425193b
Removed sandbox 39a3fd192a68ac49f23c2e96168d0cc49890be6c17b9c13014d5df71db09382c
Removed sandbox 740e05c3a17999a5f08287087e9df56c87e3b59b47557680c1fe1ca4085f490a
Removed sandbox 1f54c36535fbe2325808ce5162ec3572b37338333c4d06dce0ae62db7af32ce2
Removed sandbox 0ba06cf234d9e84519ec27857ce98c6110928d30b5411074c3672a92e326e61c
Removed sandbox c317abc6c87e0dad02b7688ee382894bd56491f0ab7eec3bd00e3a6faa429af3
Removed sandbox 31b409f24327eaa216bb925c7eeadcaa90f9c37563cce9e7dc47fa8bc7ff8815
Removed sandbox 2feed2b296879d64b63e793c7ba0f27a7fe2c0385a03f8d33484a5d6b3bc946f
Removed sandbox 0acf27cd62422f53e955722fc99f448b4f1b577d9be25852534c0357044be791
Removed sandbox 995356ae77e6c655956bbb30e6ac078ebae1895537a035b07b59150e7dcc1498
Removed sandbox a864d62b56f316eb369235ffbc4f8a6473d13cea307d0baad9f86c60ca85e6a1
Removed sandbox 6312dab64d83baa6910130b2a31503eb54d1c65c10f1cd319b893dcf221789a6
Removed sandbox 175705a2a8d0cdc868127dfdb55e7bbb8be8fb7f1f9f6c0a2d24b9098350fc74
Removed sandbox 142afbe4c521c12a3ccb4bda5c01fd865f668b3a316fdec0a5ff33c5ed3ac1bf
Removed sandbox 28af4cf47b35e09efc3e9687b9de462cbb10dd329ce6c503e882a7e58c803d35
Removed sandbox 582d7ac93c2b099efb02d17bb8b76031f0c19716d4592ec2c5f0883b6496be28
Removed sandbox 29f61e9d51d7d8868fa887717ebd19b20c3fa9a9ac8c49a20144f954962e277d
Removed sandbox 0d65971bde841a7be3950ca2e207eaea6872b87db765ac52cdf1e19997b44d7f
Removed sandbox 8ff9874bc2bd0e7d2d2d2049895daf9d9860020f1475160a007c2c32eff766a2
Removed sandbox 44025fb40ffe7966b43a7f22d5e0e8696b433802380507fcdd8274818a4c24bf
Removed sandbox bcb6a9221d5539c266fe64f13927f6bb5f8629192422ab1b6c129173a3ab0592
Removed sandbox 85a6866b50de12bae9e081746951b0634c751dbb002474b1428505bb546f4eaf
Removed sandbox 153bf65750f749035cfbd8fb3bb0cab74a1f9010cdfa8ea99fcd3cad9b3a8c68
Removed sandbox 3e7d65567b50207703599b98084631e65734fb95f9912a5eaaacca778b869df7
Removed sandbox 8bae1f39db592a0859babfd4713d30937f38c891c4f67be86b66fb0f9b7a0854
Removed sandbox 8ee086d068eeb389499cf8af8ea175a0016afdb46d745fcc663c06951ae6cf10
Removed sandbox 968da833043b6324d551ac2a1505f862be50d4ff7fb1f5ce36f23dc50df27b7f
Removed sandbox 3bdee4dd4f8fa55064f880140ebf3866359932b165bc2aeeb8e6ff2ebc592877
Removed sandbox 30f17ed29a03a3b79f3d3a3dd62d4328f1b4f075e0f882dafcc2762e2c91a324
Removed sandbox af21325d56193f85d9db6ce4a0b8ae7cf16c195fb88163a16a60cf26ab9d97a7
Removed sandbox 5ce775b6ea54d4eda9bfb44379c137916bea14b0820af56a600c231946217ff6
Removed sandbox a4fd543b67869a16a2ba1bf5bd0db840cf1eb3ce7130092b51421dc9420484b5
Removed sandbox 0b722b3f4130f64961fd4ffb7e0f1193206a3260c42819e610ede15cbe8e1c7d
Removed sandbox 68d60d972e2bf667fa4f5e1827820526932befe8430a3591b36191fa016564ef
Removed sandbox 3d1c88793ffd86bbaafdd2451ea6ffcd3083a39ca154d79aa46870f4791de5eb
Removed sandbox b9dab4fb689bcd5427e3abbd51446420bd172ff4c8c3e07a23d87dcf298652f7
Removed sandbox e91c0f6d9e5c00b5858533c9722ed1e86a5a1ad005aebf6a0c4dcd3b7e086471
Removed sandbox 17c2c949b4a7b2bb166fda168d01cc7cd5bb02350a51ecac9c447b126af21e27
Removed sandbox 5b599d730257634ff45696e2097e07f62427c18f6ef7ccbce6f4d7a2cbe2dd18
Removed sandbox 4e6bd821c67f53e17bf407f238c9a4ec342f4be64399110054a94ade65a01149
Removed sandbox eca7dbdeca4e79606f594fbbb5f206abdb18fb71b52a5a2f6090dd4d8bd5ca18
Removed sandbox a5d46d397ae6b2ec31320ba7d3b18ba7706bd833c9c0ab225f5f118b2c1018c4
Removed sandbox e1d43b584b8a85a56891316cda88127fb7fe64da75446a6aa33b9743c49cbb52
Removed sandbox 0cc428787698f06d62d41900911c8c3a73a35e1b93dd32554be880403bff219e
Removed sandbox 88ae2a270188ad5c2f89d60160cff0ee73bfb31932cbd7895d77a68bdbe3784a
Removed sandbox e402724fba985b89ddc9a11edec3ba5617977e52eb2ab1d63c5981ba364233de
Removed sandbox 4ae6b944b3b15391d3e6055e087d9b967b450c740c8d3d9cfd757e2919707534
Removed sandbox d74848d7deeceb4eb61966ce69dd9c52cf92272214270fc3bfb9c18110d7a133
Removed sandbox 75622371ec5af29788f97782ae25ea85dee39a752d2f7a3754ed5bf1d2ef63b0
Removed sandbox fb22664aa40ad0ce912bf989ca8fcff600602ee054b7003060e9a40c6df3344d
Removed sandbox 0f9d2843b1da3e91d0c0a4b43747a90404c564ee56e7e6286aa8a18934dda999
Removed sandbox e74fbe941ada4baaf38f114f338a2aa764aa059b033e289ce82868af1bb71479
Removed sandbox 9792792af3846f4c1883d4fa36f33088e99c9507d2dd35b10b9b70c42554ef24
Removed sandbox d07e49812dd3c5142e7efa5fc8b530284d82d6dca4110541b4ea2c08baaa4159
Removed sandbox 00b3a0ec19c4539e81381bdb21c0ce71998b5dffb7548cece7df36eeb4872ebd
Removed sandbox ce4f19a47ad34f6cfd17fa0a36663ef7e726a17a1a0fe785618244952ff422c6
Removed sandbox 605e57186d9bd106edbfa43a32bbd78a57c6f95c06a769cb68ab0225dab37c54
Removed sandbox 471d9885435fff8abc2bf480ddc1c7cff29a6ca9d384848754ba996313ee7fea
Removed sandbox 6a0e7a9633747715cf0ed5bddbf3398d9e8f35d431e3460d4bfb41951e9c665b
Removed sandbox 0bed532f3964832bdbfc474b7f87648e6a799f2c7a9ac34bc3a2cd6bbeddcf6f
Removed sandbox 996e0f70a84fcf782d67dc250107105a93a331c4a9efa6bc97dd26307605b77a
Removed sandbox f3304d638b3c0fbca4ff986893d66daf0bac1bed6ae8332a513fab6a8b237865
Removed sandbox ecb0b2005aff3b2cbd0b0682a5b79b099d38f98e7027de23a51b86d21d3c725d
Removed sandbox bdc11d10a73d8854449995e6deea0865532ca10d5f1ba20dd799b4056d478106
Removed sandbox aaa4b222162be65b2446faec6bdc0381945494b4cc00c2eae661696128f33d4d
Removed sandbox 4accaab778d3d8d3c29c072a81afd74234c9227bda860ad2b7877b36b7fc6f0a
Removed sandbox a1c4374872a632f097938b0d7a8c091317c5937bd803aab72f196153d57d2f9f
Removed sandbox 59365baaf3eec69a223e19e3682fde9decc2c685415534c018c6c0aff11cbd64
Removed sandbox 85dbc244f50e3779ded57ab4131ecc6a182510b2ad9f11b67ded680f692437df
Removed sandbox a497421fb934ceac342bc232ae5dba3d608df1f644193dbf548bec162a3298b0

DEBU Output of bash -c 'sudo crictl stopp $(sudo crictl pods -q) &&\
sudo crictl rmp $(sudo crictl pods -q)': Stopped sandbox 2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f
Stopped sandbox b22e5d2342a88819d7e476c36f25975872d6f75d8a110b422fbc1d7f29f9cdfa
Stopped sandbox 69507ee5b138dcc9d97f235634afe2448a10234db3a35e8fd3569f723bfb3438
Stopped sandbox ae018bd0ec5a005d86b994c007fefcdf1484c12362c0f41ec21bdcad09a04432
Stopped sandbox 0f00fe5e453a5dc4652c537c547cc0f17f2cd789730da109f1e311ec6ce48c90
Stopped sandbox 5b72dec2de0ad584d687b36eb320f7f89e877d3b5451dcdc525c8c50c830f40e
Stopped sandbox 562411af699bed51b469f94a628a30333f6bcba14626bf6da2cc1a294e5d478a
Stopped sandbox fc54b684b7ed52e0b9e7f1165e289d27039a96a15519cc0b98168d582d6a054a
Stopped sandbox 5773c6c59234e523f8067d83c579311ca22ce50be380eca2f04251f6fea3f437
Stopped sandbox e66577cfafdbc8ffb35b13422ce7af55190932b59bcdab9c1176fe9a172206c0
Stopped sandbox 349c5ea54fceb9632483266475ea97b44e5136858b39ecd64709d0f8b7214eca
Stopped sandbox 98b83c565507887aeab6fed5ae1a76dce5b791867f9e1bd2bdfdb085b7282b9a
Stopped sandbox 24985cb1eb17d6579452a3d13ff679cbd0be5cd76bb350ababc424ebd908555b
Stopped sandbox 18f633e4513890dcc1d22842ba6e5d5d8ead7807ce671801c2bafaf326c08ff8
Stopped sandbox cfbcedce49ee4eb4472dbc957ef091448ea2f3e4fa23cb640966450d232dab55
Stopped sandbox 7cf8db055f85708867df21ef3291d127db7fb59120f2740c46a04e8dbc049e25
Stopped sandbox 11257ad88a97c19c3a8d8085c2822e32f2010b8fc0706d938dc817eecc906955
Stopped sandbox 30c17fa21b79ad689e3bc297705ab0d12164870c1fad2c0dcb1c66f4a33f90d5
Stopped sandbox 5df9fc6bf184c3e7fc9cb05a6434503f8bbbcceef8aac32ca8c506cf619806ff
Stopped sandbox 090c02fd6241eec8b4979b3b0b3876d745d691d35d170ca30716771266965920
Stopped sandbox 79ab45f7e73fd9f6dfbbf230b19f38f99f33252651f125fca46acfdf87323e11
Stopped sandbox 56d634637d6db36b866d8f50d4d014890527c117e1902ffa0ae0f619fce8fdda
Stopped sandbox 757c24f3c2fd3279c0ea46b68e3c00099715aba6e3f838df472ad3dc8f477b7d
Stopped sandbox cf0ac957687c770a2b5356e5f8226fc14ebaf309504868eb254e1d482ed7a223
Stopped sandbox c993c3763080b6e62ec05eda929b0ef40ae47b9383b40e1810c2a2b361f2287f
Stopped sandbox 8a1e06689e2d728a5638c2132df838dd3cb33826a898a2dbb870f2bbcfd65455
Stopped sandbox 83430baba2f329efc0b3d025f6f33a98b0c79f4462b13475ee2736445e3c9484
Stopped sandbox dbb0f2a5f3549a9cb38d4447807661e1d99a49aac4ff42c634e7e9e15676e466
Stopped sandbox 99f20c215093d11f2ef8f6ba28a53cc7249bbaf8f9fc63a09dbe636a0122e708
Stopped sandbox 84d9a9e89875e9036c365b23a52afce5ae5260a6ea9a35eb3b6f0b0f768cdd04
Stopped sandbox 1d9032e108e32dc441ccd2a6a64a37d00819d810ecbb96207922fb600989d9c7
Stopped sandbox f2e7b7b023ac5b476df43c3a171a65e956f848528dbf95e89e434be68e928c10
Stopped sandbox 94986a62c3dc12b5a12931808cee42ad04f914711d1421f9dec23be5c95cbcac
Stopped sandbox 9829fdc087e27a42d5cae604f013ea82450019f58bee5823716042efe2453e90
Stopped sandbox 1b9ead46550b6e83c6894ed4ba647c33f6097720aa794e67af11ccb39765a47a
Stopped sandbox 98514042a71cacb54099e67ce15e7c77af97bc7dbcf549ca8be81d3e9352ec82
Stopped sandbox b9f05de0468f6e15f57c7de9cf618033944ad39abf79524808af7b802f60fd81
Stopped sandbox 9947775dfec75386dc6f52ffec0ab2d449d527d87e0710636ba10fffea9b7e5b
Stopped sandbox 3c8760b736c1534396dc65c37b112d3c26a4ad324be0b8565fd5601b8aa6e6b4
Stopped sandbox 63b956b940603c357480e452f58c2452c8e81c38af9499026e07abc51ace5841
Stopped sandbox daec6bd3237f6c4a50d3219b581ff79f5bac0f04fb7f2576b5a9c2540ce1bd94
Stopped sandbox cdb117daaed6b8eae5e2b2f9a1924f99f7ad96dd9f9624d5459da32d3341cfdd
Stopped sandbox 9df90a326a374381df2928099dfa1b56d5683ec6974b11d96c1ed1ad2525593d
Stopped sandbox 064227a385a66861c2a6c345a46db38f924906ee66d2c90073f5de39a367b1e4
Stopped sandbox 67e85ab1843f1b036e62e62ac9a329b527a52ff201355f0769049d8b3581773c
Stopped sandbox 2d3adef8c442eca213d1978a3e0ef8fd7587b13c417e98bd33b98c98f77ab103
Stopped sandbox 7ea2617a25aeff8d0b4933730725fbcc98ac7091435b868e0e7879ff6ccc373b
Stopped sandbox 22c6c48cde1e2c38f7b18d7306bb2c293c336df34300f93c823239ee3b33d1a9
Stopped sandbox de47f3ca2f7fe3e860f5eaf5a945304a98626f64fbdb0efc2c44b821b425193b
Stopped sandbox 39a3fd192a68ac49f23c2e96168d0cc49890be6c17b9c13014d5df71db09382c
Stopped sandbox 740e05c3a17999a5f08287087e9df56c87e3b59b47557680c1fe1ca4085f490a
Stopped sandbox 1f54c36535fbe2325808ce5162ec3572b37338333c4d06dce0ae62db7af32ce2
Stopped sandbox 0ba06cf234d9e84519ec27857ce98c6110928d30b5411074c3672a92e326e61c
Stopped sandbox c317abc6c87e0dad02b7688ee382894bd56491f0ab7eec3bd00e3a6faa429af3
Stopped sandbox 31b409f24327eaa216bb925c7eeadcaa90f9c37563cce9e7dc47fa8bc7ff8815
Stopped sandbox 2feed2b296879d64b63e793c7ba0f27a7fe2c0385a03f8d33484a5d6b3bc946f
Stopped sandbox 0acf27cd62422f53e955722fc99f448b4f1b577d9be25852534c0357044be791
Stopped sandbox 995356ae77e6c655956bbb30e6ac078ebae1895537a035b07b59150e7dcc1498
Stopped sandbox a864d62b56f316eb369235ffbc4f8a6473d13cea307d0baad9f86c60ca85e6a1
Stopped sandbox 6312dab64d83baa6910130b2a31503eb54d1c65c10f1cd319b893dcf221789a6
Stopped sandbox 175705a2a8d0cdc868127dfdb55e7bbb8be8fb7f1f9f6c0a2d24b9098350fc74
Stopped sandbox 142afbe4c521c12a3ccb4bda5c01fd865f668b3a316fdec0a5ff33c5ed3ac1bf
Stopped sandbox 28af4cf47b35e09efc3e9687b9de462cbb10dd329ce6c503e882a7e58c803d35
Stopped sandbox 582d7ac93c2b099efb02d17bb8b76031f0c19716d4592ec2c5f0883b6496be28
Stopped sandbox 29f61e9d51d7d8868fa887717ebd19b20c3fa9a9ac8c49a20144f954962e277d
Stopped sandbox 0d65971bde841a7be3950ca2e207eaea6872b87db765ac52cdf1e19997b44d7f
Stopped sandbox 8ff9874bc2bd0e7d2d2d2049895daf9d9860020f1475160a007c2c32eff766a2
Stopped sandbox 44025fb40ffe7966b43a7f22d5e0e8696b433802380507fcdd8274818a4c24bf
Stopped sandbox bcb6a9221d5539c266fe64f13927f6bb5f8629192422ab1b6c129173a3ab0592
Stopped sandbox 85a6866b50de12bae9e081746951b0634c751dbb002474b1428505bb546f4eaf
Stopped sandbox 153bf65750f749035cfbd8fb3bb0cab74a1f9010cdfa8ea99fcd3cad9b3a8c68
Stopped sandbox 3e7d65567b50207703599b98084631e65734fb95f9912a5eaaacca778b869df7
Stopped sandbox 8bae1f39db592a0859babfd4713d30937f38c891c4f67be86b66fb0f9b7a0854
Stopped sandbox 8ee086d068eeb389499cf8af8ea175a0016afdb46d745fcc663c06951ae6cf10
Stopped sandbox 968da833043b6324d551ac2a1505f862be50d4ff7fb1f5ce36f23dc50df27b7f
Stopped sandbox 3bdee4dd4f8fa55064f880140ebf3866359932b165bc2aeeb8e6ff2ebc592877
Stopped sandbox 30f17ed29a03a3b79f3d3a3dd62d4328f1b4f075e0f882dafcc2762e2c91a324
Stopped sandbox af21325d56193f85d9db6ce4a0b8ae7cf16c195fb88163a16a60cf26ab9d97a7
Stopped sandbox 5ce775b6ea54d4eda9bfb44379c137916bea14b0820af56a600c231946217ff6
Stopped sandbox a4fd543b67869a16a2ba1bf5bd0db840cf1eb3ce7130092b51421dc9420484b5
Stopped sandbox 0b722b3f4130f64961fd4ffb7e0f1193206a3260c42819e610ede15cbe8e1c7d
Stopped sandbox 68d60d972e2bf667fa4f5e1827820526932befe8430a3591b36191fa016564ef
Stopped sandbox 3d1c88793ffd86bbaafdd2451ea6ffcd3083a39ca154d79aa46870f4791de5eb
Stopped sandbox b9dab4fb689bcd5427e3abbd51446420bd172ff4c8c3e07a23d87dcf298652f7
Stopped sandbox e91c0f6d9e5c00b5858533c9722ed1e86a5a1ad005aebf6a0c4dcd3b7e086471
Stopped sandbox 17c2c949b4a7b2bb166fda168d01cc7cd5bb02350a51ecac9c447b126af21e27
Stopped sandbox 5b599d730257634ff45696e2097e07f62427c18f6ef7ccbce6f4d7a2cbe2dd18
Stopped sandbox 4e6bd821c67f53e17bf407f238c9a4ec342f4be64399110054a94ade65a01149
Stopped sandbox eca7dbdeca4e79606f594fbbb5f206abdb18fb71b52a5a2f6090dd4d8bd5ca18
Stopped sandbox a5d46d397ae6b2ec31320ba7d3b18ba7706bd833c9c0ab225f5f118b2c1018c4
Stopped sandbox e1d43b584b8a85a56891316cda88127fb7fe64da75446a6aa33b9743c49cbb52
Stopped sandbox 0cc428787698f06d62d41900911c8c3a73a35e1b93dd32554be880403bff219e
Stopped sandbox 88ae2a270188ad5c2f89d60160cff0ee73bfb31932cbd7895d77a68bdbe3784a
Stopped sandbox e402724fba985b89ddc9a11edec3ba5617977e52eb2ab1d63c5981ba364233de
Stopped sandbox 4ae6b944b3b15391d3e6055e087d9b967b450c740c8d3d9cfd757e2919707534
Stopped sandbox d74848d7deeceb4eb61966ce69dd9c52cf92272214270fc3bfb9c18110d7a133
Stopped sandbox 75622371ec5af29788f97782ae25ea85dee39a752d2f7a3754ed5bf1d2ef63b0
Stopped sandbox fb22664aa40ad0ce912bf989ca8fcff600602ee054b7003060e9a40c6df3344d
Stopped sandbox 0f9d2843b1da3e91d0c0a4b43747a90404c564ee56e7e6286aa8a18934dda999
Stopped sandbox e74fbe941ada4baaf38f114f338a2aa764aa059b033e289ce82868af1bb71479
Stopped sandbox 9792792af3846f4c1883d4fa36f33088e99c9507d2dd35b10b9b70c42554ef24
Stopped sandbox d07e49812dd3c5142e7efa5fc8b530284d82d6dca4110541b4ea2c08baaa4159
Stopped sandbox 00b3a0ec19c4539e81381bdb21c0ce71998b5dffb7548cece7df36eeb4872ebd
Stopped sandbox ce4f19a47ad34f6cfd17fa0a36663ef7e726a17a1a0fe785618244952ff422c6
Stopped sandbox 605e57186d9bd106edbfa43a32bbd78a57c6f95c06a769cb68ab0225dab37c54
Stopped sandbox 471d9885435fff8abc2bf480ddc1c7cff29a6ca9d384848754ba996313ee7fea
Stopped sandbox 6a0e7a9633747715cf0ed5bddbf3398d9e8f35d431e3460d4bfb41951e9c665b
Stopped sandbox 0bed532f3964832bdbfc474b7f87648e6a799f2c7a9ac34bc3a2cd6bbeddcf6f
Stopped sandbox 996e0f70a84fcf782d67dc250107105a93a331c4a9efa6bc97dd26307605b77a
Stopped sandbox f3304d638b3c0fbca4ff986893d66daf0bac1bed6ae8332a513fab6a8b237865
Stopped sandbox ecb0b2005aff3b2cbd0b0682a5b79b099d38f98e7027de23a51b86d21d3c725d
Stopped sandbox bdc11d10a73d8854449995e6deea0865532ca10d5f1ba20dd799b4056d478106
Stopped sandbox aaa4b222162be65b2446faec6bdc0381945494b4cc00c2eae661696128f33d4d
Stopped sandbox 4accaab778d3d8d3c29c072a81afd74234c9227bda860ad2b7877b36b7fc6f0a
Stopped sandbox a1c4374872a632f097938b0d7a8c091317c5937bd803aab72f196153d57d2f9f
Stopped sandbox 59365baaf3eec69a223e19e3682fde9decc2c685415534c018c6c0aff11cbd64
Stopped sandbox 85dbc244f50e3779ded57ab4131ecc6a182510b2ad9f11b67ded680f692437df
Stopped sandbox a497421fb934ceac342bc232ae5dba3d608df1f644193dbf548bec162a3298b0
Removed sandbox 2dfa393b6eaa0f2b6f1561427b70f3be312af947c3e3a7a9ddf5f8b3a9f6424f
Removed sandbox b22e5d2342a88819d7e476c36f25975872d6f75d8a110b422fbc1d7f29f9cdfa
Removed sandbox 69507ee5b138dcc9d97f235634afe2448a10234db3a35e8fd3569f723bfb3438
Removed sandbox ae018bd0ec5a005d86b994c007fefcdf1484c12362c0f41ec21bdcad09a04432
Removed sandbox 0f00fe5e453a5dc4652c537c547cc0f17f2cd789730da109f1e311ec6ce48c90
Removed sandbox 5b72dec2de0ad584d687b36eb320f7f89e877d3b5451dcdc525c8c50c830f40e
Removed sandbox 562411af699bed51b469f94a628a30333f6bcba14626bf6da2cc1a294e5d478a
Removed sandbox fc54b684b7ed52e0b9e7f1165e289d27039a96a15519cc0b98168d582d6a054a
Removed sandbox 5773c6c59234e523f8067d83c579311ca22ce50be380eca2f04251f6fea3f437
Removed sandbox e66577cfafdbc8ffb35b13422ce7af55190932b59bcdab9c1176fe9a172206c0
Removed sandbox 349c5ea54fceb9632483266475ea97b44e5136858b39ecd64709d0f8b7214eca
Removed sandbox 98b83c565507887aeab6fed5ae1a76dce5b791867f9e1bd2bdfdb085b7282b9a
Removed sandbox 24985cb1eb17d6579452a3d13ff679cbd0be5cd76bb350ababc424ebd908555b
Removed sandbox 18f633e4513890dcc1d22842ba6e5d5d8ead7807ce671801c2bafaf326c08ff8
Removed sandbox cfbcedce49ee4eb4472dbc957ef091448ea2f3e4fa23cb640966450d232dab55
Removed sandbox 7cf8db055f85708867df21ef3291d127db7fb59120f2740c46a04e8dbc049e25
Removed sandbox 11257ad88a97c19c3a8d8085c2822e32f2010b8fc0706d938dc817eecc906955
Removed sandbox 30c17fa21b79ad689e3bc297705ab0d12164870c1fad2c0dcb1c66f4a33f90d5
Removed sandbox 5df9fc6bf184c3e7fc9cb05a6434503f8bbbcceef8aac32ca8c506cf619806ff
Removed sandbox 090c02fd6241eec8b4979b3b0b3876d745d691d35d170ca30716771266965920
Removed sandbox 79ab45f7e73fd9f6dfbbf230b19f38f99f33252651f125fca46acfdf87323e11
Removed sandbox 56d634637d6db36b866d8f50d4d014890527c117e1902ffa0ae0f619fce8fdda
Removed sandbox 757c24f3c2fd3279c0ea46b68e3c00099715aba6e3f838df472ad3dc8f477b7d
Removed sandbox cf0ac957687c770a2b5356e5f8226fc14ebaf309504868eb254e1d482ed7a223
Removed sandbox c993c3763080b6e62ec05eda929b0ef40ae47b9383b40e1810c2a2b361f2287f
Removed sandbox 8a1e06689e2d728a5638c2132df838dd3cb33826a898a2dbb870f2bbcfd65455
Removed sandbox 83430baba2f329efc0b3d025f6f33a98b0c79f4462b13475ee2736445e3c9484
Removed sandbox dbb0f2a5f3549a9cb38d4447807661e1d99a49aac4ff42c634e7e9e15676e466
Removed sandbox 99f20c215093d11f2ef8f6ba28a53cc7249bbaf8f9fc63a09dbe636a0122e708
Removed sandbox 84d9a9e89875e9036c365b23a52afce5ae5260a6ea9a35eb3b6f0b0f768cdd04
Removed sandbox 1d9032e108e32dc441ccd2a6a64a37d00819d810ecbb96207922fb600989d9c7
Removed sandbox f2e7b7b023ac5b476df43c3a171a65e956f848528dbf95e89e434be68e928c10
Removed sandbox 94986a62c3dc12b5a12931808cee42ad04f914711d1421f9dec23be5c95cbcac
Removed sandbox 9829fdc087e27a42d5cae604f013ea82450019f58bee5823716042efe2453e90
Removed sandbox 1b9ead46550b6e83c6894ed4ba647c33f6097720aa794e67af11ccb39765a47a
Removed sandbox 98514042a71cacb54099e67ce15e7c77af97bc7dbcf549ca8be81d3e9352ec82
Removed sandbox b9f05de0468f6e15f57c7de9cf618033944ad39abf79524808af7b802f60fd81
Removed sandbox 9947775dfec75386dc6f52ffec0ab2d449d527d87e0710636ba10fffea9b7e5b
Removed sandbox 3c8760b736c1534396dc65c37b112d3c26a4ad324be0b8565fd5601b8aa6e6b4
Removed sandbox 63b956b940603c357480e452f58c2452c8e81c38af9499026e07abc51ace5841
Removed sandbox daec6bd3237f6c4a50d3219b581ff79f5bac0f04fb7f2576b5a9c2540ce1bd94
Removed sandbox cdb117daaed6b8eae5e2b2f9a1924f99f7ad96dd9f9624d5459da32d3341cfdd
Removed sandbox 9df90a326a374381df2928099dfa1b56d5683ec6974b11d96c1ed1ad2525593d
Removed sandbox 064227a385a66861c2a6c345a46db38f924906ee66d2c90073f5de39a367b1e4
Removed sandbox 67e85ab1843f1b036e62e62ac9a329b527a52ff201355f0769049d8b3581773c
Removed sandbox 2d3adef8c442eca213d1978a3e0ef8fd7587b13c417e98bd33b98c98f77ab103
Removed sandbox 7ea2617a25aeff8d0b4933730725fbcc98ac7091435b868e0e7879ff6ccc373b
Removed sandbox 22c6c48cde1e2c38f7b18d7306bb2c293c336df34300f93c823239ee3b33d1a9
Removed sandbox de47f3ca2f7fe3e860f5eaf5a945304a98626f64fbdb0efc2c44b821b425193b
Removed sandbox 39a3fd192a68ac49f23c2e96168d0cc49890be6c17b9c13014d5df71db09382c
Removed sandbox 740e05c3a17999a5f08287087e9df56c87e3b59b47557680c1fe1ca4085f490a
Removed sandbox 1f54c36535fbe2325808ce5162ec3572b37338333c4d06dce0ae62db7af32ce2
Removed sandbox 0ba06cf234d9e84519ec27857ce98c6110928d30b5411074c3672a92e326e61c
Removed sandbox c317abc6c87e0dad02b7688ee382894bd56491f0ab7eec3bd00e3a6faa429af3
Removed sandbox 31b409f24327eaa216bb925c7eeadcaa90f9c37563cce9e7dc47fa8bc7ff8815
Removed sandbox 2feed2b296879d64b63e793c7ba0f27a7fe2c0385a03f8d33484a5d6b3bc946f
Removed sandbox 0acf27cd62422f53e955722fc99f448b4f1b577d9be25852534c0357044be791
Removed sandbox 995356ae77e6c655956bbb30e6ac078ebae1895537a035b07b59150e7dcc1498
Removed sandbox a864d62b56f316eb369235ffbc4f8a6473d13cea307d0baad9f86c60ca85e6a1
Removed sandbox 6312dab64d83baa6910130b2a31503eb54d1c65c10f1cd319b893dcf221789a6
Removed sandbox 175705a2a8d0cdc868127dfdb55e7bbb8be8fb7f1f9f6c0a2d24b9098350fc74
Removed sandbox 142afbe4c521c12a3ccb4bda5c01fd865f668b3a316fdec0a5ff33c5ed3ac1bf
Removed sandbox 28af4cf47b35e09efc3e9687b9de462cbb10dd329ce6c503e882a7e58c803d35
Removed sandbox 582d7ac93c2b099efb02d17bb8b76031f0c19716d4592ec2c5f0883b6496be28
Removed sandbox 29f61e9d51d7d8868fa887717ebd19b20c3fa9a9ac8c49a20144f954962e277d
Removed sandbox 0d65971bde841a7be3950ca2e207eaea6872b87db765ac52cdf1e19997b44d7f
Removed sandbox 8ff9874bc2bd0e7d2d2d2049895daf9d9860020f1475160a007c2c32eff766a2
Removed sandbox 44025fb40ffe7966b43a7f22d5e0e8696b433802380507fcdd8274818a4c24bf
Removed sandbox bcb6a9221d5539c266fe64f13927f6bb5f8629192422ab1b6c129173a3ab0592
Removed sandbox 85a6866b50de12bae9e081746951b0634c751dbb002474b1428505bb546f4eaf
Removed sandbox 153bf65750f749035cfbd8fb3bb0cab74a1f9010cdfa8ea99fcd3cad9b3a8c68
Removed sandbox 3e7d65567b50207703599b98084631e65734fb95f9912a5eaaacca778b869df7
Removed sandbox 8bae1f39db592a0859babfd4713d30937f38c891c4f67be86b66fb0f9b7a0854
Removed sandbox 8ee086d068eeb389499cf8af8ea175a0016afdb46d745fcc663c06951ae6cf10
Removed sandbox 968da833043b6324d551ac2a1505f862be50d4ff7fb1f5ce36f23dc50df27b7f
Removed sandbox 3bdee4dd4f8fa55064f880140ebf3866359932b165bc2aeeb8e6ff2ebc592877
Removed sandbox 30f17ed29a03a3b79f3d3a3dd62d4328f1b4f075e0f882dafcc2762e2c91a324
Removed sandbox af21325d56193f85d9db6ce4a0b8ae7cf16c195fb88163a16a60cf26ab9d97a7
Removed sandbox 5ce775b6ea54d4eda9bfb44379c137916bea14b0820af56a600c231946217ff6
Removed sandbox a4fd543b67869a16a2ba1bf5bd0db840cf1eb3ce7130092b51421dc9420484b5
Removed sandbox 0b722b3f4130f64961fd4ffb7e0f1193206a3260c42819e610ede15cbe8e1c7d
Removed sandbox 68d60d972e2bf667fa4f5e1827820526932befe8430a3591b36191fa016564ef
Removed sandbox 3d1c88793ffd86bbaafdd2451ea6ffcd3083a39ca154d79aa46870f4791de5eb
Removed sandbox b9dab4fb689bcd5427e3abbd51446420bd172ff4c8c3e07a23d87dcf298652f7
Removed sandbox e91c0f6d9e5c00b5858533c9722ed1e86a5a1ad005aebf6a0c4dcd3b7e086471
Removed sandbox 17c2c949b4a7b2bb166fda168d01cc7cd5bb02350a51ecac9c447b126af21e27
Removed sandbox 5b599d730257634ff45696e2097e07f62427c18f6ef7ccbce6f4d7a2cbe2dd18
Removed sandbox 4e6bd821c67f53e17bf407f238c9a4ec342f4be64399110054a94ade65a01149
Removed sandbox eca7dbdeca4e79606f594fbbb5f206abdb18fb71b52a5a2f6090dd4d8bd5ca18
Removed sandbox a5d46d397ae6b2ec31320ba7d3b18ba7706bd833c9c0ab225f5f118b2c1018c4
Removed sandbox e1d43b584b8a85a56891316cda88127fb7fe64da75446a6aa33b9743c49cbb52
Removed sandbox 0cc428787698f06d62d41900911c8c3a73a35e1b93dd32554be880403bff219e
Removed sandbox 88ae2a270188ad5c2f89d60160cff0ee73bfb31932cbd7895d77a68bdbe3784a
Removed sandbox e402724fba985b89ddc9a11edec3ba5617977e52eb2ab1d63c5981ba364233de
Removed sandbox 4ae6b944b3b15391d3e6055e087d9b967b450c740c8d3d9cfd757e2919707534
Removed sandbox d74848d7deeceb4eb61966ce69dd9c52cf92272214270fc3bfb9c18110d7a133
Removed sandbox 75622371ec5af29788f97782ae25ea85dee39a752d2f7a3754ed5bf1d2ef63b0
Removed sandbox fb22664aa40ad0ce912bf989ca8fcff600602ee054b7003060e9a40c6df3344d
Removed sandbox 0f9d2843b1da3e91d0c0a4b43747a90404c564ee56e7e6286aa8a18934dda999
Removed sandbox e74fbe941ada4baaf38f114f338a2aa764aa059b033e289ce82868af1bb71479
Removed sandbox 9792792af3846f4c1883d4fa36f33088e99c9507d2dd35b10b9b70c42554ef24
Removed sandbox d07e49812dd3c5142e7efa5fc8b530284d82d6dca4110541b4ea2c08baaa4159
Removed sandbox 00b3a0ec19c4539e81381bdb21c0ce71998b5dffb7548cece7df36eeb4872ebd
Removed sandbox ce4f19a47ad34f6cfd17fa0a36663ef7e726a17a1a0fe785618244952ff422c6
Removed sandbox 605e57186d9bd106edbfa43a32bbd78a57c6f95c06a769cb68ab0225dab37c54
Removed sandbox 471d9885435fff8abc2bf480ddc1c7cff29a6ca9d384848754ba996313ee7fea
Removed sandbox 6a0e7a9633747715cf0ed5bddbf3398d9e8f35d431e3460d4bfb41951e9c665b
Removed sandbox 0bed532f3964832bdbfc474b7f87648e6a799f2c7a9ac34bc3a2cd6bbeddcf6f
Removed sandbox 996e0f70a84fcf782d67dc250107105a93a331c4a9efa6bc97dd26307605b77a
Removed sandbox f3304d638b3c0fbca4ff986893d66daf0bac1bed6ae8332a513fab6a8b237865
Removed sandbox ecb0b2005aff3b2cbd0b0682a5b79b099d38f98e7027de23a51b86d21d3c725d
Removed sandbox bdc11d10a73d8854449995e6deea0865532ca10d5f1ba20dd799b4056d478106
Removed sandbox aaa4b222162be65b2446faec6bdc0381945494b4cc00c2eae661696128f33d4d
Removed sandbox 4accaab778d3d8d3c29c072a81afd74234c9227bda860ad2b7877b36b7fc6f0a
Removed sandbox a1c4374872a632f097938b0d7a8c091317c5937bd803aab72f196153d57d2f9f
Removed sandbox 59365baaf3eec69a223e19e3682fde9decc2c685415534c018c6c0aff11cbd64
Removed sandbox 85dbc244f50e3779ded57ab4131ecc6a182510b2ad9f11b67ded680f692437df
Removed sandbox a497421fb934ceac342bc232ae5dba3d608df1f644193dbf548bec162a3298b0 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
cat <<EOF | sudo tee /var/lib/kubelet/config.json
{"auths":{"cloud.openshift.com":**REMOVED**
EOF
SSH cmd err, output: <nil>: **REMOVED**

DEBU Output is : **REMOVED**
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo systemctl daemon-reload
SSH cmd err, output: <nil>: 
(crc) Calling .GetSSHHostname
(crc) Calling .GetSSHPort
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHKeyPath
(crc) Calling .GetSSHUsername
Using SSH client type: external
Using SSH private key: /Users/edeandre/.crc/machines/crc/id_rsa (-rw-------)
&{[-F /dev/null -o ConnectionAttempts=3 -o ConnectTimeout=10 -o ControlMaster=no -o ControlPath=none -o LogLevel=quiet -o PasswordAuthentication=no -o ServerAliveInterval=60 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null core@192.168.64.13 -o IdentitiesOnly=yes -i /Users/edeandre/.crc/machines/crc/id_rsa -p 22] /usr/bin/ssh <nil>}
About to run SSH command:
sudo systemctl -f start kubelet
SSH cmd err, output: <nil>: 
INFO Starting OpenShift cluster ... [waiting 3m]  
INFO                                              
INFO To access the cluster, first set up your environment by following 'crc oc-env' instructions 
INFO Then you can access it by running 'oc login -u developer -p developer https://api.crc.testing:6443' 
INFO To login as an admin, username is 'kubeadmin' and password is wyozw-5ywAy-5yoap-7rj8q 
INFO                                              
INFO You can now run 'crc console' and use these credentials to access the OpenShift web console 
Making call to close driver server
(crc) Calling .Close
Successfully made call to close driver server
Making call to close connection to plugin binary
Making call to close driver server
(crc) Calling .Close
Successfully made call to close driver server
Making call to close connection to plugin binary
(crc) DBG | Closing plugin on server side
The OpenShift cluster is running
WARN The cluster might report a degraded or error state. This is expected since several operators have been disable to lower the resource usage. For more information, please consult the documentation

$ cat /etc/resolver/testing 
port 53
nameserver 192.168.64.13
search_order 1

$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost
# Added by Docker Desktop
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
192.168.64.13 api.crc.testing oauth-openshift.apps-crc.testing

$ !scut
scutil --dns
DNS configuration

resolver #1
  search domain[0] : hsd1.nh.comcast.net
  nameserver[0] : 2001:558:feed::1
  nameserver[1] : 2001:558:feed::2
  nameserver[2] : 75.75.75.75
  nameserver[3] : 75.75.76.76
  if_index : 10 (en0)
  flags    : Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)

resolver #2
  domain   : local
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300000

resolver #3
  domain   : 254.169.in-addr.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300200

resolver #4
  domain   : 8.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300400

resolver #5
  domain   : 9.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300600

resolver #6
  domain   : a.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 300800

resolver #7
  domain   : b.e.f.ip6.arpa
  options  : mdns
  timeout  : 5
  flags    : Request A records, Request AAAA records
  reach    : 0x00000000 (Not Reachable)
  order    : 301000

resolver #8
  domain   : testing
  nameserver[0] : 192.168.64.12
  port     : 53
  flags    : Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)
  order    : 1

DNS configuration (for scoped queries)

resolver #1
  search domain[0] : hsd1.nh.comcast.net
  nameserver[0] : 2001:558:feed::1
  nameserver[1] : 2001:558:feed::2
  nameserver[2] : 75.75.75.75
  nameserver[3] : 75.75.76.76
  if_index : 10 (en0)
  flags    : Scoped, Request A records, Request AAAA records
  reach    : 0x00000002 (Reachable)

  $ crc console
Opening the OpenShift Web Console in the default browser...
CRC Console
praveenkumar commented 5 years ago

@edeandrea As per logs, your network suppose to restart which make the name server entry correct for the scutil --dns.

INFO Restarting the host network                  
DEBU Disabling the Thunderbolt Ethernet Slot 1 Device (stdout: ), (stderr: ) 
DEBU Enabling the Thunderbolt Ethernet Slot 1 Device (stdout: ), (stderr: ) 
DEBU Disabling the Wi-Fi Device (stdout: ), (stderr: ) 
DEBU Enabling the Wi-Fi Device (stdout: ), (stderr: ) 
DEBU Disabling the Bluetooth PAN Device (stdout: ), (stderr: ) 
DEBU Enabling the Bluetooth PAN Device (stdout: ), (stderr: ) 
DEBU Disabling the Thunderbolt Bridge Device (stdout: ), (stderr: ) 
DEBU Enabling the Thunderbolt Bridge Device (stdout: ), (stderr: ) 

Following script what we use to restart network, can you please try to run it stand alone and see if the network restart happen?

#!/bin/bash

set +x

restart_network()
{
   IFS=$'\n'; for line in $(networksetup -listallnetworkservices | sed '1d'); do   
     # This is required to settle down previous networksetup command.
     sleep 2
     networksetup -setnetworkserviceenabled "$line" off && networksetup -setnetworkserviceenabled "$line" on
   done
}

restart_network
praveenkumar commented 5 years ago

I assume this needs to be run as sudo?

@edeandrea no it shouldn't need sudo access.

$ networksetup -listallnetworkservices | sed '1d'
ThinkPad TBT3 LAN
Apple USB Ethernet Adapter
Wi-Fi
Bluetooth PAN
Thunderbolt Bridge
edeandrea commented 5 years ago

After running that script I am left with the same result. I can not access the console. If I subsequently do sudo ifconfig en0 down && sudo ifconfig en0 up then it comes up.

edeandrea commented 5 years ago

Just to post back to this thread after an internal chat with @praveenkumar, manually running networksetup -setnetworkserviceenabled "Wi-Fi" off && networksetup -setnetworkserviceenabled "Wi-Fi" on after a crc start also works.

psrin7 commented 5 years ago

@edeandrea

After running that script I am left with the same result. I can not access the console. If I subsequently do sudo ifconfig en0 down && sudo ifconfig en0 up then it comes up.

Just to post back to this thread after an internal chat with @praveenkumar, manually running networksetup -setnetworkserviceenabled "Wi-Fi" off && networksetup -setnetworkserviceenabled "Wi-Fi" on after a crc start also works.

Both these approaches didn't work for me 😞 Everytime before I tried; I ran crc delete, crc start. I even tried with manually adding console-openshift-console.apps-crc.testing to /etc/hosts file and it didn't work.


$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1   localhost
255.255.255.255 broadcasthost
::1             localhost
# Added by Docker Desktop
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
192.168.64.11 api.crc.testing oauth-openshift.apps-crc.testing console-openshift-console.apps-crc.testing

$ cat /etc/resolver/testing
port 53
nameserver 192.168.64.11
search_order 1

$ scutil --dns
DNS configuration
resolver #8
  domain   : testing
  nameserver[0] : 192.168.64.11
  port     : 53
  flags    : Request A records
  reach    : 0x00020002 (Reachable,Directly Reachable Address)
  order    : 1

$ crc ip
192.168.64.11

$ crc status
CRC VM:          Running
OpenShift:       Running (v4.2.0)
Disk Usage:      9.89GB of 32.2GB (Inside the CRC VM)
Cache Usage:     9.608GB
Cache Directory: /Users/psrin14/.crc/cache
cfergeau commented 5 years ago

This should be all fine. Can you see the VM IP when you run ping console-openshift-console.apps-crc.testing? (try both with the entry in /etc/hosts, and without it)

edeandrea commented 5 years ago

When this problem happens to me I can not ping console-openshift-console.apps-crc.testing without either adding the entry to /etc/hosts or manually restarting the network.

psrin7 commented 5 years ago

Yes, I am able to ping.


$ ping -c 3 console-openshift-console.apps-crc.testing
PING console-openshift-console.apps-crc.testing (192.168.64.11): 56 data bytes
64 bytes from 192.168.64.11: icmp_seq=0 ttl=64 time=0.131 ms
64 bytes from 192.168.64.11: icmp_seq=1 ttl=64 time=0.167 ms
64 bytes from 192.168.64.11: icmp_seq=2 ttl=64 time=0.153 ms

--- console-openshift-console.apps-crc.testing ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.131/0.150/0.167/0.015 ms```
cfergeau commented 5 years ago

@psrin7 you said it was happening when you are behind your company firewall, but that everything is working fine when you are outside your company's firewall. Do you know what are the differences network-wise when you are inside/outside your company's firewall? Maybe a http proxy is used? Do you have to use a VPN? Could you paste the whole output of scutil --dns when you are behind your company's firewall?

gbraad commented 5 years ago

@edeandrea and @psrin7 you both probably have different issues. Be aware that suggestions might not apply to you. This issue is about the OP's issue (@psrin7)

jepries commented 4 years ago

I have same problem on MAC Mojave 10.14.6.
I can ping:

$ ping console-openshift-console.apps-crc.testing 
PING console-openshift-console.apps-crc.testing (192.168.64.2): 56 data bytes
64 bytes from 192.168.64.2: icmp_seq=0 ttl=64 time=0.156 ms
64 bytes from 192.168.64.2: icmp_seq=1 ttl=64 time=0.202 ms
64 bytes from 192.168.64.2: icmp_seq=2 ttl=64 time=0.258 ms
^C
--- console-openshift-console.apps-crc.testing ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.156/0.205/0.258/0.042 ms
$

I can check dns/resolver

$ dscacheutil -q host -a name console-openshift-console.apps- crc.testing 
name: console-openshift-console.apps-crc.testing
ip_address: 192.168.64.2

$

The browser won't use the resolver that the system is using. Could be a corporate security thingy... I've tried safari, chrome and firefox. Searching for a workaround to get my firefox to use the system resolver (cuz that works fine as seen above).

running:

networksetup -setnetworkserviceenabled "Thunderbolt Ethernet Slot 1" off
networksetup -setnetworkserviceenabled "Thunderbolt Ethernet Slot 1" on

doesn't work for me either. I've also tried

sudo ifconfig en9 down && sudo ifconfig en9 up

Note: en9 is my network interface, the only one enabled at the moment, through Thunderbolt to a docking station is where the ethernet is.

The browser (any of them) simply will not use /etc/resolver/testing.

Note, everything matches up for me, /etc/hosts, /etc/resolver/testing, scutil --dns all have the same "crc ip" address. No weird mismatches or anything. since dscacheutil works as seen above, my system can resolve the testing domain just fine, my browser cannot.

i'll post the secret sauce if I find it.

SECRET SAUCE FOUND

at least for firefox

  1. Preferences -> Proxy -> Settings -> add .testing
  2. Clear cache
  3. reload and accept the insecure certificates

TADA!

NOTE: my laptop is a corporate laptop and we have PROXY set, so thinking THAT is the root of all my (and some of your) EVIL above.

cfergeau commented 4 years ago

NOTE: my laptop is a corporate laptop and we have PROXY set, so thinking THAT is the root of all my (and some of your) EVIL above.

This is being worked on as part of https://github.com/code-ready/crc/issues/337

cfergeau commented 4 years ago

@psrin7 you said it was happening when you are behind your company firewall, but that everything is working fine when you are outside your company's firewall. Do you know what are the differences network-wise when you are inside/outside your company's firewall? Maybe a http proxy is used? Do you have to use a VPN? Could you paste the whole output of scutil --dns when you are behind your company's firewall?

@psrin7 did you get a chance to check these items?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

gbraad commented 4 years ago

Leaving closed, waiting for OP to respond. If a similar issue arrises I'd rather see a new issue against likely a newer version of macOS

bentito commented 4 years ago

I ran into this with brand new MacBook Pro 16 Running latest Catalina, so v10.15.4

The problem was resolved for me once I added an extra entry for the console itself in the my /etc/hosts. So that line became:

192.168.64.2 api.crc.testing oauth-openshift.apps-crc.testing console-openshift-console.apps-crc.testing

Nothing from crc setup or crc start seems to have been able to add that console host entry.

Hope this helps track down the problem, or as a workaround for others hitting this problem.

obogrelovandrey commented 1 year ago

Create new hosts file and crc start add extra entry : 127.0.0.1 api.crc.testing canary-openshift-ingress-canary.apps-crc.testing console-openshift-console.apps-crc.testing default-route-openshift-image-registry.apps-crc.testing downloads-openshift-console.apps-crc.testing oauth-openshift.apps-crc.testing

praveenkumar commented 1 year ago

@obogrelovandrey it should add those entry automatic if this is not happening then please create new issue or you are just stating that crc already doing it?