-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
❯ cat Vagrantfile --no-pager
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
# Every Vagrant development environment requires a box. You can search for
# boxes at https://vagrantcloud.com/search.
config.vm.box = "StefanScherer/windows_2019"
config.vm.box_version = "2021.05.15"
config.vm.hostname = "win2019-vm" # must not be "vagrant"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
# `vagrant box outdated`. This is not recommended.
# config.vm.box_check_update = false
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
# accessing "localhost:8080" will access port 80 on the guest machine.
# NOTE: This will enable public access to the opened port
# config.vm.network "forwarded_port", guest: 80, host: 8080
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine and only allow access
# via 127.0.0.1 to disable public access
# config.vm.network "forwarded_port", guest: 80, host: 8080, host_ip: "127.0.0.1"
# Create a private network, which allows host-only access to the machine
# using a specific IP.
# config.vm.network "private_network", ip: "192.168.33.10"
# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on
# your network.
# config.vm.network "public_network"
# Share an additional folder to the guest VM. The first argument is
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
# config.vm.synced_folder "../data", "/vagrant_data"
# Disable the default share of the current code directory. Doing this
# provides improved isolation between the vagrant box and your host
# by making sure your Vagrantfile isn't accessible to the vagrant box.
# If you use this you may want to enable additional shared subfolders as
# shown above.
# config.vm.synced_folder ".", "/vagrant", disabled: true
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
# Example for VirtualBox:
#
# config.vm.provider "virtualbox" do |vb|
# # Display the VirtualBox GUI when booting the machine
# vb.gui = true
#
# # Customize the amount of memory on the VM:
# vb.memory = "1024"
# end
#
# View the documentation for the provider you are using for more
# information on available options.
# Enable provisioning with a shell script. Additional provisioners such as
# Ansible, Chef, Docker, Puppet and Salt are also available. Please see the
# documentation for more information about their specific syntax and use.
# config.vm.provision "shell", inline: <<-SHELL
# apt-get update
# apt-get install -y apache2
# SHELL
endexec in 🌐 Matrix in ~/virtual/win-2019 via ⍱ v2.4.3
❯ vagrant ssh --debug -- -vvv
INFO global: Vagrant version: 2.4.3
INFO global: Ruby version: 3.3.8
INFO global: RubyGems version: 3.5.22
INFO global: VAGRANT_CHECKPOINT_DISABLE="1"
INFO global: VAGRANT_LOG="debug"
DEBUG global: vagrant ssl helper found for loading ssl providers
DEBUG global: ssl providers successfully loaded
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/communicators/winssh/plugin.rb
INFO manager: Registered plugin: windows ssh communicator
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/communicators/winrm/plugin.rb
INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/communicators/ssh/plugin.rb
INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/kernel_v1/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb
INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/docker/plugin.rb
INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/hyperv/plugin.rb
INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/pushes/atlas/plugin.rb
INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/pushes/noop/plugin.rb
INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/pushes/local-exec/plugin.rb
INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/pushes/ftp/plugin.rb
INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/pushes/heroku/plugin.rb
INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/cap/plugin.rb
INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/cloud/plugin.rb
INFO manager: Registered plugin: vagrant-cloud
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/version/plugin.rb
INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/login/plugin.rb
INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/winrm_config/plugin.rb
INFO manager: Registered plugin: winrm-config command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/plugin/plugin.rb
INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/serve/plugin.rb
INFO manager: Registered plugin: start Vagrant server
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/list-commands/plugin.rb
INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/winrm/plugin.rb
INFO manager: Registered plugin: winrm command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/suspend/plugin.rb
INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/init/plugin.rb
INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/box/plugin.rb
INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/autocomplete/plugin.rb
INFO manager: Registered plugin: autocomplete command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/ssh_config/plugin.rb
INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/snapshot/plugin.rb
INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/destroy/plugin.rb
INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/status/plugin.rb
INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/help/plugin.rb
INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/port/plugin.rb
INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/package/plugin.rb
INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/up/plugin.rb
INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/reload/plugin.rb
INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/provision/plugin.rb
INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/powershell/plugin.rb
INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/resume/plugin.rb
INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/halt/plugin.rb
INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/push/plugin.rb
INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/provider/plugin.rb
INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/validate/plugin.rb
INFO manager: Registered plugin: validate command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/upload/plugin.rb
INFO manager: Registered plugin: upload command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/rdp/plugin.rb
INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/global-status/plugin.rb
INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/commands/ssh/plugin.rb
INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/bsd/plugin.rb
INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/null/plugin.rb
INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/void/plugin.rb
INFO manager: Registered plugin: Void host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/slackware/plugin.rb
INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/suse/plugin.rb
INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/arch/plugin.rb
INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/darwin/plugin.rb
INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/windows/plugin.rb
INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/linux/plugin.rb
INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/hosts/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/synced_folders/smb/plugin.rb
INFO manager: Registered plugin: SMB synced folders
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/synced_folders/nfs/plugin.rb
INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/synced_folders/rsync/plugin.rb
INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/kernel_v2/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/ubuntu/plugin.rb
INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/mint/plugin.rb
INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/debian/plugin.rb
INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/rocky/plugin.rb
INFO manager: Registered plugin: Rocky guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/haiku/plugin.rb
INFO manager: Registered plugin: Haiku guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/openbsd/plugin.rb
INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/omnios/plugin.rb
INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/bsd/plugin.rb
INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/netbsd/plugin.rb
INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/atomic/plugin.rb
INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/centos/plugin.rb
INFO manager: Registered plugin: CentOS guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/slackware/plugin.rb
INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/pld/plugin.rb
INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/suse/plugin.rb
INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/nixos/plugin.rb
INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/arch/plugin.rb
INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/fedora/plugin.rb
INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/amazon/plugin.rb
INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/smartos/plugin.rb
INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/darwin/plugin.rb
INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/dragonflybsd/plugin.rb
INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/funtoo/plugin.rb
INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/solaris11/plugin.rb
INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/kali/plugin.rb
INFO manager: Registered plugin: Kali guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/windows/plugin.rb
INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/openwrt/plugin.rb
INFO manager: Registered plugin: OpenWrt guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/alma/plugin.rb
INFO manager: Registered plugin: Alma guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/elementary/plugin.rb
INFO manager: Registered plugin: Elementary guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/linux/plugin.rb
INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/tinycore/plugin.rb
INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/trisquel/plugin.rb
INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/solaris/plugin.rb
INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/esxi/plugin.rb
INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/alpine/plugin.rb
INFO manager: Registered plugin: Alpine guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/coreos/plugin.rb
INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/guests/photon/plugin.rb
INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/puppet/plugin.rb
INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/file/plugin.rb
INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/cfengine/plugin.rb
INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/shell/plugin.rb
INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/podman/plugin.rb
INFO manager: Registered plugin: podman
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/salt/plugin.rb
INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/chef/plugin.rb
INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/ansible/plugin.rb
INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/container/plugin.rb
INFO manager: Registered plugin: container
DEBUG global: Loading core plugin: /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/provisioners/docker/plugin.rb
INFO manager: Registered plugin: docker
INFO vagrant: `vagrant` invoked: ["ssh", "--debug", "--", "-vvv"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x00007f00943a93a0>)
INFO environment: - cwd: /home/exec/virtual/win-2019
INFO environment: Home path: /home/exec/.vagrant.d
DEBUG environment: Effective local data path: /home/exec/virtual/win-2019/.vagrant
INFO environment: Local data path: /home/exec/virtual/win-2019/.vagrant
DEBUG environment: Creating: /home/exec/virtual/win-2019/.vagrant
DEBUG manager: Enabling localized plugins
INFO manager: Plugins:
DEBUG solution_file: new solution file instance plugin_file=/home/exec/virtual/win-2019/.vagrant/plugins.json solution_file=/home/exec/virtual/win-2019/.vagrant/bundler/local.sol
DEBUG solution_file: missing file so skipping loading
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:/home/exec/virtual/win-2019/.vagrant/plugins.json:/home/exec/virtual/win-2019/.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/exec/virtual/win-2019/.vagrant/plugins.json:/home/exec/virtual/win-2019/.vagrant/bundler/local.sol:invalid>
INFO manager: Loading plugins...
DEBUG manager: Enabling globalized plugins
INFO manager: Plugins:
INFO manager: - vagrant-libvirt = [installed: undefined constraint: > 0]
INFO manager: - vagrant-reload = [installed: 0.0.1 constraint: > 0]
DEBUG solution_file: new solution file instance plugin_file=/home/exec/.vagrant.d/plugins.json solution_file=/home/exec/virtual/win-2019/.vagrant/bundler/global.sol
DEBUG solution_file: reading solution file - /home/exec/virtual/win-2019/.vagrant/bundler/global.sol
DEBUG solution_file: solution validation check CHECKSUM 9913d599326176542204dcffb157f577368d1af31e96fabba80d70728f9c84df <-> 9913d599326176542204dcffb157f577368d1af31e96fabba80d70728f9c84df VERSION 2.4.3 <-> 2.4.3
DEBUG solution_file: loading solution dependency list
DEBUG solution_file: solution dependency list: [#<Gem::Resolver::DependencyRequest:0x00007f0094392038 @dependency=<Gem::Dependency type=:runtime name="racc" requirements="~> 1.4">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f0094391d90 @dependency=<Gem::Dependency type=:runtime name="mini_portile2" requirements="~> 2.8.2">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f0094391b60 @dependency=<Gem::Dependency type=:runtime name="nokogiri" requirements="~> 1.6">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943919d0 @dependency=<Gem::Dependency type=:runtime name="diffy" requirements=">= 0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f0094391840 @dependency=<Gem::Dependency type=:runtime name="rexml" requirements=">= 0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f0094391688 @dependency=<Gem::Dependency type=:runtime name="xml-simple" requirements=">= 0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943914f8 @dependency=<Gem::Dependency type=:runtime name="logger" requirements=">= 0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943911b0 @dependency=<Gem::Dependency type=:runtime name="mime-types-data" requirements="~> 3.2015">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f0094390f30 @dependency=<Gem::Dependency type=:runtime name="mime-types" requirements=">= 0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f0094390a08 @dependency=<Gem::Dependency type=:runtime name="formatador" requirements=">= 0.2, < 2.0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943907d8 @dependency=<Gem::Dependency type=:runtime name="excon" requirements="~> 1.0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f0094390620 @dependency=<Gem::Dependency type=:runtime name="builder" requirements=">= 0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943903c8 @dependency=<Gem::Dependency type=:runtime name="fog-core" requirements="~> 2">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f0094390170 @dependency=<Gem::Dependency type=:runtime name="ruby-libvirt" requirements=">= 0.7.0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943b3008 @dependency=<Gem::Dependency type=:runtime name="json" requirements=">= 0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943bf808 @dependency=<Gem::Dependency type=:runtime name="fog-xml" requirements="~> 0.1.1">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943bf588 @dependency=<Gem::Dependency type=:runtime name="multi_json" requirements="~> 1.10">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943bf2e0 @dependency=<Gem::Dependency type=:runtime name="fog-json" requirements=">= 0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943bf038 @dependency=<Gem::Dependency type=:runtime name="fog-libvirt" requirements=">= 0.6.0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943bede0 @dependency=<Gem::Dependency type=:runtime name="vagrant-libvirt" requirements="> 0">, @requester=nil>, #<Gem::Resolver::DependencyRequest:0x00007f00943be8b8 @dependency=<Gem::Dependency type=:runtime name="vagrant-reload" requirements="= 0.0.1">, @requester=nil>]
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:/home/exec/.vagrant.d/plugins.json:/home/exec/virtual/win-2019/.vagrant/bundler/global.sol:valid>
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: loading cached solution set
DEBUG bundler: activating solution set
DEBUG bundler: Activating solution set: ["racc-1.8.1", "mini_portile2-2.8.8", "nokogiri-1.16.8", "diffy-3.4.3", "rexml-3.3.9", "xml-simple-1.1.9", "logger-1.6.2", "mime-types-data-3.2024.1203", "mime-types-3.6.0", "formatador-1.1.0", "excon-1.2.2", "builder-3.3.0", "fog-core-2.6.0", "ruby-libvirt-0.8.4", "json-2.9.0", "fog-xml-0.1.4", "multi_json-1.15.0", "fog-json-1.2.0", "fog-libvirt-0.13.1", "vagrant-libvirt-0.12.2", "vagrant-reload-0.0.1"]
DEBUG bundler: Activating gem racc-1.8.1
DEBUG bundler: Activating gem mini_portile2-2.8.8
DEBUG bundler: Activating gem nokogiri-1.16.8
DEBUG bundler: Activating gem diffy-3.4.3
DEBUG bundler: Activating gem xml-simple-1.1.9
DEBUG bundler: Activating gem formatador-1.1.0
DEBUG bundler: Activating gem fog-core-2.6.0
DEBUG bundler: Activating gem ruby-libvirt-0.8.4
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.13.1
DEBUG bundler: Activating gem vagrant-libvirt-0.12.2
DEBUG bundler: Activating gem vagrant-reload-0.0.1
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-reload` with default require: `vagrant-reload`
INFO manager: Registered plugin: Reload
DEBUG manager: Successfully loaded plugin `vagrant-reload`.
INFO loader: Set :root = ["#<Pathname:/home/exec/virtual/win-2019/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/home/exec/virtual/win-2019/Vagrantfile>
DEBUG loader: Load procs for pathname: /home/exec/virtual/win-2019/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 meta: validating LANG value for virtualbox cli commands
INFO subprocess: Starting process: ["/home/exec/.guix-profile/bin/locale", "-a"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: list of available C locales: ["C", "POSIX"]
DEBUG meta: valid variation found for LANG value: C
DEBUG meta: LANG value set: "C"
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "--version"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 7.1.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_1
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox], [5, :libvirt]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox, :libvirt]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` as it is the highest priority in the usable list.
INFO loader: Set "3980_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "3980_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO box_collection: Box found: StefanScherer/windows_2019 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO host: Autodetecting host type for [#<Vagrant::Environment: /home/exec/virtual/win-2019>]
DEBUG host: Trying: void
DEBUG host: Trying: slackware
DEBUG host: Trying: suse
DEBUG host: Trying: arch
DEBUG host: Trying: redhat
DEBUG host: Trying: darwin
DEBUG host: Trying: alt
DEBUG host: Trying: gentoo
DEBUG host: Trying: freebsd
DEBUG host: Trying: bsd
DEBUG host: Trying: null
DEBUG host: Trying: windows
DEBUG host: Trying: linux
INFO host: Detected: linux!
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x00007f009422fdf8>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00007f00941603a0>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00007f00941603a0>
INFO loader: Set :"4080_StefanScherer/windows_2019_virtualbox" = ["#<Pathname:/home/exec/.vagrant.d/boxes/StefanScherer-VAGRANTSLASH-windows_2019/2021.05.15/virtualbox/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/home/exec/.vagrant.d/boxes/StefanScherer-VAGRANTSLASH-windows_2019/2021.05.15/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: /home/exec/.vagrant.d/boxes/StefanScherer-VAGRANTSLASH-windows_2019/2021.05.15/virtualbox/Vagrantfile
INFO root: Version requirements from Vagrantfile: [">= 1.6.2"]
INFO root: - Version requirements satisfied!
INFO loader: Loading configuration in order: [:"4080_StefanScherer/windows_2019_virtualbox", :home, :root, "3980_machine_default"]
DEBUG loader: Loading from: 4080_StefanScherer/windows_2019_virtualbox (evaluating)
DEBUG loader: Loading from: 4080_StefanScherer/windows_2019_virtualbox (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 :virtualbox gave us base class: VagrantPlugins::ProviderVirtualBox::Config
INFO vmconfig: config class lookup for provider :vmware_fusion gave us base class: Vagrant::Config::V2::DummyConfig
DEBUG dummy_config: found name gui=
DEBUG dummy_config: setting instance variable name gui
DEBUG dummy_config: found name enable_vmrun_ip_lookup=
DEBUG dummy_config: setting instance variable name enable_vmrun_ip_lookup
DEBUG dummy_config: found name whitelist_verified=
DEBUG dummy_config: setting instance variable name whitelist_verified
INFO vmconfig: config class lookup for provider :vmware_workstation gave us base class: Vagrant::Config::V2::DummyConfig
DEBUG dummy_config: found name enable_vmrun_ip_lookup=
DEBUG dummy_config: setting instance variable name enable_vmrun_ip_lookup
DEBUG dummy_config: found name whitelist_verified=
DEBUG dummy_config: setting instance variable name whitelist_verified
INFO vmconfig: config class lookup for provider :libvirt gave us base class: VagrantPlugins::ProviderLibvirt::Config
INFO loader: Set :"3980_vm_default_StefanScherer/windows_2019_virtualbox" = ["[\"2\", #<Proc:0x00007f00942adfc8>]"]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x00007f00942adfc8>]
INFO loader: Loading configuration in order: [:"4080_StefanScherer/windows_2019_virtualbox", :home, :root, "3980_machine_default", :"3980_vm_default_StefanScherer/windows_2019_virtualbox"]
DEBUG loader: Loading from: 4080_StefanScherer/windows_2019_virtualbox (cache)
DEBUG loader: Loading from: 4080_StefanScherer/windows_2019_virtualbox (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 3980_vm_default_StefanScherer/windows_2019_virtualbox (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO vmconfig: config class lookup for provider :virtualbox gave us base class: VagrantPlugins::ProviderVirtualBox::Config
INFO vmconfig: config class lookup for provider :vmware_fusion gave us base class: Vagrant::Config::V2::DummyConfig
DEBUG dummy_config: found name gui=
DEBUG dummy_config: setting instance variable name gui
DEBUG dummy_config: found name enable_vmrun_ip_lookup=
DEBUG dummy_config: setting instance variable name enable_vmrun_ip_lookup
DEBUG dummy_config: found name whitelist_verified=
DEBUG dummy_config: setting instance variable name whitelist_verified
INFO vmconfig: config class lookup for provider :vmware_workstation gave us base class: Vagrant::Config::V2::DummyConfig
DEBUG dummy_config: found name enable_vmrun_ip_lookup=
DEBUG dummy_config: setting instance variable name enable_vmrun_ip_lookup
DEBUG dummy_config: found name whitelist_verified=
DEBUG dummy_config: setting instance variable name whitelist_verified
INFO vmconfig: config class lookup for provider :libvirt gave us base class: VagrantPlugins::ProviderLibvirt::Config
INFO environment: Running hook: environment_plugins_loaded
INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x00007f00940fbf18>
INFO environment: Running hook: environment_load
INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x00007f0093e025f0>
DEBUG checkpoint_client: checkpoint disabled via explicit user request
INFO cli: CLI: [] "ssh" ["--", "-vvv"]
DEBUG cli: Invoking command class: VagrantPlugins::CommandSSH::Command ["--", "-vvv"]
DEBUG checkpoint_client: waiting for checkpoint to complete...
DEBUG checkpoint_client: no information received from checkpoint
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: -- names: []
DEBUG command: -- options: {:single_target=>true}
INFO command: getting active machines
DEBUG command: Loading all machines...
INFO command: Active machine found with name default. Using provider: virtualbox
INFO environment: Getting machine: default (virtualbox)
INFO environment: Uncached load of machine.
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.1.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_1
INFO base: VBoxManage path: VBoxManage
INFO loader: Set "3980_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "3980_machine_default"]
WARN loader: Unknown config sources: [:"4080_StefanScherer/windows_2019_virtualbox", :"3980_vm_default_StefanScherer/windows_2019_virtualbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO box_collection: Box found: StefanScherer/windows_2019 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x00007f00945cf120>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00007f0094182ce8>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00007f0094182ce8>
INFO loader: Set :"4080_StefanScherer/windows_2019_virtualbox" = ["#<Pathname:/home/exec/.vagrant.d/boxes/StefanScherer-VAGRANTSLASH-windows_2019/2021.05.15/virtualbox/Vagrantfile>"]
INFO loader: Loading configuration in order: [:"4080_StefanScherer/windows_2019_virtualbox", :home, :root, "3980_machine_default"]
WARN loader: Unknown config sources: [:"3980_vm_default_StefanScherer/windows_2019_virtualbox"]
DEBUG loader: Loading from: 4080_StefanScherer/windows_2019_virtualbox (cache)
DEBUG loader: Loading from: 4080_StefanScherer/windows_2019_virtualbox (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 :virtualbox gave us base class: VagrantPlugins::ProviderVirtualBox::Config
INFO vmconfig: config class lookup for provider :vmware_fusion gave us base class: Vagrant::Config::V2::DummyConfig
DEBUG dummy_config: found name gui=
DEBUG dummy_config: setting instance variable name gui
DEBUG dummy_config: found name enable_vmrun_ip_lookup=
DEBUG dummy_config: setting instance variable name enable_vmrun_ip_lookup
DEBUG dummy_config: found name whitelist_verified=
DEBUG dummy_config: setting instance variable name whitelist_verified
INFO vmconfig: config class lookup for provider :vmware_workstation gave us base class: Vagrant::Config::V2::DummyConfig
DEBUG dummy_config: found name enable_vmrun_ip_lookup=
DEBUG dummy_config: setting instance variable name enable_vmrun_ip_lookup
DEBUG dummy_config: found name whitelist_verified=
DEBUG dummy_config: setting instance variable name whitelist_verified
INFO vmconfig: config class lookup for provider :libvirt gave us base class: VagrantPlugins::ProviderLibvirt::Config
INFO loader: Set :"3980_vm_default_StefanScherer/windows_2019_virtualbox" = ["[\"2\", #<Proc:0x00007f00942adfc8>]"]
INFO loader: Loading configuration in order: [:"4080_StefanScherer/windows_2019_virtualbox", :home, :root, "3980_machine_default", :"3980_vm_default_StefanScherer/windows_2019_virtualbox"]
DEBUG loader: Loading from: 4080_StefanScherer/windows_2019_virtualbox (cache)
DEBUG loader: Loading from: 4080_StefanScherer/windows_2019_virtualbox (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 3980_vm_default_StefanScherer/windows_2019_virtualbox (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO vmconfig: config class lookup for provider :virtualbox gave us base class: VagrantPlugins::ProviderVirtualBox::Config
INFO vmconfig: config class lookup for provider :vmware_fusion gave us base class: Vagrant::Config::V2::DummyConfig
DEBUG dummy_config: found name gui=
DEBUG dummy_config: setting instance variable name gui
DEBUG dummy_config: found name enable_vmrun_ip_lookup=
DEBUG dummy_config: setting instance variable name enable_vmrun_ip_lookup
DEBUG dummy_config: found name whitelist_verified=
DEBUG dummy_config: setting instance variable name whitelist_verified
INFO vmconfig: config class lookup for provider :vmware_workstation gave us base class: Vagrant::Config::V2::DummyConfig
DEBUG dummy_config: found name enable_vmrun_ip_lookup=
DEBUG dummy_config: setting instance variable name enable_vmrun_ip_lookup
DEBUG dummy_config: found name whitelist_verified=
DEBUG dummy_config: setting instance variable name whitelist_verified
INFO vmconfig: config class lookup for provider :libvirt gave us base class: VagrantPlugins::ProviderLibvirt::Config
INFO vmconfig: looking up provider config for: :virtualbox
INFO vmconfig: provider config value that was stored: #<VagrantPlugins::ProviderVirtualBox::Config:0x00007f009411b908 @auto_nat_dns_proxy=true, @check_guest_additions=true, @customizations=[["pre-boot", ["modifyvm", :id, "--memory", 2048]], ["pre-boot", ["modifyvm", :id, "--cpus", 2]], ["pre-boot", ["modifyvm", :id, "--vram", 128]], ["pre-boot", ["modifyvm", :id, "--clipboard", "bidirectional"]], ["pre-boot", ["setextradata", "global", "GUI/SuppressMessages", "all"]]], @default_nic_type=nil, @destroy_unused_network_interfaces=false, @functional_vboxsf=true, @name=nil, @network_adapters={1=>[:nat, {}]}, @gui=false, @linked_clone=false, @linked_clone_snapshot=nil, @__invalid_methods=#<Set: {}>>
INFO machine: Initializing machine: default
INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider
INFO machine: - Box: #<Vagrant::Box:0x00007f0094112c68>
INFO machine: - Data dir: /home/exec/virtual/win-2019/.vagrant/machines/default/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: "fd2cf72c-f608-471b-9d55-4180f459765b"
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.1.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_1
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "showvminfo", "fd2cf72c-f608-471b-9d55-4180f459765b"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG machine: Eager loading WinRM communicator to avoid GH-3390
INFO winrm: Initializing WinRMCommunicator
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "showvminfo", "fd2cf72c-f608-471b-9d55-4180f459765b", "--machinereadable"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO interface: Machine: metadata ["provider", :virtualbox, {:target=>:default}]
DEBUG command: have machine list to process
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "showvminfo", "fd2cf72c-f608-471b-9d55-4180f459765b", "--machinereadable"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "showvminfo", "fd2cf72c-f608-471b-9d55-4180f459765b", "--machinereadable"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO command: With machine: default (#<VagrantPlugins::ProviderVirtualBox::Provider:0x00007f0094242688 @logger=#<Log4r::Logger:0x00007f00942b8810 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x00007f0094544d40 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00007f0094ba98e8 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x00007f0094501bd0 @formatter=#<Log4r::BasicFormatter:0x00007f00945059b0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00007f00945e2720 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x00007f00942efe28 @logger=#<Log4r::Logger:0x00007f00942e71d8 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x00007f00942b8810 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x00007f0094544d40 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00007f0094ba98e8 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x00007f0094501bd0 @formatter=#<Log4r::BasicFormatter:0x00007f00945059b0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00007f00945e2720 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid="fd2cf72c-f608-471b-9d55-4180f459765b", @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_7_1:0x00007f009411d168 @logger=#<Log4r::Logger:0x00007f009426ea30 @fullname="vagrant::provider::virtualbox_7_1", @outputters=[], @additive=true, @name="virtualbox_7_1", @path="vagrant::provider", @parent=#<VagrantLogger:0x00007f0094544d40 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00007f0094ba98e8 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x00007f0094501bd0 @formatter=#<Log4r::BasicFormatter:0x00007f00945059b0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00007f00945e2720 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid="fd2cf72c-f608-471b-9d55-4180f459765b", @env_lang={:LANG=>"C"}>, @version="7.1.8">, @cap_logger=#<Log4r::Logger:0x00007f00944eba60 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<VagrantLogger:0x00007f0094544d40 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00007f0094ba98e8 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x00007f0094501bd0 @formatter=#<Log4r::BasicFormatter:0x00007f00945059b0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00007f00945e2720 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x00007f00941fca98>:0x00007f0093e4c0d8>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:virtualbox=>#<Vagrant::Registry:0x00007f0093e1b320 @items={:forwarded_ports=>#<Proc:0x00007f0094459ac0 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb:30>, :nic_mac_addresses=>#<Proc:0x00007f0094459a98 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb:35>, :public_address=>#<Proc:0x00007f0094459a70 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb:40>, :configure_disks=>#<Proc:0x00007f0094459a48 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb:45>, :cleanup_disks=>#<Proc:0x00007f0094459a20 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb:50>, :validate_disk_ext=>#<Proc:0x00007f00944599f8 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb:55>, :default_disk_exts=>#<Proc:0x00007f00944599d0 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb:60>, :set_default_disk_ext=>#<Proc:0x00007f00944599a8 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb:65>, :snapshot_list=>#<Proc:0x00007f0094459980 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/virtualbox/plugin.rb:70>}, @results_cache={}>, :docker=>#<Vagrant::Registry:0x00007f0093e1b2f8 @items={:public_address=>#<Proc:0x00007f00944550b0 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/docker/plugin.rb:63>, :proxy_machine=>#<Proc:0x00007f0094454fe8 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/docker/plugin.rb:68>, :has_communicator=>#<Proc:0x00007f0094454f70 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/docker/plugin.rb:73>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x00007f0093e1b2d0 @items={:public_address=>#<Proc:0x00007f009414e880 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/hyperv/plugin.rb:28>, :snapshot_list=>#<Proc:0x00007f009414e808 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/hyperv/plugin.rb:33>, :configure_disks=>#<Proc:0x00007f009414e7e0 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/hyperv/plugin.rb:38>, :cleanup_disks=>#<Proc:0x00007f009414e7b8 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/hyperv/plugin.rb:43>, :validate_disk_ext=>#<Proc:0x00007f009414e790 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/hyperv/plugin.rb:48>, :default_disk_exts=>#<Proc:0x00007f009414e768 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/hyperv/plugin.rb:53>, :set_default_disk_ext=>#<Proc:0x00007f009414e740 /nix/store/wfn2kk42ljx8j62qlwbrm9rjn9smv554-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-2.4.3/plugins/providers/hyperv/plugin.rb:58>}, @results_cache={}>, :libvirt=>#<Vagrant::Registry:0x00007f0093e1b258 @items={:nic_mac_addresses=>#<Proc:0x00007f0094276938 /nix/store/p2inhzw2anr7fjl5zrlwv8ckrji58nhc-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-libvirt-0.12.2/lib/vagrant-libvirt/plugin.rb:43>, :public_address=>#<Proc:0x00007f0094276910 /nix/store/p2inhzw2anr7fjl5zrlwv8ckrji58nhc-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-libvirt-0.12.2/lib/vagrant-libvirt/plugin.rb:48>, :snapshot_list=>#<Proc:0x00007f00942768c0 /nix/store/p2inhzw2anr7fjl5zrlwv8ckrji58nhc-vagrant-2.4.3/lib/ruby/gems/3.3.0/gems/vagrant-libvirt-0.12.2/lib/vagrant-libvirt/plugin.rb:53>}, @results_cache={}>}>)
DEBUG command: Invoking `ssh` action on machine
INFO machine: Calling action: ssh on provider VirtualBox (fd2cf72c-f608-471b-9d55-4180f459765b)
INFO interface: Machine: action ["ssh", "start", {:target=>:default}]
INFO runner: Running action: machine_action_ssh #<Vagrant::Action::Builder:0x00007f0093c35858>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x00007f0093bb8b78>
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.1.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_1
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "list", "hostonlyifs"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckCreated:0x00007f0093bab1d0>
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "showvminfo", "fd2cf72c-f608-471b-9d55-4180f459765b", "--machinereadable"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x00007f0093bab158>
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "showvminfo", "fd2cf72c-f608-471b-9d55-4180f459765b", "--machinereadable"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckRunning:0x00007f0093bab0e0>
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "showvminfo", "fd2cf72c-f608-471b-9d55-4180f459765b", "--machinereadable"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SSHExec:0x00007f0093bab068>
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "showvminfo", "fd2cf72c-f608-471b-9d55-4180f459765b", "--machinereadable"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_7_1: Searching for SSH port: 22
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.1.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_1
INFO base: VBoxManage path: VBoxManage
DEBUG virtualbox_7_1: read_forward_ports: uuid=fd2cf72c-f608-471b-9d55-4180f459765b active_only=false
INFO subprocess: Starting process: ["/run/current-system/sw/bin/VBoxManage", "showvminfo", "fd2cf72c-f608-471b-9d55-4180f459765b", "--machinereadable"]
INFO subprocess: Vagrant not running in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_7_1: - [1, "rdp", 3389, 3389, ""]
DEBUG virtualbox_7_1: - [1, "ssh", 2222, 22, "127.0.0.1"]
DEBUG virtualbox_7_1: - [1, "winrm", 55985, 5985, "127.0.0.1"]
DEBUG virtualbox_7_1: - [1, "winrm-ssl", 55986, 5986, "127.0.0.1"]
DEBUG ssh: Checking key permissions: /home/exec/.vagrant.d/insecure_private_keys/vagrant.key.ed25519
DEBUG ssh: Checking key permissions: /home/exec/.vagrant.d/insecure_private_keys/vagrant.key.rsa
INFO ssh: Invoking SSH: /run/current-system/sw/bin/ssh ["[email protected]", "-p", "2222", "-o", "LogLevel=FATAL", "-o", "Compression=yes", "-o", "DSAAuthentication=yes", "-o", "IdentitiesOnly=yes", "-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null", "-o", "PubkeyAcceptedKeyTypes=+ssh-rsa", "-o", "HostKeyAlgorithms=+ssh-rsa", "-i", "/home/exec/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "-i", "/home/exec/.vagrant.d/insecure_private_keys/vagrant.key.rsa", "-vvv"]
OpenSSH_9.9p2, OpenSSL 3.3.3 11 Feb 2025
debug1: Reading configuration data /home/exec/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 5: Applying options for *
debug2: resolve_canonicalize: hostname 127.0.0.1 is address
debug3: channel_clear_timeouts: clearing
debug3: ssh_connect_direct: entering
debug1: Connecting to 127.0.0.1 [127.0.0.1] port 2222.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: Connection established.
debug1: identity file /home/exec/.vagrant.d/insecure_private_keys/vagrant.key.ed25519 type 3
debug1: identity file /home/exec/.vagrant.d/insecure_private_keys/vagrant.key.ed25519-cert type -1
debug1: identity file /home/exec/.vagrant.d/insecure_private_keys/vagrant.key.rsa type -1
debug1: identity file /home/exec/.vagrant.d/insecure_private_keys/vagrant.key.rsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.9
kex_exchange_identification: read: Connection reset by peer
Connection reset by 127.0.0.1 port 2222Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels