Created
March 15, 2017 21:52
-
-
Save michaeltlombardi/f857ec212a111b6ba586f68b2c9aa30d to your computer and use it in GitHub Desktop.
Failure Mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
driver: | |
name: vagrant | |
provisioner: | |
name: chef_zero | |
always_update_cookbooks: true | |
verifier: | |
name: inspec | |
transport: | |
name: winrm | |
elevated: true | |
platforms: | |
- name: mwrock/Windows2012R2 | |
driver: | |
provider: hyperv | |
memory: 2048 | |
cpus: 2 | |
network: | |
- ["private_network", {bridge: "Guest"}] | |
suites: | |
- name: default | |
run_list: | |
- recipe[learn_chef_iis::default] | |
verifier: | |
inspec_tests: | |
- test/recipes | |
attributes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D, [2017-03-15T16:44:08.968362 #30468] DEBUG -- default-mwrock-Windows2012R2: [Vagrant command] BEGIN (vagrant plugin list) | |
D, [2017-03-15T16:44:09.875094 #30468] DEBUG -- default-mwrock-Windows2012R2: [Vagrant command] END (0m0.00s) | |
D, [2017-03-15T16:44:09.877070 #30468] DEBUG -- default-mwrock-Windows2012R2: winrm requested, loading winrm gem (["~> 2.0"]) | |
D, [2017-03-15T16:44:10.208933 #30468] DEBUG -- default-mwrock-Windows2012R2: winrm is loaded. | |
D, [2017-03-15T16:44:10.210439 #30468] DEBUG -- default-mwrock-Windows2012R2: winrm-fs requested, loading winrm-fs gem (["~> 1.0"]) | |
D, [2017-03-15T16:44:10.287930 #30468] DEBUG -- default-mwrock-Windows2012R2: winrm-fs is loaded. | |
D, [2017-03-15T16:44:10.289399 #30468] DEBUG -- default-mwrock-Windows2012R2: winrm-elevated requested, loading winrm-elevated gem (["~> 1.0"]) | |
D, [2017-03-15T16:44:10.293899 #30468] DEBUG -- default-mwrock-Windows2012R2: winrm-elevated is loaded. | |
I, [2017-03-15T16:44:11.430907 #30468] INFO -- default-mwrock-Windows2012R2: -----> Creating <default-mwrock-Windows2012R2>... | |
D, [2017-03-15T16:44:11.431884 #30468] DEBUG -- default-mwrock-Windows2012R2: <default-mwrock-Windows2012R2> is synchronizing on Kitchen::Driver::Vagrant#create | |
D, [2017-03-15T16:44:11.433450 #30468] DEBUG -- default-mwrock-Windows2012R2: <default-mwrock-Windows2012R2> is messaging Kitchen::Driver::Vagrant#create | |
D, [2017-03-15T16:44:11.435422 #30468] DEBUG -- default-mwrock-Windows2012R2: Creating Vagrantfile for <default-mwrock-Windows2012R2> (C:/dev/AutoMon/chef-repo/.kitchen/kitchen-vagrant/kitchen-chef-repo-default-mwrock-Windows2012R2/Vagrantfile) | |
D, [2017-03-15T16:44:11.442423 #30468] DEBUG -- default-mwrock-Windows2012R2: ------------ | |
D, [2017-03-15T16:44:11.443423 #30468] DEBUG -- default-mwrock-Windows2012R2: Vagrant.configure("2") do |c| | |
D, [2017-03-15T16:44:11.443922 #30468] DEBUG -- default-mwrock-Windows2012R2: c.berkshelf.enabled = false if Vagrant.has_plugin?("vagrant-berkshelf") | |
D, [2017-03-15T16:44:11.446935 #30468] DEBUG -- default-mwrock-Windows2012R2: c.vm.box = "mwrock/Windows2012R2" | |
D, [2017-03-15T16:44:11.448437 #30468] DEBUG -- default-mwrock-Windows2012R2: c.vm.hostname = "default-mwrock-Windows2012R2.vagrantup.com" | |
D, [2017-03-15T16:44:11.454429 #30468] DEBUG -- default-mwrock-Windows2012R2: c.vm.network(:private_network, {:bridge=>"Guest"}) | |
D, [2017-03-15T16:44:11.456028 #30468] DEBUG -- default-mwrock-Windows2012R2: c.vm.synced_folder ".", "/vagrant", disabled: true | |
D, [2017-03-15T16:44:11.457532 #30468] DEBUG -- default-mwrock-Windows2012R2: c.vm.provider :hyperv do |p| | |
D, [2017-03-15T16:44:11.458532 #30468] DEBUG -- default-mwrock-Windows2012R2: end | |
D, [2017-03-15T16:44:11.459531 #30468] DEBUG -- default-mwrock-Windows2012R2: end | |
D, [2017-03-15T16:44:11.460534 #30468] DEBUG -- default-mwrock-Windows2012R2: ------------ | |
D, [2017-03-15T16:44:11.461045 #30468] DEBUG -- default-mwrock-Windows2012R2: [Vagrant command] BEGIN (vagrant up --no-provision --provider hyperv) | |
I, [2017-03-15T16:44:13.136961 #30468] INFO -- default-mwrock-Windows2012R2: Bringing machine 'default' up with 'hyperv' provider... | |
I, [2017-03-15T16:44:13.159444 #30468] INFO -- default-mwrock-Windows2012R2: ==> default: Verifying Hyper-V is enabled... | |
I, [2017-03-15T16:44:13.650574 #30468] INFO -- default-mwrock-Windows2012R2: ==> default: Configured startup memory is 1024 | |
I, [2017-03-15T16:44:14.008733 #30468] INFO -- default-mwrock-Windows2012R2: ==> default: Importing a Hyper-V instance | |
I, [2017-03-15T16:44:15.384845 #30468] INFO -- default-mwrock-Windows2012R2: Looking for switch with name: Guest | |
I, [2017-03-15T16:44:15.384845 #30468] INFO -- default-mwrock-Windows2012R2: Found switch: Guest | |
I, [2017-03-15T16:44:15.384845 #30468] INFO -- default-mwrock-Windows2012R2: default: Cloning virtual hard drive... | |
I, [2017-03-15T16:44:15.384845 #30468] INFO -- default-mwrock-Windows2012R2: default: Creating and registering the VM... | |
I, [2017-03-15T16:45:22.888580 #30468] INFO -- default-mwrock-Windows2012R2: default: Successfully imported a VM with name: packer-hyperv-iso | |
I, [2017-03-15T16:45:24.507726 #30468] INFO -- default-mwrock-Windows2012R2: ==> default: Starting the machine... | |
I, [2017-03-15T16:45:25.973144 #30468] INFO -- default-mwrock-Windows2012R2: ==> default: Waiting for the machine to report its IP address... | |
I, [2017-03-15T16:45:25.979145 #30468] INFO -- default-mwrock-Windows2012R2: default: Timeout: 240 seconds | |
I, [2017-03-15T16:46:29.454095 #30468] INFO -- default-mwrock-Windows2012R2: default: IP: 172.31.165.252 | |
I, [2017-03-15T16:46:29.509086 #30468] INFO -- default-mwrock-Windows2012R2: ==> default: Waiting for machine to boot. This may take a few minutes... | |
I, [2017-03-15T16:46:32.693572 #30468] INFO -- default-mwrock-Windows2012R2: default: WinRM address: 172.31.165.252:5985 | |
I, [2017-03-15T16:46:32.693572 #30468] INFO -- default-mwrock-Windows2012R2: default: WinRM username: vagrant | |
I, [2017-03-15T16:46:32.693572 #30468] INFO -- default-mwrock-Windows2012R2: default: WinRM execution_time_limit: PT2H | |
I, [2017-03-15T16:46:32.693572 #30468] INFO -- default-mwrock-Windows2012R2: default: WinRM transport: negotiate | |
I, [2017-03-15T16:46:39.235649 #30468] INFO -- default-mwrock-Windows2012R2: ==> default: Machine booted and ready! | |
I, [2017-03-15T16:46:39.235649 #30468] INFO -- default-mwrock-Windows2012R2: ==> default: Setting hostname... | |
I, [2017-03-15T16:46:42.968172 #30468] INFO -- default-mwrock-Windows2012R2: Renaming the Windows guest failed. Most often this is because you've | |
I, [2017-03-15T16:46:42.968172 #30468] INFO -- default-mwrock-Windows2012R2: specified a FQDN instead of just a host name. | |
I, [2017-03-15T16:46:42.968172 #30468] INFO -- default-mwrock-Windows2012R2: | |
I, [2017-03-15T16:46:42.968172 #30468] INFO -- default-mwrock-Windows2012R2: Ensure the new guest name is properly formatted. Standard names may | |
I, [2017-03-15T16:46:42.969141 #30468] INFO -- default-mwrock-Windows2012R2: contain letters (a-z, A-Z), numbers (0-9), and hypens (-), but no | |
I, [2017-03-15T16:46:42.969141 #30468] INFO -- default-mwrock-Windows2012R2: spaces or periods (.). The name may not consist entirely of digits. | |
D, [2017-03-15T16:46:43.017121 #30468] DEBUG -- default-mwrock-Windows2012R2: [Vagrant command] END (0m0.00s) | |
E, [2017-03-15T16:46:43.018092 #30468] ERROR -- default-mwrock-Windows2012R2: Create failed on instance <default-mwrock-Windows2012R2>. | |
E, [2017-03-15T16:46:43.018592 #30468] ERROR -- default-mwrock-Windows2012R2: ------Exception------- | |
E, [2017-03-15T16:46:43.019105 #30468] ERROR -- default-mwrock-Windows2012R2: Class: Kitchen::ShellOut::ShellCommandFailed | |
E, [2017-03-15T16:46:43.019105 #30468] ERROR -- default-mwrock-Windows2012R2: Message: Expected process to exit with [0], but received '1' | |
---- Begin output of vagrant up --no-provision --provider hyperv ---- | |
STDOUT: Bringing machine 'default' up with 'hyperv' provider... | |
==> default: Verifying Hyper-V is enabled... | |
==> default: Configured startup memory is 1024 | |
==> default: Importing a Hyper-V instance | |
Looking for switch with name: Guest | |
Found switch: Guest | |
default: Cloning virtual hard drive... | |
default: Creating and registering the VM... | |
default: Successfully imported a VM with name: packer-hyperv-iso | |
==> default: Starting the machine... | |
==> default: Waiting for the machine to report its IP address... | |
default: Timeout: 240 seconds | |
default: IP: 172.31.165.252 | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: WinRM address: 172.31.165.252:5985 | |
default: WinRM username: vagrant | |
default: WinRM execution_time_limit: PT2H | |
default: WinRM transport: negotiate | |
==> default: Machine booted and ready! | |
==> default: Setting hostname... | |
STDERR: Renaming the Windows guest failed. Most often this is because you've | |
specified a FQDN instead of just a host name. | |
Ensure the new guest name is properly formatted. Standard names may | |
contain letters (a-z, A-Z), numbers (0-9), and hypens (-), but no | |
spaces or periods (.). The name may not consist entirely of digits. | |
---- End output of vagrant up --no-provision --provider hyperv ---- | |
Ran vagrant up --no-provision --provider hyperv returned 1 | |
E, [2017-03-15T16:46:43.019105 #30468] ERROR -- default-mwrock-Windows2012R2: ---------------------- | |
E, [2017-03-15T16:46:43.019105 #30468] ERROR -- default-mwrock-Windows2012R2: ------Backtrace------- | |
E, [2017-03-15T16:46:43.019593 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/shell_out.rb:71:in `rescue in run_command' | |
E, [2017-03-15T16:46:43.019593 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/shell_out.rb:59:in `run_command' | |
E, [2017-03-15T16:46:43.019593 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:412:in `run_command' | |
E, [2017-03-15T16:46:43.019593 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:359:in `run' | |
E, [2017-03-15T16:46:43.019593 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:443:in `run_vagrant_up' | |
E, [2017-03-15T16:46:43.020092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:104:in `create' | |
E, [2017-03-15T16:46:43.020092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `public_send' | |
E, [2017-03-15T16:46:43.020092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `block in perform_action' | |
E, [2017-03-15T16:46:43.020092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:524:in `block in synchronize_or_call' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:522:in `synchronize' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:522:in `synchronize_or_call' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:489:in `block in action' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/2.3.0/benchmark.rb:293:in `measure' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:488:in `action' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `perform_action' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:370:in `create_action' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:359:in `block in transition_to' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:358:in `each' | |
E, [2017-03-15T16:46:43.020591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:358:in `transition_to' | |
E, [2017-03-15T16:46:43.021092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:124:in `create' | |
E, [2017-03-15T16:46:43.021092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:197:in `public_send' | |
E, [2017-03-15T16:46:43.021092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:197:in `run_action_in_thread' | |
E, [2017-03-15T16:46:43.021092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:169:in `block (2 levels) in run_action' | |
E, [2017-03-15T16:46:43.021092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/logging-2.1.0/lib/logging/diagnostic_context.rb:450:in `block in create_with_logging_context' | |
E, [2017-03-15T16:46:43.021092 #30468] ERROR -- default-mwrock-Windows2012R2: ----End Backtrace----- | |
E, [2017-03-15T16:46:43.021592 #30468] ERROR -- default-mwrock-Windows2012R2: ---Nested Exception--- | |
E, [2017-03-15T16:46:43.021592 #30468] ERROR -- default-mwrock-Windows2012R2: Class: Mixlib::ShellOut::ShellCommandFailed | |
E, [2017-03-15T16:46:43.021592 #30468] ERROR -- default-mwrock-Windows2012R2: Message: Expected process to exit with [0], but received '1' | |
---- Begin output of vagrant up --no-provision --provider hyperv ---- | |
STDOUT: Bringing machine 'default' up with 'hyperv' provider... | |
==> default: Verifying Hyper-V is enabled... | |
==> default: Configured startup memory is 1024 | |
==> default: Importing a Hyper-V instance | |
Looking for switch with name: Guest | |
Found switch: Guest | |
default: Cloning virtual hard drive... | |
default: Creating and registering the VM... | |
default: Successfully imported a VM with name: packer-hyperv-iso | |
==> default: Starting the machine... | |
==> default: Waiting for the machine to report its IP address... | |
default: Timeout: 240 seconds | |
default: IP: 172.31.165.252 | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: WinRM address: 172.31.165.252:5985 | |
default: WinRM username: vagrant | |
default: WinRM execution_time_limit: PT2H | |
default: WinRM transport: negotiate | |
==> default: Machine booted and ready! | |
==> default: Setting hostname... | |
STDERR: Renaming the Windows guest failed. Most often this is because you've | |
specified a FQDN instead of just a host name. | |
Ensure the new guest name is properly formatted. Standard names may | |
contain letters (a-z, A-Z), numbers (0-9), and hypens (-), but no | |
spaces or periods (.). The name may not consist entirely of digits. | |
---- End output of vagrant up --no-provision --provider hyperv ---- | |
Ran vagrant up --no-provision --provider hyperv returned 1 | |
E, [2017-03-15T16:46:43.021592 #30468] ERROR -- default-mwrock-Windows2012R2: ---------------------- | |
E, [2017-03-15T16:46:43.021592 #30468] ERROR -- default-mwrock-Windows2012R2: ------Backtrace------- | |
E, [2017-03-15T16:46:43.022092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/shell_out.rb:71:in `rescue in run_command' | |
E, [2017-03-15T16:46:43.022092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/shell_out.rb:59:in `run_command' | |
E, [2017-03-15T16:46:43.022092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:412:in `run_command' | |
E, [2017-03-15T16:46:43.022092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:359:in `run' | |
E, [2017-03-15T16:46:43.022591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:443:in `run_vagrant_up' | |
E, [2017-03-15T16:46:43.022591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:104:in `create' | |
E, [2017-03-15T16:46:43.022591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `public_send' | |
E, [2017-03-15T16:46:43.022591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `block in perform_action' | |
E, [2017-03-15T16:46:43.022591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:524:in `block in synchronize_or_call' | |
E, [2017-03-15T16:46:43.022591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:522:in `synchronize' | |
E, [2017-03-15T16:46:43.022591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:522:in `synchronize_or_call' | |
E, [2017-03-15T16:46:43.022591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:489:in `block in action' | |
E, [2017-03-15T16:46:43.023092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/2.3.0/benchmark.rb:293:in `measure' | |
E, [2017-03-15T16:46:43.023092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:488:in `action' | |
E, [2017-03-15T16:46:43.023092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `perform_action' | |
E, [2017-03-15T16:46:43.023092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:370:in `create_action' | |
E, [2017-03-15T16:46:43.023092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:359:in `block in transition_to' | |
E, [2017-03-15T16:46:43.023092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:358:in `each' | |
E, [2017-03-15T16:46:43.023092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:358:in `transition_to' | |
E, [2017-03-15T16:46:43.023092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:124:in `create' | |
E, [2017-03-15T16:46:43.023092 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:197:in `public_send' | |
E, [2017-03-15T16:46:43.023591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:197:in `run_action_in_thread' | |
E, [2017-03-15T16:46:43.023591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:169:in `block (2 levels) in run_action' | |
E, [2017-03-15T16:46:43.023591 #30468] ERROR -- default-mwrock-Windows2012R2: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/logging-2.1.0/lib/logging/diagnostic_context.rb:450:in `block in create_with_logging_context' | |
E, [2017-03-15T16:46:43.023591 #30468] ERROR -- default-mwrock-Windows2012R2: ----End Backtrace----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I, [2017-03-15T16:44:08.523988 #30468] INFO -- Kitchen: -----> Starting Kitchen (v1.15.0) | |
D, [2017-03-15T16:44:08.539978 #30468] DEBUG -- Kitchen: [Vagrant command] BEGIN (vagrant --version) | |
D, [2017-03-15T16:44:08.731047 #30468] DEBUG -- Kitchen: [Vagrant command] END (0m0.00s) | |
I, [2017-03-15T16:44:11.430407 #30468] INFO -- Kitchen: -----> Creating <default-mwrock-Windows2012R2>... | |
D, [2017-03-15T16:46:43.036000 #30468] DEBUG -- Kitchen: ------Exception------- | |
D, [2017-03-15T16:46:43.042008 #30468] DEBUG -- Kitchen: Class: Kitchen::ActionFailed | |
D, [2017-03-15T16:46:43.043001 #30468] DEBUG -- Kitchen: Message: 1 actions failed. | |
>>>>>> Failed to complete #create action: [Expected process to exit with [0], but received '1' | |
---- Begin output of vagrant up --no-provision --provider hyperv ---- | |
STDOUT: Bringing machine 'default' up with 'hyperv' provider... | |
==> default: Verifying Hyper-V is enabled... | |
==> default: Configured startup memory is 1024 | |
==> default: Importing a Hyper-V instance | |
Looking for switch with name: Guest | |
Found switch: Guest | |
default: Cloning virtual hard drive... | |
default: Creating and registering the VM... | |
default: Successfully imported a VM with name: packer-hyperv-iso | |
==> default: Starting the machine... | |
==> default: Waiting for the machine to report its IP address... | |
default: Timeout: 240 seconds | |
default: IP: 172.31.165.252 | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: WinRM address: 172.31.165.252:5985 | |
default: WinRM username: vagrant | |
default: WinRM execution_time_limit: PT2H | |
default: WinRM transport: negotiate | |
==> default: Machine booted and ready! | |
==> default: Setting hostname... | |
STDERR: Renaming the Windows guest failed. Most often this is because you've | |
specified a FQDN instead of just a host name. | |
Ensure the new guest name is properly formatted. Standard names may | |
contain letters (a-z, A-Z), numbers (0-9), and hypens (-), but no | |
spaces or periods (.). The name may not consist entirely of digits. | |
---- End output of vagrant up --no-provision --provider hyperv ---- | |
Ran vagrant up --no-provision --provider hyperv returned 1] on default-mwrock-Windows2012R2 | |
D, [2017-03-15T16:46:43.045034 #30468] DEBUG -- Kitchen: ---------------------- | |
D, [2017-03-15T16:46:43.046000 #30468] DEBUG -- Kitchen: ------Backtrace------- | |
D, [2017-03-15T16:46:43.046000 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:183:in `report_errors' | |
D, [2017-03-15T16:46:43.047002 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:174:in `run_action' | |
D, [2017-03-15T16:46:43.053000 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command/action.rb:36:in `block in call' | |
D, [2017-03-15T16:46:43.053999 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/2.3.0/benchmark.rb:293:in `measure' | |
D, [2017-03-15T16:46:43.057008 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command/action.rb:34:in `call' | |
D, [2017-03-15T16:46:43.058000 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/cli.rb:53:in `perform' | |
D, [2017-03-15T16:46:43.059000 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/cli.rb:187:in `block (2 levels) in <class:CLI>' | |
D, [2017-03-15T16:46:43.060000 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run' | |
D, [2017-03-15T16:46:43.061000 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command' | |
D, [2017-03-15T16:46:43.061000 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/cli.rb:334:in `invoke_task' | |
D, [2017-03-15T16:46:43.064002 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch' | |
D, [2017-03-15T16:46:43.064002 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start' | |
D, [2017-03-15T16:46:43.066012 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/bin/kitchen:13:in `block in <top (required)>' | |
D, [2017-03-15T16:46:43.067001 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/errors.rb:171:in `with_friendly_errors' | |
D, [2017-03-15T16:46:43.067001 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/bin/kitchen:13:in `<top (required)>' | |
D, [2017-03-15T16:46:43.067999 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/bin/kitchen:24:in `load' | |
D, [2017-03-15T16:46:43.069000 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/bin/kitchen:24:in `<main>' | |
D, [2017-03-15T16:46:43.069559 #30468] DEBUG -- Kitchen: ----End Backtrace----- | |
D, [2017-03-15T16:46:43.069559 #30468] DEBUG -- Kitchen: -Composite Exception-- | |
D, [2017-03-15T16:46:43.070562 #30468] DEBUG -- Kitchen: Class: Kitchen::ActionFailed | |
D, [2017-03-15T16:46:43.071562 #30468] DEBUG -- Kitchen: Message: Failed to complete #create action: [Expected process to exit with [0], but received '1' | |
---- Begin output of vagrant up --no-provision --provider hyperv ---- | |
STDOUT: Bringing machine 'default' up with 'hyperv' provider... | |
==> default: Verifying Hyper-V is enabled... | |
==> default: Configured startup memory is 1024 | |
==> default: Importing a Hyper-V instance | |
Looking for switch with name: Guest | |
Found switch: Guest | |
default: Cloning virtual hard drive... | |
default: Creating and registering the VM... | |
default: Successfully imported a VM with name: packer-hyperv-iso | |
==> default: Starting the machine... | |
==> default: Waiting for the machine to report its IP address... | |
default: Timeout: 240 seconds | |
default: IP: 172.31.165.252 | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: WinRM address: 172.31.165.252:5985 | |
default: WinRM username: vagrant | |
default: WinRM execution_time_limit: PT2H | |
default: WinRM transport: negotiate | |
==> default: Machine booted and ready! | |
==> default: Setting hostname... | |
STDERR: Renaming the Windows guest failed. Most often this is because you've | |
specified a FQDN instead of just a host name. | |
Ensure the new guest name is properly formatted. Standard names may | |
contain letters (a-z, A-Z), numbers (0-9), and hypens (-), but no | |
spaces or periods (.). The name may not consist entirely of digits. | |
---- End output of vagrant up --no-provision --provider hyperv ---- | |
Ran vagrant up --no-provision --provider hyperv returned 1] on default-mwrock-Windows2012R2 | |
D, [2017-03-15T16:46:43.075761 #30468] DEBUG -- Kitchen: ---------------------- | |
D, [2017-03-15T16:46:43.075761 #30468] DEBUG -- Kitchen: ------Backtrace------- | |
D, [2017-03-15T16:46:43.077763 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/shell_out.rb:71:in `rescue in run_command' | |
D, [2017-03-15T16:46:43.078760 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/shell_out.rb:59:in `run_command' | |
D, [2017-03-15T16:46:43.078760 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:412:in `run_command' | |
D, [2017-03-15T16:46:43.079766 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:359:in `run' | |
D, [2017-03-15T16:46:43.079766 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:443:in `run_vagrant_up' | |
D, [2017-03-15T16:46:43.080773 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:104:in `create' | |
D, [2017-03-15T16:46:43.080773 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `public_send' | |
D, [2017-03-15T16:46:43.081774 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `block in perform_action' | |
D, [2017-03-15T16:46:43.081774 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:524:in `block in synchronize_or_call' | |
D, [2017-03-15T16:46:43.082762 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:522:in `synchronize' | |
D, [2017-03-15T16:46:43.082762 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:522:in `synchronize_or_call' | |
D, [2017-03-15T16:46:43.082762 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:489:in `block in action' | |
D, [2017-03-15T16:46:43.086761 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/2.3.0/benchmark.rb:293:in `measure' | |
D, [2017-03-15T16:46:43.087792 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:488:in `action' | |
D, [2017-03-15T16:46:43.090351 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `perform_action' | |
D, [2017-03-15T16:46:43.091642 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:370:in `create_action' | |
D, [2017-03-15T16:46:43.091642 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:359:in `block in transition_to' | |
D, [2017-03-15T16:46:43.092651 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:358:in `each' | |
D, [2017-03-15T16:46:43.093647 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:358:in `transition_to' | |
D, [2017-03-15T16:46:43.094646 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:124:in `create' | |
D, [2017-03-15T16:46:43.094646 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:197:in `public_send' | |
D, [2017-03-15T16:46:43.097648 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:197:in `run_action_in_thread' | |
D, [2017-03-15T16:46:43.098646 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:169:in `block (2 levels) in run_action' | |
D, [2017-03-15T16:46:43.100667 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/logging-2.1.0/lib/logging/diagnostic_context.rb:450:in `block in create_with_logging_context' | |
D, [2017-03-15T16:46:43.100667 #30468] DEBUG -- Kitchen: ----End Backtrace----- | |
D, [2017-03-15T16:46:43.101665 #30468] DEBUG -- Kitchen: ---Nested Exception--- | |
D, [2017-03-15T16:46:43.102667 #30468] DEBUG -- Kitchen: Class: Kitchen::ActionFailed | |
D, [2017-03-15T16:46:43.103665 #30468] DEBUG -- Kitchen: Message: Failed to complete #create action: [Expected process to exit with [0], but received '1' | |
---- Begin output of vagrant up --no-provision --provider hyperv ---- | |
STDOUT: Bringing machine 'default' up with 'hyperv' provider... | |
==> default: Verifying Hyper-V is enabled... | |
==> default: Configured startup memory is 1024 | |
==> default: Importing a Hyper-V instance | |
Looking for switch with name: Guest | |
Found switch: Guest | |
default: Cloning virtual hard drive... | |
default: Creating and registering the VM... | |
default: Successfully imported a VM with name: packer-hyperv-iso | |
==> default: Starting the machine... | |
==> default: Waiting for the machine to report its IP address... | |
default: Timeout: 240 seconds | |
default: IP: 172.31.165.252 | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: WinRM address: 172.31.165.252:5985 | |
default: WinRM username: vagrant | |
default: WinRM execution_time_limit: PT2H | |
default: WinRM transport: negotiate | |
==> default: Machine booted and ready! | |
==> default: Setting hostname... | |
STDERR: Renaming the Windows guest failed. Most often this is because you've | |
specified a FQDN instead of just a host name. | |
Ensure the new guest name is properly formatted. Standard names may | |
contain letters (a-z, A-Z), numbers (0-9), and hypens (-), but no | |
spaces or periods (.). The name may not consist entirely of digits. | |
---- End output of vagrant up --no-provision --provider hyperv ---- | |
Ran vagrant up --no-provision --provider hyperv returned 1] | |
D, [2017-03-15T16:46:43.103665 #30468] DEBUG -- Kitchen: ---------------------- | |
D, [2017-03-15T16:46:43.104680 #30468] DEBUG -- Kitchen: ------Backtrace------- | |
D, [2017-03-15T16:46:43.109664 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/shell_out.rb:71:in `rescue in run_command' | |
D, [2017-03-15T16:46:43.110664 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/shell_out.rb:59:in `run_command' | |
D, [2017-03-15T16:46:43.112664 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:412:in `run_command' | |
D, [2017-03-15T16:46:43.113664 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:359:in `run' | |
D, [2017-03-15T16:46:43.113664 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:443:in `run_vagrant_up' | |
D, [2017-03-15T16:46:43.114665 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-1.0.0/lib/kitchen/driver/vagrant.rb:104:in `create' | |
D, [2017-03-15T16:46:43.114665 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `public_send' | |
D, [2017-03-15T16:46:43.115665 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `block in perform_action' | |
D, [2017-03-15T16:46:43.116664 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:524:in `block in synchronize_or_call' | |
D, [2017-03-15T16:46:43.117168 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:522:in `synchronize' | |
D, [2017-03-15T16:46:43.117668 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:522:in `synchronize_or_call' | |
D, [2017-03-15T16:46:43.120168 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:489:in `block in action' | |
D, [2017-03-15T16:46:43.121168 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/2.3.0/benchmark.rb:293:in `measure' | |
D, [2017-03-15T16:46:43.125582 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:488:in `action' | |
D, [2017-03-15T16:46:43.126069 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:460:in `perform_action' | |
D, [2017-03-15T16:46:43.127068 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:370:in `create_action' | |
D, [2017-03-15T16:46:43.128068 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:359:in `block in transition_to' | |
D, [2017-03-15T16:46:43.130597 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:358:in `each' | |
D, [2017-03-15T16:46:43.131069 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:358:in `transition_to' | |
D, [2017-03-15T16:46:43.132821 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/instance.rb:124:in `create' | |
D, [2017-03-15T16:46:43.133816 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:197:in `public_send' | |
D, [2017-03-15T16:46:43.134813 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:197:in `run_action_in_thread' | |
D, [2017-03-15T16:46:43.134813 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/test-kitchen-1.15.0/lib/kitchen/command.rb:169:in `block (2 levels) in run_action' | |
D, [2017-03-15T16:46:43.135817 #30468] DEBUG -- Kitchen: C:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/logging-2.1.0/lib/logging/diagnostic_context.rb:450:in `block in create_with_logging_context' | |
D, [2017-03-15T16:46:43.136813 #30468] DEBUG -- Kitchen: ----End Backtrace----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vagrant.configure("2") do |c| | |
c.berkshelf.enabled = false if Vagrant.has_plugin?("vagrant-berkshelf") | |
c.vm.box = "mwrock/Windows2012R2" | |
c.vm.hostname = "default-mwrock-Windows2012R2.vagrantup.com" | |
c.vm.network(:private_network, {:bridge=>"Guest"}) | |
c.vm.synced_folder ".", "/vagrant", disabled: true | |
c.vm.provider :hyperv do |p| | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment