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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191 | ➜ juju (git)-[master]-% go test github.com/juju/juju/api/networker
----------------------------------------------------------------------
FAIL: networker_test.go:204: networkerSuite.TestMachineNetworkConfig
[LOG] 0:00.019 DEBUG juju.environs.configstore Made dir /tmp/check-8674665223082153551/2/home/ubuntu/.juju/environments
[LOG] 0:00.080 DEBUG juju.environs.configstore writing jenv file
[LOG] 0:00.081 DEBUG juju.environs.configstore writing jenv file to /tmp/check-8674665223082153551/2/home/ubuntu/.juju/environments/dummyenv.jenv
[LOG] 0:00.081 DEBUG juju.environs.tools reading v1.* tools
[LOG] 0:00.081 INFO juju.environs.testing uploading FAKE tools 1.24-alpha1-trusty-amd64
[LOG] 0:00.082 INFO juju.environs.testing uploading FAKE tools 1.24-alpha1-precise-amd64
[LOG] 0:00.083 INFO juju.environs.testing uploading FAKE tools 1.24-alpha1-utopic-amd64
[LOG] 0:00.085 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any
[LOG] 0:00.085 DEBUG juju.environs.tools no series specified when finding tools, looking for any
[LOG] 0:00.085 DEBUG juju.environs.simplestreams searching for metadata in datasource "existing metadata"
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams streams/v1/index2.sjson not found, trying legacy index file
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.json: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams streams/v1/index2.json not found, trying legacy index file
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.json: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json" not found
[LOG] 0:00.085 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any
[LOG] 0:00.085 DEBUG juju.environs.tools no series specified when finding tools, looking for any
[LOG] 0:00.085 DEBUG juju.environs.simplestreams searching for metadata in datasource "existing metadata"
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams streams/v1/index2.sjson not found, trying legacy index file
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.json: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams streams/v1/index2.json not found, trying legacy index file
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.json: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json" not found
[LOG] 0:00.085 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any
[LOG] 0:00.085 DEBUG juju.environs.tools no series specified when finding tools, looking for any
[LOG] 0:00.085 DEBUG juju.environs.simplestreams searching for metadata in datasource "existing metadata"
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams streams/v1/index2.sjson not found, trying legacy index file
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.json: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams streams/v1/index2.json not found, trying legacy index file
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.json: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json" not found
[LOG] 0:00.085 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any
[LOG] 0:00.085 DEBUG juju.environs.tools no series specified when finding tools, looking for any
[LOG] 0:00.085 DEBUG juju.environs.simplestreams searching for metadata in datasource "existing metadata"
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams streams/v1/index2.sjson not found, trying legacy index file
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.json: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams streams/v1/index2.json not found, trying legacy index file
[LOG] 0:00.085 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.json: no such file or directory
[LOG] 0:00.085 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.json" not found
[LOG] 0:00.086 INFO juju.environs.tools Writing tools/streams/v1/index2.json
[LOG] 0:00.086 INFO juju.environs.tools Writing tools/streams/v1/index.json
[LOG] 0:00.086 INFO juju.environs.tools Writing tools/streams/v1/com.ubuntu.juju-released-tools.json
[LOG] 0:00.086 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any
[LOG] 0:00.086 DEBUG juju.environs.tools no series specified when finding tools, looking for any
[LOG] 0:00.086 DEBUG juju.environs.simplestreams searching for metadata in datasource "existing metadata"
[LOG] 0:00.086 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson: no such file or directory
[LOG] 0:00.086 DEBUG juju.environs.simplestreams streams/v1/index2.sjson not found, trying legacy index file
[LOG] 0:00.086 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson: no such file or directory
[LOG] 0:00.086 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.086 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json: no such file or directory
[LOG] 0:00.086 DEBUG juju.environs.simplestreams no mirror index file found
[LOG] 0:00.086 DEBUG juju.environs.simplestreams no mirror information available for { }: mirror data for "com.ubuntu.juju:released:tools" not found
[LOG] 0:00.086 DEBUG juju.environs.simplestreams read metadata index at "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json"
[LOG] 0:00.086 DEBUG juju.environs.simplestreams candidate matches for products ["com.ubuntu.juju:win2012hv:amd64" "com.ubuntu.juju:win2012hv:i386" "com.ubuntu.juju:win2012hv:armhf" "com.ubuntu.juju:win2012hv:arm64" "com.ubuntu.juju:win2012hv:ppc64el" "com.ubuntu.juju:win2012r2:amd64" "com.ubuntu.juju:win2012r2:i386" "com.ubuntu.juju:win2012r2:armhf" "com.ubuntu.juju:win2012r2:arm64" "com.ubuntu.juju:win2012r2:ppc64el" "com.ubuntu.juju:win2012:amd64" "com.ubuntu.juju:win2012:i386" "com.ubuntu.juju:win2012:armhf" "com.ubuntu.juju:win2012:arm64" "com.ubuntu.juju:win2012:ppc64el" "com.ubuntu.juju:12.04:amd64" "com.ubuntu.juju:12.04:i386" "com.ubuntu.juju:12.04:armhf" "com.ubuntu.juju:12.04:arm64" "com.ubuntu.juju:12.04:ppc64el" "com.ubuntu.juju:13.04:amd64" "com.ubuntu.juju:13.04:i386" "com.ubuntu.juju:13.04:armhf" "com.ubuntu.juju:13.04:arm64" "com.ubuntu.juju:13.04:ppc64el" "com.ubuntu.juju:13.10:amd64" "com.ubuntu.juju:13.10:i386" "com.ubuntu.juju:13.10:armhf" "com.ubuntu.juju:13.10:arm64" "com.ubuntu.juju:13.10:ppc64el" "com.ubuntu.juju:14.10:amd64" "com.ubuntu.juju:14.10:i386" "com.ubuntu.juju:14.10:armhf" "com.ubuntu.juju:14.10:arm64" "com.ubuntu.juju:14.10:ppc64el" "com.ubuntu.juju:win2012hvr2:amd64" "com.ubuntu.juju:win2012hvr2:i386" "com.ubuntu.juju:win2012hvr2:armhf" "com.ubuntu.juju:win2012hvr2:arm64" "com.ubuntu.juju:win2012hvr2:ppc64el" "com.ubuntu.juju:12.10:amd64" "com.ubuntu.juju:12.10:i386" "com.ubuntu.juju:12.10:armhf" "com.ubuntu.juju:12.10:arm64" "com.ubuntu.juju:12.10:ppc64el" "com.ubuntu.juju:15.04:amd64" "com.ubuntu.juju:15.04:i386" "com.ubuntu.juju:15.04:armhf" "com.ubuntu.juju:15.04:arm64" "com.ubuntu.juju:15.04:ppc64el" "com.ubuntu.juju:win7:amd64" "com.ubuntu.juju:win7:i386" "com.ubuntu.juju:win7:armhf" "com.ubuntu.juju:win7:arm64" "com.ubuntu.juju:win7:ppc64el" "com.ubuntu.juju:win8:amd64" "com.ubuntu.juju:win8:i386" "com.ubuntu.juju:win8:armhf" "com.ubuntu.juju:win8:arm64" "com.ubuntu.juju:win8:ppc64el" "com.ubuntu.juju:14.04:amd64" "com.ubuntu.juju:14.04:i386" "com.ubuntu.juju:14.04:armhf" "com.ubuntu.juju:14.04:arm64" "com.ubuntu.juju:14.04:ppc64el" "com.ubuntu.juju:win81:amd64" "com.ubuntu.juju:win81:i386" "com.ubuntu.juju:win81:armhf" "com.ubuntu.juju:win81:arm64" "com.ubuntu.juju:win81:ppc64el" "com.ubuntu.juju:7:amd64" "com.ubuntu.juju:7:i386" "com.ubuntu.juju:7:armhf" "com.ubuntu.juju:7:arm64" "com.ubuntu.juju:7:ppc64el"] are [{Wed, 01 Apr 2015 13:41:49 +0300 products:1.0 content-download [] streams/v1/com.ubuntu.juju-released-tools.json [com.ubuntu.juju:12.04:amd64 com.ubuntu.juju:14.04:amd64 com.ubuntu.juju:14.10:amd64]}]
[LOG] 0:00.086 DEBUG juju.environs.simplestreams finding products at path "streams/v1/com.ubuntu.juju-released-tools.json"
[LOG] 0:00.086 DEBUG juju.environs.simplestreams metadata: &{map[com.ubuntu.juju:12.04:amd64:{ 1.24-alpha1 amd64 map[20150401:0xc21008e060]} com.ubuntu.juju:14.04:amd64:{ 1.24-alpha1 amd64 map[20150401:0xc21008e3c0]} com.ubuntu.juju:14.10:amd64:{ 1.24-alpha1 amd64 map[20150401:0xc21008e4e0]}] map[] Wed, 01 Apr 2015 13:41:49 +0300 products:1.0 com.ubuntu.juju:released:tools }
[LOG] 0:00.087 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any
[LOG] 0:00.087 DEBUG juju.environs.tools no series specified when finding tools, looking for any
[LOG] 0:00.087 DEBUG juju.environs.simplestreams searching for metadata in datasource "existing metadata"
[LOG] 0:00.087 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson: no such file or directory
[LOG] 0:00.087 DEBUG juju.environs.simplestreams streams/v1/index2.sjson not found, trying legacy index file
[LOG] 0:00.087 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson: no such file or directory
[LOG] 0:00.087 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.087 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json: no such file or directory
[LOG] 0:00.087 DEBUG juju.environs.simplestreams no mirror index file found
[LOG] 0:00.087 DEBUG juju.environs.simplestreams no mirror information available for { }: mirror data for "com.ubuntu.juju:proposed:tools" not found
[LOG] 0:00.087 DEBUG juju.environs.simplestreams read metadata index at "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json"
[LOG] 0:00.087 DEBUG juju.environs.simplestreams skipping index because of error getting latest metadata "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json": index file missing "content-download" data not found
[LOG] 0:00.087 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any
[LOG] 0:00.087 DEBUG juju.environs.tools no series specified when finding tools, looking for any
[LOG] 0:00.087 DEBUG juju.environs.simplestreams searching for metadata in datasource "existing metadata"
[LOG] 0:00.087 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson: no such file or directory
[LOG] 0:00.087 DEBUG juju.environs.simplestreams streams/v1/index2.sjson not found, trying legacy index file
[LOG] 0:00.087 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson: no such file or directory
[LOG] 0:00.087 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.087 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json: no such file or directory
[LOG] 0:00.087 DEBUG juju.environs.simplestreams no mirror index file found
[LOG] 0:00.087 DEBUG juju.environs.simplestreams no mirror information available for { }: mirror data for "com.ubuntu.juju:testing:tools" not found
[LOG] 0:00.087 DEBUG juju.environs.simplestreams read metadata index at "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json"
[LOG] 0:00.087 DEBUG juju.environs.simplestreams skipping index because of error getting latest metadata "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json": index file missing "content-download" data not found
[LOG] 0:00.087 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any
[LOG] 0:00.087 DEBUG juju.environs.tools no series specified when finding tools, looking for any
[LOG] 0:00.087 DEBUG juju.environs.simplestreams searching for metadata in datasource "existing metadata"
[LOG] 0:00.087 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson: no such file or directory
[LOG] 0:00.087 DEBUG juju.environs.simplestreams streams/v1/index2.sjson not found, trying legacy index file
[LOG] 0:00.087 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": stat /tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson: no such file or directory
[LOG] 0:00.087 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.087 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json": stat /tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json: no such file or directory
[LOG] 0:00.087 DEBUG juju.environs.simplestreams no mirror index file found
[LOG] 0:00.087 DEBUG juju.environs.simplestreams no mirror information available for { }: mirror data for "com.ubuntu.juju:devel:tools" not found
[LOG] 0:00.087 DEBUG juju.environs.simplestreams read metadata index at "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json"
[LOG] 0:00.087 DEBUG juju.environs.simplestreams skipping index because of error getting latest metadata "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json": index file missing "content-download" data not found
[LOG] 0:00.088 INFO juju.environs.tools Metadata for stream "released" unchanged
[LOG] 0:00.088 INFO juju.environs.tools Writing tools/streams/v1/index2.json
[LOG] 0:00.088 INFO juju.environs.tools Writing tools/streams/v1/index.json
[LOG] 0:00.088 INFO juju.network setting prefer-ipv6 to true
[LOG] 0:00.088 DEBUG juju.environs.bootstrap environment "dummyenv" supports service/machine networks: true
[LOG] 0:00.088 DEBUG juju.environs.bootstrap network management by juju enabled: true
[LOG] 0:00.088 DEBUG juju.environs.bootstrap looking for bootstrap tools: version=1.24-alpha1
[LOG] 0:00.088 INFO juju.environs.tools reading tools with major.minor version 1.24
[LOG] 0:00.088 INFO juju.environs.tools filtering tools by version: 1.24-alpha1
[LOG] 0:00.088 DEBUG juju.environs.tools no architecture specified when finding tools, looking for any
[LOG] 0:00.088 DEBUG juju.environs.tools no series specified when finding tools, looking for any
[LOG] 0:00.088 DEBUG juju.environs.simplestreams searching for metadata in datasource "default simplestreams"
[LOG] 0:00.088 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson": cannot find URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.sjson" not found
[LOG] 0:00.088 DEBUG juju.environs.simplestreams streams/v1/index2.sjson not found, trying legacy index file
[LOG] 0:00.088 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": cannot find URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.088 DEBUG juju.environs.simplestreams cannot load index "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson": invalid URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index.sjson" not found
[LOG] 0:00.090 DEBUG juju.environs.simplestreams fetchData failed for "file:///tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json": cannot find URL "file:///tmp/check-8674665223082153551/5/tools/streams/v1/mirrors.json" not found
[LOG] 0:00.090 DEBUG juju.environs.simplestreams no mirror index file found
[LOG] 0:00.090 DEBUG juju.environs.simplestreams no mirror information available for { }: mirror data for "com.ubuntu.juju:released:tools" not found
[LOG] 0:00.090 DEBUG juju.environs.simplestreams read metadata index at "file:///tmp/check-8674665223082153551/5/tools/streams/v1/index2.json"
[LOG] 0:00.091 DEBUG juju.environs.simplestreams candidate matches for products ["com.ubuntu.juju:12.04:amd64" "com.ubuntu.juju:12.04:i386" "com.ubuntu.juju:12.04:armhf" "com.ubuntu.juju:12.04:arm64" "com.ubuntu.juju:12.04:ppc64el" "com.ubuntu.juju:13.04:amd64" "com.ubuntu.juju:13.04:i386" "com.ubuntu.juju:13.04:armhf" "com.ubuntu.juju:13.04:arm64" "com.ubuntu.juju:13.04:ppc64el" "com.ubuntu.juju:13.10:amd64" "com.ubuntu.juju:13.10:i386" "com.ubuntu.juju:13.10:armhf" "com.ubuntu.juju:13.10:arm64" "com.ubuntu.juju:13.10:ppc64el" "com.ubuntu.juju:14.10:amd64" "com.ubuntu.juju:14.10:i386" "com.ubuntu.juju:14.10:armhf" "com.ubuntu.juju:14.10:arm64" "com.ubuntu.juju:14.10:ppc64el" "com.ubuntu.juju:win2012hvr2:amd64" "com.ubuntu.juju:win2012hvr2:i386" "com.ubuntu.juju:win2012hvr2:armhf" "com.ubuntu.juju:win2012hvr2:arm64" "com.ubuntu.juju:win2012hvr2:ppc64el" "com.ubuntu.juju:12.10:amd64" "com.ubuntu.juju:12.10:i386" "com.ubuntu.juju:12.10:armhf" "com.ubuntu.juju:12.10:arm64" "com.ubuntu.juju:12.10:ppc64el" "com.ubuntu.juju:15.04:amd64" "com.ubuntu.juju:15.04:i386" "com.ubuntu.juju:15.04:armhf" "com.ubuntu.juju:15.04:arm64" "com.ubuntu.juju:15.04:ppc64el" "com.ubuntu.juju:win7:amd64" "com.ubuntu.juju:win7:i386" "com.ubuntu.juju:win7:armhf" "com.ubuntu.juju:win7:arm64" "com.ubuntu.juju:win7:ppc64el" "com.ubuntu.juju:win8:amd64" "com.ubuntu.juju:win8:i386" "com.ubuntu.juju:win8:armhf" "com.ubuntu.juju:win8:arm64" "com.ubuntu.juju:win8:ppc64el" "com.ubuntu.juju:14.04:amd64" "com.ubuntu.juju:14.04:i386" "com.ubuntu.juju:14.04:armhf" "com.ubuntu.juju:14.04:arm64" "com.ubuntu.juju:14.04:ppc64el" "com.ubuntu.juju:win81:amd64" "com.ubuntu.juju:win81:i386" "com.ubuntu.juju:win81:armhf" "com.ubuntu.juju:win81:arm64" "com.ubuntu.juju:win81:ppc64el" "com.ubuntu.juju:7:amd64" "com.ubuntu.juju:7:i386" "com.ubuntu.juju:7:armhf" "com.ubuntu.juju:7:arm64" "com.ubuntu.juju:7:ppc64el" "com.ubuntu.juju:win2012hv:amd64" "com.ubuntu.juju:win2012hv:i386" "com.ubuntu.juju:win2012hv:armhf" "com.ubuntu.juju:win2012hv:arm64" "com.ubuntu.juju:win2012hv:ppc64el" "com.ubuntu.juju:win2012r2:amd64" "com.ubuntu.juju:win2012r2:i386" "com.ubuntu.juju:win2012r2:armhf" "com.ubuntu.juju:win2012r2:arm64" "com.ubuntu.juju:win2012r2:ppc64el" "com.ubuntu.juju:win2012:amd64" "com.ubuntu.juju:win2012:i386" "com.ubuntu.juju:win2012:armhf" "com.ubuntu.juju:win2012:arm64" "com.ubuntu.juju:win2012:ppc64el"] are [{Wed, 01 Apr 2015 13:41:49 +0300 products:1.0 content-download [] streams/v1/com.ubuntu.juju-released-tools.json [com.ubuntu.juju:12.04:amd64 com.ubuntu.juju:14.04:amd64 com.ubuntu.juju:14.10:amd64]}]
[LOG] 0:00.091 DEBUG juju.environs.simplestreams finding products at path "streams/v1/com.ubuntu.juju-released-tools.json"
[LOG] 0:00.091 DEBUG juju.environs.simplestreams metadata: &{map[com.ubuntu.juju:12.04:amd64:{ 1.24-alpha1 amd64 map[20150401:0xc210201b40]} com.ubuntu.juju:14.04:amd64:{ 1.24-alpha1 amd64 map[20150401:0xc210201c60]} com.ubuntu.juju:14.10:amd64:{ 1.24-alpha1 amd64 map[20150401:0xc210201d80]}] map[] Wed, 01 Apr 2015 13:41:49 +0300 products:1.0 com.ubuntu.juju:released:tools }
[LOG] 0:00.119 INFO juju.network setting prefer-ipv6 to true
[LOG] 0:00.119 INFO juju.provider.dummy would pick tools from 1.24-alpha1-trusty-amd64
[LOG] 0:00.119 INFO juju.provider.dummy creating bootstrap instance
[LOG] 0:00.120 INFO juju.state opening state, mongo addresses: ["[::1]:56813" "localhost:56813"]; entity <nil>
[LOG] 0:00.120 DEBUG juju.state dialing mongo
[LOG] 0:00.121 INFO juju.mongo dialled mongo successfully on address "[::1]:56813"
[LOG] 0:00.121 INFO juju.mongo dialled mongo successfully on address "127.0.0.1:56813"
[LOG] 0:00.121 DEBUG juju.state connection established
[LOG] 0:00.214 INFO juju.state initializing environment, owner: "dummy-admin@local"
[LOG] 0:00.214 INFO juju.state info: &mongo.MongoInfo{Info:mongo.Info{Addrs:[]string{"[::1]:56813", "localhost:56813"}, CACert:"-----BEGIN CERTIFICATE-----\nMIIB5DCCAZCgAwIBAgIBADALBgkqhkiG9w0BAQUwSjENMAsGA1UEChMEanVqdTE5\nMDcGA1UEAwwwanVqdS1nZW5lcmF0ZWQgQ0EgZm9yIGVudmlyb25tZW50ICJqdWp1\nIHRlc3RpbmciMB4XDTE1MDMyNTEwNDE0OVoXDTI1MDQwMTEwNDE0OVowSjENMAsG\nA1UEChMEanVqdTE5MDcGA1UEAwwwanVqdS1nZW5lcmF0ZWQgQ0EgZm9yIGVudmly\nb25tZW50ICJqdWp1IHRlc3RpbmciMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAK/A\nCQyyWXFdd2rHpOp+B3uTKkV7hDVnsSsvU385AOkFXWgVOtAikZpXjU3xhmx+PDse\nWaGbU8jPePfBYkezx5UCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgCkMA8GA1UdEwEB\n/wQFMAMBAf8wHQYDVR0OBBYEFPjusZe0xXNJ6PtHAGSHwv6mxwP4MB8GA1UdIwQY\nMBaAFPjusZe0xXNJ6PtHAGSHwv6mxwP4MAsGCSqGSIb3DQEBBQNBAEAYCCdKBr1r\nnjYesOhOg27T1Ox3NIK6bSC0uqyzf6L/VuU93TKMos45YtLyhKSGLQTm+6F1le3Z\n45LR3hEgpN0=\n-----END CERTIFICATE-----\n"}, Tag:names.Tag(nil), Password:""}
[LOG] 0:00.214 INFO juju.state starting presence watcher
[LOG] 0:00.216 INFO juju.mongo dialled mongo successfully on address "127.0.0.1:56813"
[LOG] 0:00.274 DEBUG juju.provider.dummy setting password for "dummy-admin" to "dummy-secret"
[LOG] 0:00.276 INFO juju.apiserver listening on "[::]:35974"
[LOG] 0:00.285 INFO juju.environs.bootstrap newest version: 1.24-alpha1
[LOG] 0:00.285 INFO juju.environs.bootstrap picked bootstrap tools version: 1.24-alpha1
[LOG] 0:00.285 INFO juju.state opening state, mongo addresses: ["[::1]:56813" "localhost:56813"]; entity <nil>
[LOG] 0:00.285 DEBUG juju.state dialing mongo
[LOG] 0:00.302 INFO juju.mongo dialled mongo successfully on address "127.0.0.1:56813"
[LOG] 0:00.302 INFO juju.mongo dialled mongo successfully on address "[::1]:56813"
[LOG] 0:00.303 DEBUG juju.state connection established
[LOG] 0:00.348 DEBUG juju.environs StateServerInstances returned: [localhost]
[LOG] 0:00.348 INFO juju.api dialing "wss://localhost:35974/environment/deadbeef-0bad-400d-8000-4b1d0d06f00d/api"
[LOG] 0:00.348 INFO juju.mongo dialled mongo successfully on address "127.0.0.1:56813"
[LOG] 0:00.355 INFO juju.apiserver [1] API connection from 127.0.0.1:58442
[LOG] 0:00.355 DEBUG juju.apiserver validate env uuid: state server environment - deadbeef-0bad-400d-8000-4b1d0d06f00d
[LOG] 0:00.355 INFO juju.api connection established to "wss://localhost:35974/environment/deadbeef-0bad-400d-8000-4b1d0d06f00d/api"
[LOG] 0:00.355 DEBUG juju.apiserver <- [1] <unknown> {"RequestId":1,"Type":"Admin","Version":2,"Request":"Login","Params":"'params redacted'"}
[LOG] 0:00.359 DEBUG juju.apiserver hostPorts: []
[LOG] 0:00.359 DEBUG juju.apiserver -> [1] user-dummy-admin@local 4.311609ms {"RequestId":1,"Response":"'body redacted'"} Admin[""].Login
[LOG] 0:00.362 DEBUG juju.state setting API hostPorts: [[localhost:35974]]
[LOG] 0:00.363 DEBUG juju.environs.configstore writing jenv file
[LOG] 0:00.363 DEBUG juju.environs.configstore writing jenv file to /tmp/check-8674665223082153551/2/home/ubuntu/.juju/environments/dummyenv.jenv
jenv host ports: [][]network.HostPort{[]network.HostPort{localhost:35974}}
[LOG] 0:00.455 DEBUG juju.environs StateServerInstances returned: [localhost]
[LOG] 0:00.456 INFO juju.api dialing "wss://localhost:35974/environment/deadbeef-0bad-400d-8000-4b1d0d06f00d/api"
[LOG] 0:00.463 INFO juju.apiserver [2] API connection from 127.0.0.1:58444
[LOG] 0:00.463 DEBUG juju.apiserver validate env uuid: state server environment - deadbeef-0bad-400d-8000-4b1d0d06f00d
[LOG] 0:00.463 INFO juju.api connection established to "wss://localhost:35974/environment/deadbeef-0bad-400d-8000-4b1d0d06f00d/api"
[LOG] 0:00.463 DEBUG juju.apiserver <- [2] <unknown> {"RequestId":1,"Type":"Admin","Version":2,"Request":"Login","Params":"'params redacted'"}
[LOG] 0:00.616 DEBUG juju.apiserver hostPorts: [[localhost:35974]]
[LOG] 0:00.617 DEBUG juju.apiserver -> [2] machine-0 153.689015ms {"RequestId":1,"Response":"'body redacted'"} Admin[""].Login
[LOG] 0:00.727 DEBUG juju.apiserver <- [2] machine-0 {"RequestId":3,"Type":"Networker","Request":"MachineNetworkConfig","Params":"'params redacted'"}
[LOG] 0:00.729 DEBUG juju.apiserver -> [2] machine-0 2.465852ms {"RequestId":3,"Response":"'body redacted'"} Networker[""].MachineNetworkConfig
networker_test.go:281:
c.Assert(results, gc.DeepEquals, expectedMachineInfo)
... obtained []network.InterfaceInfo = []network.InterfaceInfo{network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f0", CIDR:"0.1.2.0/24", NetworkName:"net1", ProviderId:"net1", ProviderSubnetId:"", VLANTag:0, InterfaceName:"eth0", Disabled:false, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}, network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f0", CIDR:"0.3.2.0/24", NetworkName:"vlan69", ProviderId:"vlan69", ProviderSubnetId:"", VLANTag:69, InterfaceName:"eth0", Disabled:false, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}, network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f1", CIDR:"0.1.2.0/24", NetworkName:"net1", ProviderId:"net1", ProviderSubnetId:"", VLANTag:0, InterfaceName:"eth1", Disabled:false, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}, network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f1", CIDR:"0.2.2.0/24", NetworkName:"vlan42", ProviderId:"vlan42", ProviderSubnetId:"", VLANTag:42, InterfaceName:"eth1", Disabled:false, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}, network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f2", CIDR:"0.5.2.0/24", NetworkName:"net2", ProviderId:"net2", ProviderSubnetId:"", VLANTag:0, InterfaceName:"eth2", Disabled:true, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}}
... expected []network.InterfaceInfo = []network.InterfaceInfo{network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f0", CIDR:"0.1.2.0/24", NetworkName:"net1", ProviderId:"net1", ProviderSubnetId:"", VLANTag:0, InterfaceName:"eth0", Disabled:false, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}, network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f1", CIDR:"0.1.2.0/24", NetworkName:"net1", ProviderId:"net1", ProviderSubnetId:"", VLANTag:0, InterfaceName:"eth1", Disabled:false, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}, network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f1", CIDR:"0.2.2.0/24", NetworkName:"vlan42", ProviderId:"vlan42", ProviderSubnetId:"", VLANTag:42, InterfaceName:"eth1", Disabled:false, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}, network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f0", CIDR:"0.3.2.0/24", NetworkName:"vlan69", ProviderId:"vlan69", ProviderSubnetId:"", VLANTag:69, InterfaceName:"eth0", Disabled:false, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}, network.InterfaceInfo{DeviceIndex:0, MACAddress:"aa:bb:cc:dd:ee:f2", CIDR:"0.5.2.0/24", NetworkName:"net2", ProviderId:"net2", ProviderSubnetId:"", VLANTag:0, InterfaceName:"eth2", Disabled:true, NoAutoStart:false, ConfigType:"", Address:, DNSServers:[]network.Address(nil), GatewayAddress:, ExtraConfig:map[string]string(nil)}}
[LOG] 0:00.732 INFO juju.provider.dummy reset environment
[LOG] 0:00.732 INFO juju.apiserver [1] user-dummy-admin@local API connection terminated after 377.68683ms
[LOG] 0:00.733 INFO juju.apiserver [2] machine-0 API connection terminated after 270.664919ms
[LOG] 0:00.736 INFO juju.testing reset successfully reset admin password
[LOG] 0:00.742 INFO juju.testing reset successfully reset admin password
[LOG] 0:00.744 INFO juju.testing reset successfully reset admin password
OOPS: 4 passed, 1 FAILED
--- FAIL: TestAll (4.91 seconds)
FAIL
FAIL github.com/juju/juju/api/networker 5.038s
|