hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.24k stars 4.44k forks source link

Vagrant 2 - VMWare Fusion 10 not working #9224

Closed elimentz closed 6 years ago

elimentz commented 6 years ago

Vagrant version

2.0.1

VMWare version:

10.0.1

VMware fusion provider version:

5.0.3

Host operating system

OSX High Sierra

Guest operating system

Ubuntu Xenial 16.04 LTS x64

Vagrantfile

Vagrant file is not going to be much use but I will include it here anyways. I got the vagrant file from Puphpet. I've been using this box for months, never had a problem.

# -*- mode: ruby -*-

dir = File.dirname(File.expand_path(__FILE__))

require 'yaml'
require "#{dir}/puphpet/ruby/deep_merge.rb"
require "#{dir}/puphpet/ruby/to_bool.rb"
require "#{dir}/puphpet/ruby/puppet.rb"

configValues = YAML.load_file("#{dir}/puphpet/config.yaml")

provider = ENV['VAGRANT_DEFAULT_PROVIDER'] ? ENV['VAGRANT_DEFAULT_PROVIDER'] : 'local'
if File.file?("#{dir}/puphpet/config-#{provider}.yaml")
  custom = YAML.load_file("#{dir}/puphpet/config-#{provider}.yaml")
  configValues.deep_merge!(custom)
end

if File.file?("#{dir}/puphpet/config-custom.yaml")
  custom = YAML.load_file("#{dir}/puphpet/config-custom.yaml")
  configValues.deep_merge!(custom)
end

data = configValues['vagrantfile']

Vagrant.require_version '>= 1.8.1'

Vagrant.configure('2') do |config|
  eval File.read("#{dir}/puphpet/vagrant/Vagrantfile-#{data['target']}")
end

Please note, if you are using Homestead or a different Vagrantfile format, we may be unable to assist with your issue. Try to reproduce the issue using a vanilla Vagrantfile first.

Debug output


➜  htdocs git:(develop) ✗ vagrant up --debug
 INFO global: Vagrant version: 2.0.1
 INFO global: Ruby version: 2.4.2
 INFO global: RubyGems version: 2.6.13
 INFO global: VAGRANT_OLD_ENV_SECURITYSESSIONID="1894c"
 INFO global: VAGRANT_OLD_ENV_DISPLAY="/private/tmp/com.apple.launchd.QOxbZFFuYX/org.macosforge.xquartz:0"
 INFO global: VAGRANT_OLD_ENV_XPC_SERVICE_NAME="0"
 INFO global: VAGRANT_OLD_ENV_TERM_SESSION_ID="F2E041B4-E5E8-4B91-9FC7-4DDF8B8F7596"
 INFO global: VAGRANT_OLD_ENV_PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public/:/opt/X11/bin"
 INFO global: VAGRANT_OLD_ENV__="/usr/local/bin/vagrant"
 INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM="Apple_Terminal"
 INFO global: VAGRANT_OLD_ENV_LC_CTYPE="UTF-8"
 INFO global: VAGRANT_OLD_ENV_LSCOLORS="Gxfxcxdxbxegedabagacad"
 INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
 INFO global: VAGRANT_OLD_ENV_TMPDIR="/var/folders/dy/l638mf8s54d3hwkwfwm2pvgr0000gn/T/"
 INFO global: VAGRANT_OLD_ENV_PAGER="less"
 INFO global: VAGRANT_INSTALLER_VERSION="2"
 INFO global: VAGRANT_OLD_ENV_SHELL="/bin/zsh"
 INFO global: VAGRANT_OLD_ENV_ZSH="/Users/Username/.oh-my-zsh"
 INFO global: VAGRANT_OLD_ENV_LOGNAME="Username"
 INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/bin/vagrant"
 INFO global: VAGRANT_OLD_ENV_TERM="xterm-256color"
 INFO global: VAGRANT_OLD_ENV_HOME="/Users/Username"
 INFO global: VAGRANT_OLD_ENV_OLDPWD="/Users/Username"
 INFO global: VAGRANT_OLD_ENV_LESS="-R"
 INFO global: VAGRANT_OLD_ENV_XPC_FLAGS="0x0"
 INFO global: VAGRANT_OLD_ENV_Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.hyEbls6B5Y/Render"
 INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM_VERSION="400"
 INFO global: VAGRANT_OLD_ENV_USER="Username"
 INFO global: VAGRANT_INSTALLER_ENV="1"
 INFO global: VAGRANT_OLD_ENV_SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.maMBRm29V8/Listeners"
 INFO global: VAGRANT_OLD_ENV_SHLVL="1"
 INFO global: VAGRANT_OLD_ENV_PWD="/Users/Username/Documents/Username/vagrant/devbox/www/btweter/htdocs"
 INFO global: VAGRANT_LOG="debug"
 INFO global: Plugins:
 INFO global:   - vagrant-share = [installed: undefined constraint: > 0]
 INFO global:   - vagrant-vmware-fusion = [installed: 5.0.3 constraint: > 0]
DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="vagrant-share" requirements="> 0">, <Gem::Dependency type=:runtime name="vagrant-vmware-fusion" requirements="> 0">]
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Activating solution set: ["ruby_dep-1.3.1", "erubis-2.7.0", "builder-3.2.3", "gyoku-1.3.1", "nori-2.6.0", "multi_json-1.12.2", "little-plugger-1.1.4", "logging-2.2.2", "rubyntlm-0.6.2", "httpclient-2.8.3", "ffi-1.9.18", "gssapi-1.2.0", "winrm-2.2.3", "rubyzip-1.2.1", "winrm-fs-1.1.0", "winrm-elevated-1.1.0", "wdm-0.1.1", "netrc-0.11.0", "mime-types-data-3.2016.0521", "mime-types-3.1", "unf_ext-0.0.7.4", "unf-0.1.4", "domain_name-0.5.20170404", "http-cookie-1.0.3", "rest-client-2.0.2", "rb-kqueue-0.2.5", "net-ssh-4.1.0", "net-scp-1.2.1", "net-sftp-2.1.2", "log4r-1.1.10", "hashicorp-checkpoint-0.1.4", "rb-inotify-0.9.10", "rb-fsevent-0.10.2", "listen-3.1.5", "i18n-0.8.0", "childprocess-0.6.3", "vagrant-2.0.1", "vagrant-share-1.1.9", "vagrant-vmware-fusion-5.0.3"]
DEBUG bundler: Activating gem vagrant-share-1.1.9
DEBUG bundler: Activating gem vagrant-vmware-fusion-5.0.3
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/synced_folders/nfs/plugin.rb
 INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/synced_folders/rsync/plugin.rb
 INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/synced_folders/smb/plugin.rb
 INFO manager: Registered plugin: SMB synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/kernel_v2/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/ftp/plugin.rb
 INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/noop/plugin.rb
 INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/heroku/plugin.rb
 INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/local-exec/plugin.rb
 INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/pushes/atlas/plugin.rb
 INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb
 INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb
 INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb
 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/kernel_v1/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/docker/plugin.rb
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/file/plugin.rb
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/shell/plugin.rb
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/chef/plugin.rb
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/ansible/plugin.rb
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/salt/plugin.rb
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/cfengine/plugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/provisioners/puppet/plugin.rb
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/provision/plugin.rb
 INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/destroy/plugin.rb
 INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/init/plugin.rb
 INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/snapshot/plugin.rb
 INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/validate/plugin.rb
 INFO manager: Registered plugin: validate command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/box/plugin.rb
 INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/resume/plugin.rb
 INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/suspend/plugin.rb
 INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/plugin/plugin.rb
 INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/halt/plugin.rb
 INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/provider/plugin.rb
 INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/rdp/plugin.rb
 INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/status/plugin.rb
 INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/ssh_config/plugin.rb
 INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/reload/plugin.rb
 INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/powershell/plugin.rb
 INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/cap/plugin.rb
 INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/push/plugin.rb
 INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/list-commands/plugin.rb
 INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/ssh/plugin.rb
 INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/version/plugin.rb
 INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/up/plugin.rb
 INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/global-status/plugin.rb
 INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/port/plugin.rb
 INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/login/plugin.rb
 INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/package/plugin.rb
 INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/commands/help/plugin.rb
 INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/bsd/plugin.rb
 INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/null/plugin.rb
 INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/linux/plugin.rb
 INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/arch/plugin.rb
 INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/darwin/plugin.rb
 INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/windows/plugin.rb
 INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/suse/plugin.rb
 INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/hosts/alt/plugin.rb
 INFO manager: Registered plugin: ALT Platform host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/communicators/winrm/plugin.rb
 INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/communicators/winssh/plugin.rb
 INFO manager: Registered plugin: windows ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/communicators/ssh/plugin.rb
 INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/solaris11/plugin.rb
 INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/dragonflybsd/plugin.rb
 INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/pld/plugin.rb
 INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/amazon/plugin.rb
 INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/mint/plugin.rb
 INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/debian/plugin.rb
 INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/esxi/plugin.rb
 INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/netbsd/plugin.rb
 INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/omnios/plugin.rb
 INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/bsd/plugin.rb
 INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/fedora/plugin.rb
 INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/tinycore/plugin.rb
 INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/atomic/plugin.rb
 INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/trisquel/plugin.rb
 INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/smartos/plugin.rb
 INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/kali/plugin.rb
 INFO manager: Registered plugin: Kali guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/linux/plugin.rb
 INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/arch/plugin.rb
 INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/openbsd/plugin.rb
 INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/nixos/plugin.rb
 INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/photon/plugin.rb
 INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/darwin/plugin.rb
 INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/funtoo/plugin.rb
 INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/windows/plugin.rb
 INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/solaris/plugin.rb
 INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/elementary/plugin.rb
 INFO manager: Registered plugin: Elementary guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/suse/plugin.rb
 INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/coreos/plugin.rb
 INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/ubuntu/plugin.rb
 INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/guests/alt/plugin.rb
 INFO manager: Registered plugin: ALT Platform guest
 INFO global: Loading plugins!
DEBUG global: Loading plugin `vagrant-share` with default require: `vagrant-share`
 INFO manager: Registered plugin: vagrant-share
DEBUG global: Successfully loaded plugin `vagrant-share`.
DEBUG global: Loading plugin `vagrant-vmware-fusion` with default require: `vagrant-vmware-fusion`
 INFO manager: Registered plugin: VMware Fusion Provider
DEBUG global: Successfully loaded plugin `vagrant-vmware-fusion`.
 INFO vagrant: `vagrant` invoked: ["up", "--debug"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x00000001010f3050>)
 INFO environment:   - cwd: /Users/Username/Documents/Username/vagrant/devbox/www/btweter/htdocs
 INFO environment: Home path: /Users/Username/.vagrant.d
DEBUG environment: Effective local data path: /Users/Username/Documents/Username/vagrant/devbox/.vagrant
 INFO environment: Local data path: /Users/Username/Documents/Username/vagrant/devbox/.vagrant
DEBUG environment: Creating: /Users/Username/Documents/Username/vagrant/devbox/.vagrant
 INFO environment: Running hook: environment_plugins_loaded
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x000000010299eeb0>
 INFO environment: Running hook: environment_load
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x000000010192a318>
 INFO warden: Calling IN action: #<HashiCorp::VagrantVMwarefusion::SetupPlugin:0x00000001008bd160>
 INFO sudo_helper: Sudo helper bin path: /Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/bin/vagrant_vmware_desktop_sudo_helper_darwin_amd64
 INFO subprocess: Starting process: ["/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/bin/vagrant_vmware_desktop_sudo_helper_darwin_amd64", "validate"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command is setuid/setgid, clearing DYLD_LIBRARY_PATH
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: HashiCorp Background Check: Start
DEBUG activation: Last ping time: 1511728479
DEBUG activation: License file ID: d3c2aa95-11af-47c2-abd0-8163793d0c6e
 INFO warden: Calling OUT action: HashiCorp Background Check: Start
 INFO warden: Calling OUT action: #<HashiCorp::VagrantVMwarefusion::SetupPlugin:0x00000001008bd160>
 INFO cli: CLI: [] "up" []
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command []
DEBUG command: 'Up' each target VM...
 INFO loader: Set :root = ["#<Pathname:/Users/Username/Documents/Username/vagrant/devbox/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/Users/Username/Documents/Username/vagrant/devbox/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/Username/Documents/Username/vagrant/devbox/Vagrantfile
/Users/Username/Documents/Username/vagrant/devbox/puphpet/ruby/to_bool.rb:9: warning: constant ::Fixnum is deprecated
 INFO root: Version requirements from Vagrantfile: [">= 1.8.1"]
 INFO root:   - Version requirements satisfied!
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: ["devbox"]
DEBUG command:  -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: devbox
 INFO command: Active machine found with name devbox. Using provider: vmware_fusion
 INFO environment: Getting machine: devbox (vmware_fusion)
 INFO environment: Uncached load of machine.
 INFO loader: Set "2160948980_machine_devbox" = ["[\"2\", #<Proc:0x0000000101966b60@(eval):19>]"]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x0000000101966b60@(eval):19>]
 INFO loader: Loading configuration in order: [:home, :root, "2160948980_machine_devbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 2160948980_machine_devbox (evaluating)
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG provisioner: Provisioner defined: 
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO box_collection: Box found: puphpet/ubuntu1604-x64 (vmware_desktop)
 INFO environment: Running hook: authenticate_box_url
 INFO host: Autodetecting host type for [#<Vagrant::Environment: /Users/Username/Documents/Username/vagrant/devbox/www/btweter/htdocs>]
DEBUG host: Trying: slackware
DEBUG host: Trying: freebsd
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
 INFO host: Detected: darwin!
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x000000010087f478>
 INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x00000001012ab9d8>
DEBUG client: No authentication token in environment or /Users/Username/.vagrant.d/data/vagrant_login_token
 INFO warden: Calling OUT action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x00000001012ab9d8>
 INFO loader: Set :"2152318800_puphpet/ubuntu1604-x64_vmware_desktop" = ["#<Pathname:/Users/Username/.vagrant.d/boxes/puphpet-VAGRANTSLASH-ubuntu1604-x64/20161102/vmware_desktop/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:/Users/Username/.vagrant.d/boxes/puphpet-VAGRANTSLASH-ubuntu1604-x64/20161102/vmware_desktop/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/Username/.vagrant.d/boxes/puphpet-VAGRANTSLASH-ubuntu1604-x64/20161102/vmware_desktop/Vagrantfile
 INFO loader: Loading configuration in order: [:"2152318800_puphpet/ubuntu1604-x64_vmware_desktop", :home, :root, "2160948980_machine_devbox"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 2160948980_machine_devbox (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO loader: Set :"2160948980_vm_devbox_puphpet/ubuntu1604-x64_vmware_fusion" = ["[\"2\", #<Proc:0x00000001009b9500>]"]
DEBUG loader: Populating proc cache for ["2", #<Proc:0x00000001009b9500>]
 INFO loader: Loading configuration in order: [:"2152318800_puphpet/ubuntu1604-x64_vmware_desktop", :home, :root, "2160948980_machine_devbox", :"2160948980_vm_devbox_puphpet/ubuntu1604-x64_vmware_fusion"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Loading from: 2160948980_machine_devbox (cache)
DEBUG loader: Loading from: 2160948980_vm_devbox_puphpet/ubuntu1604-x64_vmware_fusion (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO machine: Initializing machine: devbox
 INFO machine:   - Provider: HashiCorp::VagrantVMwarefusion::Provider
 INFO machine:   - Box: #<Vagrant::Box:0x0000000101ad46a0>
 INFO machine:   - Data dir: /Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion
DEBUG vmware: Re-initializing driver for new ID: "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx"
 INFO vmware_driver: VMX file: /Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx
 INFO vmware_driver: Looking for VMware Fusion: /Applications/VMware Fusion.app
 INFO vmware_driver: VMware Fusion path: #<Pathname:/Applications/VMware Fusion.app>
DEBUG vmware_driver: Attempting to read VMware version...
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmware-vmx", "-v"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command is setuid/setgid, clearing DYLD_LIBRARY_PATH
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: 
VMware Fusion Information:
VMware Fusion 10.0.1 build-6754183 Release

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO vmware_driver: Detected VMware version: 10.0.1
DEBUG vmware_driver: service starter path: /Applications/VMware Fusion.app/Contents/Library/services/Open VMware Fusion Services
DEBUG vmware_driver: vmnet-cli path: /Applications/VMware Fusion.app/Contents/Library/vmnet-cli
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "list"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Total running VMs: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG vmware: VM state requested. Current state: not_running
 INFO interface: Machine: metadata ["provider", :vmware_fusion, {:target=>:"devbox"}]
 INFO command: With machine: devbox (#<HashiCorp::VagrantVMwarefusion::Provider:0x00000001019a7020 @logger=#<Log4r::Logger:0x00000001019a7f48 @fullname="hashicorp::vagrant::vmware", @outputters=[], @additive=true, @name="vmware", @path="hashicorp::vagrant", @parent=#<Log4r::Logger:0x000000010091e4d8 @fullname="hashicorp", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="hashicorp", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: devbox (HashiCorp::VagrantVMwarefusion::Provider)>, @driver=#<HashiCorp::VagrantVMwarefusion::Driver::Fusion:0x0000000101bb9d40 @lic_features=["fusion", "fusion6", "fusion7", "fusion8", "fusion10", "fusion8", "fusion7", "fusion6"], @logger=#<Log4r::Logger:0x0000000101bb9b88 @fullname="hashicorp::provider::vmware_driver", @outputters=[], @additive=true, @name="vmware_driver", @path="hashicorp::provider", @parent=#<Log4r::Logger:0x000000010091e4d8 @fullname="hashicorp", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="hashicorp", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @vmx_path=#<Pathname:/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx>, @vm_dir=#<Pathname:/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1>, @allow_exp=false, @install_dir=#<Pathname:/Applications/VMware Fusion.app>, @networking_file=#<Pathname:/Library/Preferences/VMware Fusion/networking>, @service_starter=#<Pathname:/Applications/VMware Fusion.app/Contents/Library/services/Open VMware Fusion Services>, @vmnet_bridge_pidfile=#<Pathname:/var/run/vmnet-bridge.pid>, @vmnet_cli=#<Pathname:/Applications/VMware Fusion.app/Contents/Library/vmnet-cli>, @vmrun_path=#<Pathname:/Applications/VMware Fusion.app/Contents/Library/vmrun>, @vmware_vmx_path=#<Pathname:/Applications/VMware Fusion.app/Contents/Library/vmware-vmx>, @fusion_6=true, @fusion_7=true, @fusion_8=true, @fusion_10=true, @version="10.0.1">, @cap_logger=#<Log4r::Logger:0x0000000102cd11c8 @fullname="vagrant::capability_host::hashicorp::vagrantvmwarefusion::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::hashicorp::vagrantvmwarefusion", @parent=#<Log4r::Logger:0x0000000100833230 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:vmware_fusion, #<#<Class:0x0000000102cd16c8>:0x0000000102ca1ab8>]], @cap_args=[#<Vagrant::Machine: devbox (HashiCorp::VagrantVMwarefusion::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000102cd1588 @items={:public_address=>#<Proc:0x00000001028b2060@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000001028b1e08@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000102cd14e8 @items={:public_address=>#<Proc:0x00000001010ba368@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x00000001010ba1d8@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x0000000102cd1448 @items={:forwarded_ports=>#<Proc:0x00000001028ae988@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x00000001028ae8c0@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x00000001028ae898@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x00000001028ae870@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>, :vmware_fusion=>#<Vagrant::Registry:0x0000000102cd13a8 @items={:forwarded_ports=>#<Proc:0x000000010291d608@/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/plugin.rb:96>, :public_address=>#<Proc:0x000000010291d388@/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/plugin.rb:101>, :snapshot_list=>#<Proc:0x000000010291d1a8@/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/plugin.rb:106>, :nic_mac_addresses=>#<Proc:0x000000010291d0e0@/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/plugin.rb:113>}, @results_cache={}>}>)
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "list"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Total running VMs: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG vmware: VM state requested. Current state: not_running
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: ["devbox"]
DEBUG command:  -- options: {:provider=>nil}
DEBUG command: Finding machine that match name: devbox
 INFO command: Active machine found with name devbox. Using provider: vmware_fusion
 INFO environment: Getting machine: devbox (vmware_fusion)
 INFO environment: Returning cached machine: devbox (vmware_fusion)
 INFO command: With machine: devbox (#<HashiCorp::VagrantVMwarefusion::Provider:0x00000001019a7020 @logger=#<Log4r::Logger:0x00000001019a7f48 @fullname="hashicorp::vagrant::vmware", @outputters=[], @additive=true, @name="vmware", @path="hashicorp::vagrant", @parent=#<Log4r::Logger:0x000000010091e4d8 @fullname="hashicorp", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="hashicorp", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: devbox (HashiCorp::VagrantVMwarefusion::Provider)>, @driver=#<HashiCorp::VagrantVMwarefusion::Driver::Fusion:0x0000000101bb9d40 @lic_features=["fusion", "fusion6", "fusion7", "fusion8", "fusion10", "fusion8", "fusion7", "fusion6"], @logger=#<Log4r::Logger:0x0000000101bb9b88 @fullname="hashicorp::provider::vmware_driver", @outputters=[], @additive=true, @name="vmware_driver", @path="hashicorp::provider", @parent=#<Log4r::Logger:0x000000010091e4d8 @fullname="hashicorp", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="hashicorp", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @vmx_path=#<Pathname:/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx>, @vm_dir=#<Pathname:/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1>, @allow_exp=false, @install_dir=#<Pathname:/Applications/VMware Fusion.app>, @networking_file=#<Pathname:/Library/Preferences/VMware Fusion/networking>, @service_starter=#<Pathname:/Applications/VMware Fusion.app/Contents/Library/services/Open VMware Fusion Services>, @vmnet_bridge_pidfile=#<Pathname:/var/run/vmnet-bridge.pid>, @vmnet_cli=#<Pathname:/Applications/VMware Fusion.app/Contents/Library/vmnet-cli>, @vmrun_path=#<Pathname:/Applications/VMware Fusion.app/Contents/Library/vmrun>, @vmware_vmx_path=#<Pathname:/Applications/VMware Fusion.app/Contents/Library/vmware-vmx>, @fusion_6=true, @fusion_7=true, @fusion_8=true, @fusion_10=true, @version="10.0.1">, @cap_logger=#<Log4r::Logger:0x0000000102cd11c8 @fullname="vagrant::capability_host::hashicorp::vagrantvmwarefusion::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::hashicorp::vagrantvmwarefusion", @parent=#<Log4r::Logger:0x0000000100833230 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:vmware_fusion, #<#<Class:0x0000000102cd16c8>:0x0000000102ca1ab8>]], @cap_args=[#<Vagrant::Machine: devbox (HashiCorp::VagrantVMwarefusion::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x0000000102cd1588 @items={:public_address=>#<Proc:0x00000001028b2060@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x00000001028b1e08@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x0000000102cd14e8 @items={:public_address=>#<Proc:0x00000001010ba368@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x00000001010ba1d8@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x0000000102cd1448 @items={:forwarded_ports=>#<Proc:0x00000001028ae988@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x00000001028ae8c0@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x00000001028ae898@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x00000001028ae870@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>, :vmware_fusion=>#<Vagrant::Registry:0x0000000102cd13a8 @items={:forwarded_ports=>#<Proc:0x000000010291d608@/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/plugin.rb:96>, :public_address=>#<Proc:0x000000010291d388@/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/plugin.rb:101>, :snapshot_list=>#<Proc:0x000000010291d1a8@/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/plugin.rb:106>, :nic_mac_addresses=>#<Proc:0x000000010291d0e0@/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/plugin.rb:113>}, @results_cache={}>}>)
 INFO interface: info: Bringing machine 'devbox' up with 'vmware_fusion' provider...
Bringing machine 'devbox' up with 'vmware_fusion' provider...
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "list"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Total running VMs: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG vmware: VM state requested. Current state: not_running
 INFO batch_action: Enabling parallelization by default.
 INFO batch_action: Disabling parallelization because provider doesn't support it: vmware_fusion
 INFO batch_action: Batch action will parallelize: false
 INFO batch_action: Starting action: #<Vagrant::Machine:0x0000000100be1bc0> up {:destroy_on_error=>true, :install_provider=>false, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil}
 INFO machine: Calling action: up on provider VMware Fusion
DEBUG environment: Attempting to acquire process-lock: machine-action-7ef6ff75321b0fcca2562a0cd2ff6792
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-7ef6ff75321b0fcca2562a0cd2ff6792
 INFO interface: Machine: action ["up", "start", {:target=>:"devbox"}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000101251cd0>
 INFO warden: Calling IN action: VMware Middleware: Compatibility
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x0000000102b69420>
 INFO warden: Calling IN action: VMware Middleware: FixOldMachineID
 INFO warden: Calling IN action: VMware Middleware: CheckVMware
 INFO warden: Calling IN action: VMware Middleware: SudoHelperInstall
DEBUG sudo_helper_install: Checking if the sudo helper is installed...
 INFO sudo_helper: Sudo helper bin path: /Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/bin/vagrant_vmware_desktop_sudo_helper_darwin_amd64
 INFO subprocess: Starting process: ["/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/bin/vagrant_vmware_desktop_sudo_helper_darwin_amd64", "validate"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command is setuid/setgid, clearing DYLD_LIBRARY_PATH
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG sudo_helper_install: Sudo helper is installed.
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000101203968>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000100a6d690>
 INFO warden: Calling IN action: VMware Middleware: Created
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "list"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Total running VMs: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG vmware: VM state requested. Current state: not_running
 INFO warden: Calling OUT action: VMware Middleware: Created
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000102ac0050>
 INFO warden: Calling IN action: #<Proc:0x00000001019f1d50@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: VMware Middleware: Compatibility
 INFO warden: Calling IN action: VMware Middleware: FixOldMachineID
 INFO warden: Calling IN action: VMware Middleware: SudoHelperInstall
DEBUG sudo_helper_install: Checking if the sudo helper is installed...
 INFO sudo_helper: Sudo helper bin path: /Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/bin/vagrant_vmware_desktop_sudo_helper_darwin_amd64
 INFO subprocess: Starting process: ["/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/bin/vagrant_vmware_desktop_sudo_helper_darwin_amd64", "validate"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command is setuid/setgid, clearing DYLD_LIBRARY_PATH
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG sudo_helper_install: Sudo helper is installed.
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::BoxCheckOutdated:0x0000000102a679c8>
 INFO interface: output: Checking if box 'puphpet/ubuntu1604-x64' is up to date...
 INFO interface: output: ==> devbox: Checking if box 'puphpet/ubuntu1604-x64' is up to date...
==> devbox: Checking if box 'puphpet/ubuntu1604-x64' is up to date...
 INFO downloader: Downloader starting download: 
 INFO downloader:   -- Source: https://atlas.hashicorp.com/puphpet/ubuntu1604-x64
 INFO downloader:   -- Destination: /var/folders/dy/l638mf8s54d3hwkwfwm2pvgr0000gn/T/vagrant-load-metadata20171129-77359-196p9me
 INFO subprocess: Starting process: ["/opt/vagrant/embedded/bin/curl", "-q", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/2.0.1 (+https://www.vagrantup.com; ruby2.4.2)", "-H", "Accept: application/json", "--output", "/var/folders/dy/l638mf8s54d3hwkwfwm2pvgr0000gn/T/vagrant-load-metadata20171129-77359-196p9me", "https://atlas.hashicorp.com/puphpet/ubuntu1604-x64"]
 INFO subprocess: Command in the installer. Specifying DYLD_LIBRARY_PATH...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Sp
DEBUG subprocess: stderr: ent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   120  100   120    0     0    165      0 --:--:-- --:--:-- --:--:--   179
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  1378    0  1378    0     0   1075      0
DEBUG subprocess: stderr:  --:--:--  0:00:01 --:--:-- 1345k
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31998
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x0000000102a1e098>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x00000001038243e0>
 INFO warden: Calling IN action: VMware Middleware: Running
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "list"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Total running VMs: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG vmware: VM state requested. Current state: not_running
 INFO warden: Calling OUT action: VMware Middleware: Running
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x0000000102d41130>
 INFO warden: Calling IN action: #<Proc:0x0000000102ca8f98@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: VMware Middleware: CheckExistingNetwork
 INFO check_existing_network: Checking if the vmnet devices are healthy...
DEBUG environment: Attempting to acquire process-lock: vmware-network
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: vmware-network
 INFO interface: info: Verifying vmnet devices are healthy...
 INFO interface: info: ==> devbox: Verifying vmnet devices are healthy...
==> devbox: Verifying vmnet devices are healthy...
 INFO subprocess: Starting process: ["/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/bin/vagrant_vmware_desktop_sudo_helper_darwin_amd64", "vmnet", "-status"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command is setuid/setgid, clearing DYLD_LIBRARY_PATH
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: DHCP service on vmnet1 is running
Hostonly virtual adapter on vmnet1 is enabled
DHCP service on vmnet2 is running
Hostonly virtual adapter on vmnet2 is enabled
DHCP service on vmnet8 is running
NAT service on vmnet8 is running
Hostonly virtual adapter on vmnet8 is enabled
All the services configured on all the networks are running
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO vmware_driver: vmnet devices appear healthy!
DEBUG vmware_driver: Beginning to verify routing of devices...
 INFO subprocess: Starting process: ["/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/bin/vagrant_vmware_desktop_sudo_helper_darwin_amd64", "vmnet", "-status"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command is setuid/setgid, clearing DYLD_LIBRARY_PATH
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: DHCP service on vmnet1 is running
Hostonly virtual adapter on vmnet1 is enabled
DHCP service on vmnet2 is running
Hostonly virtual adapter on vmnet2 is enabled
DHCP service on vmnet8 is running
NAT service on vmnet8 is running
Hostonly virtual adapter on vmnet8 is enabled
All the services configured on all the networks are running
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/sbin/netstat", "-nr", "-f", "inet"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Routing tables

Internet:
Destination        Gateway            Flags        Refs      Use   Netif Expire
default            192.168.0.1        UGSc           72        0     en0
127                127.0.0.1          UCS             0        0     lo0
127.0.0.1          127.0.0.1          UH             47  2530356     lo0
169.254            link#8             UCS             0        0     en0
172.16.186/24      link#19            UC              1        0  vmnet8
192.168.0          link#8             UCS             1        0     en0
192.168.0.1/32     link#8             UCS             2        0     en0
192.168.0.1        5c:35:3b:ad:14:48  UHLWIir        13       60     en0   1193
192.168.0.185/32   link#8             UCS             0        0     en0
192.168.0.206      0:11:32:4f:35:5a   UHLWIi          1     7575     en0   1122
192.168.57         link#18            UC              1        0  vmnet2
192.168.204        link#17            UC              1        0  vmnet1
224.0.0/4          link#8             UmCS            3        0     en0
224.0.0.251        1:0:5e:0:0:fb      UHmLWI          0        0     en0
230.230.230.230    1:0:5e:66:e6:e6    UHmLWI          0     1112     en0
239.255.255.250    1:0:5e:7f:ff:fa    UHmLWI          0       12     en0
255.255.255.255/32 link#8             UCS             0        0     en0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO networking_file: Reading adapters from networking file...
DEBUG networking_file: VNET: 1. KEY: 'DHCP' = 'yes'
DEBUG networking_file: VNET: 1. KEY: 'DHCP_CFG_HASH' = '06E29AFB1A2E82ECDF2FCFB83E21FB2B1F73EE54'
DEBUG networking_file: VNET: 1. KEY: 'HOSTONLY_NETMASK' = '255.255.255.0'
DEBUG networking_file: VNET: 1. KEY: 'HOSTONLY_SUBNET' = '192.168.204.0'
DEBUG networking_file: VNET: 1. KEY: 'VIRTUAL_ADAPTER' = 'yes'
DEBUG networking_file: VNET: 2. KEY: 'DHCP' = 'yes'
DEBUG networking_file: VNET: 2. KEY: 'DHCP_CFG_HASH' = '8391641C341DCEEFC98FA9D0721535F0FD1AF6E0'
DEBUG networking_file: VNET: 2. KEY: 'HOSTONLY_NETMASK' = '255.255.255.0'
DEBUG networking_file: VNET: 2. KEY: 'HOSTONLY_SUBNET' = '192.168.57.0'
DEBUG networking_file: VNET: 2. KEY: 'VIRTUAL_ADAPTER' = 'yes'
DEBUG networking_file: VNET: 8. KEY: 'DHCP' = 'yes'
DEBUG networking_file: VNET: 8. KEY: 'DHCP_CFG_HASH' = '8FA74E6E1538918555BDBECCAEB25A09405A078B'
DEBUG networking_file: VNET: 8. KEY: 'HOSTONLY_NETMASK' = '255.255.255.0'
DEBUG networking_file: VNET: 8. KEY: 'HOSTONLY_SUBNET' = '172.16.186.0'
DEBUG networking_file: VNET: 8. KEY: 'NAT' = 'yes'
DEBUG networking_file: VNET: 8. KEY: 'VIRTUAL_ADAPTER' = 'yes'
DEBUG networking_file: Pruning adapters that aren't actually active...
DEBUG vmware_driver: Testing route: 192.168.204.0 expects {:name=>"vmnet1", :number=>1, :dhcp=>"yes", :hostonly_netmask=>"255.255.255.0", :hostonly_subnet=>"192.168.204.0", :nat=>nil, :virtual_adapter=>"yes"}
DEBUG vmware_driver: Testing route: 192.168.57.0 expects {:name=>"vmnet2", :number=>2, :dhcp=>"yes", :hostonly_netmask=>"255.255.255.0", :hostonly_subnet=>"192.168.57.0", :nat=>nil, :virtual_adapter=>"yes"}
DEBUG vmware_driver: Testing route: 172.16.186.0 expects {:name=>"vmnet8", :number=>8, :dhcp=>"yes", :hostonly_netmask=>"255.255.255.0", :hostonly_subnet=>"172.16.186.0", :nat=>"yes", :virtual_adapter=>"yes"}
 INFO environment: Released process lock: vmware-network
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: VMware Middleware: PruneForwardedPorts
 INFO prune_forwarded_ports: Pruning forwarded ports...
DEBUG environment: Attempting to acquire process-lock: vmware-network
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: vmware-network
 INFO vmware_driver: Pruning forwarded ports from: /Library/Preferences/VMware Fusion/vmnet8/nat.conf
DEBUG nat_conf: Read section: incomingtcp
DEBUG nat_conf: -- Value: "[incomingtcp]\n\n# Use these with care - anyone can enter into your VM through these...\n# The format and example are as follows:\n#<external port number> = <VM's IP address>:<VM's port number>\n#8080 = 172.16.3.128:80\n7800 = 172.16.186.131:22\n7803 = 172.16.186.131:22\n10200 = 172.16.186.131:22\n2222 = 172.16.186.131:22\n15200 = 172.16.186.128:22\n10201 = 172.16.186.128:22\n"
DEBUG nat_conf: Read section: incomingudp
DEBUG nat_conf: -- Value: "[incomingudp]\n\n# UDP port forwarding example\n#6000 = 172.16.3.0:6001\n\n"
DEBUG nat_conf: Unmanaged forwarded port: 7800 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 7803 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 10200 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 2222 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 15200 -> 172.16.186.128:22
DEBUG nat_conf: Unmanaged forwarded port: 10201 -> 172.16.186.128:22
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "list"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Total running VMs: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG internal_configuration: Saving updated internal configuration!
DEBUG nat_conf: Replace section: incomingtcp
DEBUG nat_conf: Replace section: incomingudp
DEBUG nat_conf: Writing NAT file: "# VMware NAT configuration file\n# Manual editing of this file is not recommended. Using UI is preferred.\n\n[host]\n\n# NAT gateway address\nip = 172.16.186.2\nnetmask = 255.255.255.0\n\n# VMnet device if not specified on command line\ndevice = vmnet8\n\n# Allow PORT/EPRT FTP commands (they need incoming TCP stream ...)\nactiveFTP = 1\n\n# Allows the source to have any OUI.  Turn this on if you change the OUI\n# in the MAC address of your virtual machines.\nallowAnyOUI = 1\n\n# Controls if (TCP) connections should be reset when the adapter they are\n# bound to goes down\nresetConnectionOnLinkDown = 1\n\n# Controls if (TCP) connection should be reset when guest packet's destination\n# is NAT's IP address\nresetConnectionOnDestLocalHost = 1\n\n# Controls if enable nat ipv6\nnatIp6Enable = 0\n\n# Controls if enable nat ipv6\nnatIp6Prefix = fd15:4ba5:5a2b:1008::/64\n\n[tcp]\n\n# Value of timeout in TCP TIME_WAIT state, in seconds\ntimeWaitTimeout = 30\n\n[udp]\n\n# Timeout in seconds. Dynamically-created UDP mappings will purged if\n# idle for this duration of time 0 = no timeout, default = 60; real\n# value might be up to 100% longer\ntimeout = 60\n\n[netbios]\n# Timeout for NBNS queries.\nnbnsTimeout = 2\n\n# Number of retries for each NBNS query.\nnbnsRetries = 3\n\n# Timeout for NBDS queries.\nnbdsTimeout = 3\n\n[incomingtcp]\n\n# Use these with care - anyone can enter into your VM through these...\n# The format and example are as follows:\n#<external port number> = <VM's IP address>:<VM's port number>\n#8080 = 172.16.3.128:80\n7800 = 172.16.186.131:22\n7803 = 172.16.186.131:22\n10200 = 172.16.186.131:22\n2222 = 172.16.186.131:22\n15200 = 172.16.186.128:22\n10201 = 172.16.186.128:22\n\n[incomingudp]\n\n# UDP port forwarding example\n#6000 = 172.16.3.0:6001\n\n"
 INFO subprocess: Starting process: ["/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/bin/vagrant_vmware_desktop_sudo_helper_darwin_amd64", "netconf", "-nat=/var/folders/dy/l638mf8s54d3hwkwfwm2pvgr0000gn/T/vagrant20171129-77359-j69gp2", "-device=vmnet8"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command is setuid/setgid, clearing DYLD_LIBRARY_PATH
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG nat_conf: Read section: incomingtcp
DEBUG nat_conf: -- Value: "[incomingtcp]\n\n# Use these with care - anyone can enter into your VM through these...\n# The format and example are as follows:\n#<external port number> = <VM's IP address>:<VM's port number>\n#8080 = 172.16.3.128:80\n7800 = 172.16.186.131:22\n7803 = 172.16.186.131:22\n10200 = 172.16.186.131:22\n2222 = 172.16.186.131:22\n15200 = 172.16.186.128:22\n10201 = 172.16.186.128:22\n"
DEBUG nat_conf: Read section: incomingudp
DEBUG nat_conf: -- Value: "[incomingudp]\n\n# UDP port forwarding example\n#6000 = 172.16.3.0:6001\n\n"
DEBUG nat_conf: Unmanaged forwarded port: 7800 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 7803 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 10200 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 2222 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 15200 -> 172.16.186.128:22
DEBUG nat_conf: Unmanaged forwarded port: 10201 -> 172.16.186.128:22
 INFO environment: Released process lock: vmware-network
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: #<Vagrant::Action::Builtin::Call:0x0000000102ce0858>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Builder:0x0000000100b16128>
 INFO warden: Calling IN action: VMware Middleware: Suspended
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "list"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Total running VMs: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG vmware: VM state requested. Current state: not_running
DEBUG suspended: result: false
 INFO warden: Calling OUT action: VMware Middleware: Suspended
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_up #<Vagrant::Action::Warden:0x00000001011a9648>
 INFO warden: Calling IN action: #<Proc:0x0000000101bf86d0@/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Provision:0x00000001011a95d0>
 INFO provision: Checking provisioner sentinel file...
 INFO provision: Sentinel found! Not provisioning.
 INFO warden: Calling IN action: VMware Middleware: PrepareSyncedFolderCleanup
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "list"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Total running VMs: 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::SyncedFolderNFS::ActionCleanup:0x0000000101aef0e0>
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: darwin
DEBUG host: Checking in: bsd
DEBUG host: Found cap: nfs_prune in bsd
 INFO nfs: NFS pruning. Valid IDs: []
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: darwin
DEBUG host: Checking in: bsd
DEBUG host: Found cap: nfs_prune in bsd
 INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /Users/Username/Documents/Username/vagrant/devbox/www/btweter/htdocs>, #<Vagrant::UI::Prefixed:0x0000000101bf3db0 @logger=#<Log4r::Logger:0x0000000101bf3d60 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x0000000100833230 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:"devbox", @ui=#<Vagrant::UI::Colored:0x00000001010f2d30 @logger=#<Log4r::Logger:0x00000001010f2cb8 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x0000000100833230 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @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:0x00000001010c9a20>>>, []] (darwin)
 INFO bsd: Pruning invalid NFS entries...
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolderCleanup:0x0000000102b3ab48>
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: darwin
DEBUG host: Checking in: bsd
DEBUG host: Found cap: nfs_installed in bsd
 INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /Users/Username/Documents/Username/vagrant/devbox/www/btweter/htdocs>] (darwin)
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: darwin
DEBUG host: Checking in: bsd
DEBUG host: Found cap: nfs_installed in bsd
 INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /Users/Username/Documents/Username/vagrant/devbox/www/btweter/htdocs>] (darwin)
 INFO synced_folder_cleanup: Invoking synced folder cleanup for: nfs
 INFO nfs: NFS pruning. Valid IDs: []
DEBUG host: Searching for cap: nfs_prune
DEBUG host: Checking in: darwin
DEBUG host: Checking in: bsd
DEBUG host: Found cap: nfs_prune in bsd
 INFO host: Execute capability: nfs_prune [#<Vagrant::Environment: /Users/Username/Documents/Username/vagrant/devbox/www/btweter/htdocs>, #<Vagrant::UI::Prefixed:0x0000000101bf3db0 @logger=#<Log4r::Logger:0x0000000101bf3d60 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x0000000100833230 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @opts={}, @stdin=#<IO:<STDIN>>, @stdout=#<IO:<STDOUT>>, @stderr=#<IO:<STDERR>>, @prefix=:"devbox", @ui=#<Vagrant::UI::Colored:0x00000001010f2d30 @logger=#<Log4r::Logger:0x00000001010f2cb8 @fullname="vagrant::ui::interface", @outputters=[], @additive=true, @name="interface", @path="vagrant::ui", @parent=#<Log4r::Logger:0x0000000100833230 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000000010286c830 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000000010286c678>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000000010281b750 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x000000010082b918 @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:0x00000001010c9a20>>>, []] (darwin)
 INFO bsd: Pruning invalid NFS entries...
 INFO synced_folder_cleanup: Invoking synced folder cleanup for: vmware
 INFO synced_folder: Clearing shared folders
 INFO vmware_driver: Clearing shared folders...
 INFO vmware_driver: Reading VMX data...
DEBUG vmware_driver:   - .encoding = UTF-8
DEBUG vmware_driver:   - bios.bootorder = hdd,CDROM
DEBUG vmware_driver:   - checkpoint.vmstate = ubuntu-16.04-amd64-77c6606b.vmss
DEBUG vmware_driver:   - cleanshutdown = TRUE
DEBUG vmware_driver:   - config.version = 8
DEBUG vmware_driver:   - cpuid.corespersocket = 1
DEBUG vmware_driver:   - displayname = devbox
DEBUG vmware_driver:   - ehci.pcislotnumber = -1
DEBUG vmware_driver:   - ehci.present = FALSE
DEBUG vmware_driver:   - ethernet0.addresstype = generated
DEBUG vmware_driver:   - ethernet0.connectiontype = nat
DEBUG vmware_driver:   - ethernet0.present = TRUE
DEBUG vmware_driver:   - ethernet0.virtualdev = e1000
DEBUG vmware_driver:   - ethernet1.addresstype = generated
DEBUG vmware_driver:   - ethernet1.connectiontype = custom
DEBUG vmware_driver:   - ethernet1.present = TRUE
DEBUG vmware_driver:   - ethernet1.virtualdev = e1000
DEBUG vmware_driver:   - ethernet1.vnet = vmnet2
DEBUG vmware_driver:   - extendedconfigfile = ubuntu-16.04-amd64.vmxf
DEBUG vmware_driver:   - filesearchpath = .;/Users/Username/.vagrant.d/boxes/puphpet-VAGRANTSLASH-ubuntu1604-x64/20161102/vmware_desktop
DEBUG vmware_driver:   - floppy0.present = FALSE
DEBUG vmware_driver:   - guestos = ubuntu-64
DEBUG vmware_driver:   - gui.fullscreenatpoweron = FALSE
DEBUG vmware_driver:   - gui.viewmodeatpoweron = windowed
DEBUG vmware_driver:   - hgfs.linkrootshare = TRUE
DEBUG vmware_driver:   - hgfs.maprootshare = TRUE
DEBUG vmware_driver:   - ide1:0.clientdevice = TRUE
DEBUG vmware_driver:   - ide1:0.devicetype = cdrom-raw
DEBUG vmware_driver:   - ide1:0.filename = auto detect
DEBUG vmware_driver:   - ide1:0.present = TRUE
DEBUG vmware_driver:   - ide1:0.startconnected = false
DEBUG vmware_driver:   - isolation.tools.hgfs.disable = FALSE
DEBUG vmware_driver:   - memsize = 2048
DEBUG vmware_driver:   - migrate.hostlog = ./ubuntu-16.04-amd64-1d53c71e.hlog
DEBUG vmware_driver:   - monitor.phys_bits_used = 40
DEBUG vmware_driver:   - msg.autoanswer = true
DEBUG vmware_driver:   - numa.autosize.cookie = 10001
DEBUG vmware_driver:   - numa.autosize.vcpu.maxpervirtualnode = 1
DEBUG vmware_driver:   - numvcpus = 1
DEBUG vmware_driver:   - nvram = ubuntu-16.04-amd64.nvram
DEBUG vmware_driver:   - pcibridge0.pcislotnumber = 17
DEBUG vmware_driver:   - pcibridge0.present = TRUE
DEBUG vmware_driver:   - pcibridge4.functions = 8
DEBUG vmware_driver:   - pcibridge4.pcislotnumber = 21
DEBUG vmware_driver:   - pcibridge4.present = TRUE
DEBUG vmware_driver:   - pcibridge4.virtualdev = pcieRootPort
DEBUG vmware_driver:   - pcibridge5.functions = 8
DEBUG vmware_driver:   - pcibridge5.pcislotnumber = 22
DEBUG vmware_driver:   - pcibridge5.present = TRUE
DEBUG vmware_driver:   - pcibridge5.virtualdev = pcieRootPort
DEBUG vmware_driver:   - pcibridge6.functions = 8
DEBUG vmware_driver:   - pcibridge6.pcislotnumber = 23
DEBUG vmware_driver:   - pcibridge6.present = TRUE
DEBUG vmware_driver:   - pcibridge6.virtualdev = pcieRootPort
DEBUG vmware_driver:   - pcibridge7.functions = 8
DEBUG vmware_driver:   - pcibridge7.pcislotnumber = 24
DEBUG vmware_driver:   - pcibridge7.present = TRUE
DEBUG vmware_driver:   - pcibridge7.virtualdev = pcieRootPort
DEBUG vmware_driver:   - policy.vm.mvmtid = 
DEBUG vmware_driver:   - powertype.poweroff = soft
DEBUG vmware_driver:   - powertype.poweron = soft
DEBUG vmware_driver:   - powertype.reset = soft
DEBUG vmware_driver:   - powertype.suspend = soft
DEBUG vmware_driver:   - proxyapps.publishtohost = FALSE
DEBUG vmware_driver:   - remotedisplay.vnc.enabled = FALSE
DEBUG vmware_driver:   - remotedisplay.vnc.ip = 127.0.0.1
DEBUG vmware_driver:   - remotedisplay.vnc.key = BjsMIRMwBT4PKRQvMjoPID0dCBoDGAkwERciAh4oPBkXEyMlDB8aAhMKOA0pDyAmMDo0MictBCM+IxkSOiQdCjQhEjoyFzQUKTsONTQQKAgrNAgkHhwzKRoFKSsdGQYREyYLCCUzDCcuChUGJS4wBTYMJTEXJjkEJSkGAxcjMi4=
DEBUG vmware_driver:   - remotedisplay.vnc.password = jk%oQAHA
DEBUG vmware_driver:   - remotedisplay.vnc.port = 5997
DEBUG vmware_driver:   - replay.filename = 
DEBUG vmware_driver:   - replay.supported = FALSE
DEBUG vmware_driver:   - scsi0.pcislotnumber = 16
DEBUG vmware_driver:   - scsi0.present = TRUE
DEBUG vmware_driver:   - scsi0.virtualdev = lsilogic
DEBUG vmware_driver:   - scsi0:0.filename = disk-cl1.vmdk
DEBUG vmware_driver:   - scsi0:0.present = TRUE
DEBUG vmware_driver:   - scsi0:0.redo = 
DEBUG vmware_driver:   - sharedfolder.maxnum = 0
DEBUG vmware_driver:   - softpoweroff = FALSE
DEBUG vmware_driver:   - sound.startconnected = FALSE
DEBUG vmware_driver:   - tools.synctime = TRUE
DEBUG vmware_driver:   - tools.upgrade.policy = upgradeAtPowerCycle
DEBUG vmware_driver:   - usb.pcislotnumber = -1
DEBUG vmware_driver:   - usb.present = FALSE
DEBUG vmware_driver:   - uuid.action = create
DEBUG vmware_driver:   - uuid.bios = 56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20
DEBUG vmware_driver:   - uuid.location = 56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20
DEBUG vmware_driver:   - vc.uuid = 
DEBUG vmware_driver:   - virtualhw.productcompatibility = hosted
DEBUG vmware_driver:   - virtualhw.version = 9
DEBUG vmware_driver:   - vmci0.id = 1861462628
DEBUG vmware_driver:   - vmci0.pcislotnumber = 35
DEBUG vmware_driver:   - vmci0.present = TRUE
DEBUG vmware_driver:   - vmotion.checkpointfbsize = 109051904
 INFO vmware_driver: Modifying VMX data...
DEBUG vmware_driver:   - SET .encoding = "UTF-8"
DEBUG vmware_driver:   - SET bios.bootorder = "hdd,CDROM"
DEBUG vmware_driver:   - SET checkpoint.vmstate = "ubuntu-16.04-amd64-77c6606b.vmss"
DEBUG vmware_driver:   - SET cleanshutdown = "TRUE"
DEBUG vmware_driver:   - SET config.version = "8"
DEBUG vmware_driver:   - SET cpuid.corespersocket = "1"
DEBUG vmware_driver:   - SET displayname = "devbox"
DEBUG vmware_driver:   - SET ehci.pcislotnumber = "-1"
DEBUG vmware_driver:   - SET ehci.present = "FALSE"
DEBUG vmware_driver:   - SET ethernet0.addresstype = "generated"
DEBUG vmware_driver:   - SET ethernet0.connectiontype = "nat"
DEBUG vmware_driver:   - SET ethernet0.present = "TRUE"
DEBUG vmware_driver:   - SET ethernet0.virtualdev = "e1000"
DEBUG vmware_driver:   - SET ethernet1.addresstype = "generated"
DEBUG vmware_driver:   - SET ethernet1.connectiontype = "custom"
DEBUG vmware_driver:   - SET ethernet1.present = "TRUE"
DEBUG vmware_driver:   - SET ethernet1.virtualdev = "e1000"
DEBUG vmware_driver:   - SET ethernet1.vnet = "vmnet2"
DEBUG vmware_driver:   - SET extendedconfigfile = "ubuntu-16.04-amd64.vmxf"
DEBUG vmware_driver:   - SET filesearchpath = ".;/Users/Username/.vagrant.d/boxes/puphpet-VAGRANTSLASH-ubuntu1604-x64/20161102/vmware_desktop"
DEBUG vmware_driver:   - SET floppy0.present = "FALSE"
DEBUG vmware_driver:   - SET guestos = "ubuntu-64"
DEBUG vmware_driver:   - SET gui.fullscreenatpoweron = "FALSE"
DEBUG vmware_driver:   - SET gui.viewmodeatpoweron = "windowed"
DEBUG vmware_driver:   - SET hgfs.linkrootshare = "TRUE"
DEBUG vmware_driver:   - SET hgfs.maprootshare = "TRUE"
DEBUG vmware_driver:   - SET ide1:0.clientdevice = "TRUE"
DEBUG vmware_driver:   - SET ide1:0.devicetype = "cdrom-raw"
DEBUG vmware_driver:   - SET ide1:0.filename = "auto detect"
DEBUG vmware_driver:   - SET ide1:0.present = "TRUE"
DEBUG vmware_driver:   - SET ide1:0.startconnected = "false"
DEBUG vmware_driver:   - SET isolation.tools.hgfs.disable = "FALSE"
DEBUG vmware_driver:   - SET memsize = "2048"
DEBUG vmware_driver:   - SET migrate.hostlog = "./ubuntu-16.04-amd64-1d53c71e.hlog"
DEBUG vmware_driver:   - SET monitor.phys_bits_used = "40"
DEBUG vmware_driver:   - SET msg.autoanswer = "true"
DEBUG vmware_driver:   - SET numa.autosize.cookie = "10001"
DEBUG vmware_driver:   - SET numa.autosize.vcpu.maxpervirtualnode = "1"
DEBUG vmware_driver:   - SET numvcpus = "1"
DEBUG vmware_driver:   - SET nvram = "ubuntu-16.04-amd64.nvram"
DEBUG vmware_driver:   - SET pcibridge0.pcislotnumber = "17"
DEBUG vmware_driver:   - SET pcibridge0.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge4.functions = "8"
DEBUG vmware_driver:   - SET pcibridge4.pcislotnumber = "21"
DEBUG vmware_driver:   - SET pcibridge4.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge4.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET pcibridge5.functions = "8"
DEBUG vmware_driver:   - SET pcibridge5.pcislotnumber = "22"
DEBUG vmware_driver:   - SET pcibridge5.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge5.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET pcibridge6.functions = "8"
DEBUG vmware_driver:   - SET pcibridge6.pcislotnumber = "23"
DEBUG vmware_driver:   - SET pcibridge6.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge6.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET pcibridge7.functions = "8"
DEBUG vmware_driver:   - SET pcibridge7.pcislotnumber = "24"
DEBUG vmware_driver:   - SET pcibridge7.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge7.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET policy.vm.mvmtid = ""
DEBUG vmware_driver:   - SET powertype.poweroff = "soft"
DEBUG vmware_driver:   - SET powertype.poweron = "soft"
DEBUG vmware_driver:   - SET powertype.reset = "soft"
DEBUG vmware_driver:   - SET powertype.suspend = "soft"
DEBUG vmware_driver:   - SET proxyapps.publishtohost = "FALSE"
DEBUG vmware_driver:   - SET remotedisplay.vnc.enabled = "FALSE"
DEBUG vmware_driver:   - SET remotedisplay.vnc.ip = "127.0.0.1"
DEBUG vmware_driver:   - SET remotedisplay.vnc.key = "BjsMIRMwBT4PKRQvMjoPID0dCBoDGAkwERciAh4oPBkXEyMlDB8aAhMKOA0pDyAmMDo0MictBCM+IxkSOiQdCjQhEjoyFzQUKTsONTQQKAgrNAgkHhwzKRoFKSsdGQYREyYLCCUzDCcuChUGJS4wBTYMJTEXJjkEJSkGAxcjMi4="
DEBUG vmware_driver:   - SET remotedisplay.vnc.password = "jk%oQAHA"
DEBUG vmware_driver:   - SET remotedisplay.vnc.port = "5997"
DEBUG vmware_driver:   - SET replay.filename = ""
DEBUG vmware_driver:   - SET replay.supported = "FALSE"
DEBUG vmware_driver:   - SET scsi0.pcislotnumber = "16"
DEBUG vmware_driver:   - SET scsi0.present = "TRUE"
DEBUG vmware_driver:   - SET scsi0.virtualdev = "lsilogic"
DEBUG vmware_driver:   - SET scsi0:0.filename = "disk-cl1.vmdk"
DEBUG vmware_driver:   - SET scsi0:0.present = "TRUE"
DEBUG vmware_driver:   - SET scsi0:0.redo = ""
DEBUG vmware_driver:   - SET sharedfolder.maxnum = "0"
DEBUG vmware_driver:   - SET softpoweroff = "FALSE"
DEBUG vmware_driver:   - SET sound.startconnected = "FALSE"
DEBUG vmware_driver:   - SET tools.synctime = "TRUE"
DEBUG vmware_driver:   - SET tools.upgrade.policy = "upgradeAtPowerCycle"
DEBUG vmware_driver:   - SET usb.pcislotnumber = "-1"
DEBUG vmware_driver:   - SET usb.present = "FALSE"
DEBUG vmware_driver:   - SET uuid.action = "create"
DEBUG vmware_driver:   - SET uuid.bios = "56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20"
DEBUG vmware_driver:   - SET uuid.location = "56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20"
DEBUG vmware_driver:   - SET vc.uuid = ""
DEBUG vmware_driver:   - SET virtualhw.productcompatibility = "hosted"
DEBUG vmware_driver:   - SET virtualhw.version = "9"
DEBUG vmware_driver:   - SET vmci0.id = "1861462628"
DEBUG vmware_driver:   - SET vmci0.pcislotnumber = "35"
DEBUG vmware_driver:   - SET vmci0.present = "TRUE"
DEBUG vmware_driver:   - SET vmotion.checkpointfbsize = "109051904"
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x0000000100a6e4a0>
 INFO synced_folders: SyncedFolders loading from cache: false
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: darwin
DEBUG host: Checking in: bsd
DEBUG host: Found cap: nfs_installed in bsd
 INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /Users/Username/Documents/Username/vagrant/devbox/www/btweter/htdocs>] (darwin)
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: darwin
DEBUG host: Checking in: bsd
DEBUG host: Found cap: nfs_installed in bsd
 INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: /Users/Username/Documents/Username/vagrant/devbox/www/btweter/htdocs>] (darwin)
 INFO synced_folders: Synced Folder Implementation: nfs
 INFO synced_folders:   - vflsf_vedowg7secai: /Users/Username/Documents/Username/vagrant/devbox/www => /var/www
 INFO synced_folders:   - vflsf_4s0f8yhrtrn6: /Users/Username/Documents/Username/vagrant/devbox/data => /var/data
 INFO synced_folders: Synced Folder Implementation: vmware
 INFO synced_folders:   - /vagrant: . => /vagrant
 INFO synced_folders:   - /tmp/vagrant-puppet/manifests-75f35e3bc7e32744860c4bb229c88812: /Users/Username/Documents/Username/vagrant/devbox/puphpet/puppet/manifests => /tmp/vagrant-puppet/manifests-75f35e3bc7e32744860c4bb229c88812
 INFO synced_folders:   - /tmp/vagrant-puppet/modules-0c3f064632b4b2282c21d2d9e8679751: /Users/Username/Documents/Username/vagrant/devbox/puphpet/puppet/modules => /tmp/vagrant-puppet/modules-0c3f064632b4b2282c21d2d9e8679751
 INFO synced_folders:   - /tmp/vagrant-puppet/modules-eb4bebcd3dca6e4c52012cf41cff886a: /Users/Username/Documents/Username/vagrant/devbox/puphpet/puppet/manifests => /tmp/vagrant-puppet/modules-eb4bebcd3dca6e4c52012cf41cff886a
 INFO synced_folders: Invoking synced folder prepare for: nfs
 INFO synced_folders: Invoking synced folder prepare for: vmware
 INFO warden: Calling IN action: VMware Middleware: PrepareNFSSettings
 INFO warden: Calling IN action: VMware Middleware: Network
DEBUG network: Available slots for high-level adapters: #<Set: {1, 2, 3, 4, 5, 6, 7, 8}>
 INFO network: Determining network adapters required for high-level configuration...
 INFO network:  -- Slot 1: hostonly
 INFO network: Determining adapters and compiling network configuration...
 INFO network: Slot 0. Type: nat
DEBUG network: Normalized configuration: {:auto_config=>false, :type=>:dhcp}
DEBUG network: Adapter configuration: {:type=>:nat, :slot=>0}
DEBUG network: Network configuration: {:type=>:dhcp, :auto_config=>false}
 INFO network: Slot 1. Type: hostonly
DEBUG network: Normalized configuration: {:auto_config=>true, :netmask=>"255.255.255.0", :type=>:static, :ip=>"192.168.57.101", :protocol=>"tcp", :id=>"50451770-0e90-4476-ba54-43068c0cfe73", :subnet_ip=>"192.168.57.0", :adapter_ip=>"192.168.57.1"}
DEBUG vmware_driver: Reading VMware vmnet devices...
 INFO networking_file: Reading adapters from networking file...
DEBUG networking_file: VNET: 1. KEY: 'DHCP' = 'yes'
DEBUG networking_file: VNET: 1. KEY: 'DHCP_CFG_HASH' = '06E29AFB1A2E82ECDF2FCFB83E21FB2B1F73EE54'
DEBUG networking_file: VNET: 1. KEY: 'HOSTONLY_NETMASK' = '255.255.255.0'
DEBUG networking_file: VNET: 1. KEY: 'HOSTONLY_SUBNET' = '192.168.204.0'
DEBUG networking_file: VNET: 1. KEY: 'VIRTUAL_ADAPTER' = 'yes'
DEBUG networking_file: VNET: 2. KEY: 'DHCP' = 'yes'
DEBUG networking_file: VNET: 2. KEY: 'DHCP_CFG_HASH' = '8391641C341DCEEFC98FA9D0721535F0FD1AF6E0'
DEBUG networking_file: VNET: 2. KEY: 'HOSTONLY_NETMASK' = '255.255.255.0'
DEBUG networking_file: VNET: 2. KEY: 'HOSTONLY_SUBNET' = '192.168.57.0'
DEBUG networking_file: VNET: 2. KEY: 'VIRTUAL_ADAPTER' = 'yes'
DEBUG networking_file: VNET: 8. KEY: 'DHCP' = 'yes'
DEBUG networking_file: VNET: 8. KEY: 'DHCP_CFG_HASH' = '8FA74E6E1538918555BDBECCAEB25A09405A078B'
DEBUG networking_file: VNET: 8. KEY: 'HOSTONLY_NETMASK' = '255.255.255.0'
DEBUG networking_file: VNET: 8. KEY: 'HOSTONLY_SUBNET' = '172.16.186.0'
DEBUG networking_file: VNET: 8. KEY: 'NAT' = 'yes'
DEBUG networking_file: VNET: 8. KEY: 'VIRTUAL_ADAPTER' = 'yes'
DEBUG networking_file: Pruning adapters that aren't actually active...
 INFO network: Found matching vmnet device: vmnet2
 INFO network: Checking for hostonly network collisions...
 INFO subprocess: Starting process: ["/usr/sbin/netstat", "-nr", "-f", "inet"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: Routing tables

Internet:
Destination        Gateway            Flags        Refs      Use   Netif Expire
default            192.168.0.1        UGSc           72        0     en0
127                127.0.0.1          UCS             0        0     lo0
127.0.0.1          127.0.0.1          UH             47  2530356     lo0
169.254            link#8             UCS             0        0     en0
172.16.186/24      link#19            UC              1        0  vmnet8
192.168.0          link#8             UCS             1        0     en0
192.168.0.1/32     link#8             UCS             2        0     en0
192.168.0.1        5c:35:3b:ad:14:48  UHLWIir        13       60     en0   1193
192.168.0.185/32   link#8             UCS             0        0     en0
192.168.0.206      0:11:32:4f:35:5a   UHLWIi          1     7575     en0   1122
192.168.57         link#18            UC              1        0  vmnet2
192.168.204        link#17            UC              1        0  vmnet1
224.0.0/4          link#8             UmCS            3        0     en0
224.0.0.251        1:0:5e:0:0:fb      UHmLWI          0        0     en0
230.230.230.230    1:0:5e:66:e6:e6    UHmLWI          0     1112     en0
239.255.255.250    1:0:5e:7f:ff:fa    UHmLWI          0       12     en0
255.255.255.255/32 link#8             UCS             0        0     en0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG network: Adapter configuration: {:type=>:custom, :mac_address=>nil, :vnet=>"vmnet2", :slot=>1}
DEBUG network: Network configuration: {:type=>:static, :adapter_ip=>"192.168.57.1", :ip=>"192.168.57.101", :netmask=>"255.255.255.0", :auto_config=>true}
 INFO network: Enabling 2 adapters...
DEBUG environment: Attempting to acquire process-lock: vmware-network
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: vmware-network
 INFO interface: info: Preparing network adapters...
 INFO interface: info: ==> devbox: Preparing network adapters...
==> devbox: Preparing network adapters...
 INFO vmware_driver: Reading VMX data...
DEBUG vmware_driver:   - .encoding = UTF-8
DEBUG vmware_driver:   - bios.bootorder = hdd,CDROM
DEBUG vmware_driver:   - checkpoint.vmstate = ubuntu-16.04-amd64-77c6606b.vmss
DEBUG vmware_driver:   - cleanshutdown = TRUE
DEBUG vmware_driver:   - config.version = 8
DEBUG vmware_driver:   - cpuid.corespersocket = 1
DEBUG vmware_driver:   - displayname = devbox
DEBUG vmware_driver:   - ehci.pcislotnumber = -1
DEBUG vmware_driver:   - ehci.present = FALSE
DEBUG vmware_driver:   - ethernet0.addresstype = generated
DEBUG vmware_driver:   - ethernet0.connectiontype = nat
DEBUG vmware_driver:   - ethernet0.present = TRUE
DEBUG vmware_driver:   - ethernet0.virtualdev = e1000
DEBUG vmware_driver:   - ethernet1.addresstype = generated
DEBUG vmware_driver:   - ethernet1.connectiontype = custom
DEBUG vmware_driver:   - ethernet1.present = TRUE
DEBUG vmware_driver:   - ethernet1.virtualdev = e1000
DEBUG vmware_driver:   - ethernet1.vnet = vmnet2
DEBUG vmware_driver:   - extendedconfigfile = ubuntu-16.04-amd64.vmxf
DEBUG vmware_driver:   - filesearchpath = .;/Users/Username/.vagrant.d/boxes/puphpet-VAGRANTSLASH-ubuntu1604-x64/20161102/vmware_desktop
DEBUG vmware_driver:   - floppy0.present = FALSE
DEBUG vmware_driver:   - guestos = ubuntu-64
DEBUG vmware_driver:   - gui.fullscreenatpoweron = FALSE
DEBUG vmware_driver:   - gui.viewmodeatpoweron = windowed
DEBUG vmware_driver:   - hgfs.linkrootshare = TRUE
DEBUG vmware_driver:   - hgfs.maprootshare = TRUE
DEBUG vmware_driver:   - ide1:0.clientdevice = TRUE
DEBUG vmware_driver:   - ide1:0.devicetype = cdrom-raw
DEBUG vmware_driver:   - ide1:0.filename = auto detect
DEBUG vmware_driver:   - ide1:0.present = TRUE
DEBUG vmware_driver:   - ide1:0.startconnected = false
DEBUG vmware_driver:   - isolation.tools.hgfs.disable = FALSE
DEBUG vmware_driver:   - memsize = 2048
DEBUG vmware_driver:   - migrate.hostlog = ./ubuntu-16.04-amd64-1d53c71e.hlog
DEBUG vmware_driver:   - monitor.phys_bits_used = 40
DEBUG vmware_driver:   - msg.autoanswer = true
DEBUG vmware_driver:   - numa.autosize.cookie = 10001
DEBUG vmware_driver:   - numa.autosize.vcpu.maxpervirtualnode = 1
DEBUG vmware_driver:   - numvcpus = 1
DEBUG vmware_driver:   - nvram = ubuntu-16.04-amd64.nvram
DEBUG vmware_driver:   - pcibridge0.pcislotnumber = 17
DEBUG vmware_driver:   - pcibridge0.present = TRUE
DEBUG vmware_driver:   - pcibridge4.functions = 8
DEBUG vmware_driver:   - pcibridge4.pcislotnumber = 21
DEBUG vmware_driver:   - pcibridge4.present = TRUE
DEBUG vmware_driver:   - pcibridge4.virtualdev = pcieRootPort
DEBUG vmware_driver:   - pcibridge5.functions = 8
DEBUG vmware_driver:   - pcibridge5.pcislotnumber = 22
DEBUG vmware_driver:   - pcibridge5.present = TRUE
DEBUG vmware_driver:   - pcibridge5.virtualdev = pcieRootPort
DEBUG vmware_driver:   - pcibridge6.functions = 8
DEBUG vmware_driver:   - pcibridge6.pcislotnumber = 23
DEBUG vmware_driver:   - pcibridge6.present = TRUE
DEBUG vmware_driver:   - pcibridge6.virtualdev = pcieRootPort
DEBUG vmware_driver:   - pcibridge7.functions = 8
DEBUG vmware_driver:   - pcibridge7.pcislotnumber = 24
DEBUG vmware_driver:   - pcibridge7.present = TRUE
DEBUG vmware_driver:   - pcibridge7.virtualdev = pcieRootPort
DEBUG vmware_driver:   - policy.vm.mvmtid = 
DEBUG vmware_driver:   - powertype.poweroff = soft
DEBUG vmware_driver:   - powertype.poweron = soft
DEBUG vmware_driver:   - powertype.reset = soft
DEBUG vmware_driver:   - powertype.suspend = soft
DEBUG vmware_driver:   - proxyapps.publishtohost = FALSE
DEBUG vmware_driver:   - remotedisplay.vnc.enabled = FALSE
DEBUG vmware_driver:   - remotedisplay.vnc.ip = 127.0.0.1
DEBUG vmware_driver:   - remotedisplay.vnc.key = BjsMIRMwBT4PKRQvMjoPID0dCBoDGAkwERciAh4oPBkXEyMlDB8aAhMKOA0pDyAmMDo0MictBCM+IxkSOiQdCjQhEjoyFzQUKTsONTQQKAgrNAgkHhwzKRoFKSsdGQYREyYLCCUzDCcuChUGJS4wBTYMJTEXJjkEJSkGAxcjMi4=
DEBUG vmware_driver:   - remotedisplay.vnc.password = jk%oQAHA
DEBUG vmware_driver:   - remotedisplay.vnc.port = 5997
DEBUG vmware_driver:   - replay.filename = 
DEBUG vmware_driver:   - replay.supported = FALSE
DEBUG vmware_driver:   - scsi0.pcislotnumber = 16
DEBUG vmware_driver:   - scsi0.present = TRUE
DEBUG vmware_driver:   - scsi0.virtualdev = lsilogic
DEBUG vmware_driver:   - scsi0:0.filename = disk-cl1.vmdk
DEBUG vmware_driver:   - scsi0:0.present = TRUE
DEBUG vmware_driver:   - scsi0:0.redo = 
DEBUG vmware_driver:   - sharedfolder.maxnum = 0
DEBUG vmware_driver:   - softpoweroff = FALSE
DEBUG vmware_driver:   - sound.startconnected = FALSE
DEBUG vmware_driver:   - tools.synctime = TRUE
DEBUG vmware_driver:   - tools.upgrade.policy = upgradeAtPowerCycle
DEBUG vmware_driver:   - usb.pcislotnumber = -1
DEBUG vmware_driver:   - usb.present = FALSE
DEBUG vmware_driver:   - uuid.action = create
DEBUG vmware_driver:   - uuid.bios = 56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20
DEBUG vmware_driver:   - uuid.location = 56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20
DEBUG vmware_driver:   - vc.uuid = 
DEBUG vmware_driver:   - virtualhw.productcompatibility = hosted
DEBUG vmware_driver:   - virtualhw.version = 9
DEBUG vmware_driver:   - vmci0.id = 1861462628
DEBUG vmware_driver:   - vmci0.pcislotnumber = 35
DEBUG vmware_driver:   - vmci0.present = TRUE
DEBUG vmware_driver:   - vmotion.checkpointfbsize = 109051904
 WARN vmware_driver: setup_adapter: Removing VMX key: ethernet0.addresstype
 WARN vmware_driver: setup_adapter: Removing VMX key: ethernet0.connectiontype
 WARN vmware_driver: setup_adapter: Removing VMX key: ethernet0.present
 WARN vmware_driver: setup_adapter: Removing VMX key: ethernet0.virtualdev
 WARN vmware_driver: setup_adapter: Removing VMX key: ethernet1.addresstype
 WARN vmware_driver: setup_adapter: Removing VMX key: ethernet1.connectiontype
 WARN vmware_driver: setup_adapter: Removing VMX key: ethernet1.present
 WARN vmware_driver: setup_adapter: Removing VMX key: ethernet1.virtualdev
 WARN vmware_driver: setup_adapter: Removing VMX key: ethernet1.vnet
 INFO vmware_driver: Modifying VMX data...
DEBUG vmware_driver:   - SET .encoding = "UTF-8"
DEBUG vmware_driver:   - SET bios.bootorder = "hdd,CDROM"
DEBUG vmware_driver:   - SET checkpoint.vmstate = "ubuntu-16.04-amd64-77c6606b.vmss"
DEBUG vmware_driver:   - SET cleanshutdown = "TRUE"
DEBUG vmware_driver:   - SET config.version = "8"
DEBUG vmware_driver:   - SET cpuid.corespersocket = "1"
DEBUG vmware_driver:   - SET displayname = "devbox"
DEBUG vmware_driver:   - SET ehci.pcislotnumber = "-1"
DEBUG vmware_driver:   - SET ehci.present = "FALSE"
DEBUG vmware_driver:   - SET ethernet0.addresstype = "generated"
DEBUG vmware_driver:   - SET ethernet0.connectiontype = "nat"
DEBUG vmware_driver:   - SET ethernet0.present = "TRUE"
DEBUG vmware_driver:   - SET ethernet0.virtualdev = "e1000"
DEBUG vmware_driver:   - SET ethernet1.addresstype = "generated"
DEBUG vmware_driver:   - SET ethernet1.connectiontype = "custom"
DEBUG vmware_driver:   - SET ethernet1.present = "TRUE"
DEBUG vmware_driver:   - SET ethernet1.virtualdev = "e1000"
DEBUG vmware_driver:   - SET ethernet1.vnet = "vmnet2"
DEBUG vmware_driver:   - SET extendedconfigfile = "ubuntu-16.04-amd64.vmxf"
DEBUG vmware_driver:   - SET filesearchpath = ".;/Users/Username/.vagrant.d/boxes/puphpet-VAGRANTSLASH-ubuntu1604-x64/20161102/vmware_desktop"
DEBUG vmware_driver:   - SET floppy0.present = "FALSE"
DEBUG vmware_driver:   - SET guestos = "ubuntu-64"
DEBUG vmware_driver:   - SET gui.fullscreenatpoweron = "FALSE"
DEBUG vmware_driver:   - SET gui.viewmodeatpoweron = "windowed"
DEBUG vmware_driver:   - SET hgfs.linkrootshare = "TRUE"
DEBUG vmware_driver:   - SET hgfs.maprootshare = "TRUE"
DEBUG vmware_driver:   - SET ide1:0.clientdevice = "TRUE"
DEBUG vmware_driver:   - SET ide1:0.devicetype = "cdrom-raw"
DEBUG vmware_driver:   - SET ide1:0.filename = "auto detect"
DEBUG vmware_driver:   - SET ide1:0.present = "TRUE"
DEBUG vmware_driver:   - SET ide1:0.startconnected = "false"
DEBUG vmware_driver:   - SET isolation.tools.hgfs.disable = "FALSE"
DEBUG vmware_driver:   - SET memsize = "2048"
DEBUG vmware_driver:   - SET migrate.hostlog = "./ubuntu-16.04-amd64-1d53c71e.hlog"
DEBUG vmware_driver:   - SET monitor.phys_bits_used = "40"
DEBUG vmware_driver:   - SET msg.autoanswer = "true"
DEBUG vmware_driver:   - SET numa.autosize.cookie = "10001"
DEBUG vmware_driver:   - SET numa.autosize.vcpu.maxpervirtualnode = "1"
DEBUG vmware_driver:   - SET numvcpus = "1"
DEBUG vmware_driver:   - SET nvram = "ubuntu-16.04-amd64.nvram"
DEBUG vmware_driver:   - SET pcibridge0.pcislotnumber = "17"
DEBUG vmware_driver:   - SET pcibridge0.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge4.functions = "8"
DEBUG vmware_driver:   - SET pcibridge4.pcislotnumber = "21"
DEBUG vmware_driver:   - SET pcibridge4.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge4.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET pcibridge5.functions = "8"
DEBUG vmware_driver:   - SET pcibridge5.pcislotnumber = "22"
DEBUG vmware_driver:   - SET pcibridge5.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge5.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET pcibridge6.functions = "8"
DEBUG vmware_driver:   - SET pcibridge6.pcislotnumber = "23"
DEBUG vmware_driver:   - SET pcibridge6.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge6.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET pcibridge7.functions = "8"
DEBUG vmware_driver:   - SET pcibridge7.pcislotnumber = "24"
DEBUG vmware_driver:   - SET pcibridge7.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge7.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET policy.vm.mvmtid = ""
DEBUG vmware_driver:   - SET powertype.poweroff = "soft"
DEBUG vmware_driver:   - SET powertype.poweron = "soft"
DEBUG vmware_driver:   - SET powertype.reset = "soft"
DEBUG vmware_driver:   - SET powertype.suspend = "soft"
DEBUG vmware_driver:   - SET proxyapps.publishtohost = "FALSE"
DEBUG vmware_driver:   - SET remotedisplay.vnc.enabled = "FALSE"
DEBUG vmware_driver:   - SET remotedisplay.vnc.ip = "127.0.0.1"
DEBUG vmware_driver:   - SET remotedisplay.vnc.key = "BjsMIRMwBT4PKRQvMjoPID0dCBoDGAkwERciAh4oPBkXEyMlDB8aAhMKOA0pDyAmMDo0MictBCM+IxkSOiQdCjQhEjoyFzQUKTsONTQQKAgrNAgkHhwzKRoFKSsdGQYREyYLCCUzDCcuChUGJS4wBTYMJTEXJjkEJSkGAxcjMi4="
DEBUG vmware_driver:   - SET remotedisplay.vnc.password = "jk%oQAHA"
DEBUG vmware_driver:   - SET remotedisplay.vnc.port = "5997"
DEBUG vmware_driver:   - SET replay.filename = ""
DEBUG vmware_driver:   - SET replay.supported = "FALSE"
DEBUG vmware_driver:   - SET scsi0.pcislotnumber = "16"
DEBUG vmware_driver:   - SET scsi0.present = "TRUE"
DEBUG vmware_driver:   - SET scsi0.virtualdev = "lsilogic"
DEBUG vmware_driver:   - SET scsi0:0.filename = "disk-cl1.vmdk"
DEBUG vmware_driver:   - SET scsi0:0.present = "TRUE"
DEBUG vmware_driver:   - SET scsi0:0.redo = ""
DEBUG vmware_driver:   - SET sharedfolder.maxnum = "0"
DEBUG vmware_driver:   - SET softpoweroff = "FALSE"
DEBUG vmware_driver:   - SET sound.startconnected = "FALSE"
DEBUG vmware_driver:   - SET tools.synctime = "TRUE"
DEBUG vmware_driver:   - SET tools.upgrade.policy = "upgradeAtPowerCycle"
DEBUG vmware_driver:   - SET usb.pcislotnumber = "-1"
DEBUG vmware_driver:   - SET usb.present = "FALSE"
DEBUG vmware_driver:   - SET uuid.action = "create"
DEBUG vmware_driver:   - SET uuid.bios = "56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20"
DEBUG vmware_driver:   - SET uuid.location = "56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20"
DEBUG vmware_driver:   - SET vc.uuid = ""
DEBUG vmware_driver:   - SET virtualhw.productcompatibility = "hosted"
DEBUG vmware_driver:   - SET virtualhw.version = "9"
DEBUG vmware_driver:   - SET vmci0.id = "1861462628"
DEBUG vmware_driver:   - SET vmci0.pcislotnumber = "35"
DEBUG vmware_driver:   - SET vmci0.present = "TRUE"
DEBUG vmware_driver:   - SET vmotion.checkpointfbsize = "109051904"
 INFO environment: Released process lock: vmware-network
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: #<Vagrant::Action::Builtin::SetHostname:0x0000000102ae2ec0>
 INFO warden: Calling IN action: VMware Middleware: VMXModify
 INFO vmx_modify: Modifying VMX file according to user config...
 INFO vmware_driver: Reading VMX data...
DEBUG vmware_driver:   - .encoding = UTF-8
DEBUG vmware_driver:   - bios.bootorder = hdd,CDROM
DEBUG vmware_driver:   - checkpoint.vmstate = ubuntu-16.04-amd64-77c6606b.vmss
DEBUG vmware_driver:   - cleanshutdown = TRUE
DEBUG vmware_driver:   - config.version = 8
DEBUG vmware_driver:   - cpuid.corespersocket = 1
DEBUG vmware_driver:   - displayname = devbox
DEBUG vmware_driver:   - ehci.pcislotnumber = -1
DEBUG vmware_driver:   - ehci.present = FALSE
DEBUG vmware_driver:   - ethernet0.addresstype = generated
DEBUG vmware_driver:   - ethernet0.connectiontype = nat
DEBUG vmware_driver:   - ethernet0.present = TRUE
DEBUG vmware_driver:   - ethernet0.virtualdev = e1000
DEBUG vmware_driver:   - ethernet1.addresstype = generated
DEBUG vmware_driver:   - ethernet1.connectiontype = custom
DEBUG vmware_driver:   - ethernet1.present = TRUE
DEBUG vmware_driver:   - ethernet1.virtualdev = e1000
DEBUG vmware_driver:   - ethernet1.vnet = vmnet2
DEBUG vmware_driver:   - extendedconfigfile = ubuntu-16.04-amd64.vmxf
DEBUG vmware_driver:   - filesearchpath = .;/Users/Username/.vagrant.d/boxes/puphpet-VAGRANTSLASH-ubuntu1604-x64/20161102/vmware_desktop
DEBUG vmware_driver:   - floppy0.present = FALSE
DEBUG vmware_driver:   - guestos = ubuntu-64
DEBUG vmware_driver:   - gui.fullscreenatpoweron = FALSE
DEBUG vmware_driver:   - gui.viewmodeatpoweron = windowed
DEBUG vmware_driver:   - hgfs.linkrootshare = TRUE
DEBUG vmware_driver:   - hgfs.maprootshare = TRUE
DEBUG vmware_driver:   - ide1:0.clientdevice = TRUE
DEBUG vmware_driver:   - ide1:0.devicetype = cdrom-raw
DEBUG vmware_driver:   - ide1:0.filename = auto detect
DEBUG vmware_driver:   - ide1:0.present = TRUE
DEBUG vmware_driver:   - ide1:0.startconnected = false
DEBUG vmware_driver:   - isolation.tools.hgfs.disable = FALSE
DEBUG vmware_driver:   - memsize = 2048
DEBUG vmware_driver:   - migrate.hostlog = ./ubuntu-16.04-amd64-1d53c71e.hlog
DEBUG vmware_driver:   - monitor.phys_bits_used = 40
DEBUG vmware_driver:   - msg.autoanswer = true
DEBUG vmware_driver:   - numa.autosize.cookie = 10001
DEBUG vmware_driver:   - numa.autosize.vcpu.maxpervirtualnode = 1
DEBUG vmware_driver:   - numvcpus = 1
DEBUG vmware_driver:   - nvram = ubuntu-16.04-amd64.nvram
DEBUG vmware_driver:   - pcibridge0.pcislotnumber = 17
DEBUG vmware_driver:   - pcibridge0.present = TRUE
DEBUG vmware_driver:   - pcibridge4.functions = 8
DEBUG vmware_driver:   - pcibridge4.pcislotnumber = 21
DEBUG vmware_driver:   - pcibridge4.present = TRUE
DEBUG vmware_driver:   - pcibridge4.virtualdev = pcieRootPort
DEBUG vmware_driver:   - pcibridge5.functions = 8
DEBUG vmware_driver:   - pcibridge5.pcislotnumber = 22
DEBUG vmware_driver:   - pcibridge5.present = TRUE
DEBUG vmware_driver:   - pcibridge5.virtualdev = pcieRootPort
DEBUG vmware_driver:   - pcibridge6.functions = 8
DEBUG vmware_driver:   - pcibridge6.pcislotnumber = 23
DEBUG vmware_driver:   - pcibridge6.present = TRUE
DEBUG vmware_driver:   - pcibridge6.virtualdev = pcieRootPort
DEBUG vmware_driver:   - pcibridge7.functions = 8
DEBUG vmware_driver:   - pcibridge7.pcislotnumber = 24
DEBUG vmware_driver:   - pcibridge7.present = TRUE
DEBUG vmware_driver:   - pcibridge7.virtualdev = pcieRootPort
DEBUG vmware_driver:   - policy.vm.mvmtid = 
DEBUG vmware_driver:   - powertype.poweroff = soft
DEBUG vmware_driver:   - powertype.poweron = soft
DEBUG vmware_driver:   - powertype.reset = soft
DEBUG vmware_driver:   - powertype.suspend = soft
DEBUG vmware_driver:   - proxyapps.publishtohost = FALSE
DEBUG vmware_driver:   - remotedisplay.vnc.enabled = FALSE
DEBUG vmware_driver:   - remotedisplay.vnc.ip = 127.0.0.1
DEBUG vmware_driver:   - remotedisplay.vnc.key = BjsMIRMwBT4PKRQvMjoPID0dCBoDGAkwERciAh4oPBkXEyMlDB8aAhMKOA0pDyAmMDo0MictBCM+IxkSOiQdCjQhEjoyFzQUKTsONTQQKAgrNAgkHhwzKRoFKSsdGQYREyYLCCUzDCcuChUGJS4wBTYMJTEXJjkEJSkGAxcjMi4=
DEBUG vmware_driver:   - remotedisplay.vnc.password = jk%oQAHA
DEBUG vmware_driver:   - remotedisplay.vnc.port = 5997
DEBUG vmware_driver:   - replay.filename = 
DEBUG vmware_driver:   - replay.supported = FALSE
DEBUG vmware_driver:   - scsi0.pcislotnumber = 16
DEBUG vmware_driver:   - scsi0.present = TRUE
DEBUG vmware_driver:   - scsi0.virtualdev = lsilogic
DEBUG vmware_driver:   - scsi0:0.filename = disk-cl1.vmdk
DEBUG vmware_driver:   - scsi0:0.present = TRUE
DEBUG vmware_driver:   - scsi0:0.redo = 
DEBUG vmware_driver:   - sharedfolder.maxnum = 0
DEBUG vmware_driver:   - softpoweroff = FALSE
DEBUG vmware_driver:   - sound.startconnected = FALSE
DEBUG vmware_driver:   - tools.synctime = TRUE
DEBUG vmware_driver:   - tools.upgrade.policy = upgradeAtPowerCycle
DEBUG vmware_driver:   - usb.pcislotnumber = -1
DEBUG vmware_driver:   - usb.present = FALSE
DEBUG vmware_driver:   - uuid.action = create
DEBUG vmware_driver:   - uuid.bios = 56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20
DEBUG vmware_driver:   - uuid.location = 56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20
DEBUG vmware_driver:   - vc.uuid = 
DEBUG vmware_driver:   - virtualhw.productcompatibility = hosted
DEBUG vmware_driver:   - virtualhw.version = 9
DEBUG vmware_driver:   - vmci0.id = 1861462628
DEBUG vmware_driver:   - vmci0.pcislotnumber = 35
DEBUG vmware_driver:   - vmci0.present = TRUE
DEBUG vmware_driver:   - vmotion.checkpointfbsize = 109051904
 INFO vmx_modify:   - Set: numvcpus = '1'
 INFO vmx_modify:   - Set: memsize = '2048'
 INFO vmx_modify:   - Set: displayName = 'devbox'
 INFO vmware_driver: Modifying VMX data...
DEBUG vmware_driver:   - SET .encoding = "UTF-8"
DEBUG vmware_driver:   - SET bios.bootorder = "hdd,CDROM"
DEBUG vmware_driver:   - SET checkpoint.vmstate = "ubuntu-16.04-amd64-77c6606b.vmss"
DEBUG vmware_driver:   - SET cleanshutdown = "TRUE"
DEBUG vmware_driver:   - SET config.version = "8"
DEBUG vmware_driver:   - SET cpuid.corespersocket = "1"
DEBUG vmware_driver:   - SET displayname = "devbox"
DEBUG vmware_driver:   - SET ehci.pcislotnumber = "-1"
DEBUG vmware_driver:   - SET ehci.present = "FALSE"
DEBUG vmware_driver:   - SET ethernet0.addresstype = "generated"
DEBUG vmware_driver:   - SET ethernet0.connectiontype = "nat"
DEBUG vmware_driver:   - SET ethernet0.present = "TRUE"
DEBUG vmware_driver:   - SET ethernet0.virtualdev = "e1000"
DEBUG vmware_driver:   - SET ethernet1.addresstype = "generated"
DEBUG vmware_driver:   - SET ethernet1.connectiontype = "custom"
DEBUG vmware_driver:   - SET ethernet1.present = "TRUE"
DEBUG vmware_driver:   - SET ethernet1.virtualdev = "e1000"
DEBUG vmware_driver:   - SET ethernet1.vnet = "vmnet2"
DEBUG vmware_driver:   - SET extendedconfigfile = "ubuntu-16.04-amd64.vmxf"
DEBUG vmware_driver:   - SET filesearchpath = ".;/Users/Username/.vagrant.d/boxes/puphpet-VAGRANTSLASH-ubuntu1604-x64/20161102/vmware_desktop"
DEBUG vmware_driver:   - SET floppy0.present = "FALSE"
DEBUG vmware_driver:   - SET guestos = "ubuntu-64"
DEBUG vmware_driver:   - SET gui.fullscreenatpoweron = "FALSE"
DEBUG vmware_driver:   - SET gui.viewmodeatpoweron = "windowed"
DEBUG vmware_driver:   - SET hgfs.linkrootshare = "TRUE"
DEBUG vmware_driver:   - SET hgfs.maprootshare = "TRUE"
DEBUG vmware_driver:   - SET ide1:0.clientdevice = "TRUE"
DEBUG vmware_driver:   - SET ide1:0.devicetype = "cdrom-raw"
DEBUG vmware_driver:   - SET ide1:0.filename = "auto detect"
DEBUG vmware_driver:   - SET ide1:0.present = "TRUE"
DEBUG vmware_driver:   - SET ide1:0.startconnected = "false"
DEBUG vmware_driver:   - SET isolation.tools.hgfs.disable = "FALSE"
DEBUG vmware_driver:   - SET memsize = "2048"
DEBUG vmware_driver:   - SET migrate.hostlog = "./ubuntu-16.04-amd64-1d53c71e.hlog"
DEBUG vmware_driver:   - SET monitor.phys_bits_used = "40"
DEBUG vmware_driver:   - SET msg.autoanswer = "true"
DEBUG vmware_driver:   - SET numa.autosize.cookie = "10001"
DEBUG vmware_driver:   - SET numa.autosize.vcpu.maxpervirtualnode = "1"
DEBUG vmware_driver:   - SET numvcpus = "1"
DEBUG vmware_driver:   - SET nvram = "ubuntu-16.04-amd64.nvram"
DEBUG vmware_driver:   - SET pcibridge0.pcislotnumber = "17"
DEBUG vmware_driver:   - SET pcibridge0.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge4.functions = "8"
DEBUG vmware_driver:   - SET pcibridge4.pcislotnumber = "21"
DEBUG vmware_driver:   - SET pcibridge4.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge4.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET pcibridge5.functions = "8"
DEBUG vmware_driver:   - SET pcibridge5.pcislotnumber = "22"
DEBUG vmware_driver:   - SET pcibridge5.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge5.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET pcibridge6.functions = "8"
DEBUG vmware_driver:   - SET pcibridge6.pcislotnumber = "23"
DEBUG vmware_driver:   - SET pcibridge6.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge6.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET pcibridge7.functions = "8"
DEBUG vmware_driver:   - SET pcibridge7.pcislotnumber = "24"
DEBUG vmware_driver:   - SET pcibridge7.present = "TRUE"
DEBUG vmware_driver:   - SET pcibridge7.virtualdev = "pcieRootPort"
DEBUG vmware_driver:   - SET policy.vm.mvmtid = ""
DEBUG vmware_driver:   - SET powertype.poweroff = "soft"
DEBUG vmware_driver:   - SET powertype.poweron = "soft"
DEBUG vmware_driver:   - SET powertype.reset = "soft"
DEBUG vmware_driver:   - SET powertype.suspend = "soft"
DEBUG vmware_driver:   - SET proxyapps.publishtohost = "FALSE"
DEBUG vmware_driver:   - SET remotedisplay.vnc.enabled = "FALSE"
DEBUG vmware_driver:   - SET remotedisplay.vnc.ip = "127.0.0.1"
DEBUG vmware_driver:   - SET remotedisplay.vnc.key = "BjsMIRMwBT4PKRQvMjoPID0dCBoDGAkwERciAh4oPBkXEyMlDB8aAhMKOA0pDyAmMDo0MictBCM+IxkSOiQdCjQhEjoyFzQUKTsONTQQKAgrNAgkHhwzKRoFKSsdGQYREyYLCCUzDCcuChUGJS4wBTYMJTEXJjkEJSkGAxcjMi4="
DEBUG vmware_driver:   - SET remotedisplay.vnc.password = "jk%oQAHA"
DEBUG vmware_driver:   - SET remotedisplay.vnc.port = "5997"
DEBUG vmware_driver:   - SET replay.filename = ""
DEBUG vmware_driver:   - SET replay.supported = "FALSE"
DEBUG vmware_driver:   - SET scsi0.pcislotnumber = "16"
DEBUG vmware_driver:   - SET scsi0.present = "TRUE"
DEBUG vmware_driver:   - SET scsi0.virtualdev = "lsilogic"
DEBUG vmware_driver:   - SET scsi0:0.filename = "disk-cl1.vmdk"
DEBUG vmware_driver:   - SET scsi0:0.present = "TRUE"
DEBUG vmware_driver:   - SET scsi0:0.redo = ""
DEBUG vmware_driver:   - SET sharedfolder.maxnum = "0"
DEBUG vmware_driver:   - SET softpoweroff = "FALSE"
DEBUG vmware_driver:   - SET sound.startconnected = "FALSE"
DEBUG vmware_driver:   - SET tools.synctime = "TRUE"
DEBUG vmware_driver:   - SET tools.upgrade.policy = "upgradeAtPowerCycle"
DEBUG vmware_driver:   - SET usb.pcislotnumber = "-1"
DEBUG vmware_driver:   - SET usb.present = "FALSE"
DEBUG vmware_driver:   - SET uuid.action = "create"
DEBUG vmware_driver:   - SET uuid.bios = "56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20"
DEBUG vmware_driver:   - SET uuid.location = "56 4d 5b 8a e0 77 d0 11-d2 cc ad 96 14 52 71 20"
DEBUG vmware_driver:   - SET vc.uuid = ""
DEBUG vmware_driver:   - SET virtualhw.productcompatibility = "hosted"
DEBUG vmware_driver:   - SET virtualhw.version = "9"
DEBUG vmware_driver:   - SET vmci0.id = "1861462628"
DEBUG vmware_driver:   - SET vmci0.pcislotnumber = "35"
DEBUG vmware_driver:   - SET vmci0.present = "TRUE"
DEBUG vmware_driver:   - SET vmotion.checkpointfbsize = "109051904"
 INFO warden: Calling IN action: VMware Middleware: PrepareForwardedPortCollisionParams
DEBUG nat_conf: Read section: incomingtcp
DEBUG nat_conf: -- Value: "[incomingtcp]\n\n# Use these with care - anyone can enter into your VM through these...\n# The format and example are as follows:\n#<external port number> = <VM's IP address>:<VM's port number>\n#8080 = 172.16.3.128:80\n7800 = 172.16.186.131:22\n7803 = 172.16.186.131:22\n10200 = 172.16.186.131:22\n2222 = 172.16.186.131:22\n15200 = 172.16.186.128:22\n10201 = 172.16.186.128:22\n"
DEBUG nat_conf: Read section: incomingudp
DEBUG nat_conf: -- Value: "[incomingudp]\n\n# UDP port forwarding example\n#6000 = 172.16.3.0:6001\n\n"
DEBUG nat_conf: Unmanaged forwarded port: 7800 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 7803 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 10200 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 2222 -> 172.16.186.131:22
DEBUG nat_conf: Unmanaged forwarded port: 15200 -> 172.16.186.128:22
DEBUG nat_conf: Unmanaged forwarded port: 10201 -> 172.16.186.128:22
DEBUG nat_conf: Read section: incomingtcp
DEBUG nat_conf: -- Value: "[incomingtcp]\n\n# Use these with care - anyone can enter into your VM through these...\n# The format and example are as follows:\n#<external port number> = <VM's IP address>:<VM's port number>\n#8080 = 172.16.3.128:80\n7800 = 172.16.186.131:22\n7803 = 172.16.186.131:22\n10200 = 172.16.186.131:22\n2222 = 172.16.186.131:22\n15200 = 172.16.186.128:22\n10201 = 172.16.186.128:22\n"
DEBUG nat_conf: Read section: incomingudp
DEBUG nat_conf: -- Value: "[incomingudp]\n\n# UDP port forwarding example\n#6000 = 172.16.3.0:6001\n\n"
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x0000000102a77fa8>
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: {7800=>#<Set: {"*"}>, 7803=>#<Set: {"*"}>, 10200=>#<Set: {"*"}>, 2222=>#<Set: {"*"}>, 15200=>#<Set: {"*"}>, 10201=>#<Set: {"*"}>}
DEBUG handle_port_collisions: Remap: {}
DEBUG handle_port_collisions: Repair: true
 INFO handle_port_collisions: Attempting to repair FP collision: 15200
 INFO handle_port_collisions: Repaired FP collision: 15200 to 10202
 INFO interface: info: Fixed port collision for 22 => 15200. Now on port 10202.
 INFO interface: info: ==> devbox: Fixed port collision for 22 => 15200. Now on port 10202.
==> devbox: Fixed port collision for 22 => 15200. Now on port 10202.
 INFO handle_port_collisions: Attempting to repair FP collision: 2222
 INFO handle_port_collisions: Repaired FP collision: 2222 to 10203
 INFO interface: info: Fixed port collision for 22 => 2222. Now on port 10203.
 INFO interface: info: ==> devbox: Fixed port collision for 22 => 2222. Now on port 10203.
==> devbox: Fixed port collision for 22 => 2222. Now on port 10203.
 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: VMware Middleware: Boot
 INFO interface: info: Starting the VMware VM...
 INFO interface: info: ==> devbox: Starting the VMware VM...
==> devbox: Starting the VMware VM...
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 2017-11-29T00:22:35.781| ServiceImpl_Opener: PID 77413
DEBUG subprocess: stderr: Unexpected signal: 11.
DEBUG subprocess: stdout: Error: Unknown error
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 45
DEBUG subprocess: Exit status: 255
 INFO retryable: Retryable exception raised: #<HashiCorp::VagrantVMwarefusion::Errors::VMRunError: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:35.781| ServiceImpl_Opener: PID 77413
Error: Unknown error

Stderr: Unexpected signal: 11.>
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 2017-11-29T00:22:38.251| ServiceImpl_Opener: PID 77417
DEBUG subprocess: stderr: Unexpected signal: 11.
DEBUG subprocess: stdout: Error: Unknown error
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 44
DEBUG subprocess: Exit status: 255
 INFO retryable: Retryable exception raised: #<HashiCorp::VagrantVMwarefusion::Errors::VMRunError: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:38.251| ServiceImpl_Opener: PID 77417
Error: Unknown error

Stderr: Unexpected signal: 11.>
 INFO subprocess: Starting process: ["/Applications/VMware Fusion.app/Contents/Library/vmrun", "start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
DEBUG subprocess: stderr: Unexpected signal: 11.
DEBUG subprocess: stdout: Error: Unknown error
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 45
DEBUG subprocess: Exit status: 255
ERROR warden: Error occurred: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::HandleForwardedPortCollisions:0x0000000102a77fa8>
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000102ce0858>
 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.
ERROR warden: Error occurred: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000102a1e098>
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x0000000101203968>
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO environment: Released process lock: machine-action-7ef6ff75321b0fcca2562a0cd2ff6792
 INFO environment: Running hook: environment_unload
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x0000000102d98f20>
 INFO warden: Calling IN action: HashiCorp Background Check: End
 INFO logger: Cleaning up background activation thread...
 INFO warden: Calling OUT action: HashiCorp Background Check: End
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<HashiCorp::VagrantVMwarefusion::Errors::VMRunError: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.>
ERROR vagrant: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
ERROR vagrant: /Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/driver.rb:781:in `block (2 levels) in vmrun'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/retryable.rb:17:in `retryable'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/driver.rb:778:in `block in vmrun'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/driver.rb:777:in `vmrun'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/driver.rb:605:in `start'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:38:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb:49:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:1028:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:1458:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/set_hostname.rb:16:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:742:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:975:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/synced_folders.rb:87:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/synced_folder_cleanup.rb:28:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/plugins/synced_folders/nfs/action_cleanup.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:1047:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/provision.rb:80:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:1077:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:76:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/box_check_outdated.rb:78:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:1369:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:278:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:148:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/call.rb:53:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:1369:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:104:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:278:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/Users/Username/.vagrant.d/gems/2.4.2/gems/vagrant-vmware-fusion-5.0.3/lib/vagrant-vmware-fusion/action_farm.rb:165:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/warden.rb:34:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/builder.rb:116:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `block in run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/util/busy.rb:19:in `busy'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/action/runner.rb:66:in `run'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:227:in `action_raw'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:202:in `block in action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/environment.rb:631:in `lock'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:188:in `call'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/machine.rb:188:in `action'
/opt/vagrant/embedded/gems/gems/vagrant-2.0.1/lib/vagrant/batch_action.rb:82:in `block (2 levels) in run'
 INFO interface: error: An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
An error occurred while executing `vmrun`, a utility for controlling
VMware machines. The command and output are below:

Command: ["start", "/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx", "nogui", {:notify=>[:stdout, :stderr], :timeout=>45}]

Stdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422
Error: Unknown error

Stderr: Unexpected signal: 11.
 INFO interface: Machine: error-exit ["HashiCorp::VagrantVMwarefusion::Errors::VMRunError", "An error occurred while executing `vmrun`, a utility for controlling\nVMware machines. The command and output are below:\n\nCommand: [\"start\", \"/Users/Username/Documents/Username/vagrant/devbox/.vagrant/machines/devbox/vmware_fusion/b67cfb0a-319f-4b68-9cfc-440b75a5b0f1/ubuntu-16.04-amd64.vmx\", \"nogui\", {:notify=>[:stdout, :stderr], :timeout=>45}]\n\nStdout: 2017-11-29T00:22:40.719| ServiceImpl_Opener: PID 77422\nError: Unknown error\n\nStderr: Unexpected signal: 11."]

Expected behavior

I want to start my vagrant box and log in

Actual behavior

Errors, see debug output

Steps to reproduce

I did a clean install everything: vagrant, VMware, provider - everything. I ran vagrant up and the problem occurred

elimentz commented 6 years ago

Just rolled back to vagrant version 1.9.8, same problem

kikitux commented 6 years ago

Hello

Please link a repo where we can clone and vagrant up

otherwise is not easy to repro.

At this moment the error is coming from vmware.

Can you open vmware gui and try to create and boot a vm. ?

Alvaro.

karlwnw commented 6 years ago

Hi,

@kikitux I get the same error message trying to start the box : puphpet/ubuntu1404-x64

OSX 10.12.6 VMware Fusion 10.0.1 Vagrant 2.0.1 Vagrant plugin vagrant-vmware-fusion 5.0.4

Vagrantfile

Vagrant.configure("2") do |config|
  config.vm.provider :vmware_fusion do |vmware, override|
    override.vm.box = "puphpet/ubuntu1404-x64"
  end
end

vagrant up

Adding vmware.gui = true in the Vagrantfile makes VMware display the error message : "Cannot find a valid peer process to connect to".

The same setup works with VMware Fusion 8.5.9 so I suspect this is an integration issue with the new VMware Fusion version 10.

Karl

chrisroberts commented 6 years ago

This does not seem to be a Vagrant issue so I'm going to close this issue. Cheers!

ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.