Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage_guests breaks with multiple machines #274

Open
kittydoor opened this issue Sep 4, 2019 · 0 comments
Open

manage_guests breaks with multiple machines #274

kittydoor opened this issue Sep 4, 2019 · 0 comments

Comments

@kittydoor
Copy link

kittydoor commented Sep 4, 2019

With the below Vagrantfile, without hostmanager at all, everything works perfectly.
With hostmanager manage_host enabled, but manage_guest disabled it also works perfectly.
With manage_guest enabled, vagrant up crashes.

vagrant --version: Vagrant 2.2.5

Log for hosts and guests enabled

Bringing machine 'master-alpha' up with 'libvirt' provider...
Bringing machine 'node-beta' up with 'libvirt' provider...
Bringing machine 'node-gamma' up with 'libvirt' provider...
==> node-gamma: Checking if box 'generic/ubuntu1604' version '1.9.24' is up to date...
==> master-alpha: Checking if box 'generic/ubuntu1604' version '1.9.24' is up to date...
==> node-beta: Checking if box 'generic/ubuntu1604' version '1.9.24' is up to date...
==> node-gamma: Creating image (snapshot of base box volume).
==> node-beta: Creating image (snapshot of base box volume).
==> node-gamma: Creating domain with the following settings...
==> master-alpha: Creating image (snapshot of base box volume).
==> node-gamma:  -- Name:              testing-k8s-storage_node-gamma
==> node-gamma:  -- Domain type:       kvm
==> node-beta: Creating domain with the following settings...
==> master-alpha: Creating domain with the following settings...
==> node-beta:  -- Name:              testing-k8s-storage_node-beta
==> master-alpha:  -- Name:              testing-k8s-storage_master-alpha
==> node-beta:  -- Domain type:       kvm
==> node-gamma:  -- Cpus:              1
==> master-alpha:  -- Domain type:       kvm
==> node-gamma:  -- Feature:           acpi
==> node-beta:  -- Cpus:              1
==> master-alpha:  -- Cpus:              1
==> node-gamma:  -- Feature:           apic
==> master-alpha:  -- Feature:           acpi
==> node-gamma:  -- Feature:           pae
==> node-beta:  -- Feature:           acpi
==> master-alpha:  -- Feature:           apic
==> node-gamma:  -- Memory:            2048M
==> master-alpha:  -- Feature:           pae
==> node-beta:  -- Feature:           apic
==> node-gamma:  -- Management MAC:    
==> master-alpha:  -- Memory:            2048M
==> node-beta:  -- Feature:           pae
==> master-alpha:  -- Management MAC:    
==> node-gamma:  -- Loader:            
==> master-alpha:  -- Loader:            
==> node-beta:  -- Memory:            2048M
==> node-gamma:  -- Nvram:             
==> master-alpha:  -- Nvram:             
==> node-beta:  -- Management MAC:    
==> master-alpha:  -- Base box:          generic/ubuntu1604
==> node-beta:  -- Loader:            
==> master-alpha:  -- Storage pool:      default
==> node-gamma:  -- Base box:          generic/ubuntu1604
==> master-alpha:  -- Image:             /home/kitty/.local/share/libvirt/images/testing-k8s-storage_master-alpha.img (32G)
==> node-beta:  -- Nvram:             
==> node-gamma:  -- Storage pool:      default
==> master-alpha:  -- Volume Cache:      default
==> node-gamma:  -- Image:             /home/kitty/.local/share/libvirt/images/testing-k8s-storage_node-gamma.img (32G)
==> node-beta:  -- Base box:          generic/ubuntu1604
==> node-gamma:  -- Volume Cache:      default
==> master-alpha:  -- Kernel:            
==> node-beta:  -- Storage pool:      default
==> master-alpha:  -- Initrd:            
==> node-gamma:  -- Kernel:            
==> node-beta:  -- Image:             /home/kitty/.local/share/libvirt/images/testing-k8s-storage_node-beta.img (32G)
==> node-gamma:  -- Initrd:            
==> node-beta:  -- Volume Cache:      default
==> master-alpha:  -- Graphics Type:     vnc
==> node-gamma:  -- Graphics Type:     vnc
==> node-beta:  -- Kernel:            
==> master-alpha:  -- Graphics Port:     -1
==> node-gamma:  -- Graphics Port:     -1
==> node-beta:  -- Initrd:            
==> master-alpha:  -- Graphics IP:       127.0.0.1
==> node-gamma:  -- Graphics IP:       127.0.0.1
==> node-beta:  -- Graphics Type:     vnc
==> node-gamma:  -- Graphics Password: Not defined
==> master-alpha:  -- Graphics Password: Not defined
==> node-beta:  -- Graphics Port:     -1
==> node-gamma:  -- Video Type:        cirrus
==> master-alpha:  -- Video Type:        cirrus
==> node-beta:  -- Graphics IP:       127.0.0.1
==> node-gamma:  -- Video VRAM:        256
==> master-alpha:  -- Video VRAM:        256
==> node-beta:  -- Graphics Password: Not defined
==> master-alpha:  -- Sound Type:	
==> node-beta:  -- Video Type:        cirrus
==> master-alpha:  -- Keymap:            en-us
==> node-gamma:  -- Sound Type:	
==> node-beta:  -- Video VRAM:        256
==> node-gamma:  -- Keymap:            en-us
==> node-beta:  -- Sound Type:	
==> node-gamma:  -- TPM Path:          
==> master-alpha:  -- TPM Path:          
==> node-beta:  -- Keymap:            en-us
==> master-alpha:  -- INPUT:             type=mouse, bus=ps2
==> node-gamma:  -- INPUT:             type=mouse, bus=ps2
==> node-beta:  -- TPM Path:          
==> node-beta:  -- INPUT:             type=mouse, bus=ps2
==> node-gamma: Creating shared folders metadata...
==> master-alpha: Creating shared folders metadata...
==> node-beta: Creating shared folders metadata...
==> node-gamma: Starting domain.
==> master-alpha: Starting domain.
==> node-gamma: Waiting for domain to get an IP address...
==> node-beta: Starting domain.
==> master-alpha: Waiting for domain to get an IP address...
==> node-beta: Waiting for domain to get an IP address...
==> node-gamma: Waiting for SSH to become available...
==> master-alpha: Waiting for SSH to become available...
==> node-beta: Waiting for SSH to become available...
    node-gamma: 
    node-gamma: Vagrant insecure key detected. Vagrant will automatically replace
    node-gamma: this with a newly generated keypair for better security.
    master-alpha: 
    master-alpha: Vagrant insecure key detected. Vagrant will automatically replace
    master-alpha: this with a newly generated keypair for better security.
    node-beta: 
    node-beta: Vagrant insecure key detected. Vagrant will automatically replace
    node-beta: this with a newly generated keypair for better security.
    node-gamma: 
    node-gamma: Inserting generated public key within guest...
    master-alpha: 
    master-alpha: Inserting generated public key within guest...
    node-gamma: Removing insecure key from the guest if it's present...
    node-beta: 
    node-beta: Inserting generated public key within guest...
    master-alpha: Removing insecure key from the guest if it's present...
    node-gamma: Key inserted! Disconnecting and reconnecting using new SSH key...
    node-beta: Removing insecure key from the guest if it's present...
    master-alpha: Key inserted! Disconnecting and reconnecting using new SSH key...
==> node-gamma: Setting hostname...
==> master-alpha: Setting hostname...
    node-beta: Key inserted! Disconnecting and reconnecting using new SSH key...
==> node-beta: Setting hostname...
==> node-gamma: Configuring and enabling network interfaces...
==> master-alpha: Configuring and enabling network interfaces...
==> node-beta: Configuring and enabling network interfaces...
==> node-beta: [vagrant-hostmanager:guests] Updating hosts file on active guest virtual machines...
==> master-alpha: [vagrant-hostmanager:guests] Updating hosts file on active guest virtual machines...
==> node-gamma: [vagrant-hostmanager:guests] Updating hosts file on active guest virtual machines...
==> node-beta: Removing domain...
==> node-gamma: Removing domain...
==> node-beta: An error occurred. The error will be shown after all tasks complete.
==> node-gamma: An error occurred. The error will be shown after all tasks complete.
==> master-alpha: Removing domain...
==> master-alpha: An error occurred. The error will be shown after all tasks complete.
An error occurred while executing multiple actions in parallel.
Any errors that occurred are shown below.

An unexpected error occurred when executing the action on the
'master-alpha' machine. Please report this as a bug:

padding error, need 961301878 block 16

/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/packet_stream.rb:210:in `poll_next_packet'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/packet_stream.rb:88:in `next_packet'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:193:in `block in poll_message'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:190:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:190:in `poll_message'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:546:in `dispatch_incoming_packets'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:249:in `ev_preprocess'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/event_loop.rb:101:in `each'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/event_loop.rb:101:in `ev_preprocess'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/event_loop.rb:29:in `process'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:228:in `process'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `block in loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/channel.rb:272:in `wait'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:702:in `shell_execute'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:243:in `block in execute'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:382:in `connect'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:237:in `execute'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:158:in `ready?'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/hosts_file/updater.rb:18:in `update_guest'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:37:in `block in call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:32:in `each'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:32:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:125:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:102:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/provision.rb:80:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain.rb:333:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain_volume.rb:83:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_box_image.rb:146:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_storage_pool.rb:57:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/set_name_of_domain.rb:35:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:121:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/box_check_outdated.rb:84:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:125:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:102:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:238:in `action_raw'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:209:in `block in action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/environment.rb:613:in `lock'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:195:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:195:in `action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/batch_action.rb:86:in `block (2 levels) in run'

An unexpected error occurred when executing the action on the
'node-beta' machine. Please report this as a bug:

padding error, need 961301878 block 16

/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/packet_stream.rb:210:in `poll_next_packet'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/packet_stream.rb:101:in `next_packet'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:193:in `block in poll_message'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:190:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:190:in `poll_message'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:546:in `dispatch_incoming_packets'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:249:in `ev_preprocess'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/event_loop.rb:101:in `each'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/event_loop.rb:101:in `ev_preprocess'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/event_loop.rb:29:in `process'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:228:in `process'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `block in loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/channel.rb:272:in `wait'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:702:in `shell_execute'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:243:in `block in execute'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:522:in `connect'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:237:in `execute'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:158:in `ready?'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/hosts_file/updater.rb:18:in `update_guest'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:37:in `block in call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:32:in `each'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:32:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:125:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:102:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/provision.rb:80:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain.rb:333:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain_volume.rb:83:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_box_image.rb:146:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_storage_pool.rb:57:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/set_name_of_domain.rb:35:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:121:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/box_check_outdated.rb:84:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:125:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:102:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:238:in `action_raw'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:209:in `block in action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/environment.rb:613:in `lock'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:195:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:195:in `action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/batch_action.rb:86:in `block (2 levels) in run'

An unexpected error occurred when executing the action on the
'node-gamma' machine. Please report this as a bug:

padding error, need 961301878 block 16

/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/packet_stream.rb:210:in `poll_next_packet'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/packet_stream.rb:88:in `next_packet'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:193:in `block in poll_message'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:190:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/transport/session.rb:190:in `poll_message'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:546:in `dispatch_incoming_packets'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:249:in `ev_preprocess'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/event_loop.rb:101:in `each'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/event_loop.rb:101:in `ev_preprocess'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/event_loop.rb:29:in `process'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:228:in `process'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `block in loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/channel.rb:272:in `wait'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:702:in `shell_execute'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:243:in `block in execute'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:382:in `connect'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:237:in `execute'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:158:in `ready?'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/hosts_file/updater.rb:18:in `update_guest'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:37:in `block in call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:32:in `each'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:32:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:125:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:102:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/provision.rb:80:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain.rb:333:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain_volume.rb:83:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_box_image.rb:146:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_storage_pool.rb:57:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/set_name_of_domain.rb:35:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:121:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/box_check_outdated.rb:84:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:125:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:102:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:238:in `action_raw'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:209:in `block in action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/environment.rb:613:in `lock'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:195:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:195:in `action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/batch_action.rb:86:in `block (2 levels) in run'

Log for hosts disabled, guests enabled

Bringing machine 'master-alpha' up with 'libvirt' provider...
Bringing machine 'node-beta' up with 'libvirt' provider...
Bringing machine 'node-gamma' up with 'libvirt' provider...
==> node-beta: Checking if box 'generic/ubuntu1604' version '1.9.24' is up to date...
==> master-alpha: Checking if box 'generic/ubuntu1604' version '1.9.24' is up to date...
==> node-gamma: Checking if box 'generic/ubuntu1604' version '1.9.24' is up to date...
==> node-beta: Creating image (snapshot of base box volume).
==> node-gamma: Creating image (snapshot of base box volume).
==> master-alpha: Creating image (snapshot of base box volume).
==> node-gamma: Creating domain with the following settings...
==> node-beta: Creating domain with the following settings...
==> master-alpha: Creating domain with the following settings...
==> node-beta:  -- Name:              testing-k8s-storage_node-beta
==> node-gamma:  -- Name:              testing-k8s-storage_node-gamma
==> master-alpha:  -- Name:              testing-k8s-storage_master-alpha
==> master-alpha:  -- Domain type:       kvm
==> node-beta:  -- Domain type:       kvm
==> node-gamma:  -- Domain type:       kvm
==> master-alpha:  -- Cpus:              1
==> master-alpha:  -- Feature:           acpi
==> node-gamma:  -- Cpus:              1
==> node-beta:  -- Cpus:              1
==> master-alpha:  -- Feature:           apic
==> node-gamma:  -- Feature:           acpi
==> node-beta:  -- Feature:           acpi
==> master-alpha:  -- Feature:           pae
==> node-gamma:  -- Feature:           apic
==> node-beta:  -- Feature:           apic
==> master-alpha:  -- Memory:            2048M
==> node-gamma:  -- Feature:           pae
==> node-beta:  -- Feature:           pae
==> node-gamma:  -- Memory:            2048M
==> master-alpha:  -- Management MAC:    
==> node-beta:  -- Memory:            2048M
==> node-gamma:  -- Management MAC:    
==> master-alpha:  -- Loader:            
==> node-gamma:  -- Loader:            
==> master-alpha:  -- Nvram:             
==> node-gamma:  -- Nvram:             
==> master-alpha:  -- Base box:          generic/ubuntu1604
==> node-beta:  -- Management MAC:    
==> node-gamma:  -- Base box:          generic/ubuntu1604
==> node-beta:  -- Loader:            
==> master-alpha:  -- Storage pool:      default
==> node-beta:  -- Nvram:             
==> master-alpha:  -- Image:             /home/kitty/.local/share/libvirt/images/testing-k8s-storage_master-alpha.img (32G)
==> node-gamma:  -- Storage pool:      default
==> node-beta:  -- Base box:          generic/ubuntu1604
==> node-gamma:  -- Image:             /home/kitty/.local/share/libvirt/images/testing-k8s-storage_node-gamma.img (32G)
==> master-alpha:  -- Volume Cache:      default
==> node-beta:  -- Storage pool:      default
==> node-gamma:  -- Volume Cache:      default
==> node-beta:  -- Image:             /home/kitty/.local/share/libvirt/images/testing-k8s-storage_node-beta.img (32G)
==> master-alpha:  -- Kernel:            
==> node-gamma:  -- Kernel:            
==> node-beta:  -- Volume Cache:      default
==> master-alpha:  -- Initrd:            
==> node-gamma:  -- Initrd:            
==> node-beta:  -- Kernel:            
==> master-alpha:  -- Graphics Type:     vnc
==> node-beta:  -- Initrd:            
==> node-gamma:  -- Graphics Type:     vnc
==> node-beta:  -- Graphics Type:     vnc
==> master-alpha:  -- Graphics Port:     -1
==> node-beta:  -- Graphics Port:     -1
==> node-gamma:  -- Graphics Port:     -1
==> node-beta:  -- Graphics IP:       127.0.0.1
==> node-gamma:  -- Graphics IP:       127.0.0.1
==> node-beta:  -- Graphics Password: Not defined
==> node-gamma:  -- Graphics Password: Not defined
==> node-beta:  -- Video Type:        cirrus
==> node-gamma:  -- Video Type:        cirrus
==> master-alpha:  -- Graphics IP:       127.0.0.1
==> node-beta:  -- Video VRAM:        256
==> node-gamma:  -- Video VRAM:        256
==> master-alpha:  -- Graphics Password: Not defined
==> node-gamma:  -- Sound Type:	
==> node-beta:  -- Sound Type:	
==> master-alpha:  -- Video Type:        cirrus
==> node-gamma:  -- Keymap:            en-us
==> node-beta:  -- Keymap:            en-us
==> node-gamma:  -- TPM Path:          
==> node-beta:  -- TPM Path:          
==> master-alpha:  -- Video VRAM:        256
==> node-gamma:  -- INPUT:             type=mouse, bus=ps2
==> node-beta:  -- INPUT:             type=mouse, bus=ps2
==> master-alpha:  -- Sound Type:	
==> master-alpha:  -- Keymap:            en-us
==> master-alpha:  -- TPM Path:          
==> master-alpha:  -- INPUT:             type=mouse, bus=ps2
==> node-gamma: Creating shared folders metadata...
==> node-gamma: Starting domain.
==> node-gamma: Waiting for domain to get an IP address...
==> node-beta: Creating shared folders metadata...
==> node-beta: Starting domain.
==> node-beta: Waiting for domain to get an IP address...
==> master-alpha: Creating shared folders metadata...
==> master-alpha: Starting domain.
==> master-alpha: Waiting for domain to get an IP address...
==> node-gamma: Waiting for SSH to become available...
==> node-beta: Waiting for SSH to become available...
==> master-alpha: Waiting for SSH to become available...
    node-gamma: 
    node-gamma: Vagrant insecure key detected. Vagrant will automatically replace
    node-gamma: this with a newly generated keypair for better security.
    node-beta: 
    node-beta: Vagrant insecure key detected. Vagrant will automatically replace
    node-beta: this with a newly generated keypair for better security.
    master-alpha: 
    master-alpha: Vagrant insecure key detected. Vagrant will automatically replace
    master-alpha: this with a newly generated keypair for better security.
    node-gamma: 
    node-gamma: Inserting generated public key within guest...
    node-beta: 
    node-beta: Inserting generated public key within guest...
    node-gamma: Removing insecure key from the guest if it's present...
    master-alpha: 
    master-alpha: Inserting generated public key within guest...
    node-beta: Removing insecure key from the guest if it's present...
    node-gamma: Key inserted! Disconnecting and reconnecting using new SSH key...
    master-alpha: Removing insecure key from the guest if it's present...
    node-beta: Key inserted! Disconnecting and reconnecting using new SSH key...
==> node-gamma: Setting hostname...
    master-alpha: Key inserted! Disconnecting and reconnecting using new SSH key...
==> node-beta: Setting hostname...
==> master-alpha: Setting hostname...
==> node-gamma: Configuring and enabling network interfaces...
==> node-beta: Configuring and enabling network interfaces...
==> master-alpha: Configuring and enabling network interfaces...
==> node-gamma: [vagrant-hostmanager:guests] Updating hosts file on active guest virtual machines...
==> master-alpha: [vagrant-hostmanager:guests] Updating hosts file on active guest virtual machines...
==> node-beta: [vagrant-hostmanager:guests] Updating hosts file on active guest virtual machines...
==> node-gamma: Removing domain...
==> node-gamma: An error occurred. The error will be shown after all tasks complete.
==> node-beta: An error occurred. The error will be shown after all tasks complete.
An error occurred while executing multiple actions in parallel.
Any errors that occurred are shown below.

An error occurred while executing the action on the 'node-beta'
machine. Please handle this error then try again:

An error occurred in the underlying SSH library that Vagrant uses.
The error message is shown below. In many cases, errors from this
library are caused by ssh-agent issues. Try disabling your SSH
agent or removing some keys and try again.

If the problem persists, please report a bug to the net-ssh project.

timeout waiting for next packet

An unexpected error occurred when executing the action on the
'node-gamma' machine. Please report this as a bug:

SCP did not finish successfully (): 

/opt/vagrant/embedded/gems/gems/net-scp-1.2.1/lib/net/scp.rb:365:in `block (3 levels) in start_command'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/channel.rb:610:in `do_close'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:573:in `channel_closed'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:564:in `block in force_channel_cleanup_on_close'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:563:in `each'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:563:in `force_channel_cleanup_on_close'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:230:in `rescue in process'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:227:in `process'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `block in loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/session.rb:181:in `loop'
/opt/vagrant/embedded/gems/gems/net-ssh-5.1.0/lib/net/ssh/connection/channel.rb:272:in `wait'
/opt/vagrant/embedded/gems/gems/net-scp-1.2.1/lib/net/scp.rb:284:in `upload!'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:327:in `block (2 levels) in upload'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:333:in `block in upload'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:742:in `block in scp_connect'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:382:in `connect'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:740:in `scp_connect'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/plugins/communicators/ssh/communicator.rb:303:in `upload'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/hosts_file/updater.rb:44:in `update_guest'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:37:in `block in call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:32:in `each'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-hostmanager-1.8.9/lib/vagrant-hostmanager/action/update_all.rb:32:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:125:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:102:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/provision.rb:80:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain.rb:333:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain_volume.rb:83:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_box_image.rb:146:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_storage_pool.rb:57:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/set_name_of_domain.rb:35:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:121:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/box_check_outdated.rb:84:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:125:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/after_trigger.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/home/kitty/.vagrant.d/gems/2.6.4/gems/vagrant-sshfs-1.3.1/lib/vagrant-sshfs/action_hostpath_fixup.rb:102:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builtin/before_trigger.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/warden.rb:50:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/action/runner.rb:102:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:238:in `action_raw'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:209:in `block in action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/environment.rb:613:in `lock'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:195:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/machine.rb:195:in `action'
/opt/vagrant/embedded/gems/gems/vagrant-2.2.5/lib/vagrant/batch_action.rb:86:in `block (2 levels) in run'

Vagrant file used

VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
  config.vm.box = "generic/ubuntu1604"

  config.hostmanager.enabled = true
  config.hostmanager.manage_host = true
  config.hostmanager.manage_guest = true
  config.vm.provider :libvirt do |libvirt|
    libvirt.qemu_use_session = true
    libvirt.cpus = 1
    libvirt.memory = 2048
  end

  config.vm.network :public_network, :dev => "virbr0",
    :mode => "bridge",
    :type => "bridge"

  config.vm.define "master-alpha" do |master|
    master.vm.hostname = "master-alpha"
  end

  config.vm.define "node-beta" do |node|
    node.vm.hostname = "node-beta"
  end

  config.vm.define "node-gamma" do |node|
    node.vm.hostname = "node-gamma"
  end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant