FS#77193 - [vagrant] v2.3.4 - WinRM functionality is broken

Attached to Project: Community Packages
Opened by Alessandro (Al3xG) - Friday, 20 January 2023, 14:56 GMT
Last edited by Jonathan Steel (jsteel) - Friday, 26 May 2023, 17:23 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jonathan Steel (jsteel)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 5
Private No

Details

Description:
Hi all,
The WinRM functionality of Vagrant v2.3.4 is broken in my Arch install. It seems to be related to https://github.com/hashicorp/vagrant/issues/12807. The Vagrant box page at https://app.vagrantup.com/peru/boxes/windows-server-2019-standard-x64-eval also says:
"Unfortunately you can not use the Vagrant package provided by your Linux distribution (at least for CentOS / Fedora / Debian). These distributions doesn't support naively Ruby library for WinRM needed by Vagrant for talking to Windows. Luckily WinRM communicator including the Ruby WinRM library is part of official Vagrant package." Not sure if that applies to Arch as well.

Additional info:
Debug log:
╰─ vagrant up --debug
INFO global: Vagrant version: 2.3.4
INFO global: Ruby version: 3.0.5
INFO global: RubyGems version: 3.3.25
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/bin/vagrant"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/autocomplete/plugin.rb
INFO manager: Registered plugin: autocomplete command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/box/plugin.rb
INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/cap/plugin.rb
INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/cloud/plugin.rb
INFO manager: Registered plugin: vagrant-cloud
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/destroy/plugin.rb
INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/global-status/plugin.rb
INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/halt/plugin.rb
INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/help/plugin.rb
INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/init/plugin.rb
INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/list-commands/plugin.rb
INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/login/plugin.rb
INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/package/plugin.rb
INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/plugin/plugin.rb
INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/port/plugin.rb
INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/powershell/plugin.rb
INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/provider/plugin.rb
INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/provision/plugin.rb
INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/push/plugin.rb
INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/rdp/plugin.rb
INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/reload/plugin.rb
INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/resume/plugin.rb
INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/serve/plugin.rb
INFO manager: Registered plugin: start Vagrant server
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/snapshot/plugin.rb
INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/ssh/plugin.rb
INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/ssh_config/plugin.rb
INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/status/plugin.rb
INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/suspend/plugin.rb
INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/up/plugin.rb
INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/upload/plugin.rb
INFO manager: Registered plugin: upload command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/validate/plugin.rb
INFO manager: Registered plugin: validate command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/version/plugin.rb
INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/winrm/plugin.rb
INFO manager: Registered plugin: winrm command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/commands/winrm_config/plugin.rb
INFO manager: Registered plugin: winrm-config command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/ssh/plugin.rb
INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/plugin.rb
INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winssh/plugin.rb
INFO manager: Registered plugin: windows ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/alma/plugin.rb
INFO manager: Registered plugin: Alma guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/alpine/plugin.rb
INFO manager: Registered plugin: Alpine guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/amazon/plugin.rb
INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/arch/plugin.rb
INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/atomic/plugin.rb
INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/bsd/plugin.rb
INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/centos/plugin.rb
INFO manager: Registered plugin: CentOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/coreos/plugin.rb
INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/darwin/plugin.rb
INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/debian/plugin.rb
INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/dragonflybsd/plugin.rb
INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/elementary/plugin.rb
INFO manager: Registered plugin: Elementary guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/esxi/plugin.rb
INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/fedora/plugin.rb
INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/funtoo/plugin.rb
INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/haiku/plugin.rb
INFO manager: Registered plugin: Haiku guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/kali/plugin.rb
INFO manager: Registered plugin: Kali guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/linux/plugin.rb
INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/mint/plugin.rb
INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/netbsd/plugin.rb
INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/nixos/plugin.rb
INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/omnios/plugin.rb
INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/openbsd/plugin.rb
INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/openwrt/plugin.rb
INFO manager: Registered plugin: OpenWrt guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/photon/plugin.rb
INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/pld/plugin.rb
INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/rocky/plugin.rb
INFO manager: Registered plugin: Rocky guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/slackware/plugin.rb
INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/smartos/plugin.rb
INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/solaris/plugin.rb
INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/solaris11/plugin.rb
INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/suse/plugin.rb
INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/tinycore/plugin.rb
INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/trisquel/plugin.rb
INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/ubuntu/plugin.rb
INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/guests/windows/plugin.rb
INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/arch/plugin.rb
INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/bsd/plugin.rb
INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/darwin/plugin.rb
INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/linux/plugin.rb
INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/null/plugin.rb
INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/slackware/plugin.rb
INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/suse/plugin.rb
INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/void/plugin.rb
INFO manager: Registered plugin: Void host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/hosts/windows/plugin.rb
INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/kernel_v1/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/kernel_v2/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/docker/plugin.rb
INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb
INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb
INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/ansible/plugin.rb
INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/cfengine/plugin.rb
INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/chef/plugin.rb
INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/container/plugin.rb
INFO manager: Registered plugin: container
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/docker/plugin.rb
INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/file/plugin.rb
INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/podman/plugin.rb
INFO manager: Registered plugin: podman
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/puppet/plugin.rb
INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/salt/plugin.rb
INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/provisioners/shell/plugin.rb
INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/pushes/atlas/plugin.rb
INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/pushes/ftp/plugin.rb
INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/pushes/heroku/plugin.rb
INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/pushes/local-exec/plugin.rb
INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/pushes/noop/plugin.rb
INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/synced_folders/nfs/plugin.rb
INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/synced_folders/rsync/plugin.rb
INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/synced_folders/smb/plugin.rb
INFO manager: Registered plugin: SMB synced folders
INFO vagrant: `vagrant` invoked: ["up", "--debug"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x000055652d733768>)
INFO environment: - cwd: /home/alex/Boxes/sophos_mobile
INFO environment: Home path: /home/alex/.vagrant.d
DEBUG environment: Effective local data path: /home/alex/Boxes/sophos_mobile/.vagrant
INFO environment: Local data path: /home/alex/Boxes/sophos_mobile/.vagrant
DEBUG environment: Creating: /home/alex/Boxes/sophos_mobile/.vagrant
DEBUG manager: Enabling localized plugins
INFO manager: Plugins:
DEBUG solution_file: new solution file instance plugin_file=/home/alex/Boxes/sophos_mobile/.vagrant/plugins.json solution_file=/home/alex/Boxes/sophos_mobile/.vagrant/bundler/local.sol
DEBUG solution_file: missing file so skipping loading
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:/home/alex/Boxes/sophos_mobile/.vagrant/plugins.json:/home/alex/Boxes/sophos_mobile/.vagrant/bundler/local.sol:invalid>
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: generating solution set for configured plugins
DEBUG bundler: Current generated plugin dependency list: []
DEBUG bundler: resolving solution from available specification set
DEBUG bundler: solution set for configured plugins has been resolved
DEBUG bundler: activating solution set
DEBUG bundler: Activating solution set: []
DEBUG solution_file: plugin file does not exist, not storing solution
DEBUG bundler: solution set stored to - <Vagrant::Bundler::SolutionFile:/home/alex/Boxes/sophos_mobile/.vagrant/plugins.json:/home/alex/Boxes/sophos_mobile/.vagrant/bundler/local.sol:invalid>
INFO manager: Loading plugins...
DEBUG manager: Enabling globalized plugins
INFO manager: Plugins:
INFO manager: - vagrant-libvirt = [installed: 0.11.2 constraint: > 0]
INFO manager: - vagrant-winrm = [installed: 0.7.0 constraint: > 0]
DEBUG solution_file: new solution file instance plugin_file=/home/alex/.vagrant.d/plugins.json solution_file=/home/alex/Boxes/sophos_mobile/.vagrant/bundler/global.sol
DEBUG solution_file: reading solution file - /home/alex/Boxes/sophos_mobile/.vagrant/bundler/global.sol
DEBUG solution_file: solution validation check CHECKSUM e873fc4b67e31b4a2c94a6fff5c6922d7697a823fa970646b4df4d25b931ffc7 <-> 630d30e0904690b8f6d71ff2213d7f850a523f277c89292d610ddc7cf6ae5a46 VERSION 2.3.4 <-> 2.3.4
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:/home/alex/.vagrant.d/plugins.json:/home/alex/Boxes/sophos_mobile/.vagrant/bundler/global.sol:invalid>
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: generating solution set for configured plugins
DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="vagrant-libvirt" requirements="= 0.11.2">, <Gem::Dependency type=:runtime name="vagrant-winrm" requirements="= 0.7.0">]
DEBUG bundler: resolving solution from available specification set
DEBUG bundler: solution set for configured plugins has been resolved
DEBUG bundler: activating solution set
DEBUG bundler: Activating solution set: ["racc-1.6.0", "nokogiri-1.14.0-x86_64-linux", "diffy-3.4.2", "rexml-3.2.5", "xml-simple-1.1.9", "formatador-1.1.0", "excon-0.95.0", "mime-types-data-3.2022.0105", "mime-types-3.4.1", "builder-3.2.4", "fog-core-2.3.0", "json-2.6.2", "ruby-libvirt-0.8.0", "fog-xml-0.1.4", "multi_json-1.15.0", "fog-json-1.2.0", "fog-libvirt-0.11.0", "vagrant-libvirt-0.11.2", "minitar-0.9", "vagrant-winrm-0.7.0"]
DEBUG bundler: Activating gem racc-1.6.0
DEBUG bundler: Activating gem nokogiri-1.14.0-x86_64-linux
DEBUG bundler: Activating gem diffy-3.4.2
DEBUG bundler: Activating gem xml-simple-1.1.9
DEBUG bundler: Activating gem formatador-1.1.0
DEBUG bundler: Activating gem fog-core-2.3.0
DEBUG bundler: Activating gem json-2.6.2
DEBUG bundler: Activating gem ruby-libvirt-0.8.0
DEBUG bundler: Activating gem fog-xml-0.1.4
DEBUG bundler: Activating gem fog-json-1.2.0
DEBUG bundler: Activating gem fog-libvirt-0.11.0
DEBUG bundler: Activating gem vagrant-libvirt-0.11.2
DEBUG bundler: Activating gem minitar-0.9
DEBUG bundler: Activating gem vagrant-winrm-0.7.0
DEBUG solution_file: writing solution file contents to disk
DEBUG bundler: solution set stored to - <Vagrant::Bundler::SolutionFile:/home/alex/.vagrant.d/plugins.json:/home/alex/Boxes/sophos_mobile/.vagrant/bundler/global.sol:valid>
INFO manager: Loading plugins...
INFO manager: Loading plugin `vagrant-libvirt` with default require: `vagrant-libvirt`
INFO manager: Registered plugin: libvirt
DEBUG manager: Successfully loaded plugin `vagrant-libvirt`.
INFO manager: Loading plugin `vagrant-winrm` with default require: `vagrant-winrm`
INFO manager: Registered plugin: winrm
DEBUG manager: Successfully loaded plugin `vagrant-winrm`.
INFO loader: Set :root = ["#<Pathname:/home/alex/Boxes/sophos_mobile/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/home/alex/Boxes/sophos_mobile/Vagrantfile>
DEBUG loader: Load procs for pathname: /home/alex/Boxes/sophos_mobile/Vagrantfile
INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[5, :libvirt]]
DEBUG environment: Priority sorted usable provider list: [:libvirt]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `libvirt` as it is the highest priority in the usable list.
INFO loader: Set "56740_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "56740_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO box_collection: Box found: peru/windows-server-2019-standard-x64-eval (libvirt)
INFO environment: Running hook: authenticate_box_url
INFO host: Autodetecting host type for [#<Vagrant::Environment: /home/alex/Boxes/sophos_mobile>]
DEBUG host: Trying: alt
DEBUG host: Trying: arch
INFO host: Detected: arch!
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x000055652e042890>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x000055652d8b0af0>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x000055652d8b0af0>
INFO loader: Set :"56840_peru/windows-server-2019-standard-x64-eval_libvirt" = ["#<Pathname:/home/alex/.vagrant.d/boxes/peru-VAGRANTSLASH-windows-server-2019-standard-x64-eval/20230101.01/libvirt/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/home/alex/.vagrant.d/boxes/peru-VAGRANTSLASH-windows-server-2019-standard-x64-eval/20230101.01/libvirt/Vagrantfile>
DEBUG loader: Load procs for pathname: /home/alex/.vagrant.d/boxes/peru-VAGRANTSLASH-windows-server-2019-standard-x64-eval/20230101.01/libvirt/Vagrantfile
INFO loader: Loading configuration in order: [:"56840_peru/windows-server-2019-standard-x64-eval_libvirt", :home, :root, "56740_machine_default"]
DEBUG loader: Loading from: 56840_peru/windows-server-2019-standard-x64-eval_libvirt (evaluating)
DEBUG loader: Loading from: 56840_peru/windows-server-2019-standard-x64-eval_libvirt (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO vmconfig: config class lookup for provider :libvirt gave us base class: VagrantPlugins::ProviderLibvirt::Config
INFO vmconfig: config class lookup for provider :virtualbox gave us base class: VagrantPlugins::ProviderVirtualBox::Config
INFO environment: Running hook: environment_plugins_loaded
INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x000055652e177468>
INFO environment: Running hook: environment_load
INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x000055652da0e050>
DEBUG checkpoint_client: starting plugin check
INFO cli: CLI: [] "up" []
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command []
DEBUG checkpoint_client: waiting for checkpoint to complete...
DEBUG checkpoint_client: plugin check complete
DEBUG checkpoint_client: no information received from checkpoint
DEBUG command: 'Up' each target VM...
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: -- names: ["default"]
DEBUG command: -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: default
INFO loader: Set "56740_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "56740_machine_default"]
WARN loader: Unknown config sources: [:"56840_peru/windows-server-2019-standard-x64-eval_libvirt"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
WARN vagrantfile: Failed to locate peru/windows-server-2019-standard-x64-eval with version
WARN vagrantfile: Performing lookup with initial values peru/windows-server-2019-standard-x64-eval with version
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[5, :libvirt]]
DEBUG environment: Priority sorted usable provider list: [:libvirt]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `libvirt` as it is the highest priority in the usable list.
INFO environment: Getting machine: default (libvirt)
INFO environment: Uncached load of machine.
INFO loader: Set "56740_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "56740_machine_default"]
WARN loader: Unknown config sources: [:"56840_peru/windows-server-2019-standard-x64-eval_libvirt"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO box_collection: Box found: peru/windows-server-2019-standard-x64-eval (libvirt)
INFO environment: Running hook: authenticate_box_url
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x000055652dcf27a8>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x000055652ddd0f80>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x000055652ddd0f80>
INFO loader: Set :"56840_peru/windows-server-2019-standard-x64-eval_libvirt" = ["#<Pathname:/home/alex/.vagrant.d/boxes/peru-VAGRANTSLASH-windows-server-2019-standard-x64-eval/20230101.01/libvirt/Vagrantfile>"]
INFO loader: Loading configuration in order: [:"56840_peru/windows-server-2019-standard-x64-eval_libvirt", :home, :root, "56740_machine_default"]
DEBUG loader: Loading from: 56840_peru/windows-server-2019-standard-x64-eval_libvirt (cache)
DEBUG loader: Loading from: 56840_peru/windows-server-2019-standard-x64-eval_libvirt (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO vmconfig: config class lookup for provider :libvirt gave us base class: VagrantPlugins::ProviderLibvirt::Config
INFO vmconfig: config class lookup for provider :virtualbox gave us base class: VagrantPlugins::ProviderVirtualBox::Config
INFO vmconfig: looking up provider config for: :libvirt
INFO vmconfig: provider config value that was stored: #<VagrantPlugins::ProviderLibvirt::Config:0x000055652e817908 @uri="qemu:///system", @driver="kvm", @host=nil, @port=nil, @connect_via_ssh=false, @username=nil, @password=nil, @id_ssh_key_file=nil, @socket=nil, @proxy_command=nil, @forward_ssh_port=false, @storage_pool_name="default", @snapshot_pool_name="default", @random_hostname=false, @management_network_device="virbr0", @management_network_name="vagrant-libvirt", @management_network_address="192.168.121.0/24", @management_network_mode="nat", @management_network_mac=nil, @management_network_guest_ipv6="yes", @management_network_autostart=false, @management_network_pci_slot=nil, @management_network_pci_bus=nil, @management_network_domain=nil, @management_network_mtu=nil, @management_network_keep=false, @management_network_driver_iommu=false, @system_uri="qemu:/system", @title="", @description="", @uuid="", @memory=2048, @nodeset=nil, @memory_backing=[], @memtunes={}, @cpus=1, @cpuset=nil, @cpu_mode="host-model", @cpu_model="", @cpu_fallback="allow", @cpu_features=[], @cpu_topology={}, @cpu_affinity={}, @shares=nil, @features=["acpi", "apic", "pae"], @features_hyperv=[{:name=>"relaxed", :state=>"on"}, {:name=>"synic", :state=>"on"}, {:name=>"vapic", :state=>"on"}, {:name=>"vpindex", :state=>"on"}], @clock_offset="utc", @clock_timers=[], @launchsecurity_data=nil, @numa_nodes=nil, @loader=nil, @nvram=nil, @machine_type=nil, @machine_arch=nil, @machine_virtual_size=nil, @disk_bus="virtio", @disk_device="vda", @disk_address_type=nil, @disk_controller_model=nil, @disk_driver_opts={}, @nic_model_type="virtio", @nested=false, @volume_cache=nil, @kernel=nil, @initrd=nil, @dtb=nil, @cmd_line="", @emulator_path=nil, @graphics_type="spice", @graphics_autoport=nil, @graphics_port=nil, @graphics_websocket=nil, @graphics_ip=nil, @graphics_passwd=nil, @graphics_gl=false, @video_type="qxl", @video_vram=16384, @video_accel3d=false, @sound_type="ich6", @keymap="en-us", @kvm_hidden=false, @tpm_model="tpm-tis", @tpm_type="passthrough", @tpm_path=nil, @tpm_version=nil, @sysinfo={}, @memballoon_enabled=nil, @memballoon_model="virtio", @memballoon_pci_bus="0x00", @memballoon_pci_slot="0x0f", @nic_adapter_count=8, @boot_order=[], @disks=[], @cdroms=[], @floppies=[], @inputs=[{:type=>"mouse", :bus=>"ps2"}], @channels=[{:type=>"spicevmc", :source_mode=>nil, :source_path=>nil, :target_address=>nil, :target_name=>"com.redhat.spice.0", :target_port=>nil, :target_type=>"virtio", :disabled=>nil}, {:type=>"unix", :source_mode=>nil, :source_path=>nil, :target_address=>nil, :target_name=>"org.qemu.guest_agent.0", :target_port=>nil, :target_type=>"virtio", :disabled=>nil}], @pcis=[], @rng={:model=>"random"}, @watchdog_dev={}, @usbctl_dev={}, @usbs=[], @redirdevs=[], @redirfilters=[], @smartcard_dev={}, @suspend_mode="pause", @autostart=false, @mgmt_attach=true, @qemu_args=[], @qemu_env={}, @qemu_use_session=false, @qemu_use_agent=false, @serials=[{:type=>"pty", :source=>nil}], @host_device_exclude_prefixes=["docker", "macvtap", "virbr", "vnet"], @__invalid_methods=#<Set: {}>>
INFO machine: Initializing machine: default
INFO machine: - Provider: VagrantPlugins::ProviderLibvirt::Provider
INFO machine: - Box: #<Vagrant::Box:0x000055652de01b58>
INFO machine: - Data dir: /home/alex/Boxes/sophos_mobile/.vagrant/machines/default/libvirt
DEBUG machine: Eager loading WinRM communicator to avoid GH-3390
WARNING: Vagrant has detected the `vagrant-winrm` plugin. Vagrant ships with
WinRM support builtin and no longer requires the `vagrant-winrm` plugin. To
prevent unexpected errors please uninstall the `vagrant-winrm` plugin using
the command shown below:

vagrant plugin uninstall vagrant-winrm

To disable this warning, set the environment variable `VAGRANT_IGNORE_WINRM_PLUGIN`
INFO winrm: Initializing WinRMCommunicator
INFO machine: New machine ID: nil
INFO interface: Machine: metadata ["provider", :libvirt, {:target=>:default}]
INFO command: With machine: default (#<VagrantPlugins::ProviderLibvirt::Provider:0x000055652e9f38a8 @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>, @cap_logger=#<Log4r::Logger:0x000055652e9f31c8 @fullname="vagrant::capability_host::vagrantplugins::providerlibvirt::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providerlibvirt", @parent=#<VagrantLogger:0x000055652d5bdb40 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000055652d73afb8 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x000055652d7765b8 @formatter=#<Log4r::BasicFormatter:0x000055652d76e368 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000055652d5bd870 @level=0, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @cap_host_chain=[[:libvirt, #<#<Class:0x000055652e9f37b8>:0x000055652ea2fe70>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000055652e9f35d8 @items={:public_address=>#<Proc:0x000055652d73bd78 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x000055652d73bc88 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/docker/plugin.rb:65>, :has_communicator=>#<Proc:0x000055652d73b968 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/docker/plugin.rb:70>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000055652e9f3538 @items={:public_address=>#<Proc:0x000055652e196ef8 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x000055652e196e80 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:30>, :configure_disks=>#<Proc:0x000055652e196e58 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:35>, :cleanup_disks=>#<Proc:0x000055652e196e30 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:40>, :validate_disk_ext=>#<Proc:0x000055652e196e08 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:45>, :default_disk_exts=>#<Proc:0x000055652e196de0 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:50>, :set_default_disk_ext=>#<Proc:0x000055652e196db8 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:55>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000055652e9f3498 @items={:forwarded_ports=>#<Proc:0x000055652d5c6560 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000055652d5c6538 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x000055652d5c6510 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:37>, :configure_disks=>#<Proc:0x000055652d5c64e8 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:42>, :cleanup_disks=>#<Proc:0x000055652d5c64c0 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:47>, :validate_disk_ext=>#<Proc:0x000055652d5c6498 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:52>, :default_disk_exts=>#<Proc:0x000055652d5c6470 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:57>, :set_default_disk_ext=>#<Proc:0x000055652d5c6448 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:62>, :snapshot_list=>#<Proc:0x000055652d5c6420 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:67>}, @results_cache={}>, :libvirt=>#<Vagrant::Registry:0x000055652e9f33f8 @items={:nic_mac_addresses=>#<Proc:0x000055652e134140 /home/alex/.vagrant.d/gems/3.0.5/gems/vagrant-libvirt-0.11.2/lib/vagrant-libvirt/plugin.rb:43>, :public_address=>#<Proc:0x000055652e134118 /home/alex/.vagrant.d/gems/3.0.5/gems/vagrant-libvirt-0.11.2/lib/vagrant-libvirt/plugin.rb:48>, :snapshot_list=>#<Proc:0x000055652e1340f0 /home/alex/.vagrant.d/gems/3.0.5/gems/vagrant-libvirt-0.11.2/lib/vagrant-libvirt/plugin.rb:53>}, @results_cache={}>}>)
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: -- names: ["default"]
DEBUG command: -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: default
INFO loader: Set "56740_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "56740_machine_default"]
WARN loader: Unknown config sources: [:"56840_peru/windows-server-2019-standard-x64-eval_libvirt"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
WARN vagrantfile: Failed to locate peru/windows-server-2019-standard-x64-eval with version
WARN vagrantfile: Performing lookup with initial values peru/windows-server-2019-standard-x64-eval with version
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[5, :libvirt]]
DEBUG environment: Priority sorted usable provider list: [:libvirt]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `libvirt` as it is the highest priority in the usable list.
INFO environment: Getting machine: default (libvirt)
INFO environment: Returning cached machine: default (libvirt)
INFO command: With machine: default (#<VagrantPlugins::ProviderLibvirt::Provider:0x000055652e9f38a8 @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>, @cap_logger=#<Log4r::Logger:0x000055652e9f31c8 @fullname="vagrant::capability_host::vagrantplugins::providerlibvirt::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providerlibvirt", @parent=#<VagrantLogger:0x000055652d5bdb40 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000055652d73afb8 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x000055652d7765b8 @formatter=#<Log4r::BasicFormatter:0x000055652d76e368 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000055652d5bd870 @level=0, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @cap_host_chain=[[:libvirt, #<#<Class:0x000055652e9f37b8>:0x000055652ea2fe70>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderLibvirt::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000055652e9f35d8 @items={:public_address=>#<Proc:0x000055652d73bd78 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x000055652d73bc88 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/docker/plugin.rb:65>, :has_communicator=>#<Proc:0x000055652d73b968 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/docker/plugin.rb:70>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000055652e9f3538 @items={:public_address=>#<Proc:0x000055652e196ef8 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x000055652e196e80 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:30>, :configure_disks=>#<Proc:0x000055652e196e58 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:35>, :cleanup_disks=>#<Proc:0x000055652e196e30 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:40>, :validate_disk_ext=>#<Proc:0x000055652e196e08 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:45>, :default_disk_exts=>#<Proc:0x000055652e196de0 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:50>, :set_default_disk_ext=>#<Proc:0x000055652e196db8 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/hyperv/plugin.rb:55>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000055652e9f3498 @items={:forwarded_ports=>#<Proc:0x000055652d5c6560 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000055652d5c6538 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x000055652d5c6510 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:37>, :configure_disks=>#<Proc:0x000055652d5c64e8 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:42>, :cleanup_disks=>#<Proc:0x000055652d5c64c0 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:47>, :validate_disk_ext=>#<Proc:0x000055652d5c6498 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:52>, :default_disk_exts=>#<Proc:0x000055652d5c6470 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:57>, :set_default_disk_ext=>#<Proc:0x000055652d5c6448 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:62>, :snapshot_list=>#<Proc:0x000055652d5c6420 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/providers/virtualbox/plugin.rb:67>}, @results_cache={}>, :libvirt=>#<Vagrant::Registry:0x000055652e9f33f8 @items={:nic_mac_addresses=>#<Proc:0x000055652e134140 /home/alex/.vagrant.d/gems/3.0.5/gems/vagrant-libvirt-0.11.2/lib/vagrant-libvirt/plugin.rb:43>, :public_address=>#<Proc:0x000055652e134118 /home/alex/.vagrant.d/gems/3.0.5/gems/vagrant-libvirt-0.11.2/lib/vagrant-libvirt/plugin.rb:48>, :snapshot_list=>#<Proc:0x000055652e1340f0 /home/alex/.vagrant.d/gems/3.0.5/gems/vagrant-libvirt-0.11.2/lib/vagrant-libvirt/plugin.rb:53>}, @results_cache={}>}>)
INFO interface: info: Bringing machine 'default' up with 'libvirt' provider...
Bringing machine 'default' up with 'libvirt' provider...
INFO batch_action: Enabling parallelization by default.
INFO batch_action: Disabling parallelization because only executing one action
INFO batch_action: Batch action will parallelize: false
INFO batch_action: Starting action: #<Vagrant::Machine:0x000055652e93afb0> up {:destroy_on_error=>true, :install_provider=>false, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil}
INFO machine: Calling action: up on provider Libvirt (new)
DEBUG environment: Attempting to acquire process-lock: machine-action-12d43663a75085c5bdbe41db3168803d
DEBUG environment: Attempting to acquire process-lock: dotlock
INFO environment: Acquired process lock: dotlock
INFO environment: Released process lock: dotlock
INFO environment: Acquired process lock: machine-action-12d43663a75085c5bdbe41db3168803d
INFO interface: Machine: action ["up", "start", {:target=>:default}]
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x000055652e0526f0>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x000055652e7000d8>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x000055652e700060>
INFO interface: output: Checking if box 'peru/windows-server-2019-standard-x64-eval' version '20230101.01' is up to date...
INFO interface: output: ==> default: Checking if box 'peru/windows-server-2019-standard-x64-eval' version '20230101.01' is up to date...
==> default: Checking if box 'peru/windows-server-2019-standard-x64-eval' version '20230101.01' is up to date...
INFO box: box update check is under the interval threshold
INFO box: Skipping box update check
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x000055652e7709f0>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x000055652e88f020>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x000055652e9a2840>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x000055652e9a2840>
INFO driver: Connecting to Libvirt (qemu:///system) ...
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x000055652ec9d4c8>
INFO warden: Calling IN action: #<Proc:0x00007f6e1cbe1fb8 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CleanupOnFailure:0x000055652ec9cf00>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Provision:0x000055652ec0af88>
INFO provision: Checking provisioner sentinel file...
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::SetNameOfDomain:0x000055652dcf2e88>
INFO set_name_of_domain: Looking for domain sophos_mobile_default
INFO set_name_of_domain: Call to virDomainLookupByName failed: Domain not found: no domain with matching name 'sophos_mobile_default'
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::HandleStoragePool:0x000055652d29e158>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x000055652d9a0398>
INFO handle_box: Machine already has box. HandleBox will not run.
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::HandleBoxImage:0x000055652dda8530>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateDomainVolume:0x000055652d0fcdb8>
INFO interface: info: Creating image (snapshot of base box volume).
INFO interface: info: ==> default: Creating image (snapshot of base box volume).
==> default: Creating image (snapshot of base box volume).
DEBUG create_domain_volume: Creating Volume with XML:
<volume>
<name>sophos_mobile_default.img</name>
<capacity unit="B">53687091200</capacity>
<target>
<format type="qcow2"></format>
<permissions>
<owner>0</owner>
<group>0</group>
<label>virt_image_t</label>
</permissions>
</target>
<backingStore>
<path>/var/lib/libvirt/images/peru-VAGRANTSLASH-windows-server-2019-standard-x64-eval_vagrant_box_image_20230101.01_box.img</path>
<format type="qcow2"></format>
<permissions>
<owner>0</owner>
<group>0</group>
<label>virt_image_t</label>
</permissions>
</backingStore>
</volume>

DEBUG create_domain_volume: Using pool default for base box snapshot
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ResolveDiskSettings:0x000055652ddf8c10>
DEBUG resolve_disk_devices: Search for volumes in pool: default
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateDomain:0x000055652df92c88>
INFO interface: info: Creating domain with the following settings...
INFO interface: info: ==> default: Creating domain with the following settings...
==> default: Creating domain with the following settings...
INFO interface: info: -- Name: sophos_mobile_default
INFO interface: info: ==> default: -- Name: sophos_mobile_default
==> default: -- Name: sophos_mobile_default
INFO interface: info: -- Description: Source: /home/alex/Boxes/sophos_mobile/Vagrantfile
INFO interface: info: ==> default: -- Description: Source: /home/alex/Boxes/sophos_mobile/Vagrantfile
==> default: -- Description: Source: /home/alex/Boxes/sophos_mobile/Vagrantfile
INFO interface: info: -- Domain type: kvm
INFO interface: info: ==> default: -- Domain type: kvm
==> default: -- Domain type: kvm
INFO interface: info: -- Cpus: 1
INFO interface: info: ==> default: -- Cpus: 1
==> default: -- Cpus: 1
INFO interface: info: -- Feature: acpi
INFO interface: info: ==> default: -- Feature: acpi
==> default: -- Feature: acpi
INFO interface: info: -- Feature: apic
INFO interface: info: ==> default: -- Feature: apic
==> default: -- Feature: apic
INFO interface: info: -- Feature: pae
INFO interface: info: ==> default: -- Feature: pae
==> default: -- Feature: pae
INFO interface: info: -- Feature (HyperV): name=relaxed, state=on
INFO interface: info: ==> default: -- Feature (HyperV): name=relaxed, state=on
==> default: -- Feature (HyperV): name=relaxed, state=on
INFO interface: info: -- Feature (HyperV): name=synic, state=on
INFO interface: info: ==> default: -- Feature (HyperV): name=synic, state=on
==> default: -- Feature (HyperV): name=synic, state=on
INFO interface: info: -- Feature (HyperV): name=vapic, state=on
INFO interface: info: ==> default: -- Feature (HyperV): name=vapic, state=on
==> default: -- Feature (HyperV): name=vapic, state=on
INFO interface: info: -- Feature (HyperV): name=vpindex, state=on
INFO interface: info: ==> default: -- Feature (HyperV): name=vpindex, state=on
==> default: -- Feature (HyperV): name=vpindex, state=on
INFO interface: info: -- Clock offset: utc
INFO interface: info: ==> default: -- Clock offset: utc
==> default: -- Clock offset: utc
INFO interface: info: -- Memory: 2048M
INFO interface: info: ==> default: -- Memory: 2048M
==> default: -- Memory: 2048M
INFO interface: info: -- Base box: peru/windows-server-2019-standard-x64-eval
INFO interface: info: ==> default: -- Base box: peru/windows-server-2019-standard-x64-eval
==> default: -- Base box: peru/windows-server-2019-standard-x64-eval
INFO interface: info: -- Storage pool: default
INFO interface: info: ==> default: -- Storage pool: default
==> default: -- Storage pool: default
INFO interface: info: -- Image(vda): /var/lib/libvirt/images/sophos_mobile_default.img, virtio, 50G
INFO interface: info: ==> default: -- Image(vda): /var/lib/libvirt/images/sophos_mobile_default.img, virtio, 50G
==> default: -- Image(vda): /var/lib/libvirt/images/sophos_mobile_default.img, virtio, 50G
INFO interface: info: -- Disk driver opts: cache='default'
INFO interface: info: ==> default: -- Disk driver opts: cache='default'
==> default: -- Disk driver opts: cache='default'
INFO interface: info: -- Graphics Type: spice
INFO interface: info: ==> default: -- Graphics Type: spice
==> default: -- Graphics Type: spice
INFO interface: info: -- Graphics Websocket:
INFO interface: info: ==> default: -- Graphics Websocket:
==> default: -- Graphics Websocket:
INFO interface: info: -- Graphics Port:
INFO interface: info: ==> default: -- Graphics Port:
==> default: -- Graphics Port:
INFO interface: info: -- Graphics IP:
INFO interface: info: ==> default: -- Graphics IP:
==> default: -- Graphics IP:
INFO interface: info: -- Graphics Password: Not defined
INFO interface: info: ==> default: -- Graphics Password: Not defined
==> default: -- Graphics Password: Not defined
INFO interface: info: -- Video Type: qxl
INFO interface: info: ==> default: -- Video Type: qxl
==> default: -- Video Type: qxl
INFO interface: info: -- Video VRAM: 16384
INFO interface: info: ==> default: -- Video VRAM: 16384
==> default: -- Video VRAM: 16384
INFO interface: info: -- Video 3D accel: false
INFO interface: info: ==> default: -- Video 3D accel: false
==> default: -- Video 3D accel: false
INFO interface: info: -- Sound Type: ich6
INFO interface: info: ==> default: -- Sound Type: ich6
==> default: -- Sound Type: ich6
INFO interface: info: -- Keymap: en-us
INFO interface: info: ==> default: -- Keymap: en-us
==> default: -- Keymap: en-us
INFO interface: info: -- TPM Backend: passthrough
INFO interface: info: ==> default: -- TPM Backend: passthrough
==> default: -- TPM Backend: passthrough
INFO interface: info: -- INPUT: type=mouse, bus=ps2
INFO interface: info: ==> default: -- INPUT: type=mouse, bus=ps2
==> default: -- INPUT: type=mouse, bus=ps2
INFO interface: info: -- CHANNEL: type=spicevmc, mode=
INFO interface: info: ==> default: -- CHANNEL: type=spicevmc, mode=
==> default: -- CHANNEL: type=spicevmc, mode=
INFO interface: info: -- CHANNEL: target_type=virtio, target_name=com.redhat.spice.0
INFO interface: info: ==> default: -- CHANNEL: target_type=virtio, target_name=com.redhat.spice.0
==> default: -- CHANNEL: target_type=virtio, target_name=com.redhat.spice.0
INFO interface: info: -- CHANNEL: type=unix, mode=
INFO interface: info: ==> default: -- CHANNEL: type=unix, mode=
==> default: -- CHANNEL: type=unix, mode=
INFO interface: info: -- CHANNEL: target_type=virtio, target_name=org.qemu.guest_agent.0
INFO interface: info: ==> default: -- CHANNEL: target_type=virtio, target_name=org.qemu.guest_agent.0
==> default: -- CHANNEL: target_type=virtio, target_name=org.qemu.guest_agent.0
INFO interface: info: -- RNG device model: random
INFO interface: info: ==> default: -- RNG device model: random
==> default: -- RNG device model: random
DEBUG create_domain: Creating Domain with XML:
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>sophos_mobile_default</name>
<title></title>
<description>Source: /home/alex/Boxes/sophos_mobile/Vagrantfile</description>
<uuid></uuid>
<memory>2097152</memory>
<vcpu>1</vcpu>
<cpu mode='host-model'>
<model fallback='allow'></model>
</cpu>
<os>
<type>hvm</type>
<bootmenu enable='no'/>
<kernel></kernel>
<initrd></initrd>
<cmdline></cmdline>
</os>
<features>
<acpi/>
<apic/>
<pae/>
<hyperv>
<relaxed state='on' />
<synic state='on' />
<vapic state='on' />
<vpindex state='on' />
</hyperv>
</features>
<clock offset='utc'>
</clock>
<devices>
<disk type='file' device='disk'>
<alias name='ua-box-volume-0'/>
<driver name='qemu' type='qcow2' cache='default'/>
<source file='/var/lib/libvirt/images/sophos_mobile_default.img'/>
<target dev='vda' bus='virtio'/>
</disk>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target port='0'/>
</console>
<channel type='spicevmc' >
<target type='virtio' name='com.redhat.spice.0'/>
</channel>
<channel type='unix' >
<target type='virtio' name='org.qemu.guest_agent.0'/>
</channel>
<input type='mouse' bus='ps2'>
</input>
<sound model='ich6'>
</sound>
<graphics type='spice' keymap='en-us'/>
<video>
<model type='qxl' vram='16384' heads='1'/>
</video>
<rng model='virtio'>
<backend model='random'>/dev/random</backend>
</rng>
</devices>
</domain>

INFO machine: New machine ID: "ad369a02-ee36-4bb0-94d3-1a4c4da703db"
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateNetworks:0x000055652e1755c8>
INFO create_networks: Using vagrant-libvirt at 192.168.121.0/24 as the management network nat is the mode
DEBUG create_networks: In config found network type forwarded_port options {:guest=>3389, :host=>3389, :id=>"rdp", :auto_correct=>true, :protocol=>"tcp"}
DEBUG create_networks: In config found network type forwarded_port options {:guest=>5986, :host=>5986, :id=>"winrm-ssl", :auto_correct=>true, :protocol=>"tcp"}
DEBUG create_networks: In config found network type forwarded_port options {:guest=>5985, :host=>5985, :id=>"winrm", :auto_correct=>true, :protocol=>"tcp"}
DEBUG create_networks: 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_networks: Searching for network with options {:iface_type=>:private_network, :network_name=>"vagrant-libvirt", :ip=>"192.168.121.0", :netmask=>"255.255.255.0", :dhcp_enabled=>true, :forward_mode=>"nat", :guest_ipv6=>"yes", :autostart=>false, :bus=>nil, :slot=>nil, :driver_iommu=>false}
DEBUG create_networks: looking up network with ip == 192.168.121.0
DEBUG create_networks: Checking that network name does not clash with ip
DEBUG create_networks: looking up network named vagrant-libvirt
DEBUG create_networks: generating name for bridge
DEBUG create_networks: looking up bridge named virbr0
DEBUG create_networks: looking up bridge named virbr1
DEBUG create_networks: found available bridge name virbr1
DEBUG create_networks: Creating private network with XML:
<network ipv6='yes'>
<name>vagrant-libvirt</name>
<bridge name="virbr1" stp="on" delay="0" />



<forward mode="nat" />

<ip address="192.168.121.1" netmask="255.255.255.0">
<dhcp>
<range start="192.168.121.1" end="192.168.121.254" />
</dhcp>
</ip>


</network>

DEBUG create_networks: created network
INFO create_networks: Saving information about created network vagrant-libvirt, UUID=1d353784-3493-40cf-92d1-ef54b0b40aba to file /home/alex/Boxes/sophos_mobile/.vagrant/machines/default/libvirt/created_networks.
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CreateNetworkInterfaces:0x00007f6e1ca80ae8>
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 forwarded_port options {:guest=>3389, :host=>3389, :id=>"rdp", :auto_correct=>true, :protocol=>"tcp"}
DEBUG create_network_interfaces: In config found network type forwarded_port options {:guest=>5986, :host=>5986, :id=>"winrm-ssl", :auto_correct=>true, :protocol=>"tcp"}
DEBUG create_network_interfaces: In config found network type forwarded_port options {:guest=>5985, :host=>5985, :id=>"winrm", :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: Found network by name
DEBUG create_network_interfaces: Interface configuration: {:iface_type=>:private_network, :network_name=>"vagrant-libvirt", :ip=>"192.168.121.0", :netmask=>"255.255.255.0", :dhcp_enabled=>true, :forward_mode=>"nat", :guest_ipv6=>"yes", :autostart=>false, :bus=>nil, :slot=>nil, :driver_iommu=>false}
INFO create_network_interfaces: Creating network interface eth0 connected to network vagrant-libvirt based on template interface.
DEBUG create_network_interfaces: Driver options: {:iommu=>"off"}
DEBUG create_network_interfaces: Attaching Network Device with XML:
<interface type="network">
<alias name="ua-net-0"></alias>
<source network="vagrant-libvirt"></source>
<target dev="vnet0"></target>
<model type="virtio"></model>
<driver iommu="off"></driver>
</interface>

INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00007f6e1ca53660>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00007f6e1ce1d4a8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::IsRunning:0x000055652d40df48>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::IsRunning:0x000055652d40df48>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x000055652e824298>
INFO warden: Calling IN action: #<Proc:0x00007f6e1c7b40d0 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x000055652e81f9a0>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00007f6e1c842ab0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::IsSuspended:0x00007f6e1c9865c0>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::IsSuspended:0x00007f6e1c9865c0>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x000055652e036018>
INFO warden: Calling IN action: #<Proc:0x00007f6e1ca20b70 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::PrepareNFSValidIds:0x000055652e034678>
INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x000055652e1eaff8>
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: arch
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_prune in linux
INFO nfs: NFS pruning. Valid IDs: ["61ba48cb-f0fe-4c71-9f4e-22a28ae39783", "3511ee41-c1b5-47fb-b6e8-2ddda27f4f71", "dd7e0475-6acc-4363-9e35-77378386ec32", "1bc509b6-361a-461d-afb3-b6fc73fe6792", "00c27a91-6965-4d21-ba1b-998c8b42fec5", "e748f854-e00d-4e65-a9bf-cdcc82ae98e5", "b2e14cef-18e1-4908-98fc-6f165088c59e", "ad369a02-ee36-4bb0-94d3-1a4c4da703db", "0039d471-71d3-432c-af2f-295642beeb77", "a77ee51a-44ea-4089-b2b4-7541fa9691e9", "d396fa7e-1756-4720-80b9-bf9521490293"]
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: arch
DEBUG host: Checking in: linux
DEBUG host: Found cap: nfs_prune in linux
INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /home/alex/Boxes/sophos_mobile>, #<Vagrant::UI::Prefixed:0x000055652e97ee40 @logger=#<Log4r::Logger:0x000055652e97edc8 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x000055652d5bdb40 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000055652d73afb8 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x000055652d7765b8 @formatter=#<Log4r::BasicFormatter:0x000055652d76e368 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000055652d5bd870 @level=0, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:default, @ui=#<Vagrant::UI::Colored:0x000055652d732fc0 @logger=#<Log4r::Logger:0x000055652d732ca0 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x000055652d5bdb40 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000055652d73afb8 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x000055652d7765b8 @formatter=#<Log4r::BasicFormatter:0x000055652d76e368 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000055652d5bd870 @level=0, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Thread::Mutex:0x000055652d7f7a78>>>, ["61ba48cb-f0fe-4c71-9f4e-22a28ae39783", "3511ee41-c1b5-47fb-b6e8-2ddda27f4f71", "dd7e0475-6acc-4363-9e35-77378386ec32", "1bc509b6-361a-461d-afb3-b6fc73fe6792", "00c27a91-6965-4d21-ba1b-998c8b42fec5", "e748f854-e00d-4e65-a9bf-cdcc82ae98e5", "b2e14cef-18e1-4908-98fc-6f165088c59e", "ad369a02-ee36-4bb0-94d3-1a4c4da703db", "0039d471-71d3-432c-af2f-295642beeb77", "a77ee51a-44ea-4089-b2b4-7541fa9691e9", "d396fa7e-1756-4720-80b9-bf9521490293"]] (arch)
INFO linux: Pruning invalid NFS entries...
DEBUG linux: Known valid NFS export IDs: ["61ba48cb-f0fe-4c71-9f4e-22a28ae39783", "3511ee41-c1b5-47fb-b6e8-2ddda27f4f71", "dd7e0475-6acc-4363-9e35-77378386ec32", "1bc509b6-361a-461d-afb3-b6fc73fe6792", "00c27a91-6965-4d21-ba1b-998c8b42fec5", "e748f854-e00d-4e65-a9bf-cdcc82ae98e5", "b2e14cef-18e1-4908-98fc-6f165088c59e", "ad369a02-ee36-4bb0-94d3-1a4c4da703db", "0039d471-71d3-432c-af2f-295642beeb77", "a77ee51a-44ea-4089-b2b4-7541fa9691e9", "d396fa7e-1756-4720-80b9-bf9521490293"]
DEBUG linux: Composite valid NFS export IDs with user: ["1000 61ba48cb-f0fe-4c71-9f4e-22a28ae39783", "1000 3511ee41-c1b5-47fb-b6e8-2ddda27f4f71", "1000 dd7e0475-6acc-4363-9e35-77378386ec32", "1000 1bc509b6-361a-461d-afb3-b6fc73fe6792", "1000 00c27a91-6965-4d21-ba1b-998c8b42fec5", "1000 e748f854-e00d-4e65-a9bf-cdcc82ae98e5", "1000 b2e14cef-18e1-4908-98fc-6f165088c59e", "1000 ad369a02-ee36-4bb0-94d3-1a4c4da703db", "1000 0039d471-71d3-432c-af2f-295642beeb77", "1000 a77ee51a-44ea-4089-b2b4-7541fa9691e9", "1000 d396fa7e-1756-4720-80b9-bf9521490293"]
DEBUG linux: NFS export IDs to be removed: []
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x000055652e74aa98>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Delayed:0x000055652e9a2b88>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x000055652e9a28b8>
INFO synced_folders: SyncedFolders loading from cache: false
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::PrepareNFSSettings:0x000055652ecbd5c0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ShareFolders:0x00007f6e1c779a20>
INFO interface: info: Creating shared folders metadata...
INFO interface: info: ==> default: Creating shared folders metadata...
==> default: Creating shared folders metadata...
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::SetBootOrder:0x00007f6e1c7df910>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::StartDomain:0x00007f6e1c797ca0>
INFO interface: info: Updating domain definition due to configuration change
INFO interface: info: ==> default: Updating domain definition due to configuration change
==> default: Updating domain definition due to configuration change
DEBUG start_domain: Starting Domain with XML:
<domain type='kvm'>
<name>sophos_mobile_default</name>
<uuid>ad369a02-ee36-4bb0-94d3-1a4c4da703db</uuid>
<description>Source: /home/alex/Boxes/sophos_mobile/Vagrantfile</description>
<memory unit='KiB'>2097152</memory>
<currentMemory unit='KiB'>2097152</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='x86_64' machine='pc-i440fx-7.2'>hvm</type>
<boot dev='hd'/>
<bootmenu enable='no'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
<hyperv mode='custom'>
<relaxed state='on'/>
<vapic state='on'/>
<vpindex state='on'/>
<synic state='on'/>
</hyperv>
</features>
<cpu mode='host-model' check='partial'/>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/var/lib/libvirt/images/sophos_mobile_default.img'/>
<target dev='vda' bus='virtio'/>
<alias name='ua-box-volume-0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</disk>
<controller type='usb' index='0' model='piix3-uhci'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
</controller>
<controller type='pci' index='0' model='pci-root'/>
<controller type='virtio-serial' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</controller>
<interface type='network'>
<mac address='52:54:00:23:1e:29'/>
<source network='vagrant-libvirt'/>
<model type='virtio'/>
<driver iommu='off'/>
<alias name='ua-net-0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
</interface>
<serial type='pty'>
<target type='isa-serial' port='0'>
<model name='isa-serial'/>
</target>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<channel type='spicevmc'>
<target type='virtio' name='com.redhat.spice.0'/>
<address type='virtio-serial' controller='0' bus='0' port='1'/>
</channel>
<channel type='unix'>
<target type='virtio' name='org.qemu.guest_agent.0'/>
<address type='virtio-serial' controller='0' bus='0' port='2'/>
</channel>
<input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/>
<graphics type='spice' keymap='en-us'>
<listen type='none'/>
</graphics>
<sound model='ich6'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</sound>
<audio id='1' type='spice'/>
<video>
<model type='qxl' ram='65536' vram='16384' vgamem='16384' heads='1' primary='yes'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</memballoon>
<rng model='virtio'>
<backend model='random'>/dev/random</backend>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
</rng>
</devices>
</domain>

INFO interface: info: Starting domain.
INFO interface: info: ==> default: Starting domain.
==> default: Starting domain.
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::WaitTillUp:0x00007f6e1c7fa9b8>
DEBUG wait_till_up: Searching for IP for MAC address: 52:54:00:23:1e:29
INFO interface: info: Waiting for domain to get an IP address...
INFO interface: info: ==> default: Waiting for domain to get an IP address...
==> default: Waiting for domain to get an IP address...
INFO driver: Timeout at waiting for an ip address for machine default
INFO retryable: Retryable exception raised: #<Fog::Errors::TimeoutError: The specified wait_for timeout (2 seconds) was exceeded>
INFO driver: Timeout at waiting for an ip address for machine default
INFO retryable: Retryable exception raised: #<Fog::Errors::TimeoutError: The specified wait_for timeout (2 seconds) was exceeded>
INFO driver: Timeout at waiting for an ip address for machine default
INFO retryable: Retryable exception raised: #<Fog::Errors::TimeoutError: The specified wait_for timeout (2 seconds) was exceeded>
INFO driver: Timeout at waiting for an ip address for machine default
INFO retryable: Retryable exception raised: #<Fog::Errors::TimeoutError: The specified wait_for timeout (2 seconds) was exceeded>
INFO driver: Timeout at waiting for an ip address for machine default
INFO retryable: Retryable exception raised: #<Fog::Errors::TimeoutError: The specified wait_for timeout (2 seconds) was exceeded>
INFO driver: Timeout at waiting for an ip address for machine default
INFO retryable: Retryable exception raised: #<Fog::Errors::TimeoutError: The specified wait_for timeout (2 seconds) was exceeded>
INFO driver: Timeout at waiting for an ip address for machine default
INFO retryable: Retryable exception raised: #<Fog::Errors::TimeoutError: The specified wait_for timeout (2 seconds) was exceeded>
INFO driver: Timeout at waiting for an ip address for machine default
INFO retryable: Retryable exception raised: #<Fog::Errors::TimeoutError: The specified wait_for timeout (2 seconds) was exceeded>
INFO wait_till_up: Got IP address 192.168.121.211
INFO wait_till_up: Time for getting IP: 27.15445327758789
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x00007f6e1c850ea8>
INFO interface: output: Waiting for machine to boot. This may take a few minutes...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: libvirt
INFO interface: output: ==> default: Waiting for machine to boot. This may take a few minutes...
DEBUG ssh: Checking key permissions: /home/alex/.vagrant.d/insecure_private_key
==> default: Waiting for machine to boot. This may take a few minutes...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: libvirt
DEBUG ssh: Checking key permissions: /home/alex/.vagrant.d/insecure_private_key
DEBUG winrmshell: initializing WinRMShell
INFO interface: detail: WinRM address: 192.168.121.211:5985
INFO interface: detail: default: WinRM address: 192.168.121.211:5985
default: WinRM address: 192.168.121.211:5985
INFO interface: detail: WinRM username: vagrant
INFO interface: detail: default: WinRM username: vagrant
default: WinRM username: vagrant
INFO interface: detail: WinRM execution_time_limit: PT2H
INFO interface: detail: default: WinRM execution_time_limit: PT2H
default: WinRM execution_time_limit: PT2H
INFO interface: detail: WinRM transport: negotiate
INFO interface: detail: default: WinRM transport: negotiate
default: WinRM transport: negotiate
INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: libvirt
DEBUG ssh: Checking key permissions: /home/alex/.vagrant.d/insecure_private_key
DEBUG winrmshell: initializing WinRMShell
INFO winrmshell: Attempting to connect to WinRM...
INFO winrmshell: - Host: 192.168.121.211
INFO winrmshell: - Port: 5985
INFO winrmshell: - Username: vagrant
INFO winrmshell: - Transport: negotiate
DEBUG winrmshell: [WinRM] opening remote shell on http://192.168.121.211:5985/wsman
DEBUG winrmshell: [WinRM] opening remote shell on http://192.168.121.211:5985/wsman
INFO winrm: WinRM not ready: #<VagrantPlugins::CommunicatorWinRM::Errors::ExecutionError: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error>
ERROR warden: Error occurred: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x000055652e81f9a0>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x00007f6e1ca53660>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Calling recover: #<VagrantPlugins::ProviderLibvirt::Action::CleanupOnFailure:0x000055652ec9cf00>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00007f6e1c95a970>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x00007f6e1ca395a8>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00007f6e1ca39558>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00007f6e1cb32d88>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x00007f6e1ccf4b30>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::IsCreated:0x00007f6e1ccf4b30>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00007f6e106bf2f8>
INFO warden: Calling IN action: #<Proc:0x00007f6e10b0a358 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00007f6e106bf1b8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00007f6e126a18c8>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::DestroyConfirm:0x00007f6e12b06260>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::DestroyConfirm:0x00007f6e12b06260>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00007f6e13c672c0>
INFO warden: Calling IN action: #<Proc:0x00007f6e13df6c80 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ProvisionerCleanup:0x00007f6e13c67158>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::ClearForwardedPorts:0x00007f6e13d97af0>
INFO clear_forward_ports: No ssh pids found
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::PruneNFSExports:0x00007f6e0001cc80>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::DestroyDomain:0x00007f6e00089948>
INFO interface: info: Removing domain...
INFO interface: info: ==> default: Removing domain...
==> default: Removing domain...
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::DestroyNetworks:0x00007f6e003d25f0>
INFO destroy_networks: Checking if any networks were created
INFO destroy_networks: File with created networks exists
INFO destroy_networks: Checking for 1d353784-3493-40cf-92d1-ef54b0b40aba

INFO destroy_networks: Undefined it
INFO destroy_networks: Deleting created_networks file
INFO machine: New machine ID: nil
INFO warden: Calling IN action: #<VagrantPlugins::ProviderLibvirt::Action::CleanMachineFolder:0x00007f6e0019b228>
INFO interface: info: Deleting the machine folder
INFO interface: info: ==> default: Deleting the machine folder
==> default: Deleting the machine folder
DEBUG create_domain: Recursively removing: /home/alex/Boxes/sophos_mobile/.vagrant/machines/default/libvirt
INFO warden: Calling IN action: #<Proc:0x00007f6e003e3e90 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling IN action: #<Proc:0x00007f6e106bf140 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::CommandUp::StoreBoxMetadata:0x00007f6e1ca394b8>
DEBUG storeboxmetadata: Writing box metadata file to /home/alex/Boxes/sophos_mobile/.vagrant/machines/default/libvirt/box_meta
INFO warden: Calling OUT action: #<VagrantPlugins::CommandUp::StoreBoxMetadata:0x00007f6e1ca394b8>
INFO warden: Calling OUT action: #<Proc:0x00007f6e106bf140 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x00007f6e003e3e90 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::CleanMachineFolder:0x00007f6e0019b228>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::DestroyNetworks:0x00007f6e003d25f0>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::DestroyDomain:0x00007f6e00089948>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::PruneNFSExports:0x00007f6e0001cc80>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderLibvirt::Action::ClearForwardedPorts:0x00007f6e13d97af0>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ProvisionerCleanup:0x00007f6e13c67158>
INFO warden: Calling OUT action: #<Proc:0x00007f6e13df6c80 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x00007f6e106bf1b8>
INFO warden: Calling OUT action: #<Proc:0x00007f6e10b0a358 /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/warden.rb:126 (lambda)>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x00007f6e1ca39558>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x00007f6e1ca395a8>
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x000055652e7709f0>
INFO warden: Beginning recovery process...
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 environment: Released process lock: machine-action-12d43663a75085c5bdbe41db3168803d
INFO environment: Running hook: environment_unload
INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x00007f6e00cbd7c8>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<VagrantPlugins::CommunicatorWinRM::Errors::ExecutionError: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error>
ERROR vagrant: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
ERROR vagrant: /opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/shell.rb:198:in `raise_winrm_exception'
/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/shell.rb:140:in `rescue in execute_with_rescue'
/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/shell.rb:137:in `execute_with_rescue'
/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/shell.rb:71:in `block in cmd'
/opt/vagrant/embedded/gems/2.3.4/gems/winrm-2.3.6/lib/winrm/connection.rb:42:in `shell'
/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/shell.rb:70:in `cmd'
/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/communicator.rb:107:in `block in ready?'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:189:in `block in timeout'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:36:in `block in catch'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:36:in `catch'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:36:in `catch'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:198:in `timeout'
/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/communicator.rb:106:in `ready?'
/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/communicator.rb:57:in `block in wait_for_ready'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:189:in `block in timeout'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:36:in `block in catch'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:36:in `catch'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:36:in `catch'
/opt/vagrant/embedded/gems/2.3.4/gems/timeout-0.3.1/lib/timeout.rb:198:in `timeout'
/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/plugins/communicators/winrm/communicator.rb:31:in `wait_for_ready'
/opt/vagrant/embedded/gems/2.3.4/gems/vagrant-2.3.4/lib/vagrant/action/builtin/wait_for_communicator.rb:16:in `block in call'
/opt/vagrant/embedded/gems/2.3.4/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
INFO interface: error: An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
An error occurred executing a remote WinRM command.

Shell: Cmd
Command: hostname
Message: Digest initialization failed: initialization error
INFO interface: Machine: error-exit ["VagrantPlugins::CommunicatorWinRM::Errors::ExecutionError", "An error occurred executing a remote WinRM command.\n\nShell: Cmd\nCommand: hostname\nMessage: Digest initialization failed: initialization error"]

Steps to reproduce:
vagrant up
or
vagrant winrm --command <anycommand>
This task depends upon

Closed by  Jonathan Steel (jsteel)
Friday, 26 May 2023, 17:23 GMT
Reason for closing:  No response
Additional comments about closing:  Before re-opening, please see if you can replicate this issue with the upstream provided software so we know if the issue is related to the Arch package or not.
Comment by Toolybird (Toolybird) - Sunday, 22 January 2023, 22:04 GMT
Is this something that used to work i.e. it's a regression? Or has it never worked on Arch and is therefore a feature request?
Comment by Alessandro (Al3xG) - Monday, 23 January 2023, 11:20 GMT
I didn't use Vagrant in a long time, probably a few years, but I remember it working correctly.
Comment by Jonathan Steel (jsteel) - Monday, 23 January 2023, 21:19 GMT
I suggest trying upstream's package and see if you can replicate the issue there. I went to try this myself but the windows box it tries to download is more data than I have available so I cannot investigate this right now.
Comment by Thomas (schribl) - Tuesday, 24 January 2023, 06:57 GMT
I was having the same issue and tried the upstream package with the following steps/requirements for my setup:
* downloading the rpm from upstream and extracted it to a location of my choice
* installing openssl-1.1 as this is a requirement from one of the shipped .so files
* used rbenv to get a ruby 2.7.0 so and added it to LD_LIBRARY_PATH (another requirement by some .so file)

After doing this steps the upstream package was successful in connecting to the virtual machine via WinRM with the upstream vagrant binary but the system vagrant will fail with exactly the same env + virtual machine.

It might be related to OpenSSL as this is also mentioned here: https://github.com/Orange-Cyberdefense/GOAD/issues/11#issuecomment-1179544501
However, I was not able to get it working with only changing the openssl.cnf

Loading...