Vagrant-libvirt: NIC is not created on vagrant up when working against a session instance

Created on 3 Jan 2019  路  6Comments  路  Source: vagrant-libvirt/vagrant-libvirt

Steps to reproduce

  1. Create a vagrant file as mentioned below
  2. Run vagrant up --provider libvirt
  3. Notice that there is no mention of any NIC:
peter@dolores:play/vaglibvirt $ vagrant up --provider libvirt                                                                                                                                  ~/src/play/vaglibvirt
Bringing machine 'default' up with 'libvirt' provider...
==> default: Box 'debian/jessie64' could not be found. Attempting to find and install...
    default: Box Provider: libvirt
    default: Box Version: >= 0
==> default: Loading metadata for box 'debian/jessie64'
    default: URL: https://vagrantcloud.com/debian/jessie64
==> default: Adding box 'debian/jessie64' (v8.11.0) for provider: libvirt
    default: Downloading: https://vagrantcloud.com/debian/boxes/jessie64/versions/8.11.0/providers/libvirt.box
==> default: Box download is resuming from prior download progress
    default: Download redirected to host: vagrantcloud-files-production.s3.amazonaws.com
==> default: Successfully added box 'debian/jessie64' (v8.11.0) for 'libvirt'!
==> default: Uploading base box image as volume into libvirt storage...
==> default: Creating image (snapshot of base box volume).
==> default: Creating domain with the following settings...
==> default:  -- Name:              vaglibvirt_default
==> default:  -- Domain type:       kvm
==> default:  -- Cpus:              1
==> default:  -- Feature:           acpi
==> default:  -- Feature:           apic
==> default:  -- Feature:           pae
==> default:  -- Memory:            512M
==> default:  -- Management MAC:
==> default:  -- Loader:
==> default:  -- Nvram:
==> default:  -- Base box:          debian/jessie64
==> default:  -- Storage pool:      default
==> default:  -- Image:             /home/peter/.local/share/libvirt/images/vaglibvirt_default.img (10G)
==> default:  -- Volume Cache:      default
==> default:  -- Kernel:
==> default:  -- Initrd:
==> default:  -- Graphics Type:     vnc
==> default:  -- Graphics Port:     -1
==> default:  -- Graphics IP:       127.0.0.1
==> default:  -- Graphics Password: Not defined
==> default:  -- Video Type:        cirrus
==> default:  -- Video VRAM:        9216
==> default:  -- Sound Type:
==> default:  -- Keymap:            en-us
==> default:  -- TPM Path:
==> default:  -- INPUT:             type=mouse, bus=ps2
==> default: ================
==> default: Machine id: 3937d8cb-bd55-436a-bc9f-274580833277
==> default: Should be mounting folders
==> default:  /vagrant, opts: {:type=>:"9p", :nfs_version=>"4", :nfs_udp=>false, :guestpath=>"/vagrant", :hostpath=>"/home/peter/src/play/vaglibvirt", :disabled=>false, :__vagrantfile=>true, :target=>"/vagrant", :accessmode=>"passthrough", :mount=>true, :readonly=>nil, :mount_tag=>"78dc247a36207fe087c5e236e044959"}
==> default: Creating shared folders metadata...
Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.

Expected behaviour

I expected that a virtio NIC was added to the VM.

Actual behaviour

No NIC was added.

System configuration

OS/Distro version::
NixOS 19.03

Libvirt version:
0.0.45

Output of vagrant version; vagrant plugin list:

Installed Version: 2.2.0
vagrant-libvirt (0.0.45, system)

Output of VAGRANT_LOG=debug vagrant ... --provider=libvirt

 INFO global: Vagrant version: 2.2.0
 INFO global: Vagrant version: 2.2.0
 INFO global: Ruby version: 2.5.3
 INFO global: RubyGems version: 2.7.7
 INFO global: Ruby version: 2.5.3
 INFO global: RubyGems version: 2.7.7
 INFO global: VAGRANT_DEFAULT_PROVIDER="libvirt"
 INFO global: VAGRANT_DOTFILE_PATH="/home/peter/.cache/vagrant"
 INFO global: VAGRANT_DEFAULT_PROVIDER="libvirt"
 INFO global: VAGRANT_DOTFILE_PATH="/home/peter/.cache/vagrant"
 INFO global: VAGRANT_LOG="debug"
 INFO global: VAGRANT_LOG="debug"
 INFO global: VAGRANT_HOME="/home/peter/.local/share/vagrant"
 INFO global: VAGRANT_HOME="/home/peter/.local/share/vagrant"
 WARN global: resolv replacement has not been enabled!
 WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/box/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/box/plugin.rb
 INFO manager: Registered plugin: box command
 INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/cap/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/cap/plugin.rb
 INFO manager: Registered plugin: cap command
 INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/cloud/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/cloud/plugin.rb
 INFO manager: Registered plugin: vagrant-cloud
 INFO manager: Registered plugin: vagrant-cloud
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/destroy/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/destroy/plugin.rb
 INFO manager: Registered plugin: destroy command
 INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/global-status/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/global-status/plugin.rb
 INFO manager: Registered plugin: global-status command
 INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/halt/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/halt/plugin.rb
 INFO manager: Registered plugin: halt command
 INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/help/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/help/plugin.rb
 INFO manager: Registered plugin: help command
 INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/init/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/init/plugin.rb
 INFO manager: Registered plugin: init command
 INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/list-commands/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/list-commands/plugin.rb
 INFO manager: Registered plugin: list-commands command
 INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/login/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/login/plugin.rb
 INFO manager: Registered plugin: vagrant-login
 INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/package/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/package/plugin.rb
 INFO manager: Registered plugin: package command
 INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/plugin/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/plugin/plugin.rb
 INFO manager: Registered plugin: plugin command
 INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/port/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/port/plugin.rb
 INFO manager: Registered plugin: port command
 INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/powershell/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/powershell/plugin.rb
 INFO manager: Registered plugin: powershell command
 INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/provider/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/provider/plugin.rb
 INFO manager: Registered plugin: provider command
 INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/provision/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/provision/plugin.rb
 INFO manager: Registered plugin: provision command
 INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/push/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/push/plugin.rb
 INFO manager: Registered plugin: push command
 INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/rdp/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/rdp/plugin.rb
 INFO manager: Registered plugin: rdp command
 INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/reload/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/reload/plugin.rb
 INFO manager: Registered plugin: reload command
 INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/resume/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/resume/plugin.rb
 INFO manager: Registered plugin: resume command
 INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/snapshot/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/snapshot/plugin.rb
 INFO manager: Registered plugin: snapshot command
 INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/ssh/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/ssh/plugin.rb
 INFO manager: Registered plugin: ssh command
 INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/ssh_config/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/ssh_config/plugin.rb
 INFO manager: Registered plugin: ssh-config command
 INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/status/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/status/plugin.rb
 INFO manager: Registered plugin: status command
 INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/suspend/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/suspend/plugin.rb
 INFO manager: Registered plugin: suspend command
 INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/up/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/up/plugin.rb
 INFO manager: Registered plugin: up command
 INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/upload/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/upload/plugin.rb
 INFO manager: Registered plugin: upload command
 INFO manager: Registered plugin: upload command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/validate/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/validate/plugin.rb
 INFO manager: Registered plugin: validate command
 INFO manager: Registered plugin: validate command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/version/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/version/plugin.rb
 INFO manager: Registered plugin: version command
 INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/winrm/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/winrm/plugin.rb
 INFO manager: Registered plugin: winrm command
 INFO manager: Registered plugin: winrm command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/winrm_config/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/commands/winrm_config/plugin.rb
 INFO manager: Registered plugin: winrm-config command
 INFO manager: Registered plugin: winrm-config command
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/communicators/ssh/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/communicators/ssh/plugin.rb
 INFO manager: Registered plugin: ssh communicator
 INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/communicators/winrm/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/communicators/winrm/plugin.rb
 INFO manager: Registered plugin: winrm communicator
 INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/communicators/winssh/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/communicators/winssh/plugin.rb
 INFO manager: Registered plugin: windows ssh communicator
 INFO manager: Registered plugin: windows ssh communicator
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/alt/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/alt/plugin.rb
 INFO manager: Registered plugin: ALT Platform guest
 INFO manager: Registered plugin: ALT Platform guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/amazon/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/amazon/plugin.rb
 INFO manager: Registered plugin: Amazon Linux guest
 INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/arch/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/arch/plugin.rb
 INFO manager: Registered plugin: Arch guest
 INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/atomic/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/atomic/plugin.rb
 INFO manager: Registered plugin: Atomic Host guest
 INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/bsd/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/bsd/plugin.rb
 INFO manager: Registered plugin: BSD-based guest
 INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/coreos/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/coreos/plugin.rb
 INFO manager: Registered plugin: CoreOS guest
 INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/darwin/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/darwin/plugin.rb
 INFO manager: Registered plugin: Darwin guest
 INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/debian/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/debian/plugin.rb
 INFO manager: Registered plugin: Debian guest
 INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/dragonflybsd/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/dragonflybsd/plugin.rb
 INFO manager: Registered plugin: DragonFly BSD guest
 INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/elementary/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/elementary/plugin.rb
 INFO manager: Registered plugin: Elementary guest
 INFO manager: Registered plugin: Elementary guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/esxi/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/esxi/plugin.rb
 INFO manager: Registered plugin: ESXi guest.
 INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/fedora/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/fedora/plugin.rb
 INFO manager: Registered plugin: Fedora guest
 INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/freebsd/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD guest
 INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/funtoo/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/funtoo/plugin.rb
 INFO manager: Registered plugin: Funtoo guest
 INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/gentoo/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo guest
 INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/haiku/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/haiku/plugin.rb
 INFO manager: Registered plugin: Haiku guest
 INFO manager: Registered plugin: Haiku guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/kali/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/kali/plugin.rb
 INFO manager: Registered plugin: Kali guest
 INFO manager: Registered plugin: Kali guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/linux/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/linux/plugin.rb
 INFO manager: Registered plugin: Linux guest.
 INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/mint/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/mint/plugin.rb
 INFO manager: Registered plugin: Mint guest
 INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/netbsd/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/netbsd/plugin.rb
 INFO manager: Registered plugin: NetBSD guest
 INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/nixos/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/nixos/plugin.rb
 INFO manager: Registered plugin: NixOS guest
 INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/omnios/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/omnios/plugin.rb
 INFO manager: Registered plugin: OmniOS guest.
 INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/openbsd/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/openbsd/plugin.rb
 INFO manager: Registered plugin: OpenBSD guest
 INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/photon/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/photon/plugin.rb
 INFO manager: Registered plugin: VMware Photon guest
 INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/pld/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/pld/plugin.rb
 INFO manager: Registered plugin: PLD Linux guest
 INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/redhat/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat Enterprise Linux guest
 INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/slackware/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware guest
 INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/smartos/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/smartos/plugin.rb
 INFO manager: Registered plugin: SmartOS guest.
 INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/solaris/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/solaris/plugin.rb
 INFO manager: Registered plugin: Solaris guest.
 INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/solaris11/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/solaris11/plugin.rb
 INFO manager: Registered plugin: Solaris 11 guest.
 INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/suse/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/suse/plugin.rb
 INFO manager: Registered plugin: SUSE guest
 INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/tinycore/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/tinycore/plugin.rb
 INFO manager: Registered plugin: TinyCore Linux guest.
 INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/trisquel/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/trisquel/plugin.rb
 INFO manager: Registered plugin: Trisquel guest
 INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/ubuntu/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/ubuntu/plugin.rb
 INFO manager: Registered plugin: Ubuntu guest
 INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/windows/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/guests/windows/plugin.rb
 INFO manager: Registered plugin: Windows guest.
 INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/alt/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/alt/plugin.rb
 INFO manager: Registered plugin: ALT Platform host
 INFO manager: Registered plugin: ALT Platform host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/arch/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/arch/plugin.rb
 INFO manager: Registered plugin: Arch host
 INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/bsd/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/bsd/plugin.rb
 INFO manager: Registered plugin: BSD host
 INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/darwin/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/darwin/plugin.rb
 INFO manager: Registered plugin: Mac OS X host
 INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/freebsd/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD host
 INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/gentoo/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo host
 INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/linux/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/linux/plugin.rb
 INFO manager: Registered plugin: Linux host
 INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/null/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/null/plugin.rb
 INFO manager: Registered plugin: null host
 INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/redhat/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat Enterprise Linux host
 INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/slackware/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware host
 INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/suse/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/suse/plugin.rb
 INFO manager: Registered plugin: SUSE host
 INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/windows/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/hosts/windows/plugin.rb
 INFO manager: Registered plugin: Windows host
 INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/kernel_v1/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/kernel_v1/plugin.rb
 INFO manager: Registered plugin: kernel
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/kernel_v2/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/kernel_v2/plugin.rb
 INFO manager: Registered plugin: kernel
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb
 INFO manager: Registered plugin: docker-provider
 INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb
 INFO manager: Registered plugin: Hyper-V provider
 INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb
 INFO manager: Registered plugin: VirtualBox provider
 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/ansible/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/ansible/plugin.rb
 INFO manager: Registered plugin: ansible
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/cfengine/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/cfengine/plugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/chef/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/chef/plugin.rb
 INFO manager: Registered plugin: chef
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/docker/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/docker/plugin.rb
 INFO manager: Registered plugin: docker
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/file/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/file/plugin.rb
 INFO manager: Registered plugin: file
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/puppet/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/puppet/plugin.rb
 INFO manager: Registered plugin: puppet
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/salt/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/salt/plugin.rb
 INFO manager: Registered plugin: salt
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/shell/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/provisioners/shell/plugin.rb
 INFO manager: Registered plugin: shell
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/atlas/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/atlas/plugin.rb
 INFO manager: Registered plugin: atlas
 INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/ftp/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/ftp/plugin.rb
 INFO manager: Registered plugin: ftp
 INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/heroku/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/heroku/plugin.rb
 INFO manager: Registered plugin: heroku
 INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/local-exec/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/local-exec/plugin.rb
 INFO manager: Registered plugin: local-exec
 INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/noop/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/pushes/noop/plugin.rb
 INFO manager: Registered plugin: noop
 INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/synced_folders/nfs/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/synced_folders/nfs/plugin.rb
 INFO manager: Registered plugin: NFS synced folders
 INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/synced_folders/rsync/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/synced_folders/rsync/plugin.rb
 INFO manager: Registered plugin: RSync synced folders
 INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/synced_folders/smb/plugin.rb
DEBUG global: Loading core plugin: /nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/synced_folders/smb/plugin.rb
 INFO manager: Registered plugin: SMB synced folders
 INFO manager: Registered plugin: SMB synced folders
 INFO vagrant: `vagrant` invoked: ["up", "--provider", "libvirt"]
 INFO vagrant: `vagrant` invoked: ["up", "--provider", "libvirt"]
DEBUG vagrant: Creating Vagrant environment
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x0000000002495be0>)
 INFO environment: Environment initialized (#<Vagrant::Environment:0x0000000002495be0>)
 INFO environment:   - cwd: /home/peter/src/play/vaglibvirt
 INFO environment:   - cwd: /home/peter/src/play/vaglibvirt
 INFO environment: Home path: /home/peter/.local/share/vagrant
 INFO environment: Home path: /home/peter/.local/share/vagrant
DEBUG environment: Effective local data path: /home/peter/.cache/vagrant
DEBUG environment: Effective local data path: /home/peter/.cache/vagrant
 INFO environment: Local data path: /home/peter/.cache/vagrant
 INFO environment: Local data path: /home/peter/.cache/vagrant
DEBUG environment: Creating: /home/peter/.cache/vagrant
DEBUG environment: Creating: /home/peter/.cache/vagrant
DEBUG manager: Enabling localized plugins
DEBUG manager: Enabling localized plugins
 INFO manager: Plugins:
 INFO manager: Plugins:
DEBUG bundler: Current generated plugin dependency list: []
DEBUG bundler: Current generated plugin dependency list: []
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Activating solution set: []
DEBUG bundler: Activating solution set: []
 INFO manager: Loading plugins...
DEBUG manager: Enabling globalized plugins
 INFO manager: Loading plugins...
DEBUG manager: Enabling globalized plugins
 INFO manager: Plugins:
 INFO manager:   - vagrant-libvirt = [installed: undefined constraint: > 0]
 INFO manager: Plugins:
 INFO manager:   - vagrant-libvirt = [installed: undefined constraint: > 0]
DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="vagrant-libvirt" requirements="> 0">]
DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="vagrant-libvirt" requirements="> 0">]
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Activating solution set: ["formatador-0.2.5", "excon-0.62.0", "builder-3.2.3", "fog-core-1.43.0", "mini_portile2-2.3.0", "nokogiri-1.8.5", "json-2.1.0", "ruby-libvirt-0.7.1", "fog-xml-0.1.3", "multi_json-1.13.1", "fog-json-1.2.0", "fog-libvirt-0.5.0", "vagrant-libvirt-0.0.45"]
DEBUG bundler: Activating solution set: ["formatador-0.2.5", "excon-0.62.0", "builder-3.2.3", "fog-core-1.43.0", "mini_portile2-2.3.0", "nokogiri-1.8.5", "json-2.1.0", "ruby-libvirt-0.7.1", "fog-xml-0.1.3", "multi_json-1.13.1", "fog-json-1.2.0", "fog-libvirt-0.5.0", "vagrant-libvirt-0.0.45"]
DEBUG bundler: Activating gem formatador-0.2.5
DEBUG bundler: Activating gem formatador-0.2.5
DEBUG bundler: Activating gem excon-0.62.0
DEBUG bundler: Activating gem excon-0.62.0
DEBUG bundler: Activating gem fog-core-1.43.0
DEBUG bundler: Activating gem fog-core-1.43.0
DEBUG bundler: Activating gem mini_portile2-2.3.0
DEBUG bundler: Activating gem mini_portile2-2.3.0
DEBUG bundler: Activating gem nokogiri-1.8.5
DEBUG bundler: Activating gem nokogiri-1.8.5
DEBUG bundler: Activating gem ruby-libvirt-0.7.1
DEBUG bundler: Activating gem ruby-libvirt-0.7.1
DEBUG bundler: Activating gem fog-xml-0.1.3
DEBUG bundler: Activating gem fog-xml-0.1.3
DEBUG bundler: Activating gem fog-json-1.2.0
DEBUG bundler: Activating gem fog-json-1.2.0
DEBUG bundler: Activating gem fog-libvirt-0.5.0
DEBUG bundler: Activating gem fog-libvirt-0.5.0
DEBUG bundler: Activating gem vagrant-libvirt-0.0.45
DEBUG bundler: Activating gem vagrant-libvirt-0.0.45
 INFO manager: Loading plugins...
 INFO manager: Loading plugins...
 INFO manager: Loading plugin `vagrant-libvirt` with default require: `vagrant-libvirt`
 INFO manager: Loading plugin `vagrant-libvirt` with default require: `vagrant-libvirt`
 INFO manager: Registered plugin: libvirt
 INFO manager: Registered plugin: libvirt
DEBUG manager: Successfully loaded plugin `vagrant-libvirt`.
DEBUG manager: Successfully loaded plugin `vagrant-libvirt`.
 INFO loader: Set :root = ["#<Pathname:/home/peter/src/play/vaglibvirt/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/home/peter/src/play/vaglibvirt/Vagrantfile>
 INFO loader: Set :root = ["#<Pathname:/home/peter/src/play/vaglibvirt/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/home/peter/src/play/vaglibvirt/Vagrantfile>
DEBUG loader: Load procs for pathname: /home/peter/src/play/vaglibvirt/Vagrantfile
DEBUG loader: Load procs for pathname: /home/peter/src/play/vaglibvirt/Vagrantfile
 INFO loader: Loading configuration in order: [:home, :root]
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
DEBUG push: finalizing
 INFO environment: Running hook: environment_plugins_loaded
 INFO environment: Running hook: environment_plugins_loaded
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: 2 hooks defined.
 INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x0000000002140e40>
 INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x0000000002140e40>
 INFO environment: Running hook: environment_load
 INFO environment: Running hook: environment_load
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: 2 hooks defined.
 INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x0000000002202c70>
 INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x0000000002202c70>
DEBUG checkpoint_client: starting plugin check
DEBUG checkpoint_client: starting plugin check
 INFO cli: CLI: [] "up" ["--provider", "libvirt"]
 INFO cli: CLI: [] "up" ["--provider", "libvirt"]
DEBUG checkpoint_client: plugin check complete
DEBUG checkpoint_client: plugin check complete
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command ["--provider", "libvirt"]
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command ["--provider", "libvirt"]
DEBUG checkpoint_client: no information received from checkpoint
DEBUG checkpoint_client: no information received from checkpoint
DEBUG command: 'Up' each target VM...
DEBUG command: 'Up' each target VM...
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: ["default"]
DEBUG command:  -- names: ["default"]
DEBUG command:  -- options: {:provider=>"libvirt"}
DEBUG command:  -- options: {:provider=>"libvirt"}
DEBUG command: Finding machine that match name: default
DEBUG command: Finding machine that match name: default
 INFO environment: Getting machine: default (libvirt)
 INFO environment: Uncached load of machine.
 INFO environment: Getting machine: default (libvirt)
 INFO environment: Uncached load of machine.
 INFO loader: Set "15688180_machine_default" = []
 INFO loader: Set "15688180_machine_default" = []
 INFO loader: Loading configuration in order: [:home, :root, "15688180_machine_default"]
 INFO loader: Loading configuration in order: [:home, :root, "15688180_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
DEBUG push: finalizing
 INFO box_collection: Box found: debian/jessie64 (libvirt)
 INFO box_collection: Box found: debian/jessie64 (libvirt)
 INFO environment: Running hook: authenticate_box_url
 INFO environment: Running hook: authenticate_box_url
 INFO host: Autodetecting host type for [#<Vagrant::Environment: /home/peter/src/play/vaglibvirt>]
 INFO host: Autodetecting host type for [#<Vagrant::Environment: /home/peter/src/play/vaglibvirt>]
DEBUG host: Trying: alt
DEBUG host: Trying: alt
DEBUG host: Trying: arch
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
DEBUG host: Trying: darwin
DEBUG host: Trying: freebsd
DEBUG host: Trying: freebsd
DEBUG host: Trying: gentoo
DEBUG host: Trying: gentoo
DEBUG host: Trying: redhat
DEBUG host: Trying: redhat
DEBUG host: Trying: slackware
DEBUG host: Trying: slackware
DEBUG host: Trying: suse
DEBUG host: Trying: suse
DEBUG host: Trying: bsd
DEBUG host: Trying: bsd
DEBUG host: Trying: linux
DEBUG host: Trying: linux
 INFO host: Detected: linux!
 INFO host: Detected: linux!
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 3 hooks defined.
 INFO runner: 3 hooks defined.
 INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x0000000002499c40>
 INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x0000000002499c40>
 INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x00000000025225e0>
 INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x00000000025225e0>
DEBUG client: No authentication token in environment or /home/peter/.local/share/vagrant/data/vagrant_login_token
DEBUG client: No authentication token in environment or /home/peter/.local/share/vagrant/data/vagrant_login_token
 INFO warden: Calling OUT action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x00000000025225e0>
 INFO warden: Calling OUT action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x00000000025225e0>
 INFO loader: Set :"18423380_debian/jessie64_libvirt" = ["#<Pathname:/home/peter/.local/share/vagrant/boxes/debian-VAGRANTSLASH-jessie64/8.11.0/libvirt/Vagrantfile>"]
 INFO loader: Set :"18423380_debian/jessie64_libvirt" = ["#<Pathname:/home/peter/.local/share/vagrant/boxes/debian-VAGRANTSLASH-jessie64/8.11.0/libvirt/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/home/peter/.local/share/vagrant/boxes/debian-VAGRANTSLASH-jessie64/8.11.0/libvirt/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/home/peter/.local/share/vagrant/boxes/debian-VAGRANTSLASH-jessie64/8.11.0/libvirt/Vagrantfile>
DEBUG loader: Load procs for pathname: /home/peter/.local/share/vagrant/boxes/debian-VAGRANTSLASH-jessie64/8.11.0/libvirt/Vagrantfile
DEBUG loader: Load procs for pathname: /home/peter/.local/share/vagrant/boxes/debian-VAGRANTSLASH-jessie64/8.11.0/libvirt/Vagrantfile
 INFO loader: Loading configuration in order: [:"18423380_debian/jessie64_libvirt", :home, :root, "15688180_machine_default"]
 INFO loader: Loading configuration in order: [:"18423380_debian/jessie64_libvirt", :home, :root, "15688180_machine_default"]
DEBUG loader: Loading from: 18423380_debian/jessie64_libvirt (evaluating)
DEBUG loader: Loading from: 18423380_debian/jessie64_libvirt (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
DEBUG push: finalizing
 INFO machine: Initializing machine: default
 INFO machine: Initializing machine: default
 INFO machine:   - Provider: VagrantPlugins::ProviderLibvirt::Provider
 INFO machine:   - Provider: VagrantPlugins::ProviderLibvirt::Provider
 INFO machine:   - Box: #<Vagrant::Box:0x000000000258b950>
 INFO machine:   - Box: #<Vagrant::Box:0x000000000258b950>
 INFO machine:   - Data dir: /home/peter/.cache/vagrant/machines/default/libvirt
 INFO machine:   - Data dir: /home/peter/.cache/vagrant/machines/default/libvirt
 INFO machine: New machine ID: nil
 INFO machine: New machine ID: nil
 INFO interface: Machine: metadata ["provider", :libvirt, {:target=>:default}]
 INFO interface: Machine: metadata ["provider", :libvirt, {:target=>:default}]
 INFO command: With machine: default (#<VagrantPlugins::ProviderLibvirt::Provider:0x000000000291aa80 @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>, @cap_logger=#<Log4r::Logger:0x000000000291a530 @fullname="vagrant::capability_host::vagrantplugins::providerlibvirt::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providerlibvirt", @parent=#<VagrantLogger:0x0000000003bbe8f8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000003b94d50 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000003b94ff8>, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000002b73f98 @formatter=#<Log4r::BasicFormatter:0x0000000003b7c070 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000003bbe7e0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:libvirt, #<#<Class:0x000000000291aa30>:0x0000000002948340>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000000000291a8f0 @items={:public_address=>#<Proc:0x00000000026ad5b8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000000026ad4c8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000000000291a850 @items={:public_address=>#<Proc:0x00000000026a5f98@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x00000000026a5ea8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000000000291a7b0 @items={:forwarded_ports=>#<Proc:0x000000000269d898@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000000000269d870@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x000000000269d848@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x000000000269d820@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>, :libvirt=>#<Vagrant::Registry:0x000000000291a710 @items={:nic_mac_addresses=>#<Proc:0x0000000001ca8a18@/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/plugin.rb:37>}, @results_cache={}>}>)
 INFO command: With machine: default (#<VagrantPlugins::ProviderLibvirt::Provider:0x000000000291aa80 @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>, @cap_logger=#<Log4r::Logger:0x000000000291a530 @fullname="vagrant::capability_host::vagrantplugins::providerlibvirt::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providerlibvirt", @parent=#<VagrantLogger:0x0000000003bbe8f8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000003b94d50 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000003b94ff8>, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000002b73f98 @formatter=#<Log4r::BasicFormatter:0x0000000003b7c070 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000003bbe7e0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:libvirt, #<#<Class:0x000000000291aa30>:0x0000000002948340>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000000000291a8f0 @items={:public_address=>#<Proc:0x00000000026ad5b8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000000026ad4c8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000000000291a850 @items={:public_address=>#<Proc:0x00000000026a5f98@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x00000000026a5ea8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000000000291a7b0 @items={:forwarded_ports=>#<Proc:0x000000000269d898@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000000000269d870@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x000000000269d848@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x000000000269d820@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>, :libvirt=>#<Vagrant::Registry:0x000000000291a710 @items={:nic_mac_addresses=>#<Proc:0x0000000001ca8a18@/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/plugin.rb:37>}, @results_cache={}>}>)
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: ["default"]
DEBUG command:  -- names: ["default"]
DEBUG command:  -- options: {:provider=>"libvirt"}
DEBUG command:  -- options: {:provider=>"libvirt"}
DEBUG command: Finding machine that match name: default
DEBUG command: Finding machine that match name: default
 INFO environment: Getting machine: default (libvirt)
 INFO environment: Getting machine: default (libvirt)
 INFO environment: Returning cached machine: default (libvirt)
 INFO environment: Returning cached machine: default (libvirt)
 INFO command: With machine: default (#<VagrantPlugins::ProviderLibvirt::Provider:0x000000000291aa80 @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>, @cap_logger=#<Log4r::Logger:0x000000000291a530 @fullname="vagrant::capability_host::vagrantplugins::providerlibvirt::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providerlibvirt", @parent=#<VagrantLogger:0x0000000003bbe8f8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000003b94d50 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000003b94ff8>, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000002b73f98 @formatter=#<Log4r::BasicFormatter:0x0000000003b7c070 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000003bbe7e0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:libvirt, #<#<Class:0x000000000291aa30>:0x0000000002948340>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000000000291a8f0 @items={:public_address=>#<Proc:0x00000000026ad5b8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000000026ad4c8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000000000291a850 @items={:public_address=>#<Proc:0x00000000026a5f98@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x00000000026a5ea8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000000000291a7b0 @items={:forwarded_ports=>#<Proc:0x000000000269d898@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000000000269d870@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x000000000269d848@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x000000000269d820@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>, :libvirt=>#<Vagrant::Registry:0x000000000291a710 @items={:nic_mac_addresses=>#<Proc:0x0000000001ca8a18@/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/plugin.rb:37>}, @results_cache={}>}>)
 INFO command: With machine: default (#<VagrantPlugins::ProviderLibvirt::Provider:0x000000000291aa80 @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>, @cap_logger=#<Log4r::Logger:0x000000000291a530 @fullname="vagrant::capability_host::vagrantplugins::providerlibvirt::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providerlibvirt", @parent=#<VagrantLogger:0x0000000003bbe8f8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000003b94d50 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000003b94ff8>, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000002b73f98 @formatter=#<Log4r::BasicFormatter:0x0000000003b7c070 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000003bbe7e0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:libvirt, #<#<Class:0x000000000291aa30>:0x0000000002948340>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000000000291a8f0 @items={:public_address=>#<Proc:0x00000000026ad5b8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000000026ad4c8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000000000291a850 @items={:public_address=>#<Proc:0x00000000026a5f98@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x00000000026a5ea8@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000000000291a7b0 @items={:forwarded_ports=>#<Proc:0x000000000269d898@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000000000269d870@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x000000000269d848@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x000000000269d820@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>, :libvirt=>#<Vagrant::Registry:0x000000000291a710 @items={:nic_mac_addresses=>#<Proc:0x0000000001ca8a18@/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/plugin.rb:37>}, @results_cache={}>}>)
 INFO interface: info: Bringing machine 'default' up with 'libvirt' provider...
 INFO interface: info: Bringing machine 'default' up with 'libvirt' provider...
 INFO batch_action: Enabling parallelization by default.
 INFO batch_action: Enabling parallelization by default.
 INFO batch_action: Disabling parallelization because only executing one action
 INFO batch_action: Disabling parallelization because only executing one action
 INFO batch_action: Batch action will parallelize: false
 INFO batch_action: Batch action will parallelize: false
 INFO batch_action: Starting action: #<Vagrant::Machine:0x00000000028797c0> up {:destroy_on_error=>true, :install_provider=>false, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil, :provider=>"libvirt"}
 INFO batch_action: Starting action: #<Vagrant::Machine:0x00000000028797c0> up {:destroy_on_error=>true, :install_provider=>false, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil, :provider=>"libvirt"}
 INFO machine: Calling action: up on provider Libvirt (new)
 INFO machine: Calling action: up on provider Libvirt (new)
DEBUG environment: Attempting to acquire process-lock: machine-action-8b73c0db3e09f3e54fd9142ab7fa144a
DEBUG environment: Attempting to acquire process-lock: machine-action-8b73c0db3e09f3e54fd9142ab7fa144a
DEBUG environment: Attempting to acquire process-lock: dotlock
DEBUG environment: Attempting to acquire process-lock: dotlock
 INFO environment: Acquired process lock: dotlock
 INFO environment: Acquired process lock: dotlock
 INFO environment: Released process lock: dotlock
 INFO environment: Released process lock: dotlock
 INFO environment: Acquired process lock: machine-action-8b73c0db3e09f3e54fd9142ab7fa144a
 INFO environment: Acquired process lock: machine-action-8b73c0db3e09f3e54fd9142ab7fa144a
 INFO interface: Machine: action ["up", "start", {:target=>:default}]
 INFO interface: Machine: action ["up", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 3 hooks defined.
 INFO runner: 3 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000002a63770>
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000002a63770>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000002a70e70>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000002a70e70>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x0000000002a70e48>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x0000000002a70e48>
 INFO interface: output: Checking if box 'debian/jessie64' is up to date...
 INFO interface: output: Checking if box 'debian/jessie64' is up to date...
 INFO interface: output: ==> default: Checking if box 'debian/jessie64' is up to date...
 INFO interface: output: ==> default: Checking if box 'debian/jessie64' is up to date...
 INFO downloader: Downloader starting download: 
 INFO downloader: Downloader starting download: 
 INFO downloader:   -- Source: https://vagrantcloud.com/debian/jessie64
 INFO downloader:   -- Source: https://vagrantcloud.com/debian/jessie64
 INFO downloader:   -- Destination: /tmp/1000/vagrant-load-metadata20190103-21031-1dolp0m
 INFO downloader:   -- Destination: /tmp/1000/vagrant-load-metadata20190103-21031-1dolp0m
 INFO subprocess: Starting process: ["/run/current-system/sw/bin/curl", "-q", "--fail", "--location", "--max-redirs", "10", "--verbose", "--user-agent", "Vagrant/2.2.0 (+https://www.vagrantup.com; ruby2.5.3) ", "-H", "Accept: application/json", "--output", "/tmp/1000/vagrant-load-metadata20190103-21031-1dolp0m", "https://vagrantcloud.com/debian/jessie64"]
 INFO subprocess: Starting process: ["/run/current-system/sw/bin/curl", "-q", "--fail", "--location", "--max-redirs", "10", "--verbose", "--user-agent", "Vagrant/2.2.0 (+https://www.vagrantup.com; ruby2.5.3) ", "-H", "Accept: application/json", "--output", "/tmp/1000/vagrant-load-metadata20190103-21031-1dolp0m", "https://vagrantcloud.com/debian/jessie64"]
 INFO subprocess: Vagrant not running in installer, restoring original environment...
 INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
DEBUG subprocess: stderr:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
DEBUG subprocess: stderr: *   Trying 52.73.94.166...
* TCP_NODELAY set
DEBUG subprocess: stderr: *   Trying 52.73.94.166...
* TCP_NODELAY set
DEBUG subprocess: stderr: * Connected to vagrantcloud.com (52.73.94.166) port 443 (#0)

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
DEBUG subprocess: stderr: * Connected to vagrantcloud.com (52.73.94.166) port 443 (#0)

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
DEBUG subprocess: stderr: * ALPN, offering h2
* ALPN, offering http/1.1
DEBUG subprocess: stderr: * ALPN, offering h2
* ALPN, offering http/1.1
DEBUG subprocess: stderr: * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
DEBUG subprocess: stderr: * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
DEBUG subprocess: stderr: * successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none
DEBUG subprocess: stderr: * successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none
DEBUG subprocess: stderr: * TLSv1.2 (OUT), TLS header, Certificate Status (22):
} [5 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (OUT), TLS header, Certificate Status (22):
} [5 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [102 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2602 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [102 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2602 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [333 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [333 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [70 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [70 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
DEBUG subprocess: stderr: * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
DEBUG subprocess: stderr: * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
*  subject: CN=app.vagrantup.com
*  start date: Dec 20 23:01:42 2018 GMT
*  expire date: Mar 20 23:01:42 2019 GMT
*  subjectAltName: host "vagrantcloud.com" matched cert's "vagrantcloud.com"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  SSL certificate verify ok.
} [5 bytes data]
> GET /debian/jessie64 HTTP/1.1
> Host: vagrantcloud.com
> User-Agent: Vagrant/2.2.0 (+https://www.vagrantup.com; ruby2.5.3) 
> Accept: application/json
> 
DEBUG subprocess: stderr: * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
*  subject: CN=app.vagrantup.com
*  start date: Dec 20 23:01:42 2018 GMT
*  expire date: Mar 20 23:01:42 2019 GMT
*  subjectAltName: host "vagrantcloud.com" matched cert's "vagrantcloud.com"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  SSL certificate verify ok.
} [5 bytes data]
> GET /debian/jessie64 HTTP/1.1
> Host: vagrantcloud.com
> User-Agent: Vagrant/2.2.0 (+https://www.vagrantup.com; ruby2.5.3) 
> Accept: application/json
> 
DEBUG subprocess: stderr: { [5 bytes data]
< HTTP/1.1 301 Moved Permanently
< Server: Cowboy
< Date: Thu, 03 Jan 2019 02:24:45 GMT
< Connection: keep-alive
< Location: https://vagrantcloud.com/debian/boxes/jessie64
< Content-Type: text/html
< Cache-Control: no-cache
< X-Request-Id: d1e5ee9a-ee9c-41f8-90d1-cf0af32ce269
< X-Runtime: 0.008060
< Content-Length: 112
< Via: 1.1 vegur
< 
* Ignoring the response-body
{ [112 bytes data]

100   112  100   112    0     0    112      0  0:00:01 --:--:--  0:00:01   112
DEBUG subprocess: stderr: { [5 bytes data]
< HTTP/1.1 301 Moved Permanently
< Server: Cowboy
< Date: Thu, 03 Jan 2019 02:24:45 GMT
< Connection: keep-alive
< Location: https://vagrantcloud.com/debian/boxes/jessie64
< Content-Type: text/html
< Cache-Control: no-cache
< X-Request-Id: d1e5ee9a-ee9c-41f8-90d1-cf0af32ce269
< X-Runtime: 0.008060
< Content-Length: 112
< Via: 1.1 vegur
< 
* Ignoring the response-body
{ [112 bytes data]

100   112  100   112    0     0    112      0  0:00:01 --:--:--  0:00:01   112
DEBUG subprocess: stderr: * Connection #0 to host vagrantcloud.com left intact
* Issue another request to this URL: 'https://vagrantcloud.com/debian/boxes/jessie64'
* Found bundle for host vagrantcloud.com: 0x24cda70 [can pipeline]
* Could pipeline, but not asked to!
* Re-using existing connection! (#0) with host vagrantcloud.com
* Connected to vagrantcloud.com (52.73.94.166) port 443 (#0)
} [5 bytes data]
> GET /debian/boxes/jessie64 HTTP/1.1
> Host: vagrantcloud.com
> User-Agent: Vagrant/2.2.0 (+https://www.vagrantup.com; ruby2.5.3) 
> Accept: application/json
> 
DEBUG subprocess: stderr: * Connection #0 to host vagrantcloud.com left intact
* Issue another request to this URL: 'https://vagrantcloud.com/debian/boxes/jessie64'
* Found bundle for host vagrantcloud.com: 0x24cda70 [can pipeline]
* Could pipeline, but not asked to!
* Re-using existing connection! (#0) with host vagrantcloud.com
* Connected to vagrantcloud.com (52.73.94.166) port 443 (#0)
} [5 bytes data]
> GET /debian/boxes/jessie64 HTTP/1.1
> Host: vagrantcloud.com
> User-Agent: Vagrant/2.2.0 (+https://www.vagrantup.com; ruby2.5.3) 
> Accept: application/json
> 
DEBUG subprocess: stderr: { [5 bytes data]
< HTTP/1.1 200 OK
< Server: Cowboy
< Date: Thu, 03 Jan 2019 02:24:46 GMT
< Connection: keep-alive
< X-Frame-Options: SAMEORIGIN
< X-Xss-Protection: 1; mode=block
< X-Content-Type-Options: nosniff
< Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
< Content-Type: application/json; charset=utf-8
< Etag: W/"88b1c97a06b26194b5e226a2f4aed5b8"
< Cache-Control: max-age=0, private, must-revalidate
< X-Request-Id: d021e7c8-9c37-4f42-928e-94cb0d9f71a2
< X-Runtime: 0.051159
< Transfer-Encoding: chunked
< Via: 1.1 vegur
< 

  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
DEBUG subprocess: stderr: { [5 bytes data]
< HTTP/1.1 200 OK
< Server: Cowboy
< Date: Thu, 03 Jan 2019 02:24:46 GMT
< Connection: keep-alive
< X-Frame-Options: SAMEORIGIN
< X-Xss-Protection: 1; mode=block
< X-Content-Type-Options: nosniff
< Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
< Content-Type: application/json; charset=utf-8
< Etag: W/"88b1c97a06b26194b5e226a2f4aed5b8"
< Cache-Control: max-age=0, private, must-revalidate
< X-Request-Id: d021e7c8-9c37-4f42-928e-94cb0d9f71a2
< X-Runtime: 0.051159
< Transfer-Encoding: chunked
< Via: 1.1 vegur
< 

  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
DEBUG subprocess: stderr: { [5 bytes data]
DEBUG subprocess: stderr: { [5 bytes data]
DEBUG subprocess: stderr: 
100 10472    0 10472    0     0   8111      0 --:--:--  0:00:01 --:--:--  9.9M
* Connection #0 to host vagrantcloud.com left intact
DEBUG subprocess: stderr: 
100 10472    0 10472    0     0   8111      0 --:--:--  0:00:01 --:--:--  9.9M
* Connection #0 to host vagrantcloud.com left intact
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000002a9a8b0>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000002a9a8b0>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 3 hooks defined.
 INFO runner: 3 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000002bc93d0>
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000002bc93d0>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x0000000002be6110>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x0000000002be6110>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x0000000002be6110>
 INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x0000000002be6110>
 INFO driver: Connecting to Libvirt (qemu:///session?no_verify=1&keyfile=/home/peter/.ssh/id_rsa) ...
 INFO driver: Connecting to Libvirt (qemu:///session?no_verify=1&keyfile=/home/peter/.ssh/id_rsa) ...
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 3 hooks defined.
 INFO runner: 3 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x000000000308c430>
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x000000000308c430>
 INFO warden: Calling IN action: #<Proc:0x000000000384ff00@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x000000000384ff00@/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::SetNameOfDomain:0x000000000308c3b8>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::SetNameOfDomain:0x000000000308c3b8>
 INFO set_name_of_domain: Looking for domain vaglibvirt_default through list [  <Fog::Compute::Libvirt::Server
    id="52dccc61-2167-408f-9b20-2c7f8434fe57",
    cpus=2,
    cputime=890500000000,
    os_type="hvm",
    memory_size=4194304,
    max_memory_size=4194304,
    name="Win10",
    arch="x86_64",
    persistent=true,
    domain_type="kvm",
    uuid="52dccc61-2167-408f-9b20-2c7f8434fe57",
    autostart=false,
    nics=[    <Fog::Compute::Libvirt::Nic
      mac="52:54:00:84:ff:08",
      id=nil,
      type="bridge",
      network=nil,
      bridge="virbr0",
      model="virtio"
    >],
    volumes=[    <Fog::Compute::Libvirt::Volume
      id="/home/peter/QEMU VMs/Win10/Win10.qcow2",
      pool_name="Win10",
      key="/home/peter/QEMU VMs/Win10/Win10.qcow2",
      name="Win10.qcow2",
      path="/home/peter/QEMU VMs/Win10/Win10.qcow2",
      capacity=58,
      allocation=55,
      format_type="qcow2",
      backing_volume=nil
    >],
    active=true,
    boot_order=["hd"],
    display={:type=>"spice", :port=>"5900", :listen=>"127.0.0.1"},
    cpu={},
    state="running"
  >]
 INFO set_name_of_domain: Looking for domain vaglibvirt_default through list [  <Fog::Compute::Libvirt::Server
    id="52dccc61-2167-408f-9b20-2c7f8434fe57",
    cpus=2,
    cputime=890500000000,
    os_type="hvm",
    memory_size=4194304,
    max_memory_size=4194304,
    name="Win10",
    arch="x86_64",
    persistent=true,
    domain_type="kvm",
    uuid="52dccc61-2167-408f-9b20-2c7f8434fe57",
    autostart=false,
    nics=[    <Fog::Compute::Libvirt::Nic
      mac="52:54:00:84:ff:08",
      id=nil,
      type="bridge",
      network=nil,
      bridge="virbr0",
      model="virtio"
    >],
    volumes=[    <Fog::Compute::Libvirt::Volume
      id="/home/peter/QEMU VMs/Win10/Win10.qcow2",
      pool_name="Win10",
      key="/home/peter/QEMU VMs/Win10/Win10.qcow2",
      name="Win10.qcow2",
      path="/home/peter/QEMU VMs/Win10/Win10.qcow2",
      capacity=58,
      allocation=55,
      format_type="qcow2",
      backing_volume=nil
    >],
    active=true,
    boot_order=["hd"],
    display={:type=>"spice", :port=>"5900", :listen=>"127.0.0.1"},
    cpu={},
    state="running"
  >]
 INFO set_name_of_domain: Looking for domain vaglibvirt_default
 INFO set_name_of_domain: Looking for domain vaglibvirt_default
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::HandleStoragePool:0x00000000030b5768>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::HandleStoragePool:0x00000000030b5768>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x00000000030de938>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x00000000030de938>
 INFO handle_box: Machine already has box. HandleBox will not run.
 INFO handle_box: Machine already has box. HandleBox will not run.
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::HandleBoxImage:0x0000000003107860>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::HandleBoxImage:0x0000000003107860>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateDomainVolume:0x000000000311c6c0>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateDomainVolume:0x000000000311c6c0>
 INFO interface: info: Creating image (snapshot of base box volume).
 INFO interface: info: Creating image (snapshot of base box volume).
 INFO interface: info: ==> default: Creating image (snapshot of base box volume).
 INFO interface: info: ==> default: Creating image (snapshot of base box volume).
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateDomain:0x00000000031452f0>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateDomain:0x00000000031452f0>
 INFO interface: info: Creating domain with the following settings...
 INFO interface: info: Creating domain with the following settings...
 INFO interface: info: ==> default: Creating domain with the following settings...
 INFO interface: info: ==> default: Creating domain with the following settings...
 INFO interface: info:  -- Name:              vaglibvirt_default
 INFO interface: info:  -- Name:              vaglibvirt_default
 INFO interface: info: ==> default:  -- Name:              vaglibvirt_default
 INFO interface: info: ==> default:  -- Name:              vaglibvirt_default
 INFO interface: info:  -- Domain type:       kvm
 INFO interface: info: ==> default:  -- Domain type:       kvm
 INFO interface: info:  -- Domain type:       kvm
 INFO interface: info: ==> default:  -- Domain type:       kvm
 INFO interface: info:  -- Cpus:              1
 INFO interface: info:  -- Cpus:              1
 INFO interface: info: ==> default:  -- Cpus:              1
 INFO interface: info: ==> default:  -- Cpus:              1
 INFO interface: info:  -- Feature:           acpi
 INFO interface: info: ==> default:  -- Feature:           acpi
 INFO interface: info:  -- Feature:           acpi
 INFO interface: info: ==> default:  -- Feature:           acpi
 INFO interface: info:  -- Feature:           apic
 INFO interface: info:  -- Feature:           apic
 INFO interface: info: ==> default:  -- Feature:           apic
 INFO interface: info: ==> default:  -- Feature:           apic
 INFO interface: info:  -- Feature:           pae
 INFO interface: info:  -- Feature:           pae
 INFO interface: info: ==> default:  -- Feature:           pae
 INFO interface: info: ==> default:  -- Feature:           pae
 INFO interface: info:  -- Memory:            512M
 INFO interface: info:  -- Memory:            512M
 INFO interface: info: ==> default:  -- Memory:            512M
 INFO interface: info: ==> default:  -- Memory:            512M
 INFO interface: info:  -- Management MAC:    
 INFO interface: info:  -- Management MAC:    
 INFO interface: info: ==> default:  -- Management MAC:    
 INFO interface: info: ==> default:  -- Management MAC:    
 INFO interface: info:  -- Loader:            
 INFO interface: info:  -- Loader:            
 INFO interface: info: ==> default:  -- Loader:            
 INFO interface: info: ==> default:  -- Loader:            
 INFO interface: info:  -- Nvram:             
 INFO interface: info:  -- Nvram:             
 INFO interface: info: ==> default:  -- Nvram:             
 INFO interface: info: ==> default:  -- Nvram:             
 INFO interface: info:  -- Base box:          debian/jessie64
 INFO interface: info:  -- Base box:          debian/jessie64
 INFO interface: info: ==> default:  -- Base box:          debian/jessie64
 INFO interface: info: ==> default:  -- Base box:          debian/jessie64
 INFO interface: info:  -- Storage pool:      default
 INFO interface: info:  -- Storage pool:      default
 INFO interface: info: ==> default:  -- Storage pool:      default
 INFO interface: info: ==> default:  -- Storage pool:      default
 INFO interface: info:  -- Image:             /home/peter/.local/share/libvirt/images/vaglibvirt_default.img (10G)
 INFO interface: info: ==> default:  -- Image:             /home/peter/.local/share/libvirt/images/vaglibvirt_default.img (10G)
 INFO interface: info:  -- Image:             /home/peter/.local/share/libvirt/images/vaglibvirt_default.img (10G)
 INFO interface: info: ==> default:  -- Image:             /home/peter/.local/share/libvirt/images/vaglibvirt_default.img (10G)
 INFO interface: info:  -- Volume Cache:      default
 INFO interface: info:  -- Volume Cache:      default
 INFO interface: info: ==> default:  -- Volume Cache:      default
 INFO interface: info: ==> default:  -- Volume Cache:      default
 INFO interface: info:  -- Kernel:            
 INFO interface: info:  -- Kernel:            
 INFO interface: info: ==> default:  -- Kernel:            
 INFO interface: info: ==> default:  -- Kernel:            
 INFO interface: info:  -- Initrd:            
 INFO interface: info: ==> default:  -- Initrd:            
 INFO interface: info:  -- Initrd:            
 INFO interface: info: ==> default:  -- Initrd:            
 INFO interface: info:  -- Graphics Type:     vnc
 INFO interface: info:  -- Graphics Type:     vnc
 INFO interface: info: ==> default:  -- Graphics Type:     vnc
 INFO interface: info: ==> default:  -- Graphics Type:     vnc
 INFO interface: info:  -- Graphics Port:     -1
 INFO interface: info:  -- Graphics Port:     -1
 INFO interface: info: ==> default:  -- Graphics Port:     -1
 INFO interface: info: ==> default:  -- Graphics Port:     -1
 INFO interface: info:  -- Graphics IP:       127.0.0.1
 INFO interface: info:  -- Graphics IP:       127.0.0.1
 INFO interface: info: ==> default:  -- Graphics IP:       127.0.0.1
 INFO interface: info: ==> default:  -- Graphics IP:       127.0.0.1
 INFO interface: info:  -- Graphics Password: Not defined
 INFO interface: info:  -- Graphics Password: Not defined
 INFO interface: info: ==> default:  -- Graphics Password: Not defined
 INFO interface: info: ==> default:  -- Graphics Password: Not defined
 INFO interface: info:  -- Video Type:        cirrus
 INFO interface: info:  -- Video Type:        cirrus
 INFO interface: info: ==> default:  -- Video Type:        cirrus
 INFO interface: info: ==> default:  -- Video Type:        cirrus
 INFO interface: info:  -- Video VRAM:        9216
 INFO interface: info:  -- Video VRAM:        9216
 INFO interface: info: ==> default:  -- Video VRAM:        9216
 INFO interface: info: ==> default:  -- Video VRAM:        9216
 INFO interface: info:  -- Sound Type:  
 INFO interface: info: ==> default:  -- Sound Type: 
 INFO interface: info:  -- Sound Type:  
 INFO interface: info: ==> default:  -- Sound Type: 
 INFO interface: info:  -- Keymap:            en-us
 INFO interface: info:  -- Keymap:            en-us
 INFO interface: info: ==> default:  -- Keymap:            en-us
 INFO interface: info: ==> default:  -- Keymap:            en-us
 INFO interface: info:  -- TPM Path:          
 INFO interface: info:  -- TPM Path:          
 INFO interface: info: ==> default:  -- TPM Path:          
 INFO interface: info: ==> default:  -- TPM Path:          
 INFO interface: info:  -- INPUT:             type=mouse, bus=ps2
 INFO interface: info:  -- INPUT:             type=mouse, bus=ps2
 INFO interface: info: ==> default:  -- INPUT:             type=mouse, bus=ps2
 INFO interface: info: ==> default:  -- INPUT:             type=mouse, bus=ps2
 INFO machine: New machine ID: "8a307934-92f3-46ff-97e7-4d46b0011280"
 INFO machine: New machine ID: "8a307934-92f3-46ff-97e7-4d46b0011280"
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Provision:0x000000000316dd40>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Provision:0x000000000316dd40>
 INFO provision: Checking provisioner sentinel file...
 INFO provision: Checking provisioner sentinel file...
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::PrepareNFSValidIds:0x0000000003197e60>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::PrepareNFSValidIds:0x0000000003197e60>
 INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x00000000031be4c0>
 INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x00000000031be4c0>
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: linux
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_prune in linux
DEBUG host: Found cap: nfs_prune in linux
 INFO nfs: NFS pruning. Valid IDs: ["8a307934-92f3-46ff-97e7-4d46b0011280", "52dccc61-2167-408f-9b20-2c7f8434fe57"]
DEBUG host: Searching for cap: nfs_prune
 INFO nfs: NFS pruning. Valid IDs: ["8a307934-92f3-46ff-97e7-4d46b0011280", "52dccc61-2167-408f-9b20-2c7f8434fe57"]
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: linux
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_prune in linux
DEBUG host: Found cap: nfs_prune in linux
 INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /home/peter/src/play/vaglibvirt>, #<Vagrant::UI::Prefixed:0x00000000028b2b60 @logger=#<Log4r::Logger:0x00000000028b2b10 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x0000000003bbe8f8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000003b94d50 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000003b94ff8>, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000002b73f98 @formatter=#<Log4r::BasicFormatter:0x0000000003b7c070 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000003bbe7e0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:default, @ui=#<Vagrant::UI::Colored:0x0000000002495960 @logger=#<Log4r::Logger:0x0000000002495910 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x0000000003bbe8f8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000003b94d50 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000003b94ff8>, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000002b73f98 @formatter=#<Log4r::BasicFormatter:0x0000000003b7c070 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000003bbe7e0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Thread::Mutex:0x0000000002476510>>>, ["8a307934-92f3-46ff-97e7-4d46b0011280", "52dccc61-2167-408f-9b20-2c7f8434fe57"]] (linux)
 INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /home/peter/src/play/vaglibvirt>, #<Vagrant::UI::Prefixed:0x00000000028b2b60 @logger=#<Log4r::Logger:0x00000000028b2b10 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x0000000003bbe8f8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000003b94d50 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000003b94ff8>, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000002b73f98 @formatter=#<Log4r::BasicFormatter:0x0000000003b7c070 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000003bbe7e0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:default, @ui=#<Vagrant::UI::Colored:0x0000000002495960 @logger=#<Log4r::Logger:0x0000000002495910 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x0000000003bbe8f8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000003b94d50 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000000003b94ff8>, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000002b73f98 @formatter=#<Log4r::BasicFormatter:0x0000000003b7c070 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000000003bbe7e0 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Thread::Mutex:0x0000000002476510>>>, ["8a307934-92f3-46ff-97e7-4d46b0011280", "52dccc61-2167-408f-9b20-2c7f8434fe57"]] (linux)
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x00000000031e55c0>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x00000000031e55c0>
 INFO synced_folder_cleanup: Invoking synced folder cleanup for: 9p
 INFO synced_folder_cleanup: Invoking synced folder cleanup for: 9p
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x000000000320c800>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x000000000320c800>
 INFO synced_folders: SyncedFolders loading from cache: false
 INFO synced_folders: SyncedFolders loading from cache: false
 INFO synced_folders: Synced Folder Implementation: 9p
 INFO synced_folders:   - /vagrant: . => /vagrant
 INFO synced_folders: Synced Folder Implementation: 9p
 INFO synced_folders:   - /vagrant: . => /vagrant
 INFO synced_folders: Invoking synced folder prepare for: 9p
 INFO synced_folders: Invoking synced folder prepare for: 9p
 INFO interface: info: ================
Machine id: 8a307934-92f3-46ff-97e7-4d46b0011280
Should be mounting folders
 /vagrant, opts: {:type=>:"9p", :nfs_version=>"4", :nfs_udp=>false, :guestpath=>"/vagrant", :hostpath=>"/home/peter/src/play/vaglibvirt", :disabled=>false, :__vagrantfile=>true, :target=>"/vagrant", :accessmode=>"passthrough", :mount=>true, :readonly=>nil, :mount_tag=>"78dc247a36207fe087c5e236e044959"}
 INFO interface: info: ================
Machine id: 8a307934-92f3-46ff-97e7-4d46b0011280
Should be mounting folders
 /vagrant, opts: {:type=>:"9p", :nfs_version=>"4", :nfs_udp=>false, :guestpath=>"/vagrant", :hostpath=>"/home/peter/src/play/vaglibvirt", :disabled=>false, :__vagrantfile=>true, :target=>"/vagrant", :accessmode=>"passthrough", :mount=>true, :readonly=>nil, :mount_tag=>"78dc247a36207fe087c5e236e044959"}
 INFO interface: info: ==> default: ================
==> default: Machine id: 8a307934-92f3-46ff-97e7-4d46b0011280
==> default: Should be mounting folders
==> default:  /vagrant, opts: {:type=>:"9p", :nfs_version=>"4", :nfs_udp=>false, :guestpath=>"/vagrant", :hostpath=>"/home/peter/src/play/vaglibvirt", :disabled=>false, :__vagrantfile=>true, :target=>"/vagrant", :accessmode=>"passthrough", :mount=>true, :readonly=>nil, :mount_tag=>"78dc247a36207fe087c5e236e044959"}
 INFO interface: info: ==> default: ================
==> default: Machine id: 8a307934-92f3-46ff-97e7-4d46b0011280
==> default: Should be mounting folders
==> default:  /vagrant, opts: {:type=>:"9p", :nfs_version=>"4", :nfs_udp=>false, :guestpath=>"/vagrant", :hostpath=>"/home/peter/src/play/vaglibvirt", :disabled=>false, :__vagrantfile=>true, :target=>"/vagrant", :accessmode=>"passthrough", :mount=>true, :readonly=>nil, :mount_tag=>"78dc247a36207fe087c5e236e044959"}
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::PrepareNFSSettings:0x0000000003244188>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::PrepareNFSSettings:0x0000000003244188>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ShareFolders:0x0000000003267688>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ShareFolders:0x0000000003267688>
 INFO interface: info: Creating shared folders metadata...
 INFO interface: info: Creating shared folders metadata...
 INFO interface: info: ==> default: Creating shared folders metadata...
 INFO interface: info: ==> default: Creating shared folders metadata...
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateNetworks:0x000000000328f4d0>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateNetworks:0x000000000328f4d0>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateNetworkInterfaces:0x000000000374de18>
 INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateNetworkInterfaces:0x000000000374de18>
 INFO create_network_interfaces: Using vagrant-libvirt at 192.168.121.0/24 as the management network nat is the mode
 INFO create_network_interfaces: Using vagrant-libvirt at 192.168.121.0/24 as the management network nat is the mode
DEBUG create_network_interfaces: In config found network type private_network options {:ip=>"192.168.33.10", :protocol=>"tcp", :id=>"c6e47427-8e5c-4600-bb8b-dfda68f796e0"}
DEBUG create_network_interfaces: In config found network type private_network options {:ip=>"192.168.33.10", :protocol=>"tcp", :id=>"c6e47427-8e5c-4600-bb8b-dfda68f796e0"}
DEBUG create_network_interfaces: In config found network type forwarded_port options {:guest=>22, :host=>2222, :host_ip=>"127.0.0.1", :id=>"ssh", :auto_correct=>true, :protocol=>"tcp"}
DEBUG create_network_interfaces: In config found network type forwarded_port options {:guest=>22, :host=>2222, :host_ip=>"127.0.0.1", :id=>"ssh", :auto_correct=>true, :protocol=>"tcp"}
DEBUG create_network_interfaces: Adapter not specified so found slot 0
DEBUG create_network_interfaces: Adapter not specified so found slot 0
DEBUG create_network_interfaces: Adapter not specified so found slot 1
DEBUG create_network_interfaces: Adapter not specified so found slot 1
ERROR warden: Error occurred: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
ERROR warden: Error occurred: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
ERROR warden: Error occurred: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
ERROR warden: Error occurred: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
ERROR warden: Error occurred: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
 INFO warden: Beginning recovery process...
ERROR warden: Error occurred: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000002a9a8b0>
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000002a9a8b0>
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO environment: Released process lock: machine-action-8b73c0db3e09f3e54fd9142ab7fa144a
 INFO environment: Released process lock: machine-action-8b73c0db3e09f3e54fd9142ab7fa144a
 INFO environment: Running hook: environment_unload
 INFO environment: Running hook: environment_unload
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: 2 hooks defined.
 INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x0000000003c28460>
 INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x0000000003c28460>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<VagrantPlugins::ProviderLibvirt::Errors::NetworkNotAvailableError: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.>
ERROR vagrant: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
ERROR vagrant: #<VagrantPlugins::ProviderLibvirt::Errors::NetworkNotAvailableError: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.>
ERROR vagrant: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
ERROR vagrant: /nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_network_interfaces.rb:299:in `interface_network'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_network_interfaces.rb:61:in `block in call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_network_interfaces.rb:41:in `each'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_network_interfaces.rb:41:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_networks.rb:31:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/share_folders.rb:20:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/prepare_nfs_settings.rb:18:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/synced_folders.rb:87:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/synced_folders/nfs/action_cleanup.rb:25:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/prepare_nfs_valid_ids.rb:12:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/provision.rb:80:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain.rb:333:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain_volume.rb:83:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/storeERROR vagrant: /nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_network_interfaces.rb:299:in `interface_network'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_network_interfaces.rb:61:in `block in call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_network_interfaces.rb:41:in `each'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_network_interfaces.rb:41:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_networks.rb:31:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/share_folders.rb:20:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/prepare_nfs_settings.rb:18:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/synced_folders.rb:87:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/plugins/synced_folders/nfs/action_cleanup.rb:25:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/prepare_nfs_valid_ids.rb:12:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/provision.rb:80:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain.rb:333:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/create_domain_volume.rb:83:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_box_image.rb:146:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_storage_pool.rb:57:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/set_name_of_domain.rb:35:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builder.rb:116:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `block in run'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/util/busy.rb:19:in `busy'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `run'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/call.rb:53:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/box_check_outdated.rb:82:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builder.rb:116:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `block in run'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/util/busy.rb:19:in `busy'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `run'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/machine.rb:239:in `action_raw'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/machine.rb:208:in `block in action'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/environment.rb:614:in `lock'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/machi/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_box_image.rb:146:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/handle_storage_pool.rb:57:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/j1c23lpr72gwg99m929xjf7nm6gs8b16-ruby2.5.3-vagrant-libvirt-0.0.45/lib/ruby/gems/2.5.0/gems/vagrant-libvirt-0.0.45/lib/vagrant-libvirt/action/set_name_of_domain.rb:35:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builder.rb:116:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `block in run'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/util/busy.rb:19:in `busy'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `run'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/call.rb:53:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/box_check_outdated.rb:82:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/warden.rb:34:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/builder.rb:116:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `block in run'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/util/busy.rb:19:in `busy'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/action/runner.rb:66:in `run'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/machine.rb:239:in `action_raw'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/machine.rb:208:in `block in action'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/environment.rb:614:in `lock'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/machine.rb:194:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/machine.rb:194:in `action'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/batch_action.rb:82:in `block (2 levels) in run'
 INFO interface: error: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
ne.rb:194:in `call'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/machine.rb:194:in `action'
/nix/store/q2s9f134wk5dgpzf8sazz47nlxb8r3zp-vagrant-2.2.0/lib/ruby/gems/2.5.0/gems/vagrant-2.2.0/lib/vagrant/batch_action.rb:82:in `block (2 levels) in run'
 INFO interface: error: Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
Network 192.168.33.10 is not available. Specify available network
name, or an ip address if you want to create a new network.
 INFO interface: Machine: error-exit ["VagrantPlugins::ProviderLibvirt::Errors::NetworkNotAvailableError", "Network 192.168.33.10 is not available. Specify available network\nname, or an ip address if you want to create a new network."]
 INFO interface: Machine: error-exit ["VagrantPlugins::ProviderLibvirt::Errors::NetworkNotAvailableError", "Network 192.168.33.10 is not available. Specify available network\nname, or an ip address if you want to create a new network."]

A Vagrantfile to reproduce the issue:

Vagrant.configure("2") do |config|
  config.vm.box = "debian/jessie64"
  config.vm.network "private_network", ip: "192.168.33.10"
  config.vm.synced_folder ".", "/vagrant", type: '9p'
  config.vm.provider 'libvirt' do |v|
    v.qemu_use_session = true
  end
end

Are you using upstream vagrant package or your distros package?
Distro

Most helpful comment

v.qemu_use_session = false isn't a fix. It just means that the VM is created in the system instance as opposed to the session instance, which should also work.

All 6 comments

I am seeing the same thing on Fedora 30 beta. When I include devel.vm.network "private_network", :ip => '10.221.100.100' in my Vagrantfile it errors out with:

Network 10.221.100.100 is not available. Specify available network
name, or an ip address if you want to create a new network.

OS/Distro version:

Fedora 30 Beta

Libvirt version:

libvirt-5.1.0-4.fc30.x86_64

Output of vagrant version; vagrant plugin list:

$ vagrant version; vagrant plugin list
Installed Version: 2.2.3
vagrant-libvirt (0.0.45, system)
$ rpm -qa |grep vagrant
vagrant-2.2.3-1.fc30.noarch
vagrant-libvirt-0.0.45-1.fc30.noarch


Downgrading to vagrant-libvirt-0.0.40-5.fc29.noarch fixes the issue and let's you use devel.vm.network "private_network", :ip => '10.221.100.100' in your Vagrantfile again:

sudo dnf install https://kojipkgs.fedoraproject.org//packages/rubygem-fog-core/1.43.0/5.fc29/noarch/rubygem-fog-core-1.43.0-5.fc29.noarch.rpm
sudo dnf install https://kojipkgs.fedoraproject.org//packages/vagrant-libvirt/0.0.40/5.fc29/noarch/vagrant-libvirt-0.0.40-5.fc29.noarch.rpm
[vagrant@devel ~]$ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.121.95  netmask 255.255.255.0  broadcast 192.168.121.255
        inet6 fe80::5054:ff:fe63:78e7  prefixlen 64  scopeid 0x20<link>
        ether 52:54:00:63:78:e7  txqueuelen 1000  (Ethernet)
        RX packets 103929  bytes 155579511 (148.3 MiB)
        RX errors 267  dropped 0  overruns 0  frame 267
        TX packets 7249  bytes 670679 (654.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.221.100.101  netmask 255.255.255.0  broadcast 10.221.100.255
        inet6 fe80::5054:ff:fed0:8a73  prefixlen 64  scopeid 0x20<link>
        ether 52:54:00:d0:8a:73  txqueuelen 1000  (Ethernet)
        RX packets 147  bytes 9080 (8.8 KiB)
        RX errors 259  dropped 0  overruns 0  frame 259
        TX packets 13  bytes 1046 (1.0 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Vagrantfile Example

# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.require_version ">= 2.0.0"
Vagrant.configure("2") do |config|

config.ssh.forward_agent = true
config.vm.provision "shell", inline: "dnf install -y @development-tools ansible nfs-utils rpcbind redhat-rpm-config gcc-c++"
config.vm.synced_folder '.', '/vagrant', disabled: true

  config.vm.define "devel" do |devel|
    devel.vm.box = "fedora/30-cloud-base"
    devel.vm.hostname = "devel.example.com"
    devel.vm.network "private_network", :ip => '10.221.100.100'
    devel.vm.provider "libvirt" do |vm|
      vm.cpus = 2
      vm.driver = "kvm"
      vm.memory = 4096
      vm.nic_model_type = "e1000"
    end

    config.vm.provision "ansible" do |ansible|
      # ansible.verbose = 'v'
      ansible.inventory_path = "inventory/development"
      ansible.playbook = "playbooks/development/setup.yml"
      ansible.extra_vars = { vagrant_environment: true }
    end

  end

end

Red Hat BZ https://bugzilla.redhat.com/show_bug.cgi?id=1697773

From the BZ: "Could you try putting libvirt.qemu_use_session = false in your Vagrantfile?" this suggestion works.

@noahdesu, isn't it still supposed to work with a qemu user session?

@peterhoeg oh, i have no idea. i'm not familiar with lots of the different ways of using this libvirt plugin. i was battling this error after upgrading to fc 30 and it seems to work now ;)

Per the comment from @noahdesu adding the following to ~/.vagrant.d/Vagrantfile on Fedora 30 fixed the issue for me:

Vagrant.configure('2') do |config|
  config.vm.provider :libvirt do |v|
    v.qemu_use_session = false
  end
end

v.qemu_use_session = false isn't a fix. It just means that the VM is created in the system instance as opposed to the session instance, which should also work.

Was this page helpful?
0 / 5 - 0 ratings