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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246 | ubuntu@admin-sb6:~$ rm -rf go
ubuntu@admin-sb6:~$ mkdir -p go/bin
ubuntu@admin-sb6:~$ mkdir -p go/src/github.com/juju
ubuntu@admin-sb6:~$ cd $_
ubuntu@admin-sb6:~/go/src/github.com/juju$ git clone https://github.com/juju/juju
Cloning into 'juju'...
remote: Counting objects: 211410, done.
remote: Compressing objects: 100% (163/163), done.
remote: Total 211410 (delta 92), reused 0 (delta 0), pack-reused 211247
Receiving objects: 100% (211410/211410), 55.12 MiB | 6.60 MiB/s, done.
Resolving deltas: 100% (163581/163581), done.
Checking connectivity... done.
ubuntu@admin-sb6:~/go/src/github.com/juju$ echo $GOPATH
/home/ubuntu/go
ubuntu@admin-sb6:~/go/src/github.com/juju$ echo $PATH
/home/ubuntu/go/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
ubuntu@admin-sb6:~/go/src/github.com/juju$ git checkout -b 1.24 origin/1.24
fatal: Not a git repository (or any of the parent directories): .git
ubuntu@admin-sb6:~/go/src/github.com/juju$ cd juju/
ubuntu@admin-sb6:~/go/src/github.com/juju/juju$ git checkout -b 1.24 origin/1.24
Branch 1.24 set up to track remote branch 1.24 from origin.
Switched to a new branch '1.24'
ubuntu@admin-sb6:~/go/src/github.com/juju/juju$ cd
ubuntu@admin-sb6:~$ go get -v -d github.com/juju/juju/...
github.com/coreos/go-systemd (download)
github.com/godbus/dbus (download)
github.com/dustin/go-humanize (download)
github.com/juju/blobstore (download)
github.com/juju/errors (download)
github.com/juju/loggo (download)
github.com/juju/txn (download)
Fetching https://gopkg.in/mgo.v2?go-get=1
Parsing meta tags from https://gopkg.in/mgo.v2?go-get=1 (status code 200)
get "gopkg.in/mgo.v2": found meta tag main.metaImport{Prefix:"gopkg.in/mgo.v2", VCS:"git", RepoRoot:"https://gopkg.in/mgo.v2"} at https://gopkg.in/mgo.v2?go-get=1
gopkg.in/mgo.v2 (download)
Fetching https://gopkg.in/mgo.v2/bson?go-get=1
Parsing meta tags from https://gopkg.in/mgo.v2/bson?go-get=1 (status code 200)
get "gopkg.in/mgo.v2/bson": found meta tag main.metaImport{Prefix:"gopkg.in/mgo.v2", VCS:"git", RepoRoot:"https://gopkg.in/mgo.v2"} at https://gopkg.in/mgo.v2/bson?go-get=1
get "gopkg.in/mgo.v2/bson": verifying non-authoritative meta tag
Fetching https://gopkg.in/mgo.v2?go-get=1
Parsing meta tags from https://gopkg.in/mgo.v2?go-get=1 (status code 200)
Fetching https://gopkg.in/mgo.v2/txn?go-get=1
Parsing meta tags from https://gopkg.in/mgo.v2/txn?go-get=1 (status code 200)
get "gopkg.in/mgo.v2/txn": found meta tag main.metaImport{Prefix:"gopkg.in/mgo.v2", VCS:"git", RepoRoot:"https://gopkg.in/mgo.v2"} at https://gopkg.in/mgo.v2/txn?go-get=1
get "gopkg.in/mgo.v2/txn": verifying non-authoritative meta tag
Fetching https://gopkg.in/mgo.v2?go-get=1
Parsing meta tags from https://gopkg.in/mgo.v2?go-get=1 (status code 200)
github.com/juju/utils (download)
Fetching https://golang.org/x/crypto/pbkdf2?go-get=1
Parsing meta tags from https://golang.org/x/crypto/pbkdf2?go-get=1 (status code 200)
get "golang.org/x/crypto/pbkdf2": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/pbkdf2?go-get=1
get "golang.org/x/crypto/pbkdf2": verifying non-authoritative meta tag
Fetching https://golang.org/x/crypto?go-get=1
Parsing meta tags from https://golang.org/x/crypto?go-get=1 (status code 200)
golang.org/x/crypto (download)
Fetching https://gopkg.in/yaml.v1?go-get=1
Parsing meta tags from https://gopkg.in/yaml.v1?go-get=1 (status code 200)
get "gopkg.in/yaml.v1": found meta tag main.metaImport{Prefix:"gopkg.in/yaml.v1", VCS:"git", RepoRoot:"https://gopkg.in/yaml.v1"} at https://gopkg.in/yaml.v1?go-get=1
gopkg.in/yaml.v1 (download)
github.com/juju/cmd (download)
launchpad.net/gnuflag (download)
github.com/juju/names (download)
Fetching https://golang.org/x/crypto/ssh?go-get=1
Parsing meta tags from https://golang.org/x/crypto/ssh?go-get=1 (status code 200)
get "golang.org/x/crypto/ssh": found meta tag main.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/ssh?go-get=1
get "golang.org/x/crypto/ssh": verifying non-authoritative meta tag
Fetching https://golang.org/x/crypto?go-get=1
Parsing meta tags from https://golang.org/x/crypto?go-get=1 (status code 200)
github.com/juju/schema (download)
Fetching https://gopkg.in/juju/charm.v5?go-get=1
Parsing meta tags from https://gopkg.in/juju/charm.v5?go-get=1 (status code 200)
get "gopkg.in/juju/charm.v5": found meta tag main.metaImport{Prefix:"gopkg.in/juju/charm.v5", VCS:"git", RepoRoot:"https://gopkg.in/juju/charm.v5"} at https://gopkg.in/juju/charm.v5?go-get=1
gopkg.in/juju/charm.v5 (download)
github.com/juju/gojsonschema (download)
github.com/juju/gojsonreference (download)
github.com/juju/gojsonpointer (download)
Fetching https://gopkg.in/juju/charm.v5/charmrepo?go-get=1
Parsing meta tags from https://gopkg.in/juju/charm.v5/charmrepo?go-get=1 (status code 200)
get "gopkg.in/juju/charm.v5/charmrepo": found meta tag main.metaImport{Prefix:"gopkg.in/juju/charm.v5", VCS:"git", RepoRoot:"https://gopkg.in/juju/charm.v5"} at https://gopkg.in/juju/charm.v5/charmrepo?go-get=1
get "gopkg.in/juju/charm.v5/charmrepo": verifying non-authoritative meta tag
Fetching https://gopkg.in/juju/charm.v5?go-get=1
Parsing meta tags from https://gopkg.in/juju/charm.v5?go-get=1 (status code 200)
Fetching https://gopkg.in/errgo.v1?go-get=1
Parsing meta tags from https://gopkg.in/errgo.v1?go-get=1 (status code 200)
get "gopkg.in/errgo.v1": found meta tag main.metaImport{Prefix:"gopkg.in/errgo.v1", VCS:"git", RepoRoot:"https://gopkg.in/errgo.v1"} at https://gopkg.in/errgo.v1?go-get=1
gopkg.in/errgo.v1 (download)
Fetching https://gopkg.in/juju/charmstore.v4/csclient?go-get=1
Parsing meta tags from https://gopkg.in/juju/charmstore.v4/csclient?go-get=1 (status code 200)
get "gopkg.in/juju/charmstore.v4/csclient": found meta tag main.metaImport{Prefix:"gopkg.in/juju/charmstore.v4", VCS:"git", RepoRoot:"https://gopkg.in/juju/charmstore.v4"} at https://gopkg.in/juju/charmstore.v4/csclient?go-get=1
get "gopkg.in/juju/charmstore.v4/csclient": verifying non-authoritative meta tag
Fetching https://gopkg.in/juju/charmstore.v4?go-get=1
Parsing meta tags from https://gopkg.in/juju/charmstore.v4?go-get=1 (status code 200)
gopkg.in/juju/charmstore.v4 (download)
Fetching https://gopkg.in/juju/charmstore.v4/params?go-get=1
Parsing meta tags from https://gopkg.in/juju/charmstore.v4/params?go-get=1 (status code 200)
get "gopkg.in/juju/charmstore.v4/params": found meta tag main.metaImport{Prefix:"gopkg.in/juju/charmstore.v4", VCS:"git", RepoRoot:"https://gopkg.in/juju/charmstore.v4"} at https://gopkg.in/juju/charmstore.v4/params?go-get=1
get "gopkg.in/juju/charmstore.v4/params": verifying non-authoritative meta tag
Fetching https://gopkg.in/juju/charmstore.v4?go-get=1
Parsing meta tags from https://gopkg.in/juju/charmstore.v4?go-get=1 (status code 200)
Fetching https://gopkg.in/macaroon-bakery.v0/httpbakery?go-get=1
Parsing meta tags from https://gopkg.in/macaroon-bakery.v0/httpbakery?go-get=1 (status code 200)
get "gopkg.in/macaroon-bakery.v0/httpbakery": found meta tag main.metaImport{Prefix:"gopkg.in/macaroon-bakery.v0", VCS:"git", RepoRoot:"https://gopkg.in/macaroon-bakery.v0"} at https://gopkg.in/macaroon-bakery.v0/httpbakery?go-get=1
get "gopkg.in/macaroon-bakery.v0/httpbakery": verifying non-authoritative meta tag
Fetching https://gopkg.in/macaroon-bakery.v0?go-get=1
Parsing meta tags from https://gopkg.in/macaroon-bakery.v0?go-get=1 (status code 200)
gopkg.in/macaroon-bakery.v0 (download)
Fetching https://golang.org/x/net/publicsuffix?go-get=1
Parsing meta tags from https://golang.org/x/net/publicsuffix?go-get=1 (status code 200)
get "golang.org/x/net/publicsuffix": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/publicsuffix?go-get=1
get "golang.org/x/net/publicsuffix": verifying non-authoritative meta tag
Fetching https://golang.org/x/net?go-get=1
Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200)
golang.org/x/net (download)
Fetching https://gopkg.in/macaroon.v1?go-get=1
Parsing meta tags from https://gopkg.in/macaroon.v1?go-get=1 (status code 200)
get "gopkg.in/macaroon.v1": found meta tag main.metaImport{Prefix:"gopkg.in/macaroon.v1", VCS:"git", RepoRoot:"https://gopkg.in/macaroon.v1"} at https://gopkg.in/macaroon.v1?go-get=1
gopkg.in/macaroon.v1 (download)
launchpad.net/tomb (download)
Fetching https://golang.org/x/net/websocket?go-get=1
Parsing meta tags from https://golang.org/x/net/websocket?go-get=1 (status code 200)
get "golang.org/x/net/websocket": found meta tag main.metaImport{Prefix:"golang.org/x/net", VCS:"git", RepoRoot:"https://go.googlesource.com/net"} at https://golang.org/x/net/websocket?go-get=1
get "golang.org/x/net/websocket": verifying non-authoritative meta tag
Fetching https://golang.org/x/net?go-get=1
Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200)
github.com/juju/replicaset (download)
github.com/bmizerany/pat (download)
Fetching https://gopkg.in/natefinch/npipe.v2?go-get=1
Parsing meta tags from https://gopkg.in/natefinch/npipe.v2?go-get=1 (status code 200)
get "gopkg.in/natefinch/npipe.v2": found meta tag main.metaImport{Prefix:"gopkg.in/natefinch/npipe.v2", VCS:"git", RepoRoot:"https://gopkg.in/natefinch/npipe.v2"} at https://gopkg.in/natefinch/npipe.v2?go-get=1
gopkg.in/natefinch/npipe.v2 (download)
Fetching https://gopkg.in/check.v1?go-get=1
Parsing meta tags from https://gopkg.in/check.v1?go-get=1 (status code 200)
get "gopkg.in/check.v1": found meta tag main.metaImport{Prefix:"gopkg.in/check.v1", VCS:"git", RepoRoot:"https://gopkg.in/check.v1"} at https://gopkg.in/check.v1?go-get=1
gopkg.in/check.v1 (download)
github.com/juju/testing (download)
github.com/juju/httpprof (download)
github.com/juju/jujusvg (download)
github.com/ajstarks/svgo (download)
github.com/juju/xml (download)
github.com/altoros/gosigma (download)
github.com/joyent/gocommon (download)
github.com/joyent/gosign (download)
github.com/joyent/gomanta (download)
github.com/joyent/gosdc (download)
github.com/juju/govmomi (download)
launchpad.net/golxc (download)
launchpad.net/gwacl (download)
Fetching https://gopkg.in/amz.v3/aws?go-get=1
Parsing meta tags from https://gopkg.in/amz.v3/aws?go-get=1 (status code 200)
get "gopkg.in/amz.v3/aws": found meta tag main.metaImport{Prefix:"gopkg.in/amz.v3", VCS:"git", RepoRoot:"https://gopkg.in/amz.v3"} at https://gopkg.in/amz.v3/aws?go-get=1
get "gopkg.in/amz.v3/aws": verifying non-authoritative meta tag
Fetching https://gopkg.in/amz.v3?go-get=1
Parsing meta tags from https://gopkg.in/amz.v3?go-get=1 (status code 200)
gopkg.in/amz.v3 (download)
Fetching https://gopkg.in/amz.v3/ec2?go-get=1
Parsing meta tags from https://gopkg.in/amz.v3/ec2?go-get=1 (status code 200)
get "gopkg.in/amz.v3/ec2": found meta tag main.metaImport{Prefix:"gopkg.in/amz.v3", VCS:"git", RepoRoot:"https://gopkg.in/amz.v3"} at https://gopkg.in/amz.v3/ec2?go-get=1
get "gopkg.in/amz.v3/ec2": verifying non-authoritative meta tag
Fetching https://gopkg.in/amz.v3?go-get=1
Parsing meta tags from https://gopkg.in/amz.v3?go-get=1 (status code 200)
Fetching https://gopkg.in/amz.v3/s3?go-get=1
Parsing meta tags from https://gopkg.in/amz.v3/s3?go-get=1 (status code 200)
get "gopkg.in/amz.v3/s3": found meta tag main.metaImport{Prefix:"gopkg.in/amz.v3", VCS:"git", RepoRoot:"https://gopkg.in/amz.v3"} at https://gopkg.in/amz.v3/s3?go-get=1
get "gopkg.in/amz.v3/s3": verifying non-authoritative meta tag
Fetching https://gopkg.in/amz.v3?go-get=1
Parsing meta tags from https://gopkg.in/amz.v3?go-get=1 (status code 200)
Fetching https://golang.org/x/oauth2?go-get=1
Parsing meta tags from https://golang.org/x/oauth2?go-get=1 (status code 200)
get "golang.org/x/oauth2": found meta tag main.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2?go-get=1
golang.org/x/oauth2 (download)
Fetching https://golang.org/x/oauth2/google?go-get=1
Parsing meta tags from https://golang.org/x/oauth2/google?go-get=1 (status code 200)
get "golang.org/x/oauth2/google": found meta tag main.metaImport{Prefix:"golang.org/x/oauth2", VCS:"git", RepoRoot:"https://go.googlesource.com/oauth2"} at https://golang.org/x/oauth2/google?go-get=1
get "golang.org/x/oauth2/google": verifying non-authoritative meta tag
Fetching https://golang.org/x/oauth2?go-get=1
Parsing meta tags from https://golang.org/x/oauth2?go-get=1 (status code 200)
Fetching https://google.golang.org/cloud/compute/metadata?go-get=1
Parsing meta tags from https://google.golang.org/cloud/compute/metadata?go-get=1 (status code 200)
get "google.golang.org/cloud/compute/metadata": found meta tag main.metaImport{Prefix:"google.golang.org/cloud", VCS:"git", RepoRoot:"https://code.googlesource.com/gocloud"} at https://google.golang.org/cloud/compute/metadata?go-get=1
get "google.golang.org/cloud/compute/metadata": verifying non-authoritative meta tag
Fetching https://google.golang.org/cloud?go-get=1
Parsing meta tags from https://google.golang.org/cloud?go-get=1 (status code 200)
google.golang.org/cloud (download)
Fetching https://google.golang.org/api/compute/v1?go-get=1
Parsing meta tags from https://google.golang.org/api/compute/v1?go-get=1 (status code 200)
get "google.golang.org/api/compute/v1": found meta tag main.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/compute/v1?go-get=1
get "google.golang.org/api/compute/v1": verifying non-authoritative meta tag
Fetching https://google.golang.org/api?go-get=1
Parsing meta tags from https://google.golang.org/api?go-get=1 (status code 200)
google.golang.org/api (download)
Fetching https://google.golang.org/api/googleapi?go-get=1
Parsing meta tags from https://google.golang.org/api/googleapi?go-get=1 (status code 200)
get "google.golang.org/api/googleapi": found meta tag main.metaImport{Prefix:"google.golang.org/api", VCS:"git", RepoRoot:"https://code.googlesource.com/google-api-go-client"} at https://google.golang.org/api/googleapi?go-get=1
get "google.golang.org/api/googleapi": verifying non-authoritative meta tag
Fetching https://google.golang.org/api?go-get=1
Parsing meta tags from https://google.golang.org/api?go-get=1 (status code 200)
launchpad.net/gomaasapi (download)
Fetching https://gopkg.in/goose.v1/cinder?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1/cinder?go-get=1 (status code 200)
get "gopkg.in/goose.v1/cinder": found meta tag main.metaImport{Prefix:"gopkg.in/goose.v1", VCS:"git", RepoRoot:"https://gopkg.in/goose.v1"} at https://gopkg.in/goose.v1/cinder?go-get=1
get "gopkg.in/goose.v1/cinder": verifying non-authoritative meta tag
Fetching https://gopkg.in/goose.v1?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1?go-get=1 (status code 200)
gopkg.in/goose.v1 (download)
Fetching https://gopkg.in/goose.v1/client?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1/client?go-get=1 (status code 200)
get "gopkg.in/goose.v1/client": found meta tag main.metaImport{Prefix:"gopkg.in/goose.v1", VCS:"git", RepoRoot:"https://gopkg.in/goose.v1"} at https://gopkg.in/goose.v1/client?go-get=1
get "gopkg.in/goose.v1/client": verifying non-authoritative meta tag
Fetching https://gopkg.in/goose.v1?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1?go-get=1 (status code 200)
Fetching https://gopkg.in/goose.v1/errors?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1/errors?go-get=1 (status code 200)
get "gopkg.in/goose.v1/errors": found meta tag main.metaImport{Prefix:"gopkg.in/goose.v1", VCS:"git", RepoRoot:"https://gopkg.in/goose.v1"} at https://gopkg.in/goose.v1/errors?go-get=1
get "gopkg.in/goose.v1/errors": verifying non-authoritative meta tag
Fetching https://gopkg.in/goose.v1?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1?go-get=1 (status code 200)
Fetching https://gopkg.in/goose.v1/identity?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1/identity?go-get=1 (status code 200)
get "gopkg.in/goose.v1/identity": found meta tag main.metaImport{Prefix:"gopkg.in/goose.v1", VCS:"git", RepoRoot:"https://gopkg.in/goose.v1"} at https://gopkg.in/goose.v1/identity?go-get=1
get "gopkg.in/goose.v1/identity": verifying non-authoritative meta tag
Fetching https://gopkg.in/goose.v1?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1?go-get=1 (status code 200)
Fetching https://gopkg.in/goose.v1/nova?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1/nova?go-get=1 (status code 200)
get "gopkg.in/goose.v1/nova": found meta tag main.metaImport{Prefix:"gopkg.in/goose.v1", VCS:"git", RepoRoot:"https://gopkg.in/goose.v1"} at https://gopkg.in/goose.v1/nova?go-get=1
get "gopkg.in/goose.v1/nova": verifying non-authoritative meta tag
Fetching https://gopkg.in/goose.v1?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1?go-get=1 (status code 200)
Fetching https://gopkg.in/goose.v1/swift?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1/swift?go-get=1 (status code 200)
get "gopkg.in/goose.v1/swift": found meta tag main.metaImport{Prefix:"gopkg.in/goose.v1", VCS:"git", RepoRoot:"https://gopkg.in/goose.v1"} at https://gopkg.in/goose.v1/swift?go-get=1
get "gopkg.in/goose.v1/swift": verifying non-authoritative meta tag
Fetching https://gopkg.in/goose.v1?go-get=1
Parsing meta tags from https://gopkg.in/goose.v1?go-get=1 (status code 200)
github.com/juju/persistent-cookiejar (download)
github.com/juju/syslog (download)
github.com/juju/ratelimit (download)
Fetching https://gopkg.in/natefinch/lumberjack.v2?go-get=1
Parsing meta tags from https://gopkg.in/natefinch/lumberjack.v2?go-get=1 (status code 200)
get "gopkg.in/natefinch/lumberjack.v2": found meta tag main.metaImport{Prefix:"gopkg.in/natefinch/lumberjack.v2", VCS:"git", RepoRoot:"https://gopkg.in/natefinch/lumberjack.v2"} at https://gopkg.in/natefinch/lumberjack.v2?go-get=1
gopkg.in/natefinch/lumberjack.v2 (download)
ubuntu@admin-sb6:~$ go install github.com/juju/juju/...
# gopkg.in/juju/charmstore.v4/internal/v4
go/src/gopkg.in/juju/charmstore.v4/internal/v4/content.go:40: not enough arguments in call to jujusvg.NewFromBundle
# google.golang.org/cloud/compute/metadata
go/src/google.golang.org/cloud/compute/metadata/metadata.go:54: unknown net.Dialer field 'KeepAlive' in struct literal
|