Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wwestenbrink/eb76883c341ecbbe94e0b182c3abb928 to your computer and use it in GitHub Desktop.
Save wwestenbrink/eb76883c341ecbbe94e0b182c3abb928 to your computer and use it in GitHub Desktop.
[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead.
warning: parser/current is loading parser/ruby23, which recognizes
warning: 2.3.8-compliant syntax, but you are running 2.3.5.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
Running RuboCop...
Inspecting 45 files
.............................................
45 files inspected, no offenses detected
/Users/wouter/.rbenv/versions/2.3.5/bin/ruby -I/Users/wouter/.rbenv/versions/2.3.5/lib/ruby/gems/2.3.0/gems/rspec-core-3.8.2/lib:/Users/wouter/.rbenv/versions/2.3.5/lib/ruby/gems/2.3.0/gems/rspec-support-3.8.2/lib /Users/wouter/.rbenv/versions/2.3.5/lib/ruby/gems/2.3.0/gems/rspec-core-3.8.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb
FFFFFFFFFFFFFFFFFFFFFFFFFFFFF.....................................
Failures:
1) VagrantPlugins::VSphere::Action up should connect to vSphere
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:18:in `run_up'
# ./spec/action_spec.rb:24:in `block (3 levels) in <top (required)>'
2) VagrantPlugins::VSphere::Action up should check if the VM exits
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:18:in `run_up'
# ./spec/action_spec.rb:32:in `block (3 levels) in <top (required)>'
3) VagrantPlugins::VSphere::Action up should create the VM when the VM does already not exist
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:18:in `run_up'
# ./spec/action_spec.rb:40:in `block (3 levels) in <top (required)>'
4) VagrantPlugins::VSphere::Action up should not create the VM when the VM already exists
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:18:in `run_up'
# ./spec/action_spec.rb:48:in `block (3 levels) in <top (required)>'
5) VagrantPlugins::VSphere::Action destroy should connect to vSphere
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:54:in `run_destroy'
# ./spec/action_spec.rb:60:in `block (3 levels) in <top (required)>'
6) VagrantPlugins::VSphere::Action destroy should power off the VM
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:54:in `run_destroy'
# ./spec/action_spec.rb:67:in `block (3 levels) in <top (required)>'
7) VagrantPlugins::VSphere::Action destroy should destroy the VM
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:54:in `run_destroy'
# ./spec/action_spec.rb:73:in `block (3 levels) in <top (required)>'
8) VagrantPlugins::VSphere::Action halt should connect to vSphere
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:79:in `block (3 levels) in <top (required)>'
9) VagrantPlugins::VSphere::Action halt should gracefully power off the VM
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:79:in `block (3 levels) in <top (required)>'
10) VagrantPlugins::VSphere::Action get state should connect to vSphere
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:94:in `run_get_state'
# ./spec/action_spec.rb:100:in `block (3 levels) in <top (required)>'
11) VagrantPlugins::VSphere::Action get state should get the power state
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:94:in `run_get_state'
# ./spec/action_spec.rb:106:in `block (3 levels) in <top (required)>'
12) VagrantPlugins::VSphere::Action get state should handle the values in a base vagrant box
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:94:in `run_get_state'
# ./spec/action_spec.rb:112:in `block (3 levels) in <top (required)>'
13) VagrantPlugins::VSphere::Action get ssh info should connect to vSphere
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:118:in `run_get_ssh_info'
# ./spec/action_spec.rb:124:in `block (3 levels) in <top (required)>'
14) VagrantPlugins::VSphere::Action get ssh info should get the power state
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:118:in `run_get_ssh_info'
# ./spec/action_spec.rb:130:in `block (3 levels) in <top (required)>'
15) VagrantPlugins::VSphere::Action reload should gracefully power off the VM
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:136:in `block (3 levels) in <top (required)>'
16) VagrantPlugins::VSphere::Action reload should connect to vSphere
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:136:in `block (3 levels) in <top (required)>'
17) VagrantPlugins::VSphere::Action reload should check if the VM exits
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:136:in `block (3 levels) in <top (required)>'
18) VagrantPlugins::VSphere::Action reload should not create the VM when the VM does already not exist
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:136:in `block (3 levels) in <top (required)>'
19) VagrantPlugins::VSphere::Action reload should not create the VM when the VM already exists
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:136:in `block (3 levels) in <top (required)>'
20) VagrantPlugins::VSphere::Action suspend should connect to vSphere
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:171:in `block (3 levels) in <top (required)>'
21) VagrantPlugins::VSphere::Action suspend should check if the VM exits
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:177:in `block (3 levels) in <top (required)>'
22) VagrantPlugins::VSphere::Action suspend should suspend the VM when the VM is running
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:183:in `block (3 levels) in <top (required)>'
23) VagrantPlugins::VSphere::Action suspend should not suspend the VM when the VM is suspended
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:189:in `block (3 levels) in <top (required)>'
24) VagrantPlugins::VSphere::Action suspend should not suspend the VM when the VM is off
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:195:in `block (3 levels) in <top (required)>'
25) VagrantPlugins::VSphere::Action resume should connect to vSphere
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:202:in `block (3 levels) in <top (required)>'
26) VagrantPlugins::VSphere::Action resume should check if the VM exits
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:208:in `block (3 levels) in <top (required)>'
27) VagrantPlugins::VSphere::Action resume should not resume the VM when the VM is running
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:214:in `block (3 levels) in <top (required)>'
28) VagrantPlugins::VSphere::Action resume should resume the VM when the VM is suspended
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:220:in `block (3 levels) in <top (required)>'
29) VagrantPlugins::VSphere::Action resume should not resume the VM when the VM is off
Failure/Error: Vagrant::Action::Runner.new.run described_class.send("action_#{action}"), @env
#<Double "machine"> received unexpected message :name with (no args)
# ./spec/action_spec.rb:6:in `run'
# ./spec/action_spec.rb:226:in `block (3 levels) in <top (required)>'
Finished in 0.35429 seconds (files took 0.92568 seconds to load)
66 examples, 29 failures
Failed examples:
rspec ./spec/action_spec.rb:21 # VagrantPlugins::VSphere::Action up should connect to vSphere
rspec ./spec/action_spec.rb:27 # VagrantPlugins::VSphere::Action up should check if the VM exits
rspec ./spec/action_spec.rb:35 # VagrantPlugins::VSphere::Action up should create the VM when the VM does already not exist
rspec ./spec/action_spec.rb:43 # VagrantPlugins::VSphere::Action up should not create the VM when the VM already exists
rspec ./spec/action_spec.rb:57 # VagrantPlugins::VSphere::Action destroy should connect to vSphere
rspec ./spec/action_spec.rb:63 # VagrantPlugins::VSphere::Action destroy should power off the VM
rspec ./spec/action_spec.rb:70 # VagrantPlugins::VSphere::Action destroy should destroy the VM
rspec ./spec/action_spec.rb:82 # VagrantPlugins::VSphere::Action halt should connect to vSphere
rspec ./spec/action_spec.rb:86 # VagrantPlugins::VSphere::Action halt should gracefully power off the VM
rspec ./spec/action_spec.rb:97 # VagrantPlugins::VSphere::Action get state should connect to vSphere
rspec ./spec/action_spec.rb:103 # VagrantPlugins::VSphere::Action get state should get the power state
rspec ./spec/action_spec.rb:109 # VagrantPlugins::VSphere::Action get state should handle the values in a base vagrant box
rspec ./spec/action_spec.rb:121 # VagrantPlugins::VSphere::Action get ssh info should connect to vSphere
rspec ./spec/action_spec.rb:127 # VagrantPlugins::VSphere::Action get ssh info should get the power state
rspec ./spec/action_spec.rb:139 # VagrantPlugins::VSphere::Action reload should gracefully power off the VM
rspec ./spec/action_spec.rb:145 # VagrantPlugins::VSphere::Action reload should connect to vSphere
rspec ./spec/action_spec.rb:149 # VagrantPlugins::VSphere::Action reload should check if the VM exits
rspec ./spec/action_spec.rb:153 # VagrantPlugins::VSphere::Action reload should not create the VM when the VM does already not exist
rspec ./spec/action_spec.rb:160 # VagrantPlugins::VSphere::Action reload should not create the VM when the VM already exists
rspec ./spec/action_spec.rb:169 # VagrantPlugins::VSphere::Action suspend should connect to vSphere
rspec ./spec/action_spec.rb:174 # VagrantPlugins::VSphere::Action suspend should check if the VM exits
rspec ./spec/action_spec.rb:180 # VagrantPlugins::VSphere::Action suspend should suspend the VM when the VM is running
rspec ./spec/action_spec.rb:186 # VagrantPlugins::VSphere::Action suspend should not suspend the VM when the VM is suspended
rspec ./spec/action_spec.rb:192 # VagrantPlugins::VSphere::Action suspend should not suspend the VM when the VM is off
rspec ./spec/action_spec.rb:200 # VagrantPlugins::VSphere::Action resume should connect to vSphere
rspec ./spec/action_spec.rb:205 # VagrantPlugins::VSphere::Action resume should check if the VM exits
rspec ./spec/action_spec.rb:211 # VagrantPlugins::VSphere::Action resume should not resume the VM when the VM is running
rspec ./spec/action_spec.rb:217 # VagrantPlugins::VSphere::Action resume should resume the VM when the VM is suspended
rspec ./spec/action_spec.rb:223 # VagrantPlugins::VSphere::Action resume should not resume the VM when the VM is off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment