Skip to content

Instantly share code, notes, and snippets.

@anshnee
Created February 5, 2024 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anshnee/1f6c8e1c24ec790085f8db5c94f034b8 to your computer and use it in GitHub Desktop.
Save anshnee/1f6c8e1c24ec790085f8db5c94f034b8 to your computer and use it in GitHub Desktop.
Getting ssl connection reset while running Vagrant up
Hello,
I am trying to run the Vagrant up using Vagrant file to build my virtual machine environemnt However with below version I am
getting SSL connection reset. I am adding vagrant debug logs and Vagrant file for same. Tried few solution mentioned like
increasing the timeout (Thought to increase in case it is getting timeout before ssh connection).
Also given the full permission to the private key which vagrant generated by itself still not able to get through it.
INFO global: Vagrant version: 2.4.1
INFO global: Ruby version: 3.1.4
INFO global: RubyGems version: 3.3.26
INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/bin/vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_INSTALLER_ENV="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: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/synced_folders/nfs/plugin.rb
INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/synced_folders/rsync/plugin.rb
INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/synced_folders/smb/plugin.rb
INFO manager: Registered plugin: SMB synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/kernel_v2/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/pushes/ftp/plugin.rb
INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/pushes/noop/plugin.rb
INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/pushes/heroku/plugin.rb
INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/pushes/local-exec/plugin.rb
INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/pushes/atlas/plugin.rb
INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb
INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb
INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb
INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/kernel_v1/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/podman/plugin.rb
INFO manager: Registered plugin: podman
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/docker/plugin.rb
INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/file/plugin.rb
INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/shell/plugin.rb
INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/chef/plugin.rb
INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/ansible/plugin.rb
INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/container/plugin.rb
INFO manager: Registered plugin: container
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/salt/plugin.rb
INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/cfengine/plugin.rb
INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/provisioners/puppet/plugin.rb
INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/provision/plugin.rb
INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/destroy/plugin.rb
INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/init/plugin.rb
INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/snapshot/plugin.rb
INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/validate/plugin.rb
INFO manager: Registered plugin: validate command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/box/plugin.rb
INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/autocomplete/plugin.rb
INFO manager: Registered plugin: autocomplete command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/winrm/plugin.rb
INFO manager: Registered plugin: winrm command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/resume/plugin.rb
INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/suspend/plugin.rb
INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/plugin/plugin.rb
INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/halt/plugin.rb
INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/provider/plugin.rb
INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/rdp/plugin.rb
INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/status/plugin.rb
INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/ssh_config/plugin.rb
INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/winrm_config/plugin.rb
INFO manager: Registered plugin: winrm-config command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/reload/plugin.rb
INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/powershell/plugin.rb
INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/cap/plugin.rb
INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/push/plugin.rb
INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/list-commands/plugin.rb
INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/ssh/plugin.rb
INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/version/plugin.rb
INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/up/plugin.rb
INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/cloud/plugin.rb
INFO manager: Registered plugin: vagrant-cloud
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/global-status/plugin.rb
INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/serve/plugin.rb
INFO manager: Registered plugin: start Vagrant server
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/port/plugin.rb
INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/login/plugin.rb
INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/package/plugin.rb
INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/help/plugin.rb
INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/commands/upload/plugin.rb
INFO manager: Registered plugin: upload command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/slackware/plugin.rb
INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/bsd/plugin.rb
INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/null/plugin.rb
INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/void/plugin.rb
INFO manager: Registered plugin: Void host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/linux/plugin.rb
INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/arch/plugin.rb
INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/darwin/plugin.rb
INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/windows/plugin.rb
INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/suse/plugin.rb
INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/hosts/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/communicators/winrm/plugin.rb
INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/communicators/winssh/plugin.rb
INFO manager: Registered plugin: windows ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/communicators/ssh/plugin.rb
INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/alpine/plugin.rb
INFO manager: Registered plugin: Alpine guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/solaris11/plugin.rb
INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/dragonflybsd/plugin.rb
INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/pld/plugin.rb
INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/amazon/plugin.rb
INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/mint/plugin.rb
INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/debian/plugin.rb
INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/rocky/plugin.rb
INFO manager: Registered plugin: Rocky guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/slackware/plugin.rb
INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/centos/plugin.rb
INFO manager: Registered plugin: CentOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/esxi/plugin.rb
INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/netbsd/plugin.rb
INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/omnios/plugin.rb
INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/alma/plugin.rb
INFO manager: Registered plugin: Alma guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/bsd/plugin.rb
INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/haiku/plugin.rb
INFO manager: Registered plugin: Haiku guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/fedora/plugin.rb
INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/tinycore/plugin.rb
INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/atomic/plugin.rb
INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/trisquel/plugin.rb
INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/smartos/plugin.rb
INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/kali/plugin.rb
INFO manager: Registered plugin: Kali guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/linux/plugin.rb
INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/arch/plugin.rb
INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/openbsd/plugin.rb
INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/openwrt/plugin.rb
INFO manager: Registered plugin: OpenWrt guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/nixos/plugin.rb
INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/photon/plugin.rb
INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/darwin/plugin.rb
INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/funtoo/plugin.rb
INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/windows/plugin.rb
INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/solaris/plugin.rb
INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/elementary/plugin.rb
INFO manager: Registered plugin: Elementary guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/suse/plugin.rb
INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/coreos/plugin.rb
INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/ubuntu/plugin.rb
INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/guests/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform guest
INFO vagrant: `vagrant` invoked: ["up", "--debug"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x0000000104fe5e70>)
INFO environment: - cwd: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox
INFO environment: Home path: /Users/anshuranjan/.vagrant.d
DEBUG environment: Effective local data path: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant
INFO environment: Local data path: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant
DEBUG environment: Creating: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant
DEBUG manager: Enabling localized plugins
INFO manager: Plugins:
DEBUG solution_file: new solution file instance plugin_file=/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/plugins.json solution_file=/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/bundler/local.sol
DEBUG solution_file: missing file so skipping loading
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/plugins.json:/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.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:/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/plugins.json:/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/bundler/local.sol:invalid>
INFO manager: Loading plugins...
DEBUG manager: Enabling globalized plugins
INFO manager: Plugins:
DEBUG solution_file: new solution file instance plugin_file=/Users/anshuranjan/.vagrant.d/plugins.json solution_file=/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/bundler/global.sol
DEBUG solution_file: missing file so skipping loading
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:/Users/anshuranjan/.vagrant.d/plugins.json:/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.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: []
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:/Users/anshuranjan/.vagrant.d/plugins.json:/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/bundler/global.sol:invalid>
INFO manager: Loading plugins...
INFO loader: Set :root = ["#<Pathname:/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/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 vmconfig: config class lookup for provider :virtualbox gave us base class: VagrantPlugins::ProviderVirtualBox::Config
INFO base: VBoxManage path: VBoxManage
DEBUG meta: validating LANG value for virtualbox cli commands
INFO subprocess: Starting process: ["/usr/bin/locale", "-a"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["en_US.US-ASCII", "en_US.UTF-8", "en_US.ISO8859-15", "en_US.ISO8859-1", "C", "POSIX"]
DEBUG meta: valid variation found for LANG value: en_US.UTF-8
DEBUG meta: LANG value set: "en_US.UTF-8"
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "--version"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO loader: Set "880_machine_kubemaster" = ["[\"2\", #<Proc:0x000000010532dad8 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:65>]"]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x000000010532dad8 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:65>]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubemaster"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubemaster (evaluating)
DEBUG provisioner: Provisioner defined: setup-hosts
DEBUG provisioner: Provisioner defined: setup-dns
DEBUG provisioner: Provisioner defined: setup-ssh
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
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 box_collection: Box found: ubuntu/jammy64 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO host: Autodetecting host type for [#<Vagrant::Environment: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox>]
DEBUG host: Trying: slackware
DEBUG host: Trying: freebsd
DEBUG host: Trying: void
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
INFO host: Detected: darwin!
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x000000010537ce58>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00000001056d23a0>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00000001056d23a0>
INFO loader: Set :"1040_ubuntu/jammy64_virtualbox" = ["#<Pathname:/Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/Vagrantfile
INFO loader: Loading configuration in order: [:"1040_ubuntu/jammy64_virtualbox", :home, :root, "880_machine_kubemaster"]
DEBUG loader: Loading from: 1040_ubuntu/jammy64_virtualbox (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubemaster (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 loader: Set "880_machine_kubenode01" = ["[\"2\", #<Proc:0x000000010532d5b0 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]"]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x000000010532d5b0 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubenode01"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", :"1040_ubuntu/jammy64_virtualbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode01 (evaluating)
DEBUG provisioner: Provisioner defined: setup-hosts
DEBUG provisioner: Provisioner defined: setup-dns
DEBUG provisioner: Provisioner defined: setup-ssh
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 box_collection: Box found: ubuntu/jammy64 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x00000001056b9c38>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x000000010582ee60>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x000000010582ee60>
INFO loader: Set :"1040_ubuntu/jammy64_virtualbox" = ["#<Pathname:/Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/Vagrantfile>"]
INFO loader: Loading configuration in order: [:"1040_ubuntu/jammy64_virtualbox", :home, :root, "880_machine_kubenode01"]
WARN loader: Unknown config sources: ["880_machine_kubemaster"]
DEBUG loader: Loading from: 1040_ubuntu/jammy64_virtualbox (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode01 (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 loader: Set "880_machine_kubenode02" = ["[\"2\", #<Proc:0x000000010532d150 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]"]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x000000010532d150 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubenode02"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", :"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode01"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode02 (evaluating)
DEBUG provisioner: Provisioner defined: setup-hosts
DEBUG provisioner: Provisioner defined: setup-dns
DEBUG provisioner: Provisioner defined: setup-ssh
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 box_collection: Box found: ubuntu/jammy64 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x000000010565a710>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x0000000105855f60>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x0000000105855f60>
INFO loader: Set :"1040_ubuntu/jammy64_virtualbox" = ["#<Pathname:/Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/Vagrantfile>"]
INFO loader: Loading configuration in order: [:"1040_ubuntu/jammy64_virtualbox", :home, :root, "880_machine_kubenode02"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", "880_machine_kubenode01"]
DEBUG loader: Loading from: 1040_ubuntu/jammy64_virtualbox (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode02 (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 environment: Running hook: environment_plugins_loaded
INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x00000001058863e0>
INFO environment: Running hook: environment_load
INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x0000000105a1eae0>
DEBUG checkpoint_client: starting plugin check
INFO cli: CLI: [] "up" []
DEBUG checkpoint_client: plugin check complete
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command []
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: ["kubemaster", "kubenode01", "kubenode02"]
DEBUG command: -- options: {:provider=>nil}
INFO command: getting active machines
DEBUG command: Finding machine that match name: kubemaster
INFO loader: Set "880_machine_kubemaster" = ["[\"2\", #<Proc:0x000000010532dad8 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:65>]"]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubemaster"]
WARN loader: Unknown config sources: [:"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode01", "880_machine_kubenode02"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubemaster (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
WARN vagrantfile: Failed to locate ubuntu/jammy64 with version
WARN vagrantfile: Performing lookup with initial values ubuntu/jammy64 with version
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO environment: Getting machine: kubemaster (virtualbox)
INFO environment: Uncached load of machine.
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO loader: Set "880_machine_kubemaster" = ["[\"2\", #<Proc:0x000000010532dad8 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:65>]"]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubemaster"]
WARN loader: Unknown config sources: [:"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode01", "880_machine_kubenode02"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubemaster (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 box_collection: Box found: ubuntu/jammy64 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x000000010542e1a8>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00000001056b84f0>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00000001056b84f0>
INFO loader: Set :"1040_ubuntu/jammy64_virtualbox" = ["#<Pathname:/Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/Vagrantfile>"]
INFO loader: Loading configuration in order: [:"1040_ubuntu/jammy64_virtualbox", :home, :root, "880_machine_kubemaster"]
WARN loader: Unknown config sources: ["880_machine_kubenode01", "880_machine_kubenode02"]
DEBUG loader: Loading from: 1040_ubuntu/jammy64_virtualbox (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubemaster (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: looking up provider config for: :virtualbox
INFO vmconfig: provider config value that was stored: #<VagrantPlugins::ProviderVirtualBox::Config:0x0000000105691008 @auto_nat_dns_proxy=true, @check_guest_additions=true, @customizations=[["pre-boot", ["modifyvm", :id, "--uart1", "0x3F8", "4"]], ["pre-boot", ["modifyvm", :id, "--uartmode1", "file", "/dev/null"]], ["pre-boot", ["modifyvm", :id, "--uart1", "0x3F8", "4"]], ["pre-boot", ["modifyvm", :id, "--uartmode1", "file", "/dev/null"]], ["pre-boot", ["modifyvm", :id, "--memory", "2048"]], ["pre-boot", ["modifyvm", :id, "--cpus", 2]]], @default_nic_type=nil, @destroy_unused_network_interfaces=false, @functional_vboxsf=true, @name="kubemaster", @network_adapters={1=>[:nat, {}]}, @gui=true, @linked_clone=false, @linked_clone_snapshot=nil, @__invalid_methods=#<Set: {}>>
INFO machine: Initializing machine: kubemaster
INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider
INFO machine: - Box: #<Vagrant::Box:0x00000001056e2660>
INFO machine: - Data dir: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/machines/kubemaster/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: nil
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO machine: New machine ID: nil
DEBUG virtualbox: Instantiating the driver for machine ID: nil
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO interface: Machine: metadata ["provider", :virtualbox, {:target=>:kubemaster}]
DEBUG command: Finding machine that match name: kubenode01
INFO loader: Set "880_machine_kubenode01" = ["[\"2\", #<Proc:0x000000010532d5b0 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]"]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubenode01"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", :"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode02"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode01 (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
WARN vagrantfile: Failed to locate ubuntu/jammy64 with version
WARN vagrantfile: Performing lookup with initial values ubuntu/jammy64 with version
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO environment: Getting machine: kubenode01 (virtualbox)
INFO environment: Uncached load of machine.
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO loader: Set "880_machine_kubenode01" = ["[\"2\", #<Proc:0x000000010532d5b0 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]"]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubenode01"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", :"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode02"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode01 (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 box_collection: Box found: ubuntu/jammy64 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x00000001058e6ce0>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x000000010079f1c0>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x000000010079f1c0>
INFO loader: Set :"1040_ubuntu/jammy64_virtualbox" = ["#<Pathname:/Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/Vagrantfile>"]
INFO loader: Loading configuration in order: [:"1040_ubuntu/jammy64_virtualbox", :home, :root, "880_machine_kubenode01"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", "880_machine_kubenode02"]
DEBUG loader: Loading from: 1040_ubuntu/jammy64_virtualbox (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode01 (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: looking up provider config for: :virtualbox
INFO vmconfig: provider config value that was stored: #<VagrantPlugins::ProviderVirtualBox::Config:0x00000001052cc378 @auto_nat_dns_proxy=true, @check_guest_additions=true, @customizations=[["pre-boot", ["modifyvm", :id, "--uart1", "0x3F8", "4"]], ["pre-boot", ["modifyvm", :id, "--uartmode1", "file", "/dev/null"]], ["pre-boot", ["modifyvm", :id, "--uart1", "0x3F8", "4"]], ["pre-boot", ["modifyvm", :id, "--uartmode1", "file", "/dev/null"]], ["pre-boot", ["modifyvm", :id, "--memory", "1024"]], ["pre-boot", ["modifyvm", :id, "--cpus", 1]]], @default_nic_type=nil, @destroy_unused_network_interfaces=false, @functional_vboxsf=true, @name="kubenode01", @network_adapters={1=>[:nat, {}]}, @gui=true, @linked_clone=false, @linked_clone_snapshot=nil, @__invalid_methods=#<Set: {}>>
INFO machine: Initializing machine: kubenode01
INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider
INFO machine: - Box: #<Vagrant::Box:0x000000010521c248>
INFO machine: - Data dir: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/machines/kubenode01/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: nil
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO machine: New machine ID: nil
DEBUG virtualbox: Instantiating the driver for machine ID: nil
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO interface: Machine: metadata ["provider", :virtualbox, {:target=>:kubenode01}]
DEBUG command: Finding machine that match name: kubenode02
INFO loader: Set "880_machine_kubenode02" = ["[\"2\", #<Proc:0x000000010532d150 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]"]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubenode02"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", :"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode01"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode02 (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
WARN vagrantfile: Failed to locate ubuntu/jammy64 with version
WARN vagrantfile: Performing lookup with initial values ubuntu/jammy64 with version
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO environment: Getting machine: kubenode02 (virtualbox)
INFO environment: Uncached load of machine.
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO loader: Set "880_machine_kubenode02" = ["[\"2\", #<Proc:0x000000010532d150 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]"]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubenode02"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", :"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode01"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode02 (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 box_collection: Box found: ubuntu/jammy64 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x0000000105824eb0>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x0000000105a27e60>
WARN authenticate-box-url: Authentication token not found as GET parameter.
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x0000000105a27e60>
INFO loader: Set :"1040_ubuntu/jammy64_virtualbox" = ["#<Pathname:/Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/Vagrantfile>"]
INFO loader: Loading configuration in order: [:"1040_ubuntu/jammy64_virtualbox", :home, :root, "880_machine_kubenode02"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", "880_machine_kubenode01"]
DEBUG loader: Loading from: 1040_ubuntu/jammy64_virtualbox (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode02 (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: looking up provider config for: :virtualbox
INFO vmconfig: provider config value that was stored: #<VagrantPlugins::ProviderVirtualBox::Config:0x0000000105a57160 @auto_nat_dns_proxy=true, @check_guest_additions=true, @customizations=[["pre-boot", ["modifyvm", :id, "--uart1", "0x3F8", "4"]], ["pre-boot", ["modifyvm", :id, "--uartmode1", "file", "/dev/null"]], ["pre-boot", ["modifyvm", :id, "--uart1", "0x3F8", "4"]], ["pre-boot", ["modifyvm", :id, "--uartmode1", "file", "/dev/null"]], ["pre-boot", ["modifyvm", :id, "--memory", "1024"]], ["pre-boot", ["modifyvm", :id, "--cpus", 1]]], @default_nic_type=nil, @destroy_unused_network_interfaces=false, @functional_vboxsf=true, @name="kubenode02", @network_adapters={1=>[:nat, {}]}, @gui=true, @linked_clone=false, @linked_clone_snapshot=nil, @__invalid_methods=#<Set: {}>>
INFO machine: Initializing machine: kubenode02
INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider
INFO machine: - Box: #<Vagrant::Box:0x0000000105a3f7e0>
INFO machine: - Data dir: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/machines/kubenode02/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: nil
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO machine: New machine ID: nil
DEBUG virtualbox: Instantiating the driver for machine ID: nil
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO interface: Machine: metadata ["provider", :virtualbox, {:target=>:kubenode02}]
DEBUG command: have machine list to process
INFO command: With machine: kubemaster (#<VagrantPlugins::ProviderVirtualBox::Provider:0x00000001058af2e0 @logger=#<Log4r::Logger:0x00000001058af1a0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @machine=#<Vagrant::Machine: kubemaster (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x0000000105327f98 @logger=#<Log4r::Logger:0x00000001053ee508 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x00000001058af1a0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0:0x000000010549e200 @logger=#<Log4r::Logger:0x00000001056e3a60 @fullname="vagrant::provider::virtualbox_7_0", @outputters=[], @additive=true, @name="virtualbox_7_0", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="7.0.8">, @cap_logger=#<Log4r::Logger:0x0000000105265038 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x000000010526c478>:0x000000010533fa30>]], @cap_args=[#<Vagrant::Machine: kubemaster (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000105267608 @items={:public_address=>#<Proc:0x0000000100c52280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:63>, :proxy_machine=>#<Proc:0x0000000100c51ba0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:68>, :has_communicator=>#<Proc:0x0000000100c510b0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:73>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000105265b50 @items={:public_address=>#<Proc:0x0000000105485818 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:28>, :snapshot_list=>#<Proc:0x00000001054857a0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:33>, :configure_disks=>#<Proc:0x0000000105485778 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:38>, :cleanup_disks=>#<Proc:0x0000000105485750 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:43>, :validate_disk_ext=>#<Proc:0x0000000105485728 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:48>, :default_disk_exts=>#<Proc:0x0000000105485700 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:53>, :set_default_disk_ext=>#<Proc:0x00000001054856d8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:58>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x0000000105265790 @items={:forwarded_ports=>#<Proc:0x0000000100d79410 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:30>, :nic_mac_addresses=>#<Proc:0x0000000100d793e8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:35>, :public_address=>#<Proc:0x0000000100d79398 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:40>, :configure_disks=>#<Proc:0x0000000100d79370 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:45>, :cleanup_disks=>#<Proc:0x0000000100d79320 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:50>, :validate_disk_ext=>#<Proc:0x0000000100d792f8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:55>, :default_disk_exts=>#<Proc:0x0000000100d792d0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:60>, :set_default_disk_ext=>#<Proc:0x0000000100d79280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:65>, :snapshot_list=>#<Proc:0x0000000100d79258 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:70>}, @results_cache={}>}>)
INFO command: With machine: kubenode01 (#<VagrantPlugins::ProviderVirtualBox::Provider:0x00000001056a26a0 @logger=#<Log4r::Logger:0x00000001056a25d8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @machine=#<Vagrant::Machine: kubenode01 (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x000000010069e960 @logger=#<Log4r::Logger:0x0000000101336f38 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x00000001056a25d8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0:0x000000010527def8 @logger=#<Log4r::Logger:0x00000001054bf130 @fullname="vagrant::provider::virtualbox_7_0", @outputters=[], @additive=true, @name="virtualbox_7_0", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="7.0.8">, @cap_logger=#<Log4r::Logger:0x0000000100d5bcf8 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x0000000100d78538>:0x00000001007bf6f0>]], @cap_args=[#<Vagrant::Machine: kubenode01 (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000100d781a0 @items={:public_address=>#<Proc:0x0000000100c52280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:63>, :proxy_machine=>#<Proc:0x0000000100c51ba0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:68>, :has_communicator=>#<Proc:0x0000000100c510b0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:73>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000100d780b0 @items={:public_address=>#<Proc:0x0000000105485818 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:28>, :snapshot_list=>#<Proc:0x00000001054857a0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:33>, :configure_disks=>#<Proc:0x0000000105485778 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:38>, :cleanup_disks=>#<Proc:0x0000000105485750 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:43>, :validate_disk_ext=>#<Proc:0x0000000105485728 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:48>, :default_disk_exts=>#<Proc:0x0000000105485700 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:53>, :set_default_disk_ext=>#<Proc:0x00000001054856d8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:58>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x0000000100d5bfa0 @items={:forwarded_ports=>#<Proc:0x0000000100d79410 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:30>, :nic_mac_addresses=>#<Proc:0x0000000100d793e8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:35>, :public_address=>#<Proc:0x0000000100d79398 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:40>, :configure_disks=>#<Proc:0x0000000100d79370 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:45>, :cleanup_disks=>#<Proc:0x0000000100d79320 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:50>, :validate_disk_ext=>#<Proc:0x0000000100d792f8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:55>, :default_disk_exts=>#<Proc:0x0000000100d792d0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:60>, :set_default_disk_ext=>#<Proc:0x0000000100d79280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:65>, :snapshot_list=>#<Proc:0x0000000100d79258 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:70>}, @results_cache={}>}>)
INFO command: With machine: kubenode02 (#<VagrantPlugins::ProviderVirtualBox::Provider:0x000000010535f7b8 @logger=#<Log4r::Logger:0x000000010535f6c8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @machine=#<Vagrant::Machine: kubenode02 (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x000000010586ff00 @logger=#<Log4r::Logger:0x000000010583f0a8 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x000000010535f6c8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0:0x0000000105895048 @logger=#<Log4r::Logger:0x0000000105a57598 @fullname="vagrant::provider::virtualbox_7_0", @outputters=[], @additive=true, @name="virtualbox_7_0", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="7.0.8">, @cap_logger=#<Log4r::Logger:0x000000010581fe10 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x00000001058245c8>:0x00000001056eb990>]], @cap_args=[#<Vagrant::Machine: kubenode02 (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000105824370 @items={:public_address=>#<Proc:0x0000000100c52280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:63>, :proxy_machine=>#<Proc:0x0000000100c51ba0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:68>, :has_communicator=>#<Proc:0x0000000100c510b0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:73>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000105824208 @items={:public_address=>#<Proc:0x0000000105485818 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:28>, :snapshot_list=>#<Proc:0x00000001054857a0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:33>, :configure_disks=>#<Proc:0x0000000105485778 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:38>, :cleanup_disks=>#<Proc:0x0000000105485750 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:43>, :validate_disk_ext=>#<Proc:0x0000000105485728 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:48>, :default_disk_exts=>#<Proc:0x0000000105485700 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:53>, :set_default_disk_ext=>#<Proc:0x00000001054856d8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:58>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x00000001058240a0 @items={:forwarded_ports=>#<Proc:0x0000000100d79410 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:30>, :nic_mac_addresses=>#<Proc:0x0000000100d793e8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:35>, :public_address=>#<Proc:0x0000000100d79398 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:40>, :configure_disks=>#<Proc:0x0000000100d79370 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:45>, :cleanup_disks=>#<Proc:0x0000000100d79320 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:50>, :validate_disk_ext=>#<Proc:0x0000000100d792f8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:55>, :default_disk_exts=>#<Proc:0x0000000100d792d0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:60>, :set_default_disk_ext=>#<Proc:0x0000000100d79280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:65>, :snapshot_list=>#<Proc:0x0000000100d79258 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:70>}, @results_cache={}>}>)
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: -- names: ["kubemaster", "kubenode01", "kubenode02"]
DEBUG command: -- options: {:provider=>nil}
INFO command: getting active machines
DEBUG command: Finding machine that match name: kubemaster
INFO loader: Set "880_machine_kubemaster" = ["[\"2\", #<Proc:0x000000010532dad8 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:65>]"]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubemaster"]
WARN loader: Unknown config sources: [:"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode01", "880_machine_kubenode02"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubemaster (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
WARN vagrantfile: Failed to locate ubuntu/jammy64 with version
WARN vagrantfile: Performing lookup with initial values ubuntu/jammy64 with version
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO environment: Getting machine: kubemaster (virtualbox)
INFO environment: Returning cached machine: kubemaster (virtualbox)
DEBUG command: Finding machine that match name: kubenode01
INFO loader: Set "880_machine_kubenode01" = ["[\"2\", #<Proc:0x000000010532d5b0 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]"]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubenode01"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", :"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode02"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode01 (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
WARN vagrantfile: Failed to locate ubuntu/jammy64 with version
WARN vagrantfile: Performing lookup with initial values ubuntu/jammy64 with version
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO environment: Getting machine: kubenode01 (virtualbox)
INFO environment: Returning cached machine: kubenode01 (virtualbox)
DEBUG command: Finding machine that match name: kubenode02
INFO loader: Set "880_machine_kubenode02" = ["[\"2\", #<Proc:0x000000010532d150 /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/Vagrantfile:83>]"]
INFO loader: Loading configuration in order: [:home, :root, "880_machine_kubenode02"]
WARN loader: Unknown config sources: ["880_machine_kubemaster", :"1040_ubuntu/jammy64_virtualbox", "880_machine_kubenode01"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 880_machine_kubenode02 (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
WARN vagrantfile: Failed to locate ubuntu/jammy64 with version
WARN vagrantfile: Performing lookup with initial values ubuntu/jammy64 with version
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
DEBUG environment: Initial usable provider list: [[6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO environment: Getting machine: kubenode02 (virtualbox)
INFO environment: Returning cached machine: kubenode02 (virtualbox)
DEBUG command: have machine list to process
INFO command: With machine: kubemaster (#<VagrantPlugins::ProviderVirtualBox::Provider:0x00000001058af2e0 @logger=#<Log4r::Logger:0x00000001058af1a0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @machine=#<Vagrant::Machine: kubemaster (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x0000000105327f98 @logger=#<Log4r::Logger:0x00000001053ee508 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x00000001058af1a0 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0:0x000000010549e200 @logger=#<Log4r::Logger:0x00000001056e3a60 @fullname="vagrant::provider::virtualbox_7_0", @outputters=[], @additive=true, @name="virtualbox_7_0", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="7.0.8">, @cap_logger=#<Log4r::Logger:0x0000000105265038 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x000000010526c478>:0x000000010533fa30>]], @cap_args=[#<Vagrant::Machine: kubemaster (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000105267608 @items={:public_address=>#<Proc:0x0000000100c52280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:63>, :proxy_machine=>#<Proc:0x0000000100c51ba0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:68>, :has_communicator=>#<Proc:0x0000000100c510b0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:73>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000105265b50 @items={:public_address=>#<Proc:0x0000000105485818 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:28>, :snapshot_list=>#<Proc:0x00000001054857a0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:33>, :configure_disks=>#<Proc:0x0000000105485778 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:38>, :cleanup_disks=>#<Proc:0x0000000105485750 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:43>, :validate_disk_ext=>#<Proc:0x0000000105485728 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:48>, :default_disk_exts=>#<Proc:0x0000000105485700 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:53>, :set_default_disk_ext=>#<Proc:0x00000001054856d8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:58>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x0000000105265790 @items={:forwarded_ports=>#<Proc:0x0000000100d79410 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:30>, :nic_mac_addresses=>#<Proc:0x0000000100d793e8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:35>, :public_address=>#<Proc:0x0000000100d79398 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:40>, :configure_disks=>#<Proc:0x0000000100d79370 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:45>, :cleanup_disks=>#<Proc:0x0000000100d79320 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:50>, :validate_disk_ext=>#<Proc:0x0000000100d792f8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:55>, :default_disk_exts=>#<Proc:0x0000000100d792d0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:60>, :set_default_disk_ext=>#<Proc:0x0000000100d79280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:65>, :snapshot_list=>#<Proc:0x0000000100d79258 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:70>}, @results_cache={}>}>)
INFO interface: info: Bringing machine 'kubemaster' up with 'virtualbox' provider...
Bringing machine 'kubemaster' up with 'virtualbox' provider...
INFO command: With machine: kubenode01 (#<VagrantPlugins::ProviderVirtualBox::Provider:0x00000001056a26a0 @logger=#<Log4r::Logger:0x00000001056a25d8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @machine=#<Vagrant::Machine: kubenode01 (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x000000010069e960 @logger=#<Log4r::Logger:0x0000000101336f38 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x00000001056a25d8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0:0x000000010527def8 @logger=#<Log4r::Logger:0x00000001054bf130 @fullname="vagrant::provider::virtualbox_7_0", @outputters=[], @additive=true, @name="virtualbox_7_0", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="7.0.8">, @cap_logger=#<Log4r::Logger:0x0000000100d5bcf8 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x0000000100d78538>:0x00000001007bf6f0>]], @cap_args=[#<Vagrant::Machine: kubenode01 (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000100d781a0 @items={:public_address=>#<Proc:0x0000000100c52280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:63>, :proxy_machine=>#<Proc:0x0000000100c51ba0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:68>, :has_communicator=>#<Proc:0x0000000100c510b0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:73>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000100d780b0 @items={:public_address=>#<Proc:0x0000000105485818 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:28>, :snapshot_list=>#<Proc:0x00000001054857a0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:33>, :configure_disks=>#<Proc:0x0000000105485778 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:38>, :cleanup_disks=>#<Proc:0x0000000105485750 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:43>, :validate_disk_ext=>#<Proc:0x0000000105485728 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:48>, :default_disk_exts=>#<Proc:0x0000000105485700 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:53>, :set_default_disk_ext=>#<Proc:0x00000001054856d8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:58>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x0000000100d5bfa0 @items={:forwarded_ports=>#<Proc:0x0000000100d79410 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:30>, :nic_mac_addresses=>#<Proc:0x0000000100d793e8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:35>, :public_address=>#<Proc:0x0000000100d79398 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:40>, :configure_disks=>#<Proc:0x0000000100d79370 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:45>, :cleanup_disks=>#<Proc:0x0000000100d79320 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:50>, :validate_disk_ext=>#<Proc:0x0000000100d792f8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:55>, :default_disk_exts=>#<Proc:0x0000000100d792d0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:60>, :set_default_disk_ext=>#<Proc:0x0000000100d79280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:65>, :snapshot_list=>#<Proc:0x0000000100d79258 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:70>}, @results_cache={}>}>)
INFO interface: info: Bringing machine 'kubenode01' up with 'virtualbox' provider...
Bringing machine 'kubenode01' up with 'virtualbox' provider...
INFO command: With machine: kubenode02 (#<VagrantPlugins::ProviderVirtualBox::Provider:0x000000010535f7b8 @logger=#<Log4r::Logger:0x000000010535f6c8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @machine=#<Vagrant::Machine: kubenode02 (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x000000010586ff00 @logger=#<Log4r::Logger:0x000000010583f0a8 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x000000010535f6c8 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0:0x0000000105895048 @logger=#<Log4r::Logger:0x0000000105a57598 @fullname="vagrant::provider::virtualbox_7_0", @outputters=[], @additive=true, @name="virtualbox_7_0", @path="vagrant::provider", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>, @version="7.0.8">, @cap_logger=#<Log4r::Logger:0x000000010581fe10 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x00000001058245c8>:0x00000001056eb990>]], @cap_args=[#<Vagrant::Machine: kubenode02 (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000105824370 @items={:public_address=>#<Proc:0x0000000100c52280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:63>, :proxy_machine=>#<Proc:0x0000000100c51ba0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:68>, :has_communicator=>#<Proc:0x0000000100c510b0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/docker/plugin.rb:73>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000105824208 @items={:public_address=>#<Proc:0x0000000105485818 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:28>, :snapshot_list=>#<Proc:0x00000001054857a0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:33>, :configure_disks=>#<Proc:0x0000000105485778 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:38>, :cleanup_disks=>#<Proc:0x0000000105485750 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:43>, :validate_disk_ext=>#<Proc:0x0000000105485728 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:48>, :default_disk_exts=>#<Proc:0x0000000105485700 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:53>, :set_default_disk_ext=>#<Proc:0x00000001054856d8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/hyperv/plugin.rb:58>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x00000001058240a0 @items={:forwarded_ports=>#<Proc:0x0000000100d79410 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:30>, :nic_mac_addresses=>#<Proc:0x0000000100d793e8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:35>, :public_address=>#<Proc:0x0000000100d79398 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:40>, :configure_disks=>#<Proc:0x0000000100d79370 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:45>, :cleanup_disks=>#<Proc:0x0000000100d79320 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:50>, :validate_disk_ext=>#<Proc:0x0000000100d792f8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:55>, :default_disk_exts=>#<Proc:0x0000000100d792d0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:60>, :set_default_disk_ext=>#<Proc:0x0000000100d79280 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:65>, :snapshot_list=>#<Proc:0x0000000100d79258 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/plugin.rb:70>}, @results_cache={}>}>)
INFO interface: info: Bringing machine 'kubenode02' up with 'virtualbox' provider...
Bringing machine 'kubenode02' up with 'virtualbox' provider...
INFO batch_action: Enabling parallelization by default.
INFO batch_action: Disabling parallelization because provider doesn't support it: virtualbox
INFO batch_action: Batch action will parallelize: false
INFO batch_action: Starting action: #<Vagrant::Machine:0x000000010584fe30> up {:destroy_on_error=>true, :install_provider=>false, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil}
INFO machine: Calling action: up on provider VirtualBox (new VM)
DEBUG environment: Attempting to acquire process-lock: machine-action-8f4b76f0087371c843f49a2d11f1ad99
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-8f4b76f0087371c843f49a2d11f1ad99
INFO interface: Machine: action ["up", "start", {:target=>:kubemaster}]
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000001007bfc18>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x00000001008d5a58>
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "hostonlyifs"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::Call:0x0000000104ccd8a0>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000105ab50a8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000105e45c40>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000105e45c40>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000105f0c480>
INFO warden: Calling IN action: #<Proc:0x0000000105fcd180 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:116 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x0000000105f0c390>
INFO handle_box: Machine already has box. HandleBox will not run.
INFO warden: Calling IN action: #<Proc:0x0000000105f37ce8 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:116 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000104ccd080>
DEBUG syncedfolder: Searching for cap: default_fstab_modification
DEBUG syncedfolder: Checking in: virtualbox
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000104cccdd8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x000000010609dd30>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x000000010610fb10>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x000000010610fb10>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000105e567c0>
INFO warden: Calling IN action: #<Proc:0x0000000105f6e8b0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:116 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x0000000105e566d0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x0000000105e56630>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::PrepareClone:0x0000000105e565b8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareCloneSnapshot:0x0000000105e8fae8>
INFO prepare_clone: no clone master, not preparing clone snapshot
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x0000000105eeede0>
INFO interface: info: Importing base box 'ubuntu/jammy64'...
INFO interface: info: ==> kubemaster: Importing base box 'ubuntu/jammy64'...
==> kubemaster: Importing base box 'ubuntu/jammy64'...
DEBUG virtualbox_7_0: Doing dry-run import to determine parallel-safe name...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "import", "-n", "/Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/box.ovf"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: -- Parallel safe name: ubuntu-jammy-22.04-cloudimg-20240131_1707119732088_37485
INFO virtualbox_7_0: Base path for disk import: /Users/anshuranjan/VirtualBox VMs/ubuntu-jammy-22.04-cloudimg-20240131
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "import", "/Users/anshuranjan/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-jammy64/20240131.0.0/virtualbox/box.ovf", "--vsys", "0", "--vmname", "ubuntu-jammy-22.04-cloudimg-20240131_1707119732088_37485", "--vsys", "0", "--unit", "13", "--disk", "/Users/anshuranjan/VirtualBox VMs/ubuntu-jammy-22.04-cloudimg-20240131_1707119732088_37485/ubuntu-jammy-22.04-cloudimg.vmdk", "--vsys", "0", "--unit", "14", "--disk", "/Users/anshuranjan/VirtualBox VMs/ubuntu-jammy-22.04-cloudimg-20240131_1707119732088_37485/ubuntu-jammy-22.04-cloudimg-configdrive.vmdk"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
INFO interface: info:

 INFO interface: info: Progress: 90%
Progress: 90%DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31998
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 machine: New machine ID: "7607dbf4-3cf0-4130-9609-6781e5368496"
DEBUG virtualbox: Instantiating the driver for machine ID: "7607dbf4-3cf0-4130-9609-6781e5368496"
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: info:

 INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::DiscardState:0x0000000105eeecf0>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::MatchMACAddress:0x0000000105eeec00>
INFO interface: info: Matching MAC address for NAT networking...
INFO interface: info: ==> kubemaster: Matching MAC address for NAT networking...
==> kubemaster: Matching MAC address for NAT networking...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--macaddress1", "0262FD948596"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: #<Proc:0x0000000105eeeb10 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:116 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x0000000104ccc978>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x0000000104ccc658>
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "hostonlyifs"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: #<Vagrant::Action::Builtin::ConfigValidate:0x00000001052e5620>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x00000001052e5508>
DEBUG box_check_outdated: Not checking for update: no force and no update config
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000105404df8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x000000010609d808>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x0000000106125438>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x0000000106125438>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000105a36cf8>
INFO warden: Calling IN action: #<Proc:0x0000000105e9de68 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:116 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000105a36a50>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000105ebe708>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x0000000105ff64b8>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x0000000105ff64b8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000106125f28>
INFO warden: Calling IN action: #<Proc:0x000000010540ec90 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:116 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x00000001061258e8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000001054c4a90>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x0000000105e3e8a0>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x0000000105e3e8a0>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00000001065df8c0>
INFO warden: Calling IN action: #<Proc:0x00000001070b7d60 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:116 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x00000001065df7f8>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::CleanMachineFolder:0x00000001065df7a8>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "systemproperties"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::SetName:0x00000001065df730>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: info: Setting the name of the VM: kubemaster
INFO interface: info: ==> kubemaster: Setting the name of the VM: kubemaster
==> kubemaster: Setting the name of the VM: kubemaster
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--name", "kubemaster"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::ClearForwardedPorts:0x00000001065fe838>
INFO base: VBoxManage path: VBoxManage
DEBUG meta: Finding driver for VirtualBox version: 7.0.8
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_7_0
INFO base: VBoxManage path: VBoxManage
DEBUG virtualbox_7_0: read_forward_ports: uuid=7607dbf4-3cf0-4130-9609-6781e5368496 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: #<Vagrant::Action::Builtin::Provision:0x00000001065fe7c0>
INFO provision: Checking provisioner sentinel file...
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x000000010661daa8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareForwardedPortCollisionParams:0x000000010661da58>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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
DEBUG virtualbox_7_0: read_forward_ports: uuid=7607dbf4-3cf0-4130-9609-6781e5368496 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x000000010661d9e0>
DEBUG environment: Attempting to acquire process-lock: fpcollision
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: fpcollision
INFO handle_port_collisions: Detecting any forwarded port collisions...
DEBUG handle_port_collisions: Extra in use: {}
DEBUG handle_port_collisions: Remap: {}
DEBUG handle_port_collisions: Repair: true
INFO environment: Released process lock: fpcollision
DEBUG environment: Attempting to acquire process-lock: dotlock
INFO environment: Acquired process lock: dotlock
INFO environment: Released process lock: dotlock
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSValidIds:0x000000010663cb10>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "vms"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::SyncedFolderNFS::ActionCleanup:0x0000000106667a40>
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: darwin
DEBUG host: Checking in: bsd
DEBUG host: Found cap: nfs_prune in bsd
INFO nfs: NFS pruning. Valid IDs: ["7607dbf4-3cf0-4130-9609-6781e5368496"]
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: darwin
DEBUG host: Checking in: bsd
DEBUG host: Found cap: nfs_prune in bsd
INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox>, #<Vagrant::UI::Prefixed:0x000000010588f698 @logger=#<Log4r::Logger:0x000000010588f620 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:kubemaster, @ui=#<Vagrant::UI::Basic:0x0000000104fe58f8 @logger=#<Log4r::Logger:0x0000000104fe57b8 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x000000010094daf8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x0000000100c5bba0 @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000100cfbee8 @formatter=#<Log4r::BasicFormatter:0x0000000100d10820 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010094c0b8 @level=2, @outputters=[]>, @level=2, @trace=false>, @level=2, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Thread::Mutex:0x0000000104f15568>>>, ["7607dbf4-3cf0-4130-9609-6781e5368496"]] (darwin)
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x00000001066868c8>
INFO synced_folder_cleanup: Invoking synced folder cleanup for: virtualbox
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: #<Vagrant::Action::Builtin::Delayed:0x00000001066a5480>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x00000001066a53e0>
INFO synced_folders: SyncedFolders loading from cache: false
INFO synced_folders: Synced Folder Implementation: virtualbox
INFO synced_folders: - /vagrant: . => /vagrant
INFO synced_folders: Invoking synced folder prepare for: virtualbox
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "guestproperty", "get", "7607dbf4-3cf0-4130-9609-6781e5368496", "/VirtualBox/GuestInfo/OS/Product"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "setextradata", "7607dbf4-3cf0-4130-9609-6781e5368496", "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant", "1"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "sharedfolder", "add", "7607dbf4-3cf0-4130-9609-6781e5368496", "--name", "vagrant", "--hostpath", "/Users/anshuranjan/vagrant/certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::PrepareNFSSettings:0x00000001066cfe10>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SetDefaultNICType:0x00000001066ee6d0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x000000010670cf68>
INFO interface: info: Clearing any previously set network interfaces...
INFO interface: info: ==> kubemaster: Clearing any previously set network interfaces...
==> kubemaster: Clearing any previously set network interfaces...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--nic2", "none", "--nic3", "none", "--nic4", "none", "--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::Network:0x000000010670cef0>
DEBUG network: Available slots for high-level adapters: #<Set: {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36}>
INFO network: Determining network adapters required for high-level configuration...
INFO network: -- Slot 2: hostonly
INFO network: Determining adapters and compiling network configuration...
INFO network: Network slot 1. Type: nat.
DEBUG network: Normalized configuration: {:auto_config=>false, :adapter=>1}
DEBUG network: Adapter configuration: {:adapter=>1, :type=>:nat, :nic_type=>nil}
INFO network: Network slot 2. Type: hostonly.
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "bridgedifs"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "list", "hostonlynets"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 network: Normalized configuration: {:adapter_ip=>"192.168.56.1", :auto_config=>true, :ip=>"192.168.56.11", :mac=>nil, :name=>nil, :netmask=>"255.255.255.0", :nic_type=>nil, :type=>:static, :adapter=>2}
INFO network: Searching for matching hostonly network: 192.168.56.11
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "list", "hostonlynets"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 network: Adapter configuration: {:adapter=>2, :hostonly=>"vagrantnet-vbox1", :mac_address=>nil, :nic_type=>nil, :type=>:hostonly}
INFO network: Enabling adapters...
INFO interface: output: Preparing network interfaces based on configuration...
INFO interface: output: ==> kubemaster: Preparing network interfaces based on configuration...
==> kubemaster: Preparing network interfaces based on configuration...
INFO interface: detail: Adapter 1: nat
INFO interface: detail: kubemaster: Adapter 1: nat
kubemaster: Adapter 1: nat
INFO interface: detail: Adapter 2: hostonly
INFO interface: detail: kubemaster: Adapter 2: hostonly
kubemaster: Adapter 2: hostonly
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--nic1", "nat"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--nic2", "hostonlynet", "--host-only-net2", "vagrantnet-vbox1", "--cableconnected2", "on"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::NetworkFixIPv6:0x00000001067375b0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0x0000000106755b00>
INFO interface: output: Forwarding ports...
INFO interface: output: ==> kubemaster: Forwarding ports...
==> kubemaster: Forwarding ports...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: detail: 22 (guest) => 2710 (host) (adapter 1)
INFO interface: detail: kubemaster: 22 (guest) => 2710 (host) (adapter 1)
kubemaster: 22 (guest) => 2710 (host) (adapter 1)
INFO interface: detail: 22 (guest) => 2222 (host) (adapter 1)
INFO interface: detail: kubemaster: 22 (guest) => 2222 (host) (adapter 1)
kubemaster: 22 (guest) => 2222 (host) (adapter 1)
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--natpf1", "tcp2710,tcp,,2710,,22", "--natpf1", "ssh,tcp,127.0.0.1,2222,,22"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: #<Vagrant::Action::Builtin::SetHostname:0x0000000106755a88>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0x000000010677ff90>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--rtcuseutc", "on"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 sanedefaults: Automatically figuring out whether to enable/disable NAT DNS proxy...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--natdnsproxy1", "on"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: #<Vagrant::Action::Builtin::Call:0x000000010679e328>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000001071ddcf8>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::IsEnvSet:0x0000000105ed72a8>
DEBUG is_env_set: Checking if env is set: 'cloud_init'
DEBUG is_env_set: - Result: true
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::IsEnvSet:0x0000000105ed72a8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00000001071ffcb8>
INFO warden: Calling IN action: #<Proc:0x000000010640c8e0 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:116 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::CloudInitSetup:0x00000001071ffbc8>
INFO warden: Calling IN action: #<Proc:0x0000000105abde88 /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:116 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::CleanupDisks:0x000000010679e2b0>
INFO disk: No previous disk_meta file defined for guest kubemaster
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Disk:0x00000001067bc468>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000001067e6470>
INFO interface: info: Running 'pre-boot' VM customizations...
INFO interface: info: ==> kubemaster: Running 'pre-boot' VM customizations...
==> kubemaster: Running 'pre-boot' VM customizations...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--uart1", "0x3F8", "4"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--uartmode1", "file", "/dev/null"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--uart1", "0x3F8", "4"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--uartmode1", "file", "/dev/null"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--memory", "2048"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "modifyvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--cpus", "2"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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::Boot:0x00000001067e6420>
INFO interface: info: Booting VM...
INFO interface: info: ==> kubemaster: Booting VM...
==> kubemaster: Booting VM...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "startvm", "7607dbf4-3cf0-4130-9609-6781e5368496", "--type", "gui"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31998
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000001067e63a8>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x00000001067e6330>
INFO interface: output: Waiting for machine to boot. This may take a few minutes...
INFO interface: output: ==> kubemaster: Waiting for machine to boot. This may take a few minutes...
==> kubemaster: Waiting for machine to boot. This may take a few minutes...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_7_0: Searching for SSH port: 22
DEBUG virtualbox_7_0: read_forward_ports: uuid=7607dbf4-3cf0-4130-9609-6781e5368496 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: - [1, "ssh", 2222, 22, "127.0.0.1"]
DEBUG virtualbox_7_0: - [1, "tcp2710", 2710, 22, ""]
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa
INFO interface: detail: SSH address: 127.0.0.1:2222
INFO interface: detail: kubemaster: SSH address: 127.0.0.1:2222
kubemaster: SSH address: 127.0.0.1:2222
INFO interface: detail: SSH username: vagrant
INFO interface: detail: kubemaster: SSH username: vagrant
kubemaster: SSH username: vagrant
INFO interface: detail: SSH auth method: private key
INFO interface: detail: kubemaster: SSH auth method: private key
kubemaster: SSH auth method: private key
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: Searching for SSH port: 22
DEBUG virtualbox_7_0: read_forward_ports: uuid=7607dbf4-3cf0-4130-9609-6781e5368496 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: - [1, "ssh", 2222, 22, "127.0.0.1"]
DEBUG virtualbox_7_0: - [1, "tcp2710", 2710, 22, ""]
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa
INFO ssh: Attempting SSH connection...
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Password? false
INFO ssh: - Key Path: ["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"]
DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :verify_host_key=>:never, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x0000000105f86c58 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000000105f862f8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000000105f85bc8 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x0000000105f87248>, @binmode=false, @mon_data=#<Monitor:0x0000000105f85948>, @mon_data_owner_object_id=2900>>, :keys=>["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"], :remote_user=>"vagrant", :keepalive=>true, :keepalive_interval=>5}
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2024-02-05T13:25:37.548615 #24096] DEBUG -- net.ssh.transport.session[b68]: establishing connection to 127.0.0.1:2222
D, [2024-02-05T13:25:37.549071 #24096] DEBUG -- net.ssh.transport.session[b68]: connection established
I, [2024-02-05T13:25:37.549123 #24096] INFO -- net.ssh.transport.server_version[b7c]: negotiating protocol version
D, [2024-02-05T13:25:37.549137 #24096] DEBUG -- net.ssh.transport.server_version[b7c]: local is `SSH-2.0-Ruby/Net::SSH_7.2.1 arm64-darwin'
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH not ready: #<Vagrant::Errors::NetSSHException: An error occurred in the underlying SSH library that Vagrant uses.
The error message is shown below. In many cases, errors from this
library are caused by ssh-agent issues. Try disabling your SSH
agent or removing some keys and try again.
If the problem persists, please report a bug to the net-ssh project.
timeout during server version negotiating>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: Searching for SSH port: 22
DEBUG virtualbox_7_0: read_forward_ports: uuid=7607dbf4-3cf0-4130-9609-6781e5368496 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: - [1, "ssh", 2222, 22, "127.0.0.1"]
DEBUG virtualbox_7_0: - [1, "tcp2710", 2710, 22, ""]
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa
INFO ssh: Attempting SSH connection...
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Password? false
INFO ssh: - Key Path: ["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"]
DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :verify_host_key=>:never, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000000010a49e9a8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000000010a49e908 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000000010a49e868 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000000010a49ea20>, @binmode=false, @mon_data=#<Monitor:0x000000010a49e818>, @mon_data_owner_object_id=2960>>, :keys=>["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"], :remote_user=>"vagrant", :keepalive=>true, :keepalive_interval=>5}
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2024-02-05T13:25:52.655747 #24096] DEBUG -- net.ssh.transport.session[ba4]: establishing connection to 127.0.0.1:2222
D, [2024-02-05T13:25:52.656055 #24096] DEBUG -- net.ssh.transport.session[ba4]: connection established
I, [2024-02-05T13:25:52.656081 #24096] INFO -- net.ssh.transport.server_version[bb8]: negotiating protocol version
D, [2024-02-05T13:25:52.656088 #24096] DEBUG -- net.ssh.transport.server_version[bb8]: local is `SSH-2.0-Ruby/Net::SSH_7.2.1 arm64-darwin'
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH not ready: #<Vagrant::Errors::NetSSHException: An error occurred in the underlying SSH library that Vagrant uses.
The error message is shown below. In many cases, errors from this
library are caused by ssh-agent issues. Try disabling your SSH
agent or removing some keys and try again.
If the problem persists, please report a bug to the net-ssh project.
timeout during server version negotiating>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: Searching for SSH port: 22
DEBUG virtualbox_7_0: read_forward_ports: uuid=7607dbf4-3cf0-4130-9609-6781e5368496 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: - [1, "ssh", 2222, 22, "127.0.0.1"]
DEBUG virtualbox_7_0: - [1, "tcp2710", 2710, 22, ""]
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa
INFO ssh: Attempting SSH connection...
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Password? false
INFO ssh: - Key Path: ["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"]
DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :verify_host_key=>:never, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000000010a00d8f8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000000010a00d858 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000000010a00d7b8 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000000010a00d970>, @binmode=false, @mon_data=#<Monitor:0x000000010a00d768>, @mon_data_owner_object_id=3020>>, :keys=>["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"], :remote_user=>"vagrant", :keepalive=>true, :keepalive_interval=>5}
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2024-02-05T13:26:07.758178 #24096] DEBUG -- net.ssh.transport.session[be0]: establishing connection to 127.0.0.1:2222
D, [2024-02-05T13:26:07.758451 #24096] DEBUG -- net.ssh.transport.session[be0]: connection established
I, [2024-02-05T13:26:07.758480 #24096] INFO -- net.ssh.transport.server_version[bf4]: negotiating protocol version
D, [2024-02-05T13:26:07.758486 #24096] DEBUG -- net.ssh.transport.server_version[bf4]: local is `SSH-2.0-Ruby/Net::SSH_7.2.1 arm64-darwin'
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH not ready: #<Vagrant::Errors::NetSSHException: An error occurred in the underlying SSH library that Vagrant uses.
The error message is shown below. In many cases, errors from this
library are caused by ssh-agent issues. Try disabling your SSH
agent or removing some keys and try again.
If the problem persists, please report a bug to the net-ssh project.
timeout during server version negotiating>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: Searching for SSH port: 22
DEBUG virtualbox_7_0: read_forward_ports: uuid=7607dbf4-3cf0-4130-9609-6781e5368496 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: - [1, "ssh", 2222, 22, "127.0.0.1"]
DEBUG virtualbox_7_0: - [1, "tcp2710", 2710, 22, ""]
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa
INFO ssh: Attempting SSH connection...
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Password? false
INFO ssh: - Key Path: ["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"]
DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :verify_host_key=>:never, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x00000001066466b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000000106646480 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000000106646318 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x0000000106646728>, @binmode=false, @mon_data=#<Monitor:0x00000001066462c8>, @mon_data_owner_object_id=3080>>, :keys=>["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"], :remote_user=>"vagrant", :keepalive=>true, :keepalive_interval=>5}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2024-02-05T13:26:22.869129 #24096] DEBUG -- net.ssh.transport.session[c1c]: establishing connection to 127.0.0.1:2222
D, [2024-02-05T13:26:22.869471 #24096] DEBUG -- net.ssh.transport.session[c1c]: connection established
I, [2024-02-05T13:26:22.869521 #24096] INFO -- net.ssh.transport.server_version[c30]: negotiating protocol version
D, [2024-02-05T13:26:22.869552 #24096] DEBUG -- net.ssh.transport.server_version[c30]: local is `SSH-2.0-Ruby/Net::SSH_7.2.1 arm64-darwin'
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH not ready: #<Vagrant::Errors::NetSSHException: An error occurred in the underlying SSH library that Vagrant uses.
The error message is shown below. In many cases, errors from this
library are caused by ssh-agent issues. Try disabling your SSH
agent or removing some keys and try again.
If the problem persists, please report a bug to the net-ssh project.
timeout during server version negotiating>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: Searching for SSH port: 22
DEBUG virtualbox_7_0: read_forward_ports: uuid=7607dbf4-3cf0-4130-9609-6781e5368496 active_only=false
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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_0: - [1, "ssh", 2222, 22, "127.0.0.1"]
DEBUG virtualbox_7_0: - [1, "tcp2710", 2710, 22, ""]
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519
DEBUG ssh: Checking key permissions: /Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa
INFO ssh: Attempting SSH connection...
INFO ssh: Attempting to connect to SSH...
INFO ssh: - Host: 127.0.0.1
INFO ssh: - Port: 2222
INFO ssh: - Username: vagrant
INFO ssh: - Password? false
INFO ssh: - Key Path: ["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"]
DEBUG ssh: - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :verify_host_key=>:never, :password=>nil, :port=>2222, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x000000010a6b6380 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000000010a6b6240 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000000010a6b61a0 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x000000010a6b63f8>, @binmode=false, @mon_data=#<Monitor:0x000000010a6b6150>, @mon_data_owner_object_id=3140>>, :keys=>["/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.ed25519", "/Users/anshuranjan/.vagrant.d/insecure_private_keys/vagrant.key.rsa"], :remote_user=>"vagrant", :keepalive=>true, :keepalive_interval=>5}
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2024-02-05T13:26:37.974567 #24096] DEBUG -- net.ssh.transport.session[c58]: establishing connection to 127.0.0.1:2222
D, [2024-02-05T13:26:37.974943 #24096] DEBUG -- net.ssh.transport.session[c58]: connection established
I, [2024-02-05T13:26:37.974965 #24096] INFO -- net.ssh.transport.server_version[c6c]: negotiating protocol version
D, [2024-02-05T13:26:37.974972 #24096] DEBUG -- net.ssh.transport.server_version[c6c]: local is `SSH-2.0-Ruby/Net::SSH_7.2.1 arm64-darwin'
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH not ready: #<Vagrant::Errors::SSHConnectionReset: SSH connection was reset! This usually happens when the machine is
taking too long to reboot. First, try reloading your machine with
`vagrant reload`, since a simple restart sometimes fixes things.
If that doesn't work, destroy your machine and recreate it with
a `vagrant destroy` followed by a `vagrant up`. If that doesn't work,
contact support.>
INFO interface: detail: Warning: Connection reset. Retrying...
INFO interface: detail: kubemaster: Warning: Connection reset. Retrying...
kubemaster: Warning: Connection reset. Retrying...
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 ssh: SSH not ready: #<Vagrant::Errors::SSHNotReady: The provider for this Vagrant-managed machine is reporting that it
is not yet ready for SSH. Depending on your provider this can carry
different meanings. Make sure your machine is created and running and
try again. Additionally, check the output of `vagrant status` to verify
that the machine is in the state that you expect. If you continue to
get this error message, please view the documentation for the provider
you're using.>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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 ssh: SSH not ready: #<Vagrant::Errors::SSHNotReady: The provider for this Vagrant-managed machine is reporting that it
is not yet ready for SSH. Depending on your provider this can carry
different meanings. Make sure your machine is created and running and
try again. Additionally, check the output of `vagrant status` to verify
that the machine is in the state that you expect. If you continue to
get this error message, please view the documentation for the provider
you're using.>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO ssh: SSH not ready: #<Vagrant::Errors::SSHNotReady: The provider for this Vagrant-managed machine is reporting that it
is not yet ready for SSH. Depending on your provider this can carry
different meanings. Make sure your machine is created and running and
try again. Additionally, check the output of `vagrant status` to verify
that the machine is in the state that you expect. If you continue to
get this error message, please view the documentation for the provider
you're using.>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
INFO subprocess: Command not 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 subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 1
INFO retryable: Retryable exception raised: #<Vagrant::Errors::VBoxManageError: There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
Stderr: VBoxManage: error: The object is not ready
VBoxManage: error: Details: code E_ACCESSDENIED (0x80070005), component SessionMachine, interface IMachine, callee nsISupports
VBoxManage: error: Context: "COMGETTER(BandwidthControl)(bwCtrl.asOutParam())" at line 2695 of file VBoxManageInfo.cpp
>
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x000000010679e328>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Calling recover: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x000000010661d9e0>
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: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
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.
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.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x00000001061258e8>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000105a36a50>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000105404df8>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000104cccdd8>
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x0000000105eeede0>
INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "showvminfo", "7607dbf4-3cf0-4130-9609-6781e5368496", "--machinereadable"]
DEBUG subprocess: Command not in installer, not touching env vars.
INFO subprocess: Command not 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: Recovery complete.
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000104ccd8a0>
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 warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
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: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
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: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
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 environment: Released process lock: machine-action-8f4b76f0087371c843f49a2d11f1ad99
INFO environment: Running hook: environment_unload
INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x00000001065eff90>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::VMBootBadState: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.>
ERROR vagrant: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
ERROR vagrant: /opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/wait_for_communicator.rb:58:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/customize.rb:43:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/boot.rb:21:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/customize.rb:43:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/disk.rb:33:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/cleanup_disks.rb:33:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/cloud_init_setup.rb:32:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/sane_defaults.rb:41:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/set_hostname.rb:20:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/forward_ports.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/network_fix_ipv6.rb:44:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/network.rb:151:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/clear_network_interfaces.rb:29:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/set_default_nic_type.rb:67:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/prepare_nfs_settings.rb:22:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/synced_folders.rb:90:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/delayed.rb:22:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/synced_folder_cleanup.rb:31:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/synced_folders/nfs/action_cleanup.rb:28:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/prepare_nfs_valid_ids.rb:15:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb:55:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb:33:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/env_set.rb:22:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/provision.rb:83:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/clear_forwarded_ports.rb:18:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/set_name.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/clean_machine_folder.rb:29:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/check_accessible.rb:21:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/box_check_outdated.rb:26:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/config_validate.rb:28:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/check_virtualbox.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/env_set.rb:22:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/match_mac_address.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/discard_state.rb:18:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/import.rb:81:in `import'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/import.rb:16:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/prepare_clone_snapshot.rb:20:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/prepare_clone.rb:18:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/customize.rb:43:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/check_accessible.rb:21:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/config_validate.rb:28:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/handle_box.rb:59:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:117:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builtin/call.rb:56:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/plugins/providers/virtualbox/action/check_virtualbox.rb:23:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/warden.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/builder.rb:183:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/util/busy.rb:22:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/action/runner.rb:104:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:247:in `action_raw'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:216:in `block in action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/environment.rb:649:in `lock'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:202:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/machine.rb:202:in `action'
/opt/vagrant/embedded/gems/gems/vagrant-2.4.1/lib/vagrant/batch_action.rb:89:in `block (2 levels) in run'
INFO interface: error: The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'aborted' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
INFO interface: Machine: error-exit ["Vagrant::Errors::VMBootBadState", "The guest machine entered an invalid state while waiting for it\nto boot. Valid states are 'starting, running'. The machine is in the\n'aborted' state. Please verify everything is configured\nproperly and try again.\n\nIf the provider you're using has a GUI that comes with it,\nit is often helpful to open that and watch the machine, since the\nGUI often has more helpful error messages than Vagrant can retrieve.\nFor example, if you're using VirtualBox, run `vagrant up` while the\nVirtualBox GUI is open.\n\nThe primary issue for this error is that the provider you're using\nis not properly configured. This is very rarely a Vagrant issue."]
# -*- mode: ruby -*-
# vi:set ft=ruby sw=2 ts=2 sts=2:
# Define the number of master and worker nodes
# If this number is changed, remember to update setup-hosts.sh script with the new hosts IP details in /etc/hosts of each VM.
NUM_WORKER_NODE = 2
IP_NW = "192.168.56."
MASTER_IP_START = 11
NODE_IP_START = 20
# Sets up hosts file and DNS
def setup_dns(node)
# Set up /etc/hosts
node.vm.provision "setup-hosts", :type => "shell", :path => "ubuntu/vagrant/setup-hosts.sh" do |s|
s.args = ["enp0s8", node.vm.hostname]
end
# Set up DNS resolution
node.vm.provision "setup-dns", type: "shell", :path => "ubuntu/update-dns.sh"
end
# Runs provisioning steps that are required by masters and workers
def provision_kubernetes_node(node)
# Set up DNS
setup_dns node
# Set up ssh
node.vm.provision "setup-ssh", :type => "shell", :path => "ubuntu/ssh.sh"
end
#Adding GUI support for Vagrant to debug timeout issue
# 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 = "base"
config.vm.box = "ubuntu/jammy64"
config.ssh.insert_key = false
config.vm.boot_timeout = 15000
config.vm.provider "virtualbox" do |v|
v.gui = true
end
config.vm.provider :virtualbox do |v|
v.customize ["modifyvm", :id, "--uart1", "0x3F8", "4"]
v.customize ["modifyvm", :id, "--uartmode1", "file", File::NULL]
end
# 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
# Provision Master Nodes
config.vm.define "kubemaster" do |node|
# Name shown in the GUI
node.vm.provider "virtualbox" do |vb|
vb.name = "kubemaster"
vb.memory = 2048
vb.cpus = 2
end
node.vm.hostname = "kubemaster"
node.vm.network :private_network, ip: IP_NW + "#{MASTER_IP_START}"
node.vm.network "forwarded_port", guest: 22, host: "#{2710}"
provision_kubernetes_node node
# Install (opinionated) configs for vim and tmux on master-1. These used by the author for CKA exam.
node.vm.provision "file", source: "./ubuntu/tmux.conf", destination: "$HOME/.tmux.conf"
node.vm.provision "file", source: "./ubuntu/vimrc", destination: "$HOME/.vimrc"
end
# Provision Worker Nodes
(1..NUM_WORKER_NODE).each do |i|
config.vm.define "kubenode0#{i}" do |node|
node.vm.provider "virtualbox" do |vb|
vb.name = "kubenode0#{i}"
vb.memory = 1024
vb.cpus = 1
end
node.vm.hostname = "kubenode0#{i}"
node.vm.network :private_network, ip: IP_NW + "#{NODE_IP_START + i}"
node.vm.network "forwarded_port", guest: 22, host: "#{2720 + i}"
provision_kubernetes_node node
end
end
end
@anshnee
Copy link
Author

anshnee commented Feb 5, 2024

Uploading Vagrant error.png…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment