+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2 + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2 + [[ openshift-3.10-release =~ openshift-.* ]] + [[ openshift-3.10-release =~ .*-crio-.* ]] + export KUBEVIRT_PROVIDER=os-3.9.0 + KUBEVIRT_PROVIDER=os-3.9.0 + export KUBEVIRT_NUM_NODES=2 + KUBEVIRT_NUM_NODES=2 + export NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + export NAMESPACE=kube-system + NAMESPACE=kube-system + trap '{ make cluster-down; }' EXIT SIGINT SIGTERM SIGSTOP + make cluster-down ./cluster/down.sh + make cluster-up ./cluster/up.sh Downloading ....... Downloading ....... Downloading ....... 2018/08/10 13:13:39 Waiting for host: 192.168.66.102:22 2018/08/10 13:13:42 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 13:13:50 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 13:13:58 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 13:14:03 Connected to tcp://192.168.66.102:22 + systemctl stop origin-master-api + systemctl disable origin-master-api Removed symlink /etc/systemd/system/multi-user.target.wants/origin-master-api.service. Removed symlink /etc/systemd/system/origin-node.service.wants/origin-master-api.service. + systemctl stop origin-master-controllers + systemctl disable origin-master-controllers Removed symlink /etc/systemd/system/multi-user.target.wants/origin-master-controllers.service. 2018/08/10 13:14:07 Waiting for host: 192.168.66.101:22 2018/08/10 13:14:10 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 13:14:18 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 13:14:26 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 13:14:34 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 13:14:42 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 13:14:51 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: connection refused. Sleeping 5s 2018/08/10 13:14:56 Connected to tcp://192.168.66.101:22 + set +e + /usr/bin/oc get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 80d v1.9.1+a0ce1bc657 + '[' 0 -ne 0 ']' + set -e + inventory_file=/root/inventory + echo '[new_nodes]' + sed -i '/\[OSEv3:children\]/a new_nodes' /root/inventory + nodes_found=false ++ seq 2 100 + for i in '$(seq 2 100)' ++ printf node%02d 2 + node=node02 ++ printf 192.168.66.1%02d 2 + node_ip=192.168.66.102 + set +e + ping 192.168.66.102 -c 1 PING 192.168.66.102 (192.168.66.102) 56(84) bytes of data. 64 bytes from 192.168.66.102: icmp_seq=1 ttl=64 time=1.33 ms --- 192.168.66.102 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.335/1.335/1.335/0.000 ms Found node02. Adding it to the inventory. + '[' 0 -ne 0 ']' + nodes_found=true + set -e + echo '192.168.66.102 node02' + echo 'Found node02. Adding it to the inventory.' + echo 'node02 openshift_node_labels="{'\''region'\'': '\''infra'\'','\''zone'\'': '\''default'\''}" openshift_schedulable=true openshift_ip=192.168.66.102' + for i in '$(seq 2 100)' ++ printf node%02d 3 + node=node03 ++ printf 192.168.66.1%02d 3 + node_ip=192.168.66.103 + set +e + ping 192.168.66.103 -c 1 PING 192.168.66.103 (192.168.66.103) 56(84) bytes of data. From 192.168.66.101 icmp_seq=1 Destination Host Unreachable --- 192.168.66.103 ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms + '[' 1 -ne 0 ']' + break + '[' true = true ']' + ansible-playbook -i /root/inventory /usr/share/ansible/openshift-ansible/playbooks/openshift-node/scaleup.yml PLAY [Populate config host groups] ********************************************* TASK [Load group name mapping variables] *************************************** ok: [localhost] TASK [Evaluate groups - g_etcd_hosts or g_new_etcd_hosts required] ************* skipping: [localhost] TASK [Evaluate groups - g_master_hosts or g_new_master_hosts required] ********* skipping: [localhost] TASK [Evaluate groups - g_node_hosts or g_new_node_hosts required] ************* skipping: [localhost] TASK [Evaluate groups - g_lb_hosts required] *********************************** skipping: [localhost] TASK [Evaluate groups - g_nfs_hosts required] ********************************** skipping: [localhost] TASK [Evaluate groups - g_nfs_hosts is single host] **************************** skipping: [localhost] TASK [Evaluate groups - g_glusterfs_hosts required] **************************** skipping: [localhost] TASK [Evaluate groups - Fail if no etcd hosts group is defined] **************** skipping: [localhost] TASK [Evaluate oo_all_hosts] *************************************************** ok: [localhost] => (item=node01) ok: [localhost] => (item=node02) TASK [Evaluate oo_masters] ***************************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_first_master] ************************************************ ok: [localhost] TASK [Evaluate oo_new_etcd_to_config] ****************************************** TASK [Evaluate oo_masters_to_config] ******************************************* ok: [localhost] => (item=node01) TASK [Evaluate oo_etcd_to_config] ********************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_first_etcd] ************************************************** ok: [localhost] TASK [Evaluate oo_etcd_hosts_to_upgrade] *************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_etcd_hosts_to_backup] **************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_nodes_to_config] ********************************************* ok: [localhost] => (item=node02) TASK [Add master to oo_nodes_to_config] **************************************** skipping: [localhost] => (item=node01) TASK [Evaluate oo_lb_to_config] ************************************************ TASK [Evaluate oo_nfs_to_config] *********************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_glusterfs_to_config] ***************************************** TASK [Evaluate oo_etcd_to_migrate] ********************************************* ok: [localhost] => (item=node01) PLAY [Ensure there are new_nodes] ********************************************** TASK [fail] ******************************************************************** skipping: [localhost] TASK [fail] ******************************************************************** skipping: [localhost] PLAY [Initialization Checkpoint Start] ***************************************** TASK [Set install initialization 'In Progress'] ******************************** ok: [node01] PLAY [Populate config host groups] ********************************************* TASK [Load group name mapping variables] *************************************** ok: [localhost] TASK [Evaluate groups - g_etcd_hosts or g_new_etcd_hosts required] ************* skipping: [localhost] TASK [Evaluate groups - g_master_hosts or g_new_master_hosts required] ********* skipping: [localhost] TASK [Evaluate groups - g_node_hosts or g_new_node_hosts required] ************* skipping: [localhost] TASK [Evaluate groups - g_lb_hosts required] *********************************** skipping: [localhost] TASK [Evaluate groups - g_nfs_hosts required] ********************************** skipping: [localhost] TASK [Evaluate groups - g_nfs_hosts is single host] **************************** skipping: [localhost] TASK [Evaluate groups - g_glusterfs_hosts required] **************************** skipping: [localhost] TASK [Evaluate groups - Fail if no etcd hosts group is defined] **************** skipping: [localhost] TASK [Evaluate oo_all_hosts] *************************************************** ok: [localhost] => (item=node01) ok: [localhost] => (item=node02) TASK [Evaluate oo_masters] ***************************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_first_master] ************************************************ ok: [localhost] TASK [Evaluate oo_new_etcd_to_config] ****************************************** TASK [Evaluate oo_masters_to_config] ******************************************* ok: [localhost] => (item=node01) TASK [Evaluate oo_etcd_to_config] ********************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_first_etcd] ************************************************** ok: [localhost] TASK [Evaluate oo_etcd_hosts_to_upgrade] *************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_etcd_hosts_to_backup] **************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_nodes_to_config] ********************************************* ok: [localhost] => (item=node02) TASK [Add master to oo_nodes_to_config] **************************************** skipping: [localhost] => (item=node01) TASK [Evaluate oo_lb_to_config] ************************************************ TASK [Evaluate oo_nfs_to_config] *********************************************** ok: [localhost] => (item=node01) TASK [Evaluate oo_glusterfs_to_config] ***************************************** TASK [Evaluate oo_etcd_to_migrate] ********************************************* ok: [localhost] => (item=node01) [WARNING]: Could not match supplied host pattern, ignoring: oo_lb_to_config PLAY [Ensure that all non-node hosts are accessible] *************************** TASK [Gathering Facts] ********************************************************* ok: [node01] PLAY [Initialize basic host facts] ********************************************* TASK [Gathering Facts] ********************************************************* ok: [node01] ok: [node02] TASK [openshift_sanitize_inventory : include_tasks] **************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/deprecations.yml for node01, node02 TASK [openshift_sanitize_inventory : Check for usage of deprecated variables] *** ok: [node01] ok: [node02] TASK [openshift_sanitize_inventory : debug] ************************************ skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : set_stats] ******************************** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : Assign deprecated variables to correct counterparts] *** included: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/__deprecations_logging.yml for node01, node02 included: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/__deprecations_metrics.yml for node01, node02 TASK [openshift_sanitize_inventory : conditional_set_fact] ********************* ok: [node01] ok: [node02] TASK [openshift_sanitize_inventory : set_fact] ********************************* ok: [node01] ok: [node02] TASK [openshift_sanitize_inventory : conditional_set_fact] ********************* ok: [node01] ok: [node02] TASK [openshift_sanitize_inventory : Standardize on latest variable names] ***** ok: [node01] ok: [node02] TASK [openshift_sanitize_inventory : Normalize openshift_release] ************** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : Abort when openshift_release is invalid] *** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : include_tasks] **************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_sanitize_inventory/tasks/unsupported.yml for node01, node02 TASK [openshift_sanitize_inventory : Ensure that openshift_use_dnsmasq is true] *** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : Ensure that openshift_node_dnsmasq_install_network_manager_hook is true] *** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : set_fact] ********************************* skipping: [node01] => (item=None) skipping: [node02] => (item=None) TASK [openshift_sanitize_inventory : Ensure that dynamic provisioning is set if using dynamic storage] *** skipping: [node02] skipping: [node01] TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] *** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : Ensure the hosted registry's GlusterFS storage is configured correctly] *** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : Ensure clusterid is set along with the cloudprovider] *** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : Ensure ansible_service_broker_remove and ansible_service_broker_install are mutually exclusive] *** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : Ensure template_service_broker_remove and template_service_broker_install are mutually exclusive] *** skipping: [node01] skipping: [node02] TASK [openshift_sanitize_inventory : Ensure that all requires vsphere configuration variables are set] *** skipping: [node01] skipping: [node02] TASK [Detecting Operating System from ostree_booted] *************************** ok: [node02] ok: [node01] TASK [set openshift_deployment_type if unset] ********************************** skipping: [node01] skipping: [node02] TASK [initialize_facts set fact openshift_is_atomic and openshift_is_containerized] *** ok: [node01] ok: [node02] TASK [Determine Atomic Host Docker Version] ************************************ skipping: [node01] skipping: [node02] TASK [assert atomic host docker version is 1.12 or later] ********************** skipping: [node01] skipping: [node02] PLAY [Initialize special first-master variables] ******************************* TASK [Gathering Facts] ********************************************************* ok: [node01] TASK [set_fact] **************************************************************** ok: [node01] PLAY [Disable web console if required] ***************************************** TASK [set_fact] **************************************************************** skipping: [node01] PLAY [Install packages necessary for installer] ******************************** TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [Ensure openshift-ansible installer package deps are installed] *********** ok: [node02] => (item=iproute) ok: [node02] => (item=dbus-python) ok: [node02] => (item=PyYAML) ok: [node02] => (item=python-ipaddress) ok: [node02] => (item=yum-utils) TASK [Ensure various deps for running system containers are installed] ********* skipping: [node02] => (item=atomic) skipping: [node02] => (item=ostree) skipping: [node02] => (item=runc) PLAY [Initialize cluster facts] ************************************************ TASK [Gathering Facts] ********************************************************* ok: [node02] ok: [node01] TASK [Gather Cluster facts] **************************************************** changed: [node02] ok: [node01] TASK [Set fact of no_proxy_internal_hostnames] ********************************* skipping: [node01] skipping: [node02] TASK [Initialize openshift.node.sdn_mtu] *************************************** ok: [node01] ok: [node02] PLAY [Determine openshift_version to configure on first master] **************** TASK [Gathering Facts] ********************************************************* skipping: [node01] TASK [include_role] ************************************************************ skipping: [node01] TASK [debug] ******************************************************************* skipping: [node01] PLAY [Set openshift_version for etcd, node, and master hosts] ****************** skipping: no hosts matched PLAY [Ensure the requested version packages are available.] ******************** skipping: no hosts matched PLAY [Verify Requirements] ***************************************************** TASK [Gathering Facts] ********************************************************* ok: [node01] TASK [Run variable sanity checks] ********************************************** ok: [node01] PLAY [Initialization Checkpoint End] ******************************************* TASK [Set install initialization 'Complete'] *********************************** ok: [node01] PLAY [Validate node hostnames] ************************************************* TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [Query DNS for IP address of node02] ************************************** ok: [node02] TASK [Validate openshift_hostname when defined] ******************************** skipping: [node02] TASK [Validate openshift_ip exists on node when defined] *********************** skipping: [node02] PLAY [Setup yum repositories for all hosts] ************************************ TASK [rhel_subscribe : fail] *************************************************** skipping: [node02] TASK [rhel_subscribe : Install Red Hat Subscription manager] ******************* skipping: [node02] TASK [rhel_subscribe : Is host already registered?] **************************** skipping: [node02] TASK [rhel_subscribe : Register host] ****************************************** skipping: [node02] TASK [rhel_subscribe : fail] *************************************************** skipping: [node02] TASK [rhel_subscribe : Determine if OpenShift Pool Already Attached] *********** skipping: [node02] TASK [rhel_subscribe : Attach to OpenShift Pool] ******************************* skipping: [node02] TASK [rhel_subscribe : include_tasks] ****************************************** skipping: [node02] TASK [openshift_repos : openshift_repos detect ostree] ************************* ok: [node02] TASK [openshift_repos : Ensure libselinux-python is installed] ***************** ok: [node02] TASK [openshift_repos : Remove openshift_additional.repo file] ***************** ok: [node02] TASK [openshift_repos : Create any additional repos that are defined] ********** TASK [openshift_repos : include_tasks] ***************************************** skipping: [node02] TASK [openshift_repos : include_tasks] ***************************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_repos/tasks/centos_repos.yml for node02 TASK [openshift_repos : Configure origin gpg keys] ***************************** ok: [node02] TASK [openshift_repos : Configure correct origin release repository] *********** ok: [node02] => (item=/usr/share/ansible/openshift-ansible/roles/openshift_repos/templates/CentOS-OpenShift-Origin.repo.j2) TASK [openshift_repos : Ensure clean repo cache in the event repos have been changed manually] *** changed: [node02] => { "msg": "First run of openshift_repos" } TASK [openshift_repos : Record that openshift_repos already ran] *************** ok: [node02] RUNNING HANDLER [openshift_repos : refresh cache] ****************************** changed: [node02] PLAY [Configure os_firewall] *************************************************** TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [os_firewall : Detecting Atomic Host Operating System] ******************** ok: [node02] TASK [os_firewall : Set fact r_os_firewall_is_atomic] ************************** ok: [node02] TASK [os_firewall : include_tasks] ********************************************* skipping: [node02] TASK [os_firewall : include_tasks] ********************************************* included: /usr/share/ansible/openshift-ansible/roles/os_firewall/tasks/iptables.yml for node02 TASK [os_firewall : Ensure firewalld service is not enabled] ******************* ok: [node02] TASK [os_firewall : Wait 10 seconds after disabling firewalld] ***************** skipping: [node02] TASK [os_firewall : Install iptables packages] ********************************* ok: [node02] => (item=iptables) ok: [node02] => (item=iptables-services) TASK [os_firewall : Start and enable iptables service] ************************* ok: [node02 -> node02] => (item=node02) TASK [os_firewall : need to pause here, otherwise the iptables service starting can sometimes cause ssh to fail] *** skipping: [node02] PLAY [create oo_hosts_containerized_managed_true host group] ******************* TASK [Gathering Facts] ********************************************************* ok: [node01] TASK [group_by] **************************************************************** ok: [node01] PLAY [oo_nodes_to_config] ****************************************************** TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [container_runtime : Setup the docker-storage for overlay] **************** skipping: [node02] PLAY [create oo_hosts_containerized_managed_true host group] ******************* TASK [Gathering Facts] ********************************************************* ok: [node01] TASK [group_by] **************************************************************** ok: [node01] PLAY [oo_nodes_to_config] ****************************************************** TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [openshift_excluder : Install excluders] ********************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/install.yml for node02 TASK [openshift_excluder : Install docker excluder - yum] ********************** ok: [node02] TASK [openshift_excluder : Install docker excluder - dnf] ********************** skipping: [node02] TASK [openshift_excluder : Install openshift excluder - yum] ******************* skipping: [node02] TASK [openshift_excluder : Install openshift excluder - dnf] ******************* skipping: [node02] TASK [openshift_excluder : set_fact] ******************************************* ok: [node02] TASK [openshift_excluder : Enable excluders] *********************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/exclude.yml for node02 TASK [openshift_excluder : Check for docker-excluder] ************************** ok: [node02] TASK [openshift_excluder : Enable docker excluder] ***************************** changed: [node02] TASK [openshift_excluder : Check for openshift excluder] *********************** ok: [node02] TASK [openshift_excluder : Enable openshift excluder] ************************** skipping: [node02] TASK [container_runtime : include_tasks] *************************************** included: /usr/share/ansible/openshift-ansible/roles/container_runtime/tasks/common/pre.yml for node02 TASK [container_runtime : include_tasks] *************************************** skipping: [node02] TASK [container_runtime : Add enterprise registry, if necessary] *************** skipping: [node02] TASK [container_runtime : include_tasks] *************************************** skipping: [node02] TASK [container_runtime : Get current installed Docker version] **************** ok: [node02] TASK [container_runtime : include_tasks] *************************************** included: /usr/share/ansible/openshift-ansible/roles/container_runtime/tasks/docker_sanity.yml for node02 TASK [container_runtime : Error out if Docker pre-installed but too old] ******* skipping: [node02] TASK [container_runtime : Error out if requested Docker is too old] ************ skipping: [node02] TASK [container_runtime : Fail if Docker version requested but downgrade is required] *** skipping: [node02] TASK [container_runtime : Error out if attempting to upgrade Docker across the 1.10 boundary] *** skipping: [node02] TASK [container_runtime : Install Docker] ************************************** skipping: [node02] TASK [container_runtime : Ensure docker.service.d directory exists] ************ ok: [node02] TASK [container_runtime : Configure Docker service unit file] ****************** ok: [node02] TASK [container_runtime : stat] ************************************************ ok: [node02] TASK [container_runtime : Set registry params] ********************************* skipping: [node02] => (item={u'reg_conf_var': u'ADD_REGISTRY', u'reg_flag': u'--add-registry', u'reg_fact_val': []}) skipping: [node02] => (item={u'reg_conf_var': u'BLOCK_REGISTRY', u'reg_flag': u'--block-registry', u'reg_fact_val': []}) skipping: [node02] => (item={u'reg_conf_var': u'INSECURE_REGISTRY', u'reg_flag': u'--insecure-registry', u'reg_fact_val': []}) TASK [container_runtime : Place additional/blocked/insecure registries in /etc/containers/registries.conf] *** skipping: [node02] TASK [container_runtime : Set Proxy Settings] ********************************** skipping: [node02] => (item={u'reg_conf_var': u'HTTP_PROXY', u'reg_fact_val': u''}) skipping: [node02] => (item={u'reg_conf_var': u'HTTPS_PROXY', u'reg_fact_val': u''}) skipping: [node02] => (item={u'reg_conf_var': u'NO_PROXY', u'reg_fact_val': u''}) TASK [container_runtime : Set various Docker options] ************************** ok: [node02] TASK [container_runtime : stat] ************************************************ ok: [node02] TASK [container_runtime : Configure Docker Network OPTIONS] ******************** ok: [node02] TASK [container_runtime : Detect if docker is already started] ***************** ok: [node02] TASK [container_runtime : Start the Docker service] **************************** ok: [node02] TASK [container_runtime : set_fact] ******************************************** ok: [node02] TASK [container_runtime : include_tasks] *************************************** included: /usr/share/ansible/openshift-ansible/roles/container_runtime/tasks/common/post.yml for node02 TASK [container_runtime : Ensure /var/lib/containers exists] ******************* ok: [node02] TASK [container_runtime : Fix SELinux Permissions on /var/lib/containers] ****** ok: [node02] TASK [container_runtime : include_tasks] *************************************** included: /usr/share/ansible/openshift-ansible/roles/container_runtime/tasks/registry_auth.yml for node02 TASK [container_runtime : Check for credentials file for registry auth] ******** skipping: [node02] TASK [container_runtime : Create credentials for docker cli registry auth] ***** skipping: [node02] TASK [container_runtime : Create credentials for docker cli registry auth (alternative)] *** skipping: [node02] TASK [container_runtime : stat the docker data dir] **************************** ok: [node02] TASK [container_runtime : include_tasks] *************************************** skipping: [node02] TASK [container_runtime : Fail quickly if openshift_docker_options are set] **** skipping: [node02] TASK [container_runtime : include_tasks] *************************************** skipping: [node02] TASK [container_runtime : include_tasks] *************************************** skipping: [node02] TASK [container_runtime : Install Docker so we can use the client] ************* skipping: [node02] TASK [container_runtime : Disable Docker] ************************************** skipping: [node02] TASK [container_runtime : Ensure proxies are in the atomic.conf] *************** skipping: [node02] TASK [container_runtime : debug] *********************************************** skipping: [node02] TASK [container_runtime : include_tasks] *************************************** skipping: [node02] TASK [container_runtime : Pre-pull Container Engine System Container image] **** skipping: [node02] TASK [container_runtime : Ensure container-engine.service.d directory exists] *** skipping: [node02] TASK [container_runtime : Ensure /etc/docker directory exists] ***************** skipping: [node02] TASK [container_runtime : Install Container Engine System Container] *********** skipping: [node02] TASK [container_runtime : Configure Container Engine Service File] ************* skipping: [node02] TASK [container_runtime : Configure Container Engine] ************************** skipping: [node02] TASK [container_runtime : Start the Container Engine service] ****************** skipping: [node02] TASK [container_runtime : set_fact] ******************************************** skipping: [node02] TASK [container_runtime : include_tasks] *************************************** skipping: [node02] TASK [container_runtime : Check we are not using node as a Docker container with CRI-O] *** skipping: [node02] TASK [container_runtime : include_tasks] *************************************** skipping: [node02] TASK [container_runtime : include_tasks] *************************************** skipping: [node02] TASK [container_runtime : Check that overlay is in the kernel] ***************** skipping: [node02] TASK [container_runtime : Add overlay to modprobe.d] *************************** skipping: [node02] TASK [container_runtime : Manually modprobe overlay into the kernel] *********** skipping: [node02] TASK [container_runtime : Enable and start systemd-modules-load] *************** skipping: [node02] TASK [container_runtime : Ensure proxies are in the atomic.conf] *************** skipping: [node02] TASK [container_runtime : debug] *********************************************** skipping: [node02] TASK [container_runtime : Pre-pull CRI-O System Container image] *************** skipping: [node02] TASK [container_runtime : Install CRI-O System Container] ********************** skipping: [node02] TASK [container_runtime : Remove CRI-O default configuration files] ************ skipping: [node02] => (item=/etc/cni/net.d/200-loopback.conf) skipping: [node02] => (item=/etc/cni/net.d/100-crio-bridge.conf) TASK [container_runtime : Create the CRI-O configuration] ********************** skipping: [node02] TASK [container_runtime : Ensure CNI configuration directory exists] *********** skipping: [node02] TASK [container_runtime : Add iptables allow rules] **************************** skipping: [node02] => (item={u'port': u'10010/tcp', u'service': u'crio'}) TASK [container_runtime : Remove iptables rules] ******************************* TASK [container_runtime : Add firewalld allow rules] *************************** skipping: [node02] => (item={u'port': u'10010/tcp', u'service': u'crio'}) TASK [container_runtime : Remove firewalld allow rules] ************************ TASK [container_runtime : Configure the CNI network] *************************** skipping: [node02] TASK [container_runtime : Create /etc/sysconfig/crio-storage] ****************** skipping: [node02] TASK [container_runtime : Create /etc/sysconfig/crio-network] ****************** skipping: [node02] TASK [container_runtime : Start the CRI-O service] ***************************** skipping: [node02] TASK [container_runtime : include_tasks] *************************************** skipping: [node02] PLAY [Determine openshift_version to configure on first master] **************** TASK [Gathering Facts] ********************************************************* ok: [node01] TASK [include_role] ************************************************************ TASK [openshift_version : Use openshift.common.version fact as version to configure if already installed] *** ok: [node01] TASK [openshift_version : include_tasks] *************************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_version/tasks/first_master_rpm_version.yml for node01 TASK [openshift_version : Set rpm version to configure if openshift_pkg_version specified] *** skipping: [node01] TASK [openshift_version : Set openshift_version for rpm installation] ********** included: /usr/share/ansible/openshift-ansible/roles/openshift_version/tasks/check_available_rpms.yml for node01 TASK [openshift_version : Get available origin version] ************************ ok: [node01] TASK [openshift_version : fail] ************************************************ skipping: [node01] TASK [openshift_version : set_fact] ******************************************** skipping: [node01] TASK [openshift_version : debug] *********************************************** ok: [node01] TASK [openshift_version : set_fact] ******************************************** ok: [node01] TASK [openshift_version : debug] *********************************************** skipping: [node01] TASK [openshift_version : set_fact] ******************************************** skipping: [node01] TASK [openshift_version : debug] *********************************************** ok: [node01] TASK [openshift_version : debug] *********************************************** ok: [node01] TASK [openshift_version : debug] *********************************************** ok: [node01] TASK [openshift_version : debug] *********************************************** ok: [node01] TASK [debug] ******************************************************************* ok: [node01] => { "msg": "openshift_pkg_version set to -3.9.0" } PLAY [Set openshift_version for etcd, node, and master hosts] ****************** TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [set_fact] **************************************************************** ok: [node02] PLAY [Ensure the requested version packages are available.] ******************** TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [include_role] ************************************************************ TASK [openshift_version : Check openshift_version for rpm installation] ******** included: /usr/share/ansible/openshift-ansible/roles/openshift_version/tasks/check_available_rpms.yml for node02 TASK [openshift_version : Get available origin version] ************************ ok: [node02] TASK [openshift_version : fail] ************************************************ skipping: [node02] TASK [openshift_version : Fail if rpm version and docker image version are different] *** skipping: [node02] TASK [openshift_version : For an RPM install, abort when the release requested does not match the available version.] *** skipping: [node02] TASK [openshift_version : debug] *********************************************** ok: [node02] => { "openshift_release": "VARIABLE IS NOT DEFINED!" } TASK [openshift_version : debug] *********************************************** ok: [node02] => { "openshift_image_tag": "v3.9.0" } TASK [openshift_version : debug] *********************************************** ok: [node02] => { "openshift_pkg_version": "-3.9.0" } PLAY [Node Install Checkpoint Start] ******************************************* TASK [Set Node install 'In Progress'] ****************************************** ok: [node01] PLAY [Create OpenShift certificates for node hosts] **************************** TASK [openshift_node_certificates : Ensure CA certificate exists on openshift_ca_host] *** ok: [node02 -> node01] TASK [openshift_node_certificates : fail] ************************************** skipping: [node02] TASK [openshift_node_certificates : Check status of node certificates] ********* ok: [node02] => (item=system:node:node02.crt) ok: [node02] => (item=system:node:node02.key) ok: [node02] => (item=system:node:node02.kubeconfig) ok: [node02] => (item=ca.crt) ok: [node02] => (item=server.key) ok: [node02] => (item=server.crt) TASK [openshift_node_certificates : set_fact] ********************************** ok: [node02] TASK [openshift_node_certificates : Create openshift_generated_configs_dir if it does not exist] *** ok: [node02 -> node01] TASK [openshift_node_certificates : find] ************************************** ok: [node02 -> node01] TASK [openshift_node_certificates : Generate the node client config] *********** changed: [node02 -> node01] => (item=node02) TASK [openshift_node_certificates : Generate the node server certificate] ****** changed: [node02 -> node01] => (item=node02) TASK [openshift_node_certificates : Create a tarball of the node config directories] *** changed: [node02 -> node01] TASK [openshift_node_certificates : Retrieve the node config tarballs from the master] *** changed: [node02 -> node01] TASK [openshift_node_certificates : Ensure certificate directory exists] ******* ok: [node02] TASK [openshift_node_certificates : Unarchive the tarball on the node] ********* changed: [node02] TASK [openshift_node_certificates : Delete local temp directory] *************** ok: [node02 -> localhost] TASK [openshift_node_certificates : Copy OpenShift CA to system CA trust] ****** ok: [node02] => (item={u'cert': u'/etc/origin/node/ca.crt', u'id': u'openshift'}) PLAY [Disable excluders] ******************************************************* TASK [openshift_excluder : Detecting Atomic Host Operating System] ************* ok: [node02] TASK [openshift_excluder : Debug r_openshift_excluder_enable_docker_excluder] *** ok: [node02] => { "r_openshift_excluder_enable_docker_excluder": true } TASK [openshift_excluder : Debug r_openshift_excluder_enable_openshift_excluder] *** ok: [node02] => { "r_openshift_excluder_enable_openshift_excluder": true } TASK [openshift_excluder : Fail if invalid openshift_excluder_action provided] *** skipping: [node02] TASK [openshift_excluder : Fail if r_openshift_excluder_upgrade_target is not defined] *** skipping: [node02] TASK [openshift_excluder : Include main action task file] ********************** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/disable.yml for node02 TASK [openshift_excluder : Include verify_upgrade.yml when upgrading] ********** skipping: [node02] TASK [openshift_excluder : Disable excluders before the upgrade to remove older excluding expressions] *** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/unexclude.yml for node02 TASK [openshift_excluder : Check for docker-excluder] ************************** ok: [node02] TASK [openshift_excluder : disable docker excluder] **************************** changed: [node02] TASK [openshift_excluder : Check for openshift excluder] *********************** ok: [node02] TASK [openshift_excluder : disable openshift excluder] ************************* changed: [node02] TASK [openshift_excluder : Include install.yml] ******************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/install.yml for node02 TASK [openshift_excluder : Install docker excluder - yum] ********************** skipping: [node02] TASK [openshift_excluder : Install docker excluder - dnf] ********************** skipping: [node02] TASK [openshift_excluder : Install openshift excluder - yum] ******************* skipping: [node02] TASK [openshift_excluder : Install openshift excluder - dnf] ******************* skipping: [node02] TASK [openshift_excluder : set_fact] ******************************************* skipping: [node02] TASK [openshift_excluder : Include exclude.yml] ******************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/exclude.yml for node02 TASK [openshift_excluder : Check for docker-excluder] ************************** ok: [node02] TASK [openshift_excluder : Enable docker excluder] ***************************** changed: [node02] TASK [openshift_excluder : Check for openshift excluder] *********************** ok: [node02] TASK [openshift_excluder : Enable openshift excluder] ************************** changed: [node02] TASK [openshift_excluder : Include unexclude.yml] ****************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/unexclude.yml for node02 TASK [openshift_excluder : Check for docker-excluder] ************************** ok: [node02] TASK [openshift_excluder : disable docker excluder] **************************** skipping: [node02] TASK [openshift_excluder : Check for openshift excluder] *********************** ok: [node02] TASK [openshift_excluder : disable openshift excluder] ************************* changed: [node02] PLAY [Evaluate node groups] **************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Evaluate oo_containerized_master_nodes] ********************************** skipping: [localhost] => (item=node02) [WARNING]: Could not match supplied host pattern, ignoring: oo_containerized_master_nodes PLAY [Configure containerized nodes] ******************************************* skipping: no hosts matched PLAY [Configure nodes] ********************************************************* TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [openshift_clock : Determine if chrony is installed] ********************** changed: [node02] [WARNING]: Consider using yum, dnf or zypper module rather than running rpm TASK [openshift_clock : Install ntp package] *********************************** skipping: [node02] TASK [openshift_clock : Start and enable ntpd/chronyd] ************************* changed: [node02] TASK [openshift_cloud_provider : Set cloud provider facts] ********************* skipping: [node02] TASK [openshift_cloud_provider : Create cloudprovider config dir] ************** skipping: [node02] TASK [openshift_cloud_provider : include the defined cloud provider files] ***** skipping: [node02] TASK [openshift_node : fail] *************************************************** skipping: [node02] TASK [openshift_node : include_tasks] ****************************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/dnsmasq_install.yml for node02 TASK [openshift_node : Check for NetworkManager service] *********************** ok: [node02] TASK [openshift_node : Set fact using_network_manager] ************************* ok: [node02] TASK [openshift_node : Install dnsmasq] **************************************** ok: [node02] TASK [openshift_node : ensure origin/node directory exists] ******************** ok: [node02] => (item=/etc/origin) changed: [node02] => (item=/etc/origin/node) TASK [openshift_node : Install node-dnsmasq.conf] ****************************** ok: [node02] TASK [openshift_node : include_tasks] ****************************************** skipping: [node02] TASK [openshift_node : include_tasks] ****************************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/dnsmasq.yml for node02 TASK [openshift_node : Install dnsmasq configuration] ************************** ok: [node02] TASK [openshift_node : Deploy additional dnsmasq.conf] ************************* skipping: [node02] TASK [openshift_node : Enable dnsmasq] ***************************************** ok: [node02] TASK [openshift_node : include_tasks] ****************************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/dnsmasq/network-manager.yml for node02 TASK [openshift_node : Install network manager dispatch script] **************** ok: [node02] TASK [openshift_node : Add iptables allow rules] ******************************* ok: [node02] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'}) ok: [node02] => (item={u'port': u'80/tcp', u'service': u'http'}) ok: [node02] => (item={u'port': u'443/tcp', u'service': u'https'}) ok: [node02] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'}) skipping: [node02] => (item={u'cond': False, u'port': u'179/tcp', u'service': u'Calico BGP Port'}) skipping: [node02] => (item={u'cond': False, u'port': u'/tcp', u'service': u'Kubernetes service NodePort TCP'}) skipping: [node02] => (item={u'cond': False, u'port': u'/udp', u'service': u'Kubernetes service NodePort UDP'}) TASK [openshift_node : Remove iptables rules] ********************************** TASK [openshift_node : Add firewalld allow rules] ****************************** skipping: [node02] => (item={u'port': u'10250/tcp', u'service': u'Kubernetes kubelet'}) skipping: [node02] => (item={u'port': u'80/tcp', u'service': u'http'}) skipping: [node02] => (item={u'port': u'443/tcp', u'service': u'https'}) skipping: [node02] => (item={u'cond': u'openshift_use_openshift_sdn | bool', u'port': u'4789/udp', u'service': u'OpenShift OVS sdn'}) skipping: [node02] => (item={u'cond': False, u'port': u'179/tcp', u'service': u'Calico BGP Port'}) skipping: [node02] => (item={u'cond': False, u'port': u'/tcp', u'service': u'Kubernetes service NodePort TCP'}) skipping: [node02] => (item={u'cond': False, u'port': u'/udp', u'service': u'Kubernetes service NodePort UDP'}) TASK [openshift_node : Remove firewalld allow rules] *************************** TASK [openshift_node : Update journald config] ********************************* included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/journald.yml for node02 TASK [openshift_node : Checking for journald.conf] ***************************** ok: [node02] TASK [openshift_node : Create journald persistence directories] **************** ok: [node02] TASK [openshift_node : Update journald setup] ********************************** ok: [node02] => (item={u'var': u'Storage', u'val': u'persistent'}) ok: [node02] => (item={u'var': u'Compress', u'val': True}) ok: [node02] => (item={u'var': u'SyncIntervalSec', u'val': u'1s'}) ok: [node02] => (item={u'var': u'RateLimitInterval', u'val': u'1s'}) ok: [node02] => (item={u'var': u'RateLimitBurst', u'val': 10000}) ok: [node02] => (item={u'var': u'SystemMaxUse', u'val': u'8G'}) ok: [node02] => (item={u'var': u'SystemKeepFree', u'val': u'20%'}) ok: [node02] => (item={u'var': u'SystemMaxFileSize', u'val': u'10M'}) ok: [node02] => (item={u'var': u'MaxRetentionSec', u'val': u'1month'}) ok: [node02] => (item={u'var': u'MaxFileSec', u'val': u'1day'}) ok: [node02] => (item={u'var': u'ForwardToSyslog', u'val': False}) ok: [node02] => (item={u'var': u'ForwardToWall', u'val': False}) TASK [openshift_node : Restart journald] *************************************** skipping: [node02] TASK [openshift_node : Disable swap] ******************************************* ok: [node02] TASK [openshift_node : include node installer] ********************************* included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/install.yml for node02 TASK [openshift_node : Install Node package, sdn-ovs, conntrack packages] ****** ok: [node02] => (item={u'name': u'origin-node-3.9.0'}) ok: [node02] => (item={u'name': u'origin-sdn-ovs-3.9.0', u'install': True}) ok: [node02] => (item={u'name': u'conntrack-tools'}) TASK [openshift_node : Pre-pull node image when containerized] ***************** skipping: [node02] TASK [openshift_node : Restart cri-o] ****************************************** skipping: [node02] TASK [openshift_node : restart NetworkManager to ensure resolv.conf is present] *** skipping: [node02] TASK [openshift_node : sysctl] ************************************************* ok: [node02] TASK [openshift_node : include_tasks] ****************************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/registry_auth.yml for node02 TASK [openshift_node : Check for credentials file for registry auth] *********** skipping: [node02] TASK [openshift_node : Create credentials for registry auth] ******************* skipping: [node02] TASK [openshift_node : Create credentials for registry auth (alternative)] ***** skipping: [node02] TASK [openshift_node : Setup ro mount of /root/.docker for containerized hosts] *** skipping: [node02] TASK [openshift_node : include standard node config] *************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/config.yml for node02 TASK [openshift_node : Install the systemd units] ****************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/systemd_units.yml for node02 TASK [openshift_node : Install Node service file] ****************************** ok: [node02] TASK [openshift_node : include node deps docker service file] ****************** skipping: [node02] TASK [openshift_node : include ovs service environment file] ******************* skipping: [node02] TASK [openshift_node : include_tasks] ****************************************** skipping: [node02] TASK [openshift_node : include_tasks] ****************************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/config/configure-node-settings.yml for node02 TASK [openshift_node : Configure Node settings] ******************************** ok: [node02] => (item={u'regex': u'^OPTIONS=', u'line': u'OPTIONS=--loglevel=2 '}) ok: [node02] => (item={u'regex': u'^CONFIG_FILE=', u'line': u'CONFIG_FILE=/etc/origin/node/node-config.yaml'}) ok: [node02] => (item={u'regex': u'^IMAGE_VERSION=', u'line': u'IMAGE_VERSION=v3.9.0'}) TASK [openshift_node : include_tasks] ****************************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/config/configure-proxy-settings.yml for node02 TASK [openshift_node : Configure Proxy Settings] ******************************* skipping: [node02] => (item={u'regex': u'^HTTP_PROXY=', u'line': u'HTTP_PROXY='}) skipping: [node02] => (item={u'regex': u'^HTTPS_PROXY=', u'line': u'HTTPS_PROXY='}) skipping: [node02] => (item={u'regex': u'^NO_PROXY=', u'line': u'NO_PROXY=[],172.30.0.0/16,10.128.0.0/14'}) TASK [openshift_node : Pull container images] ********************************** skipping: [node02] TASK [openshift_node : Start and enable openvswitch service] ******************* skipping: [node02] TASK [openshift_node : set_fact] *********************************************** ok: [node02] TASK [openshift_node : file] *************************************************** skipping: [node02] TASK [openshift_node : Create the Node config] ********************************* changed: [node02] TASK [openshift_node : Configure Node Environment Variables] ******************* TASK [openshift_node : Configure AWS Cloud Provider Settings] ****************** skipping: [node02] => (item=None) skipping: [node02] => (item=None) TASK [openshift_node : Wait for master API to become available before proceeding] *** skipping: [node02] TASK [openshift_node : Start and enable node dep] ****************************** skipping: [node02] TASK [openshift_node : Start and enable node] ********************************** ok: [node02] TASK [openshift_node : Dump logs from node service if it failed] *************** skipping: [node02] TASK [openshift_node : Abort if node failed to start] ************************** skipping: [node02] TASK [openshift_node : set_fact] *********************************************** ok: [node02] TASK [openshift_node : NFS storage plugin configuration] *********************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/storage_plugins/nfs.yml for node02 TASK [openshift_node : Install NFS storage plugin dependencies] **************** ok: [node02] TASK [openshift_node : Check for existence of nfs sebooleans] ****************** ok: [node02] => (item=virt_use_nfs) ok: [node02] => (item=virt_sandbox_use_nfs) TASK [openshift_node : Set seboolean to allow nfs storage plugin access from containers] *** ok: [node02] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-08-10 13:22:00.903039', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.022119', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2018-08-10 13:22:00.880920', '_ansible_ignore_errors': None, 'failed': False}) skipping: [node02] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-08-10 13:22:02.732448', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_sandbox_use_nfs'], u'rc': 0, 'item': u'virt_sandbox_use_nfs', u'delta': u'0:00:00.007005', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_nfs', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2018-08-10 13:22:02.725443', '_ansible_ignore_errors': None, 'failed': False}) TASK [openshift_node : Set seboolean to allow nfs storage plugin access from containers (python 3)] *** skipping: [node02] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-08-10 13:22:00.903039', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_use_nfs'], u'rc': 0, 'item': u'virt_use_nfs', u'delta': u'0:00:00.022119', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_nfs', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2018-08-10 13:22:00.880920', '_ansible_ignore_errors': None, 'failed': False}) skipping: [node02] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-08-10 13:22:02.732448', '_ansible_no_log': False, u'stdout': u'virt_use_nfs --> on', u'cmd': [u'getsebool', u'virt_sandbox_use_nfs'], u'rc': 0, 'item': u'virt_sandbox_use_nfs', u'delta': u'0:00:00.007005', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_nfs', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_nfs --> on'], 'failed_when_result': False, u'start': u'2018-08-10 13:22:02.725443', '_ansible_ignore_errors': None, 'failed': False}) TASK [openshift_node : GlusterFS storage plugin configuration] ***************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/storage_plugins/glusterfs.yml for node02 TASK [openshift_node : Install GlusterFS storage plugin dependencies] ********** ok: [node02] TASK [openshift_node : Check for existence of fusefs sebooleans] *************** ok: [node02] => (item=virt_use_fusefs) ok: [node02] => (item=virt_sandbox_use_fusefs) TASK [openshift_node : Set seboolean to allow gluster storage plugin access from containers] *** ok: [node02] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-08-10 13:22:09.543582', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> on', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.007141', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> on'], 'failed_when_result': False, u'start': u'2018-08-10 13:22:09.536441', '_ansible_ignore_errors': None, 'failed': False}) ok: [node02] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-08-10 13:22:10.772678', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> on', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.007711', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> on'], 'failed_when_result': False, u'start': u'2018-08-10 13:22:10.764967', '_ansible_ignore_errors': None, 'failed': False}) TASK [openshift_node : Set seboolean to allow gluster storage plugin access from containers (python 3)] *** skipping: [node02] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-08-10 13:22:09.543582', '_ansible_no_log': False, u'stdout': u'virt_use_fusefs --> on', u'cmd': [u'getsebool', u'virt_use_fusefs'], u'rc': 0, 'item': u'virt_use_fusefs', u'delta': u'0:00:00.007141', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_use_fusefs', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_use_fusefs --> on'], 'failed_when_result': False, u'start': u'2018-08-10 13:22:09.536441', '_ansible_ignore_errors': None, 'failed': False}) skipping: [node02] => (item={'_ansible_parsed': True, 'stderr_lines': [], '_ansible_item_result': True, u'end': u'2018-08-10 13:22:10.772678', '_ansible_no_log': False, u'stdout': u'virt_sandbox_use_fusefs --> on', u'cmd': [u'getsebool', u'virt_sandbox_use_fusefs'], u'rc': 0, 'item': u'virt_sandbox_use_fusefs', u'delta': u'0:00:00.007711', u'stderr': u'', u'changed': False, u'invocation': {u'module_args': {u'creates': None, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getsebool virt_sandbox_use_fusefs', u'removes': None, u'warn': True, u'chdir': None, u'stdin': None}}, 'stdout_lines': [u'virt_sandbox_use_fusefs --> on'], 'failed_when_result': False, u'start': u'2018-08-10 13:22:10.764967', '_ansible_ignore_errors': None, 'failed': False}) TASK [openshift_node : Ceph storage plugin configuration] ********************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/storage_plugins/ceph.yml for node02 TASK [openshift_node : Install Ceph storage plugin dependencies] *************** ok: [node02] TASK [openshift_node : iSCSI storage plugin configuration] ********************* included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/storage_plugins/iscsi.yml for node02 TASK [openshift_node : Install iSCSI storage plugin dependencies] ************** ok: [node02] => (item=iscsi-initiator-utils) ok: [node02] => (item=device-mapper-multipath) TASK [openshift_node : restart services] *************************************** ok: [node02] => (item=multipathd) ok: [node02] => (item=rpcbind) TASK [openshift_node : Template multipath configuration] *********************** changed: [node02] TASK [openshift_node : Enable multipath] *************************************** changed: [node02] TASK [openshift_node : include_tasks] ****************************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/config/workaround-bz1331590-ovs-oom-fix.yml for node02 TASK [openshift_node : Create OpenvSwitch service.d directory] ***************** ok: [node02] TASK [openshift_node : Install OpenvSwitch service OOM fix] ******************** ok: [node02] TASK [tuned : Check for tuned package] ***************************************** ok: [node02] TASK [tuned : Set tuned OpenShift variables] *********************************** ok: [node02] TASK [tuned : Ensure directory structure exists] ******************************* ok: [node02] => (item={'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'state': 'directory', 'ctime': 1526915765.6366615, 'serole': 'object_r', 'gid': 0, 'mode': '0755', 'mtime': 1526915765.6366615, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'}) ok: [node02] => (item={'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'state': 'directory', 'ctime': 1526915765.6346617, 'serole': 'object_r', 'gid': 0, 'mode': '0755', 'mtime': 1526915765.6346617, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'}) ok: [node02] => (item={'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'state': 'directory', 'ctime': 1526915765.6356616, 'serole': 'object_r', 'gid': 0, 'mode': '0755', 'mtime': 1526915765.6356616, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'}) skipping: [node02] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1526915765.6376617, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1523891799.0, 'owner': u'root', 'path': u'recommend.conf', 'size': 268, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'}) skipping: [node02] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1526915765.6366615, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1523891799.0, 'owner': u'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'}) skipping: [node02] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1526915765.6346617, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1523891799.0, 'owner': u'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'}) skipping: [node02] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1526915765.6356616, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1523891799.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 135, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'}) TASK [tuned : Ensure files are populated from templates] *********************** skipping: [node02] => (item={'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'state': 'directory', 'ctime': 1526915765.6366615, 'serole': 'object_r', 'gid': 0, 'mode': '0755', 'mtime': 1526915765.6366615, 'owner': 'root', 'path': u'openshift', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'}) skipping: [node02] => (item={'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'state': 'directory', 'ctime': 1526915765.6346617, 'serole': 'object_r', 'gid': 0, 'mode': '0755', 'mtime': 1526915765.6346617, 'owner': 'root', 'path': u'openshift-control-plane', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'}) skipping: [node02] => (item={'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'state': 'directory', 'ctime': 1526915765.6356616, 'serole': 'object_r', 'gid': 0, 'mode': '0755', 'mtime': 1526915765.6356616, 'owner': 'root', 'path': u'openshift-node', 'size': 24, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'}) ok: [node02] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/recommend.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1526915765.6376617, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1523891799.0, 'owner': 'root', 'path': u'recommend.conf', 'size': 268, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'}) ok: [node02] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1526915765.6366615, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1523891799.0, 'owner': 'root', 'path': u'openshift/tuned.conf', 'size': 593, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'}) ok: [node02] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-control-plane/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': 's0', 'seuser': 'system_u', 'serole': 'object_r', 'ctime': 1526915765.6346617, 'state': 'file', 'gid': 0, 'mode': '0644', 'mtime': 1523891799.0, 'owner': 'root', 'path': u'openshift-control-plane/tuned.conf', 'size': 744, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': 'usr_t'}) ok: [node02] => (item={'src': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates/openshift-node/tuned.conf', 'group': u'root', 'uid': 0, 'selevel': u's0', 'seuser': u'system_u', 'serole': u'object_r', 'ctime': 1526915765.6356616, 'state': u'file', 'gid': 0, 'mode': u'0644', 'mtime': 1523891799.0, 'owner': u'root', 'path': u'openshift-node/tuned.conf', 'size': 135, 'root': u'/usr/share/ansible/openshift-ansible/roles/tuned/templates', 'setype': u'usr_t'}) TASK [tuned : Make tuned use the recommended tuned profile on restart] ********* changed: [node02] => (item=/etc/tuned/active_profile) changed: [node02] => (item=/etc/tuned/profile_mode) TASK [tuned : Restart tuned service] ******************************************* changed: [node02] TASK [nickhammond.logrotate : nickhammond.logrotate | Install logrotate] ******* ok: [node02] TASK [nickhammond.logrotate : nickhammond.logrotate | Setup logrotate.d scripts] *** RUNNING HANDLER [openshift_node : restart node] ******************************** changed: [node02] PLAY [create additional node network plugin groups] **************************** TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [group_by] **************************************************************** ok: [node02] TASK [group_by] **************************************************************** ok: [node02] TASK [group_by] **************************************************************** ok: [node02] TASK [group_by] **************************************************************** ok: [node02] TASK [group_by] **************************************************************** ok: [node02] [WARNING]: Could not match supplied host pattern, ignoring: oo_nodes_use_flannel [WARNING]: Could not match supplied host pattern, ignoring: oo_nodes_use_calico [WARNING]: Could not match supplied host pattern, ignoring: oo_nodes_use_contiv [WARNING]: Could not match supplied host pattern, ignoring: oo_nodes_use_kuryr PLAY [etcd_client node config] ************************************************* skipping: no hosts matched PLAY [Additional node config] ************************************************** skipping: no hosts matched PLAY [Additional node config] ************************************************** skipping: no hosts matched [WARNING]: Could not match supplied host pattern, ignoring: oo_nodes_use_nuage PLAY [Additional node config] ************************************************** skipping: no hosts matched PLAY [Configure Contiv masters] ************************************************ TASK [Gathering Facts] ********************************************************* ok: [node01] PLAY [Configure rest of Contiv nodes] ****************************************** TASK [Gathering Facts] ********************************************************* ok: [node02] ok: [node01] PLAY [Configure Kuryr node] **************************************************** skipping: no hosts matched PLAY [Additional node config] ************************************************** TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [openshift_manage_node : Wait for master API to become available before proceeding] *** skipping: [node02] TASK [openshift_manage_node : Wait for Node Registration] ********************** ok: [node02 -> node01] TASK [openshift_manage_node : include_tasks] *********************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_manage_node/tasks/config.yml for node02 TASK [openshift_manage_node : Set node schedulability] ************************* ok: [node02 -> node01] TASK [openshift_manage_node : Label nodes] ************************************* ok: [node02 -> node01] TASK [Create group for deployment type] **************************************** ok: [node02] PLAY [Re-enable excluder if it was previously enabled] ************************* TASK [openshift_excluder : Detecting Atomic Host Operating System] ************* ok: [node02] TASK [openshift_excluder : Debug r_openshift_excluder_enable_docker_excluder] *** ok: [node02] => { "r_openshift_excluder_enable_docker_excluder": true } TASK [openshift_excluder : Debug r_openshift_excluder_enable_openshift_excluder] *** ok: [node02] => { "r_openshift_excluder_enable_openshift_excluder": true } TASK [openshift_excluder : Fail if invalid openshift_excluder_action provided] *** skipping: [node02] TASK [openshift_excluder : Fail if r_openshift_excluder_upgrade_target is not defined] *** skipping: [node02] TASK [openshift_excluder : Include main action task file] ********************** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/enable.yml for node02 TASK [openshift_excluder : Install excluders] ********************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/install.yml for node02 TASK [openshift_excluder : Install docker excluder - yum] ********************** skipping: [node02] TASK [openshift_excluder : Install docker excluder - dnf] ********************** skipping: [node02] TASK [openshift_excluder : Install openshift excluder - yum] ******************* skipping: [node02] TASK [openshift_excluder : Install openshift excluder - dnf] ******************* skipping: [node02] TASK [openshift_excluder : set_fact] ******************************************* skipping: [node02] TASK [openshift_excluder : Enable excluders] *********************************** included: /usr/share/ansible/openshift-ansible/roles/openshift_excluder/tasks/exclude.yml for node02 TASK [openshift_excluder : Check for docker-excluder] ************************** ok: [node02] TASK [openshift_excluder : Enable docker excluder] ***************************** changed: [node02] TASK [openshift_excluder : Check for openshift excluder] *********************** ok: [node02] TASK [openshift_excluder : Enable openshift excluder] ************************** changed: [node02] PLAY [Node Install Checkpoint End] ********************************************* TASK [Set Node install 'Complete'] ********************************************* ok: [node01] PLAY RECAP ********************************************************************* localhost : ok=25 changed=0 unreachable=0 failed=0 node01 : ok=42 changed=0 unreachable=0 failed=0 node02 : ok=184 changed=25 unreachable=0 failed=0 INSTALLER STATUS *************************************************************** Initialization : Complete (0:01:15) Node Install : Complete (0:04:33) + set +e + crio=false + grep crio /root/inventory + '[' 1 -eq 0 ']' + set -e + cat + ansible-playbook -i /root/inventory post_deployment_configuration --extra-vars=crio=false PLAY [new_nodes] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [node02] TASK [Restart openvswitch service] ********************************************* changed: [node02] PLAY [nodes, new_nodes] ******************************************************** TASK [Gathering Facts] ********************************************************* ok: [node01] ok: [node02] TASK [replace] ***************************************************************** skipping: [node01] skipping: [node02] TASK [replace] ***************************************************************** skipping: [node01] skipping: [node02] TASK [service] ***************************************************************** skipping: [node01] skipping: [node02] PLAY RECAP ********************************************************************* node01 : ok=1 changed=0 unreachable=0 failed=0 node02 : ok=3 changed=1 unreachable=0 failed=0 Sending file modes: C0755 217813128 oc Sending file modes: C0600 5649 admin.kubeconfig Cluster "node01:8443" set. Cluster "node01:8443" set. + set +e + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 80d v1.9.1+a0ce1bc657 node02 Ready 2m v1.9.1+a0ce1bc657 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 80d v1.9.1+a0ce1bc657 node02 Ready 2m v1.9.1+a0ce1bc657 + make cluster-sync ./cluster/build.sh Building ... Untagged: localhost:33405/kubevirt/virt-controller:devel Untagged: localhost:33405/kubevirt/virt-controller@sha256:f4557d9d0792489b4ec8ca9b19ffa5aadebb6850d3074262ee0dac46ba591dc0 Deleted: sha256:3e94c986d4db724e01c84d3770f3fd07a053a43ef0fcdd3e37adefdc681d935b Untagged: localhost:33405/kubevirt/virt-launcher:devel Untagged: localhost:33405/kubevirt/virt-launcher@sha256:3e2c92b34acdb4a3c0f81ac67925b783832c27f7d8c16c384edff41dbc8f719d Deleted: sha256:4e25aea6eee66097863e07ea58b9137d5a863ddd32dab6215462e533e98b44af Untagged: localhost:33405/kubevirt/virt-handler:devel Untagged: localhost:33405/kubevirt/virt-handler@sha256:0b4bf15a450500ea42019d442806f83b336f6602faf025280decf24fa2a0f5f3 Deleted: sha256:d49e403f382e3f8b78c718358c72371b390823ab15f3808f479c1c30ae4f914e Untagged: localhost:33405/kubevirt/virt-api:devel Untagged: localhost:33405/kubevirt/virt-api@sha256:e48b3e705e2a9c7cbd3cb60b8704b187ed85e3249d0c0ecb452bf915733436c8 Deleted: sha256:6dd7bebd586dbb403332fb5c9a4761254c09690c462e786f85e21f6f5e896131 Untagged: localhost:33405/kubevirt/subresource-access-test:devel Untagged: localhost:33405/kubevirt/subresource-access-test@sha256:492feb425e0d957ac34d2a76ce543610cd3c2f177dd066dae2d3fc5b0b59fb71 Deleted: sha256:9e53624208828a29a5d15497e7980a075300c83ef0ae9a483d43f5983162e6d9 sha256:d5aa71c720a7edd27f27c2eda1f786b8bdc2f178549e3ad0f6d3a52f2653cac3 go version go1.10 linux/amd64 go version go1.10 linux/amd64 make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && KUBEVIRT_VERSION= ./hack/build-go.sh install " && ./hack/build-copy-artifacts.sh sha256:d5aa71c720a7edd27f27c2eda1f786b8bdc2f178549e3ad0f6d3a52f2653cac3 go version go1.10 linux/amd64 go version go1.10 linux/amd64 find: '/root/go/src/kubevirt.io/kubevirt/_out/cmd': No such file or directory Compiling tests... compiled tests.test hack/build-docker.sh build Sending build context to Docker daemon 36.22 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> 525153d68b70 Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> ad6bbc60e789 Step 5/8 : USER 1001 ---> Using cache ---> bfac7a113ec9 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> 67785f93f5e9 Removing intermediate container aaa6bb097a68 Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Running in 62f8e24e48e9 ---> cb470669e50a Removing intermediate container 62f8e24e48e9 Step 8/8 : LABEL "kubevirt-functional-tests-openshift-3.10-release1" '' "virt-controller" '' ---> Running in e997cf6a05c2 ---> 2c79e7aad92f Removing intermediate container e997cf6a05c2 Successfully built 2c79e7aad92f Sending build context to Docker daemon 38.18 MB Step 1/9 : FROM kubevirt/libvirt:3.7.0 ---> c4e262d2dc3c Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 1ab51d188b10 Step 3/9 : RUN dnf -y install socat genisoimage util-linux libcgroup-tools ethtool sudo && dnf -y clean all && test $(id -u qemu) = 107 # make sure that the qemu user really is 107 ---> Using cache ---> 3b3c61ca4955 Step 4/9 : COPY virt-launcher /usr/bin/virt-launcher ---> 1a7971a79cb8 Removing intermediate container a6ddb5fd7650 Step 5/9 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> 279ad39b7980 Removing intermediate container d963828fc249 Step 6/9 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Running in 6004c2a31df3  ---> 8e28a0bfc2ae Removing intermediate container 6004c2a31df3 Step 7/9 : COPY entrypoint.sh libvirtd.sh sh.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> 26f453c215c7 Removing intermediate container 5c21746a2432 Step 8/9 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Running in 35a87c721c25 ---> 632b2ac48928 Removing intermediate container 35a87c721c25 Step 9/9 : LABEL "kubevirt-functional-tests-openshift-3.10-release1" '' "virt-launcher" '' ---> Running in 0da06eb5e2de ---> d44b4a5f2835 Removing intermediate container 0da06eb5e2de Successfully built d44b4a5f2835 Sending build context to Docker daemon 38.28 MB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> 08c548d6427c Removing intermediate container 35d06afc25ff Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Running in 07355ffba615 ---> f3f1b0abd29d Removing intermediate container 07355ffba615 Step 5/5 : LABEL "kubevirt-functional-tests-openshift-3.10-release1" '' "virt-handler" '' ---> Running in 5afaaeee153e ---> 07ca19926282 Removing intermediate container 5afaaeee153e Successfully built 07ca19926282 Sending build context to Docker daemon 36.97 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> 9e578caed4dc Step 4/8 : WORKDIR /home/virt-api ---> Using cache ---> 29f82dc0207f Step 5/8 : USER 1001 ---> Using cache ---> 104a2b98d149 Step 6/8 : COPY virt-api /usr/bin/virt-api ---> 9912620b34fb Removing intermediate container 42d88cd03688 Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Running in e9e0a8062f95 ---> 5f44d3704cf8 Removing intermediate container e9e0a8062f95 Step 8/8 : LABEL "kubevirt-functional-tests-openshift-3.10-release1" '' "virt-api" '' ---> Running in e830a59f1d1c ---> 61892bddce36 Removing intermediate container e830a59f1d1c Successfully built 61892bddce36 Sending build context to Docker daemon 4.096 kB Step 1/7 : FROM fedora:27 ---> 9110ae7f579f Step 2/7 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/7 : ENV container docker ---> Using cache ---> 4a0a4e97e548 Step 4/7 : RUN mkdir -p /images/custom /images/alpine && truncate -s 64M /images/custom/disk.img && curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /images/alpine/disk.img ---> Using cache ---> 899b19012856 Step 5/7 : ADD entrypoint.sh / ---> Using cache ---> 7b9dd84dc88b Step 6/7 : CMD /entrypoint.sh ---> Using cache ---> d5e68e816510 Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-openshift-3.10-release1" '' ---> Running in 432c29558f05 ---> 071927d03685 Removing intermediate container 432c29558f05 Successfully built 071927d03685 Sending build context to Docker daemon 2.56 kB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/5 : ENV container docker ---> Using cache ---> 4a0a4e97e548 Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Using cache ---> 27fdedc58b91 Step 5/5 : LABEL "kubevirt-functional-tests-openshift-3.10-release1" '' "vm-killer" '' ---> Running in 09f0e9cdd184 ---> 2039309e5690 Removing intermediate container 09f0e9cdd184 Successfully built 2039309e5690 Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> 68f33cf86aab Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> 5734d749eb5c Step 3/7 : ENV container docker ---> Using cache ---> f8775a77966f Step 4/7 : RUN apt-get update && apt-get install -y bash curl bzip2 qemu-utils && mkdir -p /disk && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 1a40cf222a61 Step 5/7 : ADD entry-point.sh / ---> Using cache ---> 77b545d92fe7 Step 6/7 : CMD /entry-point.sh ---> Using cache ---> dfe20d463305 Step 7/7 : LABEL "kubevirt-functional-tests-openshift-3.10-release1" '' "registry-disk-v1alpha" '' ---> Using cache ---> 5efdf368e732 Successfully built 5efdf368e732 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33814/kubevirt/registry-disk-v1alpha:devel ---> 5efdf368e732 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> 386f7e924456 Step 3/4 : RUN curl https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img > /disk/cirros.img ---> Using cache ---> f473a86e4d6a Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-openshift-3.10-release1" '' ---> Using cache ---> a4ca4c67d45c Successfully built a4ca4c67d45c Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33814/kubevirt/registry-disk-v1alpha:devel ---> 5efdf368e732 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 369bca39dcc2 Step 3/4 : RUN curl -g -L https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 > /disk/fedora.qcow2 ---> Using cache ---> de1e81f43a59 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-openshift-3.10-release1" '' ---> Using cache ---> a5867eac6e05 Successfully built a5867eac6e05 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33814/kubevirt/registry-disk-v1alpha:devel ---> 5efdf368e732 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 369bca39dcc2 Step 3/4 : RUN curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /disk/alpine.iso ---> Using cache ---> 1083d820f9c8 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-openshift-3.10-release1" '' ---> Using cache ---> 11512d828b9c Successfully built 11512d828b9c Sending build context to Docker daemon 34.03 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> e141df19460d Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 8434146ca52e Step 5/8 : USER 1001 ---> Using cache ---> 5f5075861f6e Step 6/8 : COPY subresource-access-test /subresource-access-test ---> 9fdfd88dd549 Removing intermediate container e27c46ebbdeb Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in 3ec20e9d806c ---> 0acc3c1d181f Removing intermediate container 3ec20e9d806c Step 8/8 : LABEL "kubevirt-functional-tests-openshift-3.10-release1" '' "subresource-access-test" '' ---> Running in 326a6f590654 ---> eaee67b25657 Removing intermediate container 326a6f590654 Successfully built eaee67b25657 Sending build context to Docker daemon 3.072 kB Step 1/9 : FROM fedora:27 ---> 9110ae7f579f Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> e3238544ad97 Step 3/9 : ENV container docker ---> Using cache ---> 4a0a4e97e548 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Using cache ---> 3ce60cabfb02 Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Using cache ---> f1391d7b727e Step 6/9 : RUN mkdir -p /gimme && curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | HOME=/gimme bash >> /etc/profile.d/gimme.sh ---> Using cache ---> b5b2e751ce14 Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> 18e7a1a5ff9a Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Using cache ---> 2f09c9a05cbd Step 9/9 : LABEL "kubevirt-functional-tests-openshift-3.10-release1" '' "winrmcli" '' ---> Running in 1ac0917b0f7a ---> 4ee0d01e46d4 Removing intermediate container 1ac0917b0f7a Successfully built 4ee0d01e46d4 Sending build context to Docker daemon 2.048 kB Step 1/4 : FROM fedora:27 ---> 9110ae7f579f Step 2/4 : RUN dnf install -y iproute ---> Using cache ---> 44a843668d44 Step 3/4 : ENTRYPOINT ip link ---> Using cache ---> 221ee0c7da70 Step 4/4 : LABEL "iproute" '' "kubevirt-functional-tests-openshift-3.10-release1" '' ---> Running in 988a6e16ad8e ---> ab66f2822072 Removing intermediate container 988a6e16ad8e Successfully built ab66f2822072 hack/build-docker.sh push The push refers to a repository [localhost:33814/kubevirt/virt-controller] 8f0af6778c23: Preparing 8a0b4d9afd21: Preparing 39bae602f753: Preparing 8a0b4d9afd21: Pushed 8f0af6778c23: Pushed 39bae602f753: Pushed devel: digest: sha256:44073ddea9a17f99cde02538c80d53636f74d442633f7dec3806121f815462d6 size: 948 The push refers to a repository [localhost:33814/kubevirt/virt-launcher] 66e82223565d: Preparing d46d6c4d34ad: Preparing 6c0c07ff869d: Preparing 6f12653b9283: Preparing 7b2cb35f8329: Preparing 9e20b26113ea: Preparing a1a99db27cd1: Preparing ec5be2616f4d: Preparing ffcfbc9458ac: Preparing 68e0ce966da1: Preparing 39bae602f753: Preparing 39bae602f753: Waiting ec5be2616f4d: Waiting ffcfbc9458ac: Waiting 68e0ce966da1: Waiting 66e82223565d: Pushed 6c0c07ff869d: Pushed d46d6c4d34ad: Pushed 9e20b26113ea: Pushed a1a99db27cd1: Pushed ec5be2616f4d: Pushed 39bae602f753: Mounted from kubevirt/virt-controller ffcfbc9458ac: Pushed 7b2cb35f8329: Pushed 6f12653b9283: Pushed 68e0ce966da1: Pushed devel: digest: sha256:cb9f42375da97e947b1e1b509aa86c797e273f4dc17237136b119d46cf45db31 size: 2617 The push refers to a repository [localhost:33814/kubevirt/virt-handler] 57b0a295b10a: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-launcher 57b0a295b10a: Pushed devel: digest: sha256:0120cf4866142b95715564250f86f7dd49e9615a467c860ef6eb87de314cb74c size: 740 The push refers to a repository [localhost:33814/kubevirt/virt-api] 8678ca763d11: Preparing ba35a9b4e0ef: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-handler ba35a9b4e0ef: Pushed 8678ca763d11: Pushed devel: digest: sha256:69d59550c0f3337cfe64880dd93a4984b7b284bcfd8e9045d27f1d0ca0b1b903 size: 948 The push refers to a repository [localhost:33814/kubevirt/disks-images-provider] fcc3ddfd6e9b: Preparing d98c4a98ebcd: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-api fcc3ddfd6e9b: Pushed d98c4a98ebcd: Pushed devel: digest: sha256:15d856575e0716700d397a45222f64cf24386e62d09a42b514abf31c42d3b50e size: 948 The push refers to a repository [localhost:33814/kubevirt/vm-killer] e6c3c6a3a44e: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/disks-images-provider e6c3c6a3a44e: Pushed devel: digest: sha256:539d9840b95a8f202223950fe719ff72dd43f48128ee33f9635af9d606738126 size: 740 The push refers to a repository [localhost:33814/kubevirt/registry-disk-v1alpha] 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 661cce8d8e52: Pushed 41e0baba3077: Pushed 25edbec0eaea: Pushed devel: digest: sha256:0df707a55243af8792380fba68a76307017494c503e0e9071ed55d7d3c3611d4 size: 948 The push refers to a repository [localhost:33814/kubevirt/cirros-registry-disk-demo] f9f97de3966a: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha 661cce8d8e52: Mounted from kubevirt/registry-disk-v1alpha 41e0baba3077: Mounted from kubevirt/registry-disk-v1alpha f9f97de3966a: Pushed devel: digest: sha256:3f818f67105a36bdc42bdbfad87fc29d0028e39a0dceef92d12efbcf8e16e5ed size: 1160 The push refers to a repository [localhost:33814/kubevirt/fedora-cloud-registry-disk-demo] 24cdf3b545f2: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 41e0baba3077: Mounted from kubevirt/cirros-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo 661cce8d8e52: Mounted from kubevirt/cirros-registry-disk-demo 24cdf3b545f2: Pushed devel: digest: sha256:a6a571626690141c7da4cf0e1eb4fd75e5dd9ae427d5070c2729214cfbd6a192 size: 1161 The push refers to a repository [localhost:33814/kubevirt/alpine-registry-disk-demo] d8e356e905f4: Preparing 661cce8d8e52: Preparing 41e0baba3077: Preparing 25edbec0eaea: Preparing 661cce8d8e52: Mounted from kubevirt/fedora-cloud-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo 41e0baba3077: Mounted from kubevirt/fedora-cloud-registry-disk-demo d8e356e905f4: Pushed devel: digest: sha256:c27568048aa8e031860d98cdced0370763745ad80581e62432568dac45abf1fb size: 1160 The push refers to a repository [localhost:33814/kubevirt/subresource-access-test] 29af2658cad5: Preparing 4b0864be3226: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/vm-killer 4b0864be3226: Pushed 29af2658cad5: Pushed devel: digest: sha256:43c18ca39d314dd8ef856a29ea579c0157937475aa63ccd290e4bde2d8f32f2e size: 948 The push refers to a repository [localhost:33814/kubevirt/winrmcli] e3533e8b2d5b: Preparing 8f8107939791: Preparing 20ba70fd1c2e: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/subresource-access-test e3533e8b2d5b: Pushed 20ba70fd1c2e: Pushed 8f8107939791: Pushed devel: digest: sha256:7ee25109656573abcc74054ac43efce3e034a0a168f1f4b39e3c7588e69dd892 size: 1165 The push refers to a repository [localhost:33814/kubevirt/iproute] 241f938eb21e: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/winrmcli 241f938eb21e: Pushed devel: digest: sha256:f13c6c872c11d92dcd144f86206157164da100ab9afffa48facbf8d568178e9d size: 742 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt' Done ./cluster/clean.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=os-3.9.0 ++ KUBEVIRT_PROVIDER=os-3.9.0 ++ KUBEVIRT_NUM_NODES=2 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-openshift-3.10-release ']' ++ provider_prefix=kubevirt-functional-tests-openshift-3.10-release1 ++ job_prefix=kubevirt-functional-tests-openshift-3.10-release1 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.6.3-8-g28133e4 ++ KUBEVIRT_VERSION=v0.6.3-8-g28133e4 + source cluster/os-3.9.0/provider.sh ++ set -e ++ image=os-3.9.0@sha256:234b3ae5c335c9fa32fa3bc01d5833f8f4d45420d82a8f8b12adc02687eb88b1 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=os-3.9.0 ++ KUBEVIRT_PROVIDER=os-3.9.0 ++ source hack/config-default.sh source hack/config-os-3.9.0.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli images/iproute' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ kubeconfig=cluster/vagrant/.kubeconfig +++ namespace=kube-system ++ test -f hack/config-provider-os-3.9.0.sh ++ source hack/config-provider-os-3.9.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/cluster/os-3.9.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/cluster/os-3.9.0/.kubectl +++ docker_prefix=localhost:33814/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Cleaning up ...' Cleaning up ... + cluster/kubectl.sh get vmis --all-namespaces -o=custom-columns=NAME:.metadata.name,NAMESPACE:.metadata.namespace,FINALIZERS:.metadata.finalizers --no-headers + grep foregroundDeleteVirtualMachine + read p the server doesn't have a resource type "vmis" + _kubectl delete ds -l kubevirt.io -n kube-system --cascade=false --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=libvirt --force --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=virt-handler --force --grace-period 0 No resources found + namespaces=(default ${namespace}) + for i in '${namespaces[@]}' + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n default delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/os-3.9.0/.kubeconfig ++ KUBECONFIG=cluster/os-3.9.0/.kubeconfig ++ cluster/os-3.9.0/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete deployment -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete deployment -l kubevirt.io No resources found + _kubectl -n kube-system delete rs -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete rs -l kubevirt.io No resources found + _kubectl -n kube-system delete services -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete services -l kubevirt.io No resources found + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete secrets -l kubevirt.io No resources found + _kubectl -n kube-system delete pv -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete pv -l kubevirt.io No resources found + _kubectl -n kube-system delete pvc -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete pvc -l kubevirt.io No resources found + _kubectl -n kube-system delete ds -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete ds -l kubevirt.io No resources found + _kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n kube-system delete pods -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete pods -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete rolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete roles -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete roles -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete clusterroles -l kubevirt.io No resources found + _kubectl -n kube-system delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl -n kube-system delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io ++ export KUBECONFIG=cluster/os-3.9.0/.kubeconfig ++ wc -l ++ KUBECONFIG=cluster/os-3.9.0/.kubeconfig ++ cluster/os-3.9.0/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=os-3.9.0 ++ KUBEVIRT_PROVIDER=os-3.9.0 ++ KUBEVIRT_NUM_NODES=2 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-openshift-3.10-release ']' ++ provider_prefix=kubevirt-functional-tests-openshift-3.10-release1 ++ job_prefix=kubevirt-functional-tests-openshift-3.10-release1 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.6.3-8-g28133e4 ++ KUBEVIRT_VERSION=v0.6.3-8-g28133e4 + source cluster/os-3.9.0/provider.sh ++ set -e ++ image=os-3.9.0@sha256:234b3ae5c335c9fa32fa3bc01d5833f8f4d45420d82a8f8b12adc02687eb88b1 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=os-3.9.0 ++ KUBEVIRT_PROVIDER=os-3.9.0 ++ source hack/config-default.sh source hack/config-os-3.9.0.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli images/iproute' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ kubeconfig=cluster/vagrant/.kubeconfig +++ namespace=kube-system ++ test -f hack/config-provider-os-3.9.0.sh ++ source hack/config-provider-os-3.9.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/cluster/os-3.9.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/cluster/os-3.9.0/.kubectl +++ docker_prefix=localhost:33814/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Deploying ...' Deploying ... + [[ -z openshift-3.10-release ]] + [[ openshift-3.10-release =~ .*-dev ]] + [[ openshift-3.10-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/release/demo-content.yaml =~ .*demo.* ]] + continue + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml clusterrole "kubevirt.io:admin" created clusterrole "kubevirt.io:edit" created clusterrole "kubevirt.io:view" created serviceaccount "kubevirt-apiserver" created clusterrolebinding "kubevirt-apiserver" created clusterrolebinding "kubevirt-apiserver-auth-delegator" created rolebinding "kubevirt-apiserver" created role "kubevirt-apiserver" created clusterrole "kubevirt-apiserver" created clusterrole "kubevirt-controller" created serviceaccount "kubevirt-controller" created serviceaccount "kubevirt-privileged" created clusterrolebinding "kubevirt-controller" created clusterrolebinding "kubevirt-controller-cluster-admin" created clusterrolebinding "kubevirt-privileged-cluster-admin" created clusterrole "kubevirt.io:default" created clusterrolebinding "kubevirt.io:default" created service "virt-api" created deployment "virt-api" created deployment "virt-controller" created daemonset "virt-handler" created customresourcedefinition "virtualmachineinstances.kubevirt.io" created customresourcedefinition "virtualmachineinstancereplicasets.kubevirt.io" created customresourcedefinition "virtualmachineinstancepresets.kubevirt.io" created customresourcedefinition "virtualmachines.kubevirt.io" created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R persistentvolumeclaim "disk-alpine" created persistentvolume "host-path-disk-alpine" created persistentvolumeclaim "disk-custom" created persistentvolume "host-path-disk-custom" created daemonset "disks-images-provider" created serviceaccount "kubevirt-testing" created clusterrolebinding "kubevirt-testing-cluster-admin" created + [[ os-3.9.0 =~ os-3.9.0.* ]] + _kubectl adm policy add-scc-to-user privileged -z kubevirt-controller -n kube-system + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl adm policy add-scc-to-user privileged -z kubevirt-controller -n kube-system scc "privileged" added to: ["system:serviceaccount:kube-system:kubevirt-controller"] + _kubectl adm policy add-scc-to-user privileged -z kubevirt-testing -n kube-system + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl adm policy add-scc-to-user privileged -z kubevirt-testing -n kube-system scc "privileged" added to: ["system:serviceaccount:kube-system:kubevirt-testing"] + _kubectl adm policy add-scc-to-user privileged -z kubevirt-privileged -n kube-system + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl adm policy add-scc-to-user privileged -z kubevirt-privileged -n kube-system scc "privileged" added to: ["system:serviceaccount:kube-system:kubevirt-privileged"] + _kubectl adm policy add-scc-to-user privileged -z kubevirt-apiserver -n kube-system + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl adm policy add-scc-to-user privileged -z kubevirt-apiserver -n kube-system scc "privileged" added to: ["system:serviceaccount:kube-system:kubevirt-apiserver"] + _kubectl adm policy add-scc-to-user privileged admin + export KUBECONFIG=cluster/os-3.9.0/.kubeconfig + KUBECONFIG=cluster/os-3.9.0/.kubeconfig + cluster/os-3.9.0/.kubectl adm policy add-scc-to-user privileged admin scc "privileged" added to: ["admin"] + echo Done Done + namespaces=(kube-system default) + [[ kube-system != \k\u\b\e\-\s\y\s\t\e\m ]] + timeout=300 + sample=30 + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n 'disks-images-provider-9gffn 0/1 ContainerCreating 0 5s disks-images-provider-9s2nj 0/1 ContainerCreating 0 5s virt-api-665d554d8-qnrrt 0/1 ContainerCreating 0 8s virt-controller-6f44f65757-549t5 0/1 ContainerCreating 0 8s virt-handler-4wdxq 0/1 Pending 0 2s virt-handler-zzqlt 0/1 ContainerCreating 0 2s' ']' + echo 'Waiting for kubevirt pods to enter the Running state ...' Waiting for kubevirt pods to enter the Running state ... + kubectl get pods -n kube-system --no-headers + cluster/kubectl.sh get pods -n kube-system --no-headers + grep -v Running disks-images-provider-9gffn 0/1 ContainerCreating 0 6s disks-images-provider-9s2nj 0/1 ContainerCreating 0 6s virt-api-665d554d8-qnrrt 0/1 ContainerCreating 0 9s virt-handler-4wdxq 0/1 ContainerCreating 0 3s virt-handler-zzqlt 0/1 ContainerCreating 0 3s + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n kube-system + cluster/kubectl.sh get pods -n kube-system NAME READY STATUS RESTARTS AGE disks-images-provider-9gffn 1/1 Running 0 40s disks-images-provider-9s2nj 1/1 Running 0 40s virt-api-665d554d8-qnrrt 1/1 Running 0 43s virt-api-665d554d8-t6hqj 1/1 Running 0 43s virt-controller-6f44f65757-4nznm 1/1 Running 0 43s virt-controller-6f44f65757-549t5 1/1 Running 0 43s virt-handler-4wdxq 1/1 Running 0 37s virt-handler-zzqlt 1/1 Running 0 37s + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n default --no-headers ++ cluster/kubectl.sh get pods -n default --no-headers ++ grep -v Running + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ cluster/kubectl.sh get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false + '[' -n '' ']' + kubectl get pods -n default + cluster/kubectl.sh get pods -n default NAME READY STATUS RESTARTS AGE docker-registry-1-gj7sd 1/1 Running 1 80d registry-console-1-zc6dz 1/1 Running 1 80d router-1-4r2sr 1/1 Running 1 80d + kubectl version + cluster/kubectl.sh version oc v3.9.0+ba7faec-1 kubernetes v1.9.1+a0ce1bc657 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://127.0.0.1:33811 openshift v3.9.0+ba7faec-1 kubernetes v1.9.1+a0ce1bc657 + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/junit.xml' + [[ -d /home/nfs/images/windows2016 ]] + [[ openshift-3.10-release =~ windows.* ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-openshift-3.10-release@2/junit.xml' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:d5aa71c720a7edd27f27c2eda1f786b8bdc2f178549e3ad0f6d3a52f2653cac3 go version go1.10 linux/amd64 go version go1.10 linux/amd64 Compiling tests... compiled tests.test hack/functests.sh Running Suite: Tests Suite ========================== Random Seed: 1533908351 Will run 142 of 142 specs S [SKIPPING] in Spec Setup (BeforeEach) [0.078 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to start a vmi [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:132 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.009 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to stop a running vmi [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:138 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.027 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:149 should have correct UUID /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:191 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.009 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:149 should have pod IP /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:207 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.024 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:225 should succeed to start a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:241 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.026 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:225 should succeed to stop a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:249 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1343 ------------------------------ • [SLOW TEST:17.538 seconds] VNC /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:37 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:48 with VNC connection /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:49 should allow accessing the VNC device /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:50 ------------------------------ •• ------------------------------ • [SLOW TEST:24.149 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should update VirtualMachine once VMIs are up /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:195 ------------------------------ •• ------------------------------ • Failure [265.800 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should recreate VirtualMachineInstance if it gets deleted [It] /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:245 Timed out after 240.000s. Expected : false to be true /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:262 ------------------------------ STEP: Starting the VirtualMachineInstance STEP: VMI has the running condition • [SLOW TEST:86.267 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should recreate VirtualMachineInstance if the VirtualMachineInstance's pod gets deleted /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:265 ------------------------------ • Failure [324.811 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should stop VirtualMachineInstance if running set to false [It] /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:325 Timed out after 300.000s. The vmi did not disappear Expected : false to be true /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:183 ------------------------------ STEP: Starting the VirtualMachineInstance STEP: VMI has the running condition STEP: Stopping the VirtualMachineInstance • Failure [394.090 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should start and stop VirtualMachineInstance multiple times [It] /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:333 Timed out after 300.000s. The vmi did not disappear Expected : false to be true /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:183 ------------------------------ STEP: Doing run: 0 STEP: Starting the VirtualMachineInstance STEP: VMI has the running condition STEP: Stopping the VirtualMachineInstance STEP: VMI has not the running condition STEP: Doing run: 1 STEP: Starting the VirtualMachineInstance STEP: VMI has the running condition STEP: Stopping the VirtualMachineInstance • Failure [326.794 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should not update the VirtualMachineInstance spec if Running [It] /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:346 Timed out after 300.000s. The vmi did not disappear Expected : false to be true /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:183 ------------------------------ STEP: Updating the VMI template spec STEP: Expecting the old VirtualMachineInstance spec still running STEP: Restarting the VMI STEP: Stopping the VirtualMachineInstance • [SLOW TEST:310.190 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should survive guest shutdown, multiple times /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:387 ------------------------------ • [SLOW TEST:23.721 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 Using virtctl interface /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:435 should start a VirtualMachineInstance once /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:436 ------------------------------ • [SLOW TEST:95.797 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 Using virtctl interface /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:435 should stop a VirtualMachineInstance once /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:467 ------------------------------ • ------------------------------ • [SLOW TEST:52.738 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:35 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:64 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a cirros image /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:66 should return that we are running cirros /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:67 ------------------------------ • [SLOW TEST:55.430 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:35 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:64 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 with a fedora image /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:76 should return that we are running fedora /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:77 ------------------------------ • [SLOW TEST:40.016 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:35 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:64 with a serial console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:65 should be able to reconnect to console multiple times /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:86 ------------------------------ • ------------------------------ • Failure in Spec Setup (BeforeEach) [234.102 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to implicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:363 should be able to reach /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the Inbound VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:13:00.298544Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmimh7wz-m797m" level=info timestamp=2018-08-10T14:13:13.827600Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmimh7wz-m797m" level=info timestamp=2018-08-10T14:13:13.909404Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:13:24.818461Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:16:53.367508Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmimh7wz kind=VirtualMachineInstance uid=7ce1d1a2-9ca7-11e8-8ce4-525500d15501 msg="Login: [{2 [ 0.576262] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 0.866378] ftrace: allocating 31920 entries in 125 pages\r\n[ 0.920063] smpboot: Max logical packages: 1\r\n[ 0.924053] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 0.936000] x2apic enabled\r\n[ 0.936055] Switched APIC routing to physical x2apic.\r\n[ 0.964000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 0.964000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 0.976175] Performance Events: AMD PMU driver.\r\n[ 0.984231] ... version: 0\r\n[ 0.988140] ... bit width: 48\r\n[ 0.992183] ... generic registers: 4\r\n[ 0.996130] ... value mask: 0000ffffffffffff\r\n[ 1.000118] ... max period: 00007fffffffffff\r\n[ 1.004051] ... fixed-purpose events: 0\r\n[ 1.008051] ... event mask: 000000000000000f\r\n[ 1.013571] x86: Booted up 1 node, 1 CPUs\r\n[ 1.016061] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.024338] devtmpfs: initialized\r\n[ 1.033116] evm: security.selinux\r\n[ 1.036061] evm: security.SMACK64\r\n[ 1.040052] evm: security.SMACK64EXEC\r\n[ 1.044050] evm: security.SMACK64TRANSMUTE\r\n[ 1.048049] evm: security.SMACK64MMAP\r\n[ 1.052049] evm: security.ima\r\n[ 1.056049] evm: security.capability\r\n[ 1.060360] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.064258] pinctrl core: initialized pinctrl subsystem\r\n[ 1.069606] RTC time: 14:13:38, date: 08/10/18\r\n[ 1.072581] NET: Registered protocol family 16\r\n[ 1.076382] cpuidle: using governor ladder\r\n[ 1.080061] cpuidle: using governor menu\r\n[ 1.084063] PCCT header not found.\r\n[ 1.098194] ACPI: bus type PCI registered\r\n[ 1.100055] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.105156] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.108062] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.112077] PCI: Using configuration type 1 for base access\r\n[ 1.118526] ACPI: Added _OSI(Module Device)\r\n[ 1.120056] ACPI: Added _OSI(Processor Device)\r\n[ 1.124059] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.128063] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.140344] ACPI: Interpreter enabled\r\n[ 1.144076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.156090] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.168230] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.172061] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.176176] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.186950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.188078] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.192272] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.196886] PCI host bridge to bus 0000:00\r\n[ 1.200078] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.204071] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.208073] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.212076] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.216130] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 1.504097] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 1.683947] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 1.727287] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 1.795168] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 1.869814] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 1.926180] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 1.934572] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 1.964546] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 1.980722] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 1.996695] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.012711] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.029156] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.046251] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.060725] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.076913] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.092364] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.104079] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.116286] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.128083] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.140207] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.152104] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.164270] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.176122] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.190079] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.192807] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.196000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.196067] vgaarb: loaded\r\n[ 2.200067] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.204751] SCSI subsystem initialized\r\n[ 2.208366] ACPI: bus type USB registered\r\n[ 2.212139] usbcore: registered new interface driver usbfs\r\n[ 2.216079] usbcore: registered new interface driver hub\r\n[ 2.220082] usbcore: registered new device driver usb\r\n[ 2.224986] PCI: Using ACPI for IRQ routing\r\n[ 3.231114] NetLabel: Initializing\r\n[ 3.232174] NetLabel: domain hash size = 128\r\n[ 3.236066] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 3.240625] NetLabel: unlabeled traffic allowed by default\r\n[ 3.245676] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 3.256055] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 3.264413] clocksource: Switched to clocksource kvm-clock\r\n[ 3.374282] AppArmor: AppArmor Filesystem Enabled\r\n[ 3.416879] pnp: PnP ACPI init\r\n[ 3.457107] pnp: PnP ACPI: found 4 devices\r\n[ 3.520833] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 3.674217] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 3.747480] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 3.818649] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 3.890022] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 3.935659] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 3.962504] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 3.990181] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.014830] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.050307] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.088643] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.130837] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.155550] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.516566] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.549106] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.599949] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 4.623166] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 4.653266] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 4.690937] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 4.741967] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 4.805003] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 4.899890] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 4.943690] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 4.990170] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 5.007415] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 5.042074] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 5.069090] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 5.114874] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 5.132508] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 5.160766] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 5.189131] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.240622] NET: Registered protocol family 2\r\n[ 5.256864] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.279203] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.299429] TCP: Hash tables configured (established 512 bind 512)\r\n[ 5.320451] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.339922] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.360580] NET: Registered protocol family 1\r\n[ 5.379797] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 5.412777] Trying to unpack rootfs image as initramfs...\r\n[ 5.578414] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 5.607224] Scanning for low memory corruption every 60 seconds\r\n[ 5.631865] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 5.666409] audit: initializing netlink subsys (disabled)\r\n[ 5.691338] audit: type=2000 audit(1533910416.803:1): initialized\r\n[ 5.717911] Initialise system trusted keyring\r\n[ 5.736851] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 5.759641] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 5.789939] zbud: loaded\r\n[ 5.804563] VFS: Disk quotas dquot_6.6.0\r\n[ 5.821431] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 5.848262] fuse init (API version 7.23)\r\n[ 5.870330] Key type big_key registered\r\n[ 5.894323] Allocating IMA MOK and blacklist keyrings.\r\n[ 5.935377] Key type asymmetric registered\r\n[ 5.964628] Asymmetric key parser 'x509' registered\r\n[ 5.999807] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 6.049526] io scheduler noop registered\r\n[ 6.078793] io scheduler deadline registered (default)\r\n[ 6.119471] io scheduler cfq registered\r\n[ 6.271580] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 6.310310] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.334476] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 6.356529] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.378012] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 6.400065] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.421306] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 6.442681] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.463772] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 6.484153] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.504408] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 6.534351] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 6.559325] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.606398] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.654658] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.701156] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.747845] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.901703] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.973269] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 7.000513] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 7.033044] ACPI: Power Button [PWRF]\r\n[ 7.052306] GHES: HEST is not enabled!\r\n[ 7.253199] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 7.479259] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 7.579234] Linux agpgart interface v0.103\r\n[ 7.645514] brd: module loaded\r\n[ 7.682334] loop: module loaded\r\n[ 7.712278] vda: vda1 vda15\r\n[ 7.739220] libphy: Fixed MDIO Bus: probed\r\n[ 7.760151] tun: Universal TUN/TAP device driver, 1.6\r\n[ 7.783589] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 7.820590] PPP generic driver version 2.4.2\r\n[ 7.843961] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 7.872326] ehci-pci: EHCI PCI platform driver\r\n[ 7.893935] ehci-platform: EHCI generic platform driver\r\n[ 7.917422] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 7.943583] ohci-pci: OHCI PCI platform driver\r\n[ 7.961347] ohci-platform: OHCI generic platform driver\r\n[ 7.981881] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 8.023216] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.045438] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 8.081300] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 8.122330] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 8.151049] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 8.185130] usb usb1: Product: xHCI Host Controller\r\n[ 8.205377] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 8.229298] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 8.287430] hub 1-0:1.0: USB hub found\r\n[ 8.350208] hub 1-0:1.0: 4 ports detected\r\n[ 8.395451] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.469384] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 8.850253] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 8.885823] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 8.913212] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 8.945246] usb usb2: Product: xHCI Host Controller\r\n[ 8.966240] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 8.991535] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 9.012915] hub 2-0:1.0: USB hub found\r\n[ 9.031169] hub 2-0:1.0: 4 ports detected\r\n[ 9.050901] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 9.093296] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 9.114040] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 9.142036] mousedev: PS/2 mouse device common for all mice\r\n[ 9.168910] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 9.205639] rtc_cmos 00:00: RTC can wake from S4\r\n[ 9.233359] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 9.257531] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 9.290402] hpet1: lost 1 rtc interrupts\r\n[ 9.318835] i2c /dev entries driver\r\n[ 9.335064] device-mapper: uevent: version 1.0.3\r\n[ 9.353644] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 9.386187] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 9.408983] NET: Registered protocol family 10\r\n[ 9.427219] NET: Registered protocol family 17\r\n[ 9.444874] Key type dns_resolver registered\r\n[ 9.462681] microcode: CPU0: patch_level=0x01000065\r\n[ 9.481967] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 9.518813] registered taskstats version 1\r\n[ 9.537940] Loading compiled-in X.509 certificates\r\n[ 9.562039] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 9.604460] zswap: loaded using pool lzo/zbud\r\n[ 9.630992] Key type trusted registered\r\n[ 9.653921] Key type encrypted registered\r\n[ 9.673192] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 9.697517] ima: No TPM chip found, activating TPM-bypass!\r\n[ 9.721883] evm: HMAC attrs: 0x1\r\n[ 9.750991] Magic number: 14:415:232\r\n[ 9.770399] rtc_cmos 00:00: setting system clock to 2018-08-10 14:13:49 UTC (1533910429)\r\n[ 9.809440] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 9.831474] EDD information not available.\r\n[ 9.855298] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 9.886414] Write protecting the kernel read-only data: 14336k\r\n[ 9.909942] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 9.941791] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 9.99\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 10.67\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 10.834926] random: dd urandom read with 13 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.KuOpnu'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.KuOpnu : -a /tmp/cirros-ds.a9JFdn/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.27...\r\nLease of 10.129.0.27 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.04s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRmSpD2PJLiqmX1ediUd+WL3mRU65v83pkQLk9aaLvjIPHQLrZz7RuBsgb4/u4qjhBpdmsb+p5+r4DLmoKYLjJH86RGD8tJ9OHR8WNHnjY3j7vwXZddLGdsRxfY4Br4K/3E5fASj0ZAUygshjPNC42lW/0wDbyLI3F0k9ZnIs2GP9nI1/kJWjgSSxduZI+1MOthLRneADouJLbrEVOzLL7gIu7g5C4pw0/H9GC/iGdqz9Plnv+Bf8RslDmntN5Tj3dMN3qwk3McJqitDAqM2LKnqV5u5fIZPpPzIB82nKbTag+R1FXdQu0aT4t5GNIx3w4uYUOmsZUoiTEQMbdgQVB root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBALqyasX2WARh2gQibda5LAhS4eyZCKrkl3eeHmdUL8laVFHkkqVhYmWQp0g9fWzq+aKdAn8iD3zEPOppmGx6daRB6xIDnFGqgzavr9f9+54PmjcojnUWAW6aJNaoTt1vk6T/h9P+O4dAPsK2ydJTE+/Q0Gb+V/zLhVAD/PhwVnWvAAAAFQCLyAWpIStVV1FFviR36MwH9xRo5QAAAIA3S1vB9qaxWZfoDcTOq1JOxYmMHaUBmgulWIl5KujmBxH1bYvBXR57Zgr4TY1jdvLjKR0fJaY5NLS3NYUuYizGhoGozDADmcZgsIB3fogEbDOwMaY/GYRSww+4wHTEJTGIWARYLWwfjG1V3Ncq9U5osI8R2xNPStgv0bUKe6juiQAAAIBVYhOv8i5PPHHgr2EgnoxFCOHgk3MFufBRlgfIud0+yvkepLao2xaIWp3dFKV3pVd7DD0MeqMqGfHAeXijP4V0UytViICfTVdfnsrfZuPNgKMieHNypbzPVpnmvV9c7tI3B3keRL6LWykIwX0dZyahCm9b+a7qkz7eE9c5yx1krg== root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.27,23,fe80::858:aff:fe81:1b/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.27 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmimh7wz.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=13.37 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [236.386 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to implicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:363 should be able to reach /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the internet /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:16:54.418889Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmiqz5k2-9bmph" level=info timestamp=2018-08-10T14:17:07.951139Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmiqz5k2-9bmph" level=info timestamp=2018-08-10T14:17:08.019812Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:17:18.849256Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:20:49.753808Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmiqz5k2 kind=VirtualMachineInstance uid=084eef26-9ca8-11e8-8ce4-525500d15501 msg="Login: [{2 der: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.016057] pid_max: default: 32768 minimum: 301\r\n[ 0.020153] ACPI: Core revision 20150930\r\n[ 0.025199] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.036125] Security Framework initialized\r\n[ 0.040053] Yama: becoming mindful.\r\n[ 0.044114] AppArmor: AppArmor initialized\r\n[ 0.048160] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.052251] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.056194] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.064110] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.068861] Initializing cgroup subsys io\r\n[ 0.072103] Initializing cgroup subsys memory\r\n[ 0.080084] Initializing cgroup subsys devices\r\n[ 0.084181] Initializing cgroup subsys freezer\r\n[ 0.088071] Initializing cgroup subsys net_cls\r\n[ 0.092064] Initializing cgroup subsys perf_event\r\n[ 0.096178] Initializing cgroup subsys net_prio\r\n[ 0.100059] Initializing cgroup subsys hugetlb\r\n[ 0.104088] Initializing cgroup subsys pids\r\n[ 0.114955] mce: CPU supports 10 MCE banks\r\n[ 0.122462] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.128085] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.754931] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.199531] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.224742] smpboot: Max logical packages: 1\r\n[ 1.228074] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.240489] x2apic enabled\r\n[ 1.244098] Switched APIC routing to physical x2apic.\r\n[ 1.279385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.280000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.292146] Performance Events: AMD PMU driver.\r\n[ 1.300121] ... version: 0\r\n[ 1.304064] ... bit width: 48\r\n[ 1.308076] ... generic registers: 4\r\n[ 1.312083] ... value mask: 0000ffffffffffff\r\n[ 1.316068] ... max period: 00007fffffffffff\r\n[ 1.320086] ... fixed-purpose events: 0\r\n[ 1.324071] ... event mask: 000000000000000f\r\n[ 1.331024] x86: Booted up 1 node, 1 CPUs\r\n[ 1.332090] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.340687] devtmpfs: initialized\r\n[ 1.349452] evm: security.selinux\r\n[ 1.352064] evm: security.SMACK64\r\n[ 1.356066] evm: security.SMACK64EXEC\r\n[ 1.360066] evm: security.SMACK64TRANSMUTE\r\n[ 1.364074] evm: security.SMACK64MMAP\r\n[ 1.368067] evm: security.ima\r\n[ 1.372065] evm: security.capability\r\n[ 1.376554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.380492] pinctrl core: initialized pinctrl subsystem\r\n[ 1.385913] RTC time: 14:17:34, date: 08/10/18\r\n[ 1.388797] NET: Registered protocol family 16\r\n[ 1.392645] cpuidle: using governor ladder\r\n[ 1.396088] cpuidle: using governor menu\r\n[ 1.400078] PCCT header not found.\r\n[ 1.414523] ACPI: bus type PCI registered\r\n[ 1.416124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.421664] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.424080] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.428084] PCI: Using configuration type 1 for base access\r\n[ 1.436355] ACPI: Added _OSI(Module Device)\r\n[ 1.440061] ACPI: Added _OSI(Processor Device)\r\n[ 1.444055] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.448054] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.460351] ACPI: Interpreter enabled\r\n[ 1.464109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.476132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.488194] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.492054] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.496266] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.507101] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.508090] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.512292] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.516855] PCI host bridge to bus 0000:00\r\n[ 1.520076] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.524091] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.528090] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.532092] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.536135] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 1.806385] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 1.966595] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 2.010584] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.083115] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.155282] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.204696] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.214759] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.244754] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.260821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.276824] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.293030] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.308772] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.324846] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.340762] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.356768] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.376506] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.388120] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.400261] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.412105] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.424213] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.436118] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.448197] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.460109] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.473550] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.476929] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.480000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.480090] vgaarb: loaded\r\n[ 2.484064] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.489050] SCSI subsystem initialized\r\n[ 2.492426] ACPI: bus type USB registered\r\n[ 2.496269] usbcore: registered new interface driver usbfs\r\n[ 2.500086] usbcore: registered new interface driver hub\r\n[ 2.504127] usbcore: registered new device driver usb\r\n[ 2.509354] PCI: Using ACPI for IRQ routing\r\n[ 3.791874] NetLabel: Initializing\r\n[ 3.792169] NetLabel: domain hash size = 128\r\n[ 3.796171] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 3.800531] NetLabel: unlabeled traffic allowed by default\r\n[ 3.805550] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 3.824131] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 3.838540] clocksource: Switched to clocksource kvm-clock\r\n[ 3.967759] AppArmor: AppArmor Filesystem Enabled\r\n[ 4.021756] pnp: PnP ACPI init\r\n[ 4.079986] pnp: PnP ACPI: found 4 devices\r\n[ 4.185002] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 4.276346] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 4.308666] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 4.338618] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 4.366022] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 4.396227] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 4.425631] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.455656] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.478408] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.522213] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.575209] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.626076] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.651221] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.689234] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.729293] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.780603] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 4.803879] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 4.843432] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 4.884370] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 4.939668] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 4.964751] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 5.018456] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 5.058004] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 5.109077] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 5.131834] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 5.169524] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 5.205909] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 5.255942] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 5.283538] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 5.324301] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 5.360293] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.419018] NET: Registered protocol family 2\r\n[ 5.444500] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.481171] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.509893] TCP: Hash tables configured (established 512 bind 512)\r\n[ 5.537485] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.568977] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.600226] NET: Registered protocol family 1\r\n[ 5.626877] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 5.669207] Trying to unpack rootfs image as initramfs...\r\n[ 5.883238] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 5.917019] Scanning for low memory corruption every 60 seconds\r\n[ 5.946899] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 5.990982] audit: initializing netlink subsys (disabled)\r\n[ 6.016299] audit: type=2000 audit(1533910651.856:1): initialized\r\n[ 6.047692] Initialise system trusted keyring\r\n[ 6.067315] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 6.096821] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 6.133936] zbud: loaded\r\n[ 6.148678] VFS: Disk quotas dquot_6.6.0\r\n[ 6.168678] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 6.201510] fuse init (API version 7.23)\r\n[ 6.221280] Key type big_key registered\r\n[ 6.240233] Allocating IMA MOK and blacklist keyrings.\r\n[ 6.270249] Key type asymmetric registered\r\n[ 6.288877] Asymmetric key parser 'x509' registered\r\n[ 6.316396] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 6.358127] io scheduler noop registered\r\n[ 6.380696] io scheduler deadline registered (default)\r\n[ 6.411000] io scheduler cfq registered\r\n[ 6.591676] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 6.626021] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.658743] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 6.694215] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.743600] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 6.787572] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.822587] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 6.858517] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.893665] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 6.931106] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.976255] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 7.008719] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 7.042906] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.104282] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.170122] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.225579] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.280746] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.335330] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.390695] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 7.421577] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 7.458009] ACPI: Power Button [PWRF]\r\n[ 7.480323] GHES: HEST is not enabled!\r\n[ 7.581530] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 7.693949] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 7.757415] Linux agpgart interface v0.103\r\n[ 7.788633] brd: module loaded\r\n[ 7.810461] loop: module loaded\r\n[ 7.846110] vda: vda1 vda15\r\n[ 7.877476] libphy: Fixed MDIO Bus: probed\r\n[ 7.897549] tun: Universal TUN/TAP device driver, 1.6\r\n[ 7.926615] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 7.973702] PPP generic driver version 2.4.2\r\n[ 8.033710] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 8.093390] ehci-pci: EHCI PCI platform driver\r\n[ 8.172526] ehci-platform: EHCI generic platform driver\r\n[ 8.346483] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 8.386346] ohci-pci: OHCI PCI platform driver\r\n[ 8.421567] ohci-platform: OHCI generic platform driver\r\n[ 8.462003] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 8.581615] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.634975] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 8.709290] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 8.784956] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 8.842568] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 8.907622] usb usb1: Product: xHCI Host Controller\r\n[ 8.945271] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 8.983383] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 9.014640] hub 1-0:1.0: USB hub found\r\n[ 9.046847] hub 1-0:1.0: 4 ports detected\r\n[ 9.078323] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.111911] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 9.461052] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 9.536852] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 9.585595] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.629960] usb usb2: Product: xHCI Host Controller\r\n[ 9.661134] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 9.701587] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 9.728947] hub 2-0:1.0: USB hub found\r\n[ 9.749762] hub 2-0:1.0: 4 ports detected\r\n[ 9.773402] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 9.817650] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 9.840661] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 9.864363] mousedev: PS/2 mouse device common for all mice\r\n[ 9.897236] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 9.943149] rtc_cmos 00:00: RTC can wake from S4\r\n[ 9.975323] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 10.009491] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 10.050606] hpet1: lost 1 rtc interrupts\r\n[ 10.073859] i2c /dev entries driver\r\n[ 10.093738] device-mapper: uevent: version 1.0.3\r\n[ 10.124985] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 10.174160] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 10.208625] NET: Registered protocol family 10\r\n[ 10.242222] NET: Registered protocol family 17\r\n[ 10.271970] Key type dns_resolver registered\r\n[ 10.294486] microcode: CPU0: patch_level=0x01000065\r\n[ 10.320368] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 10.358849] registered taskstats version 1\r\n[ 10.382068] Loading compiled-in X.509 certificates\r\n[ 10.403695] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 10.444965] zswap: loaded using pool lzo/zbud\r\n[ 10.472955] Key type trusted registered\r\n[ 10.498652] Key type encrypted registered\r\n[ 10.522942] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 10.552214] ima: No TPM chip found, activating TPM-bypass!\r\n[ 10.579248] evm: HMAC attrs: 0x1\r\n[ 10.616934] Magic number: 14:965:282\r\n[ 10.636172] tty tty19: hash matches\r\n[ 10.657383] rtc_cmos 00:00: setting system clock to 2018-08-10 14:17:46 UTC (1533910666)\r\n[ 10.698234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 10.725325] EDD information not available.\r\n[ 10.749874] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 10.783650] Write protecting the kernel read-only data: 14336k\r\n[ 10.809618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 10.845942] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 10.90\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 11.79\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 12.153641] random: dd urandom read with 14 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.ULHCsN'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.ULHCsN : -a /tmp/cirros-ds.ENRbfX/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.28...\r\nLease of 10.129.0.28 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.02s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCASreX1aAQ2KIj2G66PMbfDCu9eRIgfetuVaYo9SCOZIM7Q+dz8QepRCQe3wZsei4kjflg1zlTJyzOD/9MRw9a0DIsl6IKKo7rW1ZOqaBRGG2+6oCtcI0VaCBfTWIwp5waueOBOD1Jr2OnPU7Mmi77vEi8w5341uUKG1gXbVs4FIYZInWCLroEpyySzWOpfb/S1egxKl1+XN3fT+rpTQTODHGyl04RiqmOObnhqniIfPL3X/t4ngCTA0xgrMQhSVImfUx7ruCPzuLA9hhFKOcJTnf5xvQCd0bjCUR1XAHcZ0KIxX2ELqOwrz2JLz+tE1dICR7sIhWnxl7/y78J9zoJ root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAIn5TRfyZ++CEBdfVVjnR0GVAQ/zN89del5+lCMTRUwJ2DNHv7Iv2uGyB9TBiQ/hNkfFHqMMYyDFCB8dYTfe/j4nVWbnVy5AbUvH8297MjLr63N/GDUJUytop9n/T6N2d2jXhMfHD2jUHtXeUdMgkev53mDSxQIyzOYIRUyG0TRLAAAAFQC5jaoR7r02T5hVnfP5yiNDBo6a/QAAAIA3cNyMrBdSWb5WPSdM3V85A83FKfOG/mBwiO81l7ZXQLPRlCNEES9CtxHOIPC+RCgMOJj6vo0KGwgurPL1dyrqLPqda0z3g/8Y/bI5zQ63hxU0IpEWZy8md/lcjwNmwpUeU+GDG8R/AZKoEFGSVTAUq80xlg9OX1GmIGL+QNIzFwAAAIBCDmizijaMwLhOo2OVqGoPZ6GdNvaA5nPBktSfR+SOI9k26s51HHLvbqfxoiJGrxSUmYND10il2L953unX7LQVwL1tb+x4P0YPIaZQ+NKXfqBCvKK8VqZdexKPn81ybybjRDK1enN4iiYOAxydBVaFtd02PsJLis6d1kt72VTSLA== root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.28,23,fe80::858:aff:fe81:1c/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.28 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmiqz5k2.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=14.02 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [243.697 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to implicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:363 should be reachable via the propagated IP from a Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on the same node from Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:20:50.622437Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmicqwkm-pmxnc" level=info timestamp=2018-08-10T14:21:03.322564Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmicqwkm-pmxnc" level=info timestamp=2018-08-10T14:21:03.445757Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:21:14.153031Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:24:53.451116Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmicqwkm kind=VirtualMachineInstance uid=95252a98-9ca8-11e8-8ce4-525500d15501 msg="Login: [{2 0.000000] ACPI: FACP 0x0000000003DE1EB7 0000F4 (v03 BOCHS BXPCFACP 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: DSDT 0x0000000003DE0040 001E77 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: FACS 0x0000000003DE0000 000040\r\n[ 0.000000] ACPI: APIC 0x0000000003DE1FAB 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: HPET 0x0000000003DE2023 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: MCFG 0x0000000003DE205B 00003C (v01 BOCHS BXPCMCFG 00000001 BXPC 00000001)\r\n[ 0.000000] No NUMA configuration found\r\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000003ddbfff]\r\n[ 0.000000] NODE_DATA(0) allocated [mem 0x03dd7000-0x03ddbfff]\r\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\r\n[ 0.000000] kvm-clock: cpu 0, msr 0:3dd3001, primary cpu clock\r\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\r\n[ 0.000000] Zone ranges:\r\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\r\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000003ddbfff]\r\n[ 0.000000] Normal empty\r\n[ 0.000000] Device empty\r\n[ 0.000000] Movable zone start for each node\r\n[ 0.000000] Early memory node ranges\r\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\r\n[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000003ddbfff]\r\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000003ddbfff]\r\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\r\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\r\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\r\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\r\n[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000\r\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\r\n[ 0.000000] e820: [mem 0x03e00000-0xafffffff] available for PCI devices\r\n[ 0.000000] Booting paravirtualized kernel on KVM\r\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\r\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\r\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff880003600000 s98008 r8192 d28968 u2097152\r\n[ 0.000000] KVM setup async PF for cpu 0\r\n[ 0.000000] kvm-stealtime: cpu 0, msr 360d940\r\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 15469\r\n[ 0.000000] Policy zone: DMA32\r\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.016058] pid_max: default: 32768 minimum: 301\r\n[ 0.024087] ACPI: Core revision 20150930\r\n[ 0.032666] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.044133] Security Framework initialized\r\n[ 0.052063] Yama: becoming mindful.\r\n[ 0.056125] AppArmor: AppArmor initialized\r\n[ 0.060140] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.064227] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.068155] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.072155] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.076709] Initializing cgroup subsys io\r\n[ 0.080079] Initializing cgroup subsys memory\r\n[ 0.084116] Initializing cgroup subsys devices\r\n[ 0.088076] Initializing cgroup subsys freezer\r\n[ 0.092102] Initializing cgroup subsys net_cls\r\n[ 0.096074] Initializing cgroup subsys perf_event\r\n[ 0.104110] Initializing cgroup subsys net_prio\r\n[ 0.108077] Initializing cgroup subsys hugetlb\r\n[ 0.112141] Initializing cgroup subsys pids\r\n[ 0.123125] mce: CPU supports 10 MCE banks\r\n[ 0.128353] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.132060] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.884326] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.376073] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.408107] smpboot: Max logical packages: 1\r\n[ 1.412097] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.423076] x2apic enabled\r\n[ 1.424057] Switched APIC routing to physical x2apic.\r\n[ 1.464000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.464000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.476075] Performance Events: AMD PMU driver.\r\n[ 1.484228] ... version: 0\r\n[ 1.488133] ... bit width: 48\r\n[ 1.492158] ... generic registers: 4\r\n[ 1.496143] ... value mask: 0000ffffffffffff\r\n[ 1.500103] ... max period: 00007fffffffffff\r\n[ 1.504159] ... fixed-purpose events: 0\r\n[ 1.508053] ... event mask: 000000000000000f\r\n[ 1.513705] x86: Booted up 1 node, 1 CPUs\r\n[ 1.516117] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.524278] devtmpfs: initialized\r\n[ 1.534403] evm: security.selinux\r\n[ 1.536084] evm: security.SMACK64\r\n[ 1.540075] evm: security.SMACK64EXEC\r\n[ 1.544049] evm: security.SMACK64TRANSMUTE\r\n[ 1.548054] evm: security.SMACK64MMAP\r\n[ 1.552049] evm: security.ima\r\n[ 1.556080] evm: security.capability\r\n[ 1.563298] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.564334] pinctrl core: initialized pinctrl subsystem\r\n[ 1.569674] RTC time: 14:21:31, date: 08/10/18\r\n[ 1.572644] NET: Registered protocol family 16\r\n[ 1.576485] cpuidle: using governor ladder\r\n[ 1.580068] cpuidle: using governor menu\r\n[ 1.584066] PCCT header not found.\r\n[ 1.605555] ACPI: bus type PCI registered\r\n[ 1.608057] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.613999] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.616177] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.620422] PCI: Using configuration type 1 for base access\r\n[ 1.633878] ACPI: Added _OSI(Module Device)\r\n[ 1.636297] ACPI: Added _OSI(Processor Device)\r\n[ 1.640120] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.644063] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.660463] ACPI: Interpreter enabled\r\n[ 1.664117] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.676064] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.689290] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.692162] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.696345] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.710818] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.712125] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.716233] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.720856] PCI host bridge to bus 0000:00\r\n[ 1.724060] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.728059] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.732182] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.736142] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.740160] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 2.058658] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 2.239797] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 2.296000] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.376073] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.450638] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.501611] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.514558] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.554555] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.568769] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.584702] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.604888] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.620788] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.636769] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.653142] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.669811] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.684789] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.696079] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.708350] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.720170] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.732204] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.744119] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.756232] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.768115] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.788721] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.793389] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.796000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.796064] vgaarb: loaded\r\n[ 2.800068] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.804858] SCSI subsystem initialized\r\n[ 2.808399] ACPI: bus type USB registered\r\n[ 2.812156] usbcore: registered new interface driver usbfs\r\n[ 2.816110] usbcore: registered new interface driver hub\r\n[ 2.820121] usbcore: registered new device driver usb\r\n[ 2.825222] PCI: Using ACPI for IRQ routing\r\n[ 4.425282] NetLabel: Initializing\r\n[ 4.428077] NetLabel: domain hash size = 128\r\n[ 4.432082] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 4.436254] NetLabel: unlabeled traffic allowed by default\r\n[ 4.441083] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 4.456057] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 4.467300] clocksource: Switched to clocksource kvm-clock\r\n[ 4.532562] AppArmor: AppArmor Filesystem Enabled\r\n[ 4.561200] pnp: PnP ACPI init\r\n[ 4.585505] pnp: PnP ACPI: found 4 devices\r\n[ 4.978711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 5.085725] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 5.123585] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 5.157424] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 5.188698] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 5.219022] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 5.245730] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 5.275203] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 5.301771] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 5.344435] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 5.384292] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 5.441725] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 5.464649] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 5.500669] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 5.539376] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 5.596432] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 5.624590] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 5.667824] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 5.710851] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 5.772353] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 5.799481] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 5.839318] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 5.881814] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 5.938933] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 5.971876] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 6.016296] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 6.077686] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 6.270630] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 6.374337] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 6.538883] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 6.645933] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 6.819864] NET: Registered protocol family 2\r\n[ 6.870813] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 6.932552] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 6.993141] TCP: Hash tables configured (established 512 bind 512)\r\n[ 7.078486] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 7.158052] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 7.197083] NET: Registered protocol family 1\r\n[ 7.225045] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 7.267698] Trying to unpack rootfs image as initramfs...\r\n[ 7.451102] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 7.493997] Scanning for low memory corruption every 60 seconds\r\n[ 7.532734] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 7.567665] audit: initializing netlink subsys (disabled)\r\n[ 7.592789] audit: type=2000 audit(1533910889.888:1): initialized\r\n[ 7.622602] Initialise system trusted keyring\r\n[ 7.650981] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 7.692601] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 7.739621] zbud: loaded\r\n[ 7.761653] VFS: Disk quotas dquot_6.6.0\r\n[ 7.790973] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 7.838415] fuse init (API version 7.23)\r\n[ 7.869110] Key type big_key registered\r\n[ 7.896838] Allocating IMA MOK and blacklist keyrings.\r\n[ 7.933353] Key type asymmetric registered\r\n[ 7.965375] Asymmetric key parser 'x509' registered\r\n[ 7.999834] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 8.049401] io scheduler noop registered\r\n[ 8.071068] io scheduler deadline registered (default)\r\n[ 8.108365] io scheduler cfq registered\r\n[ 8.445874] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 8.496589] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.546122] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 8.602760] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.649197] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 8.686628] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.733532] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 8.770299] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.805122] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 8.837105] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.870756] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 8.903304] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 8.936377] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.993018] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.059398] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.126716] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.189758] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.326320] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.515415] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 9.611930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 9.746407] ACPI: Power Button [PWRF]\r\n[ 9.814770] GHES: HEST is not enabled!\r\n[ 10.103713] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 10.430576] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 10.511708] Linux agpgart interface v0.103\r\n[ 10.615655] brd: module loaded\r\n[ 10.682038] loop: module loaded\r\n[ 10.810616] vda: vda1 vda15\r\n[ 10.904000] libphy: Fixed MDIO Bus: probed\r\n[ 10.946361] tun: Universal TUN/TAP device driver, 1.6\r\n[ 10.973330] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 11.023304] PPP generic driver version 2.4.2\r\n[ 11.068503] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 11.107453] ehci-pci: EHCI PCI platform driver\r\n[ 11.127990] ehci-platform: EHCI generic platform driver\r\n[ 11.193542] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 11.229552] ohci-pci: OHCI PCI platform driver\r\n[ 11.263163] ohci-platform: OHCI generic platform driver\r\n[ 11.299527] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 11.326080] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 11.351439] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 11.383733] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 11.425108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 11.446956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 11.478716] usb usb1: Product: xHCI Host Controller\r\n[ 11.502917] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 11.529320] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 11.551896] hub 1-0:1.0: USB hub found\r\n[ 11.569300] hub 1-0:1.0: 4 ports detected\r\n[ 11.586911] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 11.620847] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 11.886778] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 11.925562] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 11.947436] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 11.972342] usb usb2: Product: xHCI Host Controller\r\n[ 11.988294] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 12.021795] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 12.052633] hub 2-0:1.0: USB hub found\r\n[ 12.070011] hub 2-0:1.0: 4 ports detected\r\n[ 12.096655] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 12.144730] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 12.188370] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 12.263698] mousedev: PS/2 mouse device common for all mice\r\n[ 12.339000] rtc_cmos 00:00: RTC can wake from S4\r\n[ 12.410062] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 12.474022] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 12.547449] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 12.657502] hpet1: lost 6 rtc interrupts\r\n[ 12.730447] i2c /dev entries driver\r\n[ 12.785657] device-mapper: uevent: version 1.0.3\r\n[ 12.863641] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 12.953498] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 13.043733] NET: Registered protocol family 10\r\n[ 13.113677] NET: Registered protocol family 17\r\n[ 13.177781] Key type dns_resolver registered\r\n[ 13.200428] microcode: CPU0: patch_level=0x01000065\r\n[ 13.225704] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 13.267715] registered taskstats version 1\r\n[ 13.290436] Loading compiled-in X.509 certificates\r\n[ 13.314620] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 13.362456] zswap: loaded using pool lzo/zbud\r\n[ 13.393791] Key type trusted registered\r\n[ 13.419995] Key type encrypted registered\r\n[ 13.442353] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 13.470491] ima: No TPM chip found, activating TPM-bypass!\r\n[ 13.498407] evm: HMAC attrs: 0x1\r\n[ 13.530558] Magic number: 14:71:384\r\n[ 13.552690] usb usb2: hash matches\r\n[ 13.573764] rtc_cmos 00:00: setting system clock to 2018-08-10 14:21:47 UTC (1533910907)\r\n[ 13.615185] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 13.644368] EDD information not available.\r\n[ 13.673380] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 13.713850] Write protecting the kernel read-only data: 14336k\r\n[ 13.753770] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 13.786103] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 13.84\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 15.62\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 16.022699] random: dd urandom read with 14 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.CTxs0I'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.CTxs0I : -a /tmp/cirros-ds.r78zRr/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.31...\r\nLease of 10.129.0.31 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.03s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCLaXL4YrncfcowYRdOh3BFYwTXq9kz/Beq43IYF5x6ZdUmiBEgDuWd7MSNoh5xGT+Ri3csgu5Qu9ZvTdm0IbEXpl44ccpocv/kQzuMAb9VvZQKl/kS6VNWB+W83YZQsKhloqb2giiM29zwe3DZHMNIkZZpakjBFwgZJXZ7+5y34cU6a02qYvc9DKI4PH3mpXLU8i5xd/tu99GS9zWiGdjdiDgrQhgZiEYdVCbRTF0Jj05qj5dgVXKDZbZQzp1z0TOzkYk2EwAl1CFC1AdPa1B8tVNjO6/aIPFsx1gxhripRVVvAqBHQYwPfoZHTqNHA7Fpao7sIB6FL2jDiL1RN8hf root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBALnKC/ehNcbly+W1a1w2DsI+6EifFS1SvSQMq8hkL9QgfCS64fribDfJbCXLkNAUh7EQk9Lp+NCbSufVVgvPtG1MtX9nswqKhKJrja+/KZEgz2cbvB/AYhcEi3fr9jhfkQnIxBsJVxKygKr0nj6RhxZLd8VB1+1gSb9KWl2r1zXhAAAAFQCsx+sdPzGMa6IqLeG1EbNsntMbYQAAAIAnbJJA7HnTUXDgrPvkmq8Xt04+CUB9UnSX4OgZY61Z/vCwjdfSqgtqP4kfzBvVyoP+meis/GXoOxmCu10O0SZraMQUuKkYHc8ZYNmVo9T0qJhwncVXt4w291HnuCV9QDw818lewt+myCkDbd9e8UP7aJF0A1lTNb5Rg7afN7VNngAAAIEAuchSpbClzG+D2hhUSAyEIgr7OWeuq4uPGUAsgYRwyuCPMjrYBoNyGiDCzc8E8QxBGTgzrowplwmZFH362UIXNAMMdDCPEKqpqgR1lFoBHHgyGVrQWD/Nvj4AD12xFV1lCtJh4ILhSNerjp4s+SKLmVMaLTQOxwX0pfbDxvAIjC0= root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.31,23,fe80::858:aff:fe81:1f/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.31 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmicqwkm.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=18.47 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [238.446 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to implicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:363 should be reachable via the propagated IP from a Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on a different node from Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:24:54.189357Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmi7bdjx-45rrs" level=info timestamp=2018-08-10T14:25:08.401577Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi7bdjx-45rrs" level=info timestamp=2018-08-10T14:25:08.516410Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:25:19.321519Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:28:51.897547Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmi7bdjx kind=VirtualMachineInstance uid=2657bd59-9ca9-11e8-8ce4-525500d15501 msg="Login: [{2 US:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\r\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff880003600000 s98008 r8192 d28968 u2097152\r\n[ 0.000000] KVM setup async PF for cpu 0\r\n[ 0.000000] kvm-stealtime: cpu 0, msr 360d940\r\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 15469\r\n[ 0.000000] Policy zone: DMA32\r\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.016049] pid_max: default: 32768 minimum: 301\r\n[ 0.020071] ACPI: Core revision 20150930\r\n[ 0.034999] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.052414] Security Framework initialized\r\n[ 0.056236] Yama: becoming mindful.\r\n[ 0.060666] AppArmor: AppArmor initialized\r\n[ 0.064200] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.068244] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.072281] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.076085] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.081200] Initializing cgroup subsys io\r\n[ 0.084112] Initializing cgroup subsys memory\r\n[ 0.088133] Initializing cgroup subsys devices\r\n[ 0.092081] Initializing cgroup subsys freezer\r\n[ 0.096103] Initializing cgroup subsys net_cls\r\n[ 0.104073] Initializing cgroup subsys perf_event\r\n[ 0.108158] Initializing cgroup subsys net_prio\r\n[ 0.112068] Initializing cgroup subsys hugetlb\r\n[ 0.116077] Initializing cgroup subsys pids\r\n[ 0.126346] mce: CPU supports 10 MCE banks\r\n[ 0.133290] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.136105] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.755375] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.158919] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.176735] smpboot: Max logical packages: 1\r\n[ 1.180080] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.190643] x2apic enabled\r\n[ 1.192067] Switched APIC routing to physical x2apic.\r\n[ 1.228000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.228000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.240097] Performance Events: AMD PMU driver.\r\n[ 1.248104] ... version: 0\r\n[ 1.252093] ... bit width: 48\r\n[ 1.256062] ... generic registers: 4\r\n[ 1.260086] ... value mask: 0000ffffffffffff\r\n[ 1.264065] ... max period: 00007fffffffffff\r\n[ 1.268060] ... fixed-purpose events: 0\r\n[ 1.272058] ... event mask: 000000000000000f\r\n[ 1.280920] x86: Booted up 1 node, 1 CPUs\r\n[ 1.284104] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.292511] devtmpfs: initialized\r\n[ 1.302414] evm: security.selinux\r\n[ 1.304087] evm: security.SMACK64\r\n[ 1.308071] evm: security.SMACK64EXEC\r\n[ 1.312056] evm: security.SMACK64TRANSMUTE\r\n[ 1.316057] evm: security.SMACK64MMAP\r\n[ 1.320088] evm: security.ima\r\n[ 1.324075] evm: security.capability\r\n[ 1.329183] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.332610] pinctrl core: initialized pinctrl subsystem\r\n[ 1.340162] RTC time: 14:25:34, date: 08/10/18\r\n[ 1.346520] NET: Registered protocol family 16\r\n[ 1.349583] cpuidle: using governor ladder\r\n[ 1.352159] cpuidle: using governor menu\r\n[ 1.356100] PCCT header not found.\r\n[ 1.371887] ACPI: bus type PCI registered\r\n[ 1.372098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.377566] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.380084] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.384068] PCI: Using configuration type 1 for base access\r\n[ 1.391245] ACPI: Added _OSI(Module Device)\r\n[ 1.392075] ACPI: Added _OSI(Processor Device)\r\n[ 1.396058] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.400065] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.412312] ACPI: Interpreter enabled\r\n[ 1.416089] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.428067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.440084] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.444084] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.448156] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.459711] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.460085] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.464428] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.468948] PCI host bridge to bus 0000:00\r\n[ 1.472095] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.476076] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.480081] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.484083] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.488081] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 1.762072] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 1.926474] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 1.974777] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.047940] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.118307] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.172596] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.185192] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.216756] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.232852] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.248758] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.264806] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.280835] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.296777] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.312842] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.328808] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.344465] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.356101] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.368215] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.380181] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.392258] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.404181] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.416194] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.428104] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.443887] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.444684] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.448000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.448068] vgaarb: loaded\r\n[ 2.452062] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.456926] SCSI subsystem initialized\r\n[ 2.460478] ACPI: bus type USB registered\r\n[ 2.464184] usbcore: registered new interface driver usbfs\r\n[ 2.468132] usbcore: registered new interface driver hub\r\n[ 2.472134] usbcore: registered new device driver usb\r\n[ 2.477338] PCI: Using ACPI for IRQ routing\r\n[ 3.570498] NetLabel: Initializing\r\n[ 3.572059] NetLabel: domain hash size = 128\r\n[ 3.576078] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 3.580306] NetLabel: unlabeled traffic allowed by default\r\n[ 3.584730] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 3.596057] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 3.608215] clocksource: Switched to clocksource kvm-clock\r\n[ 3.684574] AppArmor: AppArmor Filesystem Enabled\r\n[ 3.716520] pnp: PnP ACPI init\r\n[ 3.742784] pnp: PnP ACPI: found 4 devices\r\n[ 3.801841] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 3.893647] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 3.919259] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 3.947777] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 3.975150] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 4.003954] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 4.031628] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.063611] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.087726] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.124258] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.169630] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.220543] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.248774] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.294003] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.338917] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.390304] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 4.413250] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 4.449861] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 4.488369] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 4.539493] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 4.567445] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 4.603991] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 4.638101] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 4.684245] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 4.708886] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 4.756323] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 4.800982] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 4.854487] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 4.883401] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 4.923455] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 4.960379] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.012237] NET: Registered protocol family 2\r\n[ 5.036986] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.069854] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.101084] TCP: Hash tables configured (established 512 bind 512)\r\n[ 5.131411] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.158295] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.187404] NET: Registered protocol family 1\r\n[ 5.212566] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 5.251557] Trying to unpack rootfs image as initramfs...\r\n[ 5.426379] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 5.468758] Scanning for low memory corruption every 60 seconds\r\n[ 5.505387] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 5.535842] audit: initializing netlink subsys (disabled)\r\n[ 5.567977] audit: type=2000 audit(1533911132.513:1): initialized\r\n[ 5.600560] Initialise system trusted keyring\r\n[ 5.626619] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 5.659652] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 5.697843] zbud: loaded\r\n[ 5.715233] VFS: Disk quotas dquot_6.6.0\r\n[ 5.740728] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 5.782590] fuse init (API version 7.23)\r\n[ 5.810780] Key type big_key registered\r\n[ 5.833102] Allocating IMA MOK and blacklist keyrings.\r\n[ 5.864486] Key type asymmetric registered\r\n[ 5.888238] Asymmetric key parser 'x509' registered\r\n[ 5.909741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 5.940469] io scheduler noop registered\r\n[ 5.960216] io scheduler deadline registered (default)\r\n[ 5.981462] io scheduler cfq registered\r\n[ 6.138526] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 6.174185] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.205770] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 6.239062] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.272890] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 6.304938] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.336717] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 6.362411] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.388434] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 6.416354] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.446735] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 6.483149] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 6.509326] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.565085] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.619830] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.681292] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.753893] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.805767] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 6.861322] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 6.890527] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 6.922535] ACPI: Power Button [PWRF]\r\n[ 6.941433] GHES: HEST is not enabled!\r\n[ 7.029444] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 7.127683] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 7.168273] Linux agpgart interface v0.103\r\n[ 7.195453] brd: module loaded\r\n[ 7.214350] loop: module loaded\r\n[ 7.255585] vda: vda1 vda15\r\n[ 7.278492] libphy: Fixed MDIO Bus: probed\r\n[ 7.300147] tun: Universal TUN/TAP device driver, 1.6\r\n[ 7.335267] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 7.381628] PPP generic driver version 2.4.2\r\n[ 7.410700] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 7.445846] ehci-pci: EHCI PCI platform driver\r\n[ 7.488653] ehci-platform: EHCI generic platform driver\r\n[ 7.515522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 7.543699] ohci-pci: OHCI PCI platform driver\r\n[ 7.566102] ohci-platform: OHCI generic platform driver\r\n[ 7.598653] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 7.640515] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 7.672575] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 7.718518] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 7.771491] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 7.811249] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 7.847910] usb usb1: Product: xHCI Host Controller\r\n[ 7.870128] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 7.898975] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 7.944971] hub 1-0:1.0: USB hub found\r\n[ 7.963297] hub 1-0:1.0: 4 ports detected\r\n[ 7.980488] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.005264] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 8.297635] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 8.342767] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 8.378716] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 8.424409] usb usb2: Product: xHCI Host Controller\r\n[ 8.450568] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 8.484884] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 8.512281] hub 2-0:1.0: USB hub found\r\n[ 8.533220] hub 2-0:1.0: 4 ports detected\r\n[ 8.556421] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 8.615328] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 8.659775] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 8.682825] mousedev: PS/2 mouse device common for all mice\r\n[ 8.717788] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 8.762219] rtc_cmos 00:00: RTC can wake from S4\r\n[ 8.797461] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 8.837553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 8.879949] hpet1: lost 1 rtc interrupts\r\n[ 8.899559] i2c /dev entries driver\r\n[ 8.921820] device-mapper: uevent: version 1.0.3\r\n[ 8.943519] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 8.991140] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 9.021885] NET: Registered protocol family 10\r\n[ 9.050884] NET: Registered protocol family 17\r\n[ 9.078499] Key type dns_resolver registered\r\n[ 9.101975] microcode: CPU0: patch_level=0x01000065\r\n[ 9.130815] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 9.173476] registered taskstats version 1\r\n[ 9.195334] Loading compiled-in X.509 certificates\r\n[ 9.223669] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 9.266370] zswap: loaded using pool lzo/zbud\r\n[ 9.291674] Key type trusted registered\r\n[ 9.314648] Key type encrypted registered\r\n[ 9.333703] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 9.358599] ima: No TPM chip found, activating TPM-bypass!\r\n[ 9.384304] evm: HMAC attrs: 0x1\r\n[ 9.418162] Magic number: 14:621:434\r\n[ 9.446316] rtc_cmos 00:00: setting system clock to 2018-08-10 14:25:45 UTC (1533911145)\r\n[ 9.494368] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 9.530612] EDD information not available.\r\n[ 9.568614] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 9.620142] Write protecting the kernel read-only data: 14336k\r\n[ 9.658555] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 9.708728] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 9.78\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 10.69\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 10.974201] random: dd urandom read with 14 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.tyFWPf'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.tyFWPf : -a /tmp/cirros-ds.wWiYSY/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.33...\r\nLease of 10.129.0.33 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.02s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNkUkfN67ZgHEThD75/BlLhXwYD3pxUUcukldYjHDykeWsuGbBGNea39EXbUVdAiD/fKT9hcLVftK5MJcT3r8bJO7tlNIITf7H1HIfdh2rWXxmidGHlKyEGI1f7wpw6HPHTn6nL5csYgpHlU7wPklbelKZ5YyKl2L2q8dx9eZfM+dVqC7NDnwDuATEBUYFnsJ2qZqhIJVGl4VzTEVN4Hsd4N5w3Z/pkyGlZKiUlzSXuzUPu1eH4taTz1OAkzpBPXXrJOdmPkxXBmNbdeeOAJApsyIV+t/GXfWt4kdVtNlv/FxpbBVToRg7Dp5Vk3yL3rhsXdM/NOM5mDYcMmujdF3P root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAK3w6a4tH4uwlkV8PgtWD6UNgssvsvjlf2uGpFUrhX8MBcb7nn1ngsXR2bbO3oGrtkGF5F4zfKnsgkhqk1//gNfTIWU+llrKixWA4xE8DVqMl70VnerSKevnDcpylGrnJ8PWrRJUKy8eKAvU7T0jtLMoOpx3Dw766N+fEKak1OwtAAAAFQDJPe5xtTqagwS3cZZIRPul4dZosQAAAIAsRvdj3yuexMo7H3QOeB2M34gR5f6SPuXnN5qY46xMiXlgFiZOkMv1oRlH0DwxaRCosw8zlm2EoNQTnsBbs9+a5RwsxjChpkMyfVZP2D53J9SM5n3lSU9iW0jt73qZ6RmCBb5ibPbI6cItGZby5XVtanx0/NhZiwwrXJicwsAMLQAAAIBltDktZv6A36SwtI8oBe5+6sMBpzHWZu6tkfTmN3bPwQIzBJTI0dCUdilK6Ct3HlfBdVYOC2+2VCyouB6eFQFY9KJ4gSb5Km8ASfTqeCmN5F//HKOudGb7Qv7qqqqiqDgEt1K/9EYiME7yMl2Popn7DqvOwUf3R0Aq/GZuuFsUqQ== root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.33,23,fe80::858:aff:fe81:21/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.33 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmi7bdjx.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=14.90 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [239.170 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to implicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:363 should be reachable via the propagated IP from a Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on the same node from Node /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:28:52.758207Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmi5jt8p-c8c4z" level=info timestamp=2018-08-10T14:29:05.662312Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi5jt8p-c8c4z" level=info timestamp=2018-08-10T14:29:05.763450Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:29:16.442422Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:32:51.068266Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmi5jt8p kind=VirtualMachineInstance uid=b4852846-9ca9-11e8-8ce4-525500d15501 msg="Login: [{2 Registered nosave memory: [mem 0x0009f000-0x0009ffff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\r\n[ 0.000000] e820: [mem 0x03e00000-0xafffffff] available for PCI devices\r\n[ 0.000000] Booting paravirtualized kernel on KVM\r\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\r\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\r\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff880003600000 s98008 r8192 d28968 u2097152\r\n[ 0.000000] KVM setup async PF for cpu 0\r\n[ 0.000000] kvm-stealtime: cpu 0, msr 360d940\r\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 15469\r\n[ 0.000000] Policy zone: DMA32\r\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.016056] pid_max: default: 32768 minimum: 301\r\n[ 0.020077] ACPI: Core revision 20150930\r\n[ 0.025167] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.036105] Security Framework initialized\r\n[ 0.040050] Yama: becoming mindful.\r\n[ 0.044113] AppArmor: AppArmor initialized\r\n[ 0.049258] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.052222] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.056137] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.060076] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.064705] Initializing cgroup subsys io\r\n[ 0.072064] Initializing cgroup subsys memory\r\n[ 0.076069] Initializing cgroup subsys devices\r\n[ 0.080065] Initializing cgroup subsys freezer\r\n[ 0.084066] Initializing cgroup subsys net_cls\r\n[ 0.088064] Initializing cgroup subsys perf_event\r\n[ 0.092095] Initializing cgroup subsys net_prio\r\n[ 0.096066] Initializing cgroup subsys hugetlb\r\n[ 0.100070] Initializing cgroup subsys pids\r\n[ 0.108694] mce: CPU supports 10 MCE banks\r\n[ 0.116948] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.120056] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.660054] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.057537] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.080321] smpboot: Max logical packages: 1\r\n[ 1.084079] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.094622] x2apic enabled\r\n[ 1.096070] Switched APIC routing to physical x2apic.\r\n[ 1.134880] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.136000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.148097] Performance Events: AMD PMU driver.\r\n[ 1.156106] ... version: 0\r\n[ 1.160077] ... bit width: 48\r\n[ 1.164088] ... generic registers: 4\r\n[ 1.168078] ... value mask: 0000ffffffffffff\r\n[ 1.172078] ... max period: 00007fffffffffff\r\n[ 1.176079] ... fixed-purpose events: 0\r\n[ 1.180077] ... event mask: 000000000000000f\r\n[ 1.185720] x86: Booted up 1 node, 1 CPUs\r\n[ 1.188088] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.196394] devtmpfs: initialized\r\n[ 1.205046] evm: security.selinux\r\n[ 1.208088] evm: security.SMACK64\r\n[ 1.212089] evm: security.SMACK64EXEC\r\n[ 1.216054] evm: security.SMACK64TRANSMUTE\r\n[ 1.220076] evm: security.SMACK64MMAP\r\n[ 1.224076] evm: security.ima\r\n[ 1.228057] evm: security.capability\r\n[ 1.232404] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.236299] pinctrl core: initialized pinctrl subsystem\r\n[ 1.241540] RTC time: 14:29:31, date: 08/10/18\r\n[ 1.244655] NET: Registered protocol family 16\r\n[ 1.248411] cpuidle: using governor ladder\r\n[ 1.252081] cpuidle: using governor menu\r\n[ 1.256077] PCCT header not found.\r\n[ 1.277078] ACPI: bus type PCI registered\r\n[ 1.280067] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.285474] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.288082] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.292091] PCI: Using configuration type 1 for base access\r\n[ 1.301595] ACPI: Added _OSI(Module Device)\r\n[ 1.304077] ACPI: Added _OSI(Processor Device)\r\n[ 1.308078] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.312081] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.324307] ACPI: Interpreter enabled\r\n[ 1.328076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.340076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.352168] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.356079] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.360177] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.372562] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.376093] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.380279] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.384971] PCI host bridge to bus 0000:00\r\n[ 1.388075] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.392082] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.396074] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.400082] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.404091] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 1.678651] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 1.850912] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 1.899782] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 1.971611] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.048183] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.104056] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.115383] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.144974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.160893] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.176780] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.192755] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.208880] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.224727] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.240804] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.260732] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.276489] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.288128] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.300263] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.312147] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.324295] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.336121] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.352307] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.364125] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.377461] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.380675] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.384000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.384108] vgaarb: loaded\r\n[ 2.388068] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.392818] SCSI subsystem initialized\r\n[ 2.396528] ACPI: bus type USB registered\r\n[ 2.400177] usbcore: registered new interface driver usbfs\r\n[ 2.404129] usbcore: registered new interface driver hub\r\n[ 2.408141] usbcore: registered new device driver usb\r\n[ 2.413367] PCI: Using ACPI for IRQ routing\r\n[ 3.590192] NetLabel: Initializing\r\n[ 3.592086] NetLabel: domain hash size = 128\r\n[ 3.596074] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 3.600282] NetLabel: unlabeled traffic allowed by default\r\n[ 3.605303] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 3.616729] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 3.624248] clocksource: Switched to clocksource kvm-clock\r\n[ 3.686732] AppArmor: AppArmor Filesystem Enabled\r\n[ 3.713249] pnp: PnP ACPI init\r\n[ 3.736340] pnp: PnP ACPI: found 4 devices\r\n[ 3.770810] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 3.855118] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 3.887830] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 3.913840] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 3.943862] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 3.970344] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 3.999983] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.045920] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.074264] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.113219] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.160440] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.224980] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.264377] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.307246] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.450721] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.599671] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 4.683311] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 4.784638] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 4.888867] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 4.987351] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 5.044860] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 5.169753] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 5.283177] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 5.436818] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 5.505209] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 5.604951] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 5.720814] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 5.863448] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 5.932491] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 6.036593] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 6.137893] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 6.240844] NET: Registered protocol family 2\r\n[ 6.262841] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 6.300200] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 6.328727] TCP: Hash tables configured (established 512 bind 512)\r\n[ 6.358250] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 6.404122] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 6.453506] NET: Registered protocol family 1\r\n[ 6.478357] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 6.521127] Trying to unpack rootfs image as initramfs...\r\n[ 6.706783] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 6.744538] Scanning for low memory corruption every 60 seconds\r\n[ 6.829584] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 6.902335] audit: initializing netlink subsys (disabled)\r\n[ 6.976591] audit: type=2000 audit(1533911370.776:1): initialized\r\n[ 7.060763] Initialise system trusted keyring\r\n[ 7.118924] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 7.209240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 7.260993] zbud: loaded\r\n[ 7.279824] VFS: Disk quotas dquot_6.6.0\r\n[ 7.341985] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 7.437756] fuse init (API version 7.23)\r\n[ 7.512411] Key type big_key registered\r\n[ 7.573261] Allocating IMA MOK and blacklist keyrings.\r\n[ 7.653597] Key type asymmetric registered\r\n[ 7.712520] Asymmetric key parser 'x509' registered\r\n[ 7.737219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 7.770877] io scheduler noop registered\r\n[ 7.880605] io scheduler deadline registered (default)\r\n[ 7.914192] io scheduler cfq registered\r\n[ 8.112431] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 8.155098] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.192924] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 8.227285] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.260815] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 8.312361] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.348719] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 8.383736] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.425930] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 8.456773] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.489596] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 8.523337] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 8.551570] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.614233] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.671399] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.732886] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.789077] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.851876] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.909898] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 8.939261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 8.993243] ACPI: Power Button [PWRF]\r\n[ 9.012693] GHES: HEST is not enabled!\r\n[ 9.113832] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 9.220396] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 9.267939] Linux agpgart interface v0.103\r\n[ 9.299869] brd: module loaded\r\n[ 9.321812] loop: module loaded\r\n[ 9.357565] vda: vda1 vda15\r\n[ 9.384273] libphy: Fixed MDIO Bus: probed\r\n[ 9.404600] tun: Universal TUN/TAP device driver, 1.6\r\n[ 9.428236] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 9.469915] PPP generic driver version 2.4.2\r\n[ 9.496486] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 9.530806] ehci-pci: EHCI PCI platform driver\r\n[ 9.552363] ehci-platform: EHCI generic platform driver\r\n[ 9.576973] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 9.609523] ohci-pci: OHCI PCI platform driver\r\n[ 9.630679] ohci-platform: OHCI generic platform driver\r\n[ 9.656146] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 9.695461] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.721385] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 9.764500] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 9.814410] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 9.854428] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.890796] usb usb1: Product: xHCI Host Controller\r\n[ 9.957840] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 10.034838] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 10.098438] hub 1-0:1.0: USB hub found\r\n[ 10.157232] hub 1-0:1.0: 4 ports detected\r\n[ 10.215390] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 10.239420] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 10.867289] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 10.922864] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 10.958524] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 10.992182] usb usb2: Product: xHCI Host Controller\r\n[ 11.014859] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 11.041296] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 11.062193] hub 2-0:1.0: USB hub found\r\n[ 11.083633] hub 2-0:1.0: 4 ports detected\r\n[ 11.107719] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 11.168808] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 11.209706] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 11.237774] mousedev: PS/2 mouse device common for all mice\r\n[ 11.281231] rtc_cmos 00:00: RTC can wake from S4\r\n[ 11.311624] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 11.382871] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 11.421832] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 11.462987] hpet1: lost 1 rtc interrupts\r\n[ 11.483300] i2c /dev entries driver\r\n[ 11.501138] device-mapper: uevent: version 1.0.3\r\n[ 11.525435] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 11.566863] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 11.596259] NET: Registered protocol family 10\r\n[ 11.616490] NET: Registered protocol family 17\r\n[ 11.638856] Key type dns_resolver registered\r\n[ 11.661732] microcode: CPU0: patch_level=0x01000065\r\n[ 11.686463] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 11.727152] registered taskstats version 1\r\n[ 11.746461] Loading compiled-in X.509 certificates\r\n[ 11.770763] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 11.813908] zswap: loaded using pool lzo/zbud\r\n[ 11.839567] Key type trusted registered\r\n[ 11.861947] Key type encrypted registered\r\n[ 11.883393] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 11.909453] ima: No TPM chip found, activating TPM-bypass!\r\n[ 11.934998] evm: HMAC attrs: 0x1\r\n[ 11.968317] Magic number: 14:174:485\r\n[ 11.988782] rtc_cmos 00:00: setting system clock to 2018-08-10 14:29:45 UTC (1533911385)\r\n[ 12.027284] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 12.052760] EDD information not available.\r\n[ 12.101446] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 12.149870] Write protecting the kernel read-only data: 14336k\r\n[ 12.187480] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 12.294758] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 12.47\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 13.42\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 13.865471] random: dd urandom read with 15 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.X1Hfow'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.X1Hfow : -a /tmp/cirros-ds.Vfv3lW/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.35...\r\nLease of 10.129.0.35 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.06s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBCyye2VXQYDKK8mOvOr5uUR8t/r0ve3kH3y5te0QU1yoA+E7A17vd55vLMLv1mCsz/ESmjPTcWwRwN3mNrTa93JB7rNbAfmI1624W9gRpBwcjnCJLQzr1VWBNZ/g7A+nF1oij/K4rEmERibMCoyEn/AwACbGafxLrGvQhWmGbZCnybcNQXRSrG6esPaepKG5r8GXRK23KXRzDcIdLv+CDaSS1zDXZK+elZU+mmQvR9sa6BBC/Km6kELVwwV0sYIq6qU2BXsiBZmsdcDIJ4Q4SxC3Nx1qwZWPKAVvG+zPystfIUwQmxbQGjrCgWtfxGhDZw6zkwPQYTbAUaggnafY5 root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBANWEFrzvEA4N0qKLA1yXWnj8ErUbNnxE39/ONYKrT2Q0DzN2rpfb5EP4xjhDmF6L73rCW8PiB1ZK6bpgOITcy0SvAp0QsEa29OrdW1Vyp4/8X59+IS2rlYbwwpOxv18M3JlcMOD+aKPi5BJr8Lx5gFSV8DmYfomkZkeeRkC7rLgxAAAAFQDTPLWh/vRhaStXuOHOX0mHoa7vjQAAAIEAknHKIMsZzfMcRWRzQltgtmqOm9XBU/3ESqo/cuFsT4fsPuiAei3Zyq8MS9kcc2ZUkJJUXiTTGJY93vRzBe71FP7lUvdViz4Wyffpqtqb3TfKdri8/5Hty9F7Uk5SRzP7ktQwu9P2i+JNhNsRPjGVC90Qrr/6TfjsK63CAv1BLUwAAACAAJusGW2Y3In7qQN1iQQfMFJXeY6rTQQmNYP+4UOEOEAWxGbV6BzGdy4hRSnsQ7IMHtVsjb4f2rGICVEK67bBOH7H2VwrgLEfmoyrOAcJi8xIa3am0wNc8u1/b/myELDxx9nZSrYmfqzze6BKpYLYxVGUYDufKLSTueKH2t442D0= root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.35,23,fe80::858:aff:fe81:23/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.35 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmi5jt8p.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=17.05 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [235.755 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to implicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:363 should be reachable via the propagated IP from a Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on a different node from Node /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:32:51.918068Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmik9bmx-r2wfn" level=info timestamp=2018-08-10T14:33:04.284161Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmik9bmx-r2wfn" level=info timestamp=2018-08-10T14:33:04.319415Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:33:15.131459Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:36:46.823503Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmik9bmx kind=VirtualMachineInstance uid=430b35b4-9caa-11e8-8ce4-525500d15501 msg="Login: [{2 ility grouping on. Total pages: 15469\r\n[ 0.000000] Policy zone: DMA32\r\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.016059] pid_max: default: 32768 minimum: 301\r\n[ 0.020104] ACPI: Core revision 20150930\r\n[ 0.025220] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.036156] Security Framework initialized\r\n[ 0.040057] Yama: becoming mindful.\r\n[ 0.044107] AppArmor: AppArmor initialized\r\n[ 0.048145] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.052198] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.056175] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.060072] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.064752] Initializing cgroup subsys io\r\n[ 0.068086] Initializing cgroup subsys memory\r\n[ 0.072086] Initializing cgroup subsys devices\r\n[ 0.076071] Initializing cgroup subsys freezer\r\n[ 0.080066] Initializing cgroup subsys net_cls\r\n[ 0.088058] Initializing cgroup subsys perf_event\r\n[ 0.092101] Initializing cgroup subsys net_prio\r\n[ 0.096068] Initializing cgroup subsys hugetlb\r\n[ 0.100057] Initializing cgroup subsys pids\r\n[ 0.111046] mce: CPU supports 10 MCE banks\r\n[ 0.114185] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.116063] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.691460] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.110456] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.136318] smpboot: Max logical packages: 1\r\n[ 1.140064] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.153134] x2apic enabled\r\n[ 1.156137] Switched APIC routing to physical x2apic.\r\n[ 1.193818] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.196000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.208223] Performance Events: AMD PMU driver.\r\n[ 1.216439] ... version: 0\r\n[ 1.220147] ... bit width: 48\r\n[ 1.224148] ... generic registers: 4\r\n[ 1.228327] ... value mask: 0000ffffffffffff\r\n[ 1.232216] ... max period: 00007fffffffffff\r\n[ 1.236149] ... fixed-purpose events: 0\r\n[ 1.240053] ... event mask: 000000000000000f\r\n[ 1.245724] x86: Booted up 1 node, 1 CPUs\r\n[ 1.248108] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.256411] devtmpfs: initialized\r\n[ 1.266482] evm: security.selinux\r\n[ 1.268095] evm: security.SMACK64\r\n[ 1.272075] evm: security.SMACK64EXEC\r\n[ 1.276058] evm: security.SMACK64TRANSMUTE\r\n[ 1.280061] evm: security.SMACK64MMAP\r\n[ 1.284076] evm: security.ima\r\n[ 1.288057] evm: security.capability\r\n[ 1.292427] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.296321] pinctrl core: initialized pinctrl subsystem\r\n[ 1.301825] RTC time: 14:33:30, date: 08/10/18\r\n[ 1.304757] NET: Registered protocol family 16\r\n[ 1.308499] cpuidle: using governor ladder\r\n[ 1.312091] cpuidle: using governor menu\r\n[ 1.316060] PCCT header not found.\r\n[ 1.331593] ACPI: bus type PCI registered\r\n[ 1.332074] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.337200] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.340069] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.344093] PCI: Using configuration type 1 for base access\r\n[ 1.350562] ACPI: Added _OSI(Module Device)\r\n[ 1.352062] ACPI: Added _OSI(Processor Device)\r\n[ 1.356056] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.360055] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.372346] ACPI: Interpreter enabled\r\n[ 1.376076] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.388068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.400384] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.404110] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.408383] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.419558] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.420102] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.424291] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.428975] PCI host bridge to bus 0000:00\r\n[ 1.432072] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.436074] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.440071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.444093] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.448091] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 1.717309] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 1.889080] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 1.938699] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.033906] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.126678] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.181588] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.195299] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.232835] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.248887] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.264814] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.280903] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.296885] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.316777] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.332805] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.349191] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.364436] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.376134] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.388222] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.400131] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.412243] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.424151] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.436286] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.448134] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.462252] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.465398] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.468000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.468081] vgaarb: loaded\r\n[ 2.472095] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.477373] SCSI subsystem initialized\r\n[ 2.481209] ACPI: bus type USB registered\r\n[ 2.484198] usbcore: registered new interface driver usbfs\r\n[ 2.488430] usbcore: registered new interface driver hub\r\n[ 2.492126] usbcore: registered new device driver usb\r\n[ 2.498189] PCI: Using ACPI for IRQ routing\r\n[ 3.700197] NetLabel: Initializing\r\n[ 3.704050] NetLabel: domain hash size = 128\r\n[ 3.708057] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 3.712314] NetLabel: unlabeled traffic allowed by default\r\n[ 3.716747] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 3.728075] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 3.736141] clocksource: Switched to clocksource kvm-clock\r\n[ 3.790212] AppArmor: AppArmor Filesystem Enabled\r\n[ 3.813701] pnp: PnP ACPI init\r\n[ 3.834925] pnp: PnP ACPI: found 4 devices\r\n[ 3.871036] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 3.956194] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 3.986587] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 4.015902] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 4.050211] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 4.079537] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 4.111373] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.140777] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.164695] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.201782] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.241353] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.290672] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.317633] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.360356] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.408479] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.505281] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 4.526703] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 4.572238] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 4.608645] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 4.659579] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 4.686055] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 4.724761] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 4.759947] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 4.808644] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 4.836286] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 4.875926] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 4.922055] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 4.976405] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 4.998699] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 5.033614] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 5.074658] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.136417] NET: Registered protocol family 2\r\n[ 5.157189] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.187952] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.215072] TCP: Hash tables configured (established 512 bind 512)\r\n[ 5.243405] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.268790] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.296780] NET: Registered protocol family 1\r\n[ 5.327495] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 5.378778] Trying to unpack rootfs image as initramfs...\r\n[ 5.609971] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 5.651125] Scanning for low memory corruption every 60 seconds\r\n[ 5.681724] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 5.709505] audit: initializing netlink subsys (disabled)\r\n[ 5.733950] audit: type=2000 audit(1533911608.367:1): initialized\r\n[ 5.759636] Initialise system trusted keyring\r\n[ 5.781332] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 5.865801] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 5.995607] zbud: loaded\r\n[ 6.044796] VFS: Disk quotas dquot_6.6.0\r\n[ 6.108131] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 6.215137] fuse init (API version 7.23)\r\n[ 6.239402] Key type big_key registered\r\n[ 6.260247] Allocating IMA MOK and blacklist keyrings.\r\n[ 6.289063] Key type asymmetric registered\r\n[ 6.311089] Asymmetric key parser 'x509' registered\r\n[ 6.334547] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 6.372772] io scheduler noop registered\r\n[ 6.398787] io scheduler deadline registered (default)\r\n[ 6.430674] io scheduler cfq registered\r\n[ 6.641455] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 6.670865] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.700487] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 6.735070] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.764901] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 6.805753] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.841016] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 6.878020] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.912447] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 6.949663] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.985435] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 7.020404] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 7.049255] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.108321] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.167376] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.230046] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.291278] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.347548] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.407440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 7.437742] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 7.478205] ACPI: Power Button [PWRF]\r\n[ 7.499194] GHES: HEST is not enabled!\r\n[ 7.614760] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 7.716889] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 7.759519] Linux agpgart interface v0.103\r\n[ 7.789061] brd: module loaded\r\n[ 7.809236] loop: module loaded\r\n[ 7.858685] vda: vda1 vda15\r\n[ 7.910404] libphy: Fixed MDIO Bus: probed\r\n[ 7.936790] tun: Universal TUN/TAP device driver, 1.6\r\n[ 7.952273] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 7.980610] PPP generic driver version 2.4.2\r\n[ 7.994528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 8.013020] ehci-pci: EHCI PCI platform driver\r\n[ 8.271288] ehci-platform: EHCI generic platform driver\r\n[ 8.290684] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 8.312162] ohci-pci: OHCI PCI platform driver\r\n[ 8.330656] ohci-platform: OHCI generic platform driver\r\n[ 8.358341] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 8.407545] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.431598] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 8.473160] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 8.515030] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 8.543366] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 8.578150] usb usb1: Product: xHCI Host Controller\r\n[ 8.601434] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 8.626167] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 8.655354] hub 1-0:1.0: USB hub found\r\n[ 8.671442] hub 1-0:1.0: 4 ports detected\r\n[ 8.690973] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.711281] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 9.006474] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 9.038347] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 9.062059] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.089444] usb usb2: Product: xHCI Host Controller\r\n[ 9.109781] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 9.130306] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 9.148728] hub 2-0:1.0: USB hub found\r\n[ 9.164380] hub 2-0:1.0: 4 ports detected\r\n[ 9.181800] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 9.233489] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 9.254653] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 9.275272] mousedev: PS/2 mouse device common for all mice\r\n[ 9.307509] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 9.347983] rtc_cmos 00:00: RTC can wake from S4\r\n[ 9.375356] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 9.434930] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 9.482470] hpet1: lost 2 rtc interrupts\r\n[ 9.497416] i2c /dev entries driver\r\n[ 9.603510] device-mapper: uevent: version 1.0.3\r\n[ 9.657724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 9.764481] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 9.866792] NET: Registered protocol family 10\r\n[ 9.930424] NET: Registered protocol family 17\r\n[ 9.972920] Key type dns_resolver registered\r\n[ 9.992235] microcode: CPU0: patch_level=0x01000065\r\n[ 10.012248] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 10.045465] registered taskstats version 1\r\n[ 10.064520] Loading compiled-in X.509 certificates\r\n[ 10.086105] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 10.125809] zswap: loaded using pool lzo/zbud\r\n[ 10.150968] Key type trusted registered\r\n[ 10.174326] Key type encrypted registered\r\n[ 10.194708] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 10.217162] ima: No TPM chip found, activating TPM-bypass!\r\n[ 10.242143] evm: HMAC attrs: 0x1\r\n[ 10.273278] Magic number: 14:277:586\r\n[ 10.292518] rtc_cmos 00:00: setting system clock to 2018-08-10 14:33:42 UTC (1533911622)\r\n[ 10.325129] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 10.355297] EDD information not available.\r\n[ 10.430578] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 10.609635] Write protecting the kernel read-only data: 14336k\r\n[ 10.726547] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 10.771283] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 10.83\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 11.76\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 12.082561] random: dd urandom read with 15 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.zY6nzj'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.zY6nzj : -a /tmp/cirros-ds.JoLjCD/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.37...\r\nLease of 10.129.0.37 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.05s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRkO7cZL8P0XpRXCqVSmxBG9tI78MUzbL3yGNYdn4s2S307rQ3TRr/mtLqRg4WWgXJpy7Q6IKvkUdU9hWsigQK+bO3DzW+ryn6WTqwe7B2prqWpGmJsLCxk4dgxcJRZRcGMYbJ0ou3BNqwpukyJDpdGx15j8riP5NoLPYfbfaK8PRoxCMX0JRmdJ2jeCIYOgsLelT3Vz9KR+N5OmUrVRoTcaYEwI9cN5FseDdBnUfGIwr/wptriPekwL71V2ze290h5G4vEkoY5ZY93vjPVhCXTOT/yFGTq0EEupYalQ8/ZJwUxUBp9VjkEymQ8npjDBXNE3HpGElxbBtOQYn498wf root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAN4oKSnSszkKsM96W09wGOTgNn1ag5aDWlxN7XIXhGmyCWkBGPXbOGQQ1aZJKHml3BdUzojLOrP0aQ/eJw7/vS4yulmwtavt8052fPXze1zTd99C8C6GcVqrGup/v5mjmsRWXJt39LSYprptPCJLivSQb2QstLgpd2BYw4QkeLrdAAAAFQCDpNPHgRC2LH29dKzXKzb5YPvr9wAAAIAeVwKCr3kjXNRm7s+LtUcQd/kr2AQ4PzEqItAJInVzoqjaJ41WqKYpSP9ygYtFBmElAYptwDQHGglyy4amkuTzTQK1TWRb2rGxw5SrnwO5vMDPLov07iTH2C3RQIcrSDWMftQeSd+bCbcL6dmcsDcnjM2b/PL7weJBVq/mDUcHmAAAAIAX3lGfStr0iZNFiwa0TdvPnD6CRC60yaW/qPbQGjtitFG+0Jj3tnpomeb0koKFSEqxxRx6VycfkHpYDZ2XBGoo2+knzPn3LktdJtv6iwbP2EMQKHdJlM8CEobIxxkT2NJeIMBfbckwAyMSTo+1RXAVbARCrvJhfnVbpjZIEKxHdA== root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.37,23,fe80::858:aff:fe81:25/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.37 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmik9bmx.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=14.28 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [236.284 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to implicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:363 with a service matching the vmi exposed /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:276 should be able to reach the vmi based on labels specified on the vmi /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:296 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:36:47.568516Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmidh6dh-rlr6h" level=info timestamp=2018-08-10T14:36:58.805660Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmidh6dh-rlr6h" level=info timestamp=2018-08-10T14:36:58.877652Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:37:09.564409Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:40:43.107111Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmidh6dh kind=VirtualMachineInstance uid=cf8cdcfd-9caa-11e8-8ce4-525500d15501 msg="Login: [{2 ytes)\r\n[ 0.056204] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.060078] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.068351] Initializing cgroup subsys io\r\n[ 0.072063] Initializing cgroup subsys memory\r\n[ 0.076108] Initializing cgroup subsys devices\r\n[ 0.080063] Initializing cgroup subsys freezer\r\n[ 0.084062] Initializing cgroup subsys net_cls\r\n[ 0.088069] Initializing cgroup subsys perf_event\r\n[ 0.092105] Initializing cgroup subsys net_prio\r\n[ 0.096055] Initializing cgroup subsys hugetlb\r\n[ 0.100053] Initializing cgroup subsys pids\r\n[ 0.109047] mce: CPU supports 10 MCE banks\r\n[ 0.118427] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.120048] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.993484] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.379642] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.400325] smpboot: Max logical packages: 1\r\n[ 1.404105] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.428570] x2apic enabled\r\n[ 1.432167] Switched APIC routing to physical x2apic.\r\n[ 1.503618] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.504000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.516171] Performance Events: AMD PMU driver.\r\n[ 1.524207] ... version: 0\r\n[ 1.528332] ... bit width: 48\r\n[ 1.532064] ... generic registers: 4\r\n[ 1.536066] ... value mask: 0000ffffffffffff\r\n[ 1.540213] ... max period: 00007fffffffffff\r\n[ 1.544064] ... fixed-purpose events: 0\r\n[ 1.548062] ... event mask: 000000000000000f\r\n[ 1.553748] x86: Booted up 1 node, 1 CPUs\r\n[ 1.556109] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.564393] devtmpfs: initialized\r\n[ 1.573092] evm: security.selinux\r\n[ 1.576136] evm: security.SMACK64\r\n[ 1.580062] evm: security.SMACK64EXEC\r\n[ 1.584052] evm: security.SMACK64TRANSMUTE\r\n[ 1.588062] evm: security.SMACK64MMAP\r\n[ 1.592069] evm: security.ima\r\n[ 1.596056] evm: security.capability\r\n[ 1.600508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.604399] pinctrl core: initialized pinctrl subsystem\r\n[ 1.609476] RTC time: 14:37:24, date: 08/10/18\r\n[ 1.612718] NET: Registered protocol family 16\r\n[ 1.616482] cpuidle: using governor ladder\r\n[ 1.620075] cpuidle: using governor menu\r\n[ 1.624078] PCCT header not found.\r\n[ 1.639325] ACPI: bus type PCI registered\r\n[ 1.640057] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.645885] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.648101] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.652127] PCI: Using configuration type 1 for base access\r\n[ 1.658744] ACPI: Added _OSI(Module Device)\r\n[ 1.660056] ACPI: Added _OSI(Processor Device)\r\n[ 1.664056] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.668113] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.680322] ACPI: Interpreter enabled\r\n[ 1.684173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.696055] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.708076] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.712050] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.716153] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.727166] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.728083] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.732272] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.736880] PCI host bridge to bus 0000:00\r\n[ 1.740067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.744067] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.748062] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.752079] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.756081] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 2.038632] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 2.203147] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 2.254948] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.333267] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.407712] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.458279] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.469876] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.506274] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.520943] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.536841] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.552850] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.568872] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.584915] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.600857] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.616776] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.632635] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.644171] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.656312] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.668126] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.680228] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.692123] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.704307] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.716110] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.729885] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.732916] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.736000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.736109] vgaarb: loaded\r\n[ 2.740053] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.744888] SCSI subsystem initialized\r\n[ 2.748484] ACPI: bus type USB registered\r\n[ 2.752152] usbcore: registered new interface driver usbfs\r\n[ 2.756110] usbcore: registered new interface driver hub\r\n[ 2.760136] usbcore: registered new device driver usb\r\n[ 2.768218] PCI: Using ACPI for IRQ routing\r\n[ 4.114235] NetLabel: Initializing\r\n[ 4.116068] NetLabel: domain hash size = 128\r\n[ 4.120099] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 4.124233] NetLabel: unlabeled traffic allowed by default\r\n[ 4.128638] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 4.140058] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 4.147992] clocksource: Switched to clocksource kvm-clock\r\n[ 4.264569] AppArmor: AppArmor Filesystem Enabled\r\n[ 4.320700] pnp: PnP ACPI init\r\n[ 4.368374] pnp: PnP ACPI: found 4 devices\r\n[ 4.454187] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 4.533755] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 4.558692] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 4.583724] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 4.609252] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 4.643567] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 4.679043] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.715066] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.735883] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.775642] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.818356] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.883728] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.909120] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.948729] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 5.000311] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 5.066063] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 5.093545] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 5.132327] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 5.178487] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 5.330133] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 5.399318] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 5.471503] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 5.509411] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 5.559345] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 5.581935] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 5.624163] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 5.657611] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 5.712376] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 5.738481] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 5.780173] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 5.817890] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.867985] NET: Registered protocol family 2\r\n[ 5.894015] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.922731] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.948896] TCP: Hash tables configured (established 512 bind 512)\r\n[ 5.975313] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 6.004885] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 6.057030] NET: Registered protocol family 1\r\n[ 6.086704] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 6.135029] Trying to unpack rootfs image as initramfs...\r\n[ 6.315112] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 6.356221] Scanning for low memory corruption every 60 seconds\r\n[ 6.388158] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 6.422709] audit: initializing netlink subsys (disabled)\r\n[ 6.451520] audit: type=2000 audit(1533911842.661:1): initialized\r\n[ 6.487691] Initialise system trusted keyring\r\n[ 6.513664] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 6.549029] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 6.591145] zbud: loaded\r\n[ 6.606028] VFS: Disk quotas dquot_6.6.0\r\n[ 6.645173] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 6.689904] fuse init (API version 7.23)\r\n[ 6.714232] Key type big_key registered\r\n[ 6.740907] Allocating IMA MOK and blacklist keyrings.\r\n[ 6.776974] Key type asymmetric registered\r\n[ 6.807392] Asymmetric key parser 'x509' registered\r\n[ 6.841774] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 6.899964] io scheduler noop registered\r\n[ 6.924630] io scheduler deadline registered (default)\r\n[ 6.951070] io scheduler cfq registered\r\n[ 7.169763] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 7.202881] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.241498] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 7.275225] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.310868] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 7.348376] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.384221] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 7.421530] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.460388] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 7.497060] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.532470] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 7.566151] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 7.596534] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.659387] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.732215] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.794280] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.850281] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.906684] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.969216] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 8.002499] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 8.049969] ACPI: Power Button [PWRF]\r\n[ 8.072453] GHES: HEST is not enabled!\r\n[ 8.221368] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 8.352288] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 8.402890] Linux agpgart interface v0.103\r\n[ 8.434738] brd: module loaded\r\n[ 8.458151] loop: module loaded\r\n[ 8.493698] vda: vda1 vda15\r\n[ 8.517392] libphy: Fixed MDIO Bus: probed\r\n[ 8.544644] tun: Universal TUN/TAP device driver, 1.6\r\n[ 8.570725] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 8.616161] PPP generic driver version 2.4.2\r\n[ 8.643352] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 8.674192] ehci-pci: EHCI PCI platform driver\r\n[ 8.699526] ehci-platform: EHCI generic platform driver\r\n[ 8.731776] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 8.767180] ohci-pci: OHCI PCI platform driver\r\n[ 9.138611] ohci-platform: OHCI generic platform driver\r\n[ 9.164206] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 9.207205] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.234185] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 9.292771] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 9.376773] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 9.421990] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.478138] usb usb1: Product: xHCI Host Controller\r\n[ 9.502962] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 9.544884] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 9.576749] hub 1-0:1.0: USB hub found\r\n[ 9.606200] hub 1-0:1.0: 4 ports detected\r\n[ 9.656952] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.689508] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 10.006037] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 10.052122] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 10.092379] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 10.150460] usb usb2: Product: xHCI Host Controller\r\n[ 10.177031] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 10.218395] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 10.249913] hub 2-0:1.0: USB hub found\r\n[ 10.278889] hub 2-0:1.0: 4 ports detected\r\n[ 10.309096] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 10.370621] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 10.403329] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 10.435592] mousedev: PS/2 mouse device common for all mice\r\n[ 10.474646] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 10.531038] rtc_cmos 00:00: RTC can wake from S4\r\n[ 10.566450] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 10.615620] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 10.663302] hpet1: lost 2 rtc interrupts\r\n[ 10.690005] i2c /dev entries driver\r\n[ 10.714330] device-mapper: uevent: version 1.0.3\r\n[ 10.741679] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 10.799293] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 10.842668] NET: Registered protocol family 10\r\n[ 10.872449] NET: Registered protocol family 17\r\n[ 10.901236] Key type dns_resolver registered\r\n[ 10.930113] microcode: CPU0: patch_level=0x01000065\r\n[ 10.962174] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 11.017088] registered taskstats version 1\r\n[ 11.047983] Loading compiled-in X.509 certificates\r\n[ 11.084960] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 11.156372] zswap: loaded using pool lzo/zbud\r\n[ 11.188461] Key type trusted registered\r\n[ 11.234971] Key type encrypted registered\r\n[ 11.260786] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 11.287597] ima: No TPM chip found, activating TPM-bypass!\r\n[ 11.317745] evm: HMAC attrs: 0x1\r\n[ 11.353652] Magic number: 14:827:636\r\n[ 11.376502] rtc_cmos 00:00: setting system clock to 2018-08-10 14:37:37 UTC (1533911857)\r\n[ 11.418116] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 11.445575] EDD information not available.\r\n[ 11.474245] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 11.511671] Write protecting the kernel read-only data: 14336k\r\n[ 11.538711] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 11.576956] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 11.64\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 12.54\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 12.821210] random: dd urandom read with 15 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.hwnrW1'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.hwnrW1 : -a /tmp/cirros-ds.t98dt8/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.38...\r\nLease of 10.129.0.38 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.04s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdofs9aclfRV0h0n89f8bn1lYFC0degftqKADulGCpze2qeCxVYcIduo+fk7EH8/I6iGaf8smtBCRcHWKRoNynUcbrFg67ZVF93XW9mdwQBkjIIEQNdV0D3hYnN50VBVfTNTSTNddWh9I6EiAgyQS/lApkKnt8HTgZHLlG05WNCmrwUuZJz858ZJeJAGcWMFJqEKhjGmwUObInvrZznG5u8bkrbRrKXOJatIChWMzut3SspO4zhSAIrB1ufniKZKHUEvSE8H98z3gDC5PTK32D0Hzn+Rf4niSiumbHUHUZ/2XkZletNuwRh1vXKADdd3y0Fh6+ZeUdrBn5nGQ/MwiH root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAM4GL9UuYMutCLafK+hxPI+Iwi3TbO0UKSSX3VmMLJwP6EDsg1uwkhK8fliiU5uaiTYKLHK1/x+pAmEEiOS/cfHRzwrHkbFgEav/wtc4ZFNWtsOwyHwIzzBJDv0E0dDOfS4+Zag8E9jbFbZnlrR1DwMTrWupNe4AhFIDw3vNcd2lAAAAFQC8hj+HPsoy0lgyiWSW+NxOa5qq4wAAAIEAhYHlktPPkniLCrV44kWh0rh1g2/LNilomvlgwZeo7BeHom6vzDrE9nJMSLGLduPLA1G2zQ1iIvb0QxmcwuTCgIpBh4RGvcmyFu/HjMuWdXrcqkIFcbNIjaLRInECHxytoMc8zCW5FvYd7tYYBprpcSRXMAA9enCtoj62PjXp4eEAAACAOZ1Tswv5KfqzCb6gHRd6TDCC56hYWEqSmpfh5wDPyAtLu/oFAsNDpuiDOmoObJLUW2A9r5KEGo1P8LGQ6iA/mM4sCPWlDZP5Sv5tI7dsQ2TdY6PpBjK96Agb1kg5RE1qkVyVW4hFQ6Hr/jDnFkBBDhCQJGUlDUFMA2vK70tZrmI= root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.38,23,fe80::858:aff:fe81:26/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.38 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmidh6dh.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=16.77 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [238.760 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to implicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:363 with a service matching the vmi exposed /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:276 should fail to reach the vmi if an invalid servicename is used /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:307 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:40:43.919295Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmi9krcq-sz82v" level=info timestamp=2018-08-10T14:40:55.061609Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmi9krcq-sz82v" level=info timestamp=2018-08-10T14:40:55.151454Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:41:05.283698Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:41:06.974253Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:41:07.003863Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:44:41.867745Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmi9krcq kind=VirtualMachineInstance uid=5c77958d-9cab-11e8-8ce4-525500d15501 msg="Login: [{2 : [mem 0x0000000000100000-0x0000000003ddbfff]\r\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000003ddbfff]\r\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\r\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\r\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\r\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\r\n[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000\r\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\r\n[ 0.000000] e820: [mem 0x03e00000-0xafffffff] available for PCI devices\r\n[ 0.000000] Booting paravirtualized kernel on KVM\r\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\r\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\r\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff880003600000 s98008 r8192 d28968 u2097152\r\n[ 0.000000] KVM setup async PF for cpu 0\r\n[ 0.000000] kvm-stealtime: cpu 0, msr 360d940\r\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 15469\r\n[ 0.000000] Policy zone: DMA32\r\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.016073] pid_max: default: 32768 minimum: 301\r\n[ 0.020068] ACPI: Core revision 20150930\r\n[ 0.028519] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.040137] Security Framework initialized\r\n[ 0.044053] Yama: becoming mindful.\r\n[ 0.048108] AppArmor: AppArmor initialized\r\n[ 0.052158] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.056244] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.060223] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.064064] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.068942] Initializing cgroup subsys io\r\n[ 0.072076] Initializing cgroup subsys memory\r\n[ 0.076084] Initializing cgroup subsys devices\r\n[ 0.080068] Initializing cgroup subsys freezer\r\n[ 0.084059] Initializing cgroup subsys net_cls\r\n[ 0.088059] Initializing cgroup subsys perf_event\r\n[ 0.092097] Initializing cgroup subsys net_prio\r\n[ 0.100102] Initializing cgroup subsys hugetlb\r\n[ 0.104094] Initializing cgroup subsys pids\r\n[ 0.115017] mce: CPU supports 10 MCE banks\r\n[ 0.119035] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.120060] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.812124] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.226734] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.248288] smpboot: Max logical packages: 1\r\n[ 1.252076] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.262447] x2apic enabled\r\n[ 1.264072] Switched APIC routing to physical x2apic.\r\n[ 1.297623] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.300000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.312079] Performance Events: AMD PMU driver.\r\n[ 1.320100] ... version: 0\r\n[ 1.324051] ... bit width: 48\r\n[ 1.328250] ... generic registers: 4\r\n[ 1.332082] ... value mask: 0000ffffffffffff\r\n[ 1.336051] ... max period: 00007fffffffffff\r\n[ 1.340050] ... fixed-purpose events: 0\r\n[ 1.344053] ... event mask: 000000000000000f\r\n[ 1.349923] x86: Booted up 1 node, 1 CPUs\r\n[ 1.352060] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.360239] devtmpfs: initialized\r\n[ 1.369584] evm: security.selinux\r\n[ 1.372059] evm: security.SMACK64\r\n[ 1.376054] evm: security.SMACK64EXEC\r\n[ 1.380051] evm: security.SMACK64TRANSMUTE\r\n[ 1.384052] evm: security.SMACK64MMAP\r\n[ 1.388063] evm: security.ima\r\n[ 1.392063] evm: security.capability\r\n[ 1.396405] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.400199] pinctrl core: initialized pinctrl subsystem\r\n[ 1.405443] RTC time: 14:41:22, date: 08/10/18\r\n[ 1.408551] NET: Registered protocol family 16\r\n[ 1.412580] cpuidle: using governor ladder\r\n[ 1.416068] cpuidle: using governor menu\r\n[ 1.420076] PCCT header not found.\r\n[ 1.435018] ACPI: bus type PCI registered\r\n[ 1.436057] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.441601] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.444058] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.448104] PCI: Using configuration type 1 for base access\r\n[ 1.454432] ACPI: Added _OSI(Module Device)\r\n[ 1.456060] ACPI: Added _OSI(Processor Device)\r\n[ 1.460302] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.464060] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.476297] ACPI: Interpreter enabled\r\n[ 1.480098] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.492075] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.504092] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.508069] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.512152] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.522817] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.524084] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.528378] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.533507] PCI host bridge to bus 0000:00\r\n[ 1.536066] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.540129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.544066] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.548064] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.552079] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 1.827214] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 1.990995] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 2.038522] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.117565] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.194487] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.254180] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.262751] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.297349] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.316833] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.332882] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.352859] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.368806] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.384780] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.400856] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.416782] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.432382] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.444077] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.456313] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.468202] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.480211] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.492098] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.504243] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.516097] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.529665] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.532748] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.536000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.536058] vgaarb: loaded\r\n[ 2.540050] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.544674] SCSI subsystem initialized\r\n[ 2.548288] ACPI: bus type USB registered\r\n[ 2.552100] usbcore: registered new interface driver usbfs\r\n[ 2.556072] usbcore: registered new interface driver hub\r\n[ 2.560080] usbcore: registered new device driver usb\r\n[ 2.564920] PCI: Using ACPI for IRQ routing\r\n[ 3.857987] NetLabel: Initializing\r\n[ 3.860074] NetLabel: domain hash size = 128\r\n[ 3.864056] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 3.868262] NetLabel: unlabeled traffic allowed by default\r\n[ 3.873745] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 3.884065] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 3.892167] clocksource: Switched to clocksource kvm-clock\r\n[ 3.954589] AppArmor: AppArmor Filesystem Enabled\r\n[ 3.975647] pnp: PnP ACPI init\r\n[ 4.000408] pnp: PnP ACPI: found 4 devices\r\n[ 4.035994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 4.125650] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 4.163462] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 4.196478] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 4.228853] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 4.264329] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 4.301144] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.338177] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.371516] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.413299] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.456830] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.523882] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.547810] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.595615] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.644930] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.705271] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 4.732714] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 4.767915] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 4.809306] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 4.870656] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 4.900981] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 4.945675] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 4.991050] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 5.057923] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 5.092404] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 5.141676] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 5.187946] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 5.262211] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 5.282588] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 5.342431] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 5.390008] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.456947] NET: Registered protocol family 2\r\n[ 5.489898] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.530578] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.564435] TCP: Hash tables configured (established 512 bind 512)\r\n[ 5.595541] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.623771] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.653372] NET: Registered protocol family 1\r\n[ 5.685492] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 5.735436] Trying to unpack rootfs image as initramfs...\r\n[ 5.970662] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 6.011782] Scanning for low memory corruption every 60 seconds\r\n[ 6.063718] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 6.099025] audit: initializing netlink subsys (disabled)\r\n[ 6.133976] audit: type=2000 audit(1533912080.417:1): initialized\r\n[ 6.173766] Initialise system trusted keyring\r\n[ 6.208835] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 6.247534] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 6.288921] zbud: loaded\r\n[ 6.309720] VFS: Disk quotas dquot_6.6.0\r\n[ 6.335484] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 6.375797] fuse init (API version 7.23)\r\n[ 6.399718] Key type big_key registered\r\n[ 6.422269] Allocating IMA MOK and blacklist keyrings.\r\n[ 6.453765] Key type asymmetric registered\r\n[ 6.472649] Asymmetric key parser 'x509' registered\r\n[ 6.496291] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 6.533799] io scheduler noop registered\r\n[ 6.552871] io scheduler deadline registered (default)\r\n[ 6.579514] io scheduler cfq registered\r\n[ 6.782724] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 6.815656] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.843856] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 6.877882] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.914003] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 6.948954] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.974963] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 7.001883] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.437466] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 7.480439] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.515318] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 7.548631] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 7.579953] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.655776] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.732952] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.822965] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.884678] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.946214] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.002454] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 8.034827] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 8.076729] ACPI: Power Button [PWRF]\r\n[ 8.096951] GHES: HEST is not enabled!\r\n[ 8.210328] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 8.338183] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 8.390730] Linux agpgart interface v0.103\r\n[ 8.427423] brd: module loaded\r\n[ 8.454481] loop: module loaded\r\n[ 8.513858] vda: vda1 vda15\r\n[ 8.565435] libphy: Fixed MDIO Bus: probed\r\n[ 8.595374] tun: Universal TUN/TAP device driver, 1.6\r\n[ 8.628330] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 8.687978] PPP generic driver version 2.4.2\r\n[ 8.721697] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 8.765389] ehci-pci: EHCI PCI platform driver\r\n[ 8.795010] ehci-platform: EHCI generic platform driver\r\n[ 8.833187] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 8.878363] ohci-pci: OHCI PCI platform driver\r\n[ 8.911598] ohci-platform: OHCI generic platform driver\r\n[ 8.951637] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 9.007502] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.032512] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 9.079554] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 9.130786] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 9.161242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.199192] usb usb1: Product: xHCI Host Controller\r\n[ 9.228936] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 9.261650] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 9.288255] hub 1-0:1.0: USB hub found\r\n[ 9.311769] hub 1-0:1.0: 4 ports detected\r\n[ 9.335235] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.359838] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 9.683429] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 9.728944] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 9.760899] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.845502] usb usb2: Product: xHCI Host Controller\r\n[ 9.932374] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 10.032486] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 10.119817] hub 2-0:1.0: USB hub found\r\n[ 10.155281] hub 2-0:1.0: 4 ports detected\r\n[ 10.179556] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 10.230809] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 10.258380] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 10.288826] mousedev: PS/2 mouse device common for all mice\r\n[ 10.322256] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 10.377978] rtc_cmos 00:00: RTC can wake from S4\r\n[ 10.432262] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 10.470473] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 10.513582] hpet1: lost 1 rtc interrupts\r\n[ 10.535813] i2c /dev entries driver\r\n[ 10.557048] device-mapper: uevent: version 1.0.3\r\n[ 10.581273] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 10.621304] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 10.651340] NET: Registered protocol family 10\r\n[ 10.672865] NET: Registered protocol family 17\r\n[ 10.697792] Key type dns_resolver registered\r\n[ 10.719957] microcode: CPU0: patch_level=0x01000065\r\n[ 10.749907] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 10.810531] registered taskstats version 1\r\n[ 10.895990] Loading compiled-in X.509 certificates\r\n[ 10.976505] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 11.137752] zswap: loaded using pool lzo/zbud\r\n[ 11.170942] Key type trusted registered\r\n[ 11.202325] Key type encrypted registered\r\n[ 11.224384] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 11.255454] ima: No TPM chip found, activating TPM-bypass!\r\n[ 11.279907] evm: HMAC attrs: 0x1\r\n[ 11.318928] Magic number: 14:380:687\r\n[ 11.342029] rtc_cmos 00:00: setting system clock to 2018-08-10 14:41:34 UTC (1533912094)\r\n[ 11.382852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 11.412159] EDD information not available.\r\n[ 11.444700] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 11.490412] Write protecting the kernel read-only data: 14336k\r\n[ 11.541770] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 11.579459] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 11.64\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 13.42\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 13.742607] random: dd urandom read with 15 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.tcZbPp'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.tcZbPp : -a /tmp/cirros-ds.bDRlH4/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.40...\r\nLease of 10.129.0.40 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.03s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7f/vcHJqxMgXJnEFGLhH5xyewLCh6NCybKgMLbROL0mb6eLSjLkgEkk0LcG+4pE4pkaAIklvGdFJZ3ce9tijXvSxUdjPolC/M3SKIjdK/myajUMbrJBaD1hFh4tYTaoV6VBlB2bzYkUnL96YqUECao6NTH4amvBFSspWapnz2eMp7EGDhVySf2NfDmnWQeZkjBjg+R9vnGQ0zwUZ+Vv3agARnT1sAAm/R328ca0ACU5N1K8QIP6vza3SUmCgNOKoo/yujRcAnxI+OIbjStSUgz8LG8yNpISLpWlOWpsfGfV+j/48rbbtOO83kD/aSe6RtyvVZYZ6nxH5U9EJISBld root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAMWK/OLCkKRTpELFrOt3o8lQA0IGn0lekZoqphbKCK0fjYvpRKloRRFA1t5PFTTqL2xC1ddRIUuZt15z6NhbS+Pta2KIFgDx4NBsR771Dj/RokjXyZy49Fs2QRKraPe77sB5Fhc6XPtgOJ1nHMzTi0KXb7yLmbKz2xW3pClcm4mtAAAAFQClpOaMbsimiBeB/2PexFQvE+ZeNwAAAIAR7d+6TkkeUMNbu1YN92mvzfXSzAFF3k3LFZt/NO+7ish4eF+vp/4hrDH/EhDsy7MWF9lcHHLxcZhoXWFqacQgjgCtmZ2roOe+lY6yvTgZeg3+ZA5liMuSuPPZ0Mpofv3Zr4GlvIVjYhQrJe5xoPVsMZRGdzoAQj+Wq0+OLUlzugAAAIBO63jp56IcF3/H6Jm8uC6EVPnnwHoR0SPML98s3NECy32HlvQ/CTKfBh6ZALV6v00wEXCT245OAWhl8TvSF7qApqVbPHWgHe8Szbl8CubANs5OAx0FOtBik+Sql24SILzmnH89VAGoPCGc6eMkXtWaQ6oW3nZ9PMB6whedq0habA== root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.40,23,fe80::858:aff:fe81:28/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.40 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmi9krcq.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=17.07 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [233.683 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to implicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:363 with a subdomain and a headless service given /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:323 should be able to reach the vmi via its unique fully qualified domain name /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:346 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:44:43.132547Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmikxx2n-qzkbq" level=info timestamp=2018-08-10T14:44:52.094248Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmikxx2n-qzkbq" level=info timestamp=2018-08-10T14:44:52.143432Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:45:03.065541Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:48:35.551414Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmikxx2n kind=VirtualMachineInstance uid=eaeefc32-9cab-11e8-8ce4-525500d15501 msg="Login: [{2 es)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.016000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.020063] pid_max: default: 32768 minimum: 301\r\n[ 0.024078] ACPI: Core revision 20150930\r\n[ 0.032489] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.048212] Security Framework initialized\r\n[ 0.052055] Yama: becoming mindful.\r\n[ 0.056169] AppArmor: AppArmor initialized\r\n[ 0.060271] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.068182] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.072169] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.076077] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.084110] Initializing cgroup subsys io\r\n[ 0.088072] Initializing cgroup subsys memory\r\n[ 0.092084] Initializing cgroup subsys devices\r\n[ 0.096072] Initializing cgroup subsys freezer\r\n[ 0.100057] Initializing cgroup subsys net_cls\r\n[ 0.104065] Initializing cgroup subsys perf_event\r\n[ 0.108119] Initializing cgroup subsys net_prio\r\n[ 0.112067] Initializing cgroup subsys hugetlb\r\n[ 0.116069] Initializing cgroup subsys pids\r\n[ 0.124759] mce: CPU supports 10 MCE banks\r\n[ 0.133103] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.140049] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.678025] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.142011] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.176394] smpboot: Max logical packages: 1\r\n[ 1.180082] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.191806] x2apic enabled\r\n[ 1.192080] Switched APIC routing to physical x2apic.\r\n[ 1.228000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.228000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.240290] Performance Events: AMD PMU driver.\r\n[ 1.248150] ... version: 0\r\n[ 1.252085] ... bit width: 48\r\n[ 1.256077] ... generic registers: 4\r\n[ 1.260056] ... value mask: 0000ffffffffffff\r\n[ 1.264085] ... max period: 00007fffffffffff\r\n[ 1.268069] ... fixed-purpose events: 0\r\n[ 1.272083] ... event mask: 000000000000000f\r\n[ 1.277731] x86: Booted up 1 node, 1 CPUs\r\n[ 1.280092] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.288243] devtmpfs: initialized\r\n[ 1.297291] evm: security.selinux\r\n[ 1.300064] evm: security.SMACK64\r\n[ 1.304083] evm: security.SMACK64EXEC\r\n[ 1.308049] evm: security.SMACK64TRANSMUTE\r\n[ 1.312050] evm: security.SMACK64MMAP\r\n[ 1.316068] evm: security.ima\r\n[ 1.320081] evm: security.capability\r\n[ 1.324483] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.328358] pinctrl core: initialized pinctrl subsystem\r\n[ 1.333803] RTC time: 14:45:17, date: 08/10/18\r\n[ 1.336655] NET: Registered protocol family 16\r\n[ 1.340388] cpuidle: using governor ladder\r\n[ 1.344094] cpuidle: using governor menu\r\n[ 1.348089] PCCT header not found.\r\n[ 1.364088] ACPI: bus type PCI registered\r\n[ 1.368082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.375243] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.376076] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.380108] PCI: Using configuration type 1 for base access\r\n[ 1.386609] ACPI: Added _OSI(Module Device)\r\n[ 1.388056] ACPI: Added _OSI(Processor Device)\r\n[ 1.392071] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.396073] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.408380] ACPI: Interpreter enabled\r\n[ 1.412069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.424063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.436082] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.440056] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.444146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.455234] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.456082] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.460377] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.464808] PCI host bridge to bus 0000:00\r\n[ 1.468084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.472197] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.476118] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.480076] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.484073] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 1.764702] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 1.934606] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 1.979082] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.052054] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.142249] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.197396] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.206753] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.236974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.252764] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.268813] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.281152] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.296789] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.312967] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.328699] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.344917] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.356369] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.368111] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.380222] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.392078] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.404165] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.416075] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.428170] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.440078] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.453394] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.456881] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.460000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.460060] vgaarb: loaded\r\n[ 2.464061] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.468862] SCSI subsystem initialized\r\n[ 2.472329] ACPI: bus type USB registered\r\n[ 2.476108] usbcore: registered new interface driver usbfs\r\n[ 2.480080] usbcore: registered new interface driver hub\r\n[ 2.484086] usbcore: registered new device driver usb\r\n[ 2.489127] PCI: Using ACPI for IRQ routing\r\n[ 3.622488] NetLabel: Initializing\r\n[ 3.624064] NetLabel: domain hash size = 128\r\n[ 3.628055] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 3.632224] NetLabel: unlabeled traffic allowed by default\r\n[ 3.636722] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 3.648061] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 3.657531] clocksource: Switched to clocksource kvm-clock\r\n[ 3.701095] AppArmor: AppArmor Filesystem Enabled\r\n[ 3.717787] pnp: PnP ACPI init\r\n[ 3.733312] pnp: PnP ACPI: found 4 devices\r\n[ 3.760928] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 3.833805] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 3.853972] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 3.874547] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 3.894309] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 3.964123] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 3.982335] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.030677] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.046300] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.261441] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.301416] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.360697] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.382362] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.417317] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.453984] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.507307] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 4.534574] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 4.575954] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 4.620326] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 4.681395] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 4.708290] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 4.751123] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 4.792810] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 4.850536] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 4.880283] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 4.938220] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 4.987588] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 5.062160] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 5.089151] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 5.163055] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 5.218514] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.286996] NET: Registered protocol family 2\r\n[ 5.314462] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.351699] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.386810] TCP: Hash tables configured (established 512 bind 512)\r\n[ 5.419156] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.450247] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.490244] NET: Registered protocol family 1\r\n[ 5.529258] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 5.584159] Trying to unpack rootfs image as initramfs...\r\n[ 5.761229] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 5.830097] Scanning for low memory corruption every 60 seconds\r\n[ 5.866158] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 5.897865] audit: initializing netlink subsys (disabled)\r\n[ 5.932197] audit: type=2000 audit(1533912316.513:1): initialized\r\n[ 5.959624] Initialise system trusted keyring\r\n[ 5.983368] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 6.016518] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 6.055461] zbud: loaded\r\n[ 6.071613] VFS: Disk quotas dquot_6.6.0\r\n[ 6.095656] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 6.134397] fuse init (API version 7.23)\r\n[ 6.164782] Key type big_key registered\r\n[ 6.190331] Allocating IMA MOK and blacklist keyrings.\r\n[ 6.227041] Key type asymmetric registered\r\n[ 6.254649] Asymmetric key parser 'x509' registered\r\n[ 6.280664] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 6.321457] io scheduler noop registered\r\n[ 6.345467] io scheduler deadline registered (default)\r\n[ 6.369816] io scheduler cfq registered\r\n[ 6.556417] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 6.603113] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.645059] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 6.681195] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.716287] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 6.751708] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.790041] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 6.833507] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.874020] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 6.918188] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.957160] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 7.006303] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 7.030779] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.083308] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.127214] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.172574] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.215623] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.268140] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.347593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 7.379406] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 7.421293] ACPI: Power Button [PWRF]\r\n[ 7.441445] GHES: HEST is not enabled!\r\n[ 7.566531] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 7.691280] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 7.774690] Linux agpgart interface v0.103\r\n[ 7.807464] brd: module loaded\r\n[ 7.830017] loop: module loaded\r\n[ 7.864609] vda: vda1 vda15\r\n[ 7.888281] libphy: Fixed MDIO Bus: probed\r\n[ 7.911851] tun: Universal TUN/TAP device driver, 1.6\r\n[ 7.945537] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 7.999383] PPP generic driver version 2.4.2\r\n[ 8.024558] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 8.057063] ehci-pci: EHCI PCI platform driver\r\n[ 8.084565] ehci-platform: EHCI generic platform driver\r\n[ 8.116465] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 8.149666] ohci-pci: OHCI PCI platform driver\r\n[ 8.176833] ohci-platform: OHCI generic platform driver\r\n[ 8.209609] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 8.248835] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.274726] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 8.325526] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 8.376529] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 8.407437] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 8.449421] usb usb1: Product: xHCI Host Controller\r\n[ 8.498988] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 8.530492] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 8.559431] hub 1-0:1.0: USB hub found\r\n[ 8.582776] hub 1-0:1.0: 4 ports detected\r\n[ 8.605502] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.635467] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 8.982533] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 9.272213] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 9.297937] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.330374] usb usb2: Product: xHCI Host Controller\r\n[ 9.350692] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 9.376157] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 9.404458] hub 2-0:1.0: USB hub found\r\n[ 9.423888] hub 2-0:1.0: 4 ports detected\r\n[ 9.443274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 9.486557] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 9.508275] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 9.529152] mousedev: PS/2 mouse device common for all mice\r\n[ 9.555660] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 9.591994] rtc_cmos 00:00: RTC can wake from S4\r\n[ 9.620440] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 9.647740] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 9.680600] hpet1: lost 1 rtc interrupts\r\n[ 9.701010] i2c /dev entries driver\r\n[ 9.717729] device-mapper: uevent: version 1.0.3\r\n[ 9.738085] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 9.773798] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 9.798607] NET: Registered protocol family 10\r\n[ 9.818683] NET: Registered protocol family 17\r\n[ 9.838055] Key type dns_resolver registered\r\n[ 9.857359] microcode: CPU0: patch_level=0x01000065\r\n[ 9.878851] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 9.918080] registered taskstats version 1\r\n[ 9.938501] Loading compiled-in X.509 certificates\r\n[ 9.964837] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 10.014315] zswap: loaded using pool lzo/zbud\r\n[ 10.055029] Key type trusted registered\r\n[ 10.084320] Key type encrypted registered\r\n[ 10.114001] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 10.146745] ima: No TPM chip found, activating TPM-bypass!\r\n[ 10.179773] evm: HMAC attrs: 0x1\r\n[ 10.227260] Magic number: 14:483:788\r\n[ 10.247691] rtc_cmos 00:00: setting system clock to 2018-08-10 14:45:29 UTC (1533912329)\r\n[ 10.291876] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 10.331847] EDD information not available.\r\n[ 10.360368] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 10.403629] Write protecting the kernel read-only data: 14336k\r\n[ 10.434486] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 10.480074] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 10.55\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 11.83\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 12.479406] random: dd urandom read with 15 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.GnoV8T'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.GnoV8T : -a /tmp/cirros-ds.XtabwA/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.43...\r\nLease of 10.129.0.43 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.03s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCRf+E+dp1x8rHUeTpXf9zkafF3PYsI+F22nip1394eUAAo3TdefyF9YXaX244MVeZ0/5oRwX4IPmC3FbuNZcAi3QAwl66I1EvIT2tkDhYkU31MVp4bWuByDJTUAvpscXz+b+NGneCrfZakgQlobkdoAiHfxruojZJIKt+7+RnDP32D2CwcrFEAfWYIberFenw/5XiUb3HczYZHM+1kC8c5jtWSAQ4VamjkiCsY36gX+rw/wK5LvZM8ywTxCZIPC3KGT1VlUb2D5IgFoxlvTC4PxxW9/1YPz+naCi97xYPAqbfyizo4tNGlgFZrvHUneZddx8Dn+Me9/Aq7f1VGS3J1 root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAODTQ7aXFKZJihhpbjUiQ4kDGSA3el5hgwJw2F0s+yTHl+ZfepxqqJeGH3varw0J/OcZYIfGOvpP9adY2bSApwGgkK6man4hk4OK5R/6wk8tXs0E8e12imfYCytPjFlzZW9nTwj2BIfWgb74URXDVSi5ReVsu7YJWRSs1aKtZychAAAAFQC8KrI+iV3+u5Aqt/NgdmXhx3e+aQAAAIBt39P4OgihlM723CIqoHHdO9ficgEEC3rjUrKE1zSbFFMwGYBZYzSslDYel4sr5p1hJkiar7LabZZ/ZOkKUqmsMuu7ksMkPinPKmxYh0cbXRX5jrl/UW1GlCkfv6L7UhTc676laMWtf0qq4d4zIAvfzCdp0rCtjHRr9XDctrK6XQAAAIEAs6arTSVEZGtCwPjsTm4GWtv4kDif4x3p7WucNhwq3xB+u4qTbldQg2jQW0VBfLy+aICVpFzQc0UoGlBoyk2QBDTMbpKw+6TvI1COAxA1vjt75wLR5SlHzctVLMr146WabsJ2fC52h2tM1u3CY1oMGSv840dyHmF1k3ELre6QrQc= root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.43,23,fe80::858:aff:fe81:2b/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.43 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmikxx2n.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=16.02 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [239.260 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to explicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:366 should be able to reach /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the Inbound VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:48:36.402156Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmizngw2-dd2s4" level=info timestamp=2018-08-10T14:48:50.640428Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmizngw2-dd2s4" level=info timestamp=2018-08-10T14:48:50.710281Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:49:01.284001Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:52:34.811398Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmizngw2 kind=VirtualMachineInstance uid=7610f6ad-9cac-11e8-8ce4-525500d15501 msg="Login: [{2 00f6c20-0x000f6c2f] mapped at [ffff8800000f6c20]\r\n[ 0.000000] Scanning 1 areas for low memory corruption\r\n[ 0.000000] Using GB pages for direct mapping\r\n[ 0.000000] RAMDISK: [mem 0x03916000-0x03dcbfff]\r\n[ 0.000000] ACPI: Early table checksum verification disabled\r\n[ 0.000000] ACPI: RSDP 0x00000000000F6A50 000014 (v00 BOCHS )\r\n[ 0.000000] ACPI: RSDT 0x0000000003DE2097 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: FACP 0x0000000003DE1EB7 0000F4 (v03 BOCHS BXPCFACP 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: DSDT 0x0000000003DE0040 001E77 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: FACS 0x0000000003DE0000 000040\r\n[ 0.000000] ACPI: APIC 0x0000000003DE1FAB 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: HPET 0x0000000003DE2023 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: MCFG 0x0000000003DE205B 00003C (v01 BOCHS BXPCMCFG 00000001 BXPC 00000001)\r\n[ 0.000000] No NUMA configuration found\r\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000003ddbfff]\r\n[ 0.000000] NODE_DATA(0) allocated [mem 0x03dd7000-0x03ddbfff]\r\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\r\n[ 0.000000] kvm-clock: cpu 0, msr 0:3dd3001, primary cpu clock\r\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\r\n[ 0.000000] Zone ranges:\r\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\r\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000003ddbfff]\r\n[ 0.000000] Normal empty\r\n[ 0.000000] Device empty\r\n[ 0.000000] Movable zone start for each node\r\n[ 0.000000] Early memory node ranges\r\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\r\n[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000003ddbfff]\r\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000003ddbfff]\r\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\r\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\r\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\r\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\r\n[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000\r\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\r\n[ 0.000000] e820: [mem 0x03e00000-0xafffffff] available for PCI devices\r\n[ 0.000000] Booting paravirtualized kernel on KVM\r\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\r\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\r\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff880003600000 s98008 r8192 d28968 u2097152\r\n[ 0.000000] KVM setup async PF for cpu 0\r\n[ 0.000000] kvm-stealtime: cpu 0, msr 360d940\r\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 15469\r\n[ 0.000000] Policy zone: DMA32\r\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.020057] pid_max: default: 32768 minimum: 301\r\n[ 0.024072] ACPI: Core revision 20150930\r\n[ 0.029101] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.044121] Security Framework initialized\r\n[ 0.048066] Yama: becoming mindful.\r\n[ 0.052125] AppArmor: AppArmor initialized\r\n[ 0.056114] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.064195] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.068117] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.072071] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.077346] Initializing cgroup subsys io\r\n[ 0.080086] Initializing cgroup subsys memory\r\n[ 0.084070] Initializing cgroup subsys devices\r\n[ 0.088077] Initializing cgroup subsys freezer\r\n[ 0.092066] Initializing cgroup subsys net_cls\r\n[ 0.096055] Initializing cgroup subsys perf_event\r\n[ 0.100122] Initializing cgroup subsys net_prio\r\n[ 0.104109] Initializing cgroup subsys hugetlb\r\n[ 0.108058] Initializing cgroup subsys pids\r\n[ 0.117287] mce: CPU supports 10 MCE banks\r\n[ 0.122577] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.124071] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.665796] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.178394] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.212399] smpboot: Max logical packages: 1\r\n[ 1.216055] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.228700] x2apic enabled\r\n[ 1.232061] Switched APIC routing to physical x2apic.\r\n[ 1.265779] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.268000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.280092] Performance Events: AMD PMU driver.\r\n[ 1.288092] ... version: 0\r\n[ 1.292063] ... bit width: 48\r\n[ 1.296050] ... generic registers: 4\r\n[ 1.300049] ... value mask: 0000ffffffffffff\r\n[ 1.304089] ... max period: 00007fffffffffff\r\n[ 1.308057] ... fixed-purpose events: 0\r\n[ 1.312064] ... event mask: 000000000000000f\r\n[ 1.317612] x86: Booted up 1 node, 1 CPUs\r\n[ 1.320072] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.331422] devtmpfs: initialized\r\n[ 1.337395] evm: security.selinux\r\n[ 1.340080] evm: security.SMACK64\r\n[ 1.344052] evm: security.SMACK64EXEC\r\n[ 1.348058] evm: security.SMACK64TRANSMUTE\r\n[ 1.352050] evm: security.SMACK64MMAP\r\n[ 1.356052] evm: security.ima\r\n[ 1.360052] evm: security.capability\r\n[ 1.364381] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.368236] pinctrl core: initialized pinctrl subsystem\r\n[ 1.373535] RTC time: 14:49:16, date: 08/10/18\r\n[ 1.376683] NET: Registered protocol family 16\r\n[ 1.380372] cpuidle: using governor ladder\r\n[ 1.384099] cpuidle: using governor menu\r\n[ 1.388062] PCCT header not found.\r\n[ 1.403529] ACPI: bus type PCI registered\r\n[ 1.404055] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.409261] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.412071] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.416090] PCI: Using configuration type 1 for base access\r\n[ 1.422475] ACPI: Added _OSI(Module Device)\r\n[ 1.424056] ACPI: Added _OSI(Processor Device)\r\n[ 1.428059] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.432060] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.444336] ACPI: Interpreter enabled\r\n[ 1.448066] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.460060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.472090] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.476063] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.480138] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.491399] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.492070] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.496817] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.500808] PCI host bridge to bus 0000:00\r\n[ 1.504058] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.508068] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.512100] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.516057] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.520091] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 1.788333] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 1.967295] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 2.020059] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.097617] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.174934] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.237976] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.258536] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.323520] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.336860] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.360131] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.376881] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.396907] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.416859] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.437240] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.452849] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.468728] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.480084] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.492230] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.504093] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.516263] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.528076] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.540175] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.552076] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.565566] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.571590] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.572000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.572060] vgaarb: loaded\r\n[ 2.576051] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.580822] SCSI subsystem initialized\r\n[ 2.584531] ACPI: bus type USB registered\r\n[ 2.588183] usbcore: registered new interface driver usbfs\r\n[ 2.592104] usbcore: registered new interface driver hub\r\n[ 2.596273] usbcore: registered new device driver usb\r\n[ 2.603156] PCI: Using ACPI for IRQ routing\r\n[ 4.164485] NetLabel: Initializing\r\n[ 4.168063] NetLabel: domain hash size = 128\r\n[ 4.172054] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 4.176303] NetLabel: unlabeled traffic allowed by default\r\n[ 4.183923] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 4.200645] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 4.212473] clocksource: Switched to clocksource kvm-clock\r\n[ 4.333768] AppArmor: AppArmor Filesystem Enabled\r\n[ 4.383440] pnp: PnP ACPI init\r\n[ 4.431522] pnp: PnP ACPI: found 4 devices\r\n[ 4.561984] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 4.838604] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 4.881801] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 4.918499] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 4.963964] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 5.025006] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 5.118641] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 5.210271] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 5.359706] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 5.501621] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 5.575716] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 5.631006] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 5.657042] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 5.697232] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 5.740954] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 5.809192] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 5.852151] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 5.903417] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 5.957037] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 6.023513] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 6.055605] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 6.105495] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 6.151919] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 6.548325] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 6.571528] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 6.626339] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 6.669086] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 6.721430] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 6.747330] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 6.787657] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 6.833085] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 6.895109] NET: Registered protocol family 2\r\n[ 6.923511] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 6.959580] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 6.989986] TCP: Hash tables configured (established 512 bind 512)\r\n[ 7.018758] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 7.048996] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 7.083734] NET: Registered protocol family 1\r\n[ 7.114905] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 7.157980] Trying to unpack rootfs image as initramfs...\r\n[ 7.441219] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 7.476954] Scanning for low memory corruption every 60 seconds\r\n[ 7.506388] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 7.531608] audit: initializing netlink subsys (disabled)\r\n[ 7.562425] audit: type=2000 audit(1533912556.588:1): initialized\r\n[ 7.588902] Initialise system trusted keyring\r\n[ 7.611699] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 7.641372] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 7.676950] zbud: loaded\r\n[ 7.692400] VFS: Disk quotas dquot_6.6.0\r\n[ 7.711915] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 7.743696] fuse init (API version 7.23)\r\n[ 7.767973] Key type big_key registered\r\n[ 7.787264] Allocating IMA MOK and blacklist keyrings.\r\n[ 7.817380] Key type asymmetric registered\r\n[ 7.838417] Asymmetric key parser 'x509' registered\r\n[ 7.867032] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 7.910216] io scheduler noop registered\r\n[ 7.932968] io scheduler deadline registered (default)\r\n[ 7.972697] io scheduler cfq registered\r\n[ 8.131578] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 8.168627] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.204952] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 8.241643] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.287643] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 8.328408] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.367299] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 8.398589] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.428559] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 8.464267] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.496806] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 8.530364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 8.562719] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.620149] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.691681] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.747909] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.800350] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.858891] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.915977] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 8.952483] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 8.988605] ACPI: Power Button [PWRF]\r\n[ 9.008475] GHES: HEST is not enabled!\r\n[ 9.112195] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 9.333259] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 9.474568] Linux agpgart interface v0.103\r\n[ 9.546667] brd: module loaded\r\n[ 9.564637] loop: module loaded\r\n[ 9.603386] vda: vda1 vda15\r\n[ 9.631245] libphy: Fixed MDIO Bus: probed\r\n[ 9.655291] tun: Universal TUN/TAP device driver, 1.6\r\n[ 9.682573] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 9.725014] PPP generic driver version 2.4.2\r\n[ 9.750311] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 9.782097] ehci-pci: EHCI PCI platform driver\r\n[ 9.810444] ehci-platform: EHCI generic platform driver\r\n[ 9.842653] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 9.871790] ohci-pci: OHCI PCI platform driver\r\n[ 9.897663] ohci-platform: OHCI generic platform driver\r\n[ 9.926354] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 9.960470] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.987293] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 10.039263] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 10.086794] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 10.113270] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 10.143400] usb usb1: Product: xHCI Host Controller\r\n[ 10.163147] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 10.186794] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 10.217079] hub 1-0:1.0: USB hub found\r\n[ 10.233666] hub 1-0:1.0: 4 ports detected\r\n[ 10.253154] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 10.273316] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 10.520182] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 10.557200] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 10.585692] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 10.618629] usb usb2: Product: xHCI Host Controller\r\n[ 10.640539] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 10.666888] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 10.688741] hub 2-0:1.0: USB hub found\r\n[ 10.715315] hub 2-0:1.0: 4 ports detected\r\n[ 10.733672] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 10.777037] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 10.797629] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 10.819375] mousedev: PS/2 mouse device common for all mice\r\n[ 10.850248] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 10.895399] rtc_cmos 00:00: RTC can wake from S4\r\n[ 10.918497] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 10.939549] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 10.971118] i2c /dev entries driver\r\n[ 10.984244] device-mapper: uevent: version 1.0.3\r\n[ 10.999745] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 11.026882] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 11.049129] NET: Registered protocol family 10\r\n[ 11.064463] NET: Registered protocol family 17\r\n[ 11.079386] Key type dns_resolver registered\r\n[ 11.094178] microcode: CPU0: patch_level=0x01000065\r\n[ 11.109988] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 11.137962] registered taskstats version 1\r\n[ 11.151961] Loading compiled-in X.509 certificates\r\n[ 11.170381] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 11.208414] zswap: loaded using pool lzo/zbud\r\n[ 11.438542] Key type trusted registered\r\n[ 11.537038] Key type encrypted registered\r\n[ 11.557136] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 11.581661] ima: No TPM chip found, activating TPM-bypass!\r\n[ 11.604617] evm: HMAC attrs: 0x1\r\n[ 11.635150] Magic number: 14:36:839\r\n[ 11.655788] rtc_cmos 00:00: setting system clock to 2018-08-10 14:49:29 UTC (1533912569)\r\n[ 11.689766] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 11.711965] EDD information not available.\r\n[ 11.734602] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 11.766535] Write protecting the kernel read-only data: 14336k\r\n[ 11.790281] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 11.822494] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 11.88\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 12.52\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 12.727658] random: dd urandom read with 14 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.FuYhB6'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.FuYhB6 : -a /tmp/cirros-ds.5o84kR/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.44...\r\nLease of 10.129.0.44 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.03s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCCSFnmL0bBW07oqFOCBncFmTjKS2D/XQIpVUAQ7EpB32gmz5+Fmiaq9dIpCPFyCyP3gH+38kFJ1ER07QLmEROWoc9Jxl+JotPhGF5Zzp+AqxvfHR1RU30snzgbgmghRyb0XTOsXNemn39wO8Sv6FkK/d9RnEXXC4M/NL9oZ8E4pWZWl5LR++QHADpYHYqomxJD8WvKc3QRshO/pgl99h4bxTx/lIhfma3Z//c7oHwy/aQ0Vy/nFNPPmgtg/nAB1SNHDppUmPtvsBnJE0sQe9lqOSxjZnBe8zobmraM6Pzbf8G6yKkM3XvUYOo+ybUcHFAb9+FhSkp6qK1IjF35iqB5 root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAImWGCkLoLE6yUqGB+dnuObb+wkQYdNXuqW2J+rYQoPdd/ucNOUTo/F44Je5NlkzflXIEQTlDET6gt6v2C3I4M/J72b6NrcdT+ckqRli4EDHFFGdYTUewN4d01RmuMUshlxnEHp4vH30uKwNGnsst9hEFbbxKZRj+OLyEugJ+dL7AAAAFQCjzk4Xj2A5zjOIakSCEuFvyF0L/QAAAIEAiJcytlB/o8K+eLuJrBQOVoNqDpNNWck9u6cMYRXnyZoR43SAkL/o3nwm8vT7NLlTuFU5PrJu0mMgK9bpjQs2PWe6yE3ReIZy8950urx4QavIHClhfiyCB2KuhDoTB0EIjB3d0t9qgdBI3cH8nyvFV+OB1Nr/RXqkM2JyyBwo0s8AAACAQR/29Wbzz20FcDZNw1yFQ0RQrnQ0s3tQq4X8LdzO/jWeSygaVoxfR4X9yVyMeGXkC5mTjvovN8JOh3tUrtos9YLIzQPS6OJZdVHm7AdnTJicL/3bhNJQ5+hNfO8D52nh9+S8Rjw0ZhGE/VK9bpKsG/CP2XUhYtqcovLaBsuqUiM= root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.44,23,fe80::858:aff:fe81:2c/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.44 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmizngw2.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=15.75 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [236.850 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to explicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:366 should be able to reach /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the internet /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:52:35.615258Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmiwkx2k-wddct" level=info timestamp=2018-08-10T14:52:49.613739Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmiwkx2k-wddct" level=info timestamp=2018-08-10T14:52:49.645455Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:53:00.272093Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T14:56:31.662577Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmiwkx2k kind=VirtualMachineInstance uid=04a0194d-9cad-11e8-8ce4-525500d15501 msg="Login: [{2 40113] Security Framework initialized\r\n[ 0.044051] Yama: becoming mindful.\r\n[ 0.048266] AppArmor: AppArmor initialized\r\n[ 0.052983] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.060593] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.064153] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.072067] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.076682] Initializing cgroup subsys io\r\n[ 0.080287] Initializing cgroup subsys memory\r\n[ 0.084285] Initializing cgroup subsys devices\r\n[ 0.088101] Initializing cgroup subsys freezer\r\n[ 0.096123] Initializing cgroup subsys net_cls\r\n[ 0.100098] Initializing cgroup subsys perf_event\r\n[ 0.104244] Initializing cgroup subsys net_prio\r\n[ 0.108068] Initializing cgroup subsys hugetlb\r\n[ 0.112070] Initializing cgroup subsys pids\r\n[ 0.122786] mce: CPU supports 10 MCE banks\r\n[ 0.129987] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.132060] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.701551] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.140254] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.168473] smpboot: Max logical packages: 1\r\n[ 1.172072] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.182111] x2apic enabled\r\n[ 1.184071] Switched APIC routing to physical x2apic.\r\n[ 1.216000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.216000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.228078] Performance Events: AMD PMU driver.\r\n[ 1.236118] ... version: 0\r\n[ 1.240060] ... bit width: 48\r\n[ 1.244059] ... generic registers: 4\r\n[ 1.248057] ... value mask: 0000ffffffffffff\r\n[ 1.252064] ... max period: 00007fffffffffff\r\n[ 1.256055] ... fixed-purpose events: 0\r\n[ 1.260070] ... event mask: 000000000000000f\r\n[ 1.266367] x86: Booted up 1 node, 1 CPUs\r\n[ 1.268071] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.279418] devtmpfs: initialized\r\n[ 1.285263] evm: security.selinux\r\n[ 1.288085] evm: security.SMACK64\r\n[ 1.292061] evm: security.SMACK64EXEC\r\n[ 1.296055] evm: security.SMACK64TRANSMUTE\r\n[ 1.300054] evm: security.SMACK64MMAP\r\n[ 1.304055] evm: security.ima\r\n[ 1.308065] evm: security.capability\r\n[ 1.312576] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.316331] pinctrl core: initialized pinctrl subsystem\r\n[ 1.322818] RTC time: 14:53:14, date: 08/10/18\r\n[ 1.324700] NET: Registered protocol family 16\r\n[ 1.328751] cpuidle: using governor ladder\r\n[ 1.332100] cpuidle: using governor menu\r\n[ 1.336089] PCCT header not found.\r\n[ 1.351196] ACPI: bus type PCI registered\r\n[ 1.352064] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.357390] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.360063] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.365934] PCI: Using configuration type 1 for base access\r\n[ 1.370610] ACPI: Added _OSI(Module Device)\r\n[ 1.372078] ACPI: Added _OSI(Processor Device)\r\n[ 1.376061] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.380061] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.392550] ACPI: Interpreter enabled\r\n[ 1.396074] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.408070] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.420186] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.424069] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.428153] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.438915] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.440091] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.444259] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.449079] PCI host bridge to bus 0000:00\r\n[ 1.452068] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.456069] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.460068] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.464068] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.468067] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 1.738358] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 1.903061] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 1.957245] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.031344] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.104345] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.176055] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.190602] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.222568] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.236976] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.254467] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.268763] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.288844] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.304766] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.320827] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.336709] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.352410] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.364157] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.376221] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.388079] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.400228] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.412086] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.424222] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.436076] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.449399] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.452955] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.456000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.456058] vgaarb: loaded\r\n[ 2.460074] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.464724] SCSI subsystem initialized\r\n[ 2.468304] ACPI: bus type USB registered\r\n[ 2.472109] usbcore: registered new interface driver usbfs\r\n[ 2.476072] usbcore: registered new interface driver hub\r\n[ 2.480079] usbcore: registered new device driver usb\r\n[ 2.484967] PCI: Using ACPI for IRQ routing\r\n[ 3.692130] NetLabel: Initializing\r\n[ 3.697021] NetLabel: domain hash size = 128\r\n[ 3.700094] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 3.704470] NetLabel: unlabeled traffic allowed by default\r\n[ 3.708742] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 3.724191] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 3.732150] clocksource: Switched to clocksource kvm-clock\r\n[ 3.823534] AppArmor: AppArmor Filesystem Enabled\r\n[ 3.859629] pnp: PnP ACPI init\r\n[ 3.888695] pnp: PnP ACPI: found 4 devices\r\n[ 3.928994] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 4.029232] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 4.061839] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 4.094492] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 4.126074] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 4.160951] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 4.195619] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.224099] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.258890] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.302567] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.339241] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.391055] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.416429] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.451100] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.490486] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.571318] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 4.603155] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 4.649567] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 4.697204] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 4.758512] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 4.785241] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 4.823477] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 4.859322] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 4.922077] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 4.948753] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 4.986675] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 5.029486] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 5.086032] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 5.113399] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 5.152556] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 5.193568] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.247043] NET: Registered protocol family 2\r\n[ 5.266888] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.301674] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.335301] TCP: Hash tables configured (established 512 bind 512)\r\n[ 5.366071] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.396740] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 5.433229] NET: Registered protocol family 1\r\n[ 5.460269] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 5.506309] Trying to unpack rootfs image as initramfs...\r\n[ 5.762896] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 5.885546] Scanning for low memory corruption every 60 seconds\r\n[ 5.986781] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 6.074553] audit: initializing netlink subsys (disabled)\r\n[ 6.141984] audit: type=2000 audit(1533912793.251:1): initialized\r\n[ 6.175883] Initialise system trusted keyring\r\n[ 6.199450] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 6.234756] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 6.275531] zbud: loaded\r\n[ 6.289462] VFS: Disk quotas dquot_6.6.0\r\n[ 6.315930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 6.349777] fuse init (API version 7.23)\r\n[ 6.371233] Key type big_key registered\r\n[ 6.401432] Allocating IMA MOK and blacklist keyrings.\r\n[ 6.437871] Key type asymmetric registered\r\n[ 6.461227] Asymmetric key parser 'x509' registered\r\n[ 6.488320] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 6.535619] io scheduler noop registered\r\n[ 6.556608] io scheduler deadline registered (default)\r\n[ 6.582462] io scheduler cfq registered\r\n[ 6.755908] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 6.790886] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 6.884921] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 6.979751] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.086265] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 7.183605] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.207977] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 7.232303] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.255968] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 7.363457] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.474083] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 7.574219] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 7.659214] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.849126] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.018032] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.156296] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.214535] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.274519] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.331560] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 8.359622] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 8.407126] ACPI: Power Button [PWRF]\r\n[ 8.431538] GHES: HEST is not enabled!\r\n[ 8.541210] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 8.670474] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 8.809070] Linux agpgart interface v0.103\r\n[ 8.893116] brd: module loaded\r\n[ 8.917713] loop: module loaded\r\n[ 8.989322] vda: vda1 vda15\r\n[ 9.104831] libphy: Fixed MDIO Bus: probed\r\n[ 9.156867] tun: Universal TUN/TAP device driver, 1.6\r\n[ 9.183214] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 9.241027] PPP generic driver version 2.4.2\r\n[ 9.268845] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 9.297416] ehci-pci: EHCI PCI platform driver\r\n[ 9.337740] ehci-platform: EHCI generic platform driver\r\n[ 9.414274] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 9.484994] ohci-pci: OHCI PCI platform driver\r\n[ 9.532335] ohci-platform: OHCI generic platform driver\r\n[ 9.603717] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 9.665273] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.692576] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 9.740269] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 9.785209] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 9.817788] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.855902] usb usb1: Product: xHCI Host Controller\r\n[ 9.879964] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 9.905234] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 9.929969] hub 1-0:1.0: USB hub found\r\n[ 9.949065] hub 1-0:1.0: 4 ports detected\r\n[ 9.971288] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.995585] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 10.285135] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 10.332468] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 10.363037] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 10.394842] usb usb2: Product: xHCI Host Controller\r\n[ 10.415554] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 10.439630] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 10.460930] hub 2-0:1.0: USB hub found\r\n[ 10.479635] hub 2-0:1.0: 4 ports detected\r\n[ 10.499597] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 10.545481] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 10.565306] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 10.590513] mousedev: PS/2 mouse device common for all mice\r\n[ 10.623788] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 10.670799] rtc_cmos 00:00: RTC can wake from S4\r\n[ 10.704523] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 10.739555] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 10.811334] hpet1: lost 3 rtc interrupts\r\n[ 10.856664] i2c /dev entries driver\r\n[ 10.905741] device-mapper: uevent: version 1.0.3\r\n[ 10.968712] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 11.077114] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 11.150466] NET: Registered protocol family 10\r\n[ 11.172557] NET: Registered protocol family 17\r\n[ 11.196253] Key type dns_resolver registered\r\n[ 11.219824] microcode: CPU0: patch_level=0x01000065\r\n[ 11.248529] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 11.298322] registered taskstats version 1\r\n[ 11.328645] Loading compiled-in X.509 certificates\r\n[ 11.364726] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 11.536725] zswap: loaded using pool lzo/zbud\r\n[ 11.640834] Key type trusted registered\r\n[ 11.671914] Key type encrypted registered\r\n[ 11.696167] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 11.722118] ima: No TPM chip found, activating TPM-bypass!\r\n[ 11.747692] evm: HMAC attrs: 0x1\r\n[ 11.785653] Magic number: 14:586:889\r\n[ 11.802802] pci 0000:00:1f.2: hash matches\r\n[ 11.824963] rtc_cmos 00:00: setting system clock to 2018-08-10 14:53:27 UTC (1533912807)\r\n[ 11.864857] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 11.905089] EDD information not available.\r\n[ 11.930643] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 11.967512] Write protecting the kernel read-only data: 14336k\r\n[ 12.010106] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 12.050752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 12.49\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 13.28\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 13.523085] random: dd urandom read with 16 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.g0GWpt'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.g0GWpt : -a /tmp/cirros-ds.o6DhIG/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.47...\r\nLease of 10.129.0.47 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.03s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCm9WoW+0pe6jO2Wd44SZYkUeKa+54NRMr7mMVNN1yWt9pyNlHTxHIoPw0ZsQod6Hvf9q3w0iT7/PnPCv8kiTDdcWcb9W8q2FjbRAF1Lx5MSYllZSs07MqZIbEhqKJCCXXTNIRN4ZhnAd4KeyatBDVZzD/8qumquj1P4XyhDaufqKWt2v3OgTZ+yfNjybnS+9tZ1IpQh86HrtHZWhwNwPBGWFrErM8aK0U8iNJAWxhZwuHO8NX84Oe9QZTSXP0U4+1sGGbLePGPBWyhUHsvKCHzuFxNqIrzYv+3ZTXWgyWc9xsNIi48bAzRQB+10YiwwHqaRUcjHfhAfX9BLniiFta/ root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBANy2l0W7mcTBr/DLOytz57gJwmBRGHl2ay0nSyHvtwGU/kYIW3JJxUkuKp5VddrKZxOj8TrmNbV++DTXR6tYUCAVn1YsBAlWqoaWbFERo96EBonN3KR3hi7aL1+oZD6+v6SrXpdDxzDN3KERg2pmOEQTTJKyQ15kNhCo9qBBXOHtAAAAFQDQW4IQIXDigsvjN82hhrcP/5rSbQAAAIAEtC5Z8eWcV0BxY9jqhPx69rt50zRWWu7VpwQl8Am8pWvv8FVFEorc3pKlGJ8BnMdTEX5ehQLkBtRaMxEgrqptQpWIKwXFweWMO9EuCJEps5CtFGpOVwzgr7wirJxzezLr7THki0zlsaDhy/6t4rjTwJL8AWImjlPWc/RRxkxEewAAAIAn9XZWYnhHJ+RQIyWRZy/iX9iL/2TEWVGA9OuZvuUJHmqqqQlT1NiGjftOb73JJl7s/+dJFAoPrmMOF3kuxBAXake5tZiti0LLHSGkhcpMWZqH5n14W5X0XKimDNImohpPm8H0y0bD3y9ndhvyuXefBJ+0AYiTqoUIHTfL47ZuIA== root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.47,23,fe80::858:aff:fe81:2f/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.47 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmiwkx2k.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=15.31 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [242.789 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to explicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:366 should be reachable via the propagated IP from a Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on the same node from Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T14:56:32.427381Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvminfbdb-bt8lg" level=info timestamp=2018-08-10T14:56:46.995206Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvminfbdb-bt8lg" level=info timestamp=2018-08-10T14:56:47.100075Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T14:56:57.869324Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T15:00:34.451985Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvminfbdb kind=VirtualMachineInstance uid=91cef6c0-9cad-11e8-8ce4-525500d15501 msg="Login: [{2 [ 0.000000] Initializing cgroup subsys cpuset\r\n[ 0.000000] Initializing cgroup subsys cpu\r\n[ 0.000000] Initializing cgroup subsys cpuacct\r\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\r\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] KERNEL supported cpus:\r\n[ 0.000000] Intel GenuineIntel\r\n[ 0.000000] AMD AuthenticAMD\r\n[ 0.000000] Centaur CentaurHauls\r\n[ 0.000000] x86/fpu: Legacy x87 FPU detected.\r\n[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.\r\n[ 0.000000] e820: BIOS-provided physical RAM map:\r\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\r\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ddbfff] usable\r\n[ 0.000000] BIOS-e820: [mem 0x0000000003ddc000-0x0000000003dfffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\r\n[ 0.000000] NX (Execute Disable) protection: active\r\n[ 0.000000] SMBIOS 2.8 present.\r\n[ 0.000000] Hypervisor detected: KVM\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] e820: last_pfn = 0x3ddc max_arch_pfn = 0x400000000\r\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \r\n[ 0.000000] found SMP MP-table at [mem 0x000f6c20-0x000f6c2f] mapped at [ffff8800000f6c20]\r\n[ 0.000000] Scanning 1 areas for low memory corruption\r\n[ 0.000000] Using GB pages for direct mapping\r\n[ 0.000000] RAMDISK: [mem 0x03916000-0x03dcbfff]\r\n[ 0.000000] ACPI: Early table checksum verification disabled\r\n[ 0.000000] ACPI: RSDP 0x00000000000F6A50 000014 (v00 BOCHS )\r\n[ 0.000000] ACPI: RSDT 0x0000000003DE2097 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: FACP 0x0000000003DE1EB7 0000F4 (v03 BOCHS BXPCFACP 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: DSDT 0x0000000003DE0040 001E77 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: FACS 0x0000000003DE0000 000040\r\n[ 0.000000] ACPI: APIC 0x0000000003DE1FAB 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: HPET 0x0000000003DE2023 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: MCFG 0x0000000003DE205B 00003C (v01 BOCHS BXPCMCFG 00000001 BXPC 00000001)\r\n[ 0.000000] No NUMA configuration found\r\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000003ddbfff]\r\n[ 0.000000] NODE_DATA(0) allocated [mem 0x03dd7000-0x03ddbfff]\r\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\r\n[ 0.000000] kvm-clock: cpu 0, msr 0:3dd3001, primary cpu clock\r\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\r\n[ 0.000000] Zone ranges:\r\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\r\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000003ddbfff]\r\n[ 0.000000] Normal empty\r\n[ 0.000000] Device empty\r\n[ 0.000000] Movable zone start for each node\r\n[ 0.000000] Early memory node ranges\r\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\r\n[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000003ddbfff]\r\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000003ddbfff]\r\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\r\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\r\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\r\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\r\n[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000\r\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\r\n[ 0.000000] e820: [mem 0x03e00000-0xafffffff] available for PCI devices\r\n[ 0.000000] Booting paravirtualized kernel on KVM\r\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\r\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\r\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff880003600000 s98008 r8192 d28968 u2097152\r\n[ 0.000000] KVM setup async PF for cpu 0\r\n[ 0.000000] kvm-stealtime: cpu 0, msr 360d940\r\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 15469\r\n[ 0.000000] Policy zone: DMA32\r\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.016151] pid_max: default: 32768 minimum: 301\r\n[ 0.020178] ACPI: Core revision 20150930\r\n[ 0.032876] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.044273] Security Framework initialized\r\n[ 0.048090] Yama: becoming mindful.\r\n[ 0.052519] AppArmor: AppArmor initialized\r\n[ 0.060577] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.064549] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.068427] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.072097] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.080380] Initializing cgroup subsys io\r\n[ 0.084098] Initializing cgroup subsys memory\r\n[ 0.088213] Initializing cgroup subsys devices\r\n[ 0.092170] Initializing cgroup subsys freezer\r\n[ 0.100195] Initializing cgroup subsys net_cls\r\n[ 0.108204] Initializing cgroup subsys perf_event\r\n[ 0.112170] Initializing cgroup subsys net_prio\r\n[ 0.116073] Initializing cgroup subsys hugetlb\r\n[ 0.120099] Initializing cgroup subsys pids\r\n[ 0.136649] mce: CPU supports 10 MCE banks\r\n[ 0.146737] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.148088] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 1.061006] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.571141] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.652273] smpboot: Max logical packages: 1\r\n[ 1.656071] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.672514] x2apic enabled\r\n[ 1.676067] Switched APIC routing to physical x2apic.\r\n[ 1.715511] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.716000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.728073] Performance Events: AMD PMU driver.\r\n[ 1.736123] ... version: 0\r\n[ 1.740061] ... bit width: 48\r\n[ 1.744067] ... generic registers: 4\r\n[ 1.748058] ... value mask: 0000ffffffffffff\r\n[ 1.752050] ... max period: 00007fffffffffff\r\n[ 1.756070] ... fixed-purpose events: 0\r\n[ 1.760064] ... event mask: 000000000000000f\r\n[ 1.765501] x86: Booted up 1 node, 1 CPUs\r\n[ 1.768072] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.776244] devtmpfs: initialized\r\n[ 1.786247] evm: security.selinux\r\n[ 1.788067] evm: security.SMACK64\r\n[ 1.792059] evm: security.SMACK64EXEC\r\n[ 1.796061] evm: security.SMACK64TRANSMUTE\r\n[ 1.800071] evm: security.SMACK64MMAP\r\n[ 1.804053] evm: security.ima\r\n[ 1.808063] evm: security.capability\r\n[ 1.812369] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.816254] pinctrl core: initialized pinctrl subsystem\r\n[ 1.824063] RTC time: 14:57:17, date: 08/10/18\r\n[ 1.828745] NET: Registered protocol family 16\r\n[ 1.832337] cpuidle: using governor ladder\r\n[ 1.836058] cpuidle: using governor menu\r\n[ 1.840071] PCCT header not found.\r\n[ 1.855946] ACPI: bus type PCI registered\r\n[ 1.856070] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.861206] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.864078] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.868092] PCI: Using configuration type 1 for base access\r\n[ 1.874693] ACPI: Added _OSI(Module Device)\r\n[ 1.876059] ACPI: Added _OSI(Processor Device)\r\n[ 1.880069] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.884052] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.896601] ACPI: Interpreter enabled\r\n[ 1.900073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.912063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.924112] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.928064] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.932180] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.946046] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.948087] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.952290] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.956872] PCI host bridge to bus 0000:00\r\n[ 1.960072] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.964074] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.968078] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.972076] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.976081] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 2.261707] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 2.451611] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 2.509370] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.583499] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.658102] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.709825] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.722159] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.762186] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.776798] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.792803] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.808779] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.824681] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.840792] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.856801] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.872826] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.889020] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.900102] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.912345] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.924093] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.936292] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.948081] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.960221] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.972161] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.985579] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.988832] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.992000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.992077] vgaarb: loaded\r\n[ 2.996131] vgaarb: bridge control possible 0000:00:01.0\r\n[ 3.000866] SCSI subsystem initialized\r\n[ 3.004690] ACPI: bus type USB registered\r\n[ 3.008131] usbcore: registered new interface driver usbfs\r\n[ 3.012125] usbcore: registered new interface driver hub\r\n[ 3.016122] usbcore: registered new device driver usb\r\n[ 3.021200] PCI: Using ACPI for IRQ routing\r\n[ 4.159493] NetLabel: Initializing\r\n[ 4.160057] NetLabel: domain hash size = 128\r\n[ 4.164050] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 4.168280] NetLabel: unlabeled traffic allowed by default\r\n[ 4.172576] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 4.184069] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 4.192123] clocksource: Switched to clocksource kvm-clock\r\n[ 4.241940] AppArmor: AppArmor Filesystem Enabled\r\n[ 4.266245] pnp: PnP ACPI init\r\n[ 4.287366] pnp: PnP ACPI: found 4 devices\r\n[ 4.320220] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 4.402703] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 4.431121] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 4.463392] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 4.491898] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 4.519353] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 4.548339] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.573201] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.599259] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.635587] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.686984] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.744514] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.784624] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.839264] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.897429] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.957065] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 5.023450] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 5.124640] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 5.246096] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 5.393698] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 5.428691] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 5.465496] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 5.505394] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 5.569590] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 5.594400] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 5.633626] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 5.670902] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 5.727836] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 5.757396] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 5.795622] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 5.836691] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.890845] NET: Registered protocol family 2\r\n[ 5.909937] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.942264] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.971298] TCP: Hash tables configured (established 512 bind 512)\r\n[ 5.998948] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 6.026197] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 6.054405] NET: Registered protocol family 1\r\n[ 6.084673] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 6.124844] Trying to unpack rootfs image as initramfs...\r\n[ 6.334439] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 6.374397] Scanning for low memory corruption every 60 seconds\r\n[ 6.401296] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 6.428886] audit: initializing netlink subsys (disabled)\r\n[ 6.455272] audit: type=2000 audit(1533913033.955:1): initialized\r\n[ 6.480396] Initialise system trusted keyring\r\n[ 6.500606] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 6.527870] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 6.573510] zbud: loaded\r\n[ 6.587470] VFS: Disk quotas dquot_6.6.0\r\n[ 6.609294] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 6.641633] fuse init (API version 7.23)\r\n[ 6.662472] Key type big_key registered\r\n[ 6.699260] Allocating IMA MOK and blacklist keyrings.\r\n[ 6.741875] Key type asymmetric registered\r\n[ 6.763377] Asymmetric key parser 'x509' registered\r\n[ 6.785203] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 6.823032] io scheduler noop registered\r\n[ 6.841874] io scheduler deadline registered (default)\r\n[ 6.865851] io scheduler cfq registered\r\n[ 7.028879] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 7.055191] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.086342] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 7.120137] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.154348] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 7.192513] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.220985] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 7.253525] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.287186] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 7.316194] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.345379] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 7.378370] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 7.405264] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.455320] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.510318] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.565890] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.624916] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.678237] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 7.728178] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 7.755617] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 7.792112] ACPI: Power Button [PWRF]\r\n[ 7.810024] GHES: HEST is not enabled!\r\n[ 7.901868] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 7.998218] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 8.040228] Linux agpgart interface v0.103\r\n[ 8.067207] brd: module loaded\r\n[ 8.085855] loop: module loaded\r\n[ 8.117410] vda: vda1 vda15\r\n[ 8.144506] libphy: Fixed MDIO Bus: probed\r\n[ 8.170139] tun: Universal TUN/TAP device driver, 1.6\r\n[ 8.196546] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 8.233407] PPP generic driver version 2.4.2\r\n[ 8.254043] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 8.285891] ehci-pci: EHCI PCI platform driver\r\n[ 8.309148] ehci-platform: EHCI generic platform driver\r\n[ 8.334039] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 8.361900] ohci-pci: OHCI PCI platform driver\r\n[ 8.389537] ohci-platform: OHCI generic platform driver\r\n[ 8.422352] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 8.458797] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.489417] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 8.534637] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 8.588359] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 8.615818] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 8.657028] usb usb1: Product: xHCI Host Controller\r\n[ 8.682474] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 8.708202] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 8.730961] hub 1-0:1.0: USB hub found\r\n[ 8.749777] hub 1-0:1.0: 4 ports detected\r\n[ 8.769939] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 8.792884] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 9.040302] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 9.078103] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 9.108960] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.153160] usb usb2: Product: xHCI Host Controller\r\n[ 9.180466] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 9.207190] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 9.226591] hub 2-0:1.0: USB hub found\r\n[ 9.242637] hub 2-0:1.0: 4 ports detected\r\n[ 9.260509] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 9.361151] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 9.423871] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 9.479610] mousedev: PS/2 mouse device common for all mice\r\n[ 9.545062] rtc_cmos 00:00: RTC can wake from S4\r\n[ 9.610280] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 9.685398] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 9.712295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 9.745310] hpet1: lost 1 rtc interrupts\r\n[ 9.762162] i2c /dev entries driver\r\n[ 9.778343] device-mapper: uevent: version 1.0.3\r\n[ 9.796945] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 9.830198] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 9.853354] NET: Registered protocol family 10\r\n[ 9.871940] NET: Registered protocol family 17\r\n[ 9.890083] Key type dns_resolver registered\r\n[ 9.908316] microcode: CPU0: patch_level=0x01000065\r\n[ 9.928205] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 9.962470] registered taskstats version 1\r\n[ 9.979625] Loading compiled-in X.509 certificates\r\n[ 10.000439] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 10.038140] zswap: loaded using pool lzo/zbud\r\n[ 10.060922] Key type trusted registered\r\n[ 10.081358] Key type encrypted registered\r\n[ 10.098077] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 10.119122] ima: No TPM chip found, activating TPM-bypass!\r\n[ 10.140125] evm: HMAC attrs: 0x1\r\n[ 10.168411] Magic number: 14:689:990\r\n[ 10.185620] rtc_cmos 00:00: setting system clock to 2018-08-10 14:57:29 UTC (1533913049)\r\n[ 10.223928] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 10.249677] EDD information not available.\r\n[ 10.274906] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 10.312443] Write protecting the kernel read-only data: 14336k\r\n[ 10.339322] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 10.376313] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 10.43\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 11.50\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 11.949552] random: dd urandom read with 15 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.cP75Pg'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.cP75Pg : -a /tmp/cirros-ds.LiOJ6R/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.49...\r\nLease of 10.129.0.49 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.36s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCD4JrT5+/KAjIy0T3nDMvLe48za5Xh6OaO5zNoGL0iORCdYuz9T2FZcVv+i1VR79vVxooQeoKmcRx+qCjtRolxHL3vm1RVDBZvRDjouFw5NwPZCCbc/T7LD/wElJE9lrEYIT/cD7g8En6tbHSxd1mp0Sa0n1Kfiexy5HnZNALv5fg+Xi5W03rBH4PBoRa/rAJQhsamai6peDXBaqt6kyAQz/3a1B83mMGyxrAQXpRlEQekJf+LHecPDRVnWSuBPVlCuH3w3wSWtdEbsK6V7W3piOf95Adgr6iFpuJYTmblGBcREq8pdlG5KKWN1N3vNbLe9tqtviJTpVWL7hcU4Hhp root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAOJcc2Qmw5ivTdAOZ24OViDfvaYMHCOzCuc6k5D09UPhiUkGGtqj+IJDHk0auP8/lR0x5vA+M39cz3nlJHujSNE4hVABiAb4Y7raGtoMCrwfq/nzOVTVPUNJ7usZgdt0eROQCLHXquZjL3PxFLYVjLLSMiUhrqMgWysRwyAxQNNZAAAAFQDlWFU3MpKSrG6ZGZjayIMLRvhC3QAAAIEA1ghP4GDDyPoSv+zw9tZAcBBxYR34WJzpYUSgATR8umqDJX2oVXkakVaKkMlVsH2YwqMbPRTnpNjUnnp2RS6JIyFHgSuIGZ/J0XmO/GPZGl0Nq0uUseThokRQn4BKEgICvU1o57gJ/ryyYq6OT8OPWvo+zBD0WiYh1myiAd2wYuIAAACBAJeR5HX7nSlrTvy2sSrVY5WFNgzY2QW4h9780EMG2Cm5y3i3+CcifQFMZ0MORdsAfUOef8r693PNl3n/BJJ2JZX39hcRJVxTw29zzQcoIVpnUgeNkIk7eLkeNmOdvIoS2Yjrl6qNogbCzmhNP7li/6LTun2umZTjneWs+TfA5aLl root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.49,23,fe80::858:aff:fe81:31/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.49 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvminfbdb.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=14.63 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [243.361 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to explicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:366 should be reachable via the propagated IP from a Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on a different node from Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T15:00:35.700657Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmip6zrp-rkh5d" level=info timestamp=2018-08-10T15:00:49.075665Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmip6zrp-rkh5d" level=info timestamp=2018-08-10T15:00:49.115175Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T15:00:59.890319Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T15:04:37.813656Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmip6zrp kind=VirtualMachineInstance uid=22b739be-9cae-11e8-8ce4-525500d15501 msg="Login: [{2 [ 0.000000] Initializing cgroup subsys cpuset\r\n[ 0.000000] Initializing cgroup subsys cpu\r\n[ 0.000000] Initializing cgroup subsys cpuacct\r\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\r\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] KERNEL supported cpus:\r\n[ 0.000000] Intel GenuineIntel\r\n[ 0.000000] AMD AuthenticAMD\r\n[ 0.000000] Centaur CentaurHauls\r\n[ 0.000000] x86/fpu: Legacy x87 FPU detected.\r\n[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.\r\n[ 0.000000] e820: BIOS-provided physical RAM map:\r\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\r\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ddbfff] usable\r\n[ 0.000000] BIOS-e820: [mem 0x0000000003ddc000-0x0000000003dfffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\r\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\r\n[ 0.000000] NX (Execute Disable) protection: active\r\n[ 0.000000] SMBIOS 2.8 present.\r\n[ 0.000000] Hypervisor detected: KVM\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] e820: last_pfn = 0x3ddc max_arch_pfn = 0x400000000\r\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \r\n[ 0.000000] found SMP MP-table at [mem 0x000f6c20-0x000f6c2f] mapped at [ffff8800000f6c20]\r\n[ 0.000000] Scanning 1 areas for low memory corruption\r\n[ 0.000000] Using GB pages for direct mapping\r\n[ 0.000000] RAMDISK: [mem 0x03916000-0x03dcbfff]\r\n[ 0.000000] ACPI: Early table checksum verification disabled\r\n[ 0.000000] ACPI: RSDP 0x00000000000F6A50 000014 (v00 BOCHS )\r\n[ 0.000000] ACPI: RSDT 0x0000000003DE2097 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: FACP 0x0000000003DE1EB7 0000F4 (v03 BOCHS BXPCFACP 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: DSDT 0x0000000003DE0040 001E77 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: FACS 0x0000000003DE0000 000040\r\n[ 0.000000] ACPI: APIC 0x0000000003DE1FAB 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: HPET 0x0000000003DE2023 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)\r\n[ 0.000000] ACPI: MCFG 0x0000000003DE205B 00003C (v01 BOCHS BXPCMCFG 00000001 BXPC 00000001)\r\n[ 0.000000] No NUMA configuration found\r\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000003ddbfff]\r\n[ 0.000000] NODE_DATA(0) allocated [mem 0x03dd7000-0x03ddbfff]\r\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\r\n[ 0.000000] kvm-clock: cpu 0, msr 0:3dd3001, primary cpu clock\r\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\r\n[ 0.000000] Zone ranges:\r\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\r\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000003ddbfff]\r\n[ 0.000000] Normal empty\r\n[ 0.000000] Device empty\r\n[ 0.000000] Movable zone start for each node\r\n[ 0.000000] Early memory node ranges\r\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\r\n[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000003ddbfff]\r\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000003ddbfff]\r\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\r\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\r\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\r\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\r\n[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000\r\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\r\n[ 0.000000] e820: [mem 0x03e00000-0xafffffff] available for PCI devices\r\n[ 0.000000] Booting paravirtualized kernel on KVM\r\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\r\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\r\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff880003600000 s98008 r8192 d28968 u2097152\r\n[ 0.000000] KVM setup async PF for cpu 0\r\n[ 0.000000] kvm-stealtime: cpu 0, msr 360d940\r\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 15469\r\n[ 0.000000] Policy zone: DMA32\r\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.016057] pid_max: default: 32768 minimum: 301\r\n[ 0.020072] ACPI: Core revision 20150930\r\n[ 0.028923] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.044135] Security Framework initialized\r\n[ 0.048057] Yama: becoming mindful.\r\n[ 0.056115] AppArmor: AppArmor initialized\r\n[ 0.060131] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.064255] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.072163] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.076074] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.080725] Initializing cgroup subsys io\r\n[ 0.084067] Initializing cgroup subsys memory\r\n[ 0.088082] Initializing cgroup subsys devices\r\n[ 0.092065] Initializing cgroup subsys freezer\r\n[ 0.096057] Initializing cgroup subsys net_cls\r\n[ 0.100069] Initializing cgroup subsys perf_event\r\n[ 0.104133] Initializing cgroup subsys net_prio\r\n[ 0.108062] Initializing cgroup subsys hugetlb\r\n[ 0.112061] Initializing cgroup subsys pids\r\n[ 0.120855] mce: CPU supports 10 MCE banks\r\n[ 0.130518] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.132063] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.934827] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.612149] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.672327] smpboot: Max logical packages: 1\r\n[ 1.676052] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.696731] x2apic enabled\r\n[ 1.700054] Switched APIC routing to physical x2apic.\r\n[ 1.760000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.760000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.772189] Performance Events: AMD PMU driver.\r\n[ 1.780300] ... version: 0\r\n[ 1.784054] ... bit width: 48\r\n[ 1.788061] ... generic registers: 4\r\n[ 1.792057] ... value mask: 0000ffffffffffff\r\n[ 1.796059] ... max period: 00007fffffffffff\r\n[ 1.800073] ... fixed-purpose events: 0\r\n[ 1.804063] ... event mask: 000000000000000f\r\n[ 1.809622] x86: Booted up 1 node, 1 CPUs\r\n[ 1.812071] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.822132] devtmpfs: initialized\r\n[ 1.828948] evm: security.selinux\r\n[ 1.832105] evm: security.SMACK64\r\n[ 1.836053] evm: security.SMACK64EXEC\r\n[ 1.840053] evm: security.SMACK64TRANSMUTE\r\n[ 1.844053] evm: security.SMACK64MMAP\r\n[ 1.848058] evm: security.ima\r\n[ 1.852049] evm: security.capability\r\n[ 1.856339] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.860255] pinctrl core: initialized pinctrl subsystem\r\n[ 1.865396] RTC time: 15:01:18, date: 08/10/18\r\n[ 1.868569] NET: Registered protocol family 16\r\n[ 1.872327] cpuidle: using governor ladder\r\n[ 1.876059] cpuidle: using governor menu\r\n[ 1.880073] PCCT header not found.\r\n[ 1.895562] ACPI: bus type PCI registered\r\n[ 1.896069] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.901208] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.904076] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.908077] PCI: Using configuration type 1 for base access\r\n[ 1.914443] ACPI: Added _OSI(Module Device)\r\n[ 1.916147] ACPI: Added _OSI(Processor Device)\r\n[ 1.920144] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.924221] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.944961] ACPI: Interpreter enabled\r\n[ 1.948175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.960160] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.972086] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.976053] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.980145] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 2.003197] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 2.004164] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 2.008785] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 2.014208] PCI host bridge to bus 0000:00\r\n[ 2.016166] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 2.020060] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 2.024059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 2.028070] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 2.032096] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 2.317650] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 2.507163] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 2.556000] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.627396] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.737029] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.865083] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.880310] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.923585] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.940819] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.956929] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.974027] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.988768] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 3.004864] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 3.020811] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 3.038316] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 3.061118] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 3.076363] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 3.092647] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 3.108412] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 3.124500] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 3.140229] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 3.156441] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 3.168105] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 3.181286] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 3.184761] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 3.188000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 3.188071] vgaarb: loaded\r\n[ 3.192084] vgaarb: bridge control possible 0000:00:01.0\r\n[ 3.196857] SCSI subsystem initialized\r\n[ 3.200548] ACPI: bus type USB registered\r\n[ 3.204121] usbcore: registered new interface driver usbfs\r\n[ 3.208082] usbcore: registered new interface driver hub\r\n[ 3.212282] usbcore: registered new device driver usb\r\n[ 3.217358] PCI: Using ACPI for IRQ routing\r\n[ 4.405620] NetLabel: Initializing\r\n[ 4.408148] NetLabel: domain hash size = 128\r\n[ 4.412135] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 4.416593] NetLabel: unlabeled traffic allowed by default\r\n[ 4.421920] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 4.440130] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 4.448257] clocksource: Switched to clocksource kvm-clock\r\n[ 4.527051] AppArmor: AppArmor Filesystem Enabled\r\n[ 4.551535] pnp: PnP ACPI init\r\n[ 4.574612] pnp: PnP ACPI: found 4 devices\r\n[ 4.613159] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 4.725724] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 4.756145] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 4.780812] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 4.809558] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 4.840674] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 4.868689] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.896125] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.920316] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.981498] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 5.019616] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 5.079765] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 5.105787] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 5.155468] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 5.270029] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 5.409733] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 5.485220] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 5.600437] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 5.708425] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 5.764135] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 5.794518] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 5.834473] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 5.877496] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 5.968392] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 5.994658] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 6.044600] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 6.089829] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 6.215538] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 6.284927] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 6.386032] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 6.479055] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 6.546513] NET: Registered protocol family 2\r\n[ 6.610135] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 6.695567] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 6.781542] TCP: Hash tables configured (established 512 bind 512)\r\n[ 6.866526] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 6.939673] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 7.013206] NET: Registered protocol family 1\r\n[ 7.080397] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 7.500223] Trying to unpack rootfs image as initramfs...\r\n[ 7.679828] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 7.715094] Scanning for low memory corruption every 60 seconds\r\n[ 7.742634] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 7.767456] audit: initializing netlink subsys (disabled)\r\n[ 7.789415] audit: type=2000 audit(1533913276.056:1): initialized\r\n[ 7.813888] Initialise system trusted keyring\r\n[ 7.846799] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 7.888871] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 7.931573] zbud: loaded\r\n[ 7.950602] VFS: Disk quotas dquot_6.6.0\r\n[ 7.976845] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 8.055195] fuse init (API version 7.23)\r\n[ 8.110625] Key type big_key registered\r\n[ 8.163148] Allocating IMA MOK and blacklist keyrings.\r\n[ 8.225444] Key type asymmetric registered\r\n[ 8.248545] Asymmetric key parser 'x509' registered\r\n[ 8.272598] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 8.320432] io scheduler noop registered\r\n[ 8.393891] io scheduler deadline registered (default)\r\n[ 8.449588] io scheduler cfq registered\r\n[ 8.677953] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 8.716880] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.747553] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 8.779591] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.808913] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 8.838650] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.868378] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 8.896464] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.924502] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 8.952113] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 8.981840] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 9.008320] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 9.031087] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.089118] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.141690] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.192874] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.273405] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.437597] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 9.504174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 9.525426] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 9.550066] ACPI: Power Button [PWRF]\r\n[ 9.565570] GHES: HEST is not enabled!\r\n[ 9.651914] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 9.791061] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 9.868559] Linux agpgart interface v0.103\r\n[ 9.909574] brd: module loaded\r\n[ 9.934532] loop: module loaded\r\n[ 9.977385] vda: vda1 vda15\r\n[ 10.012822] libphy: Fixed MDIO Bus: probed\r\n[ 10.044781] tun: Universal TUN/TAP device driver, 1.6\r\n[ 10.062884] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 10.097409] PPP generic driver version 2.4.2\r\n[ 10.112339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 10.131504] ehci-pci: EHCI PCI platform driver\r\n[ 10.146179] ehci-platform: EHCI generic platform driver\r\n[ 10.162718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 10.181037] ohci-pci: OHCI PCI platform driver\r\n[ 10.195718] ohci-platform: OHCI generic platform driver\r\n[ 10.212172] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 10.237593] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 10.255071] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 10.285806] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 10.318806] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 10.343741] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 10.373890] usb usb1: Product: xHCI Host Controller\r\n[ 10.393030] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 10.416103] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 10.434837] hub 1-0:1.0: USB hub found\r\n[ 10.451293] hub 1-0:1.0: 4 ports detected\r\n[ 10.470018] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 10.490485] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 10.747152] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 10.781675] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 10.819999] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 10.853389] usb usb2: Product: xHCI Host Controller\r\n[ 10.878625] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 10.905647] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 10.928549] hub 2-0:1.0: USB hub found\r\n[ 10.947107] hub 2-0:1.0: 4 ports detected\r\n[ 10.967614] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 11.012788] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 11.035430] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 11.058471] mousedev: PS/2 mouse device common for all mice\r\n[ 11.100219] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 11.139493] rtc_cmos 00:00: RTC can wake from S4\r\n[ 11.164649] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 11.194342] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 11.228973] hpet1: lost 1 rtc interrupts\r\n[ 11.250659] i2c /dev entries driver\r\n[ 11.267590] device-mapper: uevent: version 1.0.3\r\n[ 11.294050] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 11.333582] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 11.359898] NET: Registered protocol family 10\r\n[ 11.381123] NET: Registered protocol family 17\r\n[ 11.401792] Key type dns_resolver registered\r\n[ 11.422025] microcode: CPU0: patch_level=0x01000065\r\n[ 11.444419] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 11.484528] registered taskstats version 1\r\n[ 11.504839] Loading compiled-in X.509 certificates\r\n[ 11.525788] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 11.567143] zswap: loaded using pool lzo/zbud\r\n[ 11.592409] Key type trusted registered\r\n[ 11.613790] Key type encrypted registered\r\n[ 11.633907] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 11.657828] ima: No TPM chip found, activating TPM-bypass!\r\n[ 11.679868] evm: HMAC attrs: 0x1\r\n[ 11.707310] Magic number: 14:315:32\r\n[ 11.724443] rtc_cmos 00:00: setting system clock to 2018-08-10 15:01:33 UTC (1533913293)\r\n[ 11.756397] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 11.778420] EDD information not available.\r\n[ 11.802196] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 11.835409] Write protecting the kernel read-only data: 14336k\r\n[ 11.862767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 11.896984] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 11.95\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 13.30\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 13.630477] random: dd urandom read with 16 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.7BKMWQ'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.7BKMWQ : -a /tmp/cirros-ds.e5ZRKi/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.51...\r\nLease of 10.129.0.51 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.03s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhRkS+jN8xbJeP8Lsez2msnF5S7Hpe8Fyzu36T4q8cO2B/nLz65ZqAFWkGi+YEfxsIheBQZMmFPJYS7PvBk0Qd3GG3X6xkCO8GqgweIt/+1Ezx9ZRUdDBNiRfwZyZS0uvAW5xdB+q17daVF7CFUM21LhIjQp637yXR74Cznes6d018rbW1/lMtZOTUbFjyL48nxevqdv5gHoF1osLo4E7Yvfopo/HpG55XebGKZRt3z17cGYjbFvsAVMaPL3fcNhltcPQZrNDCHcHJ6NAJPJ1Fe2sAVnjOk4zEU1+e8wjeX6pPB+p938IYnKEw07r49hr99AplyhVUPpYfS2LSvLdL root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAPcBseoaj0BF5N3PEFnW9gxt2xm/6lPBGmRdPhVsE9M/gEx5c8hAF5ieMniJJeFH4z/CiDJO+QaSpyv9ELIBHTlCjE6HEhjEynhSE8L7OsMHCC1K75XjbP0CyEhDY6qYKx3bkczOYtIkLYblcTG5IpnARnfXe3FlJE0UMYE2tVvLAAAAFQDvVt9IyG+kEILPTdxMc9gWj74VFQAAAIADzq3slTAgCMePzM/5Sxj5OqqYO+DxEUlpX4I4o1OsTCKMzsGftRcVJOWXBkksB+k48PDWLnoc2l9av4IDhybx/zPTqSdAVHnX3JLtsfqG5/UouSNYSwjt7hb29mE2g5vTNiZ9XAjWT1w9K5cr6iQzAJkN8Hfc00Zl/SS/ATB8kwAAAIEA3zANQi2JeSXOK/oFZn25wvSCiXNXSZM9DYz/j03QP5ffWWS7AKHOru4Rz7Kt2ZLEFa9yUny8tqHTIk0dQrOE3Alg9IBShWG/QodxsNhs4IogkJzZzxZ6xHaVYqN6Y8KIuE5aC/xhhYCGZrOCLi8t/o7CGcXCrPj8+7nR0KiyphE= root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.51,23,fe80::858:aff:fe81:33/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.51 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmip6zrp.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=15.86 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" • Failure in Spec Setup (BeforeEach) [238.755 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance attached to explicit pod network [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:366 should be reachable via the propagated IP from a Pod /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 on the same node from Node /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Expected error: : 180000000000 expect: timer expired after 180 seconds not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:94 ------------------------------ level=info timestamp=2018-08-10T15:04:38.706907Z pos=utils.go:238 component=tests msg="Created virtual machine pod virt-launcher-testvmig5bfd-fn5xm" level=info timestamp=2018-08-10T15:04:51.468212Z pos=utils.go:238 component=tests msg="Pod owner ship transferred to the node virt-launcher-testvmig5bfd-fn5xm" level=info timestamp=2018-08-10T15:04:51.550708Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T15:05:01.618598Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T15:05:03.287778Z pos=utils.go:238 component=tests msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T15:05:03.333423Z pos=utils.go:238 component=tests msg="VirtualMachineInstance started." level=info timestamp=2018-08-10T15:08:36.568928Z pos=utils.go:1232 component=tests namespace=kubevirt-test-default name=testvmig5bfd kind=VirtualMachineInstance uid=b39e2caf-9cae-11e8-8ce4-525500d15501 msg="Login: [{2 al empty\r\n[ 0.000000] Device empty\r\n[ 0.000000] Movable zone start for each node\r\n[ 0.000000] Early memory node ranges\r\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\r\n[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000003ddbfff]\r\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000003ddbfff]\r\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\r\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\r\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\r\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\r\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\r\n[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000\r\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\r\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\r\n[ 0.000000] e820: [mem 0x03e00000-0xafffffff] available for PCI devices\r\n[ 0.000000] Booting paravirtualized kernel on KVM\r\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\r\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\r\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff880003600000 s98008 r8192 d28968 u2097152\r\n[ 0.000000] KVM setup async PF for cpu 0\r\n[ 0.000000] kvm-stealtime: cpu 0, msr 360d940\r\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 15469\r\n[ 0.000000] Policy zone: DMA32\r\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\r\n[ 0.000000] PID hash table entries: 256 (order: -1, 2048 bytes)\r\n[ 0.000000] AGP: Checking aperture...\r\n[ 0.000000] AGP: No AGP bridge found\r\n[ 0.000000] Memory: 37156K/62952K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 25796K reserved, 0K cma-reserved)\r\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\r\n[ 0.000000] Hierarchical RCU implementation.\r\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\r\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\r\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\r\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\r\n[ 0.000000] Console: colour VGA+ 80x25\r\n[ 0.000000] console [tty1] enabled\r\n[ 0.000000] console [ttyS0] enabled\r\n[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns\r\n[ 0.000000] tsc: Detected 2099.998 MHz processor\r\n[ 0.012000] Calibrating delay loop (skipped) preset value.. 4199.99 BogoMIPS (lpj=8399992)\r\n[ 0.016192] pid_max: default: 32768 minimum: 301\r\n[ 0.020222] ACPI: Core revision 20150930\r\n[ 0.030992] ACPI: 1 ACPI AML tables successfully acquired and loaded\r\n[ 0.040121] Security Framework initialized\r\n[ 0.044067] Yama: becoming mindful.\r\n[ 0.048294] AppArmor: AppArmor initialized\r\n[ 0.052313] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)\r\n[ 0.056382] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)\r\n[ 0.060301] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.064078] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 0.068598] Initializing cgroup subsys io\r\n[ 0.072094] Initializing cgroup subsys memory\r\n[ 0.076101] Initializing cgroup subsys devices\r\n[ 0.080094] Initializing cgroup subsys freezer\r\n[ 0.084100] Initializing cgroup subsys net_cls\r\n[ 0.088079] Initializing cgroup subsys perf_event\r\n[ 0.092137] Initializing cgroup subsys net_prio\r\n[ 0.096079] Initializing cgroup subsys hugetlb\r\n[ 0.100086] Initializing cgroup subsys pids\r\n[ 0.117363] mce: CPU supports 10 MCE banks\r\n[ 0.126863] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127\r\n[ 0.128053] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0\r\n[ 0.792579] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\r\n[ 1.474157] ftrace: allocating 31920 entries in 125 pages\r\n[ 1.500593] smpboot: Max logical packages: 1\r\n[ 1.504061] smpboot: APIC(0) Converting physical 0 to logical package 0\r\n[ 1.517146] x2apic enabled\r\n[ 1.520059] Switched APIC routing to physical x2apic.\r\n[ 1.548000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\r\n[ 1.548000] smpboot: CPU0: AMD Opteron 23xx (Gen 3 Class Opteron) (family: 0x10, model: 0x2, stepping: 0x3)\r\n[ 1.560067] Performance Events: AMD PMU driver.\r\n[ 1.568119] ... version: 0\r\n[ 1.572056] ... bit width: 48\r\n[ 1.576062] ... generic registers: 4\r\n[ 1.580063] ... value mask: 0000ffffffffffff\r\n[ 1.584070] ... max period: 00007fffffffffff\r\n[ 1.588055] ... fixed-purpose events: 0\r\n[ 1.592079] ... event mask: 000000000000000f\r\n[ 1.597722] x86: Booted up 1 node, 1 CPUs\r\n[ 1.600059] smpboot: Total of 1 processors activated (4199.99 BogoMIPS)\r\n[ 1.608486] devtmpfs: initialized\r\n[ 1.617314] evm: security.selinux\r\n[ 1.620057] evm: security.SMACK64\r\n[ 1.624076] evm: security.SMACK64EXEC\r\n[ 1.628051] evm: security.SMACK64TRANSMUTE\r\n[ 1.632084] evm: security.SMACK64MMAP\r\n[ 1.636085] evm: security.ima\r\n[ 1.640049] evm: security.capability\r\n[ 1.644561] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\r\n[ 1.648265] pinctrl core: initialized pinctrl subsystem\r\n[ 1.653740] RTC time: 15:05:19, date: 08/10/18\r\n[ 1.656823] NET: Registered protocol family 16\r\n[ 1.660485] cpuidle: using governor ladder\r\n[ 1.664070] cpuidle: using governor menu\r\n[ 1.668058] PCCT header not found.\r\n[ 1.685392] ACPI: bus type PCI registered\r\n[ 1.688057] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\r\n[ 1.693336] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)\r\n[ 1.696059] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved in E820\r\n[ 1.700081] PCI: Using configuration type 1 for base access\r\n[ 1.707745] ACPI: Added _OSI(Module Device)\r\n[ 1.708067] ACPI: Added _OSI(Processor Device)\r\n[ 1.712065] ACPI: Added _OSI(3.0 _SCP Extensions)\r\n[ 1.716066] ACPI: Added _OSI(Processor Aggregator Device)\r\n[ 1.728309] ACPI: Interpreter enabled\r\n[ 1.732068] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\r\n[ 1.744069] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\r\n[ 1.756088] ACPI: (supports S0 S3 S4 S5)\r\n[ 1.760115] ACPI: Using IOAPIC for interrupt routing\r\n[ 1.764153] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\r\n[ 1.775296] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\r\n[ 1.776062] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]\r\n[ 1.780313] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]\r\n[ 1.784891] PCI host bridge to bus 0000:00\r\n[ 1.788063] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\r\n[ 1.792073] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\r\n[ 1.796059] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\r\n[ 1.800174] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\r\n[ 1.804185] pci_bus 0000:00: root bus resource [bus 00-ff]\r\n[ 2.081264] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO\r\n[ 2.246851] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 2.290349] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 2.363068] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 2.430051] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 2.480323] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 2.490697] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 2.525232] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\r\n[ 2.540834] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\r\n[ 2.556760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\r\n[ 2.572758] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\r\n[ 2.588803] ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *10 11)\r\n[ 2.604868] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 *10 11)\r\n[ 2.620753] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 10 *11)\r\n[ 2.636743] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 10 *11)\r\n[ 2.652419] ACPI: PCI Interrupt Link [GSIA] (IRQs *16)\r\n[ 2.668131] ACPI: PCI Interrupt Link [GSIB] (IRQs *17)\r\n[ 2.680241] ACPI: PCI Interrupt Link [GSIC] (IRQs *18)\r\n[ 2.692102] ACPI: PCI Interrupt Link [GSID] (IRQs *19)\r\n[ 2.704217] ACPI: PCI Interrupt Link [GSIE] (IRQs *20)\r\n[ 2.716082] ACPI: PCI Interrupt Link [GSIF] (IRQs *21)\r\n[ 2.728210] ACPI: PCI Interrupt Link [GSIG] (IRQs *22)\r\n[ 2.740082] ACPI: PCI Interrupt Link [GSIH] (IRQs *23)\r\n[ 2.753657] ACPI: Enabled 1 GPEs in block 00 to 3F\r\n[ 2.757843] vgaarb: setting as boot device: PCI:0000:00:01.0\r\n[ 2.760000] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none\r\n[ 2.760065] vgaarb: loaded\r\n[ 2.764075] vgaarb: bridge control possible 0000:00:01.0\r\n[ 2.769304] SCSI subsystem initialized\r\n[ 2.772864] ACPI: bus type USB registered\r\n[ 2.776225] usbcore: registered new interface driver usbfs\r\n[ 2.780079] usbcore: registered new interface driver hub\r\n[ 2.784093] usbcore: registered new device driver usb\r\n[ 2.789304] PCI: Using ACPI for IRQ routing\r\n[ 3.981001] NetLabel: Initializing\r\n[ 3.984088] NetLabel: domain hash size = 128\r\n[ 3.988062] NetLabel: protocols = UNLABELED CIPSOv4\r\n[ 3.992263] NetLabel: unlabeled traffic allowed by default\r\n[ 3.996809] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\r\n[ 4.008061] hpet0: 3 comparators, 64-bit 100.000000 MHz counter\r\n[ 4.015107] clocksource: Switched to clocksource kvm-clock\r\n[ 4.069370] AppArmor: AppArmor Filesystem Enabled\r\n[ 4.096747] pnp: PnP ACPI init\r\n[ 4.118542] pnp: PnP ACPI: found 4 devices\r\n[ 4.153482] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\r\n[ 4.243417] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]\r\n[ 4.275218] pci 0000:00:02.1: BAR 13: assigned [io 0x2000-0x2fff]\r\n[ 4.304493] pci 0000:00:02.2: BAR 13: assigned [io 0x3000-0x3fff]\r\n[ 4.333679] pci 0000:00:02.3: BAR 13: assigned [io 0x4000-0x4fff]\r\n[ 4.365185] pci 0000:00:02.4: BAR 13: assigned [io 0x5000-0x5fff]\r\n[ 4.409819] pci 0000:00:02.5: BAR 13: assigned [io 0x6000-0x6fff]\r\n[ 4.441560] pci 0000:00:02.0: PCI bridge to [bus 01]\r\n[ 4.465368] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]\r\n[ 4.507031] pci 0000:00:02.0: bridge window [mem 0xfe800000-0xfe9fffff]\r\n[ 4.543130] pci 0000:00:02.0: bridge window [mem 0xfda00000-0xfdbfffff 64bit pref]\r\n[ 4.596422] pci 0000:00:02.1: PCI bridge to [bus 02]\r\n[ 4.620261] pci 0000:00:02.1: bridge window [io 0x2000-0x2fff]\r\n[ 4.654471] pci 0000:00:02.1: bridge window [mem 0xfe600000-0xfe7fffff]\r\n[ 4.849335] pci 0000:00:02.1: bridge window [mem 0xfd800000-0xfd9fffff 64bit pref]\r\n[ 4.926604] pci 0000:00:02.2: PCI bridge to [bus 03]\r\n[ 4.960587] pci 0000:00:02.2: bridge window [io 0x3000-0x3fff]\r\n[ 5.004706] pci 0000:00:02.2: bridge window [mem 0xfe400000-0xfe5fffff]\r\n[ 5.053246] pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd7fffff 64bit pref]\r\n[ 5.110976] pci 0000:00:02.3: PCI bridge to [bus 04]\r\n[ 5.140455] pci 0000:00:02.3: bridge window [io 0x4000-0x4fff]\r\n[ 5.187504] pci 0000:00:02.3: bridge window [mem 0xfe200000-0xfe3fffff]\r\n[ 5.235691] pci 0000:00:02.3: bridge window [mem 0xfd400000-0xfd5fffff 64bit pref]\r\n[ 5.304524] pci 0000:00:02.4: PCI bridge to [bus 05]\r\n[ 5.340055] pci 0000:00:02.4: bridge window [io 0x5000-0x5fff]\r\n[ 5.471372] pci 0000:00:02.4: bridge window [mem 0xfe000000-0xfe1fffff]\r\n[ 5.576396] pci 0000:00:02.4: bridge window [mem 0xfd200000-0xfd3fffff 64bit pref]\r\n[ 5.697198] pci 0000:00:02.5: PCI bridge to [bus 06]\r\n[ 5.722564] pci 0000:00:02.5: bridge window [io 0x6000-0x6fff]\r\n[ 5.761087] pci 0000:00:02.5: bridge window [mem 0xfde00000-0xfdffffff]\r\n[ 5.808397] pci 0000:00:02.5: bridge window [mem 0xfd000000-0xfd1fffff 64bit pref]\r\n[ 5.869957] NET: Registered protocol family 2\r\n[ 5.911301] TCP established hash table entries: 512 (order: 0, 4096 bytes)\r\n[ 5.943715] TCP bind hash table entries: 512 (order: 1, 8192 bytes)\r\n[ 5.978780] TCP: Hash tables configured (established 512 bind 512)\r\n[ 6.008820] UDP hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 6.050421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\r\n[ 6.101617] NET: Registered protocol family 1\r\n[ 6.483159] ACPI: PCI Interrupt Link [GSIG] enabled at IRQ 22\r\n[ 6.534446] Trying to unpack rootfs image as initramfs...\r\n[ 6.760483] Freeing initrd memory: 4824K (ffff880003916000 - ffff880003dcc000)\r\n[ 6.805763] Scanning for low memory corruption every 60 seconds\r\n[ 6.860469] futex hash table entries: 256 (order: 2, 16384 bytes)\r\n[ 6.903464] audit: initializing netlink subsys (disabled)\r\n[ 6.938597] audit: type=2000 audit(1533913517.743:1): initialized\r\n[ 6.976672] Initialise system trusted keyring\r\n[ 7.004595] HugeTLB registered 1 GB page size, pre-allocated 0 pages\r\n[ 7.036143] HugeTLB registered 2 MB page size, pre-allocated 0 pages\r\n[ 7.072576] zbud: loaded\r\n[ 7.090789] VFS: Disk quotas dquot_6.6.0\r\n[ 7.114971] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\r\n[ 7.152370] fuse init (API version 7.23)\r\n[ 7.176560] Key type big_key registered\r\n[ 7.197667] Allocating IMA MOK and blacklist keyrings.\r\n[ 7.226207] Key type asymmetric registered\r\n[ 7.247583] Asymmetric key parser 'x509' registered\r\n[ 7.271792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\r\n[ 7.309681] io scheduler noop registered\r\n[ 7.332808] io scheduler deadline registered (default)\r\n[ 7.362272] io scheduler cfq registered\r\n[ 7.556430] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt\r\n[ 7.591171] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.619754] pcieport 0000:00:02.1: Signaling PME through PCIe PME interrupt\r\n[ 7.652191] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.685641] pcieport 0000:00:02.2: Signaling PME through PCIe PME interrupt\r\n[ 7.720649] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.754902] pcieport 0000:00:02.3: Signaling PME through PCIe PME interrupt\r\n[ 7.798306] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.835747] pcieport 0000:00:02.4: Signaling PME through PCIe PME interrupt\r\n[ 7.875892] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt\r\n[ 7.913370] pcieport 0000:00:02.5: Signaling PME through PCIe PME interrupt\r\n[ 7.952669] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\r\n[ 7.988591] pciehp 0000:00:02.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.064981] pciehp 0000:00:02.1:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.119352] pciehp 0000:00:02.2:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.171329] pciehp 0000:00:02.3:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.244900] pciehp 0000:00:02.4:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.327731] pciehp 0000:00:02.5:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-\r\n[ 8.397888] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\r\n[ 8.433212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\r\n[ 8.473775] ACPI: Power Button [PWRF]\r\n[ 8.496688] GHES: HEST is not enabled!\r\n[ 8.609060] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\r\n[ 8.737584] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\r\n[ 8.801703] Linux agpgart interface v0.103\r\n[ 8.840777] brd: module loaded\r\n[ 8.857179] loop: module loaded\r\n[ 8.891568] vda: vda1 vda15\r\n[ 8.937767] libphy: Fixed MDIO Bus: probed\r\n[ 8.961749] tun: Universal TUN/TAP device driver, 1.6\r\n[ 8.990967] tun: (C) 1999-2004 Max Krasnyansky \r\n[ 9.035469] PPP generic driver version 2.4.2\r\n[ 9.058046] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\r\n[ 9.090913] ehci-pci: EHCI PCI platform driver\r\n[ 9.117818] ehci-platform: EHCI generic platform driver\r\n[ 9.147377] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\r\n[ 9.182032] ohci-pci: OHCI PCI platform driver\r\n[ 9.205209] ohci-platform: OHCI generic platform driver\r\n[ 9.232971] uhci_hcd: USB Universal Host Controller Interface driver\r\n[ 9.284796] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.321647] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1\r\n[ 9.377186] xhci_hcd 0000:02:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014\r\n[ 9.444198] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002\r\n[ 9.481249] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 9.536984] usb usb1: Product: xHCI Host Controller\r\n[ 9.560166] usb usb1: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 9.587114] usb usb1: SerialNumber: 0000:02:00.0\r\n[ 9.609658] hub 1-0:1.0: USB hub found\r\n[ 9.629020] hub 1-0:1.0: 4 ports detected\r\n[ 9.651392] xhci_hcd 0000:02:00.0: xHCI Host Controller\r\n[ 9.674750] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2\r\n[ 10.006899] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.\r\n[ 10.052437] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003\r\n[ 10.090774] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1\r\n[ 10.139173] usb usb2: Product: xHCI Host Controller\r\n[ 10.202760] usb usb2: Manufacturer: Linux 4.4.0-28-generic xhci-hcd\r\n[ 10.284992] usb usb2: SerialNumber: 0000:02:00.0\r\n[ 10.349309] hub 2-0:1.0: USB hub found\r\n[ 10.409105] hub 2-0:1.0: 4 ports detected\r\n[ 10.478733] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\r\n[ 10.619522] serio: i8042 KBD port at 0x60,0x64 irq 1\r\n[ 10.682446] serio: i8042 AUX port at 0x60,0x64 irq 12\r\n[ 10.712994] mousedev: PS/2 mouse device common for all mice\r\n[ 10.743026] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\r\n[ 10.782161] rtc_cmos 00:00: RTC can wake from S4\r\n[ 10.816218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\r\n[ 10.849789] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs\r\n[ 10.886949] hpet1: lost 1 rtc interrupts\r\n[ 10.906805] i2c /dev entries driver\r\n[ 10.927097] device-mapper: uevent: version 1.0.3\r\n[ 10.947922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\r\n[ 10.982791] ledtrig-cpu: registered to indicate activity on CPUs\r\n[ 11.009071] NET: Registered protocol family 10\r\n[ 11.030235] NET: Registered protocol family 17\r\n[ 11.056355] Key type dns_resolver registered\r\n[ 11.078559] microcode: CPU0: patch_level=0x01000065\r\n[ 11.106172] microcode: Microcode Update Driver: v2.01 , Peter Oruba\r\n[ 11.146164] registered taskstats version 1\r\n[ 11.489905] Loading compiled-in X.509 certificates\r\n[ 11.512182] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\r\n[ 11.558619] zswap: loaded using pool lzo/zbud\r\n[ 11.578630] Key type trusted registered\r\n[ 11.595992] Key type encrypted registered\r\n[ 11.610001] AppArmor: AppArmor sha1 policy hashing enabled\r\n[ 11.626917] ima: No TPM chip found, activating TPM-bypass!\r\n[ 11.644139] evm: HMAC attrs: 0x1\r\n[ 11.669239] Magic number: 14:865:82\r\n[ 11.683706] rtc_cmos 00:00: setting system clock to 2018-08-10 15:05:32 UTC (1533913532)\r\n[ 11.710548] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\r\n[ 11.728565] EDD information not available.\r\n[ 11.749814] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\r\n[ 11.775558] Write protecting the kernel read-only data: 14336k\r\n[ 11.797231] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\r\n[ 11.827156] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\r\n\r\ninfo: initramfs: up at 11.88\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\ninfo: copying initramfs to /dev/vda1\r\ninfo: initramfs loading root from /dev/vda1\r\ninfo: /etc/init.d/rc.sysinit: up at 12.59\r\ninfo: container: none\r\nStarting logging: OK\r\nmodprobe: module virtio_pci not found in modules.dep\r\nmodprobe: module virtio_blk not found in modules.dep\r\nmodprobe: module virtio_net not found in modules.dep\r\nmodprobe: module vfat not found in modules.dep\r\nmodprobe: module nls_cp437 not found in modules.dep\r\nWARN: /etc/rc3.d/S10-load-modules failed\r\nInitializing random number generator... [ 13.036393] random: dd urandom read with 15 bits of entropy available\r\ndone.\r\nStarting acpid: OK\r\nmcb [info=/dev/vdb dev=/dev/vdb target=tmp unmount=true callback=mcu_drop_dev_arg]: mount '/dev/vdb' '-o,ro' '/tmp/nocloud.mp.DBxIgc'\r\nmcudda: fn=cp dev=/dev/vdb mp=/tmp/nocloud.mp.DBxIgc : -a /tmp/cirros-ds.HnPbQb/nocloud/raw\r\nStarting network...\r\nudhcpc (v1.23.2) started\r\nSending discover...\r\nSending select for 10.129.0.52...\r\nLease of 10.129.0.52 obtained, lease time 86313600\r\nroute: SIOCADDRT: File exists\r\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.129.0.1\"\r\nTop of dropbear init script\r\nStarting dropbear sshd: OK\r\nGROWROOT: NOCHANGE: partition 1 is size 71647. it cannot be grown\r\n/dev/root resized successfully [took 0.03s]\r\n/sbin/cirros-userdata: line 1: /run/cirros/datasource/data/user-data: not found\r\nWARN: /etc/rc3.d/S95-cirros-userdata failed\r\n=== system information ===\r\nPlatform: QEMU Standard PC (Q35 + ICH9, 2009)\r\nContainer: none\r\nArch: x86_64\r\nCPU(s): 1 @ 2099.998 MHz\r\nCores/Sockets/Threads: 1/1/1\r\nVirt-type: \r\nRAM Size: 43MB\r\nDisks:\r\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\r\nvda 253:0 46137344 \r\nvda1 253:1 36683264 cirros-rootfs /\r\nvda15 253:15 8388608 \r\nvdb 253:16 374784 cidata \r\n=== sshd host keys ===\r\n-----BEGIN SSH HOST KEY KEYS-----\r\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDb2QcTzFYI0j0enX6CdlskKU7/uCZeS8fnEhCfRIZIvFPwBJXLLE6G1COYpxYT0jeFi3I+2YbHy8Ut1pp3XkO+5m1OmV6BKB0bDxmLW4aRLPX0ipoH5gcW/ykQwqn55uVhY22Gf8n+zH5oKBFrIrm2vk12tM/2yFLANCBLRE0PC3fEUrmgcwLajNcaWDac0/pEe8wnnpYBRGyVgp5saD5Ajr3uhsCY6sH/8JdgY7mXX8+ZjiUJ9mevItPCbCgWLnabDyvoL+RKHpJ+Ke7ynqFSjbOYRYg3SbJn3VCsI1W3OIsKRzoI1SxzDSTL4n4Dw6uEvFnIuy2xubNpWJrZho3x root@my-subdomain\r\nssh-dss AAAAB3NzaC1kc3MAAACBAOp5jSg8QMyxrZDT0IwYtLNQ1xCwJdBMQoEvFBhnsokyz+rvYCKRASDZEVGmcp3lfEGlT4CHtFJfJPUwBgAMsfqGduMHT0AEAoSf5MUWVgaLDyKvmekJVvivHxNos+l0/PjbHVP+lZ44RNW0rBswHhmFWq7Nb4hwWlfFvLby8wE7AAAAFQDRp9gqG7xACplccxv9nsgz48UjyQAAAIEAyEoQtQLyL43UmNoMb913IiQ0YL+AAVR8CrvSi5wSFm5oPT3w0HfKifzpwR9xCmK29CapYDZh6CWtwkVnzqoXcAgu4a80m9cihfEDtCQOK+EAVa/q76BGgEN7+QWWZUCH9PqPQ7X9zUTRk6qWvMpi3OYxQTKke6q+z12ZqvBm28MAAACBANsN+5IEXcrPO+X3BJbIPAI5wtCNIdofB71f8bhvzCdaP0IM0mvTj6lSYsj2d72dMzEvIXRRR6udz9OLoZa3v39XRIgE/AxuVFBkB0guOMX+FNTyLW5f0yS358FLWBcki88IdcfA46vsIk5MIWhDfkMY7WulmgTyKLnKAGeSvruR root@my-subdomain\r\n-----END SSH HOST KEY KEYS-----\r\n=== network info ===\r\nif-info: lo,up,127.0.0.1,8,,\r\nif-info: eth0,up,10.129.0.52,23,fe80::858:aff:fe81:34/64,\r\nip-route:default via 10.129.0.1 dev eth0 \r\nip-route:10.128.0.0/14 dev eth0 \r\nip-route:10.129.0.0/23 dev eth0 src 10.129.0.52 \r\nip-route:224.0.0.0/4 dev eth0 \r\nip-route6:fe80::/64 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\nip-route6:ff00::/8 dev eth0 metric 256 \r\nip-route6:unreachable default dev lo metric -1 error -101\r\n=== datasource: nocloud local ===\r\ninstance-id: testvmig5bfd.kubevirt-test-default\r\nname: N/A\r\navailability-zone: N/A\r\nlocal-hostname: my-subdomain\r\nlaunch-index: N/A\r\n=== cirros: current=0.4.0 latest=0.4.0 uptime=15.63 ===\r\n ____ ____ ____\r\n / __/ __ ____ ____ / __ \\/ __/\r\n/ /__ / // __// __// /_/ /\\ \\ \r\n\\___//_//_/ /_/ \\____/___/ \r\n http://cirros-cloud.net\r\n\r\n\r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. [login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.]} {4 \r\n\rmy-subdomain login: \r\r\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\r\n\rmy-subdomain login: []}]" panic: test timed out after 1h30m0s goroutine 3174 [running]: testing.(*M).startAlarm.func1() /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1240 +0xfc created by time.goFunc /gimme/.gimme/versions/go1.10.linux.amd64/src/time/sleep.go:172 +0x44 goroutine 1 [chan receive, 90 minutes]: testing.(*T).Run(0xc4206aa2d0, 0x12031f9, 0x9, 0x128a5d8, 0x47fc86) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:825 +0x301 testing.runTests.func1(0xc4206aa0f0) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1063 +0x64 testing.tRunner(0xc4206aa0f0, 0xc420761df8) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:777 +0xd0 testing.runTests(0xc4208f4d20, 0x1a9e630, 0x1, 0x1, 0x412009) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:1061 +0x2c4 testing.(*M).Run(0xc4208c1e00, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:978 +0x171 main.main() _testmain.go:44 +0x151 goroutine 5 [chan receive]: kubevirt.io/kubevirt/vendor/github.com/golang/glog.(*loggingT).flushDaemon(0x1ac5160) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/golang/glog/glog.go:879 +0x8b created by kubevirt.io/kubevirt/vendor/github.com/golang/glog.init.0 /root/go/src/kubevirt.io/kubevirt/vendor/github.com/golang/glog/glog.go:410 +0x203 goroutine 6 [syscall, 90 minutes]: os/signal.signal_recv(0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/sigqueue.go:139 +0xa6 os/signal.loop() /gimme/.gimme/versions/go1.10.linux.amd64/src/os/signal/signal_unix.go:22 +0x22 created by os/signal.init.0 /gimme/.gimme/versions/go1.10.linux.amd64/src/os/signal/signal_unix.go:28 +0x41 goroutine 11 [select]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).ExpectSwitchCase(0xc4206aaff0, 0xc420feef68, 0x1, 0x1, 0x2540be400, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:722 +0xc7d kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).Expect(0xc4206aaff0, 0xc4208a41e0, 0x2540be400, 0x0, 0x0, 0x0, 0x0, 0x131c360, 0xc4206aaff0, 0xc42081a8a0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1110 +0xdb kubevirt.io/kubevirt/tests.LoggedInCirrosExpecter(0xc4209ae780, 0x130ec20, 0x1ae37b8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1215 +0x17e kubevirt.io/kubevirt/tests_test.glob..func17.3(0xc4209ae780, 0x128a5b0) /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:93 +0x183 kubevirt.io/kubevirt/tests_test.glob..func17.4.1(0x112e900, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:132 +0x6ac kubevirt.io/kubevirt/tests_test.glob..func17.4() /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:157 +0xd9 kubevirt.io/kubevirt/tests.BeforeAll.func1() /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1334 +0x3f kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*runner).runSync(0xc4205c0f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes/runner.go:109 +0x9c kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*runner).run(0xc4205c0f60, 0xc420ac6700, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes/runner.go:63 +0x13e kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes.(*SetupNode).Run(0xc42000e050, 0x1302ca0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/leafnodes/setup_nodes.go:14 +0x7f kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec.(*Spec).runSample(0xc42057b5f0, 0x0, 0x1302ca0, 0xc4200e6f60) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec/spec.go:158 +0x1e0 kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec.(*Spec).Run(0xc42057b5f0, 0x1302ca0, 0xc4200e6f60) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/spec/spec.go:127 +0xe3 kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpec(0xc420456640, 0xc42057b5f0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:198 +0x10d kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).runSpecs(0xc420456640, 0x128b201) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:168 +0x32c kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run(0xc420456640, 0xb) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:64 +0xdc kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/suite.(*Suite).Run(0xc4200ea370, 0x7ff4f84fe800, 0xc4206aa2d0, 0x12055df, 0xb, 0xc4208f4d60, 0x2, 0x2, 0x131c3a0, 0xc4200e6f60, ...) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/suite/suite.go:62 +0x27c kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo.RunSpecsWithCustomReporters(0x1303a20, 0xc4206aa2d0, 0x12055df, 0xb, 0xc4208f4d40, 0x2, 0x2, 0x2) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/ginkgo_dsl.go:218 +0x258 kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo.RunSpecsWithDefaultAndCustomReporters(0x1303a20, 0xc4206aa2d0, 0x12055df, 0xb, 0xc420377780, 0x1, 0x1, 0x1) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/ginkgo_dsl.go:206 +0xab kubevirt.io/kubevirt/tests_test.TestTests(0xc4206aa2d0) /root/go/src/kubevirt.io/kubevirt/tests/tests_suite_test.go:42 +0xaa testing.tRunner(0xc4206aa2d0, 0x128a5d8) /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:777 +0xd0 created by testing.(*T).Run /gimme/.gimme/versions/go1.10.linux.amd64/src/testing/testing.go:824 +0x2e0 goroutine 12 [chan receive, 90 minutes]: kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts(0xc420456640) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:220 +0xc0 created by kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).Run /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/internal/specrunner/spec_runner.go:59 +0x60 goroutine 66 [select, 90 minutes, locked to thread]: runtime.gopark(0x128c308, 0x0, 0x11fffe8, 0x6, 0x18, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/proc.go:291 +0x11a runtime.selectgo(0xc420483750, 0xc4200482a0) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/select.go:392 +0xe50 runtime.ensureSigM.func1() /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/signal_unix.go:549 +0x1f4 runtime.goexit() /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/asm_amd64.s:2361 +0x1 goroutine 2674 [select, 47 minutes]: io.(*pipe).Read(0xc42073ac80, 0xc4208de000, 0x2000, 0x2000, 0xc4208de000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc0d8, 0xc4208de000, 0x2000, 0x2000, 0x14, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4204bc0d8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 121 [chan send, 89 minutes]: kubevirt.io/kubevirt/tests_test.glob..func21.2.1.1.1(0x13378a0, 0xc4205bf380, 0xc420137b80, 0xc4209ac540, 0xc420a5c130, 0xc420a5c140) /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:72 +0x132 created by kubevirt.io/kubevirt/tests_test.glob..func21.2.1.1 /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:64 +0x55e goroutine 82 [IO wait]: internal/poll.runtime_pollWait(0x7ff4f84ecea0, 0x72, 0xc4206cd850) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4205bb098, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4205bb098, 0xc421026000, 0x4000, 0x4000) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4205bb080, 0xc421026000, 0x4000, 0x4000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4205bb080, 0xc421026000, 0x4000, 0x4000, 0x0, 0x8, 0x3ffb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420114800, 0xc421026000, 0x4000, 0x4000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420510660, 0x7ff4f84fea48, 0xc420114800, 0x5, 0xc420114800, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4202d8e00, 0x128c417, 0xc4202d8f20, 0x20) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4202d8e00, 0xc420120000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).Read(0xc42085be00, 0xc4208016f8, 0x9, 0x9, 0xc42087e1d8, 0xc420f78460, 0xc4206cdd10) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:216 +0x238 io.ReadAtLeast(0x1301900, 0xc42085be00, 0xc4208016f8, 0x9, 0x9, 0x9, 0xc4206cdce0, 0xc4206cdce0, 0x406614) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:309 +0x86 io.ReadFull(0x1301900, 0xc42085be00, 0xc4208016f8, 0x9, 0x9, 0xc42087e180, 0xc4206cdd10, 0xc400001301) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:327 +0x58 kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.readFrameHeader(0xc4208016f8, 0x9, 0x9, 0x1301900, 0xc42085be00, 0x0, 0xc400000000, 0x8a801d, 0xc4206cdfb0) /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/frame.go:237 +0x7b kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc4208016c0, 0xc420ba2540, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/frame.go:492 +0xa4 kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.(*clientConnReadLoop).run(0xc4206cdfb0, 0x128b4b8, 0xc420489fb0) /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/transport.go:1428 +0x8e kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.(*ClientConn).readLoop(0xc4201f51e0) /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/transport.go:1354 +0x76 created by kubevirt.io/kubevirt/vendor/golang.org/x/net/http2.(*Transport).newClientConn /root/go/src/kubevirt.io/kubevirt/vendor/golang.org/x/net/http2/transport.go:579 +0x651 goroutine 146 [chan send, 89 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4203b0840, 0xc420584400, 0xc4207c40c0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:296 +0x98 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2577 [select, 47 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420e349e0, 0xc420e9aa20, 0xc4208ac5a0, 0x1305cc0, 0xc4204bc0d0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2403 [select, 57 minutes]: io.(*pipe).Read(0xc420796fa0, 0xc420dd0000, 0x2000, 0x2000, 0xc420dd0000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc420a5c510, 0xc420dd0000, 0x2000, 0x2000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc420a5c510) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2413 [IO wait, 56 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec750, 0x72, 0xc420ca1880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d6698, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d6698, 0xc420897000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d6680, 0xc420897000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d6680, 0xc420897000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc42000ec00, 0xc420897000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4205106f0, 0x7ff4f84fea48, 0xc42000ec00, 0x5, 0xc42000ec00, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4206bd500, 0x128c417, 0xc4206bd620, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4206bd500, 0xc421290000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4208e6fc0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4208e6fc0, 0x2, 0xc4204ad800, 0x120698a, 0xc, 0xc420058e00, 0xc420058000) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc420a6e3c0, 0x2, 0xc420058000, 0xc420aae358, 0xc420aae360, 0xc420c132c0, 0xc4204a1108) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc420a6e3c0, 0x0, 0x0, 0xc4209ac8a0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc420a6e3c0, 0xc420d44000, 0x1, 0x8000, 0x1, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc4207aa7d0, 0xc420d44000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4207aa7b0, 0x1301d40, 0xc4207aa7d0, 0xc420d44000, 0x8000, 0x8000, 0xc42077c000, 0xc4204857b0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4207aa7b0, 0x1301d40, 0xc4207aa7d0, 0xc4204f36e0, 0xc4204857c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4207aa798, 0x1301ce0, 0xc4207aa7b0, 0xc4207aa7d0, 0xc4209acba0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 148 [chan send, 89 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc420a5c130, 0x1301ce0, 0xc420a5c140, 0xc4207aa0b8, 0xc4207c41e0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:238 +0x7a created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2414 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc4203066c0, 0x1301cc0, 0xc4207aa880, 0x1301ce0, 0xc4207aa898, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc4204f8e40, 0xc42002e000, 0xc4209acfc0, 0xc4207aa880, 0xc4207aa898) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2555 [IO wait, 15 minutes]: internal/poll.runtime_pollWait(0x7ff4f8511860, 0x72, 0xc420f51880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420260418, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420260418, 0xc4212e1800, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420260400, 0xc4212e1800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420260400, 0xc4212e1800, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4207aa000, 0xc4212e1800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4208513b0, 0x7ff4f84fea48, 0xc4207aa000, 0x5, 0xc4207aa000, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420262700, 0x128c417, 0xc420262820, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420262700, 0xc4212c2000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc42087e420) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc42087e420, 0x2, 0xc4202f0c00, 0x120698a, 0xc, 0xc42005b300, 0xc42005a500) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc420e9c3c0, 0x2, 0xc42005a500, 0xc4207e8cd8, 0xc4207e8ce0, 0xc420c13f20, 0xc420645b88) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc420e9c3c0, 0x0, 0x0, 0xc420e1bbc0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc420e9c3c0, 0xc4212cc000, 0x4, 0x8000, 0x4, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc4207aa010, 0xc4212cc000, 0x8000, 0x8000, 0x4, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc42000e878, 0x1301d40, 0xc4207aa010, 0xc4212cc000, 0x8000, 0x8000, 0xc42087e000, 0xc420f667a0, 0xf102da) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc42000e878, 0x1301d40, 0xc4207aa010, 0xc420377340, 0xc420f667c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc42000e860, 0x1301ce0, 0xc42000e878, 0xc4207aa010, 0xc420dc6ba0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 1958 [select, 64 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420a0b620, 0xc420681aa0, 0xc4206aa870, 0x1305cc0, 0xc4204bc600) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2550 [chan receive, 37 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420a19e60) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4208ac780, 0xc4206eb620, 0xc42012ae40, 0x1305cc0, 0xc420a5c070, 0x1301cc0, 0xc420a5c080, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2551 [select, 35 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420a0b0e0, 0xc420dc6960, 0xc4208ac780, 0x1305cc0, 0xc420a5c070) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2594 [select, 55 minutes]: io.(*pipe).Read(0xc42062c6e0, 0xc42073c000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420994000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4210060a8, 0xc42073c000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc42000e4b0, 0x1301cc0, 0xc4210060a8, 0xc42073c000, 0x8000, 0x8000, 0x405d4b, 0xc420e1a5a0, 0xc4207a5788) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc42000e4b0, 0x1301cc0, 0xc4210060a8, 0xc4203b0b01, 0xc4207a57c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc42000e4b0, 0x1301cc0, 0xc4210060a8, 0x1301ce0, 0xc4210060c0, 0xc420e1a840) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2580 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc4200abcf0, 0x1301cc0, 0xc4210060a8, 0x1301ce0, 0xc4210060c0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42072f480, 0xc4206d1180, 0xc4200495c0, 0xc4210060a8, 0xc4210060c0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2549 [chan receive, 37 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42028a110, 0x1301cc0, 0xc420a5c068, 0x1301ce0, 0xc420a5c088, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc420b2ae40, 0xc42077ac80, 0xc420dc67e0, 0xc420a5c068, 0xc420a5c088) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2595 [IO wait, 55 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec5b0, 0x72, 0xc4212b5880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4205c4018, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4205c4018, 0xc420a70000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4205c4000, 0xc420a70000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4205c4000, 0xc420a70000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc42000e4a0, 0xc420a70000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420995f80, 0x7ff4f84fea48, 0xc42000e4a0, 0x5, 0xc42000e4a0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4206bdc00, 0x128c417, 0xc4206bdd20, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4206bdc00, 0xc420d22800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc420b81260) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc420b81260, 0x2, 0xc420455800, 0x120698a, 0xc, 0xc42007bd00, 0xc42007af00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4205b4a00, 0x2, 0xc42007af00, 0xc42068fc98, 0xc42068fca0, 0xc420711620, 0xc4207da208) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4205b4a00, 0x0, 0x0, 0xc420049560) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4205b4a00, 0xc420798000, 0x3, 0x8000, 0x3, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc42000e4b0, 0xc420798000, 0x8000, 0x8000, 0x3, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4210060c0, 0x1301d40, 0xc42000e4b0, 0xc420798000, 0x8000, 0x8000, 0x410558, 0x10b9bc0, 0x1103c80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4210060c0, 0x1301d40, 0xc42000e4b0, 0xc4203e8900, 0xc4209c7fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4210060a8, 0x1301ce0, 0xc4210060c0, 0xc42000e4b0, 0xc420e1a840) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2552 [select, 35 minutes]: io.(*pipe).Read(0xc4207d18b0, 0xc420bf2000, 0x2000, 0x2000, 0xc420bf2000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc420a5c080, 0xc420bf2000, 0x2000, 0x2000, 0x8, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc420a5c080) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 1959 [select, 64 minutes]: io.(*pipe).Read(0xc4207d0be0, 0xc420bb6000, 0x2000, 0x2000, 0xc420bb6000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc610, 0xc420bb6000, 0x2000, 0x2000, 0xf, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4204bc610) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2914 [IO wait, 23 minutes]: internal/poll.runtime_pollWait(0x7ff4f8511a00, 0x72, 0xc420afe880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d7118, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d7118, 0xc4212e1000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d7100, 0xc4212e1000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d7100, 0xc4212e1000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc42000e490, 0xc4212e1000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420a5fc20, 0x7ff4f84fea48, 0xc42000e490, 0x5, 0xc42000e490, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420e92000, 0x128c417, 0xc420e92120, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420e92000, 0xc421045000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc420e902a0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc420e902a0, 0x2, 0xc42049fc00, 0x120698a, 0xc, 0xc42005b300, 0xc42005a500) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4205b4c80, 0x2, 0xc42005a500, 0xc420b2abd8, 0xc420b2abe0, 0xc420b39980, 0xc42068a088) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4205b4c80, 0x0, 0x0, 0xc420e9acc0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4205b4c80, 0xc4213e2000, 0x4, 0x8000, 0x4, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc42000e4c0, 0xc4213e2000, 0x8000, 0x8000, 0x4, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc421006070, 0x1301d40, 0xc42000e4c0, 0xc4213e2000, 0x8000, 0x8000, 0x101aee0, 0x13028c0, 0xc420a6af80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc421006070, 0x1301d40, 0xc42000e4c0, 0x13028c0, 0xc420a23fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc421006058, 0x1301ce0, 0xc421006070, 0xc42000e4c0, 0xc420680d80) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 1950 [IO wait, 64 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ecdd0, 0x72, 0xc4205b0880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc42065eb18, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc42065eb18, 0xc420619800, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc42065eb00, 0xc420619800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc42065eb00, 0xc420619800, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420a5c4b8, 0xc420619800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420b16780, 0x7ff4f84fea48, 0xc420a5c4b8, 0x5, 0xc420a5c4b8, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4206bc700, 0x128c417, 0xc4206bc820, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4206bc700, 0xc420b76000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc42077c2a0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc42077c2a0, 0x2, 0xc4201fd400, 0x120698a, 0xc, 0xc42005b300, 0xc42005a500) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc420146000, 0x2, 0xc42005a500, 0xc420b2a2d8, 0xc420b2a2e0, 0xc420b39bc0, 0xc42068bd08) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc420146000, 0x0, 0x0, 0xc4206818c0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc420146000, 0xc420682000, 0xf, 0x8000, 0xf, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc420a5c000, 0xc420682000, 0x8000, 0x8000, 0xf, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4204bc620, 0x1301d40, 0xc420a5c000, 0xc420682000, 0x8000, 0x8000, 0x0, 0x130e4a0, 0xc4200ab350) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4204bc620, 0x1301d40, 0xc420a5c000, 0x130e660, 0xc420a21fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4204bc5d0, 0x1301ce0, 0xc4204bc620, 0xc420a5c000, 0xc420ae6060) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2013 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4204f2640, 0xc4206dbe00, 0xc420694990, 0x0, 0x0, 0x18, 0xc420dcfee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206dbe00, 0xc420694990, 0x0, 0x0, 0xc4206dbe00, 0xc420694990) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4204f3fd0, 0xc420692800, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4204f3fd0, 0xc420692800, 0xc420049260) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 1978 [select, 63 minutes]: io.(*pipe).Read(0xc420bd1e50, 0xc420690000, 0x2000, 0x2000, 0xc420690000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc42000e968, 0xc420690000, 0x2000, 0x2000, 0x11, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc42000e968) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2495 [select, 56 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420a0a150, 0xc4207c5680, 0xc4208ac1e0, 0x1305cc0, 0xc420114748) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 1956 [chan receive, 65 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc420b280b0, 0x1301cc0, 0xc4204bc5d0, 0x1301ce0, 0xc4204bc620, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42068fbc0, 0xc420c0b180, 0xc420681920, 0xc4204bc5d0, 0xc4204bc620) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2496 [select, 56 minutes]: io.(*pipe).Read(0xc42074af50, 0xc420354000, 0x2000, 0x2000, 0xc420354000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4201147c8, 0xc420354000, 0x2000, 0x2000, 0x12, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4201147c8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2001 [chan receive, 62 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc420306000, 0xc4206da280, 0xc42003a750, 0x0, 0x0, 0x18, 0xc4209e1ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206da280, 0xc42003a750, 0x0, 0x0, 0xc4206da280, 0xc42003a750) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4203065c0, 0xc420782000, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4203065c0, 0xc420782000, 0xc420e1a120) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 1949 [select, 64 minutes]: io.(*pipe).Read(0xc4207d0b90, 0xc420620000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420850390) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc5d0, 0xc420620000, 0x8000, 0x8000, 0xe, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc420a5c000, 0x1301cc0, 0xc4204bc5d0, 0xc420620000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc420a5c000, 0x1301cc0, 0xc4204bc5d0, 0x0, 0xc4209d57c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc420a5c000, 0x1301cc0, 0xc4204bc5d0, 0x1301ce0, 0xc4204bc620, 0xc420ae6060) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 1957 [chan receive, 66 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420b4e000) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206aa870, 0xc4206eaba0, 0xc420307a60, 0x1305cc0, 0xc4204bc600, 0x1301cc0, 0xc4204bc610, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 1933 [chan receive, 65 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc420b288d0, 0xc420146000, 0xc4202be000, 0x0, 0x0, 0x18, 0xc420b05ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc420146000, 0xc4202be000, 0x0, 0x0, 0xc420146000, 0xc4202be000) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc420b28d80, 0xc420c04200, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc420b28d80, 0xc420c04200, 0xc420dc7620) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2112 [chan receive, 25 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc42033a830, 0xc4205b4c80, 0xc420694c60, 0x0, 0x0, 0x18, 0xc420bc9ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4205b4c80, 0xc420694c60, 0x0, 0x0, 0xc4205b4c80, 0xc420694c60) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc42033ae80, 0xc420783e00, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc42033ae80, 0xc420783e00, 0xc420680c60) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 3124 [select, 3 minutes]: io.(*pipe).Read(0xc42074b8b0, 0xc420ee8000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc4208500c0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4201142b0, 0xc420ee8000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc420a5c1f0, 0x1301cc0, 0xc4201142b0, 0xc420ee8000, 0x8000, 0x8000, 0x410558, 0x10b9bc0, 0x1103c80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc420a5c1f0, 0x1301cc0, 0xc4201142b0, 0xc4203b0670, 0xc4209d27c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc420a5c1f0, 0x1301cc0, 0xc4201142b0, 0x1301ce0, 0xc420114338, 0xc420dc71a0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 3031 [IO wait, 11 minutes]: internal/poll.runtime_pollWait(0x7ff4f8511790, 0x72, 0xc42074e880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d7798, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d7798, 0xc420f23000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d7780, 0xc420f23000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d7780, 0xc420f23000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc42000e600, 0xc420f23000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4203a7260, 0x7ff4f84fea48, 0xc42000e600, 0x5, 0xc42000e600, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420e92380, 0x128c417, 0xc420e924a0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420e92380, 0xc4212c4800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4206eb200) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4206eb200, 0x2, 0xc42049e400, 0x120698a, 0xc, 0xc420058e00, 0xc420058000) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc420ae48c0, 0x2, 0xc420058000, 0xc42076e758, 0xc42076e760, 0xc4206df4a0, 0xc420a1da08) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc420ae48c0, 0x0, 0x0, 0xc420dc7b00) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc420ae48c0, 0xc4212ea000, 0x4, 0x8000, 0x4, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc42000e618, 0xc4212ea000, 0x8000, 0x8000, 0x4, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc420f2c2d8, 0x1301d40, 0xc42000e618, 0xc4212ea000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc420f2c2d8, 0x1301d40, 0xc42000e618, 0x0, 0xc4206a27c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc420f2c2c0, 0x1301ce0, 0xc420f2c2d8, 0xc42000e618, 0xc420e1bf20) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2947 [select, 19 minutes]: io.(*pipe).Read(0xc420796960, 0xc4212e2000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420a5e000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc4c8, 0xc4212e2000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc420a5c230, 0x1301cc0, 0xc4204bc4c8, 0xc4212e2000, 0x8000, 0x8000, 0x410558, 0x10b9bc0, 0x1103c80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc420a5c230, 0x1301cc0, 0xc4204bc4c8, 0xc4202c8430, 0xc420b97fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc420a5c230, 0x1301cc0, 0xc4204bc4c8, 0x1301ce0, 0xc4204bc4f8, 0xc420e1a1e0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 3029 [chan receive, 13 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4203b0f70, 0xc420ae48c0, 0xc42003b050, 0x0, 0x0, 0x18, 0xc42103fee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc420ae48c0, 0xc42003b050, 0x0, 0x0, 0xc420ae48c0, 0xc42003b050) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4203b1990, 0xc420c05100, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4203b1990, 0xc420c05100, 0xc420e1be00) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2096 [chan receive, 62 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc420307710, 0x1301cc0, 0xc4204bc978, 0x1301ce0, 0xc4204bc9b0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42068f940, 0xc420bdac80, 0xc420e9b140, 0xc4204bc978, 0xc4204bc9b0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2593 [IO wait, 51 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec4e0, 0x72, 0xc420d38880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4208c0d98, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4208c0d98, 0xc420676000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4208c0d80, 0xc420676000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4208c0d80, 0xc420676000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4210060e8, 0xc420676000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4206112c0, 0x7ff4f84fea48, 0xc4210060e8, 0x5, 0xc4210060e8, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420785500, 0x128c417, 0xc420785620, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420785500, 0xc421292800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4206630e0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4206630e0, 0x2, 0xc4204d1800, 0x120698a, 0xc, 0xc42005fd00, 0xc42005ef00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206db540, 0x2, 0xc42005ef00, 0xc4200c4898, 0xc4200c48a0, 0xc4205c1860, 0xc4207dab08) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206db540, 0x0, 0x0, 0xc420e1a6c0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206db540, 0xc420ba4000, 0x4, 0x8000, 0x4, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc4210060f0, 0xc420ba4000, 0x8000, 0x8000, 0x4, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4207aa428, 0x1301d40, 0xc4210060f0, 0xc420ba4000, 0x8000, 0x8000, 0x410558, 0x10b9bc0, 0x1103c80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4207aa428, 0x1301d40, 0xc4210060f0, 0xc42025cf50, 0xc420af77c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4207aa410, 0x1301ce0, 0xc4207aa428, 0xc4210060f0, 0xc4207c5ec0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2099 [select, 61 minutes]: io.(*pipe).Read(0xc420857ea0, 0xc420e06000, 0x2000, 0x2000, 0xc420e06000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc9a0, 0xc420e06000, 0x2000, 0x2000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4204bc9a0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2097 [chan receive, 62 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420f78760) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc420414000, 0xc42042f6e0, 0xc42012bc70, 0x1305cc0, 0xc4204bc988, 0x1301cc0, 0xc4204bc9a0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2098 [select, 61 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420a0ac30, 0xc420e9b2c0, 0xc420414000, 0x1305cc0, 0xc4204bc988) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2415 [chan receive, 56 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc4208f5fa0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4208ac2d0, 0xc4208e7080, 0xc42025cda0, 0x1305cc0, 0xc4207aa888, 0x1301cc0, 0xc4207aa890, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2706 [IO wait, 43 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec340, 0x72, 0xc420f95880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420123418, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420123418, 0xc4206dc000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420123400, 0xc4206dc000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420123400, 0xc4206dc000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420a5c200, 0xc4206dc000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420610a50, 0x7ff4f84fea48, 0xc420a5c200, 0x5, 0xc420a5c200, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420785880, 0x128c417, 0xc4207859a0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420785880, 0xc421295000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc42042f9e0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc42042f9e0, 0x2, 0xc4204adc00, 0x120698a, 0xc, 0xc42005d800, 0xc42005ca00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc420456f00, 0x2, 0xc42005ca00, 0xc420423818, 0xc420423820, 0xc420726180, 0xc420b30b08) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc420456f00, 0x0, 0x0, 0xc4206805a0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc420456f00, 0xc420e64000, 0x2, 0x8000, 0x2, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc420a5c208, 0xc420e64000, 0x8000, 0x8000, 0x2, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4210061c8, 0x1301d40, 0xc420a5c208, 0xc420e64000, 0x8000, 0x8000, 0x405d4b, 0xc420049c80, 0xc4207a3788) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4210061c8, 0x1301d40, 0xc420a5c208, 0xc42033a201, 0xc420049c80, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4210061b0, 0x1301ce0, 0xc4210061c8, 0xc420a5c208, 0xc420e1ab40) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2113 [select, 23 minutes]: io.(*pipe).Read(0xc420796230, 0xc4213ea000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420a68030) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc421006058, 0xc4213ea000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc42000e4c0, 0x1301cc0, 0xc421006058, 0xc4213ea000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc42000e4c0, 0x1301cc0, 0xc421006058, 0x0, 0xc42064dfc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc42000e4c0, 0x1301cc0, 0xc421006058, 0x1301ce0, 0xc421006070, 0xc420680d80) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2739 [chan receive, 41 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420a41e60) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4204152c0, 0xc4206dea80, 0xc42033bbb0, 0x1305cc0, 0xc421006108, 0x1301cc0, 0xc421006110, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2657 [select, 43 minutes]: io.(*pipe).Read(0xc4208560a0, 0xc420e6c000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420988000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4210061b0, 0xc420e6c000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc420a5c208, 0x1301cc0, 0xc4210061b0, 0xc420e6c000, 0x8000, 0x8000, 0xc42042f3e0, 0xc4208487b0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc420a5c208, 0x1301cc0, 0xc4210061b0, 0xc4204c2d10, 0xc4208487c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc420a5c208, 0x1301cc0, 0xc4210061b0, 0x1301ce0, 0xc4210061c8, 0xc420e1ab40) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2671 [chan receive, 45 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420a18960) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4204154a0, 0xc4208aba40, 0xc42028b2a0, 0x1305cc0, 0xc4210061b8, 0x1301cc0, 0xc4210061c0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2017 [select, 56 minutes]: io.(*pipe).Read(0xc420112370, 0xc420e0a000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420387a40) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa668, 0xc420e0a000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc42000eb38, 0x1301cc0, 0xc4207aa668, 0xc420e0a000, 0x8000, 0x8000, 0x3432363733333538, 0x3431333536333433, 0x3666326436383635) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc42000eb38, 0x1301cc0, 0xc4207aa668, 0x3662363536373332, 0xc4207f67c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc42000eb38, 0x1301cc0, 0xc4207aa668, 0x1301ce0, 0xc4207aa680, 0xc420048ae0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2016 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4204c2870, 0xc4206da780, 0xc4206942d0, 0x0, 0x0, 0x18, 0xc420babee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206da780, 0xc4206942d0, 0x0, 0x0, 0xc4206da780, 0xc4206942d0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4204c3490, 0xc420782300, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4204c3490, 0xc420782300, 0xc4200489c0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2015 [IO wait, 56 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec9c0, 0x72, 0xc42100b880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d7f18, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d7f18, 0xc420775400, 0x400, 0x400) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d7f00, 0xc420775400, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d7f00, 0xc420775400, 0x400, 0x400, 0x0, 0x8, 0x3fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc421006250, 0xc420775400, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4207ad5f0, 0x7ff4f84fea48, 0xc421006250, 0x5, 0xc421006250, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4208af880, 0x128c417, 0xc4208af9a0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4208af880, 0xc420d6a800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc420e09d40) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc420e09d40, 0x2, 0xc4204d1800, 0x120698a, 0xc, 0xc42005d800, 0xc42005ca00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206dbe00, 0x2, 0xc42005ca00, 0xc420b1e858, 0xc420b1e860, 0xc420862900, 0xc4209f0c88) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206dbe00, 0x0, 0x0, 0xc4207c54a0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206dbe00, 0xc420adc000, 0x12, 0x8000, 0x12, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc421006258, 0xc420adc000, 0x8000, 0x8000, 0x12, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4201147e8, 0x1301d40, 0xc421006258, 0xc420adc000, 0x8000, 0x8000, 0xc420e09920, 0xc4208497b0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4201147e8, 0x1301d40, 0xc421006258, 0x0, 0xc4208497c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc420114700, 0x1301ce0, 0xc4201147e8, 0xc421006258, 0xc420049380) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2514 [IO wait, 56 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec820, 0x72, 0xc420ca0880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d6318, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d6318, 0xc4209ef800, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d6300, 0xc4209ef800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d6300, 0xc4209ef800, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc42000eb30, 0xc4209ef800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420369620, 0x7ff4f84fea48, 0xc42000eb30, 0x5, 0xc42000eb30, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4206bd180, 0x128c417, 0xc4206bd2a0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4206bd180, 0xc420d6f800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4208aa720) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4208aa720, 0x2, 0xc4204ad800, 0x120698a, 0xc, 0xc42005fd00, 0xc42005ef00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206da780, 0x2, 0xc42005ef00, 0xc42072e0d8, 0xc42072e0e0, 0xc420bcf260, 0xc4209f1408) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206da780, 0x0, 0x0, 0xc4209ac240) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206da780, 0xc420bac000, 0x2, 0x8000, 0x2, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc42000eb38, 0xc420bac000, 0x8000, 0x8000, 0x2, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4207aa680, 0x1301d40, 0xc42000eb38, 0xc420bac000, 0x8000, 0x8000, 0x3432363733333538, 0x3431333536333433, 0x3666326436383635) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4207aa680, 0x1301d40, 0xc42000eb38, 0x3662363536373332, 0xc4207f7fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4207aa668, 0x1301ce0, 0xc4207aa680, 0xc42000eb38, 0xc420048ae0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2518 [IO wait, 56 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec680, 0x72, 0xc420ca4880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d6898, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d6898, 0xc420619000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d6880, 0xc420619000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d6880, 0xc420619000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc42000ec70, 0xc420619000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc42002df20, 0x7ff4f84fea48, 0xc42000ec70, 0x5, 0xc42000ec70, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4206bd880, 0x128c417, 0xc4206bd9a0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4206bd880, 0xc420d20000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4208aaf00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4208aaf00, 0x2, 0xc4204ad800, 0x120698a, 0xc, 0xc420058e00, 0xc420058000) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206db040, 0x2, 0xc420058000, 0xc4207e8218, 0xc4207e8220, 0xc42077d9e0, 0xc4209f1708) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206db040, 0x0, 0x0, 0xc4209acf60) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206db040, 0xc420d2a000, 0x1, 0x8000, 0x1, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc42000ec78, 0xc420d2a000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4207aa898, 0x1301d40, 0xc42000ec78, 0xc420d2a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4207aa898, 0x1301d40, 0xc42000ec78, 0x0, 0xc4207f87c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4207aa880, 0x1301ce0, 0xc4207aa898, 0xc42000ec78, 0xc420049080) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2515 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4203b0550, 0xc420a6e3c0, 0xc4202be120, 0x0, 0x0, 0x18, 0xc4207bdee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc420a6e3c0, 0xc4202be120, 0x0, 0x0, 0xc420a6e3c0, 0xc4202be120) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4203b0bb0, 0xc420782600, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4203b0bb0, 0xc420782600, 0xc420048d80) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2416 [select, 56 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420e344d0, 0xc4209ad140, 0xc4208ac2d0, 0x1305cc0, 0xc4207aa888) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2516 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4203b0c70, 0xc4206db040, 0xc420694360, 0x0, 0x0, 0x18, 0xc420d63ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206db040, 0xc420694360, 0x0, 0x0, 0xc4206db040, 0xc420694360) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4203b11e0, 0xc420782800, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4203b11e0, 0xc420782800, 0xc420048f60) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2517 [select, 56 minutes]: io.(*pipe).Read(0xc42073a050, 0xc420ca6000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc4206102a0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa880, 0xc420ca6000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc42000ec78, 0x1301cc0, 0xc4207aa880, 0xc420ca6000, 0x8000, 0x8000, 0x2d346563382d3865, 0x3164303035353235, 0x31303535) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc42000ec78, 0x1301cc0, 0xc4207aa880, 0x0, 0xc420dfc7c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc42000ec78, 0x1301cc0, 0xc4207aa880, 0x1301ce0, 0xc4207aa898, 0xc420049080) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2930 [chan receive, 21 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc4208bc300) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4208ac870, 0xc42042fb00, 0xc42033b090, 0x1305cc0, 0xc4204bc4d8, 0x1301cc0, 0xc4204bc4e8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2839 [chan receive, 29 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420e37c60) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206aad20, 0xc420a8c480, 0xc42028af10, 0x1305cc0, 0xc4204bc2d8, 0x1301cc0, 0xc4204bc2e0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2794 [chan receive, 25 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42033bdf0, 0x1301cc0, 0xc421006058, 0x1301ce0, 0xc421006070, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42072fc00, 0xc420bb8f00, 0xc420e9ad20, 0xc421006058, 0xc421006070) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2004 [IO wait, 63 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ecd00, 0x72, 0xc4200a7880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420a80798, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420a80798, 0xc420589000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420a80780, 0xc420589000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420a80780, 0xc420589000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4201145f0, 0xc420589000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420989260, 0x7ff4f84fea48, 0xc4201145f0, 0x5, 0xc4201145f0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4206bca80, 0x128c417, 0xc4206bcba0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4206bca80, 0xc420b78800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4208aa0c0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4208aa0c0, 0x2, 0xc42036dc00, 0x120698a, 0xc, 0xc420064700, 0xc420063900) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc420a6fb80, 0x2, 0xc420063900, 0xc420b2ba18, 0xc420b2ba20, 0xc42077cfc0, 0xc420b31e88) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc420a6fb80, 0x0, 0x0, 0xc420ae7800) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc420a6fb80, 0xc420b40000, 0x11, 0x8000, 0x11, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc420114618, 0xc420b40000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc42000e970, 0x1301d40, 0xc420114618, 0xc420b40000, 0x8000, 0x8000, 0x2bbddcbe45e53de1, 0x24ebabac5c0fe194, 0xd0a15a325a52dd45) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc42000e970, 0x1301d40, 0xc420114618, 0x28e02a553c9fac98, 0xc420df87c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc42000e958, 0x1301ce0, 0xc42000e970, 0xc420114618, 0xc4209ad6e0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 1977 [select, 63 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc42044bcb0, 0xc420ae79e0, 0xc4206aa960, 0x1305cc0, 0xc42000e960) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2003 [select, 63 minutes]: io.(*pipe).Read(0xc420bd1e00, 0xc420b48000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc4208d4210) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc42000e958, 0xc420b48000, 0x8000, 0x8000, 0xe, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc420114618, 0x1301cc0, 0xc42000e958, 0xc420b48000, 0x8000, 0x8000, 0xc420862a80, 0xc420a3b7b0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc420114618, 0x1301cc0, 0xc42000e958, 0x0, 0xc420a3b7c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc420114618, 0x1301cc0, 0xc42000e958, 0x1301ce0, 0xc42000e970, 0xc4209ad6e0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 1976 [chan receive, 64 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc4202877a0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206aa960, 0xc420889680, 0xc42012a9c0, 0x1305cc0, 0xc42000e960, 0x1301cc0, 0xc42000e968, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 1975 [chan receive, 64 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42033ac10, 0x1301cc0, 0xc42000e958, 0x1301ce0, 0xc42000e970, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc420a52b80, 0xc4209cca00, 0xc420ae7860, 0xc42000e958, 0xc42000e970) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2002 [chan receive, 64 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4203e8420, 0xc420a6fb80, 0xc42003aa20, 0x0, 0x0, 0x18, 0xc4209e5ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc420a6fb80, 0xc42003aa20, 0x0, 0x0, 0xc420a6fb80, 0xc42003aa20) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4203e9970, 0xc4201ba800, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4203e9970, 0xc4201ba800, 0xc4209ad5c0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2114 [select, 61 minutes]: io.(*pipe).Read(0xc420857e50, 0xc420c0a000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420b16240) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc978, 0xc420c0a000, 0x8000, 0x8000, 0xe, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc4204bc018, 0x1301cc0, 0xc4204bc978, 0xc420c0a000, 0x8000, 0x8000, 0x0, 0xc4209d4fb0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc4204bc018, 0x1301cc0, 0xc4204bc978, 0x0, 0xc4209d4fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc4204bc018, 0x1301cc0, 0xc4204bc978, 0x1301ce0, 0xc4204bc9b0, 0xc420e1a240) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2115 [IO wait, 61 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ecc30, 0x72, 0xc4200a4880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d6298, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d6298, 0xc4206e6000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d6280, 0xc4206e6000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d6280, 0xc4206e6000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4204bc000, 0xc4206e6000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420e32300, 0x7ff4f84fea48, 0xc4204bc000, 0x5, 0xc4204bc000, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4206bce00, 0x128c417, 0xc4206bcf20, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4206bce00, 0xc420b7b000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc420888300) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc420888300, 0x2, 0xc4204d0c00, 0x120698a, 0xc, 0xc420062200, 0xc420061400) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206da280, 0x2, 0xc420061400, 0xc42084f958, 0xc42084f960, 0xc42042f320, 0xc420aece08) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206da280, 0x0, 0x0, 0xc420e9b0e0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206da280, 0xc420e1c000, 0x1, 0x8000, 0x1, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc4204bc018, 0xc420e1c000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4204bc9b0, 0x1301d40, 0xc4204bc018, 0xc420e1c000, 0x8000, 0x8000, 0x2bbddcbe45e53de1, 0x24ebabac5c0fe194, 0xd0a15a325a52dd45) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4204bc9b0, 0x1301d40, 0xc4204bc018, 0x28e02a553c9fac98, 0xc420df87c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4204bc978, 0x1301ce0, 0xc4204bc9b0, 0xc4204bc018, 0xc420e1a240) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2592 [select, 51 minutes]: io.(*pipe).Read(0xc42073ad20, 0xc420dc8000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420988000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa410, 0xc420dc8000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc4210060f0, 0x1301cc0, 0xc4207aa410, 0xc420dc8000, 0x8000, 0x8000, 0xc4203e4840, 0xc42084afb0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc4210060f0, 0x1301cc0, 0xc4207aa410, 0x0, 0xc42084afc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc4210060f0, 0x1301cc0, 0xc4207aa410, 0x1301ce0, 0xc4207aa428, 0xc4207c5ec0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2931 [select, 19 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420e348a0, 0xc420dc6a20, 0xc4208ac870, 0x1305cc0, 0xc4204bc4d8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2948 [IO wait, 19 minutes]: internal/poll.runtime_pollWait(0x7ff4f8511930, 0x72, 0xc4207bd880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420881d98, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420881d98, 0xc420f2f000, 0x1000, 0x1000) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420881d80, 0xc420f2f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420881d80, 0xc420f2f000, 0x1000, 0x1000, 0x0, 0x8, 0xffb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420a5c228, 0xc420f2f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4207ad8c0, 0x7ff4f84fea48, 0xc420a5c228, 0x5, 0xc420a5c228, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420e92700, 0x128c417, 0xc420e92820, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420e92700, 0xc421047800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc420e08ea0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc420e08ea0, 0x2, 0xc4202f0400, 0x120698a, 0xc, 0xc42005fd00, 0xc42005ef00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206e4140, 0x2, 0xc42005ef00, 0xc420aae458, 0xc420aae460, 0xc420b827e0, 0xc42072cf88) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206e4140, 0x0, 0x0, 0xc420dc6420) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206e4140, 0xc4213da000, 0x4, 0x8000, 0x4, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc420a5c230, 0xc4213da000, 0x8000, 0x8000, 0x4, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4204bc4f8, 0x1301d40, 0xc420a5c230, 0xc4213da000, 0x8000, 0x8000, 0x410558, 0xc420849fb0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4204bc4f8, 0x1301d40, 0xc420a5c230, 0xc420377340, 0xc420849fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4204bc4c8, 0x1301ce0, 0xc4204bc4f8, 0xc420a5c230, 0xc420e1a1e0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2575 [chan receive, 49 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42041cf20, 0x1301cc0, 0xc4204bc0c8, 0x1301ce0, 0xc4204bc0e8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc420993380, 0xc42098f180, 0xc420e9a8a0, 0xc4204bc0c8, 0xc4204bc0e8) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2656 [chan receive, 45 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4203b0f70, 0xc420456f00, 0xc420694fc0, 0x0, 0x0, 0x18, 0xc420753ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc420456f00, 0xc420694fc0, 0x0, 0x0, 0xc420456f00, 0xc420694fc0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4203b1890, 0xc4201bba00, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4203b1890, 0xc4201bba00, 0xc420e1aa20) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2417 [select, 56 minutes]: io.(*pipe).Read(0xc42073a0a0, 0xc4212a8000, 0x2000, 0x2000, 0xc4212a8000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa890, 0xc4212a8000, 0x2000, 0x2000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4207aa890) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2412 [select, 56 minutes]: io.(*pipe).Read(0xc420112500, 0xc420d4c000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc42002d7a0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa798, 0xc420d4c000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc4207aa7d0, 0x1301cc0, 0xc4207aa798, 0xc420d4c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc4207aa7d0, 0x1301cc0, 0xc4207aa798, 0x0, 0xc42084afc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc4207aa7d0, 0x1301cc0, 0xc4207aa798, 0x1301ce0, 0xc4207aa7b0, 0xc4209acba0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2410 [select, 56 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420546710, 0xc4209aca80, 0xc4208ac0f0, 0x1305cc0, 0xc4207aa7a0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2385 [chan receive, 59 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420c23c20) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206aae10, 0xc420b81aa0, 0xc42041c880, 0x1305cc0, 0xc420a5c508, 0x1301cc0, 0xc420a5c510, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2411 [select, 56 minutes]: io.(*pipe).Read(0xc4201125f0, 0xc420e30000, 0x2000, 0x2000, 0xc420e30000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa7a8, 0xc420e30000, 0x2000, 0x2000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4207aa7a8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2672 [select, 43 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420a0b3e0, 0xc420680780, 0xc4204154a0, 0x1305cc0, 0xc4210061b8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2673 [select, 43 minutes]: io.(*pipe).Read(0xc4208561e0, 0xc420db6000, 0x2000, 0x2000, 0xc420db6000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4210061c0, 0xc420db6000, 0x2000, 0x2000, 0x2, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4210061c0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2576 [chan receive, 49 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420f787e0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4208ac5a0, 0xc4208b7b60, 0xc42033b3d0, 0x1305cc0, 0xc4204bc0d0, 0x1301cc0, 0xc4204bc0d8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2407 [select, 56 minutes]: io.(*pipe).Read(0xc4201123c0, 0xc420ad0000, 0x2000, 0x2000, 0xc420ad0000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa678, 0xc420ad0000, 0x2000, 0x2000, 0x2, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4207aa678) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2409 [chan receive, 56 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420647240) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4208ac0f0, 0xc4208e6ae0, 0xc4202c81b0, 0x1305cc0, 0xc4207aa7a0, 0x1301cc0, 0xc4207aa7a8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2402 [select, 59 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420bfa8d0, 0xc42099d380, 0xc4206aae10, 0x1305cc0, 0xc420a5c508) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2408 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42025ca30, 0x1301cc0, 0xc4207aa798, 0x1301ce0, 0xc4207aa7b0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc4204f8e40, 0xc42002e000, 0xc4209ac900, 0xc4207aa798, 0xc4207aa7b0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2384 [chan receive, 59 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42012bd80, 0x1301cc0, 0xc420a5c500, 0x1301ce0, 0xc420a5c520, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc4204f8e40, 0xc4201ff180, 0xc4209adf80, 0xc420a5c500, 0xc420a5c520) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2398 [chan receive, 59 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc42012abe0, 0xc4206e5e00, 0xc420695200, 0x0, 0x0, 0x18, 0xc420c1bee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206e5e00, 0xc420695200, 0x0, 0x0, 0xc4206e5e00, 0xc420695200) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc42012b0d0, 0xc420584c00, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc42012b0d0, 0xc420584c00, 0xc42083a840) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2399 [select, 59 minutes]: io.(*pipe).Read(0xc420796f50, 0xc420b6e000, 0x8000, 0x8000, 0x1046f20, 0xc420df6f01, 0xc420b6e000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc420a5c500, 0xc420b6e000, 0x8000, 0x8000, 0x8000, 0x8000, 0x40f15d) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc42000e930, 0x1301cc0, 0xc420a5c500, 0xc420b6e000, 0x8000, 0x8000, 0x410558, 0x10b9bc0, 0x1103c80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc42000e930, 0x1301cc0, 0xc420a5c500, 0xc420306760, 0xc420df6fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc42000e930, 0x1301cc0, 0xc420a5c500, 0x1301ce0, 0xc420a5c520, 0xc42083a960) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2400 [IO wait, 57 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ecb60, 0x72, 0xc4200a3880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420260098, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420260098, 0xc420775c00, 0x400, 0x400) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420260080, 0xc420775c00, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420260080, 0xc420775c00, 0x400, 0x400, 0x0, 0x8, 0x3fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc42000e928, 0xc420775c00, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420655770, 0x7ff4f84fea48, 0xc42000e928, 0x5, 0xc42000e928, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420262000, 0x128c417, 0xc420262120, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420262000, 0xc420b7d800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4201294a0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4201294a0, 0x2, 0xc420098c00, 0x120698a, 0xc, 0xc42008c200, 0xc42008b400) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206e5e00, 0x2, 0xc42008b400, 0xc420560c58, 0xc420560c60, 0xc420c13260, 0xc420c09e88) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206e5e00, 0x0, 0x0, 0xc4209adf20) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206e5e00, 0xc420b66000, 0x1, 0x8000, 0x1, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc42000e930, 0xc420b66000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc420a5c520, 0x1301d40, 0xc42000e930, 0xc420b66000, 0x8000, 0x8000, 0xc0d52180a968c054, 0xf871a5dc9d9e4b6e, 0xc17c8c71dbeaa283) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc420a5c520, 0x1301d40, 0xc42000e930, 0x600368e7baacb02e, 0xc420df7fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc420a5c500, 0x1301ce0, 0xc420a5c520, 0xc42000e930, 0xc42083a960) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2404 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc4203b0540, 0x1301cc0, 0xc4207aa668, 0x1301ce0, 0xc4207aa680, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc4204f8e40, 0xc42002e000, 0xc4209ac2a0, 0xc4207aa668, 0xc4207aa680) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2675 [chan receive, 49 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc42033b420, 0xc420522f00, 0xc4202be3f0, 0x0, 0x0, 0x18, 0xc420bc9ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc420522f00, 0xc4202be3f0, 0x0, 0x0, 0xc420522f00, 0xc4202be3f0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc42033b970, 0xc420692500, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc42033b970, 0xc420692500, 0xc420e9ab40) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2405 [chan receive, 56 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420646d60) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4208ac000, 0xc4208e6900, 0xc4202c8070, 0x1305cc0, 0xc4207aa670, 0x1301cc0, 0xc4207aa678, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2453 [IO wait, 56 minutes]: internal/poll.runtime_pollWait(0x7ff4f84eca90, 0x72, 0xc421009880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420852e98, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420852e98, 0xc420746400, 0x400, 0x400) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420852e80, 0xc420746400, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420852e80, 0xc420746400, 0x400, 0x400, 0x0, 0x8, 0x3fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420a5c130, 0xc420746400, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4208f6b10, 0x7ff4f84fea48, 0xc420a5c130, 0x5, 0xc420a5c130, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4208ae380, 0x128c417, 0xc4208ae4a0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4208ae380, 0xc420d68000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4203e6c60) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4203e6c60, 0x2, 0xc42036cc00, 0x120698a, 0xc, 0xc42005b300, 0xc42005a500) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206e4640, 0x2, 0xc42005a500, 0xc42068e6d8, 0xc42068e6e0, 0xc420c13080, 0xc4209fe808) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206e4640, 0x0, 0x0, 0xc4209adaa0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206e4640, 0xc420d72000, 0x9, 0x8000, 0x9, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc420a5c138, 0xc420d72000, 0x8000, 0x8000, 0x9, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc421006388, 0x1301d40, 0xc420a5c138, 0xc420d72000, 0x8000, 0x8000, 0x410558, 0x10b9bc0, 0x1103c80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc421006388, 0x1301d40, 0xc420a5c138, 0xc4204c2cd0, 0xc4207a5fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc421006370, 0x1301ce0, 0xc421006388, 0xc420a5c138, 0xc4207c4480) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2676 [select, 47 minutes]: io.(*pipe).Read(0xc42073ac30, 0xc4207ae000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420994000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc0c8, 0xc4207ae000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc4204bc100, 0x1301cc0, 0xc4204bc0c8, 0xc4207ae000, 0x8000, 0x8000, 0x410558, 0x10b9bc0, 0x1103c80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc4204bc100, 0x1301cc0, 0xc4204bc0c8, 0xc42012a9a0, 0xc4207a7fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc4204bc100, 0x1301cc0, 0xc4204bc0c8, 0x1301ce0, 0xc4204bc0e8, 0xc420e9ac60) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2014 [select, 56 minutes]: io.(*pipe).Read(0xc42074aeb0, 0xc420abe000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420346660) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc420114700, 0xc420abe000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc421006258, 0x1301cc0, 0xc420114700, 0xc420abe000, 0x8000, 0x8000, 0x3178302d30303031, 0x205b0a0d5d666666, 0x3336352e33202020) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc421006258, 0x1301cc0, 0xc420114700, 0x663278302d303030, 0xc4207a67c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc421006258, 0x1301cc0, 0xc420114700, 0x1301ce0, 0xc4201147e8, 0xc420049380) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2583 [select, 55 minutes]: io.(*pipe).Read(0xc42062c780, 0xc4208a0000, 0x2000, 0x2000, 0xc4208a0000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4210060b8, 0xc4208a0000, 0x2000, 0x2000, 0x3, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4210060b8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2493 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc420307250, 0x1301cc0, 0xc420114700, 0x1301ce0, 0xc4201147e8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc4204f8e40, 0xc42002e000, 0xc4207c5500, 0xc420114700, 0xc4201147e8) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2452 [select, 57 minutes]: io.(*pipe).Read(0xc42062d950, 0xc420d7a000, 0x8000, 0x8000, 0x1046f20, 0xc42084d701, 0xc420d7a000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc421006370, 0xc420d7a000, 0x8000, 0x8000, 0x8000, 0x8000, 0x40f15d) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc420a5c138, 0x1301cc0, 0xc421006370, 0xc420d7a000, 0x8000, 0x8000, 0x410558, 0x10b9bc0, 0x1103c80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc420a5c138, 0x1301cc0, 0xc421006370, 0xc4203e9e80, 0xc42084d7c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc420a5c138, 0x1301cc0, 0xc421006370, 0x1301ce0, 0xc421006388, 0xc4207c4480) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2406 [select, 56 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420546520, 0xc4209ac420, 0xc4208ac000, 0x1305cc0, 0xc4207aa670) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2451 [chan receive, 57 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc42028a290, 0xc4206e4640, 0xc420694240, 0x0, 0x0, 0x18, 0xc420d67ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206e4640, 0xc420694240, 0x0, 0x0, 0xc4206e4640, 0xc420694240) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc42028a7e0, 0xc420692200, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc42028a7e0, 0xc420692200, 0xc4207c4360) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2432 [chan receive, 57 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42028b5c0, 0x1301cc0, 0xc421006370, 0x1301ce0, 0xc421006388, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc4204f8e40, 0xc42002f400, 0xc4209adb00, 0xc421006370, 0xc421006388) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2433 [chan receive, 57 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420646a60) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206ab0e0, 0xc420b80420, 0xc4204f3760, 0x1305cc0, 0xc421006378, 0x1301cc0, 0xc421006380, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2466 [select, 57 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc4203e3440, 0xc4209adc80, 0xc4206ab0e0, 0x1305cc0, 0xc421006378) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2467 [select, 56 minutes]: io.(*pipe).Read(0xc42062d9a0, 0xc420a7e000, 0x2000, 0x2000, 0xc420a7e000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc421006380, 0xc420a7e000, 0x2000, 0x2000, 0x9, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc421006380) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2494 [chan receive, 56 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420a41720) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4208ac1e0, 0xc4203e6f60, 0xc42028b660, 0x1305cc0, 0xc420114748, 0x1301cc0, 0xc4201147c8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2497 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc4200ab040, 0x1301cc0, 0xc420114100, 0x1301ce0, 0xc420114140, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc4204f8e40, 0xc42002e000, 0xc4207c4420, 0xc420114100, 0xc420114140) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2498 [chan receive, 56 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc42088a140) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc420414e10, 0xc420b80000, 0xc4204f24b0, 0x1305cc0, 0xc420114120, 0x1301cc0, 0xc420114130, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2499 [select, 56 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc4203e2240, 0xc4207c4600, 0xc420414e10, 0x1305cc0, 0xc420114120) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2500 [select, 56 minutes]: io.(*pipe).Read(0xc42062c0a0, 0xc420c1a000, 0x2000, 0x2000, 0xc420c1a000, 0x64db3c, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc420114130, 0xc420c1a000, 0x2000, 0x2000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc420114130) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2501 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4204f2cf0, 0xc4206da000, 0xc4206941b0, 0x0, 0x0, 0x18, 0xc420acfee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206da000, 0xc4206941b0, 0x0, 0x0, 0xc4206da000, 0xc4206941b0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4200aa490, 0xc420692000, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4200aa490, 0xc420692000, 0xc4207c4720) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2502 [select, 56 minutes]: io.(*pipe).Read(0xc42062c050, 0xc420e24000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420368450) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc420114100, 0xc420e24000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc420114360, 0x1301cc0, 0xc420114100, 0xc420e24000, 0x8000, 0x8000, 0xc420b80060, 0xc4207a37b0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc420114360, 0x1301cc0, 0xc420114100, 0x0, 0xd, 0x662) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc420114360, 0x1301cc0, 0xc420114100, 0x1301ce0, 0xc420114140, 0xc4207c4780) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2503 [IO wait, 56 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec8f0, 0x72, 0xc420569880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc420880198, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc420880198, 0xc420746c00, 0x400, 0x400) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc420880180, 0xc420746c00, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc420880180, 0xc420746c00, 0x400, 0x400, 0x0, 0x8, 0x3fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420114150, 0xc420746c00, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420994330, 0x7ff4f84fea48, 0xc420114150, 0x5, 0xc420114150, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc4208afc00, 0x128c417, 0xc4208afd20, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc4208afc00, 0xc420d6d000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4208aa240) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4208aa240, 0x2, 0xc4204d1000, 0x120698a, 0xc, 0xc42005fd00, 0xc42005ef00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206da000, 0x2, 0xc42005ef00, 0xc4207e8358, 0xc4207e8360, 0xc420c12fc0, 0xc4209fe508) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206da000, 0x0, 0x0, 0xc4207c43c0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206da000, 0xc420e38000, 0x1, 0x8000, 0x1, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc420114360, 0xc420e38000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc420114140, 0x1301d40, 0xc420114360, 0xc420e38000, 0x8000, 0x8000, 0xc42036b820, 0x128ba30, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc420114140, 0x1301d40, 0xc420114360, 0xc4203b0870, 0x7ff4f84feba0, 0xc4203b0870) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc420114100, 0x1301ce0, 0xc420114140, 0xc420114360, 0xc4207c4780) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2545 [chan receive, 56 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc420307780, 0xc4205b4a00, 0xc42003aea0, 0x0, 0x0, 0x18, 0xc4212b1ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4205b4a00, 0xc42003aea0, 0x0, 0x0, 0xc4205b4a00, 0xc42003aea0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc420307e30, 0xc420783800, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc420307e30, 0xc420783800, 0xc420e1a720) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2581 [chan receive, 56 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420a18680) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4208ac690, 0xc4207269c0, 0xc42028be30, 0x1305cc0, 0xc4210060b0, 0x1301cc0, 0xc4210060b8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2582 [select, 55 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420336c50, 0xc420049740, 0xc4208ac690, 0x1305cc0, 0xc4210060b0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2763 [chan receive, 33 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42012bde0, 0x1301cc0, 0xc42000e1d8, 0x1301ce0, 0xc42000e238, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42072f980, 0xc42002f680, 0xc4209ad740, 0xc42000e1d8, 0xc42000e238) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2764 [chan receive, 33 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420a40080) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206aac30, 0xc42034ed20, 0xc42028b8f0, 0x1305cc0, 0xc42000e208, 0x1301cc0, 0xc42000e220, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2591 [chan receive, 53 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4200ab2f0, 0xc4206db540, 0xc420694870, 0x0, 0x0, 0x18, 0xc420befee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206db540, 0xc420694870, 0x0, 0x0, 0xc4206db540, 0xc420694870) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4200ab970, 0xc420693000, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4200ab970, 0xc420693000, 0xc4207c5c80) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2670 [chan receive, 45 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42012a8e0, 0x1301cc0, 0xc4210061b0, 0x1301ce0, 0xc4210061c8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42068f200, 0xc42098f900, 0xc420680600, 0xc4210061b0, 0xc4210061c8) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2614 [chan receive, 53 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc420226eb0, 0x1301cc0, 0xc4207aa410, 0x1301ce0, 0xc4207aa428, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42068f940, 0xc42098f400, 0xc420e1a780, 0xc4207aa410, 0xc4207aa428) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2615 [chan receive, 53 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420afc4a0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206ab3b0, 0xc420b83320, 0xc42033bb60, 0x1305cc0, 0xc4207aa418, 0x1301cc0, 0xc4207aa420, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2616 [select, 51 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420337710, 0xc420e1a960, 0xc4206ab3b0, 0x1305cc0, 0xc4207aa418) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2617 [select, 51 minutes]: io.(*pipe).Read(0xc42073ad70, 0xc420e04000, 0x2000, 0x2000, 0xc420e04000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa420, 0xc420e04000, 0x2000, 0x2000, 0x4, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4207aa420) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2677 [IO wait, 47 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec410, 0x72, 0xc420fa3880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4205c4198, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4205c4198, 0xc4207cd000, 0x400, 0x400) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4205c4180, 0xc4207cd000, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4205c4180, 0xc4207cd000, 0x400, 0x400, 0x0, 0x8, 0x3fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4204bc0f8, 0xc4207cd000, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420a68630, 0x7ff4f84fea48, 0xc4204bc0f8, 0x5, 0xc4204bc0f8, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420262380, 0x128c417, 0xc4202624a0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420262380, 0xc420d25000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc420e2c000) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc420e2c000, 0x2, 0xc4204ad800, 0x120698a, 0xc, 0xc42005fd00, 0xc42005ef00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc420522f00, 0x2, 0xc42005ef00, 0xc420422c98, 0xc420422ca0, 0xc420726480, 0xc4209fee08) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc420522f00, 0x0, 0x0, 0xc420e9a840) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc420522f00, 0xc420d98000, 0x14, 0x8000, 0x14, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc4204bc100, 0xc420d98000, 0x8000, 0x8000, 0x14, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4204bc0e8, 0x1301d40, 0xc4204bc100, 0xc420d98000, 0x8000, 0x8000, 0x3178302d30303031, 0x205b0a0d5d666666, 0x3336352e33202020) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4204bc0e8, 0x1301d40, 0xc4204bc100, 0x663278302d303030, 0xc4207a67c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4204bc0c8, 0x1301ce0, 0xc4204bc0e8, 0xc4204bc100, 0xc420e9ac60) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2741 [select, 39 minutes]: io.(*pipe).Read(0xc420856d70, 0xc420ba0000, 0x2000, 0x2000, 0xc420ba0000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc421006110, 0xc420ba0000, 0x2000, 0x2000, 0x2, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc421006110) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2735 [chan receive, 41 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc420377d10, 0xc4206e5cc0, 0xc4202becf0, 0x0, 0x0, 0x18, 0xc420753ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206e5cc0, 0xc4202becf0, 0x0, 0x0, 0xc4206e5cc0, 0xc4202becf0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc42012a390, 0xc420584400, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc42012a390, 0xc420584400, 0xc420e9b6e0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2824 [chan receive, 33 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc42012aa30, 0xc4206e4f00, 0xc4206957a0, 0x0, 0x0, 0x18, 0xc42103fee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206e4f00, 0xc4206957a0, 0x0, 0x0, 0xc4206e4f00, 0xc4206957a0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc42012aff0, 0xc420585d00, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc42012aff0, 0xc420585d00, 0xc420049920) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2740 [select, 39 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420a0abb0, 0xc420680060, 0xc4204152c0, 0x1305cc0, 0xc421006108) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2825 [select, 31 minutes]: io.(*pipe).Read(0xc42062ce60, 0xc421052000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420988000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc42000e1d8, 0xc421052000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc420114890, 0x1301cc0, 0xc42000e1d8, 0xc421052000, 0x8000, 0x8000, 0xc4208947a4, 0xc4208947b0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc420114890, 0x1301cc0, 0xc42000e1d8, 0xc420e1a900, 0xc4208947c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc420114890, 0x1301cc0, 0xc42000e1d8, 0x1301ce0, 0xc42000e238, 0xc420e9a000) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2738 [chan receive, 41 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42012b270, 0x1301cc0, 0xc421006100, 0x1301ce0, 0xc421006118, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42072fe80, 0xc420a50280, 0xc420049ec0, 0xc421006100, 0xc421006118) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2736 [select, 39 minutes]: io.(*pipe).Read(0xc420856d20, 0xc420e80000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420a16000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc421006100, 0xc420e80000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc42000e6e8, 0x1301cc0, 0xc421006100, 0xc420e80000, 0x8000, 0x8000, 0xc4206eb6e0, 0xc420aa8fb0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc42000e6e8, 0x1301cc0, 0xc421006100, 0xc4203775f0, 0xc420aa8fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc42000e6e8, 0x1301cc0, 0xc421006100, 0x1301ce0, 0xc421006118, 0xc420e9b800) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2737 [IO wait, 39 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec270, 0x72, 0xc420fa2880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d7298, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d7298, 0xc420677000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d7280, 0xc420677000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d7280, 0xc420677000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc42000e6e0, 0xc420677000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4206104e0, 0x7ff4f84fea48, 0xc42000e6e0, 0x5, 0xc42000e6e0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420262a80, 0x128c417, 0xc420262ba0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420262a80, 0xc420d27800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4206ebb00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4206ebb00, 0x2, 0xc4202f1800, 0x120698a, 0xc, 0xc42005d800, 0xc42005ca00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206e5cc0, 0x2, 0xc42005ca00, 0xc420423d58, 0xc420423d60, 0xc420c12d80, 0xc420600988) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206e5cc0, 0x0, 0x0, 0xc420049e60) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206e5cc0, 0xc420bd2000, 0x2, 0x8000, 0x2, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc42000e6e8, 0xc420bd2000, 0x8000, 0x8000, 0x2, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc421006118, 0x1301d40, 0xc42000e6e8, 0xc420bd2000, 0x8000, 0x8000, 0x410558, 0x10b9bc0, 0x1103c80) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc421006118, 0x1301d40, 0xc42000e6e8, 0xc420377060, 0x7ff4f84feba0, 0xc420377060) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc421006100, 0x1301ce0, 0xc421006118, 0xc42000e6e8, 0xc420e9b800) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 3123 [chan receive, 5 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4203e8d70, 0xc4206da640, 0xc4206947e0, 0x0, 0x0, 0x18, 0xc420eb7ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206da640, 0xc4206947e0, 0x0, 0x0, 0xc4206da640, 0xc4206947e0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4202c81a0, 0xc420693a00, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4202c81a0, 0xc420693a00, 0xc420dc6fc0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2932 [select, 19 minutes]: io.(*pipe).Read(0xc4207969b0, 0xc420678000, 0x2000, 0x2000, 0xc420678000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc4e8, 0xc420678000, 0x2000, 0x2000, 0x4, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4204bc4e8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 3171 [chan receive]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4204f2ee0, 0xc4208e4dc0, 0xc4202be870, 0x0, 0x0, 0x18, 0xc420dc3ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4208e4dc0, 0xc4202be870, 0x0, 0x0, 0xc4208e4dc0, 0xc4202be870) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4204c2a20, 0xc420bde000, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4204c2a20, 0xc420bde000, 0xc42083ade0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2790 [chan receive, 37 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc42033ad00, 0xc420457e00, 0xc42003b9e0, 0x0, 0x0, 0x18, 0xc421443ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc420457e00, 0xc42003b9e0, 0x0, 0x0, 0xc420457e00, 0xc42003b9e0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc42033b1f0, 0xc420783000, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc42033b1f0, 0xc420783000, 0xc420e9a360) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2791 [select, 35 minutes]: io.(*pipe).Read(0xc4207d1860, 0xc421030000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc42025a420) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc420a5c068, 0xc421030000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc4210062a8, 0x1301cc0, 0xc420a5c068, 0xc421030000, 0x8000, 0x8000, 0x410558, 0xc4207a5fb0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc4210062a8, 0x1301cc0, 0xc420a5c068, 0xc4200abb00, 0xc4207a5fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc4210062a8, 0x1301cc0, 0xc420a5c068, 0x1301ce0, 0xc420a5c088, 0xc420e9a480) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2792 [IO wait, 35 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec1a0, 0x72, 0xc420bea880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4208c0898, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4208c0898, 0xc420fa8800, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4208c0880, 0xc420fa8800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4208c0880, 0xc420fa8800, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4210062a0, 0xc420fa8800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4209f5440, 0x7ff4f84fea48, 0xc4210062a0, 0x5, 0xc4210062a0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420262e00, 0x128c417, 0xc420262f20, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420262e00, 0xc421297800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc420e2d500) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc420e2d500, 0x2, 0xc42036dc00, 0x120698a, 0xc, 0xc42005b300, 0xc42005a500) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc420457e00, 0x2, 0xc42005a500, 0xc420aaeb18, 0xc420aaeb20, 0xc4206ded20, 0xc420db9288) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc420457e00, 0x0, 0x0, 0xc420dc6780) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc420457e00, 0xc420e56000, 0x8, 0x8000, 0x8, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc4210062a8, 0xc420e56000, 0x8000, 0x8000, 0x8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc420a5c088, 0x1301d40, 0xc4210062a8, 0xc420e56000, 0x8000, 0x8000, 0xc420e2d0e0, 0xc4208937a0, 0xf102da) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc420a5c088, 0x1301d40, 0xc4210062a8, 0xc4200ab300, 0xc4208937c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc420a5c068, 0x1301ce0, 0xc420a5c088, 0xc4210062a8, 0xc420e9a480) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2765 [select, 31 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420e35150, 0xc4209adce0, 0xc4206aac30, 0x1305cc0, 0xc42000e208) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 3052 [select, 11 minutes]: io.(*pipe).Read(0xc420856960, 0xc420730000, 0x2000, 0x2000, 0xc420730000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc420f2c2d0, 0xc420730000, 0x2000, 0x2000, 0x4, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc420f2c2d0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2766 [select, 31 minutes]: io.(*pipe).Read(0xc42062ceb0, 0xc420e98000, 0x2000, 0x2000, 0xc420e98000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc42000e220, 0xc420e98000, 0x2000, 0x2000, 0x3, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc42000e220) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2826 [IO wait, 31 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec0d0, 0x72, 0xc4207b7880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4205c5698, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4205c5698, 0xc4201e3800, 0x400, 0x400) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4205c5680, 0xc4201e3800, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4205c5680, 0xc4201e3800, 0x400, 0x400, 0x0, 0x8, 0x3fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420114888, 0xc4201e3800, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420611050, 0x7ff4f84fea48, 0xc420114888, 0x5, 0xc420114888, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420785c00, 0x128c417, 0xc420785d20, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420785c00, 0xc421040000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc4206ebbc0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc4206ebbc0, 0x2, 0xc4202f0800, 0x120698a, 0xc, 0xc420058e00, 0xc420058000) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206e4f00, 0x2, 0xc420058000, 0xc420aae798, 0xc420aae7a0, 0xc420b38360, 0xc420601408) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206e4f00, 0x0, 0x0, 0xc4209ad680) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206e4f00, 0xc42104a000, 0x3, 0x8000, 0x3, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc420114890, 0xc42104a000, 0x8000, 0x8000, 0x3, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc42000e238, 0x1301d40, 0xc420114890, 0xc42104a000, 0x8000, 0x8000, 0xc4206eb680, 0xc4207f87a0, 0xf102da) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc42000e238, 0x1301d40, 0xc420114890, 0xc4200ab6a0, 0xc4207f87c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc42000e1d8, 0x1301ce0, 0xc42000e238, 0xc420114890, 0xc420e9a000) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2840 [select, 27 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420e34770, 0xc420e9ba40, 0xc4206aad20, 0x1305cc0, 0xc4204bc2d8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2913 [chan receive, 21 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc420ac7120, 0x1301cc0, 0xc4204bc4c8, 0x1301ce0, 0xc4204bc4f8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc420992b80, 0xc4203d8780, 0xc420dc6480, 0xc4204bc4c8, 0xc4204bc4f8) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 3030 [select, 11 minutes]: io.(*pipe).Read(0xc420856910, 0xc4212f2000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc4208500c0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc420f2c2c0, 0xc4212f2000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc42000e618, 0x1301cc0, 0xc420f2c2c0, 0xc4212f2000, 0x8000, 0x8000, 0xc4206ead80, 0xc4207f9fb0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc42000e618, 0x1301cc0, 0xc420f2c2c0, 0xc420680720, 0xc4207f9fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc42000e618, 0x1301cc0, 0xc420f2c2c0, 0x1301ce0, 0xc420f2c2d8, 0xc420e1bf20) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2946 [chan receive, 21 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4200abfe0, 0xc4206e4140, 0xc420694d80, 0x0, 0x0, 0x18, 0xc420bc9ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4206e4140, 0xc420694d80, 0x0, 0x0, 0xc4206e4140, 0xc420694d80) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc420ac64e0, 0xc420585700, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc420ac64e0, 0xc420585700, 0xc420e1a060) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 3173 [IO wait]: internal/poll.runtime_pollWait(0x7ff4f8511520, 0x72, 0xc420fe1880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d6f18, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d6f18, 0xc420fa6800, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d6f00, 0xc420fa6800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d6f00, 0xc420fa6800, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4204bc468, 0xc420fa6800, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420e32360, 0x7ff4f84fea48, 0xc4204bc468, 0x5, 0xc4204bc468, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420263880, 0x128c417, 0xc4202639a0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420263880, 0xc420eca000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc42042fb60) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc42042fb60, 0x2, 0xc4202f1000, 0x120698a, 0xc, 0xc42005d800, 0xc42005ca00) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4208e4dc0, 0x2, 0xc42005ca00, 0xc4205be718, 0xc4205be720, 0xc420a8d680, 0xc420db9708) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4208e4dc0, 0x0, 0x0, 0xc4207c4e40) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4208e4dc0, 0xc420edc000, 0x2, 0x8000, 0x2, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc4204bc478, 0xc420edc000, 0x8000, 0x8000, 0x2, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4207aa0f0, 0x1301d40, 0xc4204bc478, 0xc420edc000, 0x8000, 0x8000, 0xc420f781e0, 0xc420b9a7b0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4207aa0f0, 0x1301d40, 0xc4204bc478, 0xc4203b0180, 0xc420b9a7c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4207aa0d8, 0x1301ce0, 0xc4207aa0f0, 0xc4204bc478, 0xc42083af00) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2841 [select, 27 minutes]: io.(*pipe).Read(0xc420857590, 0xc420998000, 0x2000, 0x2000, 0xc420998000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc2e0, 0xc420998000, 0x2000, 0x2000, 0x3, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4204bc2e0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2838 [chan receive, 29 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc4203b1bb0, 0x1301cc0, 0xc4204bc2d0, 0x1301ce0, 0xc4204bc2e8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42068f780, 0xc420bb8280, 0xc420e9b8c0, 0xc4204bc2d0, 0xc4204bc2e8) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2859 [chan receive, 29 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc42012bfd0, 0xc4208e4280, 0xc420695830, 0x0, 0x0, 0x18, 0xc42103fee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc4208e4280, 0xc420695830, 0x0, 0x0, 0xc4208e4280, 0xc420695830) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4203b0860, 0xc420782300, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4203b0860, 0xc420782300, 0xc420680a20) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2860 [select, 27 minutes]: io.(*pipe).Read(0xc420857540, 0xc420f44000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420988000) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4204bc2d0, 0xc420f44000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc421006280, 0x1301cc0, 0xc4204bc2d0, 0xc420f44000, 0x8000, 0x8000, 0xc420b82c60, 0xc420dbefb0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc421006280, 0x1301cc0, 0xc4204bc2d0, 0x0, 0xc420dbefc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc421006280, 0x1301cc0, 0xc4204bc2d0, 0x1301ce0, 0xc4204bc2e8, 0xc420680b40) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2861 [IO wait, 27 minutes]: internal/poll.runtime_pollWait(0x7ff4f84ec000, 0x72, 0xc42074c880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4207d7418, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4207d7418, 0xc4207a8c00, 0x400, 0x400) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4207d7400, 0xc4207a8c00, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4207d7400, 0xc4207a8c00, 0x400, 0x400, 0x0, 0x8, 0x3fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc421006278, 0xc4207a8c00, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc4207adcb0, 0x7ff4f84fea48, 0xc421006278, 0x5, 0xc421006278, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420263180, 0x128c417, 0xc4202632a0, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420263180, 0xc421042800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc420b83080) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc420b83080, 0x2, 0xc42048a400, 0x120698a, 0xc, 0xc420058e00, 0xc420058000) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4208e4280, 0x2, 0xc420058000, 0xc420b1e618, 0xc420b1e620, 0xc4206dfe60, 0xc42047e988) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4208e4280, 0x0, 0x0, 0xc420e9b860) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4208e4280, 0xc420f3c000, 0x3, 0x8000, 0x3, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc421006280, 0xc420f3c000, 0x8000, 0x8000, 0x3, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc4204bc2e8, 0x1301d40, 0xc421006280, 0xc420f3c000, 0x8000, 0x8000, 0x206c61746f54203a, 0x6f7270203120666f, 0x2073726f73736563) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc4204bc2e8, 0x1301d40, 0xc421006280, 0x69203a7366706d74, 0x7a696c616974696e, 0x2020205b0a0d6465) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4204bc2d0, 0x1301ce0, 0xc4204bc2e8, 0xc421006280, 0xc420680b40) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2795 [chan receive, 25 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420f795a0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206aaf00, 0xc420a8d1a0, 0xc420ac6140, 0x1305cc0, 0xc421006060, 0x1301cc0, 0xc421006068, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2796 [select, 23 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420e34230, 0xc420e9aea0, 0xc4206aaf00, 0x1305cc0, 0xc421006060) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2797 [select, 23 minutes]: io.(*pipe).Read(0xc420796280, 0xc420e9e000, 0x2000, 0x2000, 0xc420e9e000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc421006068, 0xc420e9e000, 0x2000, 0x2000, 0x4, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc421006068) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 3125 [IO wait, 3 minutes]: internal/poll.runtime_pollWait(0x7ff4f85115f0, 0x72, 0xc4213f3880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4205c4318, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4205c4318, 0xc420769400, 0x400, 0x400) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4205c4300, 0xc420769400, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4205c4300, 0xc420769400, 0x400, 0x400, 0x0, 0x8, 0x3fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc420a5c1e8, 0xc420769400, 0x400, 0x400, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420369ec0, 0x7ff4f84fea48, 0xc420a5c1e8, 0x5, 0xc420a5c1e8, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420263500, 0x128c417, 0xc420263620, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420263500, 0xc4212c9800, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc42081a3c0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc42081a3c0, 0x2, 0xc42049f400, 0x120698a, 0xc, 0xc420066e00, 0xc420066000) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc4206da640, 0x2, 0xc420066000, 0xc4205be318, 0xc4205be320, 0xc4206624e0, 0xc420b5d888) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc4206da640, 0x0, 0x0, 0xc42083aa20) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc4206da640, 0xc420ec2000, 0x2, 0x8000, 0x2, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc420a5c1f0, 0xc420ec2000, 0x8000, 0x8000, 0x2, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc420114338, 0x1301d40, 0xc420a5c1f0, 0xc420ec2000, 0x8000, 0x8000, 0x405d4b, 0xc420e1b7a0, 0xc420489f88) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc420114338, 0x1301d40, 0xc420a5c1f0, 0xc420306001, 0xc420489fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc4201142b0, 0x1301ce0, 0xc420114338, 0xc420a5c1f0, 0xc420dc71a0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 3051 [select, 11 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420a0a080, 0xc420dc7ce0, 0xc420415b30, 0x1305cc0, 0xc420f2c2c8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 3050 [chan receive, 13 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc4206a6680) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc420415b30, 0xc42081b3e0, 0xc42033a190, 0x1305cc0, 0xc420f2c2c8, 0x1301cc0, 0xc420f2c2d0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 3049 [chan receive, 13 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc420377de0, 0x1301cc0, 0xc420f2c2c0, 0x1301ce0, 0xc420f2c2d8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc420560b40, 0xc421024280, 0xc420dc7b60, 0xc420f2c2c0, 0xc420f2c2d8) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 3090 [IO wait, 7 minutes]: internal/poll.runtime_pollWait(0x7ff4f85116c0, 0x72, 0xc4213f2880) /gimme/.gimme/versions/go1.10.linux.amd64/src/runtime/netpoll.go:173 +0x57 internal/poll.(*pollDesc).wait(0xc4208c0198, 0x72, 0xffffffffffffff00, 0x13049c0, 0x19b6638) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:85 +0x9b internal/poll.(*pollDesc).waitRead(0xc4208c0198, 0xc4209e2000, 0x800, 0x800) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc4208c0180, 0xc4209e2000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/internal/poll/fd_unix.go:157 +0x17d net.(*netFD).Read(0xc4208c0180, 0xc4209e2000, 0x800, 0x800, 0x0, 0x8, 0x7fb) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc4204bc328, 0xc4209e2000, 0x800, 0x800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/net/net.go:176 +0x6a crypto/tls.(*block).readFromUntil(0xc420a68300, 0x7ff4f84fea48, 0xc4204bc328, 0x5, 0xc4204bc328, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:493 +0x96 crypto/tls.(*Conn).readRecord(0xc420e92e00, 0x128c417, 0xc420e92f20, 0x2) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:595 +0xe0 crypto/tls.(*Conn).Read(0xc420e92e00, 0xc4212c7000, 0x2800, 0x2800, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/crypto/tls/conn.go:1156 +0x100 bufio.(*Reader).fill(0xc42034e8a0) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:100 +0x11e bufio.(*Reader).Peek(0xc42034e8a0, 0x2, 0xc42036dc00, 0x120698a, 0xc, 0xc420058e00, 0xc420058000) /gimme/.gimme/versions/go1.10.linux.amd64/src/bufio/bufio.go:132 +0x3a kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).read(0xc42068c640, 0x2, 0xc420058000, 0xc420b2a118, 0xc420b2a120, 0xc420663380, 0xc420600f88) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn_read.go:12 +0x40 kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).advanceFrame(0xc42068c640, 0x0, 0x0, 0xc420dc61e0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:780 +0x5c kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket.(*Conn).NextReader(0xc42068c640, 0xc420ff0000, 0x14, 0x8000, 0x14, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/gorilla/websocket/conn.go:940 +0xa3 kubevirt.io/kubevirt/pkg/kubecli.(*BinaryReadWriter).Read(0xc4204bc330, 0xc420ff0000, 0x8000, 0x8000, 0x14, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:101 +0x32 io.copyBuffer(0x1301ce0, 0xc42000e6b0, 0x1301d40, 0xc4204bc330, 0xc420ff0000, 0x8000, 0x8000, 0x646f697265506563, 0x2273646e6f636553, 0x756c6f76222c303a) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301ce0, 0xc42000e6b0, 0x1301d40, 0xc4204bc330, 0x3a79727473696765, 0xc420a3f7c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func2(0x1301cc0, 0xc42000e680, 0x1301ce0, 0xc42000e6b0, 0xc4204bc330, 0xc420e1ade0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:237 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:236 +0x137 goroutine 2553 [chan receive, 17 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc42025c5f0, 0xc420e9c3c0, 0xc4209e0000, 0x0, 0x0, 0x18, 0xc4212c1ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc420e9c3c0, 0xc4209e0000, 0x0, 0x0, 0xc420e9c3c0, 0xc4209e0000) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc42028a070, 0xc420c04500, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc42028a070, 0xc420c04500, 0xc420dc6a80) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 2554 [select, 15 minutes]: io.(*pipe).Read(0xc420bd14a0, 0xc4212d4000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc4208500c0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc42000e860, 0xc4212d4000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc4207aa010, 0x1301cc0, 0xc42000e860, 0xc4212d4000, 0x8000, 0x8000, 0xc4209d4fa4, 0xc4209d4fb0, 0xef8225) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc4207aa010, 0x1301cc0, 0xc42000e860, 0xc420dc69c0, 0xc4209d4fc0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc4207aa010, 0x1301cc0, 0xc42000e860, 0x1301ce0, 0xc42000e878, 0xc420dc6ba0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 2993 [chan receive, 17 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42028b020, 0x1301cc0, 0xc42000e860, 0x1301ce0, 0xc42000e878, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc420560a00, 0xc4203d9400, 0xc420e1bc20, 0xc42000e860, 0xc42000e878) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 2994 [chan receive, 17 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc4206a7e00) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc420415a40, 0xc42081b740, 0xc42033aa80, 0x1305cc0, 0xc42000e868, 0x1301cc0, 0xc42000e870, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 2995 [select, 15 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420a0acc0, 0xc420e1bda0, 0xc420415a40, 0x1305cc0, 0xc42000e868) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 2996 [select, 15 minutes]: io.(*pipe).Read(0xc420bd14f0, 0xc420a8a000, 0x2000, 0x2000, 0xc420a8a000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc42000e870, 0xc420a8a000, 0x2000, 0x2000, 0x4, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc42000e870) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 3040 [chan receive, 9 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback(0xc4204c26c0, 0xc42068c640, 0xc420694ea0, 0x0, 0x0, 0x18, 0xc4212c1ee0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:162 +0x32b kubevirt.io/kubevirt/pkg/kubecli.(*asyncWSRoundTripper).WebsocketCallback-fm(0xc42068c640, 0xc420694ea0, 0x0, 0x0, 0xc42068c640, 0xc420694ea0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:261 +0x52 kubevirt.io/kubevirt/pkg/kubecli.(*WebsocketRoundTripper).RoundTrip(0xc4204c3490, 0xc420c04a00, 0x0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:141 +0xab kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper.func1(0x1301d80, 0xc4204c3490, 0xc420c04a00, 0xc420e1acc0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:276 +0x45 created by kubevirt.io/kubevirt/pkg/kubecli.(*vmis).asyncSubresourceHelper /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:274 +0x33a goroutine 3041 [select, 7 minutes]: io.(*pipe).Read(0xc42062c8c0, 0xc420ff8000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc4208500c0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc42000e680, 0xc420ff8000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc4204bc330, 0x1301cc0, 0xc42000e680, 0xc420ff8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc4204bc330, 0x1301cc0, 0xc42000e680, 0x0, 0xc4208ef7c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc4204bc330, 0x1301cc0, 0xc42000e680, 0x1301ce0, 0xc42000e6b0, 0xc420e1ade0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 3070 [chan receive, 9 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42033b010, 0x1301cc0, 0xc42000e680, 0x1301ce0, 0xc42000e6b0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc42068e500, 0xc42083d900, 0xc420dc6ae0, 0xc42000e680, 0xc42000e6b0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 3071 [chan receive, 9 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc42083ee60) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206ab2c0, 0xc4206ebda0, 0xc42025df50, 0x1305cc0, 0xc42000e690, 0x1301cc0, 0xc42000e6a8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 3072 [select, 7 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420e35fc0, 0xc420dc6cc0, 0xc4206ab2c0, 0x1305cc0, 0xc42000e690) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 3073 [select, 7 minutes]: io.(*pipe).Read(0xc42062c910, 0xc42105a000, 0x2000, 0x2000, 0xc42105a000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc42000e6a8, 0xc42105a000, 0x2000, 0x2000, 0x14, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc42000e6a8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 2999 [chan receive, 5 minutes]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42012a690, 0x1301cc0, 0xc4201142b0, 0x1301ce0, 0xc420114338, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc420993180, 0xc420715680, 0xc42083aa80, 0xc4201142b0, 0xc420114338) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 3000 [chan receive, 5 minutes]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc4206a6cc0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4208ac960, 0xc42087faa0, 0xc42033a760, 0x1305cc0, 0xc4201142c0, 0x1301cc0, 0xc4201142e0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 3001 [select, 3 minutes]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc420a0b7d0, 0xc42083ac00, 0xc4208ac960, 0x1305cc0, 0xc4201142c0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 3002 [select, 3 minutes]: io.(*pipe).Read(0xc42074b900, 0xc420f5c000, 0x2000, 0x2000, 0xc420f5c000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4201142e0, 0xc420f5c000, 0x2000, 0x2000, 0x2, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4201142e0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 goroutine 3172 [select]: io.(*pipe).Read(0xc420bd05f0, 0xc420ef0000, 0x8000, 0x8000, 0x0, 0x1306340, 0xc420a16750) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa0d8, 0xc420ef0000, 0x8000, 0x8000, 0x1, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c io.copyBuffer(0x1301d60, 0xc4204bc478, 0x1301cc0, 0xc4207aa0d8, 0xc420ef0000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:400 +0x164 io.Copy(0x1301d60, 0xc4204bc478, 0x1301cc0, 0xc4207aa0d8, 0x0, 0xc4208ef7c0, 0x89dc90) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/io.go:362 +0x5a kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream.func1(0xc4204bc478, 0x1301cc0, 0xc4207aa0d8, 0x1301ce0, 0xc4207aa0f0, 0xc42083af00) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:232 +0x4b created by kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:231 +0xda goroutine 3004 [chan receive]: kubevirt.io/kubevirt/pkg/kubecli.(*wsStreamer).Stream(0xc42012a990, 0x1301cc0, 0xc4207aa0d8, 0x1301ce0, 0xc4207aa0f0, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/pkg/kubecli/vmi.go:242 +0x17d kubevirt.io/kubevirt/tests.NewConsoleExpecter.func1(0x13378a0, 0xc420993a00, 0xc4209ae780, 0xc4207c4ea0, 0xc4207aa0d8, 0xc4207aa0f0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1145 +0xfe created by kubevirt.io/kubevirt/tests.NewConsoleExpecter /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1138 +0x329 goroutine 3005 [chan receive]: kubevirt.io/kubevirt/tests.NewConsoleExpecter.func2(0xc400000010, 0xc420afc3a0) /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1155 +0x3c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession(0xc4206aaff0, 0xc42081a8a0, 0xc42033af50, 0x1305cc0, 0xc4207aa0e0, 0x1301cc0, 0xc4207aa0e8, 0x0, 0x0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1031 +0x16e created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.SpawnGeneric /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:799 +0x299 goroutine 3006 [select]: kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func1(0xc4202e19d0, 0xc4207c5320, 0xc4206aaff0, 0x1305cc0, 0xc4207aa0e0) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:988 +0x109 created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:985 +0xc3 goroutine 3007 [select]: io.(*pipe).Read(0xc420bd0690, 0xc420672000, 0x2000, 0x2000, 0xc420672000, 0x64db3c, 0x1) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:50 +0x115 io.(*PipeReader).Read(0xc4207aa0e8, 0xc420672000, 0x2000, 0x2000, 0x2, 0x0, 0x0) /gimme/.gimme/versions/go1.10.linux.amd64/src/io/pipe.go:127 +0x4c kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession.func2(0x1301cc0, 0xc4207aa0e8) /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1007 +0xdb created by kubevirt.io/kubevirt/vendor/github.com/google/goexpect.(*GExpect).waitForSession /root/go/src/kubevirt.io/kubevirt/vendor/github.com/google/goexpect/expect.go:1026 +0x154 make: *** [functest] Error 2 + make cluster-down ./cluster/down.sh