Skip to content

Instantly share code, notes, and snippets.

@samy
Last active May 19, 2020 12:13
Show Gist options
  • Save samy/0891f6538093316d907ecb3b7af093f0 to your computer and use it in GitHub Desktop.
Save samy/0891f6538093316d907ecb3b7af093f0 to your computer and use it in GitHub Desktop.
Issue for VBoxGuestAdditions
GUEST_USER_NAME=$1
# Adapt Keyboard layout to FR
sed -ie '/^XKBLAYOUT=/s/".*"/"fr"/' /etc/default/keyboard && udevadm trigger --subsystem-match=input --action=change
loadkeys fr
# Add user ${GUEST_USER_NAME} & configure ssh key
sudo useradd ${GUEST_USER_NAME}
sudo adduser ${GUEST_USER_NAME} sudo
sudo echo "${GUEST_USER_NAME} ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
sudo mkdir /home/${GUEST_USER_NAME}
sudo mkdir /home/${GUEST_USER_NAME}/.ssh
sudo mv /home/vagrant/id_rsa.pub /home/${GUEST_USER_NAME}/.ssh/id_rsa.pub
sudo mv /home/vagrant/id_rsa /home/${GUEST_USER_NAME}/.ssh/id_rsa
sudo cat /home/${GUEST_USER_NAME}/.ssh/id_rsa.pub >> /home/${GUEST_USER_NAME}/.ssh/authorized_keys
sudo chown -R ${GUEST_USER_NAME}:${GUEST_USER_NAME} /home/${GUEST_USER_NAME}/.ssh/
sudo chmod 700 /home/${GUEST_USER_NAME}/.ssh/ && chmod 644 /home/${GUEST_USER_NAME}/.ssh/id_rsa.pub && chmod 600 /home/${GUEST_USER_NAME}/.ssh/id_rsa
# Copy .bashrc & .bashprofile for ${GUEST_USER_NAME}
sudo cp /home/vagrant/.bashrc /home/${GUEST_USER_NAME}/.bashrc
sudo chown ${GUEST_USER_NAME}:${GUEST_USER_NAME} /home/${GUEST_USER_NAME}/.bashrc
sudo cp /home/vagrant/.profile /home/${GUEST_USER_NAME}/.profile
sudo chown ${GUEST_USER_NAME}:${GUEST_USER_NAME} /home/${GUEST_USER_NAME}/.profile
# Set bash as default shell to ${GUEST_USER_NAME}
sudo chsh -s /bin/bash ${GUEST_USER_NAME}
su ${GUEST_USER_NAME} && source /home/${GUEST_USER_NAME}/.bashrc
# Install git & locate
sudo apt update
sudo apt install git --yes
sudo apt install locate --yes
sudo apt install software-properties-common --yes
sudo apt install apt-transport-https --yes
sudo apt install dirmngr --yes
# Give some rights
sudo chown -R ${GUEST_USER_NAME}:${GUEST_USER_NAME} /home/${GUEST_USER_NAME}
INFO global: Vagrant version: 2.2.9
INFO global: Ruby version: 2.6.6
INFO global: RubyGems version: 3.0.3
INFO global: VAGRANT_EXECUTABLE="C:\\outils\\Vagrant\\embedded\\gems\\2.2.9\\gems\\vagrant-2.2.9\\bin\\vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\outils\\Vagrant\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/box/plugin.rb
INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/cap/plugin.rb
INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/cloud/plugin.rb
INFO manager: Registered plugin: vagrant-cloud
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/destroy/plugin.rb
INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/global-status/plugin.rb
INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/halt/plugin.rb
INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/help/plugin.rb
INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/init/plugin.rb
INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/list-commands/plugin.rb
INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/login/plugin.rb
INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/package/plugin.rb
INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/plugin/plugin.rb
INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/port/plugin.rb
INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/powershell/plugin.rb
INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/provider/plugin.rb
INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/provision/plugin.rb
INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/push/plugin.rb
INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/rdp/plugin.rb
INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/reload/plugin.rb
INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/resume/plugin.rb
INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/snapshot/plugin.rb
INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/ssh/plugin.rb
INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/ssh_config/plugin.rb
INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/status/plugin.rb
INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/suspend/plugin.rb
INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/up/plugin.rb
INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/upload/plugin.rb
INFO manager: Registered plugin: upload command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/validate/plugin.rb
INFO manager: Registered plugin: validate command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/version/plugin.rb
INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/winrm/plugin.rb
INFO manager: Registered plugin: winrm command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/commands/winrm_config/plugin.rb
INFO manager: Registered plugin: winrm-config command
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/communicators/ssh/plugin.rb
INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/communicators/winrm/plugin.rb
INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/communicators/winssh/plugin.rb
INFO manager: Registered plugin: windows ssh communicator
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/alpine/plugin.rb
INFO manager: Registered plugin: Alpine guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/amazon/plugin.rb
INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/arch/plugin.rb
INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/atomic/plugin.rb
INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/bsd/plugin.rb
INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/centos/plugin.rb
INFO manager: Registered plugin: CentOS guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/coreos/plugin.rb
INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/darwin/plugin.rb
INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/debian/plugin.rb
INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/dragonflybsd/plugin.rb
INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/elementary/plugin.rb
INFO manager: Registered plugin: Elementary guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/esxi/plugin.rb
INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/fedora/plugin.rb
INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/funtoo/plugin.rb
INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/haiku/plugin.rb
INFO manager: Registered plugin: Haiku guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/kali/plugin.rb
INFO manager: Registered plugin: Kali guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/linux/plugin.rb
INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/mint/plugin.rb
INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/netbsd/plugin.rb
INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/nixos/plugin.rb
INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/omnios/plugin.rb
INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/openbsd/plugin.rb
INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/photon/plugin.rb
INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/pld/plugin.rb
INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/slackware/plugin.rb
INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/smartos/plugin.rb
INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/solaris/plugin.rb
INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/solaris11/plugin.rb
INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/suse/plugin.rb
INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/tinycore/plugin.rb
INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/trisquel/plugin.rb
INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/ubuntu/plugin.rb
INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/guests/windows/plugin.rb
INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/alt/plugin.rb
INFO manager: Registered plugin: ALT Platform host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/arch/plugin.rb
INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/bsd/plugin.rb
INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/darwin/plugin.rb
INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/linux/plugin.rb
INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/null/plugin.rb
INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/slackware/plugin.rb
INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/suse/plugin.rb
INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/void/plugin.rb
INFO manager: Registered plugin: Void host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/windows/plugin.rb
INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/kernel_v1/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/kernel_v2/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/docker/plugin.rb
INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/hyperv/plugin.rb
INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb
INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/ansible/plugin.rb
INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/cfengine/plugin.rb
INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/chef/plugin.rb
INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/container/plugin.rb
INFO manager: Registered plugin: container
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/docker/plugin.rb
INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/file/plugin.rb
INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/podman/plugin.rb
INFO manager: Registered plugin: podman
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/puppet/plugin.rb
INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/salt/plugin.rb
INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/provisioners/shell/plugin.rb
INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/pushes/atlas/plugin.rb
INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/pushes/ftp/plugin.rb
INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/pushes/heroku/plugin.rb
INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/pushes/local-exec/plugin.rb
INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/pushes/noop/plugin.rb
INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/synced_folders/nfs/plugin.rb
INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/synced_folders/rsync/plugin.rb
INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/synced_folders/smb/plugin.rb
INFO manager: Registered plugin: SMB synced folders
INFO vagrant: `vagrant` invoked: ["up", "--debug"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x0000000006fb9d10>)
INFO environment: - cwd: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb
INFO environment: Home path: C:/Users/myusername/.vagrant.d
DEBUG environment: Effective local data path: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant
INFO environment: Local data path: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant
DEBUG environment: Creating: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant
DEBUG manager: Enabling localized plugins
INFO manager: Plugins:
INFO manager: - vagrant-vbguest = [installed: 0.24.0 constraint: > 0]
DEBUG signature_file: new solution file instance plugin_file=C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/plugins.json solution_file=C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/bundler/local.sol
DEBUG signature_file: reading solution file - C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/bundler/local.sol
DEBUG signature_file: solution validation check CHECKSUM 0003bd862ef0b08002abcad0fbd8f6ef567f4592954262287002f346d56155c1 <-> 0003bd862ef0b08002abcad0fbd8f6ef567f4592954262287002f346d56155c1 VERSION 2.2.9 <-> 2.2.9
DEBUG signature_file: loading solution dependency list
DEBUG signature_file: solution dependency list: [<Gem::Dependency type=:runtime name="log4r" requirements=">= 0">, <Gem::Dependency type=:runtime name="concurrent-ruby" requirements="~> 1.0">, <Gem::Dependency type=:runtime name="i18n" requirements=">= 0">, <Gem::Dependency type=:runtime name="micromachine" requirements=">= 2, < 4">, <Gem::Dependency type=:runtime name="vagrant-vbguest" requirements="= 0.24.0">]
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/plugins.json:C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/bundler/local.sol:valid>
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: loading cached solution set
DEBUG bundler: activating solution set
DEBUG bundler: Activating solution set: ["log4r-1.1.10", "concurrent-ruby-1.1.6", "i18n-1.8.2", "micromachine-3.0.0", "vagrant-vbguest-0.24.0"]
DEBUG bundler: Activating gem micromachine-3.0.0
DEBUG bundler: Activating gem vagrant-vbguest-0.24.0
INFO manager: Loading plugins...
INFO manager: Loading plugin `vagrant-vbguest` with default require: `vagrant-vbguest`
INFO manager: Registered plugin: vagrant-vbguest
DEBUG manager: Successfully loaded plugin `vagrant-vbguest`.
DEBUG manager: Enabling globalized plugins
INFO manager: Plugins:
INFO manager: - vagrant-fsnotify = [installed: 0.3.1 constraint: > 0]
INFO manager: - vagrant-vbguest = [installed: 0.24.0 constraint: > 0]
INFO manager: - vagrant-winnfsd = [installed: 1.4.0 constraint: > 0]
DEBUG signature_file: new solution file instance plugin_file=C:/Users/myusername/.vagrant.d/plugins.json solution_file=C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/bundler/global.sol
DEBUG signature_file: reading solution file - C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/bundler/global.sol
DEBUG signature_file: solution validation check CHECKSUM d84b1bc2a2699fcdcbb8a53e01bf2d71136822640b1ad543438b0c1223938f5d <-> d84b1bc2a2699fcdcbb8a53e01bf2d71136822640b1ad543438b0c1223938f5d VERSION 2.2.9 <-> 2.2.9
DEBUG signature_file: loading solution dependency list
DEBUG signature_file: solution dependency list: [<Gem::Dependency type=:runtime name="vagrant-fsnotify" requirements="= 0.3.1">, <Gem::Dependency type=:runtime name="log4r" requirements=">= 0">, <Gem::Dependency type=:runtime name="concurrent-ruby" requirements="~> 1.0">, <Gem::Dependency type=:runtime name="i18n" requirements=">= 0">, <Gem::Dependency type=:runtime name="micromachine" requirements=">= 2, < 4">, <Gem::Dependency type=:runtime name="vagrant-vbguest" requirements="= 0.24.0">, <Gem::Dependency type=:runtime name="vagrant-winnfsd" requirements="= 1.4.0">]
DEBUG bundler: solution file in use for init: <Vagrant::Bundler::SolutionFile:C:/Users/myusername/.vagrant.d/plugins.json:C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/bundler/global.sol:valid>
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: loading cached solution set
DEBUG bundler: activating solution set
DEBUG bundler: Activating solution set: ["vagrant-fsnotify-0.3.1", "log4r-1.1.10", "concurrent-ruby-1.1.6", "i18n-1.8.2", "micromachine-3.0.0", "vagrant-vbguest-0.24.0", "vagrant-winnfsd-1.4.0"]
DEBUG bundler: Activating gem vagrant-fsnotify-0.3.1
DEBUG bundler: Activating gem vagrant-winnfsd-1.4.0
INFO manager: Loading plugins...
INFO manager: Loading plugin `vagrant-fsnotify` with default require: `vagrant-fsnotify`
INFO manager: Registered plugin: vagrant-fsnotify
DEBUG manager: Successfully loaded plugin `vagrant-fsnotify`.
INFO manager: Loading plugin `vagrant-vbguest` with default require: `vagrant-vbguest`
DEBUG manager: Successfully loaded plugin `vagrant-vbguest`.
INFO manager: Loading plugin `vagrant-winnfsd` with default require: `vagrant-winnfsd`
INFO manager: Registered plugin: WinNFSd
DEBUG manager: Successfully loaded plugin `vagrant-winnfsd`.
INFO loader: Set :root = ["#<Pathname:C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/Vagrantfile>
DEBUG loader: Load procs for pathname: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/Vagrantfile
INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG provisioner: Provisioner defined:
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO subprocess: Starting process: ["C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "Write-Output $PSVersionTable.PSVersion.Major"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 5
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 30
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "(new-object System.Security.Principal.WindowsPrincipal([System.Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([System.Security.Principal.WindowsBuiltInRole]::Administrator)"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: True
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "--version"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 6.1.6r137129
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG environment: Initial usable provider list: [[4, :hyperv], [6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox, :hyperv]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG environment: Initial usable provider list: [[4, :hyperv], [6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox, :hyperv]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO loader: Set "53119640_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "53119640_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO box_collection: Box found: debian/stretch64 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO host: Autodetecting host type for [#<Vagrant::Environment: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb>]
DEBUG host: Trying: alt
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
DEBUG host: Trying: freebsd
DEBUG host: Trying: gentoo
DEBUG host: Trying: redhat
DEBUG host: Trying: slackware
DEBUG host: Trying: suse
DEBUG host: Trying: void
DEBUG host: Trying: bsd
DEBUG host: Trying: linux
DEBUG host: Trying: null
DEBUG host: Trying: windows
INFO host: Detected: windows!
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x000000000777fdb0>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x0000000007a24d90>
DEBUG client: No authentication token in environment or C:/Users/myusername/.vagrant.d/data/vagrant_login_token
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x0000000007a24d90>
INFO loader: Set :"58022840_debian/stretch64_virtualbox" = ["#<Pathname:C:/Users/myusername/.vagrant.d/boxes/debian-VAGRANTSLASH-stretch64/9.12.0/virtualbox/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:C:/Users/myusername/.vagrant.d/boxes/debian-VAGRANTSLASH-stretch64/9.12.0/virtualbox/Vagrantfile>
DEBUG loader: Load procs for pathname: C:/Users/myusername/.vagrant.d/boxes/debian-VAGRANTSLASH-stretch64/9.12.0/virtualbox/Vagrantfile
INFO loader: Loading configuration in order: [:"58022840_debian/stretch64_virtualbox", :home, :root, "53119640_machine_default"]
DEBUG loader: Loading from: 58022840_debian/stretch64_virtualbox (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO environment: Running hook: environment_plugins_loaded
INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x0000000006c40be8>
INFO environment: Running hook: environment_load
INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x00000000070680e0>
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: ["default"]
DEBUG command: -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: default
INFO loader: Set "53119640_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "53119640_machine_default"]
ERROR loader: Unknown config sources: [:"58022840_debian/stretch64_virtualbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
WARN vagrantfile: Failed to locate debian/stretch64 with version
WARN vagrantfile: Performing lookup with inital values debian/stretch64 with version
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG environment: Initial usable provider list: [[4, :hyperv], [6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox, :hyperv]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO environment: Getting machine: default (virtualbox)
INFO environment: Uncached load of machine.
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO loader: Set "53119640_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "53119640_machine_default"]
ERROR loader: Unknown config sources: [:"58022840_debian/stretch64_virtualbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO box_collection: Box found: debian/stretch64 (virtualbox)
INFO environment: Running hook: authenticate_box_url
INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x00000000076ad180>
INFO warden: Calling IN action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00000000077bed08>
DEBUG client: No authentication token in environment or C:/Users/myusername/.vagrant.d/data/vagrant_login_token
INFO warden: Calling OUT action: #<VagrantPlugins::CloudCommand::AddAuthentication:0x00000000077bed08>
INFO loader: Set :"58022840_debian/stretch64_virtualbox" = ["#<Pathname:C:/Users/myusername/.vagrant.d/boxes/debian-VAGRANTSLASH-stretch64/9.12.0/virtualbox/Vagrantfile>"]
INFO loader: Loading configuration in order: [:"58022840_debian/stretch64_virtualbox", :home, :root, "53119640_machine_default"]
DEBUG loader: Loading from: 58022840_debian/stretch64_virtualbox (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
INFO machine: Initializing machine: default
INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider
INFO machine: - Box: #<Vagrant::Box:0x00000000078bab58>
INFO machine: - Data dir: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/machines/default/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: nil
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO machine: New machine ID: nil
DEBUG virtualbox: Instantiating the driver for machine ID: nil
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO interface: Machine: metadata ["provider", :virtualbox, {:target=>:default}]
INFO command: With machine: default (#<VagrantPlugins::ProviderVirtualBox::Provider:0x000000000668acf8 @logger=#<Log4r::Logger:0x000000000668a460 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x000000000793c3d8 @logger=#<Log4r::Logger:0x00000000079c70c8 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x000000000668a460 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:\\Outils\\VirtualBox\\VBoxManage.exe", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1:0x0000000007a55c88 @logger=#<Log4r::Logger:0x0000000007b35040 @fullname="vagrant::provider::virtualbox_6_1", @outputters=[], @additive=true, @name="virtualbox_6_1", @path="vagrant::provider", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:\\Outils\\VirtualBox\\VBoxManage.exe", @uuid=nil>, @version="6.1.6">, @cap_logger=#<Log4r::Logger:0x000000000711ee80 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x000000000711f9e8>:0x00000000071a0908>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000000000711f790 @items={:public_address=>#<Proc:0x00000000064de508@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000000064ddf40@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000000000711f6a0 @items={:public_address=>#<Proc:0x000000000711e6b0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x000000000711e5c0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000000000711f600 @items={:forwarded_ports=>#<Proc:0x000000000537e6f0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000000000537e6a0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x000000000537e600@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:37>, :configure_disks=>#<Proc:0x000000000537e4e8@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:42>, :cleanup_disks=>#<Proc:0x000000000537e3d0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:47>, :validate_disk_ext=>#<Proc:0x000000000537e330@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:52>, :get_default_disk_ext=>#<Proc:0x000000000537e2e0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:57>, :snapshot_list=>#<Proc:0x000000000537e2b8@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:62>}, @results_cache={}>}>)
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: -- names: ["default"]
DEBUG command: -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: default
INFO loader: Set "53119640_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "53119640_machine_default"]
ERROR loader: Unknown config sources: [:"58022840_debian/stretch64_virtualbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
WARN vagrantfile: Failed to locate debian/stretch64 with version
WARN vagrantfile: Performing lookup with inital values debian/stretch64 with version
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG environment: Initial usable provider list: [[4, :hyperv], [6, :virtualbox]]
DEBUG environment: Priority sorted usable provider list: [:virtualbox, :hyperv]
DEBUG environment: Preferred provider list: []
DEBUG environment: Using provider `virtualbox` detected in configuration and usable.
INFO environment: Getting machine: default (virtualbox)
INFO environment: Returning cached machine: default (virtualbox)
INFO command: With machine: default (#<VagrantPlugins::ProviderVirtualBox::Provider:0x000000000668acf8 @logger=#<Log4r::Logger:0x000000000668a460 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x000000000793c3d8 @logger=#<Log4r::Logger:0x00000000079c70c8 @fullname="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x000000000668a460 @fullname="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:\\Outils\\VirtualBox\\VBoxManage.exe", @uuid=nil, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1:0x0000000007a55c88 @logger=#<Log4r::Logger:0x0000000007b35040 @fullname="vagrant::provider::virtualbox_6_1", @outputters=[], @additive=true, @name="virtualbox_6_1", @path="vagrant::provider", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:\\Outils\\VirtualBox\\VBoxManage.exe", @uuid=nil>, @version="6.1.6">, @cap_logger=#<Log4r::Logger:0x000000000711ee80 @fullname="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#<Class:0x000000000711f9e8>:0x00000000071a0908>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000000000711f790 @items={:public_address=>#<Proc:0x00000000064de508@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000000064ddf40@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000000000711f6a0 @items={:public_address=>#<Proc:0x000000000711e6b0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x000000000711e5c0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000000000711f600 @items={:forwarded_ports=>#<Proc:0x000000000537e6f0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x000000000537e6a0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x000000000537e600@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:37>, :configure_disks=>#<Proc:0x000000000537e4e8@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:42>, :cleanup_disks=>#<Proc:0x000000000537e3d0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:47>, :validate_disk_ext=>#<Proc:0x000000000537e330@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:52>, :get_default_disk_ext=>#<Proc:0x000000000537e2e0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:57>, :snapshot_list=>#<Proc:0x000000000537e2b8@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/plugin.rb:62>}, @results_cache={}>}>)
INFO interface: info: Bringing machine 'default' up with 'virtualbox' provider...
Bringing machine 'default' 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:0x0000000007ebab70> 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-bcbbe71654615cda2f3d3dce9e1c388c
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-bcbbe71654615cda2f3d3dce9e1c388c
INFO interface: Machine: action ["up", "start", {:target=>:default}]
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000007096710>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x0000000007b34820>
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "hostonlyifs"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name: VirtualBox Host-Only Ethernet Adapter #2
GUID: 86bf0904-f986-47be-a9c2-00845cb219a4
DHCP: Disabled
IPAddress: 192.168.42.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::d892:ec49:e2de:7c31
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:18
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
Name: VirtualBox Host-Only Ethernet Adapter
GUID: f551849d-5bfe-4777-874f-d963e331bd2f
DHCP: Disabled
IPAddress: 192.168.56.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::99a9:f6e9:f3e9:f4c4
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:27
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "$(Get-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-Hypervisor).State"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: Get-WindowsOptionalFeature : Le jeu de paramètres ne peut pas être résolu à l'aide des paramètres nommés spécifiés.
Au caractère Ligne:1 : 3
+ $(Get-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-Hyperviso ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument : (:) [Get-WindowsOptionalFeature], ParameterBindingException
+ FullyQualifiedErrorId : AmbiguousParameterSet,Microsoft.Dism.Commands.GetWindowsOptionalFeatureCommand
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "$(Get-WindowsFeature -FeatureName Microsoft-Hyper-V-Hypervisor).State"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: Get-WindowsFeature : Le terme «Get-WindowsFeature» n'est pas reconnu comme nom d'applet de commande, fonction, fichier
de script ou programme exécutable. Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que le
chemin d'accès est correct et réessayez.
Au caractère Ligne:1 : 3
+ $(Get-WindowsFeature -FeatureName Microsoft-Hyper-V-Hypervisor).State
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-WindowsFeature:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
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:0x0000000007b917c8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000000079b10e8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000007af7d08>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000007af7d08>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000007cd10c0>
INFO warden: Calling IN action: #<Proc:0x0000000007edace0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleBox:0x0000000007cd0fd0>
INFO handle_box: Machine already has box. HandleBox will not run.
INFO warden: Calling IN action: #<Proc:0x0000000007d3cc58@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000007b91728>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000007b916d8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000000069443e0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000006eb2200>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000000006eb2200>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000007d8a278>
INFO warden: Calling IN action: #<Proc:0x000000000558bdd0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x0000000007d8a1d8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x0000000007d8a188>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::PrepareClone:0x0000000007d8a160>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareCloneSnapshot:0x0000000007e63168>
INFO prepare_clone: no clone master, not preparing clone snapshot
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x0000000007ec3f18>
INFO interface: info: Importing base box 'debian/stretch64'...
INFO interface: info: ==> default: Importing base box 'debian/stretch64'...
==> default: Importing base box 'debian/stretch64'...
DEBUG virtualbox_6_1: Doing dry-run import to determine parallel-safe name...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "import", "-n", "\\\\?\\C:\\Users\\myusername\\.vagrant.d\\boxes\\debian-VAGRANTSLASH-stretch64\\9.12.0\\virtualbox\\box.ovf"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting \\?\C:\Users\myusername\.vagrant.d\boxes\debian-VAGRANTSLASH-stretch64\9.12.0\virtualbox\box.ovf...
OK.
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG subprocess: stdout: Disks:
vmdisk0 21265121280 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized stretch.vmdk 21265121280 -1
Virtual system 0:
0: Suggested OS type: "Debian_64"
(change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
1: Suggested VM name "stretch"
(change with "--vsys 0 --vmname <name>")
2: Suggested VM group "/"
(change with "--vsys 0 --group <group>")
3: Suggested VM settings file name "C:\Users\myusername\VirtualBox VMs\stretch\stretch.vbox"
(change with "--vsys 0 --settingsfile <filename>")
4: Suggested VM base folder "C:\Users\myusername\VirtualBox VMs"
(change with "--vsys 0 --basefolder <path>")
5: Number of CPUs: 2
(change with "--vsys 0 --cpus <n>")
6: Guest memory: 512 MB
(change with "--vsys 0 --memory <MB>")
7: Network adapter: orig NAT, config 3, extra slot=0;type=NAT
8: SATA controller, type AHCI
(disable with "--vsys 0 --unit 8 --ignore")
9: Hard disk image: source image=stretch.vmdk, target path=stretch.vmdk, controller=8;channel=0
(change target path with "--vsys 0 --unit 9 --disk path";
disable with "--vsys 0 --unit 9 --ignore")
DEBUG virtualbox_6_1: -- Parallel safe name: stretch_1589889558445_13057
INFO virtualbox_6_1: Base path for disk import: C:/Users/myusername/VirtualBox VMs/stretch
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "import", "\\\\?\\C:\\Users\\myusername\\.vagrant.d\\boxes\\debian-VAGRANTSLASH-stretch64\\9.12.0\\virtualbox\\box.ovf", "--vsys", "0", "--vmname", "stretch_1589889558445_13057", "--vsys", "0", "--unit", "9", "--disk", "C:/Users/myusername/VirtualBox VMs/stretch_1589889558445_13057/stretch.vmdk"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Interpreting \\?\C:\Users\myusername\.vagrant.d\boxes\debian-VAGRANTSLASH-stretch64\9.12.0\virtualbox\box.ovf...
OK.
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31998
DEBUG subprocess: Exit status: 0
DEBUG subprocess: stdout: Disks:
vmdisk0 21265121280 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized stretch.vmdk 21265121280 -1
Virtual system 0:
0: Suggested OS type: "Debian_64"
(change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
1: VM name specified with --vmname: "stretch_1589889558445_13057"
2: Suggested VM group "/"
(change with "--vsys 0 --group <group>")
3: Suggested VM settings file name "C:\Users\myusername\VirtualBox VMs\stretch\stretch.vbox"
(change with "--vsys 0 --settingsfile <filename>")
4: Suggested VM base folder "C:\Users\myusername\VirtualBox VMs"
(change with "--vsys 0 --basefolder <path>")
5: Number of CPUs: 2
(change with "--vsys 0 --cpus <n>")
6: Guest memory: 512 MB
(change with "--vsys 0 --memory <MB>")
7: Network adapter: orig NAT, config 3, extra slot=0;type=NAT
8: SATA controller, type AHCI
(disable with "--vsys 0 --unit 8 --ignore")
9: Hard disk image: source image=stretch.vmdk, target path=C:/Users/myusername/VirtualBox VMs/stretch_1589889558445_13057/stretch.vmdk, controller=8;channel=0
Successfully imported the appliance.
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "vms"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "mycompanynameRabbitNode" {0e0d959a-2efe-42ad-9fbe-420d558dddb1}
"mycompanynameDevAnsible" {516bd57f-1f08-447c-92f6-c07309d9f3f1}
"mycompanynameElastic" {d5c7a932-6a7d-4818-b347-782a2d99cbbd}
"stretch_1589889558445_13057" {fe271c35-638d-4d60-bb07-2891298edb0d}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO machine: New machine ID: "fe271c35-638d-4d60-bb07-2891298edb0d"
DEBUG virtualbox: Instantiating the driver for machine ID: "fe271c35-638d-4d60-bb07-2891298edb0d"
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name: stretch_1589889558445_13057
Groups: /
Guest OS: Debian (64-bit)
UUID: fe271c35-638d-4d60-bb07-2891298edb0d
Config file: C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\stretch_1589889558445_13057.vbox
Snapshot folder: C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\Snapshots
Log folder: C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\Logs
Hardware UUID: fe271c35-638d-4d60-bb07-2891298edb0d
Memory size 512MB
Page Fusion: disabled
VRAM size: 8MB
CPU exec cap: 100%
HPET: disabled
CPUProfile: host
Chipset: piix3
Firmware: BIOS
Number of CPUs: 2
PAE: enabled
Long Mode: enabled
Triple Fault Reset: disabled
APIC: enabled
X2APIC: disabled
Nested VT-x/AMD-V: disabled
CPUID Portability Level: 0
CPUID overrides: None
Boot menu mode: message and menu
Boot Device 1: Floppy
Boot Device 2: DVD
Boot Device 3: HardDisk
Boot Device 4: Not Assigned
ACPI: enabled
IOAPIC: enabled
BIOS APIC mode: APIC
Time offset: 0ms
RTC: local time
Hardware Virtualization: enabled
Nested Paging: enabled
Large Pages: enabled
VT-x VPID: enabled
VT-x Unrestricted Exec.: enabled
Paravirt. Provider: Default
Effective Paravirt. Prov.: KVM
State: powered off (since 2020-05-19T11:59:18.496000000)
Graphics Controller: VBoxVGA
Monitor count: 1
3D Acceleration: disabled
2D Video Acceleration: disabled
Teleporter Enabled: disabled
Teleporter Port: 0
Teleporter Address:
Teleporter Password:
Tracing Enabled: disabled
Allow Tracing to Access VM: disabled
Tracing Configuration:
Autostart Enabled: disabled
Autostart Delay: 0
Default Frontend:
VM process priority: default
Storage Controller Name (0): SATA Controller
Storage Controller Type (0): IntelAhci
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0): 30
Storage Controller Port Count (0): 1
Storage Controller Bootable (0): on
Storage Controller Name (1): Floppy Controller Controller
Storage Controller Type (1): I82078
Storage Controller Instance Number (1): 0
Storage Controller Max Port Count (1): 1
Storage Controller Port Count (1): 1
Storage Controller Bootable (1): on
SATA Controller (0, 0): C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\stretch.vmdk (UUID: 498654e1-b068-4d19-8482-cca7efc224a1)
NIC 1: MAC: 080027E07A63, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none
NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64)
NIC 2: disabled
NIC 3: disabled
NIC 4: disabled
NIC 5: disabled
NIC 6: disabled
NIC 7: disabled
NIC 8: disabled
Pointing Device: PS/2 Mouse
Keyboard Device: PS/2 Keyboard
UART 1: disabled
UART 2: disabled
UART 3: disabled
UART 4: disabled
LPT 1: disabled
LPT 2: disabled
Audio: disabled
Audio playback: enabled
Audio capture: enabled
Clipboard Mode: disabled
Drag and drop Mode: disabled
VRDE: disabled
OHCI USB: disabled
EHCI USB: disabled
xHCI USB: disabled
USB Device Filters:
<none>
Bandwidth groups: <none>
Shared folders:<none>
Capturing: not active
Capture audio: not active
Capture screens: 0
Capture file: C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\stretch_1589889558445_13057.webm
Capture dimensions: 1024x768
Capture rate: 512kbps
Capture FPS: 25kbps
Capture options:
Guest:
Configured memory balloon size: 0MB
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:0x0000000007ec3ec8>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="stretch_1589889558445_13057"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2020-05-19T11:59:18.496000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="080027E07A63"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
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:0x0000000007ec3e78>
INFO interface: info: Matching MAC address for NAT networking...
INFO interface: info: ==> default: Matching MAC address for NAT networking...
==> default: Matching MAC address for NAT networking...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--macaddress1", "0800278dc04d"]
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:0x0000000007ec3d88@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x0000000007b91688>
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "hostonlyifs"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name: VirtualBox Host-Only Ethernet Adapter #2
GUID: 86bf0904-f986-47be-a9c2-00845cb219a4
DHCP: Disabled
IPAddress: 192.168.42.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::d892:ec49:e2de:7c31
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:18
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
Name: VirtualBox Host-Only Ethernet Adapter
GUID: f551849d-5bfe-4777-874f-d963e331bd2f
DHCP: Disabled
IPAddress: 192.168.56.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::99a9:f6e9:f3e9:f4c4
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:27
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000007c1fc30>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x0000000007c1fc08>
INFO interface: output: Checking if box 'debian/stretch64' version '9.12.0' is up to date...
INFO interface: output: ==> default: Checking if box 'debian/stretch64' version '9.12.0' is up to date...
==> default: Checking if box 'debian/stretch64' version '9.12.0' is up to date...
INFO box: box update check is under the interval threshold
INFO box: Skipping box update check
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000007c591d8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000008865d28>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x00000000089f57d8>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="stretch_1589889558445_13057"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2020-05-19T11:59:18.496000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
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:0x00000000089f57d8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000008ad8498>
INFO warden: Calling IN action: #<Proc:0x0000000008b628c8@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000008ad83f8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000008be9cd8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x0000000008c99818>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="stretch_1589889558445_13057"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2020-05-19T11:59:18.496000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
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:0x0000000008c99818>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000008dd04e8>
INFO warden: Calling IN action: #<Proc:0x0000000008e7a8f8@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000008dd0448>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000000057ddde0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x0000000006c64fe8>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="stretch_1589889558445_13057"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2020-05-19T11:59:18.496000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
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:0x0000000006c64fe8>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00000000087df660>
INFO warden: Calling IN action: #<Proc:0x000000000832c488@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x00000000087df520>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="stretch_1589889558445_13057"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2020-05-19T11:59:18.496000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\stretch_1589889558445_13057\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
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:0x00000000087df4a8>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "systemproperties"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: API version: 6_1
Minimum guest RAM size: 4 Megabytes
Maximum guest RAM size: 2097152 Megabytes
Minimum video RAM size: 0 Megabytes
Maximum video RAM size: 256 Megabytes
Maximum guest monitor count: 64
Minimum guest CPU count: 1
Maximum guest CPU count: 32
Virtual disk limit (info): 2199022206976 Bytes
Maximum Serial Port count: 4
Maximum Parallel Port count: 2
Maximum Boot Position: 4
Maximum PIIX3 Network Adapter count: 8
Maximum ICH9 Network Adapter count: 36
Maximum PIIX3 IDE Controllers: 1
Maximum ICH9 IDE Controllers: 1
Maximum IDE Port count: 2
Maximum Devices per IDE Port: 2
Maximum PIIX3 SATA Controllers: 1
Maximum ICH9 SATA Controllers: 8
Maximum SATA Port count: 30
Maximum Devices per SATA Port: 1
Maximum PIIX3 SCSI Controllers: 1
Maximum ICH9 SCSI Controllers: 8
Maximum SCSI Port count: 16
Maximum Devices per SCSI Port: 1
Maximum SAS PIIX3 Controllers: 1
Maximum SAS ICH9 Controllers: 8
Maximum SAS Port count: 255
Maximum Devices per SAS Port: 1
Maximum NVMe PIIX3 Controllers: 1
Maximum NVMe ICH9 Controllers: 8
Maximum NVMe Port count: 255
Maximum Devices per NVMe Port: 1
Maximum virtio-scsi PIIX3 Controllers: 1
Maximum virtio-scsi ICH9 Controllers: 8
Maximum virtio-scsi Port count: 256
Maximum Devices per virtio-scsi Port: 1
Maximum PIIX3 Floppy Controllers:1
Maximum ICH9 Floppy Controllers: 1
Maximum Floppy Port count: 1
Maximum Devices per Floppy Port: 2
Default machine folder: C:\Users\myusername\VirtualBox VMs
Raw-mode Supported: no
Exclusive HW virtualization use: off
Default hard disk format: VDI
VRDE auth library: VBoxAuth
Webservice auth. library: VBoxAuth
Remote desktop ExtPack:
Log history count: 3
Default frontend:
Default audio driver: DirectSound
Autostart database path:
Default Guest Additions ISO: C:\Outils\VirtualBox/VBoxGuestAdditions.iso
Logging Level: all
Proxy Mode: System
Proxy URL:
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:0x00000000087df480>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "vms"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "mycompanynameRabbitNode" {0e0d959a-2efe-42ad-9fbe-420d558dddb1}
"mycompanynameDevAnsible" {516bd57f-1f08-447c-92f6-c07309d9f3f1}
"mycompanynameElastic" {d5c7a932-6a7d-4818-b347-782a2d99cbbd}
"stretch_1589889558445_13057" {fe271c35-638d-4d60-bb07-2891298edb0d}
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: mycompanynameWeb
INFO interface: info: ==> default: Setting the name of the VM: mycompanynameWeb
==> default: Setting the name of the VM: mycompanynameWeb
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--name", "mycompanynameWeb"]
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:0x000000000884f780>
DEBUG virtualbox_6_1: read_forward_ports: uuid=fe271c35-638d-4d60-bb07-2891298edb0d active_only=false
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2020-05-19T11:59:18.496000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
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:0x000000000884f730>
INFO provision: Checking provisioner sentinel file...
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x000000000889f2a8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareForwardedPortCollisionParams:0x000000000889f208>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "vms"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "mycompanynameRabbitNode" {0e0d959a-2efe-42ad-9fbe-420d558dddb1}
"mycompanynameDevAnsible" {516bd57f-1f08-447c-92f6-c07309d9f3f1}
"mycompanynameElastic" {d5c7a932-6a7d-4818-b347-782a2d99cbbd}
"mycompanynameWeb" {fe271c35-638d-4d60-bb07-2891298edb0d}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: read_forward_ports: uuid=0e0d959a-2efe-42ad-9fbe-420d558dddb1 active_only=true
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "0e0d959a-2efe-42ad-9fbe-420d558dddb1", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameRabbitNode"
groups="/"
ostype="Debian (64-bit)"
UUID="0e0d959a-2efe-42ad-9fbe-420d558dddb1"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameRabbitNode\\mycompanynameRabbitNode.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameRabbitNode\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameRabbitNode\\Logs"
hardwareuuid="0e0d959a-2efe-42ad-9fbe-420d558dddb1"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="aborted"
VMStateChangeTime="2020-05-19T11:52:58.000000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameRabbitNode\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="9a324c7c-0996-4e50-a4bd-3877855b7aa8"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2201,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="08002737878D"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameRabbitNode\\mycompanynameRabbitNode.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: read_forward_ports: uuid=516bd57f-1f08-447c-92f6-c07309d9f3f1 active_only=true
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "516bd57f-1f08-447c-92f6-c07309d9f3f1", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameDevAnsible"
groups="/"
ostype="Debian (64-bit)"
UUID="516bd57f-1f08-447c-92f6-c07309d9f3f1"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameDevAnsible\\mycompanynameDevAnsible.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameDevAnsible\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameDevAnsible\\Logs"
hardwareuuid="516bd57f-1f08-447c-92f6-c07309d9f3f1"
memory=1024
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="aborted"
VMStateChangeTime="2020-05-19T11:53:08.000000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameDevAnsible\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="cc073337-0b62-48dc-b5b7-fb56eca2bad7"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="080027E4C6E7"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
SharedFolderNameMachineMapping1="code"
SharedFolderPathMachineMapping1="\\\\?\\C:\\mycompanyname\\mycompanynamedevenvironnement\\ansible\\code"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameDevAnsible\\mycompanynameDevAnsible.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: read_forward_ports: uuid=d5c7a932-6a7d-4818-b347-782a2d99cbbd active_only=true
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "d5c7a932-6a7d-4818-b347-782a2d99cbbd", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameElastic"
groups="/"
ostype="Debian (64-bit)"
UUID="d5c7a932-6a7d-4818-b347-782a2d99cbbd"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameElastic\\mycompanynameElastic.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameElastic\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameElastic\\Logs"
hardwareuuid="d5c7a932-6a7d-4818-b347-782a2d99cbbd"
memory=2048
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="aborted"
VMStateChangeTime="2020-05-19T11:52:58.000000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameElastic\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="37a77209-4e77-4018-b9af-ff36e21f5d09"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2200,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800274F6330"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameElastic\\mycompanynameElastic.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: read_forward_ports: uuid=fe271c35-638d-4d60-bb07-2891298edb0d active_only=false
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2020-05-19T11:59:18.496000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
nic2="none"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
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:0x000000000889f168>
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:0x0000000008a1d418>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "vms"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "mycompanynameRabbitNode" {0e0d959a-2efe-42ad-9fbe-420d558dddb1}
"mycompanynameDevAnsible" {516bd57f-1f08-447c-92f6-c07309d9f3f1}
"mycompanynameElastic" {d5c7a932-6a7d-4818-b347-782a2d99cbbd}
"mycompanynameWeb" {fe271c35-638d-4d60-bb07-2891298edb0d}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x0000000008a68df0>
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_prune in windows
INFO nfs: NFS pruning. Valid IDs: ["0e0d959a-2efe-42ad-9fbe-420d558dddb1", "516bd57f-1f08-447c-92f6-c07309d9f3f1", "d5c7a932-6a7d-4818-b347-782a2d99cbbd", "fe271c35-638d-4d60-bb07-2891298edb0d"]
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_prune in windows
INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb>, #<Vagrant::UI::Prefixed:0x0000000007ee9a88 @logger=#<Log4r::Logger:0x0000000007ee9a38 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:default, @ui=#<Vagrant::UI::Basic:0x0000000006fb98d8 @logger=#<Log4r::Logger:0x0000000006fb9860 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Thread::Mutex:0x0000000006feb8d8>>>, ["0e0d959a-2efe-42ad-9fbe-420d558dddb1", "516bd57f-1f08-447c-92f6-c07309d9f3f1", "d5c7a932-6a7d-4818-b347-782a2d99cbbd", "fe271c35-638d-4d60-bb07-2891298edb0d"]] (windows)
INFO windows: Pruning invalid NFS entries...
DEBUG windows: Valid ID: 0e0d959a-2efe-42ad-9fbe-420d558dddb1
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x0000000008ab03a8>
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_installed in windows
INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb>] (windows)
INFO synced_folder_cleanup: Invoking synced folder cleanup for: rsync
INFO synced_folder_cleanup: Invoking synced folder cleanup for: nfs
INFO nfs: NFS pruning. Valid IDs: ["0e0d959a-2efe-42ad-9fbe-420d558dddb1", "516bd57f-1f08-447c-92f6-c07309d9f3f1", "d5c7a932-6a7d-4818-b347-782a2d99cbbd", "fe271c35-638d-4d60-bb07-2891298edb0d"]
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_prune in windows
INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb>, #<Vagrant::UI::Prefixed:0x0000000007ee9a88 @logger=#<Log4r::Logger:0x0000000007ee9a38 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:default, @ui=#<Vagrant::UI::Basic:0x0000000006fb98d8 @logger=#<Log4r::Logger:0x0000000006fb9860 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Thread::Mutex:0x0000000006feb8d8>>>, ["0e0d959a-2efe-42ad-9fbe-420d558dddb1", "516bd57f-1f08-447c-92f6-c07309d9f3f1", "d5c7a932-6a7d-4818-b347-782a2d99cbbd", "fe271c35-638d-4d60-bb07-2891298edb0d"]] (windows)
INFO windows: Pruning invalid NFS entries...
DEBUG windows: Valid ID: 0e0d959a-2efe-42ad-9fbe-420d558dddb1
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Delayed:0x0000000008b02ce8>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x0000000008b02c98>
INFO synced_folders: SyncedFolders loading from cache: false
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_installed in windows
INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb>] (windows)
INFO synced_folders: Synced Folder Implementation: rsync
INFO synced_folders: - /vagrant: . => /vagrant
INFO synced_folders: Synced Folder Implementation: nfs
INFO synced_folders: - /var/www/html/: code => /var/www/html
INFO synced_folders: Invoking synced folder prepare for: rsync
INFO synced_folders: Invoking synced folder prepare for: nfs
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSSettings:0x0000000008b60780>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SetDefaultNICType:0x0000000008bf2978>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ClearNetworkInterfaces:0x0000000008c99598>
INFO interface: info: Clearing any previously set network interfaces...
INFO interface: info: ==> default: Clearing any previously set network interfaces...
==> default: Clearing any previously set network interfaces...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--nic2", "none", "--nic3", "none", "--nic4", "none", "--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"]
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:0x0000000008c99570>
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: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "bridgedifs"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name: Intel(R) Ethernet Connection (4) I219-LM
GUID: 6dc5d158-04c2-4c08-ae66-34d83723e34e
DHCP: Enabled
IPAddress: 192.168.1.25
NetworkMask: 255.255.255.0
IPV6Address: 2a01:e35:2424:ef90:3c3b:25a4:c358:5a6b
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: e4:b9:7a:70:92:b6
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-Intel(R) Ethernet Connection (4) I219-LM
Name: DisplayLink Network Adapter NCM #2
GUID: c24c5528-9af2-4a6d-8ce2-9ac5166424ba
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:00:00:00:00:00
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-DisplayLink Network Adapter NCM #2
Name: Hyper-V Virtual Ethernet Adapter #5
GUID: d39c426e-590b-4a41-83c5-b471da43625e
DHCP: Disabled
IPAddress: 172.18.144.1
NetworkMask: 255.255.240.0
IPV6Address: fe80::18fe:bfc3:3d1f:c583
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 00:15:5d:de:80:61
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-Hyper-V Virtual Ethernet Adapter #5
Name: PANGP Virtual Ethernet Adapter #3
GUID: 3663d1aa-c0e3-441c-967f-3650d69b523a
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:00:00:00:00:00
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-PANGP Virtual Ethernet Adapter #3
Name: Hyper-V Virtual Ethernet Adapter #4
GUID: 0a21044a-747b-4468-bf41-9bb9fa72312e
DHCP: Disabled
IPAddress: 172.26.144.1
NetworkMask: 255.255.240.0
IPV6Address: fe80::29d3:36a3:b613:3c6e
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 00:15:5d:ef:a9:a4
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-Hyper-V Virtual Ethernet Adapter #4
Name: Intel(R) Dual Band Wireless-AC 8265
GUID: 2ab16ae9-acf5-4c63-86d9-d7b6acbb7a88
DHCP: Enabled
IPAddress: 169.254.166.55
NetworkMask: 255.255.0.0
IPV6Address: fe80::d991:cb40:8b41:a637
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: fc:77:74:51:38:bc
MediumType: Ethernet
Wireless: Yes
Status: Down
VBoxNetworkName: HostInterfaceNetworking-Intel(R) Dual Band Wireless-AC 8265
Name: Realtek USB GbE Family Controller
GUID: b53615ac-e7e5-413f-81c5-9349a6a8a4a9
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:00:00:00:00:00
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-Realtek USB GbE Family Controller
Name: Microsoft Wi-Fi Direct Virtual Adapter #6
GUID: 7a40ef88-65d8-4ad3-9189-000ae68fb436
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:00:00:00:00:00
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-Microsoft Wi-Fi Direct Virtual Adapter #6
Name: Hyper-V Virtual Ethernet Adapter
GUID: 1e835c6e-f014-49ff-91f5-336101beb430
DHCP: Disabled
IPAddress: 172.20.48.1
NetworkMask: 255.255.240.0
IPV6Address: fe80::5c54:df17:a835:521d
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 00:15:5d:a8:cf:83
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-Hyper-V Virtual Ethernet Adapter
Name: Hyper-V Virtual Ethernet Adapter #2
GUID: 7fd0d7c4-3e35-4d32-8518-c752713f2db4
DHCP: Disabled
IPAddress: 172.24.32.1
NetworkMask: 255.255.240.0
IPV6Address: fe80::b8cb:9a85:b836:736d
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 00:15:5d:36:2d:a3
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-Hyper-V Virtual Ethernet Adapter #2
Name: PANGP Virtual Ethernet Adapter #2
GUID: 13175d0b-a73c-46ea-a36b-3e93686fb4b3
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:00:00:00:00:00
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-PANGP Virtual Ethernet Adapter #2
Name: PANGP Virtual Ethernet Adapter #4
GUID: 202ba4fb-eeb4-47ae-8696-dc6c9bc0d43f
DHCP: Disabled
IPAddress: 10.131.250.44
NetworkMask: 255.255.255.255
IPV6Address: fe80::5d02:dc5f:714b:fdc8
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 02:50:41:00:00:01
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-PANGP Virtual Ethernet Adapter #4
Name: DisplayLink Network Adapter NCM
GUID: aee54546-cbc8-476f-bb9d-e87263d87f15
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:00:00:00:00:00
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-DisplayLink Network Adapter NCM
Name: Hyper-V Virtual Ethernet Adapter #3
GUID: 6d70306a-102e-45c7-87ed-c1873a4dde90
DHCP: Disabled
IPAddress: 172.31.176.1
NetworkMask: 255.255.240.0
IPV6Address: fe80::20d4:23f7:c419:6fa1
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 00:15:5d:0f:37:ed
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-Hyper-V Virtual Ethernet Adapter #3
Name: PANGP Virtual Ethernet Adapter
GUID: 22ed5596-2bfd-4536-a988-d80dcb924f84
DHCP: Disabled
IPAddress: 0.0.0.0
NetworkMask: 0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:00:00:00:00:00
MediumType: Ethernet
Wireless: No
Status: Down
VBoxNetworkName: HostInterfaceNetworking-PANGP Virtual Ethernet Adapter
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG network: Normalized configuration: {:adapter_ip=>"192.168.42.1", :auto_config=>true, :ip=>"192.168.42.13", :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.42.13
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "hostonlyifs"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name: VirtualBox Host-Only Ethernet Adapter #2
GUID: 86bf0904-f986-47be-a9c2-00845cb219a4
DHCP: Disabled
IPAddress: 192.168.42.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::d892:ec49:e2de:7c31
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:18
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
Name: VirtualBox Host-Only Ethernet Adapter
GUID: f551849d-5bfe-4777-874f-d963e331bd2f
DHCP: Disabled
IPAddress: 192.168.56.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::99a9:f6e9:f3e9:f4c4
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:27
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG network: Adapter configuration: {:adapter=>2, :hostonly=>"VirtualBox Host-Only Ethernet Adapter #2", :mac_address=>nil, :nic_type=>nil, :type=>:hostonly}
INFO network: Enabling adapters...
INFO interface: output: Preparing network interfaces based on configuration...
INFO interface: output: ==> default: Preparing network interfaces based on configuration...
==> default: Preparing network interfaces based on configuration...
INFO interface: detail: Adapter 1: nat
INFO interface: detail: default: Adapter 1: nat
default: Adapter 1: nat
INFO interface: detail: Adapter 2: hostonly
INFO interface: detail: default: Adapter 2: hostonly
default: Adapter 2: hostonly
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--nic1", "nat", "--nic2", "hostonly", "--hostonlyadapter2", "VirtualBox Host-Only Ethernet Adapter #2", "--cableconnected2", "on"]
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:0x0000000008ce0c40>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ForwardPorts:0x0000000008d78838>
INFO interface: output: Forwarding ports...
INFO interface: output: ==> default: Forwarding ports...
==> default: Forwarding ports...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=512
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=2
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="off"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="poweroff"
VMStateChangeTime="2020-05-19T11:59:18.496000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
vrde="off"
usb="off"
ehci="off"
xhci="off"
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO interface: detail: 22 (guest) => 2222 (host) (adapter 1)
INFO interface: detail: default: 22 (guest) => 2222 (host) (adapter 1)
default: 22 (guest) => 2222 (host) (adapter 1)
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--natpf1", "ssh,tcp,127.0.0.1,2222,,22"]
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:0x0000000008d787e8>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::SaneDefaults:0x0000000008d78798>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--rtcuseutc", "on"]
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: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--natdnsproxy1", "on"]
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::CleanupDisks:0x0000000008dd2248>
INFO disk: No previous disk_meta file defined for guest default
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Disk:0x0000000008e435b0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x00000000051fcbb0>
INFO interface: info: Running 'pre-boot' VM customizations...
INFO interface: info: ==> default: Running 'pre-boot' VM customizations...
==> default: Running 'pre-boot' VM customizations...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--cableconnected1", "on"]
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: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--memory", "4096"]
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: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "modifyvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--cpus", "4"]
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: #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x00000000051fc610>
INFO interface: info: Booting VM...
INFO interface: info: ==> default: Booting VM...
==> default: Booting VM...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "startvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--type", "headless"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Waiting for VM "fe271c35-638d-4d60-bb07-2891298edb0d" to power on...
VM "fe271c35-638d-4d60-bb07-2891298edb0d" has been successfully started.
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:0x00000000051fc2c8>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x00000000051fc048>
INFO interface: output: Waiting for machine to boot. This may take a few minutes...
INFO interface: output: ==> default: Waiting for machine to boot. This may take a few minutes...
==> default: Waiting for machine to boot. This may take a few minutes...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: Searching for SSH port: 22
DEBUG virtualbox_6_1: read_forward_ports: uuid=fe271c35-638d-4d60-bb07-2891298edb0d active_only=false
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: - [1, "ssh", 2222, 22, "127.0.0.1"]
INFO interface: detail: SSH address: 127.0.0.1:2222
INFO interface: detail: default: SSH address: 127.0.0.1:2222
default: SSH address: 127.0.0.1:2222
INFO interface: detail: SSH username: vagrant
INFO interface: detail: default: SSH username: vagrant
default: SSH username: vagrant
INFO interface: detail: SSH auth method: private key
INFO interface: detail: default: SSH auth method: private key
default: SSH auth method: private key
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: Searching for SSH port: 22
DEBUG virtualbox_6_1: read_forward_ports: uuid=fe271c35-638d-4d60-bb07-2891298edb0d active_only=false
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: - [1, "ssh", 2222, 22, "127.0.0.1"]
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: ["C:/Users/myusername/.vagrant.d/insecure_private_key"]
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:0x00000000092dd058 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00000000092dd008 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000000092dcfb8 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000000092dd0a8>, @mon_mutex=#<Thread::Mutex:0x00000000092dcf68>, @mon_mutex_owner_object_id=76998620, @mon_owner=nil, @mon_count=0>>, :keys=>["C:/Users/myusername/.vagrant.d/insecure_private_key"], :remote_user=>"vagrant"}
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="640,480,32"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
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, [2020-05-19T13:59:28.732842 #8096] DEBUG -- net.ssh.transport.session[4977940]: establishing connection to 127.0.0.1:2222
D, [2020-05-19T13:59:28.737989 #8096] DEBUG -- net.ssh.transport.session[4977940]: connection established
I, [2020-05-19T13:59:28.738131 #8096] INFO -- net.ssh.transport.server_version[4977184]: negotiating protocol version
D, [2020-05-19T13:59:28.738307 #8096] DEBUG -- net.ssh.transport.server_version[4977184]: local is `SSH-2.0-Ruby/Net::SSH_5.2.0 x64-mingw32'
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: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: Searching for SSH port: 22
DEBUG virtualbox_6_1: read_forward_ports: uuid=fe271c35-638d-4d60-bb07-2891298edb0d active_only=false
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: - [1, "ssh", 2222, 22, "127.0.0.1"]
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: ["C:/Users/myusername/.vagrant.d/insecure_private_key"]
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:0x0000000008ad2ef8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000000008ad2e58 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000000008ad2db8 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x0000000008ad2fe8>, @mon_mutex=#<Thread::Mutex:0x0000000008ad2d18>, @mon_mutex_owner_object_id=72783580, @mon_owner=nil, @mon_count=0>>, :keys=>["C:/Users/myusername/.vagrant.d/insecure_private_key"], :remote_user=>"vagrant"}
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
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, [2020-05-19T13:59:43.896425 #8096] DEBUG -- net.ssh.transport.session[456cc24]: establishing connection to 127.0.0.1:2222
D, [2020-05-19T13:59:43.897078 #8096] DEBUG -- net.ssh.transport.session[456cc24]: connection established
I, [2020-05-19T13:59:43.897264 #8096] INFO -- net.ssh.transport.server_version[4571c38]: negotiating protocol version
D, [2020-05-19T13:59:43.897343 #8096] DEBUG -- net.ssh.transport.server_version[4571c38]: local is `SSH-2.0-Ruby/Net::SSH_5.2.0 x64-mingw32'
D, [2020-05-19T13:59:43.992916 #8096] DEBUG -- net.ssh.transport.server_version[4571c38]: remote is `SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u7'
I, [2020-05-19T13:59:43.993275 #8096] INFO -- net.ssh.transport.algorithms[4570130]: sending KEXINIT
D, [2020-05-19T13:59:43.993503 #8096] DEBUG -- socket[456c684]: queueing packet nr 0 type 20 len 1276
D, [2020-05-19T13:59:43.993692 #8096] DEBUG -- socket[456c684]: sent 1280 bytes
D, [2020-05-19T13:59:43.993906 #8096] DEBUG -- socket[456c684]: read 1080 bytes
D, [2020-05-19T13:59:43.994086 #8096] DEBUG -- socket[456c684]: received packet nr 0 type 20 len 1076
I, [2020-05-19T13:59:43.994218 #8096] INFO -- net.ssh.transport.algorithms[4570130]: got KEXINIT from server
I, [2020-05-19T13:59:43.994416 #8096] INFO -- net.ssh.transport.algorithms[4570130]: negotiating algorithms
D, [2020-05-19T13:59:43.994609 #8096] DEBUG -- net.ssh.transport.algorithms[4570130]: negotiated:
* kex: ecdh-sha2-nistp521
* host_key: ecdsa-sha2-nistp256
* encryption_server: aes256-ctr
* encryption_client: aes256-ctr
* hmac_client: hmac-sha2-512
* hmac_server: hmac-sha2-512
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2020-05-19T13:59:43.994719 #8096] DEBUG -- net.ssh.transport.algorithms[4570130]: exchanging keys
D, [2020-05-19T13:59:44.004881 #8096] DEBUG -- socket[456c684]: queueing packet nr 1 type 30 len 148
D, [2020-05-19T13:59:44.005145 #8096] DEBUG -- socket[456c684]: sent 152 bytes
D, [2020-05-19T13:59:44.110310 #8096] DEBUG -- socket[456c684]: read 376 bytes
D, [2020-05-19T13:59:44.110559 #8096] DEBUG -- socket[456c684]: received packet nr 1 type 31 len 356
D, [2020-05-19T13:59:44.117176 #8096] DEBUG -- socket[456c684]: queueing packet nr 2 type 21 len 20
D, [2020-05-19T13:59:44.117442 #8096] DEBUG -- socket[456c684]: sent 24 bytes
D, [2020-05-19T13:59:44.117654 #8096] DEBUG -- socket[456c684]: received packet nr 2 type 21 len 12
D, [2020-05-19T13:59:44.118008 #8096] DEBUG -- net.ssh.authentication.session[458c3bc]: beginning authentication of `vagrant'
D, [2020-05-19T13:59:44.118444 #8096] DEBUG -- socket[456c684]: queueing packet nr 3 type 5 len 28
D, [2020-05-19T13:59:44.118638 #8096] DEBUG -- socket[456c684]: sent 96 bytes
D, [2020-05-19T13:59:44.128878 #8096] DEBUG -- socket[456c684]: read 96 bytes
D, [2020-05-19T13:59:44.129061 #8096] DEBUG -- socket[456c684]: received packet nr 3 type 6 len 28
D, [2020-05-19T13:59:44.129181 #8096] DEBUG -- net.ssh.authentication.session[458c3bc]: trying none
D, [2020-05-19T13:59:44.129316 #8096] DEBUG -- socket[456c684]: queueing packet nr 4 type 50 len 44
D, [2020-05-19T13:59:44.129442 #8096] DEBUG -- socket[456c684]: sent 112 bytes
D, [2020-05-19T13:59:44.140246 #8096] DEBUG -- socket[456c684]: read 96 bytes
D, [2020-05-19T13:59:44.140497 #8096] DEBUG -- socket[456c684]: received packet nr 4 type 51 len 28
D, [2020-05-19T13:59:44.140677 #8096] DEBUG -- net.ssh.authentication.session[458c3bc]: allowed methods: publickey
D, [2020-05-19T13:59:44.140798 #8096] DEBUG -- net.ssh.authentication.methods.none[4594c88]: none failed
D, [2020-05-19T13:59:44.140913 #8096] DEBUG -- net.ssh.authentication.session[458c3bc]: trying publickey
D, [2020-05-19T13:59:44.142118 #8096] DEBUG -- net.ssh.authentication.agent[45a108c]: connecting to ssh-agent
E, [2020-05-19T13:59:44.142484 #8096] ERROR -- net.ssh.authentication.agent[45a108c]: could not connect to ssh-agent: pageant process not running
D, [2020-05-19T13:59:44.142737 #8096] DEBUG -- net.ssh.authentication.methods.publickey[45a1adc]: trying publickey (dd:3b:b8:2e:85:04:06:e9:ab:ff:a8:0a:c0:04:6e:d6)
D, [2020-05-19T13:59:44.142932 #8096] DEBUG -- socket[456c684]: queueing packet nr 5 type 50 len 348
D, [2020-05-19T13:59:44.143091 #8096] DEBUG -- socket[456c684]: sent 416 bytes
D, [2020-05-19T13:59:44.304455 #8096] DEBUG -- socket[456c684]: read 368 bytes
D, [2020-05-19T13:59:44.304674 #8096] DEBUG -- socket[456c684]: received packet nr 5 type 60 len 300
D, [2020-05-19T13:59:44.310949 #8096] DEBUG -- socket[456c684]: queueing packet nr 6 type 50 len 620
D, [2020-05-19T13:59:44.311218 #8096] DEBUG -- socket[456c684]: sent 688 bytes
D, [2020-05-19T13:59:44.406474 #8096] DEBUG -- socket[456c684]: read 80 bytes
D, [2020-05-19T13:59:44.406721 #8096] DEBUG -- socket[456c684]: received packet nr 6 type 52 len 12
D, [2020-05-19T13:59:44.406854 #8096] DEBUG -- net.ssh.authentication.methods.publickey[45a1adc]: publickey succeeded (dd:3b:b8:2e:85:04:06:e9:ab:ff:a8:0a:c0:04:6e:d6)
DEBUG ssh: == Net-SSH connection debug-level log END ==
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: Searching for SSH port: 22
DEBUG virtualbox_6_1: read_forward_ports: uuid=fe271c35-638d-4d60-bb07-2891298edb0d active_only=false
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: - [1, "ssh", 2222, 22, "127.0.0.1"]
INFO interface: detail:
Vagrant insecure key detected. Vagrant will automatically replace
this with a newly generated keypair for better security.
INFO interface: detail: default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO guest: Autodetecting host type for [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>]
DEBUG guest: Trying: atomic
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: grep 'ostree=' /proc/cmdline (sudo=false)
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: elementary
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xelementary' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'elementary' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'elementary' && exit
fi
exit 1
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: mint
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xLinux Mint' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'Linux Mint' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'Linux Mint' && exit
fi
exit 1
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: trisquel
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: [ -x /usr/bin/lsb_release ] && /usr/bin/lsb_release -i 2>/dev/null | grep Trisquel (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: alt
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/altlinux-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/altlinux-release: No such file or directory
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: amazon
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: grep 'Amazon Linux' /etc/os-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: centos
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/centos-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/centos-release: No such file or directory
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: dragonflybsd
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: uname -s | grep -i 'DragonFly' (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: fedora
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: grep 'Fedora release' /etc/redhat-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: grep: /etc/redhat-release: No such file or directory
DEBUG ssh: Exit status: 2
DEBUG guest: Trying: funtoo
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: grep Funtoo /etc/gentoo-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: grep: /etc/gentoo-release: No such file or directory
DEBUG ssh: Exit status: 2
DEBUG guest: Trying: kali
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xkali' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'kali' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'kali' && exit
fi
exit 1
(sudo=false)
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: pld
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/pld-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/pld-release: No such file or directory
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: ubuntu
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xubuntu' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'ubuntu' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'ubuntu' && exit
fi
exit 1
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: alpine
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/alpine-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/alpine-release: No such file or directory
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: arch
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: cat /etc/arch-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat: /etc/arch-release: No such file or directory
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: coreos
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (cat /etc/os-release | grep ID=coreos) || (cat /etc/os-release | grep -E 'ID_LIKE=.*coreos.*') (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: darwin
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: uname -s | grep 'Darwin' (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: debian
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xdebian' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'debian' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'debian' && exit
fi
exit 1
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO guest: Detected: debian!
DEBUG guest: Searching for cap: insert_public_key
DEBUG guest: Checking in: debian
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: insert_public_key in linux
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG guest: Searching for cap: remove_public_key
DEBUG guest: Checking in: debian
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: remove_public_key in linux
INFO ssh: Inserting key to avoid password: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBuaKHgPmZVO5Vg7PlqdG4+9c5YUPNW/aFKBbRtT1aDTCv9IZhf+GPck16ucDAbTbTHWMtzepIdnfirPziBH4tA3ErKKfFfPprq3dPDdTXpJz2cCEJHySUc5raOsuCiw4NiwjgUCfeEFDFXbR1BHBweT+d+fyY4q6kndP2ghmUtItRgcCH2NPQNxh7dv3QFdJMTaRdIukIrYGcem+imi1Z9ONdnwpcdvKiCQ5ow9iNSpijaK1tbnj3LHMol5ELzqBztAidLj7AGvg1OtLjWL63lUMDQR3Wp22jXfyaJmXSeWzf/97oP/oHpGrIwY4/ADDIawsggsTaYc2/IvaHrAvJ vagrant
INFO interface: detail:
Inserting generated public key within guest...
INFO interface: detail: default:
default: Inserting generated public key within guest...
default:
default: Inserting generated public key within guest...
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG guest: Searching for cap: insert_public_key
DEBUG guest: Checking in: debian
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: insert_public_key in linux
INFO guest: Execute capability: insert_public_key [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBuaKHgPmZVO5Vg7PlqdG4+9c5YUPNW/aFKBbRtT1aDTCv9IZhf+GPck16ucDAbTbTHWMtzepIdnfirPziBH4tA3ErKKfFfPprq3dPDdTXpJz2cCEJHySUc5raOsuCiw4NiwjgUCfeEFDFXbR1BHBweT+d+fyY4q6kndP2ghmUtItRgcCH2NPQNxh7dv3QFdJMTaRdIukIrYGcem+imi1Z9ONdnwpcdvKiCQ5ow9iNSpijaK1tbnj3LHMol5ELzqBztAidLj7AGvg1OtLjWL63lUMDQR3Wp22jXfyaJmXSeWzf/97oP/oHpGrIwY4/ADDIawsggsTaYc2/IvaHrAvJ vagrant"] (debian)
DEBUG ssh: Uploading: C:/Users/myusername/AppData/Local/Temp/vagrant-linux-insert-public-key20200519-8096-t8p2ag to /tmp/vagrant-insert-pubkey-1589889587
DEBUG ssh: Re-using SSH connection.
DEBUG ssh: Ensuring remote directory exists for destination upload
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: mkdir -p "/tmp" (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Uploading file C:/Users/myusername/AppData/Local/Temp/vagrant-linux-insert-public-key20200519-8096-t8p2ag to remote /tmp/vagrant-insert-pubkey-1589889587
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: mkdir -p ~/.ssh
chmod 0700 ~/.ssh
cat '/tmp/vagrant-insert-pubkey-1589889587' >> ~/.ssh/authorized_keys && chmod 0600 ~/.ssh/authorized_keys
result=$?
rm -f '/tmp/vagrant-insert-pubkey-1589889587'
exit $result
(sudo=false)
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG host: Searching for cap: set_ssh_key_permissions
DEBUG host: Checking in: windows
DEBUG host: Found cap: set_ssh_key_permissions in windows
DEBUG host: Searching for cap: set_ssh_key_permissions
DEBUG host: Checking in: windows
DEBUG host: Found cap: set_ssh_key_permissions in windows
INFO host: Execute capability: set_ssh_key_permissions [#<Vagrant::Environment: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb>, #<Pathname:C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/machines/default/virtualbox/private_key>] (windows)
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "$env:PSModulePath=$env:PSModulePath+';C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/windows/scripts/utils'; &('C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/hosts/windows/scripts/set_ssh_key_permissions.ps1')", "-KeyPath", "C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/machines/default/virtualbox/private_key"]
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 interface: detail: Removing insecure key from the guest if it's present...
INFO interface: detail: default: Removing insecure key from the guest if it's present...
default: Removing insecure key from the guest if it's present...
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG guest: Searching for cap: remove_public_key
DEBUG guest: Checking in: debian
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: remove_public_key in linux
INFO guest: Execute capability: remove_public_key [#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key"] (debian)
DEBUG ssh: Uploading: C:/Users/myusername/AppData/Local/Temp/vagrant-linux-remove-public-key20200519-8096-17s4m2z to /tmp/vagrant-remove-pubkey-1589889588
DEBUG ssh: Re-using SSH connection.
DEBUG ssh: Ensuring remote directory exists for destination upload
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: mkdir -p "/tmp" (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Uploading file C:/Users/myusername/AppData/Local/Temp/vagrant-linux-remove-public-key20200519-8096-17s4m2z to remote /tmp/vagrant-remove-pubkey-1589889588
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: if test -f ~/.ssh/authorized_keys; then
grep -v -x -f '/tmp/vagrant-remove-pubkey-1589889588' ~/.ssh/authorized_keys > ~/.ssh/authorized_keys.tmp
mv ~/.ssh/authorized_keys.tmp ~/.ssh/authorized_keys && chmod 0600 ~/.ssh/authorized_keys
result=$?
fi
rm -f '/tmp/vagrant-remove-pubkey-1589889588'
exit $result
(sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO interface: detail: Key inserted! Disconnecting and reconnecting using new SSH key...
INFO interface: detail: default: Key inserted! Disconnecting and reconnecting using new SSH key...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
DEBUG ssh: Checking whether SSH is ready...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: Searching for SSH port: 22
DEBUG virtualbox_6_1: read_forward_ports: uuid=fe271c35-638d-4d60-bb07-2891298edb0d active_only=false
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: - [1, "ssh", 2222, 22, "127.0.0.1"]
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: ["C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/machines/default/virtualbox/private_key"]
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:0x00000000091de288 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00000000091de238 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00000000091de1e8 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x00000000091de2d8>, @mon_mutex=#<Thread::Mutex:0x00000000091de198>, @mon_mutex_owner_object_id=76476660, @mon_owner=nil, @mon_count=0>>, :keys=>["C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/machines/default/virtualbox/private_key"], :remote_user=>"vagrant"}
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2020-05-19T13:59:48.742813 #8096] DEBUG -- net.ssh.transport.session[48ee26c]: establishing connection to 127.0.0.1:2222
D, [2020-05-19T13:59:48.743410 #8096] DEBUG -- net.ssh.transport.session[48ee26c]: connection established
I, [2020-05-19T13:59:48.743649 #8096] INFO -- net.ssh.transport.server_version[48ffb5c]: negotiating protocol version
D, [2020-05-19T13:59:48.743987 #8096] DEBUG -- net.ssh.transport.server_version[48ffb5c]: local is `SSH-2.0-Ruby/Net::SSH_5.2.0 x64-mingw32'
D, [2020-05-19T13:59:48.754760 #8096] DEBUG -- net.ssh.transport.server_version[48ffb5c]: remote is `SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u7'
I, [2020-05-19T13:59:48.755201 #8096] INFO -- net.ssh.transport.algorithms[48fef90]: sending KEXINIT
D, [2020-05-19T13:59:48.755498 #8096] DEBUG -- socket[48ee1e0]: queueing packet nr 0 type 20 len 1276
D, [2020-05-19T13:59:48.755734 #8096] DEBUG -- socket[48ee1e0]: sent 1280 bytes
D, [2020-05-19T13:59:48.755979 #8096] DEBUG -- socket[48ee1e0]: read 1080 bytes
D, [2020-05-19T13:59:48.756219 #8096] DEBUG -- socket[48ee1e0]: received packet nr 0 type 20 len 1076
I, [2020-05-19T13:59:48.756390 #8096] INFO -- net.ssh.transport.algorithms[48fef90]: got KEXINIT from server
I, [2020-05-19T13:59:48.756568 #8096] INFO -- net.ssh.transport.algorithms[48fef90]: negotiating algorithms
D, [2020-05-19T13:59:48.756765 #8096] DEBUG -- net.ssh.transport.algorithms[48fef90]: negotiated:
* kex: ecdh-sha2-nistp521
* host_key: ecdsa-sha2-nistp256
* encryption_server: aes256-ctr
* encryption_client: aes256-ctr
* hmac_client: hmac-sha2-512
* hmac_server: hmac-sha2-512
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2020-05-19T13:59:48.756972 #8096] DEBUG -- net.ssh.transport.algorithms[48fef90]: exchanging keys
D, [2020-05-19T13:59:48.759686 #8096] DEBUG -- socket[48ee1e0]: queueing packet nr 1 type 30 len 148
D, [2020-05-19T13:59:48.759924 #8096] DEBUG -- socket[48ee1e0]: sent 152 bytes
D, [2020-05-19T13:59:48.770319 #8096] DEBUG -- socket[48ee1e0]: read 376 bytes
D, [2020-05-19T13:59:48.770579 #8096] DEBUG -- socket[48ee1e0]: received packet nr 1 type 31 len 356
D, [2020-05-19T13:59:48.773331 #8096] DEBUG -- socket[48ee1e0]: queueing packet nr 2 type 21 len 20
D, [2020-05-19T13:59:48.773613 #8096] DEBUG -- socket[48ee1e0]: sent 24 bytes
D, [2020-05-19T13:59:48.773741 #8096] DEBUG -- socket[48ee1e0]: received packet nr 2 type 21 len 12
D, [2020-05-19T13:59:48.774082 #8096] DEBUG -- net.ssh.authentication.session[4909828]: beginning authentication of `vagrant'
D, [2020-05-19T13:59:48.774304 #8096] DEBUG -- socket[48ee1e0]: queueing packet nr 3 type 5 len 28
D, [2020-05-19T13:59:48.774551 #8096] DEBUG -- socket[48ee1e0]: sent 96 bytes
D, [2020-05-19T13:59:48.785023 #8096] DEBUG -- socket[48ee1e0]: read 96 bytes
D, [2020-05-19T13:59:48.785272 #8096] DEBUG -- socket[48ee1e0]: received packet nr 3 type 6 len 28
D, [2020-05-19T13:59:48.785636 #8096] DEBUG -- net.ssh.authentication.session[4909828]: trying none
D, [2020-05-19T13:59:48.785957 #8096] DEBUG -- socket[48ee1e0]: queueing packet nr 4 type 50 len 44
D, [2020-05-19T13:59:48.786222 #8096] DEBUG -- socket[48ee1e0]: sent 112 bytes
D, [2020-05-19T13:59:48.796937 #8096] DEBUG -- socket[48ee1e0]: read 96 bytes
D, [2020-05-19T13:59:48.797231 #8096] DEBUG -- socket[48ee1e0]: received packet nr 4 type 51 len 28
D, [2020-05-19T13:59:48.797472 #8096] DEBUG -- net.ssh.authentication.session[4909828]: allowed methods: publickey
D, [2020-05-19T13:59:48.797712 #8096] DEBUG -- net.ssh.authentication.methods.none[49087c0]: none failed
D, [2020-05-19T13:59:48.797961 #8096] DEBUG -- net.ssh.authentication.session[4909828]: trying publickey
D, [2020-05-19T13:59:48.798751 #8096] DEBUG -- net.ssh.authentication.agent[491d224]: connecting to ssh-agent
E, [2020-05-19T13:59:48.799047 #8096] ERROR -- net.ssh.authentication.agent[491d224]: could not connect to ssh-agent: pageant process not running
D, [2020-05-19T13:59:48.799341 #8096] DEBUG -- net.ssh.authentication.methods.publickey[491d490]: trying publickey (46:2d:51:ed:2d:6d:5d:16:8d:40:f9:8a:8a:17:07:e2)
D, [2020-05-19T13:59:48.799555 #8096] DEBUG -- socket[48ee1e0]: queueing packet nr 5 type 50 len 348
D, [2020-05-19T13:59:48.799832 #8096] DEBUG -- socket[48ee1e0]: sent 416 bytes
D, [2020-05-19T13:59:48.810356 #8096] DEBUG -- socket[48ee1e0]: read 368 bytes
D, [2020-05-19T13:59:48.810630 #8096] DEBUG -- socket[48ee1e0]: received packet nr 5 type 60 len 300
D, [2020-05-19T13:59:48.812016 #8096] DEBUG -- socket[48ee1e0]: queueing packet nr 6 type 50 len 620
D, [2020-05-19T13:59:48.812186 #8096] DEBUG -- socket[48ee1e0]: sent 688 bytes
D, [2020-05-19T13:59:48.823029 #8096] DEBUG -- socket[48ee1e0]: read 80 bytes
D, [2020-05-19T13:59:48.823248 #8096] DEBUG -- socket[48ee1e0]: received packet nr 6 type 52 len 12
D, [2020-05-19T13:59:48.823482 #8096] DEBUG -- net.ssh.authentication.methods.publickey[491d490]: publickey succeeded (46:2d:51:ed:2d:6d:5d:16:8d:40:f9:8a:8a:17:07:e2)
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (sudo=false)
DEBUG ssh: Exit status: 0
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
INFO interface: output: Machine booted and ready!
INFO interface: output: ==> default: Machine booted and ready!
==> default: Machine booted and ready!
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Customize:0x0000000005213bf8>
INFO warden: Calling IN action: #<VagrantVbguest::Middleware:0x00000000052138b0>
DEBUG vbguest-machine: initialize vbguest machine for VM 'default' (#<Vagrant::Machine:0x0000000007ebab70>)
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "guestproperty", "get", "fe271c35-638d-4d60-bb07-2891298edb0d", "/VirtualBox/GuestAdd/Version"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: No value set!
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: VBoxService --version (sudo=true)
DEBUG ssh: stderr: mesg: ttyname failed: Inappropriate ioctl for device
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: bash: line 4: VBoxService: command not found
DEBUG ssh: Exit status: 127
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: grep -qE "^vboxguest\s.+\s\([^\s]*O[^\s]*\)$" /proc/modules && ls /lib/modules/`uname -r`/misc/vboxsf.ko* (sudo=true)
DEBUG ssh: stderr: mesg: ttyname failed: Inappropriate ioctl for device
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG vbguest-machine: Current states for VM 'default' are : guest_version= : host_version=6.1.6 : running=false
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "guestproperty", "get", "fe271c35-638d-4d60-bb07-2891298edb0d", "/VirtualBox/GuestAdd/Version"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: No value set!
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: VBoxService --version (sudo=true)
DEBUG ssh: stderr: mesg: ttyname failed: Inappropriate ioctl for device
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: bash: line 4: VBoxService: command not found
DEBUG ssh: Exit status: 127
INFO interface: warn: [default] No Virtualbox Guest Additions installation found.
[default] No Virtualbox Guest Additions installation found.
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "guestproperty", "get", "fe271c35-638d-4d60-bb07-2891298edb0d", "/VirtualBox/GuestAdd/Version"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: No value set!
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: VBoxService --version (sudo=true)
DEBUG ssh: stderr: mesg:
DEBUG ssh: stderr: ttyname failed
DEBUG ssh: stderr: :
DEBUG ssh: stderr: Inappropriate ioctl for device
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: bash: line 4: VBoxService: command not found
DEBUG ssh: Exit status: 127
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: grep -qE "^vboxguest\s.+\s\([^\s]*O[^\s]*\)$" /proc/modules && ls /lib/modules/`uname -r`/misc/vboxsf.ko* (sudo=true)
DEBUG ssh: stderr: mesg: ttyname failed: Inappropriate ioctl for device
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG vbguest-machine: Current states for VM 'default' are : guest_version= : host_version=6.1.6 : running=false
DEBUG vbguest-machine: Runlist for state clean is: [:install]
DEBUG vbguest-machine: Running command install from runlist
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: uname -r | grep pve (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: apt-cache search --names-only '^dkms$' | grep dkms (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: DEBIAN_FRONTEND=noninteractive apt-get install -y linux-headers-`uname -r` dkms (sudo=true)
DEBUG ssh: stderr: mesg: ttyname failed: Inappropriate ioctl for device
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
INFO interface: info: Reading package lists...
Reading package lists... INFO interface: info:
INFO interface: info: Building dependency tree...
Building dependency tree... INFO interface: info:
Reading state information...
Reading state information... INFO interface: info:
INFO interface: info: The following additional packages will be installed:
The following additional packages will be installed:
INFO interface: info: binutils cpp cpp-6 fakeroot gcc gcc-6 libasan3 libatomic1 libc-dev-bin
libc6-dev libcc1-0 libcilkrts5 libfakeroot libgcc-6-dev libgomp1 libisl15
binutils cpp cpp-6 fakeroot gcc gcc-6 libasan3 libatomic1 libc-dev-bin
libc6-dev libcc1-0 libcilkrts5 libfakeroot libgcc-6-dev libgomp1 libisl15
INFO interface: info: libitm1 liblsan0 libmpc3 libmpfr4 libmpx2 libquadmath0 libtsan0 libubsan0
linux-compiler-gcc-6-x86 linux-headers-4.9.0-12-common linux-headers-amd64
linux-kbuild-4.9 linux-libc-dev make manpages-dev patch
libitm1 liblsan0 libmpc3 libmpfr4 libmpx2 libquadmath0 libtsan0 libubsan0
linux-compiler-gcc-6-x86 linux-headers-4.9.0-12-common linux-headers-amd64
linux-kbuild-4.9 linux-libc-dev make manpages-dev patch
INFO interface: info: Suggested packages:
binutils-doc cpp-doc gcc-6-locales python3-apport menu gcc-multilib autoconf
automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
glibc-doc make-doc ed diffutils-doc
Suggested packages:
binutils-doc cpp-doc gcc-6-locales python3-apport menu gcc-multilib autoconf
automake libtool flex bison gdb gcc-doc gcc-6-multilib gcc-6-doc libgcc1-dbg
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg
libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg
glibc-doc make-doc ed diffutils-doc
INFO interface: info: The following NEW packages will be installed:
The following NEW packages will be installed:
INFO interface: info: binutils cpp cpp-6 dkms fakeroot gcc gcc-6 libasan3 libatomic1 libc-dev-bin
libc6-dev libcc1-0 libcilkrts5 libfakeroot libgcc-6-dev libgomp1 libisl15
libitm1 liblsan0 libmpc3 libmpfr4 libmpx2 libquadmath0 libtsan0 libubsan0
linux-compiler-gcc-6-x86 linux-headers-4.9.0-12-amd64
linux-headers-4.9.0-12-common linux-headers-amd64 linux-kbuild-4.9
linux-libc-dev make manpages-dev patch
binutils cpp cpp-6 dkms fakeroot gcc gcc-6 libasan3 libatomic1 libc-dev-bin
libc6-dev libcc1-0 libcilkrts5 libfakeroot libgcc-6-dev libgomp1 libisl15
libitm1 liblsan0 libmpc3 libmpfr4 libmpx2 libquadmath0 libtsan0 libubsan0
linux-compiler-gcc-6-x86 linux-headers-4.9.0-12-amd64
linux-headers-4.9.0-12-common linux-headers-amd64 linux-kbuild-4.9
linux-libc-dev make manpages-dev patch
INFO interface: info: 0 upgraded, 34 newly installed, 0 to remove and 0 not upgraded.
Need to get 38.5 MB of archives.
After this operation, 172 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3,770 kB]
0 upgraded, 34 newly installed, 0 to remove and 0 not upgraded.
Need to get 38.5 MB of archives.
After this operation, 172 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 binutils amd64 2.28-5 [3,770 kB]
INFO interface: info: Get:2 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
Get:2 http://deb.debian.org/debian stretch/main amd64 libisl15 amd64 0.18-1 [564 kB]
INFO interface: info: Get:3 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
Get:3 http://deb.debian.org/debian stretch/main amd64 libmpfr4 amd64 3.1.5-1 [556 kB]
INFO interface: info: Get:4 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
Get:4 http://deb.debian.org/debian stretch/main amd64 libmpc3 amd64 1.0.3-1+b2 [39.9 kB]
INFO interface: info: Get:5 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6,584 kB]
Get:5 http://deb.debian.org/debian stretch/main amd64 cpp-6 amd64 6.3.0-18+deb9u1 [6,584 kB]
INFO interface: info: Get:6 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
Get:6 http://deb.debian.org/debian stretch/main amd64 cpp amd64 4:6.3.0-4 [18.7 kB]
INFO interface: info: Get:7 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
Get:7 http://deb.debian.org/debian stretch/main amd64 libcc1-0 amd64 6.3.0-18+deb9u1 [30.6 kB]
INFO interface: info: Get:8 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
Get:8 http://deb.debian.org/debian stretch/main amd64 libgomp1 amd64 6.3.0-18+deb9u1 [73.3 kB]
INFO interface: info: Get:9 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
Get:9 http://deb.debian.org/debian stretch/main amd64 libitm1 amd64 6.3.0-18+deb9u1 [27.3 kB]
INFO interface: info: Get:10 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8,966 B]
Get:10 http://deb.debian.org/debian stretch/main amd64 libatomic1 amd64 6.3.0-18+deb9u1 [8,966 B]
INFO interface: info: Get:11 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
Get:11 http://deb.debian.org/debian stretch/main amd64 libasan3 amd64 6.3.0-18+deb9u1 [311 kB]
INFO interface: info: Get:12 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
Get:12 http://deb.debian.org/debian stretch/main amd64 liblsan0 amd64 6.3.0-18+deb9u1 [115 kB]
INFO interface: info: Get:13 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
Get:13 http://deb.debian.org/debian stretch/main amd64 libtsan0 amd64 6.3.0-18+deb9u1 [257 kB]
INFO interface: info: Get:14 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
Get:14 http://deb.debian.org/debian stretch/main amd64 libubsan0 amd64 6.3.0-18+deb9u1 [107 kB]
INFO interface: info: Get:15 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
Get:15 http://deb.debian.org/debian stretch/main amd64 libcilkrts5 amd64 6.3.0-18+deb9u1 [40.5 kB]
INFO interface: info: Get:16 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
Get:16 http://deb.debian.org/debian stretch/main amd64 libmpx2 amd64 6.3.0-18+deb9u1 [11.2 kB]
INFO interface: info: Get:17 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
Get:17 http://deb.debian.org/debian stretch/main amd64 libquadmath0 amd64 6.3.0-18+deb9u1 [131 kB]
INFO interface: info: Get:18 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2,296 kB]
Get:18 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev amd64 6.3.0-18+deb9u1 [2,296 kB]
INFO interface: info: Get:19 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6,900 kB]
Get:19 http://deb.debian.org/debian stretch/main amd64 gcc-6 amd64 6.3.0-18+deb9u1 [6,900 kB]
INFO interface: info: Get:20 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5,196 B]
Get:20 http://deb.debian.org/debian stretch/main amd64 gcc amd64 4:6.3.0-4 [5,196 B]
INFO interface: info: Get:21 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
Get:21 http://deb.debian.org/debian stretch/main amd64 make amd64 4.1-9.1 [302 kB]
INFO interface: info: Get:22 http://deb.debian.org/debian stretch/main amd64 patch amd64 2.7.5-1+deb9u2 [112 kB]
Get:22 http://deb.debian.org/debian stretch/main amd64 patch amd64 2.7.5-1+deb9u2 [112 kB]
INFO interface: info: Get:23 http://deb.debian.org/debian stretch/main amd64 dkms all 2.3-2 [74.8 kB]
Get:23 http://deb.debian.org/debian stretch/main amd64 dkms all 2.3-2 [74.8 kB]
INFO interface: info: Get:24 http://deb.debian.org/debian stretch/main amd64 libfakeroot amd64 1.21-3.1 [45.7 kB]
Get:24 http://deb.debian.org/debian stretch/main amd64 libfakeroot amd64 1.21-3.1 [45.7 kB]
INFO interface: info: Get:25 http://deb.debian.org/debian stretch/main amd64 fakeroot amd64 1.21-3.1 [85.6 kB]
Get:25 http://deb.debian.org/debian stretch/main amd64 fakeroot amd64 1.21-3.1 [85.6 kB]
INFO interface: info: Get:26 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
Get:26 http://deb.debian.org/debian stretch/main amd64 libc-dev-bin amd64 2.24-11+deb9u4 [259 kB]
INFO interface: info: Get:27 http://deb.debian.org/debian stretch/main amd64 linux-libc-dev amd64 4.9.210-1 [1,481 kB]
Get:27 http://deb.debian.org/debian stretch/main amd64 linux-libc-dev amd64 4.9.210-1 [1,481 kB]
INFO interface: info: Get:28 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2,364 kB]
Get:28 http://deb.debian.org/debian stretch/main amd64 libc6-dev amd64 2.24-11+deb9u4 [2,364 kB]
INFO interface: info: Get:29 http://deb.debian.org/debian stretch/main amd64 linux-compiler-gcc-6-x86 amd64 4.9.210-1 [688 kB]
Get:29 http://deb.debian.org/debian stretch/main amd64 linux-compiler-gcc-6-x86 amd64 4.9.210-1 [688 kB]
INFO interface: info: Get:30 http://deb.debian.org/debian stretch/main amd64 linux-headers-4.9.0-12-common all 4.9.210-1 [7,741 kB]
Get:30 http://deb.debian.org/debian stretch/main amd64 linux-headers-4.9.0-12-common all 4.9.210-1 [7,741 kB]
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: Get:31 http://deb.debian.org/debian stretch/main amd64 linux-kbuild-4.9 amd64 4.9.210-1 [896 kB]
Get:31 http://deb.debian.org/debian stretch/main amd64 linux-kbuild-4.9 amd64 4.9.210-1 [896 kB]
INFO interface: info: Get:32 http://deb.debian.org/debian stretch/main amd64 linux-headers-4.9.0-12-amd64 amd64 4.9.210-1 [450 kB]
Get:32 http://deb.debian.org/debian stretch/main amd64 linux-headers-4.9.0-12-amd64 amd64 4.9.210-1 [450 kB]
INFO interface: info: Get:33 http://deb.debian.org/debian stretch/main amd64 linux-headers-amd64 amd64 4.9+80+deb9u10 [6,106 B]
Get:33 http://deb.debian.org/debian stretch/main amd64 linux-headers-amd64 amd64 4.9+80+deb9u10 [6,106 B]
INFO interface: info: Get:34 http://deb.debian.org/debian stretch/main amd64 manpages-dev all 4.10-2 [2,145 kB]
Get:34 http://deb.debian.org/debian stretch/main amd64 manpages-dev all 4.10-2 [2,145 kB]
DEBUG ssh: stderr:
Extracting templates from packages: 88%
INFO interface: info:
Extracting templates from packages: 88%
Extracting templates from packages: 88%DEBUG ssh: stderr:
Extracting templates from packages: 100%
INFO interface: info:
Extracting templates from packages: 100%
Extracting templates from packages: 100%
INFO interface: info: Fetched 38.5 MB in 6s (6,150 kB/s)
Fetched 38.5 MB in 6s (6,150 kB/s)
INFO interface: info: Selecting previously unselected package binutils.
(Reading database ...
Selecting previously unselected package binutils.
(Reading database ...
INFO interface: info: (Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
INFO interface: info: (Reading database ... 75%
(Reading database ... 75%
INFO interface: info: (Reading database ... 80%
(Reading database ... 80%
INFO interface: info: (Reading database ... 85%
(Reading database ... 85%
INFO interface: info: (Reading database ... 90%
(Reading database ... 90%
INFO interface: info: (Reading database ... 95%
(Reading database ... 95%
INFO interface: info: (Reading database ... 100%
(Reading database ... 26675 files and directories currently installed.)
(Reading database ... 100%
(Reading database ... 26675 files and directories currently installed.)
INFO interface: info: Preparing to unpack .../00-binutils_2.28-5_amd64.deb ...
Preparing to unpack .../00-binutils_2.28-5_amd64.deb ...
INFO interface: info: Unpacking binutils (2.28-5) ...
Unpacking binutils (2.28-5) ...
INFO interface: info: Selecting previously unselected package libisl15:amd64.
Preparing to unpack .../01-libisl15_0.18-1_amd64.deb ...
Selecting previously unselected package libisl15:amd64.
Preparing to unpack .../01-libisl15_0.18-1_amd64.deb ...
INFO interface: info: Unpacking libisl15:amd64 (0.18-1) ...
Unpacking libisl15:amd64 (0.18-1) ...
INFO interface: info: Selecting previously unselected package libmpfr4:amd64.
Selecting previously unselected package libmpfr4:amd64.
INFO interface: info: Preparing to unpack .../02-libmpfr4_3.1.5-1_amd64.deb ...
Preparing to unpack .../02-libmpfr4_3.1.5-1_amd64.deb ...
INFO interface: info: Unpacking libmpfr4:amd64 (3.1.5-1) ...
Unpacking libmpfr4:amd64 (3.1.5-1) ...
INFO interface: info: Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../03-libmpc3_1.0.3-1+b2_amd64.deb ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../03-libmpc3_1.0.3-1+b2_amd64.deb ...
INFO interface: info: Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
Unpacking libmpc3:amd64 (1.0.3-1+b2) ...
INFO interface: info: Selecting previously unselected package cpp-6.
Selecting previously unselected package cpp-6.
INFO interface: info: Preparing to unpack .../04-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
Preparing to unpack .../04-cpp-6_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking cpp-6 (6.3.0-18+deb9u1) ...
Unpacking cpp-6 (6.3.0-18+deb9u1) ...
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: Selecting previously unselected package cpp.
Preparing to unpack .../05-cpp_4%3a6.3.0-4_amd64.deb ...
Selecting previously unselected package cpp.
Preparing to unpack .../05-cpp_4%3a6.3.0-4_amd64.deb ...
INFO interface: info: Unpacking cpp (4:6.3.0-4) ...
Unpacking cpp (4:6.3.0-4) ...
INFO interface: info: Selecting previously unselected package libcc1-0:amd64.
Selecting previously unselected package libcc1-0:amd64.
INFO interface: info: Preparing to unpack .../06-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
Preparing to unpack .../06-libcc1-0_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
Unpacking libcc1-0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libgomp1:amd64.
Selecting previously unselected package libgomp1:amd64.
INFO interface: info: Preparing to unpack .../07-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
Preparing to unpack .../07-libgomp1_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
Unpacking libgomp1:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libitm1:amd64.
Selecting previously unselected package libitm1:amd64.
INFO interface: info: Preparing to unpack .../08-libitm1_6.3.0-18+deb9u1_amd64.deb ...
Preparing to unpack .../08-libitm1_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
Unpacking libitm1:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libatomic1:amd64.
Selecting previously unselected package libatomic1:amd64.
INFO interface: info: Preparing to unpack .../09-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
Preparing to unpack .../09-libatomic1_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
Unpacking libatomic1:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libasan3:amd64.
Selecting previously unselected package libasan3:amd64.
INFO interface: info: Preparing to unpack .../10-libasan3_6.3.0-18+deb9u1_amd64.deb ...
Preparing to unpack .../10-libasan3_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
Unpacking libasan3:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../11-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../11-liblsan0_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
Unpacking liblsan0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../12-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../12-libtsan0_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
Unpacking libtsan0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../13-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../13-libubsan0_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
Unpacking libubsan0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libcilkrts5:amd64.
Selecting previously unselected package libcilkrts5:amd64.
INFO interface: info: Preparing to unpack .../14-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
Preparing to unpack .../14-libcilkrts5_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
Unpacking libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libmpx2:amd64.
Selecting previously unselected package libmpx2:amd64.
INFO interface: info: Preparing to unpack .../15-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
Preparing to unpack .../15-libmpx2_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
Unpacking libmpx2:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libquadmath0:amd64.
Selecting previously unselected package libquadmath0:amd64.
INFO interface: info: Preparing to unpack .../16-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
Preparing to unpack .../16-libquadmath0_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
Unpacking libquadmath0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package libgcc-6-dev:amd64.
Preparing to unpack .../17-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
Selecting previously unselected package libgcc-6-dev:amd64.
Preparing to unpack .../17-libgcc-6-dev_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
Unpacking libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package gcc-6.
Preparing to unpack .../18-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
Selecting previously unselected package gcc-6.
Preparing to unpack .../18-gcc-6_6.3.0-18+deb9u1_amd64.deb ...
INFO interface: info: Unpacking gcc-6 (6.3.0-18+deb9u1) ...
Unpacking gcc-6 (6.3.0-18+deb9u1) ...
INFO interface: info: Selecting previously unselected package gcc.
Selecting previously unselected package gcc.
INFO interface: info: Preparing to unpack .../19-gcc_4%3a6.3.0-4_amd64.deb ...
Preparing to unpack .../19-gcc_4%3a6.3.0-4_amd64.deb ...
INFO interface: info: Unpacking gcc (4:6.3.0-4) ...
Unpacking gcc (4:6.3.0-4) ...
INFO interface: info: Selecting previously unselected package make.
Selecting previously unselected package make.
INFO interface: info: Preparing to unpack .../20-make_4.1-9.1_amd64.deb ...
Preparing to unpack .../20-make_4.1-9.1_amd64.deb ...
INFO interface: info: Unpacking make (4.1-9.1) ...
Unpacking make (4.1-9.1) ...
INFO interface: info: Selecting previously unselected package patch.
Selecting previously unselected package patch.
INFO interface: info: Preparing to unpack .../21-patch_2.7.5-1+deb9u2_amd64.deb ...
Preparing to unpack .../21-patch_2.7.5-1+deb9u2_amd64.deb ...
INFO interface: info: Unpacking patch (2.7.5-1+deb9u2) ...
Unpacking patch (2.7.5-1+deb9u2) ...
INFO interface: info: Selecting previously unselected package dkms.
Selecting previously unselected package dkms.
INFO interface: info: Preparing to unpack .../22-dkms_2.3-2_all.deb ...
Preparing to unpack .../22-dkms_2.3-2_all.deb ...
INFO interface: info: Unpacking dkms (2.3-2) ...
Unpacking dkms (2.3-2) ...
INFO interface: info: Selecting previously unselected package libfakeroot:amd64.
Selecting previously unselected package libfakeroot:amd64.
INFO interface: info: Preparing to unpack .../23-libfakeroot_1.21-3.1_amd64.deb ...
Preparing to unpack .../23-libfakeroot_1.21-3.1_amd64.deb ...
INFO interface: info: Unpacking libfakeroot:amd64 (1.21-3.1) ...
Unpacking libfakeroot:amd64 (1.21-3.1) ...
INFO interface: info: Selecting previously unselected package fakeroot.
Selecting previously unselected package fakeroot.
INFO interface: info: Preparing to unpack .../24-fakeroot_1.21-3.1_amd64.deb ...
Preparing to unpack .../24-fakeroot_1.21-3.1_amd64.deb ...
INFO interface: info: Unpacking fakeroot (1.21-3.1) ...
Unpacking fakeroot (1.21-3.1) ...
INFO interface: info: Selecting previously unselected package libc-dev-bin.
Selecting previously unselected package libc-dev-bin.
INFO interface: info: Preparing to unpack .../25-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
Preparing to unpack .../25-libc-dev-bin_2.24-11+deb9u4_amd64.deb ...
INFO interface: info: Unpacking libc-dev-bin (2.24-11+deb9u4) ...
Unpacking libc-dev-bin (2.24-11+deb9u4) ...
INFO interface: info: Selecting previously unselected package linux-libc-dev:amd64.
Selecting previously unselected package linux-libc-dev:amd64.
INFO interface: info: Preparing to unpack .../26-linux-libc-dev_4.9.210-1_amd64.deb ...
Preparing to unpack .../26-linux-libc-dev_4.9.210-1_amd64.deb ...
INFO interface: info: Unpacking linux-libc-dev:amd64 (4.9.210-1) ...
Unpacking linux-libc-dev:amd64 (4.9.210-1) ...
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: Selecting previously unselected package libc6-dev:amd64.
Selecting previously unselected package libc6-dev:amd64.
INFO interface: info: Preparing to unpack .../27-libc6-dev_2.24-11+deb9u4_amd64.deb ...
Preparing to unpack .../27-libc6-dev_2.24-11+deb9u4_amd64.deb ...
INFO interface: info: Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
Unpacking libc6-dev:amd64 (2.24-11+deb9u4) ...
INFO interface: info: Selecting previously unselected package linux-compiler-gcc-6-x86.
Selecting previously unselected package linux-compiler-gcc-6-x86.
INFO interface: info: Preparing to unpack .../28-linux-compiler-gcc-6-x86_4.9.210-1_amd64.deb ...
Preparing to unpack .../28-linux-compiler-gcc-6-x86_4.9.210-1_amd64.deb ...
INFO interface: info: Unpacking linux-compiler-gcc-6-x86 (4.9.210-1) ...
Unpacking linux-compiler-gcc-6-x86 (4.9.210-1) ...
INFO interface: info: Selecting previously unselected package linux-headers-4.9.0-12-common.
Selecting previously unselected package linux-headers-4.9.0-12-common.
INFO interface: info: Preparing to unpack .../29-linux-headers-4.9.0-12-common_4.9.210-1_all.deb ...
Preparing to unpack .../29-linux-headers-4.9.0-12-common_4.9.210-1_all.deb ...
INFO interface: info: Unpacking linux-headers-4.9.0-12-common (4.9.210-1) ...
Unpacking linux-headers-4.9.0-12-common (4.9.210-1) ...
DEBUG ssh: Sending SSH keep-alive...
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: Selecting previously unselected package linux-kbuild-4.9.
Selecting previously unselected package linux-kbuild-4.9.
INFO interface: info: Preparing to unpack .../30-linux-kbuild-4.9_4.9.210-1_amd64.deb ...
Preparing to unpack .../30-linux-kbuild-4.9_4.9.210-1_amd64.deb ...
INFO interface: info: Unpacking linux-kbuild-4.9 (4.9.210-1) ...
Unpacking linux-kbuild-4.9 (4.9.210-1) ...
INFO interface: info: Selecting previously unselected package linux-headers-4.9.0-12-amd64.
Selecting previously unselected package linux-headers-4.9.0-12-amd64.
INFO interface: info: Preparing to unpack .../31-linux-headers-4.9.0-12-amd64_4.9.210-1_amd64.deb ...
Preparing to unpack .../31-linux-headers-4.9.0-12-amd64_4.9.210-1_amd64.deb ...
INFO interface: info: Unpacking linux-headers-4.9.0-12-amd64 (4.9.210-1) ...
Unpacking linux-headers-4.9.0-12-amd64 (4.9.210-1) ...
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: Selecting previously unselected package linux-headers-amd64.
Selecting previously unselected package linux-headers-amd64.
INFO interface: info: Preparing to unpack .../32-linux-headers-amd64_4.9+80+deb9u10_amd64.deb ...
Preparing to unpack .../32-linux-headers-amd64_4.9+80+deb9u10_amd64.deb ...
INFO interface: info: Unpacking linux-headers-amd64 (4.9+80+deb9u10) ...
Unpacking linux-headers-amd64 (4.9+80+deb9u10) ...
INFO interface: info: Selecting previously unselected package manpages-dev.
Selecting previously unselected package manpages-dev.
INFO interface: info: Preparing to unpack .../33-manpages-dev_4.10-2_all.deb ...
Preparing to unpack .../33-manpages-dev_4.10-2_all.deb ...
INFO interface: info: Unpacking manpages-dev (4.10-2) ...
Unpacking manpages-dev (4.10-2) ...
INFO interface: info: Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
Setting up libquadmath0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
Setting up libgomp1:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
Setting up libatomic1:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
Setting up libcc1-0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up make (4.1-9.1) ...
Setting up make (4.1-9.1) ...
INFO interface: info: Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
Setting up libasan3:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up linux-headers-4.9.0-12-common (4.9.210-1) ...
Setting up linux-headers-4.9.0-12-common (4.9.210-1) ...
INFO interface: info: Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
Setting up libcilkrts5:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
Setting up libubsan0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
Setting up libtsan0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up linux-libc-dev:amd64 (4.9.210-1) ...
Setting up linux-libc-dev:amd64 (4.9.210-1) ...
INFO interface: info: Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
Setting up liblsan0:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
Setting up libmpx2:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up libisl15:amd64 (0.18-1) ...
Setting up libisl15:amd64 (0.18-1) ...
INFO interface: info: Setting up patch (2.7.5-1+deb9u2) ...
Setting up patch (2.7.5-1+deb9u2) ...
INFO interface: info: Setting up linux-kbuild-4.9 (4.9.210-1) ...
Setting up linux-kbuild-4.9 (4.9.210-1) ...
INFO interface: info: Processing triggers for libc-bin (2.24-11+deb9u4) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
INFO interface: info: Setting up libfakeroot:amd64 (1.21-3.1) ...
Setting up libfakeroot:amd64 (1.21-3.1) ...
INFO interface: info: Setting up libmpfr4:amd64 (3.1.5-1) ...
Setting up libmpfr4:amd64 (3.1.5-1) ...
INFO interface: info: Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for man-db (2.7.6.1-2) ...
DEBUG ssh: Sending SSH keep-alive...
INFO interface: info: Setting up libmpc3:amd64 (1.0.3-1+b2) ...
Setting up libmpc3:amd64 (1.0.3-1+b2) ...
INFO interface: info: Setting up binutils (2.28-5) ...
Setting up binutils (2.28-5) ...
INFO interface: info: Setting up cpp-6 (6.3.0-18+deb9u1) ...
Setting up cpp-6 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up libc-dev-bin (2.24-11+deb9u4) ...
Setting up libc-dev-bin (2.24-11+deb9u4) ...
INFO interface: info: Setting up manpages-dev (4.10-2) ...
Setting up manpages-dev (4.10-2) ...
INFO interface: info: Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
Setting up libc6-dev:amd64 (2.24-11+deb9u4) ...
INFO interface: info: Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
Setting up libitm1:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up cpp (4:6.3.0-4) ...
Setting up cpp (4:6.3.0-4) ...
INFO interface: info: Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
Setting up libgcc-6-dev:amd64 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up fakeroot (1.21-3.1) ...
Setting up fakeroot (1.21-3.1) ...
INFO interface: info: update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
INFO interface: info: Setting up gcc-6 (6.3.0-18+deb9u1) ...
Setting up gcc-6 (6.3.0-18+deb9u1) ...
INFO interface: info: Setting up gcc (4:6.3.0-4) ...
Setting up gcc (4:6.3.0-4) ...
INFO interface: info: Setting up linux-compiler-gcc-6-x86 (4.9.210-1) ...
Setting up linux-compiler-gcc-6-x86 (4.9.210-1) ...
INFO interface: info: Setting up linux-headers-4.9.0-12-amd64 (4.9.210-1) ...
Setting up linux-headers-4.9.0-12-amd64 (4.9.210-1) ...
INFO interface: info: Setting up dkms (2.3-2) ...
Setting up dkms (2.3-2) ...
INFO interface: info: Setting up linux-headers-amd64 (4.9+80+deb9u10) ...
Setting up linux-headers-amd64 (4.9+80+deb9u10) ...
INFO interface: info: Processing triggers for libc-bin (2.24-11+deb9u4) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...
DEBUG ssh: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "dvds"]
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: Copy iso file C:\Outils\VirtualBox\VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Copy iso file C:\Outils\VirtualBox\VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
DEBUG ssh: Uploading: C:\Outils\VirtualBox\VBoxGuestAdditions.iso to /tmp/VBoxGuestAdditions.iso
DEBUG ssh: Re-using SSH connection.
DEBUG ssh: Ensuring remote directory exists for destination upload
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: mkdir -p "/tmp" (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG ssh: Uploading file C:\Outils\VirtualBox\VBoxGuestAdditions.iso to remote /tmp/VBoxGuestAdditions.iso
INFO ssh: Connection errored, not re-using. Will reconnect.
DEBUG ssh: #<Errno::ECONNRESET: An existing connection was forcibly closed by the remote host. - recvfrom(2)>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: Searching for SSH port: 22
DEBUG virtualbox_6_1: read_forward_ports: uuid=fe271c35-638d-4d60-bb07-2891298edb0d active_only=false
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox_6_1: - [1, "ssh", 2222, 22, "127.0.0.1"]
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: ["C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/machines/default/virtualbox/private_key"]
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:0x0000000009a799d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000000009a79a78 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000000009a79b18 @shift_period_suffix=nil, @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x0000000009a79938>, @mon_mutex=#<Thread::Mutex:0x0000000009a79bb8>, @mon_mutex_owner_object_id=80989580, @mon_owner=nil, @mon_count=0>>, :keys=>["C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/machines/default/virtualbox/private_key"], :remote_user=>"vagrant"}
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2020-05-19T14:00:31.259720 #8096] DEBUG -- net.ssh.transport.session[4d31720]: establishing connection to 127.0.0.1:2222
D, [2020-05-19T14:00:31.260163 #8096] DEBUG -- net.ssh.transport.session[4d31720]: connection established
I, [2020-05-19T14:00:31.260269 #8096] INFO -- net.ssh.transport.server_version[4d3102c]: negotiating protocol version
D, [2020-05-19T14:00:31.260368 #8096] DEBUG -- net.ssh.transport.server_version[4d3102c]: local is `SSH-2.0-Ruby/Net::SSH_5.2.0 x64-mingw32'
D, [2020-05-19T14:00:31.270798 #8096] DEBUG -- net.ssh.transport.server_version[4d3102c]: remote is `SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u7'
I, [2020-05-19T14:00:31.271197 #8096] INFO -- net.ssh.transport.algorithms[4d30460]: sending KEXINIT
D, [2020-05-19T14:00:31.271395 #8096] DEBUG -- socket[4d314c8]: queueing packet nr 0 type 20 len 1276
D, [2020-05-19T14:00:31.271566 #8096] DEBUG -- socket[4d314c8]: sent 1280 bytes
D, [2020-05-19T14:00:31.273849 #8096] DEBUG -- socket[4d314c8]: read 1080 bytes
D, [2020-05-19T14:00:31.273983 #8096] DEBUG -- socket[4d314c8]: received packet nr 0 type 20 len 1076
I, [2020-05-19T14:00:31.274084 #8096] INFO -- net.ssh.transport.algorithms[4d30460]: got KEXINIT from server
I, [2020-05-19T14:00:31.274194 #8096] INFO -- net.ssh.transport.algorithms[4d30460]: negotiating algorithms
D, [2020-05-19T14:00:31.274307 #8096] DEBUG -- net.ssh.transport.algorithms[4d30460]: negotiated:
* kex: ecdh-sha2-nistp521
* host_key: ecdsa-sha2-nistp256
* encryption_server: aes256-ctr
* encryption_client: aes256-ctr
* hmac_client: hmac-sha2-512
* hmac_server: hmac-sha2-512
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2020-05-19T14:00:31.274370 #8096] DEBUG -- net.ssh.transport.algorithms[4d30460]: exchanging keys
D, [2020-05-19T14:00:31.278081 #8096] DEBUG -- socket[4d314c8]: queueing packet nr 1 type 30 len 148
D, [2020-05-19T14:00:31.278354 #8096] DEBUG -- socket[4d314c8]: sent 152 bytes
D, [2020-05-19T14:00:31.289589 #8096] DEBUG -- socket[4d314c8]: read 376 bytes
D, [2020-05-19T14:00:31.289779 #8096] DEBUG -- socket[4d314c8]: received packet nr 1 type 31 len 356
D, [2020-05-19T14:00:31.293208 #8096] DEBUG -- socket[4d314c8]: queueing packet nr 2 type 21 len 20
D, [2020-05-19T14:00:31.293381 #8096] DEBUG -- socket[4d314c8]: sent 24 bytes
D, [2020-05-19T14:00:31.293546 #8096] DEBUG -- socket[4d314c8]: received packet nr 2 type 21 len 12
D, [2020-05-19T14:00:31.293862 #8096] DEBUG -- net.ssh.authentication.session[4ce6d38]: beginning authentication of `vagrant'
D, [2020-05-19T14:00:31.294089 #8096] DEBUG -- socket[4d314c8]: queueing packet nr 3 type 5 len 28
D, [2020-05-19T14:00:31.294287 #8096] DEBUG -- socket[4d314c8]: sent 96 bytes
D, [2020-05-19T14:00:31.305284 #8096] DEBUG -- socket[4d314c8]: read 96 bytes
D, [2020-05-19T14:00:31.305477 #8096] DEBUG -- socket[4d314c8]: received packet nr 3 type 6 len 28
D, [2020-05-19T14:00:31.305723 #8096] DEBUG -- net.ssh.authentication.session[4ce6d38]: trying none
D, [2020-05-19T14:00:31.305881 #8096] DEBUG -- socket[4d314c8]: queueing packet nr 4 type 50 len 44
D, [2020-05-19T14:00:31.306009 #8096] DEBUG -- socket[4d314c8]: sent 112 bytes
D, [2020-05-19T14:00:31.316932 #8096] DEBUG -- socket[4d314c8]: read 96 bytes
D, [2020-05-19T14:00:31.317132 #8096] DEBUG -- socket[4d314c8]: received packet nr 4 type 51 len 28
D, [2020-05-19T14:00:31.317240 #8096] DEBUG -- net.ssh.authentication.session[4ce6d38]: allowed methods: publickey
D, [2020-05-19T14:00:31.317325 #8096] DEBUG -- net.ssh.authentication.methods.none[4ce3cc8]: none failed
D, [2020-05-19T14:00:31.317402 #8096] DEBUG -- net.ssh.authentication.session[4ce6d38]: trying publickey
D, [2020-05-19T14:00:31.318202 #8096] DEBUG -- net.ssh.authentication.agent[4ce274c]: connecting to ssh-agent
E, [2020-05-19T14:00:31.318445 #8096] ERROR -- net.ssh.authentication.agent[4ce274c]: could not connect to ssh-agent: pageant process not running
D, [2020-05-19T14:00:31.318607 #8096] DEBUG -- net.ssh.authentication.methods.publickey[4ce29b8]: trying publickey (46:2d:51:ed:2d:6d:5d:16:8d:40:f9:8a:8a:17:07:e2)
D, [2020-05-19T14:00:31.318748 #8096] DEBUG -- socket[4d314c8]: queueing packet nr 5 type 50 len 348
D, [2020-05-19T14:00:31.318916 #8096] DEBUG -- socket[4d314c8]: sent 416 bytes
D, [2020-05-19T14:00:31.330364 #8096] DEBUG -- socket[4d314c8]: read 368 bytes
D, [2020-05-19T14:00:31.330636 #8096] DEBUG -- socket[4d314c8]: received packet nr 5 type 60 len 300
D, [2020-05-19T14:00:31.332618 #8096] DEBUG -- socket[4d314c8]: queueing packet nr 6 type 50 len 620
D, [2020-05-19T14:00:31.332972 #8096] DEBUG -- socket[4d314c8]: sent 688 bytes
D, [2020-05-19T14:00:31.343368 #8096] DEBUG -- socket[4d314c8]: read 80 bytes
D, [2020-05-19T14:00:31.343618 #8096] DEBUG -- socket[4d314c8]: received packet nr 6 type 52 len 12
D, [2020-05-19T14:00:31.343761 #8096] DEBUG -- net.ssh.authentication.methods.publickey[4ce29b8]: publickey succeeded (46:2d:51:ed:2d:6d:5d:16:8d:40:f9:8a:8a:17:07:e2)
DEBUG ssh: == Net-SSH connection debug-level log END ==
INFO ssh: Execute: test -f /tmp/VBoxGuestAdditions.iso && rm /tmp/VBoxGuestAdditions.iso (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckGuestAdditions:0x0000000005213748>
INFO interface: output: Checking for guest additions in VM...
INFO interface: output: ==> default: Checking for guest additions in VM...
==> default: Checking for guest additions in VM...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "guestproperty", "get", "fe271c35-638d-4d60-bb07-2891298edb0d", "/VirtualBox/GuestAdd/Version"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: No value set!
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO interface: detail: No guest additions were detected on the base box for this VM! Guest
additions are required for forwarded ports, shared folders, host only
networking, and more. If SSH fails on this machine, please install
the guest additions and repackage the box to continue.
This is not an error message; everything may continue to work properly,
in which case you may ignore this message.
INFO interface: detail: default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
default: No guest additions were detected on the base box for this VM! Guest
default: additions are required for forwarded ports, shared folders, host only
default: networking, and more. If SSH fails on this machine, please install
default: the guest additions and repackage the box to continue.
default:
default: This is not an error message; everything may continue to work properly,
default: in which case you may ignore this message.
INFO warden: Calling IN action: #<Proc:0x0000000006d1e498@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Proc:0x0000000008dd03d0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Proc:0x0000000008ad8380@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::CommandUp::StoreBoxMetadata:0x0000000007c59188>
DEBUG storeboxmetadata: Writing box metadata file to C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb/.vagrant/machines/default/virtualbox/box_meta
INFO warden: Calling OUT action: #<VagrantPlugins::CommandUp::StoreBoxMetadata:0x0000000007c59188>
INFO warden: Calling OUT action: #<Proc:0x0000000008ad8380@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x0000000008dd03d0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x0000000006d1e498@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckGuestAdditions:0x0000000005213748>
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x000000000889f168>
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.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000008dd0448>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000008ad83f8>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000007c591d8>
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000007b916d8>
INFO warden: Beginning recovery process...
INFO warden: Calling recover: #<VagrantPlugins::ProviderVirtualBox::Action::Import:0x0000000007ec3f18>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x000000000960b2c0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x000000000955f768>
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "hostonlyifs"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name: VirtualBox Host-Only Ethernet Adapter #2
GUID: 86bf0904-f986-47be-a9c2-00845cb219a4
DHCP: Disabled
IPAddress: 192.168.42.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::d892:ec49:e2de:7c31
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:18
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
Name: VirtualBox Host-Only Ethernet Adapter
GUID: f551849d-5bfe-4777-874f-d963e331bd2f
DHCP: Disabled
IPAddress: 192.168.56.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::99a9:f6e9:f3e9:f4c4
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:27
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
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:0x00000000094eed38>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000000091c40e0>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x000000000915ee20>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x000000000915ee20>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000008cb22a0>
INFO warden: Calling IN action: #<Proc:0x0000000008aa3bf8@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000008cb2110>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x000000000894c5e8>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::DestroyConfirm:0x000000000832f278>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::DestroyConfirm:0x000000000832f278>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000007ea3a38>
INFO warden: Calling IN action: #<Proc:0x0000000008de1b08@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000007ea37e0>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ProvisionerCleanup:0x0000000007ea3740>
DEBUG provision_cleanup: Skipping cleanup tasks for `file' - not defined
DEBUG provision_cleanup: Skipping cleanup tasks for `file' - not defined
DEBUG provision_cleanup: Skipping cleanup tasks for `shell' - not defined
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x0000000008346838>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::EnvSet:0x0000000008346798>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x00000000083466f8>
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "hostonlyifs"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Name: VirtualBox Host-Only Ethernet Adapter #2
GUID: 86bf0904-f986-47be-a9c2-00845cb219a4
DHCP: Disabled
IPAddress: 192.168.42.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::d892:ec49:e2de:7c31
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:18
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
Name: VirtualBox Host-Only Ethernet Adapter
GUID: f551849d-5bfe-4777-874f-d963e331bd2f
DHCP: Disabled
IPAddress: 192.168.56.1
NetworkMask: 255.255.255.0
IPV6Address: fe80::99a9:f6e9:f3e9:f4c4
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 0a:00:27:00:00:27
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter
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:0x000000000884edd0>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000009487a48>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000000094e4798>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Created:0x00000000094e4798>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000009740e10>
INFO warden: Calling IN action: #<Proc:0x0000000009862988@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x0000000009741090>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::DiscardState:0x0000000009741130>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
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:0x00000000097411d0>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000009baff00>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x0000000009ce50f0>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
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:0x0000000009ce50f0>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000006c7eb50>
INFO warden: Calling IN action: #<Proc:0x0000000007d88860@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Proc:0x0000000006c7e358@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000009741310>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000000087ee4d0>
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::GracefulHalt:0x0000000008a9b520>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::GracefulHalt:0x0000000008a9b520>
INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000008e22a90>
INFO warden: Calling IN action: #<Proc:0x0000000009164d70@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::ForcedHalt:0x0000000008e22950>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "showvminfo", "fe271c35-638d-4d60-bb07-2891298edb0d", "--machinereadable"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: name="mycompanynameWeb"
groups="/"
ostype="Debian (64-bit)"
UUID="fe271c35-638d-4d60-bb07-2891298edb0d"
CfgFile="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\mycompanynameWeb.vbox"
SnapFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Snapshots"
LogFldr="C:\\Users\\myusername\\VirtualBox VMs\\mycompanynameWeb\\Logs"
hardwareuuid="fe271c35-638d-4d60-bb07-2891298edb0d"
memory=4096
pagefusion="off"
vram=8
cpuexecutioncap=100
hpet="off"
cpu-profile="host"
chipset="piix3"
firmware="BIOS"
cpus=4
pae="on"
longmode="on"
triplefaultreset="off"
apic="on"
x2apic="off"
nested-hw-virt="off"
cpuid-portability-level=0
bootmenu="messageandmenu"
boot1="floppy"
boot2="dvd"
boot3="disk"
boot4="none"
acpi="on"
ioapic="on"
biosapic="apic"
biossystemtimeoffset=0
rtcuseutc="on"
hwvirtex="on"
nestedpaging="on"
largepages="on"
vtxvpid="on"
vtxux="on"
paravirtprovider="default"
effparavirtprovider="kvm"
VMState="running"
VMStateChangeTime="2020-05-19T11:59:27.981000000"
graphicscontroller="vboxvga"
monitorcount=1
accelerate3d="off"
accelerate2dvideo="off"
teleporterenabled="off"
teleporterport=0
teleporteraddress=""
teleporterpassword=""
tracing-enabled="off"
tracing-allow-vm-access="off"
tracing-config=""
autostart-enabled="off"
autostart-delay=0
defaultfrontend=""
vmprocpriority="default"
storagecontrollername0="SATA Controller"
storagecontrollertype0="IntelAhci"
storagecontrollerinstance0="0"
storagecontrollermaxportcount0="30"
storagecontrollerportcount0="1"
storagecontrollerbootable0="on"
storagecontrollername1="Floppy Controller Controller"
storagecontrollertype1="I82078"
storagecontrollerinstance1="0"
storagecontrollermaxportcount1="1"
storagecontrollerportcount1="1"
storagecontrollerbootable1="on"
"SATA Controller-0-0"="C:\Users\myusername\VirtualBox VMs\mycompanynameWeb\stretch.vmdk"
"SATA Controller-ImageUUID-0-0"="498654e1-b068-4d19-8482-cca7efc224a1"
"Floppy Controller Controller-0-0"="none"
"Floppy Controller Controller-0-1"="none"
natnet1="nat"
macaddress1="0800278DC04D"
cableconnected1="on"
nic1="nat"
nictype1="82540EM"
nicspeed1="0"
mtu="0"
sockSnd="64"
sockRcv="64"
tcpWndSnd="64"
tcpWndRcv="64"
Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22"
hostonlyadapter2="VirtualBox Host-Only Ethernet Adapter #2"
macaddress2="0800276D21F2"
cableconnected2="on"
nic2="hostonly"
nictype2="82540EM"
nicspeed2="0"
nic3="none"
nic4="none"
nic5="none"
nic6="none"
nic7="none"
nic8="none"
hidpointing="ps2mouse"
hidkeyboard="ps2kbd"
uart1="off"
uart2="off"
uart3="off"
uart4="off"
lpt1="off"
lpt2="off"
audio="none"
audio_out="on"
audio_in="on"
clipboard="disabled"
draganddrop="disabled"
SessionName="headless"
VideoMode="720,400,0"@0,0 1
vrde="off"
usb="off"
ehci="off"
xhci="off"
VRDEActiveConnection="off"
VRDEClients==0
videocap="off"
videocapaudio="off"
capturescreens="0"
capturefilename="C:\\Users\\myusername\\VirtualBox VMs\\stretch_1589889558445_13057\\stretch_1589889558445_13057.webm"
captureres="1024x768"
capturevideorate=512
capturevideofps=25
captureopts=""
GuestMemoryBalloon=0
GuestOSType="Debian_64"
GuestAdditionsRunLevel=0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO interface: info: Forcing shutdown of VM...
INFO interface: info: ==> default: Forcing shutdown of VM...
==> default: Forcing shutdown of VM...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "controlvm", "fe271c35-638d-4d60-bb07-2891298edb0d", "poweroff"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<Proc:0x0000000008e228b0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Proc:0x00000000097414f0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Destroy:0x000000000884ed30>
INFO interface: info: Destroying VM and associated drives...
INFO interface: info: ==> default: Destroying VM and associated drives...
==> default: Destroying VM and associated drives...
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "unregistervm", "fe271c35-638d-4d60-bb07-2891298edb0d", "--delete"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO machine: New machine ID: nil
DEBUG virtualbox: Instantiating the driver for machine ID: nil
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
DEBUG meta: Finding driver for VirtualBox version: 6.1.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_1
DEBUG base: Windows, checking for VBoxManage on PATH first
DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage
DEBUG base: VBOX_INSTALL_PATH value: C:\Outils\VirtualBox\
INFO base: VBoxManage path: C:\Outils\VirtualBox\VBoxManage.exe
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::CleanMachineFolder:0x000000000884ece0>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "systemproperties"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: API version: 6_1
Minimum guest RAM size: 4 Megabytes
Maximum guest RAM size: 2097152 Megabytes
Minimum video RAM size: 0 Megabytes
Maximum video RAM size: 256 Megabytes
Maximum guest monitor count: 64
Minimum guest CPU count: 1
Maximum guest CPU count: 32
Virtual disk limit (info): 2199022206976 Bytes
Maximum Serial Port count: 4
Maximum Parallel Port count: 2
Maximum Boot Position: 4
Maximum PIIX3 Network Adapter count: 8
Maximum ICH9 Network Adapter count: 36
Maximum PIIX3 IDE Controllers: 1
Maximum ICH9 IDE Controllers: 1
Maximum IDE Port count: 2
Maximum Devices per IDE Port: 2
Maximum PIIX3 SATA Controllers: 1
Maximum ICH9 SATA Controllers: 8
Maximum SATA Port count: 30
Maximum Devices per SATA Port: 1
Maximum PIIX3 SCSI Controllers: 1
Maximum ICH9 SCSI Controllers: 8
Maximum SCSI Port count: 16
Maximum Devices per SCSI Port: 1
Maximum SAS PIIX3 Controllers: 1
Maximum SAS ICH9 Controllers: 8
Maximum SAS Port count: 255
Maximum Devices per SAS Port: 1
Maximum NVMe PIIX3 Controllers: 1
Maximum NVMe ICH9 Controllers: 8
Maximum NVMe Port count: 255
Maximum Devices per NVMe Port: 1
Maximum virtio-scsi PIIX3 Controllers: 1
Maximum virtio-scsi ICH9 Controllers: 8
Maximum virtio-scsi Port count: 256
Maximum Devices per virtio-scsi Port: 1
Maximum PIIX3 Floppy Controllers:1
Maximum ICH9 Floppy Controllers: 1
Maximum Floppy Port count: 1
Maximum Devices per Floppy Port: 2
Default machine folder: C:\Users\myusername\VirtualBox VMs
Raw-mode Supported: no
Exclusive HW virtualization use: off
Default hard disk format: VDI
VRDE auth library: VBoxAuth
Webservice auth. library: VBoxAuth
Remote desktop ExtPack:
Log history count: 3
Default frontend:
Default audio driver: DirectSound
Autostart database path:
Default Guest Additions ISO: C:\Outils\VirtualBox/VBoxGuestAdditions.iso
Logging Level: all
Proxy Mode: System
Proxy URL:
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::DestroyUnusedNetworkInterfaces:0x000000000884ec90>
INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSValidIds:0x00000000089ed470>
INFO subprocess: Starting process: ["C:\\Outils\\VirtualBox\\VBoxManage.exe", "list", "vms"]
INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: "mycompanynameRabbitNode" {0e0d959a-2efe-42ad-9fbe-420d558dddb1}
"mycompanynameDevAnsible" {516bd57f-1f08-447c-92f6-c07309d9f3f1}
"mycompanynameElastic" {d5c7a932-6a7d-4818-b347-782a2d99cbbd}
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x0000000008a5a390>
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_prune in windows
INFO nfs: NFS pruning. Valid IDs: ["0e0d959a-2efe-42ad-9fbe-420d558dddb1", "516bd57f-1f08-447c-92f6-c07309d9f3f1", "d5c7a932-6a7d-4818-b347-782a2d99cbbd"]
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_prune in windows
INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb>, #<Vagrant::UI::Prefixed:0x0000000007ee9a88 @logger=#<Log4r::Logger:0x0000000007ee9a38 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:default, @ui=#<Vagrant::UI::Basic:0x0000000006fb98d8 @logger=#<Log4r::Logger:0x0000000006fb9860 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Thread::Mutex:0x0000000006feb8d8>>>, ["0e0d959a-2efe-42ad-9fbe-420d558dddb1", "516bd57f-1f08-447c-92f6-c07309d9f3f1", "d5c7a932-6a7d-4818-b347-782a2d99cbbd"]] (windows)
INFO windows: Pruning invalid NFS entries...
DEBUG windows: Valid ID: 0e0d959a-2efe-42ad-9fbe-420d558dddb1
INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x0000000008ac0c58>
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_installed in windows
INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb>] (windows)
INFO synced_folder_cleanup: Invoking synced folder cleanup for: rsync
INFO synced_folder_cleanup: Invoking synced folder cleanup for: nfs
INFO nfs: NFS pruning. Valid IDs: ["0e0d959a-2efe-42ad-9fbe-420d558dddb1", "516bd57f-1f08-447c-92f6-c07309d9f3f1", "d5c7a932-6a7d-4818-b347-782a2d99cbbd"]
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_prune in windows
INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: C:/mycompanyname/mycompanynamedevenvironnement/mycompanynameweb>, #<Vagrant::UI::Prefixed:0x0000000007ee9a88 @logger=#<Log4r::Logger:0x0000000007ee9a38 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:default, @ui=#<Vagrant::UI::Basic:0x0000000006fb98d8 @logger=#<Log4r::Logger:0x0000000006fb9860 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<VagrantLogger:0x00000000058b26a8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x00000000058fe288 @mon_mutex=#<Thread::Mutex:0x00000000058fe210>, @mon_mutex_owner_object_id=46657860, @mon_owner=nil, @mon_count=0, @name="stderr", @level=0, @formatter=#<Vagrant::Util::LoggingFormatter:0x0000000006efa898 @formatter=#<Log4r::BasicFormatter:0x000000000593e7c0 @depth=7>>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x00000000058b2158 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={:color=>:default}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @lock=#<Thread::Mutex:0x0000000006feb8d8>>>, ["0e0d959a-2efe-42ad-9fbe-420d558dddb1", "516bd57f-1f08-447c-92f6-c07309d9f3f1", "d5c7a932-6a7d-4818-b347-782a2d99cbbd"]] (windows)
INFO windows: Pruning invalid NFS entries...
DEBUG windows: Valid ID: 0e0d959a-2efe-42ad-9fbe-420d558dddb1
INFO warden: Calling IN action: #<Proc:0x0000000008bc3ab0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling IN action: #<Proc:0x0000000008cb2020@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x0000000008cb2020@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x0000000008bc3ab0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x0000000008ac0c58>
INFO warden: Calling OUT action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x0000000008a5a390>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::PrepareNFSValidIds:0x00000000089ed470>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::DestroyUnusedNetworkInterfaces:0x000000000884ec90>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CleanMachineFolder:0x000000000884ece0>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::Destroy:0x000000000884ed30>
INFO warden: Calling OUT action: #<Proc:0x00000000097414f0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x0000000008e228b0@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::ForcedHalt:0x0000000008e22950>
INFO warden: Calling OUT action: #<Proc:0x0000000009164d70@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x0000000009741310>
INFO warden: Calling OUT action: #<Proc:0x0000000006c7e358@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Proc:0x0000000007d88860@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x00000000097411d0>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::DiscardState:0x0000000009741130>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x0000000009741090>
INFO warden: Calling OUT action: #<Proc:0x0000000009862988@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x000000000884edd0>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x00000000083466f8>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::EnvSet:0x0000000008346798>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x0000000008346838>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ProvisionerCleanup:0x0000000007ea3740>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000007ea37e0>
INFO warden: Calling OUT action: #<Proc:0x0000000008de1b08@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x0000000008cb2110>
INFO warden: Calling OUT action: #<Proc:0x0000000008aa3bf8@C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:106 (lambda)>
INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::Call:0x00000000094eed38>
INFO warden: Calling OUT action: #<VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x000000000955f768>
INFO warden: Recovery complete.
INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000007b917c8>
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.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An existing connection was forcibly closed by the remote host. - recvfrom(2)
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-bcbbe71654615cda2f3d3dce9e1c388c
INFO environment: Running hook: environment_unload
INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x0000000009a78ee8>
C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/buffered_io.rb:66:in `recv': An existing connection was forcibly closed by the remote host. - recvfrom(2) (Errno::ECONNRESET)
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/buffered_io.rb:66:in `fill'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/session.rb:275:in `block in ev_do_handle_events'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/session.rb:271:in `each'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/session.rb:271:in `ev_do_handle_events'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/event_loop.rb:112:in `ev_select_and_postprocess'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/event_loop.rb:31:in `process'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/session.rb:228:in `process'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/session.rb:181:in `block in loop'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/session.rb:181:in `loop'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/session.rb:181:in `loop'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-ssh-5.2.0/lib/net/ssh/connection/channel.rb:272:in `wait'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/net-scp-1.2.1/lib/net/scp.rb:284:in `upload!'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/communicators/ssh/communicator.rb:331:in `block (2 levels) in upload'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/communicators/ssh/communicator.rb:337:in `block in upload'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/communicators/ssh/communicator.rb:742:in `block in scp_connect'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/communicators/ssh/communicator.rb:391:in `connect'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/communicators/ssh/communicator.rb:740:in `scp_connect'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/communicators/ssh/communicator.rb:307:in `upload'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/vagrant-vbguest-0.24.0/lib/vagrant-vbguest/installers/base.rb:234:in `upload'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/vagrant-vbguest-0.24.0/lib/vagrant-vbguest/installers/linux.rb:66:in `install'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/vagrant-vbguest-0.24.0/lib/vagrant-vbguest/installers/debian.rb:22:in `install'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/vagrant-vbguest-0.24.0/lib/vagrant-vbguest/installer.rb:63:in `install'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/vagrant-vbguest-0.24.0/lib/vagrant-vbguest/machine.rb:106:in `block (2 levels) in guest_additions_state'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/micromachine-3.0.0/lib/micromachine.rb:53:in `block in change'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/micromachine-3.0.0/lib/micromachine.rb:53:in `each'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/micromachine-3.0.0/lib/micromachine.rb:53:in `change'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/micromachine-3.0.0/lib/micromachine.rb:23:in `trigger'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/vagrant-vbguest-0.24.0/lib/vagrant-vbguest/machine.rb:39:in `install'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/vagrant-vbguest-0.24.0/lib/vagrant-vbguest/machine.rb:25:in `run'
from C:/Users/myusername/.vagrant.d/gems/2.6.6/gems/vagrant-vbguest-0.24.0/lib/vagrant-vbguest/middleware.rb:25:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/customize.rb:40:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/wait_for_communicator.rb:71:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/customize.rb:40:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/boot.rb:18:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/customize.rb:40:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/disk.rb:30:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/cleanup_disks.rb:30:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/sane_defaults.rb:38:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/set_hostname.rb:16:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/forward_ports.rb:31:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/network_fix_ipv6.rb:41:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/network.rb:123:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/clear_network_interfaces.rb:26:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/set_default_nic_type.rb:64:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/prepare_nfs_settings.rb:19:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/synced_folders.rb:87:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/delayed.rb:19:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/synced_folders/nfs/action_cleanup.rb:25:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/prepare_nfs_valid_ids.rb:12:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb:50:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/prepare_forwarded_port_collision_params.rb:30:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/env_set.rb:19:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/provision.rb:80:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/clear_forwarded_ports.rb:15:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/set_name.rb:50:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/clean_machine_folder.rb:26:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:107:in `block in finalize_action'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builder.rb:116:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `block in run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/util/busy.rb:19:in `busy'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/call.rb:53:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:107:in `block in finalize_action'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builder.rb:116:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `block in run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/util/busy.rb:19:in `busy'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/call.rb:53:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:107:in `block in finalize_action'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builder.rb:116:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `block in run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/util/busy.rb:19:in `busy'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/call.rb:53:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/box_check_outdated.rb:92:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/check_virtualbox.rb:26:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:107:in `block in finalize_action'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/match_mac_address.rb:22:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/discard_state.rb:15:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/import.rb:78:in `import'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/import.rb:13:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/prepare_clone_snapshot.rb:17:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/prepare_clone.rb:15:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/customize.rb:40:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:107:in `block in finalize_action'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builder.rb:116:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `block in run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/util/busy.rb:19:in `busy'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/call.rb:53:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:107:in `block in finalize_action'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/handle_box.rb:56:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:107:in `block in finalize_action'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builder.rb:116:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `block in run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/util/busy.rb:19:in `busy'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builtin/call.rb:53:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/plugins/providers/virtualbox/action/check_virtualbox.rb:26:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/warden.rb:48:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/builder.rb:116:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `block in run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/util/busy.rb:19:in `busy'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/action/runner.rb:89:in `run'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/machine.rb:240:in `action_raw'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/machine.rb:212:in `block in action'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/environment.rb:613:in `lock'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/machine.rb:198:in `call'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/machine.rb:198:in `action'
from C:/outils/Vagrant/embedded/gems/2.2.9/gems/vagrant-2.2.9/lib/vagrant/batch_action.rb:86:in `block (2 levels) in run'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment