fujin (owner)

Revisions

gist: 188229 Download_button fork
public
Public Clone URL: git://gist.github.com/188229.git
Embed All Files: show embed
spec-fails-lwrp.out #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
)
NoMethodError in 'Chef::Client run should start the run clock timer'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:53:
 
2)
NoMethodError in 'Chef::Client run should build the node'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:58:
 
3)
NoMethodError in 'Chef::Client run should register for an openid'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:63:
 
4)
NoMethodError in 'Chef::Client run should authenticate with the server'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:68:
 
5)
NoMethodError in 'Chef::Client run should synchronize definitions from the server'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:73:
 
6)
NoMethodError in 'Chef::Client run should synchronize recipes from the server'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:78:
 
7)
NoMethodError in 'Chef::Client run should synchronize and load library files from the server'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:83:
 
8)
NoMethodError in 'Chef::Client run should synchronize and load attribute files from the server'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:88:
 
9)
NoMethodError in 'Chef::Client run should save the nodes state on the server (twice!)'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:93:
 
10)
NoMethodError in 'Chef::Client run should converge the node to the proper state'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:98:
 
11)
NoMethodError in 'Chef::Client run should set the cookbook_path'
undefined method `name' for nil:NilClass
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:342:in `sync_provider_files'
/Users/aj/Development/chef/chef/spec/../lib/chef/client.rb:83:in `run'
./spec/unit/client_spec.rb:104:
 
Finished in 26.073479 seconds
 
1765 examples, 11 failures