Ubuntu Pastebin

Paste from aim at Thu, 17 Dec 2015 11:57:25 +0000

Download as text
 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
ok  	github.com/juju/juju/cmd/juju/commands	204.559s
ok  	github.com/juju/juju/cmd/juju/common	0.193s
ok  	github.com/juju/juju/cmd/juju/environment	0.362s
?   	github.com/juju/juju/cmd/juju/helptopics	[no test files]
ok  	github.com/juju/juju/cmd/juju/machine	0.346s
ok  	github.com/juju/juju/cmd/juju/service	0.271s
ok  	github.com/juju/juju/cmd/juju/space	0.235s
ok  	github.com/juju/juju/cmd/juju/status	40.249s
ok  	github.com/juju/juju/cmd/juju/storage	0.134s
ok  	github.com/juju/juju/cmd/juju/subnet	0.192s
ok  	github.com/juju/juju/cmd/juju/system	10.599s
ok  	github.com/juju/juju/cmd/juju/user	0.236s
ok  	github.com/juju/juju/cmd/jujud	7.410s
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x60ece1]

goroutine 15206 [running]:
runtime.panic(0x15c6360, 0x35fda08)
	/usr/lib/go/src/pkg/runtime/panic.c:266 +0xb6
github.com/juju/juju/environs/config.(*Config).mustString(0x0, 0x18562a0, 0x4, 0x2b136fc03ef8, 0xc210a67690)
	/home/aim/go/src/github.com/juju/juju/environs/config/config.go:756 +0x31
github.com/juju/juju/environs/config.(*Config).Type(0x0, 0xb0501b, 0xc21026ff20)
	/home/aim/go/src/github.com/juju/juju/environs/config/config.go:776 +0x3b
github.com/juju/juju/environs.New(0x0, 0x0, 0x2b136fc03ef8, 0xc210a67690, 0xc20ff9b170)
	/home/aim/go/src/github.com/juju/juju/environs/open.go:146 +0x27
github.com/juju/juju/apiserver/imagemetadata.(*API).retrievePublished(0xc21050f5c0, 0x421aba, 0x11ed680, 0x3, 0x2b1300000001, ...)
	/home/aim/go/src/github.com/juju/juju/apiserver/imagemetadata/metadata.go:166 +0x52
github.com/juju/juju/apiserver/imagemetadata.(*API).UpdateFromPublishedImages(0xc21050f5c0, 0x0, 0x0)
	/home/aim/go/src/github.com/juju/juju/apiserver/imagemetadata/metadata.go:155 +0x27
reflect.Value.call(0x16ae980, 0xc21050f5c0, 0x538, 0x182bf00, 0x4, ...)
	/usr/lib/go/src/pkg/reflect/value.go:474 +0xe0b
reflect.Value.Call(0x16ae980, 0xc21050f5c0, 0x538, 0x0, 0x0, ...)
	/usr/lib/go/src/pkg/reflect/value.go:345 +0x9d
github.com/juju/juju/rpc/rpcreflect.funcĀ·005(0x16ae980, 0xc21050f5c0, 0x160, 0x0, 0x0, ...)
	/home/aim/go/src/github.com/juju/juju/rpc/rpcreflect/type.go:306 +0x12f
github.com/juju/juju/apiserver.(*srvCaller).Call(0xc2109a83c0, 0x0, 0x0, 0x0, 0x0, ...)
	/home/aim/go/src/github.com/juju/juju/apiserver/root.go:123 +0xe3
github.com/juju/juju/rpc.(*Conn).runRequest(0xc2105cbc80, 0x2b136fc20a88, 0xc2109a83c0, 0x1c29390, 0x3f, ...)
	/home/aim/go/src/github.com/juju/juju/rpc/server.go:555 +0xd5
created by github.com/juju/juju/rpc.(*Conn).handleRequest
	/home/aim/go/src/github.com/juju/juju/rpc/server.go:484 +0x671
Download as text