のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Windows\system32>cd \

C:\>dir
 ドライブ C のボリューム ラベルは System です
 ボリューム シリアル番号は FD2C-E6D0 です

 C:\ のディレクトリ

2017/04/29  13:45    <DIR>          Android
2016/11/29  15:15    <DIR>          FDK
2017/05/14  20:51    <DIR>          HashiCorp
2016/11/17  17:06    <DIR>          Intel
2016/11/17  21:49    <DIR>          NVIDIA
2017/02/04  12:43    <DIR>          Octave
2016/07/16  20:47    <DIR>          PerfLogs
2017/05/14  13:48    <DIR>          Program Files
2017/05/14  13:47    <DIR>          Program Files (x86)
2017/05/13  04:20    <DIR>          run
2016/11/17  17:02    <DIR>          Users
2017/05/12  02:22    <DIR>          Windows
2017/05/12  02:24    <DIR>          Windows10Upgrade
2016/11/18  03:36    <DIR>          winproductkey
2017/04/28  20:44    <DIR>          Win_OTM
2016/11/29  15:21    <DIR>          zip
               0 個のファイル                   0 バイト
              16 個のディレクトリ  37,188,280,320 バイトの空き領域

C:\>cd hashicorp

C:\HashiCorp>dir
 ドライブ C のボリューム ラベルは System です
 ボリューム シリアル番号は FD2C-E6D0 です

 C:\HashiCorp のディレクトリ

2017/05/14  20:51    <DIR>          .
2017/05/14  20:51    <DIR>          ..
2017/05/14  21:15    <DIR>          Vagrant
               0 個のファイル                   0 バイト
               3 個のディレクトリ  37,188,214,784 バイトの空き領域

C:\HashiCorp>cd vagrant

C:\HashiCorp\Vagrant>vagrant up --provider hyperv
Bringing machine 'default' up with 'hyperv' provider...
==> default: Verifying Hyper-V is enabled...
==> default: Importing a Hyper-V instance
    default: Please choose a switch to attach to your Hyper-V instance.
    default: If none of these are appropriate, please open the Hyper-V manager
    default: to create a new virtual switch.
    default:
    default: 1) ext
    default: 2) DockerNAT
    default: 3) nat
    default:
    default: What switch would you like to use? 1
    default: Cloning virtual hard drive...
    default: Creating and registering the VM...
    default: Setting VM Integration Services
    default: Successfully imported a VM with name: vargrant-dev-source
==> default: Starting the machine...
==> default: Waiting for the machine to report its IP address...
    default: Timeout: 120 seconds
    default: IP: 192.168.24.229
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 192.168.24.229:22
    default: SSH username: vagrant
    default: SSH auth method: private key
    default:
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default:
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if it's present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
No synced folder implementation is available for your synced folders!
Please consult the documentation to learn why this may be the case.
You may force a synced folder implementation by specifying a "type:"
option for the synced folders. Available synced folder implementations
are listed below.

docker, nfs, rsync, smb, virtualbox

C:\HashiCorp\Vagrant>
C:\HashiCorp\Vagrant>vagrant reload --provider hyperv
An invalid option was specified. The help for this command
is available below.

Usage: vagrant reload [vm-name]

        --[no-]provision             Enable or disable provisioning
        --provision-with x,y,z       Enable only certain provisioners, by type or by name.
    -h, --help                       Print this help

C:\HashiCorp\Vagrant>vagrant up --provider hyperv
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:
* The host path of the shared folder is missing: ./shared


C:\HashiCorp\Vagrant>vagrant reload
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:
* The host path of the shared folder is missing: ./shared


C:\HashiCorp\Vagrant>vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Starting the machine...
==> default: Waiting for the machine to report its IP address...
    default: Timeout: 120 seconds
    default: IP: 192.168.24.229
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 192.168.24.229:22
    default: SSH username: vagrant
    default: SSH auth method: private key
==> default: Machine booted and ready!
No synced folder implementation is available for your synced folders!
Please consult the documentation to learn why this may be the case.
You may force a synced folder implementation by specifying a "type:"
option for the synced folders. Available synced folder implementations
are listed below.

docker, nfs, rsync, smb, virtualbox

C:\HashiCorp\Vagrant>vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Starting the machine...
==> default: Waiting for the machine to report its IP address...
    default: Timeout: 120 seconds
    default: IP: 192.168.24.229
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 192.168.24.229:22
    default: SSH username: vagrant
    default: SSH auth method: private key
==> default: Machine booted and ready!
No synced folder implementation is available for your synced folders!
Please consult the documentation to learn why this may be the case.
You may force a synced folder implementation by specifying a "type:"
option for the synced folders. Available synced folder implementations
are listed below.

docker, nfs, rsync, smb, virtualbox

C:\HashiCorp\Vagrant> vagrant plugin install vagrant-winnfsd
Installing the 'vagrant-winnfsd' plugin. This can take a few minutes...
Fetching: vagrant-winnfsd-1.3.1.gem (100%)
Installed the plugin 'vagrant-winnfsd (1.3.1)'!

C:\HashiCorp\Vagrant>vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Starting the machine...
==> default: Waiting for the machine to report its IP address...
    default: Timeout: 120 seconds
    default: IP: 192.168.24.229
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 192.168.24.229:22
    default: SSH username: vagrant
    default: SSH auth method: private key
==> default: Machine booted and ready!
No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.

C:\HashiCorp\Vagrant>vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Starting the machine...
==> default: Waiting for the machine to report its IP address...
    default: Timeout: 120 seconds
    default: IP: 192.168.24.229
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 192.168.24.229:22
    default: SSH username: vagrant
    default: SSH auth method: private key
==> default: Machine booted and ready!
No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.

C:\HashiCorp\Vagrant>vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Starting the machine...
==> default: Waiting for the machine to report its IP address...
    default: Timeout: 120 seconds
    default: IP: 192.168.24.229
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 192.168.24.229:22
    default: SSH username: vagrant
    default: SSH auth method: private key
==> default: Machine booted and ready!
No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.

C:\HashiCorp\Vagrant>vagrant reload
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:

C:/HashiCorp/Vagrant/Vagrantfile:15: syntax error, unexpected keyword_end

C:\HashiCorp\Vagrant>vagrant reload
There is a syntax error in the following Vagrantfile. The syntax error
message is reproduced below for convenience:

C:/HashiCorp/Vagrant/Vagrantfile:15: syntax error, unexpected keyword_end

C:\HashiCorp\Vagrant>vagrant reload
==> default: Attempting graceful shutdown of VM...
==> default: Starting the machine...
==> default: Waiting for the machine to report its IP address...
    default: Timeout: 120 seconds
    default: IP: 192.168.24.229
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 192.168.24.229:22
    default: SSH username: vagrant
    default: SSH auth method: private key
==> default: Machine booted and ready!
No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.

C:\HashiCorp\Vagrant>set VAGRANT_LOG=DEBUG

C:\HashiCorp\Vagrant>vagrant reload
 INFO global: Vagrant version: 1.9.4
 INFO global: Ruby version: 2.2.5
 INFO global: RubyGems version: 2.4.5.1
 INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\bin\\vagrant"
 INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
 INFO global: VAGRANT_INSTALLER_ENV="1"
 INFO global: VAGRANT_INSTALLER_VERSION="2"
 INFO global: VAGRANT_LOG="DEBUG"
 INFO global: VAGRANT_OLD_ENV_="ExitCode=00000001"
 INFO global: VAGRANT_OLD_ENV_ALLUSERSPROFILE="C:\\ProgramData"
 INFO global: VAGRANT_OLD_ENV_ANDROID_NDK_ROOT="C:\\Android\\android-ndk-r14b"
 INFO global: VAGRANT_OLD_ENV_APPDATA="C:\\Users\\m_fujii\\AppData\\Roaming"
 INFO global: VAGRANT_OLD_ENV_asl.log="Destination=file"
 INFO global: VAGRANT_OLD_ENV_CommonProgramFiles="C:\\Program Files (x86)\\Common Files"
 INFO global: VAGRANT_OLD_ENV_CommonProgramFiles(x86)="C:\\Program Files (x86)\\Common Files"
 INFO global: VAGRANT_OLD_ENV_CommonProgramW6432="C:\\Program Files\\Common Files"
 INFO global: VAGRANT_OLD_ENV_COMPUTERNAME="NONE10"
 INFO global: VAGRANT_OLD_ENV_ComSpec="C:\\Windows\\system32\\cmd.exe"
 INFO global: VAGRANT_OLD_ENV_HOMEDRIVE="C:"
 INFO global: VAGRANT_OLD_ENV_HOMEPATH="\\Users\\m_fujii"
 INFO global: VAGRANT_OLD_ENV_LOCALAPPDATA="C:\\Users\\m_fujii\\AppData\\Local"
 INFO global: VAGRANT_OLD_ENV_LOGONSERVER="\\\\NONE10"
 INFO global: VAGRANT_OLD_ENV_NUMBER_OF_PROCESSORS="8"
 INFO global: VAGRANT_OLD_ENV_OneDrive="C:\\Users\\m_fujii\\OneDrive"
 INFO global: VAGRANT_OLD_ENV_OS="Windows_NT"
 INFO global: VAGRANT_OLD_ENV_Path="C:\\HashiCorp\\Vagrant\\bin;C:\\Android\\sdk\\tools;C:\\Android\\sdk\\platform-tools;C:\\Android\\android-ndk-r14b;C:\\Program Files\\qemu;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\120\\Tools\\Binn\\;C:\\Program Files\\Microsoft DNX\\Dnvm\\;C:\\Program Files (x86)\\Graphviz2.38\\bin;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Program Files (x86)\\Skype\\Phone\\;C:\\Program Files (x86)\\Windows Kits\\10\\Debuggers\\x64;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit\\;C:\\Program Files\\Docker\\Docker\\Resources\\bin;C:\\Program Files\\doxygen\\bin;C:\\Program Files\\Git\\cmd;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\FDK\\Tools\\win;C:\\FDK\\Tools\\win\\Python\\AFDKOPython;C:\\Windows\\system32;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows;C:\\HashiCorp\\Vagrant\\bin;C:\\Users\\m_fujii\\Anaconda3;C:\\Users\\m_fujii\\Anaconda3\\Scripts;C:\\Users\\m_fujii\\Anaconda3\\Library\\bin;C:\\Users\\m_fujii\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\m_fujii\\AppData\\Local\\Android\\sdk\\platform-tools;C:\\Users\\m_fujii\\AppData\\Local\\Android\\sdk\\tools;C:\\Users\\m_fujii\\AppData\\Local\\Android\\sdk\\ndk-bundle;C:\\Program Files (x86)\\Microsoft VS Code Insiders\\bin;C:\\Program Files (x86)\\Microsoft VS Code\\bin"
 INFO global: VAGRANT_OLD_ENV_PATHEXT=".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_ARCHITECTURE="x86"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_ARCHITEW6432="AMD64"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_IDENTIFIER="Intel64 Family 6 Model 94 Stepping 3, GenuineIntel"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_LEVEL="6"
 INFO global: VAGRANT_OLD_ENV_PROCESSOR_REVISION="5e03"
 INFO global: VAGRANT_OLD_ENV_ProgramData="C:\\ProgramData"
 INFO global: VAGRANT_OLD_ENV_ProgramFiles="C:\\Program Files (x86)"
 INFO global: VAGRANT_OLD_ENV_ProgramFiles(x86)="C:\\Program Files (x86)"
 INFO global: VAGRANT_OLD_ENV_ProgramW6432="C:\\Program Files"
 INFO global: VAGRANT_OLD_ENV_PROMPT="$P$G"
 INFO global: VAGRANT_OLD_ENV_PSModulePath="C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules"
 INFO global: VAGRANT_OLD_ENV_PUBLIC="C:\\Users\\Public"
 INFO global: VAGRANT_OLD_ENV_SystemDrive="C:"
 INFO global: VAGRANT_OLD_ENV_SystemRoot="C:\\Windows"
 INFO global: VAGRANT_OLD_ENV_TEMP="C:\\Users\\m_fujii\\AppData\\Local\\Temp"
 INFO global: VAGRANT_OLD_ENV_TMP="C:\\Users\\m_fujii\\AppData\\Local\\Temp"
 INFO global: VAGRANT_OLD_ENV_USERDOMAIN="NONE10"
 INFO global: VAGRANT_OLD_ENV_USERDOMAIN_ROAMINGPROFILE="NONE10"
 INFO global: VAGRANT_OLD_ENV_USERNAME="m_fujii"
 INFO global: VAGRANT_OLD_ENV_USERPROFILE="C:\\Users\\m_fujii"
 INFO global: VAGRANT_OLD_ENV_VAGRANT_LOG="DEBUG"
 INFO global: VAGRANT_OLD_ENV_VS140COMNTOOLS="C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools\\"
 INFO global: VAGRANT_OLD_ENV_VSSDK140Install="C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VSSDK\\"
 INFO global: VAGRANT_OLD_ENV_windir="C:\\Windows"
 INFO global: Plugins:
 INFO global:   - vagrant-share = [installed: undefined constraint: > 0]
 INFO global:   - vagrant-winnfsd = [installed: 1.3.1 constraint: > 0]
DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="vagrant-share" requirements="> 0">, <Gem::Dependency type=:runtime name="vagrant-winnfsd" requirements="> 0">]
DEBUG bundler: Generating new builtin set instance.
DEBUG bundler: Generating new plugin set instance. Skip gems - []
DEBUG bundler: Activating solution set: ["vagrant-winnfsd-1.3.1", "vagrant-share-1.1.7", "vagrant-1.9.4", "rest-client-2.0.2", "ruby_dep-1.3.1", "nokogiri-1.7.1", "winrm-elevated-1.1.0", "winrm-fs-1.0.1", "winrm-2.2.2", "wdm-0.1.1", "rb-kqueue-0.2.4", "net-scp-1.2.1", "net-sftp-2.1.2", "net-ssh-4.1.0", "log4r-1.1.10", "hashicorp-checkpoint-0.1.4", "listen-3.1.5", "i18n-0.8.0", "erubis-2.7.0", "childprocess-0.6.3", "ffi-1.9.18", "netrc-0.11.0", "mime-types-3.1", "http-cookie-1.0.3", "mini_portile2-2.1.0", "rubyzip-1.2.1", "logging-2.2.2", "builder-3.2.3", "gyoku-1.3.1", "nori-2.6.0", "rubyntlm-0.6.2", "httpclient-2.8.3", "gssapi-1.2.0", "rb-inotify-0.9.8", "rb-fsevent-0.9.8", "mime-types-data-3.2016.0521", "domain_name-0.5.20170404", "multi_json-1.12.1", "little-plugger-1.1.4", "unf-0.1.4", "unf_ext-0.0.7.4"]
DEBUG bundler: Activating gem vagrant-winnfsd-1.3.1
DEBUG bundler: Activating gem vagrant-share-1.1.7
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/box/plugin.rb
 INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/cap/plugin.rb
 INFO manager: Registered plugin: cap command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/destroy/plugin.rb
 INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/global-status/plugin.rb
 INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/halt/plugin.rb
 INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/help/plugin.rb
 INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/init/plugin.rb
 INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/list-commands/plugin.rb
 INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/login/plugin.rb
 INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/package/plugin.rb
 INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/plugin/plugin.rb
 INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/port/plugin.rb
 INFO manager: Registered plugin: port command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/powershell/plugin.rb
 INFO manager: Registered plugin: powershell command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/provider/plugin.rb
 INFO manager: Registered plugin: provider command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/provision/plugin.rb
 INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/push/plugin.rb
 INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/rdp/plugin.rb
 INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/reload/plugin.rb
 INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/resume/plugin.rb
 INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/snapshot/plugin.rb
 INFO manager: Registered plugin: snapshot command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/ssh/plugin.rb
 INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/ssh_config/plugin.rb
 INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/status/plugin.rb
 INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/suspend/plugin.rb
 INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/up/plugin.rb
 INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/validate/plugin.rb
 INFO manager: Registered plugin: validate command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/version/plugin.rb
 INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/communicators/ssh/plugin.rb
 INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/communicators/winrm/plugin.rb
 INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/communicators/winssh/plugin.rb
 INFO manager: Registered plugin: windows ssh communicator
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/amazon/plugin.rb
 INFO manager: Registered plugin: Amazon Linux guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/arch/plugin.rb
 INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/atomic/plugin.rb
 INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/bsd/plugin.rb
 INFO manager: Registered plugin: BSD-based guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/coreos/plugin.rb
 INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/darwin/plugin.rb
 INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/debian/plugin.rb
 INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/dragonflybsd/plugin.rb
 INFO manager: Registered plugin: DragonFly BSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/elementary/plugin.rb
 INFO manager: Registered plugin: Elementary guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/esxi/plugin.rb
 INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/fedora/plugin.rb
 INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/funtoo/plugin.rb
 INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/linux/plugin.rb
 INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/mint/plugin.rb
 INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/netbsd/plugin.rb
 INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/nixos/plugin.rb
 INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/omnios/plugin.rb
 INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/openbsd/plugin.rb
 INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/photon/plugin.rb
 INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/pld/plugin.rb
 INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/smartos/plugin.rb
 INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/solaris/plugin.rb
 INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/solaris11/plugin.rb
 INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/suse/plugin.rb
 INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/tinycore/plugin.rb
 INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/trisquel/plugin.rb
 INFO manager: Registered plugin: Trisquel guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/ubuntu/plugin.rb
 INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/guests/windows/plugin.rb
 INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/arch/plugin.rb
 INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/bsd/plugin.rb
 INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/darwin/plugin.rb
 INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/linux/plugin.rb
 INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/null/plugin.rb
 INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/suse/plugin.rb
 INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/hosts/windows/plugin.rb
 INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/kernel_v1/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/kernel_v2/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/docker/plugin.rb
 INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/hyperv/plugin.rb
 INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/virtualbox/plugin.rb
 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/provisioners/ansible/plugin.rb
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/provisioners/cfengine/plugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/provisioners/chef/plugin.rb
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/provisioners/docker/plugin.rb
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/provisioners/file/plugin.rb
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/provisioners/puppet/plugin.rb
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/provisioners/salt/plugin.rb
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/provisioners/shell/plugin.rb
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/pushes/atlas/plugin.rb
 INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/pushes/ftp/plugin.rb
 INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/pushes/heroku/plugin.rb
 INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/pushes/local-exec/plugin.rb
 INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/pushes/noop/plugin.rb
 INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/synced_folders/nfs/plugin.rb
 INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/synced_folders/rsync/plugin.rb
 INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/synced_folders/smb/plugin.rb
 INFO manager: Registered plugin: SMB synced folders
 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-winnfsd` with default require: `vagrant-winnfsd`
 INFO manager: Registered plugin: WinNFSd
DEBUG global: Successfully loaded plugin `vagrant-winnfsd`.
 INFO vagrant: `vagrant` invoked: ["reload"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x31f3b78>)
 INFO environment:   - cwd: C:/HashiCorp/Vagrant
 INFO environment: Home path: C:/Users/m_fujii/.vagrant.d
DEBUG environment: Effective local data path: C:/HashiCorp/Vagrant/.vagrant
 INFO environment: Local data path: C:/HashiCorp/Vagrant/.vagrant
DEBUG environment: Creating: C:/HashiCorp/Vagrant/.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:0x3c9e5f8>
 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:0x3d360e0>
 INFO cli: CLI: [] "reload" []
DEBUG cli: Invoking command class: VagrantPlugins::CommandReload::Command []
DEBUG command: 'reload' each target VM...
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: []
DEBUG command:  -- options: nil
DEBUG command: Loading all machines...
 INFO loader: Set :root = ["#<Pathname:C:/HashiCorp/Vagrant/Vagrantfile>"]
DEBUG loader: Populating proc cache for #<Pathname:C:/HashiCorp/Vagrant/Vagrantfile>
DEBUG loader: Load procs for pathname: C:/HashiCorp/Vagrant/Vagrantfile
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO command: Active machine found with name default. Using provider: hyperv
 INFO environment: Getting machine: default (hyperv)
 INFO environment: Uncached load of machine.
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "[System.Security.Principal.WindowsIdentity]::GetCurrent().Groups | ForEach-Object { if ($_.Value -eq 'S-1-5-19'){ Write-Host 'true'; break }}"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "-Command", "[System.Security.Principal.WindowsIdentity]::GetCurrent().Groups | ForEach-Object { if ($_.Value -eq 'S-1-5-32-578'){ Write-Host 'true'; break }}"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: true
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO loader: Set "23672928_machine_default" = []
 INFO loader: Loading configuration in order: [:home, :root, "23672928_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO box_collection: Box found: maxx/ubuntu16 (hyperv)
 INFO environment: Running hook: authenticate_box_url
 INFO host: Autodetecting host type for [#<Vagrant::Environment: C:/HashiCorp/Vagrant>]
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
DEBUG host: Trying: freebsd
DEBUG host: Trying: gentoo
DEBUG host: Trying: redhat
DEBUG host: Trying: slackware
DEBUG host: Trying: suse
DEBUG host: Trying: bsd
DEBUG host: Trying: linux
DEBUG host: Trying: null
DEBUG host: Trying: windows
 INFO host: Detected: windows!
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 2 hooks defined.
 INFO runner: Running action: authenticate_box_url #<Vagrant::Action::Builder:0x3c41988>
 INFO warden: Calling IN action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x31f3d28>
DEBUG client: No authentication token in environment or C:/Users/m_fujii/.vagrant.d/data/vagrant_login_token
 INFO warden: Calling OUT action: #<VagrantPlugins::LoginCommand::AddAuthentication:0x31f3d28>
 INFO machine: Initializing machine: default
 INFO machine:   - Provider: VagrantPlugins::HyperV::Provider
 INFO machine:   - Box: #<Vagrant::Box:0x48caff8>
 INFO machine:   - Data dir: C:/HashiCorp/Vagrant/.vagrant/machines/default/hyperv INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
DEBUG environment: Attempting to acquire process-lock: machine-action-33faa43c46a7e407ee9aadb73bb66948
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-33faa43c46a7e407ee9aadb73bb66948
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x46f9f98>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x46c9500>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x46c94d0>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x46c94d0>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x46c9500>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO environment: Released process lock: machine-action-33faa43c46a7e407ee9aadb73bb66948
DEBUG environment: Attempting to acquire process-lock: dotlock
 INFO environment: Acquired process lock: dotlock
 INFO environment: Released process lock: dotlock
 INFO interface: Machine: metadata ["provider", :hyperv, {:target=>:default}]
 INFO command: With machine: default (#<VagrantPlugins::HyperV::Provider:0x47b71d8 @machine=#<Vagrant::Machine: default (VagrantPlugins::HyperV::Provider)>, @driver=#<VagrantPlugins::HyperV::Driver:0x47b71c0 @vm_id="e12d5a0a-68f0-4998-aea1-43fd34af39f8">, @cap_logger=#<Log4r::Logger:0x47b6ed8 @fullname="vagrant::capability_host::vagrantplugins::hyperv::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::hyperv", @parent=#<Log4r::Logger:0x2d30ee8 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x2cd2310 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x2cd22c8>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x2cd2238 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x2d30dc8 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:hyperv, #<#<Class:0x47b71a8>:0x479d1b0>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::HyperV::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x47b70d0 @items={:public_address=>#<Proc:0x3c1d418@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/docker/plugin.rb:60>, :proxy_machine=>#<Proc:0x3c1d340@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/docker/plugin.rb:65>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x47b7070 @items={:public_address=>#<Proc:0x30fb850@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/hyperv/plugin.rb:25>, :snapshot_list=>#<Proc:0x30fb7f0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/hyperv/plugin.rb:30>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x47b6ff8 @items={:forwarded_ports=>#<Proc:0x3c062e8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x3c06288@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x3c06270@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/virtualbox/plugin.rb:37>, :snapshot_list=>#<Proc:0x3c06258@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/virtualbox/plugin.rb:42>}, @results_cache={}>}>)
 INFO machine: Calling action: reload on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
DEBUG environment: Attempting to acquire process-lock: machine-action-33faa43c46a7e407ee9aadb73bb66948
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-33faa43c46a7e407ee9aadb73bb66948
 INFO interface: Machine: action ["reload", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Builder:0x48d1190>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x48c0ac8>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x48c0ab0>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Builder:0x4861218>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::IsState:0x485b0c8>
DEBUG is_state: Checking if machine state is 'not_created'
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x4813200>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x4810920>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x4810908>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x4810908>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x4810920>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
DEBUG is_state: -- Machine state: running
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::IsState:0x485b0c8>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Warden:0x4492608>
 INFO warden: Calling IN action: #<Proc:0x441a620@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x4492968>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x4492aa0>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Builder:0x3e3d990>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::IsState:0x3e37168>
DEBUG is_state: Checking if machine state is 'not_created'
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x3c4b420>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3c2ae88>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x3c2ae58>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x3c2ae58>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3c2ae88>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
DEBUG is_state: -- Machine state: running
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::IsState:0x3e37168>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Warden:0x3d1b4e8>
 INFO warden: Calling IN action: #<Proc:0x3c05598@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x3d1b308>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Builder:0x31e0288>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::GracefulHalt:0x318fc90>
 INFO graceful_halt: Verifying source state of machine: :running
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x289ab50>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x48e1fc0>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x48e1f90>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x48e1f90>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x48e1fc0>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO interface: output: Attempting graceful shutdown of VM...
 INFO interface: output: ==> default: Attempting graceful shutdown of VM...
==> default: Attempting graceful shutdown of VM...
DEBUG ssh: Checking whether SSH is ready...
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x43a3880>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3d37ee0>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x3d37e38>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x3d37e38>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3d37ee0>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  "192.168.24.229"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31998
DEBUG subprocess: Exit status: 0
 INFO ssh: Attempting SSH connection...
 INFO ssh: Attempting to connect to SSH...
 INFO ssh:   - Host: 192.168.24.229
 INFO ssh:   - Port: 22
 INFO ssh:   - Username: vagrant
 INFO ssh:   - Password? false
 INFO ssh:   - Key Path: ["C:/HashiCorp/Vagrant/.vagrant/machines/default/hyperv/private_key"]
DEBUG ssh:   - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>22, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x48a0d70 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x48a0d40 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x48a0cc8 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x48a0de8>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x48a0cb0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x48a0c38>>>>, :keys=>["C:/HashiCorp/Vagrant/.vagrant/machines/default/hyperv/private_key"]}
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2017-05-15T22:05:49.467249 #18800] DEBUG -- net.ssh.transport.session[244dc4c]: establishing connection to 192.168.24.229:22
D, [2017-05-15T22:05:49.471245 #18800] DEBUG -- net.ssh.transport.session[244dc4c]: connection established
I, [2017-05-15T22:05:49.471245 #18800]  INFO -- net.ssh.transport.server_version[244d3ac]: negotiating protocol version
D, [2017-05-15T22:05:49.471245 #18800] DEBUG -- net.ssh.transport.server_version[244d3ac]: local is `SSH-2.0-Ruby/Net::SSH_4.1.0 i386-mingw32'
D, [2017-05-15T22:05:49.482245 #18800] DEBUG -- net.ssh.transport.server_version[244d3ac]: remote is `SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1'
I, [2017-05-15T22:05:49.482745 #18800]  INFO -- net.ssh.transport.algorithms[244c6e0]: sending KEXINIT
D, [2017-05-15T22:05:49.482745 #18800] DEBUG -- socket[244d928]: queueing packet nr 0 type 20 len 1156
D, [2017-05-15T22:05:49.483244 #18800] DEBUG -- socket[244d928]: sent 1160 bytes
D, [2017-05-15T22:05:49.483244 #18800] DEBUG -- socket[244d928]: read 976 bytes
D, [2017-05-15T22:05:49.483244 #18800] DEBUG -- socket[244d928]: received packet nr 0 type 20 len 972
I, [2017-05-15T22:05:49.483757 #18800]  INFO -- net.ssh.transport.algorithms[244c6e0]: got KEXINIT from server
I, [2017-05-15T22:05:49.483757 #18800]  INFO -- net.ssh.transport.algorithms[244c6e0]: negotiating algorithms
D, [2017-05-15T22:05:49.483757 #18800] DEBUG -- net.ssh.transport.algorithms[244c6e0]: negotiated:
* kex: diffie-hellman-group14-sha1
* host_key: ssh-rsa
* encryption_server: aes128-ctr
* encryption_client: aes128-ctr
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2017-05-15T22:05:49.483757 #18800] DEBUG -- net.ssh.transport.algorithms[244c6e0]: exchanging keys
D, [2017-05-15T22:05:52.271823 #18800] DEBUG -- socket[244d928]: queueing packet nr 1 type 30 len 268
D, [2017-05-15T22:05:52.272324 #18800] DEBUG -- socket[244d928]: sent 272 bytes
D, [2017-05-15T22:05:52.282946 #18800] DEBUG -- socket[244d928]: read 848 bytes
D, [2017-05-15T22:05:52.283351 #18800] DEBUG -- socket[244d928]: received packet nr 1 type 31 len 828
D, [2017-05-15T22:05:52.284823 #18800] DEBUG -- socket[244d928]: queueing packet nr 2 type 21 len 20
D, [2017-05-15T22:05:52.285325 #18800] DEBUG -- socket[244d928]: sent 24 bytes
D, [2017-05-15T22:05:52.285325 #18800] DEBUG -- socket[244d928]: received packet nr 2 type 21 len 12
D, [2017-05-15T22:05:52.285849 #18800] DEBUG -- net.ssh.authentication.session[2411c88]: beginning authentication of `vagrant'
D, [2017-05-15T22:05:52.285849 #18800] DEBUG -- socket[244d928]: queueing packet nr 3 type 5 len 28
D, [2017-05-15T22:05:52.286324 #18800] DEBUG -- socket[244d928]: sent 52 bytes
D, [2017-05-15T22:05:52.329007 #18800] DEBUG -- socket[244d928]: read 52 bytes
D, [2017-05-15T22:05:52.329380 #18800] DEBUG -- socket[244d928]: received packet nr 3 type 6 len 28
D, [2017-05-15T22:05:52.329380 #18800] DEBUG -- net.ssh.authentication.session[2411c88]: trying none
D, [2017-05-15T22:05:52.329855 #18800] DEBUG -- socket[244d928]: queueing packet nr 4 type 50 len 44
D, [2017-05-15T22:05:52.330350 #18800] DEBUG -- socket[244d928]: sent 68 bytes
D, [2017-05-15T22:05:52.341992 #18800] DEBUG -- socket[244d928]: read 68 bytes
D, [2017-05-15T22:05:52.342369 #18800] DEBUG -- socket[244d928]: received packet nr 4 type 51 len 44
D, [2017-05-15T22:05:52.342369 #18800] DEBUG -- net.ssh.authentication.session[2411c88]: allowed methods: publickey,password
D, [2017-05-15T22:05:52.342857 #18800] DEBUG -- net.ssh.authentication.methods.none[24105a8]: none failed
D, [2017-05-15T22:05:52.342857 #18800] DEBUG -- net.ssh.authentication.session[2411c88]: trying publickey
D, [2017-05-15T22:05:52.343348 #18800] DEBUG -- net.ssh.authentication.agent[240c69c]: connecting to ssh-agent
D, [2017-05-15T22:05:52.343854 #18800] DEBUG -- net.ssh.authentication.agent[240c69c]: sending agent request 1 len 44
D, [2017-05-15T22:05:52.344348 #18800] DEBUG -- net.ssh.authentication.agent[240c69c]: received agent packet 2 len 5
D, [2017-05-15T22:05:52.344887 #18800] DEBUG -- net.ssh.authentication.agent[240c69c]: sending agent request 11 len 0
D, [2017-05-15T22:05:52.344887 #18800] DEBUG -- net.ssh.authentication.agent[240c69c]: received agent packet 12 len 181
D, [2017-05-15T22:05:52.345349 #18800] DEBUG -- net.ssh.authentication.methods.publickey[240cabc]: trying publickey (f9:3e:54:f6:6b:af:99:4b:18:2d:44:5c:d2:20:5f:ff)
D, [2017-05-15T22:05:52.345849 #18800] DEBUG -- socket[244d928]: queueing packet nr 5 type 50 len 348
D, [2017-05-15T22:05:52.345849 #18800] DEBUG -- socket[244d928]: sent 372 bytes
D, [2017-05-15T22:05:52.357016 #18800] DEBUG -- socket[244d928]: read 324 bytes
D, [2017-05-15T22:05:52.357384 #18800] DEBUG -- socket[244d928]: received packet nr 5 type 60 len 300
D, [2017-05-15T22:05:52.362321 #18800] DEBUG -- socket[244d928]: queueing packet nr 6 type 50 len 620
D, [2017-05-15T22:05:52.362849 #18800] DEBUG -- socket[244d928]: sent 644 bytes
D, [2017-05-15T22:05:52.371848 #18800] DEBUG -- socket[244d928]: read 36 bytes
D, [2017-05-15T22:05:52.371848 #18800] DEBUG -- socket[244d928]: received packet nr 6 type 52 len 12
D, [2017-05-15T22:05:52.371848 #18800] DEBUG -- net.ssh.authentication.methods.publickey[240cabc]: publickey succeeded (f9:3e:54:f6:6b:af:99:4b:18:2d:44:5c:d2:20:5f:ff)

DEBUG ssh: == Net-SSH connection debug-level log END ==
 INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute:  (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x45bf2c8>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x45b7000>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x45b6fa0>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x45b6fa0>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x45b7000>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  "192.168.24.229"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO guest: Autodetecting host type for [#<Vagrant::Machine: default (VagrantPlugins::HyperV::Provider)>]
DEBUG guest: Trying: atomic
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: grep 'ostree=' /proc/cmdline (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: elementary
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xelementary' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'elementary' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'elementary' && exit
fi
exit 1
 (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: mint
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xLinux Mint' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'Linux Mint' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'Linux Mint' && exit
fi
exit 1
 (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: trisquel
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: [ -x /usr/bin/lsb_release ] && /usr/bin/lsb_release -i 2>/dev/null | grep Trisquel (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: amazon
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: grep 'Amazon Linux AMI' /etc/os-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 1
DEBUG guest: Trying: fedora
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: grep 'Fedora release' /etc/redhat-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: grep:
DEBUG ssh: stderr: /etc/redhat-release
DEBUG ssh: stderr: : No such file or directory
DEBUG ssh: stderr:

DEBUG ssh: Exit status: 2
DEBUG guest: Trying: funtoo
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: grep Funtoo /etc/gentoo-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: grep:
DEBUG ssh: stderr: /etc/gentoo-release
DEBUG ssh: stderr: : No such file or directory
DEBUG ssh: stderr:

DEBUG ssh: Exit status: 2
DEBUG guest: Trying: pld
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: cat /etc/pld-release (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: stderr: cat:
DEBUG ssh: stderr: /etc/pld-release
DEBUG ssh: stderr: : No such file or directory
DEBUG ssh: stderr:

DEBUG ssh: Exit status: 1
DEBUG guest: Trying: ubuntu
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: if test -r /etc/os-release; then
source /etc/os-release && test 'xubuntu' = "x$ID" && exit
fi
if test -x /usr/bin/lsb_release; then
/usr/bin/lsb_release -i 2>/dev/null | grep -qi 'ubuntu' && exit
fi
if test -r /etc/issue; then
cat /etc/issue | grep -qi 'ubuntu' && exit
fi
exit 1
 (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
 INFO guest: Detected: ubuntu!
DEBUG guest: Searching for cap: halt
DEBUG guest: Checking in: ubuntu
DEBUG guest: Checking in: debian
DEBUG guest: Checking in: linux
DEBUG guest: Found cap: halt in linux
 INFO guest: Execute capability: halt [#<Vagrant::Machine: default (VagrantPlugins::HyperV::Provider)>] (ubuntu)
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute: shutdown -h now (sudo=true)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
 INFO ssh: SSH connection unexpected closed. Assuming reboot or something.
DEBUG graceful_halt: Waiting for target graceful halt state: off
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x44f2638>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x44eadc0>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x44eada8>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x44eada8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x44eadc0>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x43c8150>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3d370e8>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x3d37028>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Off",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x3d37028>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3d370e8>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x45c5478>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x45b7810>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x45b7798>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Off",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x45b7798>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x45b7810>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO graceful_halt: Gracefully halted.
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::GracefulHalt:0x318fc90>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Warden:0x44889a8>
 INFO warden: Calling IN action: #<Proc:0x43fad78@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x4488870@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x3d1af48@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x4492ef0>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Builder:0x3d433e8>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::IsState:0x3ce9b08>
DEBUG is_state: Checking if machine state is 'running'
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x38c8d40>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x321d308>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x321d2f0>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Off",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x321d2f0>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x321d308>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
DEBUG is_state: -- Machine state: off
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::IsState:0x3ce9b08>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Warden:0x4676af0>
 INFO warden: Calling IN action: #<Proc:0x45d5648@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Call:0x4677828>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Builder:0x451ca10>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::IsState:0x4501608>
DEBUG is_state: Checking if machine state is 'paused'
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x4432d70>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x4419a38>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x4419a20>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Off",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x4419a20>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x4419a38>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
DEBUG is_state: -- Machine state: off
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::IsState:0x4501608>
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_reload #<Vagrant::Action::Warden:0x4503e40>
 INFO warden: Calling IN action: #<Proc:0x3ddb5f0@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::Provision:0x4503d68>
 INFO provision: Checking provisioner sentinel file...
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::NetSetVLan:0x44cce50>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::NetSetMac:0x44cce20>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::StartInstance:0x44ccdf0>
 INFO interface: output: Starting the machine...
 INFO interface: output: ==> default: Starting the machine...
==> default: Starting the machine...
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\start_vm.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "status":  "正常稼働中",
    "name":  "vargrant-dev-source",
    "state":  "Running"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::WaitForIPAddress:0x44ccda8>
 INFO interface: output: Waiting for the machine to report its IP address...
 INFO interface: output: ==> default: Waiting for the machine to report its IP address...
==> default: Waiting for the machine to report its IP address...
 INFO interface: detail: Timeout: 120 seconds
 INFO interface: detail:     default: Timeout: 120 seconds
    default: Timeout: 120 seconds
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  ""
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 WARN wait_for_ip_addr: Invalid IP address returned:
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  ""
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 WARN wait_for_ip_addr: Invalid IP address returned:
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  ""
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 WARN wait_for_ip_addr: Invalid IP address returned:
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  ""
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 WARN wait_for_ip_addr: Invalid IP address returned:
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  ""
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 WARN wait_for_ip_addr: Invalid IP address returned:
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  ""
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 WARN wait_for_ip_addr: Invalid IP address returned:
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  ""
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 WARN wait_for_ip_addr: Invalid IP address returned:
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  "fe80::215:5dff:fe18:dc0e"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO interface: detail: IP: fe80::215:5dff:fe18:dc0e
 INFO interface: detail:     default: IP: fe80::215:5dff:fe18:dc0e
    default: IP: fe80::215:5dff:fe18:dc0e
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::WaitForCommunicator:0x4438998>
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x47f4918>
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x47e15f8>
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x47e15c8>
 INFO runner: Preparing hooks for middleware sequence...
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO runner: 1 hooks defined.
 INFO subprocess: Command not in installer, restoring original environment...
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x4776b88>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x45d6920>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x45d68a8>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Selecting on IO
 INFO interface: output: Waiting for machine to boot. This may take a few minutes...
 INFO interface: output: ==> default: Waiting for machine to boot. This may take a few minutes...
==> default: Waiting for machine to boot. This may take a few minutes...
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x45d68a8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x45d6920>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x47e15c8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x47e15f8>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x4463508>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x445b798>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x445b780>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  "192.168.24.229"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO interface: detail: SSH address: 192.168.24.229:22
 INFO interface: detail:     default: SSH address: 192.168.24.229:22
    default: SSH address: 192.168.24.229:22
 INFO interface: detail: SSH username: vagrant
 INFO interface: detail:     default: SSH username: vagrant
    default: SSH username: vagrant
 INFO interface: detail: SSH auth method: private key
 INFO interface: detail:     default: SSH auth method: private key
    default: SSH auth method: private key
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x30edf30>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x30c2a48>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x30c28f8>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x445b780>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x445b798>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x30c28f8>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x30c2a48>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_network_config.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
 INFO machine: Calling action: read_state on provider Hyper-V (e12d5a0a-68f0-4998-aea1-43fd34af39f8)
 INFO interface: Machine: action ["read_state", "start", {:target=>:default}]
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: machine_action_read_state #<Vagrant::Action::Builder:0x3e35488>
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::ConfigValidate:0x3e06940>
 INFO warden: Calling IN action: #<VagrantPlugins::HyperV::Action::ReadState:0x3e06928>
 INFO subprocess: Starting process: ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\/powershell.EXE", "-NoLogo", "-NoProfile", "-NonInteractive", "-ExecutionPolicy", "Bypass", "&('C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.4\\plugins\\providers\\hyperv\\scripts\\get_vm_status.ps1')", "-VmId", "'e12d5a0a-68f0-4998-aea1-43fd34af39f8'", "-ErrorAction", "Stop"]
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: ===Begin-Output===
{
    "ip":  "192.168.24.229"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO ssh: Attempting SSH connection...
 INFO ssh: Attempting to connect to SSH...
 INFO ssh:   - Host: 192.168.24.229
 INFO ssh:   - Port: 22
 INFO ssh:   - Username: vagrant
 INFO ssh:   - Password? false
 INFO ssh:   - Key Path: ["C:/HashiCorp/Vagrant/.vagrant/machines/default/hyperv/private_key"]
DEBUG ssh:   - connect_opts: {:auth_methods=>["none", "hostbased", "publickey"], :config=>false, :forward_agent=>false, :send_env=>false, :keys_only=>true, :paranoid=>false, :password=>nil, :port=>22, :timeout=>15, :user_known_hosts_file=>[], :verbose=>:debug, :logger=>#<Logger:0x2cff310 @progname=nil, @level=0, @default_formatter=#<Logger::Formatter:0x2cff280 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x2cff0a0 @shift_size=nil, @shift_age=nil, @filename=nil, @dev=#<StringIO:0x2cff6d0>, @mutex=#<Logger::LogDevice::LogDeviceMutex:0x2cff040 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x2cfef08>>>>, :keys=>["C:/HashiCorp/Vagrant/.vagrant/machines/default/hyperv/private_key"]}
DEBUG ssh: == Net-SSH connection debug-level log START ==
DEBUG ssh: D, [2017-05-15T22:06:20.410698 #18800] DEBUG -- net.ssh.transport.session[1668330]: establishing connection to 192.168.24.229:22
D, [2017-05-15T22:06:20.423183 #18800] DEBUG -- net.ssh.transport.session[1668330]: connection established
I, [2017-05-15T22:06:20.423694 #18800]  INFO -- net.ssh.transport.server_version[244d55c]: negotiating protocol version
D, [2017-05-15T22:06:20.423694 #18800] DEBUG -- net.ssh.transport.server_version[244d55c]: local is `SSH-2.0-Ruby/Net::SSH_4.1.0 i386-mingw32'
D, [2017-05-15T22:06:20.425701 #18800] DEBUG -- net.ssh.transport.server_version[244d55c]: remote is `SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1'
I, [2017-05-15T22:06:20.426186 #18800]  INFO -- net.ssh.transport.algorithms[2449f44]: sending KEXINIT
D, [2017-05-15T22:06:20.426186 #18800] DEBUG -- socket[1664ab4]: queueing packet nr 0 type 20 len 1156
D, [2017-05-15T22:06:20.426186 #18800] DEBUG -- socket[1664ab4]: sent 1160 bytes
D, [2017-05-15T22:06:20.426699 #18800] DEBUG -- socket[1664ab4]: read 976 bytes
D, [2017-05-15T22:06:20.426699 #18800] DEBUG -- socket[1664ab4]: received packet nr 0 type 20 len 972
I, [2017-05-15T22:06:20.426699 #18800]  INFO -- net.ssh.transport.algorithms[2449f44]: got KEXINIT from server
I, [2017-05-15T22:06:20.426699 #18800]  INFO -- net.ssh.transport.algorithms[2449f44]: negotiating algorithms
D, [2017-05-15T22:06:20.427180 #18800] DEBUG -- net.ssh.transport.algorithms[2449f44]: negotiated:
* kex: diffie-hellman-group14-sha1
* host_key: ssh-rsa
* encryption_server: aes128-ctr
* encryption_client: aes128-ctr
* hmac_client: hmac-sha1
* hmac_server: hmac-sha1
* compression_client: none
* compression_server: none
* language_client:
* language_server:
D, [2017-05-15T22:06:20.427180 #18800] DEBUG -- net.ssh.transport.algorithms[2449f44]: exchanging keys
D, [2017-05-15T22:06:20.447190 #18800] DEBUG -- socket[1664ab4]: queueing packet nr 1 type 30 len 268
D, [2017-05-15T22:06:20.447190 #18800] DEBUG -- socket[1664ab4]: sent 272 bytes
D, [2017-05-15T22:06:20.468683 #18800] DEBUG -- socket[1664ab4]: read 848 bytes
D, [2017-05-15T22:06:20.469188 #18800] DEBUG -- socket[1664ab4]: received packet nr 1 type 31 len 828
D, [2017-05-15T22:06:20.471183 #18800] DEBUG -- socket[1664ab4]: queueing packet nr 2 type 21 len 20
D, [2017-05-15T22:06:20.472682 #18800] DEBUG -- socket[1664ab4]: sent 24 bytes
D, [2017-05-15T22:06:20.473192 #18800] DEBUG -- socket[1664ab4]: received packet nr 2 type 21 len 12
D, [2017-05-15T22:06:20.473192 #18800] DEBUG -- net.ssh.authentication.session[23601b4]: beginning authentication of `vagrant'
D, [2017-05-15T22:06:20.473692 #18800] DEBUG -- socket[1664ab4]: queueing packet nr 3 type 5 len 28
D, [2017-05-15T22:06:20.473692 #18800] DEBUG -- socket[1664ab4]: sent 52 bytes
D, [2017-05-15T22:06:20.515697 #18800] DEBUG -- socket[1664ab4]: read 52 bytes
D, [2017-05-15T22:06:20.516183 #18800] DEBUG -- socket[1664ab4]: received packet nr 3 type 6 len 28
D, [2017-05-15T22:06:20.516183 #18800] DEBUG -- net.ssh.authentication.session[23601b4]: trying none
D, [2017-05-15T22:06:20.516709 #18800] DEBUG -- socket[1664ab4]: queueing packet nr 4 type 50 len 44
D, [2017-05-15T22:06:20.516709 #18800] DEBUG -- socket[1664ab4]: sent 68 bytes
D, [2017-05-15T22:06:20.527186 #18800] DEBUG -- socket[1664ab4]: read 68 bytes
D, [2017-05-15T22:06:20.527684 #18800] DEBUG -- socket[1664ab4]: received packet nr 4 type 51 len 44
D, [2017-05-15T22:06:20.527684 #18800] DEBUG -- net.ssh.authentication.session[23601b4]: allowed methods: publickey,password
D, [2017-05-15T22:06:20.527684 #18800] DEBUG -- net.ssh.authentication.methods.none[1e5a354]: none failed
D, [2017-05-15T22:06:20.527684 #18800] DEBUG -- net.ssh.authentication.session[23601b4]: trying publickey
D, [2017-05-15T22:06:20.528682 #18800] DEBUG -- net.ssh.authentication.agent[1d7daac]: connecting to ssh-agent
D, [2017-05-15T22:06:20.528682 #18800] DEBUG -- net.ssh.authentication.agent[1d7daac]: sending agent request 1 len 44
D, [2017-05-15T22:06:20.529184 #18800] DEBUG -- net.ssh.authentication.agent[1d7daac]: received agent packet 2 len 5
D, [2017-05-15T22:06:20.529697 #18800] DEBUG -- net.ssh.authentication.agent[1d7daac]: sending agent request 11 len 0
D, [2017-05-15T22:06:20.529697 #18800] DEBUG -- net.ssh.authentication.agent[1d7daac]: received agent packet 12 len 181
D, [2017-05-15T22:06:20.530183 #18800] DEBUG -- net.ssh.authentication.methods.publickey[1d82cc0]: trying publickey (f9:3e:54:f6:6b:af:99:4b:18:2d:44:5c:d2:20:5f:ff)
D, [2017-05-15T22:06:20.530183 #18800] DEBUG -- socket[1664ab4]: queueing packet nr 5 type 50 len 348
D, [2017-05-15T22:06:20.530687 #18800] DEBUG -- socket[1664ab4]: sent 372 bytes
D, [2017-05-15T22:06:20.552179 #18800] DEBUG -- socket[1664ab4]: read 324 bytes
D, [2017-05-15T22:06:20.552179 #18800] DEBUG -- socket[1664ab4]: received packet nr 5 type 60 len 300
D, [2017-05-15T22:06:20.558182 #18800] DEBUG -- socket[1664ab4]: queueing packet nr 6 type 50 len 620
D, [2017-05-15T22:06:20.558182 #18800] DEBUG -- socket[1664ab4]: sent 644 bytes
D, [2017-05-15T22:06:20.569678 #18800] DEBUG -- socket[1664ab4]: read 36 bytes
D, [2017-05-15T22:06:20.569678 #18800] DEBUG -- socket[1664ab4]: received packet nr 6 type 52 len 12
D, [2017-05-15T22:06:20.569678 #18800] DEBUG -- net.ssh.authentication.methods.publickey[1d82cc0]: publickey succeeded (f9:3e:54:f6:6b:af:99:4b:18:2d:44:5c:d2:20:5f:ff)

DEBUG ssh: == Net-SSH connection debug-level log END ==
DEBUG ssh: Checking whether SSH is ready...
DEBUG ssh: Re-using SSH connection.
 INFO ssh: SSH is ready!
DEBUG ssh: Re-using SSH connection.
 INFO ssh: Execute:  (sudo=false)
DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-ssh
DEBUG ssh: Exit status: 0
DEBUG subprocess: stdout: ===Begin-Output===
{
    "state":  "Running",
    "status":  "正常稼働中"
}
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO warden: Calling OUT action: #<VagrantPlugins::HyperV::Action::ReadState:0x3e06928>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::ConfigValidate:0x3e06940>
 INFO interface: Machine: action ["read_state", "end", {:target=>:default}]
 INFO interface: output: Machine booted and ready!
 INFO interface: output: ==> default: Machine booted and ready!
==> default: Machine booted and ready!
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SyncedFolders:0x4438938>
 INFO synced_folders: SyncedFolders loading from cache: false
DEBUG host: Searching for cap: nfs_installed
DEBUG host: Checking in: windows
DEBUG host: Found cap: nfs_installed in windows
 INFO host: Execute capability: nfs_installed [#<Vagrant::Environment: C:/HashiCorp/Vagrant>] (windows)
 INFO synced_folders: Synced Folder Implementation: nfs
 INFO synced_folders:   - /home/vagrant/shared: ./shared => /home/vagrant/shared
 INFO synced_folders:   - /vagrant: . => /vagrant
 INFO synced_folders: Invoking synced folder prepare for: nfs
 INFO warden: Calling IN action: #<Vagrant::Action::Builtin::SetHostname:0x43d3160>
 INFO warden: Calling IN action: #<Proc:0x43d3118@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x465fdc8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling IN action: #<Proc:0x44933e8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Proc:0x44933e8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Proc:0x465fdc8@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Proc:0x43d3118@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:94 (lambda)>
 INFO warden: Calling OUT action: #<Vagrant::Action::Builtin::SetHostname:0x43d3160>
 INFO synced_folders: Invoking synced folder enable: nfs
ERROR warden: Error occurred: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 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: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x4677828>
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
ERROR warden: Error occurred: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x4492ef0>
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x4492aa0>
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x3d1b308>
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
ERROR warden: Error occurred: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 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: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
ERROR warden: Error occurred: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO warden: Beginning recovery process...
 INFO warden: Calling recover: #<Vagrant::Action::Builtin::Call:0x48c0ab0>
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO warden: Recovery complete.
 INFO warden: Beginning recovery process...
 INFO warden: Recovery complete.
 INFO environment: Released process lock: machine-action-33faa43c46a7e407ee9aadb73bb66948
 INFO environment: Running hook: environment_unload
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x2cc9cb8>
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::NFSNoHostIP: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.>
ERROR vagrant: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
ERROR vagrant: C:/Users/m_fujii/.vagrant.d/gems/2.2.5/gems/vagrant-winnfsd-1.3.1/lib/vagrant-winnfsd/synced_folder.rb:7:in `enable'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/synced_folders.rb:93:in `block in call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/synced_folders.rb:90:in `each'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/synced_folders.rb:90:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/wait_for_communicator.rb:71:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/hyperv/action/wait_for_ip_address.rb:48:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/hyperv/action/start_instance.rb:12:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/hyperv/action/net_set_mac.rb:15:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/providers/hyperv/action/net_set_vlan.rb:15:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/provision.rb:80:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builder.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/util/busy.rb:19:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/call.rb:53:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builder.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/util/busy.rb:19:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/call.rb:53:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builder.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/util/busy.rb:19:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/call.rb:53:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builder.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/util/busy.rb:19:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/call.rb:53:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:95:in `block in finalize_action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builder.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/util/busy.rb:19:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/call.rb:53:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builtin/config_validate.rb:25:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/warden.rb:34:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/builder.rb:116:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `block in run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/util/busy.rb:19:in `busy'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/action/runner.rb:66:in `run'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/machine.rb:225:in `action_raw'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/machine.rb:200:in `block in action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/environment.rb:567:in `lock'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/machine.rb:186:in `call'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/machine.rb:186:in `action'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/reload/command.rb:39:in `block in execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/plugin/v2/command.rb:235:in `block in with_target_vms'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/plugin/v2/command.rb:229:in `each'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/plugin/v2/command.rb:229:in `with_target_vms'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/plugins/commands/reload/command.rb:37:in `execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/cli.rb:42:in `execute'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/lib/vagrant/environment.rb:308:in `cli'
C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.4/bin/vagrant:127:in `<main>'
 INFO interface: error: No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 INFO interface: Machine: error-exit ["Vagrant::Errors::NFSNoHostIP", "No host IP was given to the Vagrant core NFS helper. This is\nan internal error that should be reported as a bug."]

C:\HashiCorp\Vagrant>