Skip to content

Instantly share code, notes, and snippets.

=== received SIGQUIT ===
*** goroutine dump...
goroutine 1 [running]:
github.com/weaveworks/cortex/vendor/github.com/weaveworks/common/signals.SignalHandlerLoop(0x7fd2c8475028, 0xc4200106e0, 0x0, 0x0, 0x0)
/go/src/github.com/weaveworks/cortex/vendor/github.com/weaveworks/common/signals/signals.go:37 +0x35c
github.com/weaveworks/cortex/server.(*Server).Run(0xc4202cc1e0)
/go/src/github.com/weaveworks/cortex/server/server.go:110 +0x474
main.main()
/go/src/github.com/weaveworks/cortex/cmd/ingester/main.go:52 +0x473
This file has been truncated, but you can view the full file.
=== received SIGQUIT ===
*** goroutine dump...
goroutine 1 [running]:
github.com/weaveworks/cortex/vendor/github.com/weaveworks/common/signals.SignalHandlerLoop(0x7fad603dc168, 0xc4200106e0, 0x0, 0x0, 0x0)
/go/src/github.com/weaveworks/cortex/vendor/github.com/weaveworks/common/signals/signals.go:37 +0x35c
github.com/weaveworks/cortex/server.(*Server).Run(0xc4202c2690)
/go/src/github.com/weaveworks/cortex/server/server.go:110 +0x474
main.main()
/go/src/github.com/weaveworks/cortex/cmd/ingester/main.go:52 +0x473
This file has been truncated, but you can view the full file.
"=== received SIGQUIT ===\n*** goroutine dump...\ngoroutine 1 [running]:\ngithub.com/weaveworks/cortex/vendor/github.com/weaveworks/common/signals.SignalHandlerLoop(0x7fad603dc168, 0xc4200106e0, 0x0, 0x0, 0x0)\n\t/go/src/github.com/weaveworks/cortex/vendor/github.com/weaveworks/common/signals/signals.go:37 +0x35c\ngithub.com/weaveworks/cortex/server.(*Server).Run(0xc4202c2690)\n\t/go/src/github.com/weaveworks/cortex/server/server.go:110 +0x474\nmain.main()\n\t/go/src/github.com/weaveworks/cortex/cmd/ingester/main.go:52 +0x473\n\ngoroutine 17 [syscall, 13 minutes, locked to thread]:\nruntime.goexit()\n\t/usr/local/go/src/runtime/asm_amd64.s:2086 +0x1\n\ngoroutine 57 [semacquire, 13 minutes]:\nsync.runtime_notifyListWait(0xc42016bb50, 0x0)\n\t/usr/local/go/src/runtime/sema.go:267 +0x122\nsync.(*Cond).Wait(0xc42016bb40)\n\t/usr/local/go/src/sync/cond.go:57 +0x80\ngithub.com/weaveworks/cortex/util.(*PriorityQueue).Dequeue(0xc42016bb00, 0x0, 0x0)\n\t/go/src/github.com/weaveworks/cortex/util/priority_queue.go:96 +0
Toms-MacBook-Pro:go_src twilkie$ ssh default
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-24-generic x86_64)
* Documentation: https://help.ubuntu.com/
Last login: Thu Dec 10 11:05:14 2015 from 10.0.2.2
vagrant@ubuntu-14:~$ sudo wget -O /usr/local/bin/scope \
> https://github.com/weaveworks/scope/releases/download/latest_release/scope
--2015-12-14 10:51:05-- https://github.com/weaveworks/scope/releases/download/latest_release/scope
Resolving github.com (github.com)... 192.30.252.129
Connecting to github.com (github.com)|192.30.252.129|:443... connected.
{"Endpoint":{"Nodes":{";10.0.2.15;22":{"metadata":{"addr":"10.0.2.15","conntracked":"true","host_node_id":"ubuntu-14;\u003chost\u003e","pid":"11246","port":"22","procspied":"true","topology":"endpoint"},"sets":{"name":["scope.weave.local"]},"adjacency":null,"controls":{"timestamp":"0001-01-01T00:00:00Z"},"latest":{}},";10.0.2.15;4040":{"metadata":{"addr":"10.0.2.15","conntracked":"true","host_node_id":"ubuntu-14;\u003chost\u003e","pid":"13436","port":"4040","procspied":"true","topology":"endpoint"},"sets":{"name":["scope.weave.local"]},"adjacency":null,"controls":{"timestamp":"0001-01-01T00:00:00Z"},"latest":{}},";10.0.2.15;55950":{"metadata":{"addr":"10.0.2.15","conntracked":"true","copy_of":"ubuntu-14;172.17.3.57;55950","port":"55950","topology":"endpoint"},"adjacency":[";104.230.14.102;17"],"edges":{";104.230.14.102;17":{"max_conn_count_tcp":1}},"controls":{"timestamp":"0001-01-01T00:00:00Z"},"latest":{}},";10.0.2.15;55954":{"metadata":{"addr":"10.0.2.15","conntracked":"true","copy_of":"ubuntu-14;172.17.3.
goroutine profile: total 117
1 @ 0x6a4d58 0x6a4b33 0x6a0474 0x522d0e 0x522f20 0x488c3a 0x48a49d 0x48af5e 0x4886fe 0x46b7f1
# 0x6a4d58 runtime/pprof.writeRuntimeProfile+0xb8 /usr/local/go/src/runtime/pprof/pprof.go:545
# 0x6a4b33 runtime/pprof.writeGoroutine+0x93 /usr/local/go/src/runtime/pprof/pprof.go:507
# 0x6a0474 runtime/pprof.(*Profile).WriteTo+0xd4 /usr/local/go/src/runtime/pprof/pprof.go:236
# 0x522d0e net/http/pprof.handler.ServeHTTP+0x37e /usr/local/go/src/net/http/pprof/pprof.go:199
# 0x522f20 net/http/pprof.Index+0x200 /usr/local/go/src/net/http/pprof/pprof.go:211
# 0x488c3a net/http.HandlerFunc.ServeHTTP+0x3a /usr/local/go/src/net/http/server.go:1422
# 0x48a49d net/http.(*ServeMux).ServeHTTP+0x17d /usr/local/go/src/net/http/server.go:1699
# 0x48af5e net/http.serverHandler.ServeHTTP+0x19e /usr/local/go/src/net/http/server.go:1862
{
"Hostname": "users",
"Domainname": "weave.local.",
"Cmd": ["-session-secret", "3919365780a79e0658fde4d03e6945a080031ec077b88975898
f698c0d298395", "-email-uri", "smtp://smtp.weave.local:587", "-database-uri", "postgres://postgres@users-db.weave.local/weave_devgist
elopment?sslmode=disable"],
"Image": "51425501f6e0a9cf2dd315f0b44389ce4100e043d4b4be8425321fc5a5fc07b6",
"Entrypoint": null
}
vagrant@ubuntu-14:~/src/github.com/weaveworks/service/terraform$ docker logs weaveproxy
INFO: 2015/10/08 11:00:57.180746 weave proxy git-0ef548b9c90d
INFO: 2015/10/08 11:00:57.181458 Command line arguments: -H unix:///var/run/weave/weave.sock
INFO: 2015/10/08 11:00:57.308446 proxy listening on unix:///var/run/weave/weave.sock
INFO: 2015/10/08 11:01:09.433644 GET /_ping
INFO: 2015/10/08 11:01:09.444380 GET /images/json
INFO: 2015/10/08 11:01:12.865508 GET /containers/json?all=1
INFO: 2015/10/08 11:01:12.894350 GET /containers/c9a5b7c8cfb353415625210a4181a0f604be86c3a0865f5d5721c18364a6e239/json
INFO: 2015/10/08 11:01:12.922371 GET /_ping
INFO: 2015/10/08 11:01:17.591106 GET /_ping
vagrant@ubuntu-14:~/src/github.com/weaveworks/service/terraform$ docker inspect users1
[
{
"Id": "2f822cbaaa1de2f1ab913a3132a84ef4d4a4f2d856aa7b4163ae8dbd7b212088",
"Created": "2015-10-08T11:01:25.143413421Z",
"Path": "/w/w",
"Args": [
"/users",
"-session-secret",
"3919365780a79e0658fde4d03e6945a080031ec077b88975898f698c0d298395",
{"Endpoint":{"Nodes":{";10.0.2.15;22":{"metadata":{"addr":"10.0.2.15","conntracked":"true","host_node_id":"ubuntu-14;\u003chost\u003e","pid":"1722","port":"22","procspied":"true","topology":"endpoint"},"adjacency":[]},";10.0.2.2;63532":{"metadata":{"addr":"10.0.2.2","conntracked":"true","port":"63532","procspied":"true","topology":"endpoint"},"adjacency":[";10.0.2.15;22"],"edges":{";10.0.2.15;22":{"max_conn_count_tcp":1}}},";172.16.0.1;49165":{"metadata":{"addr":"172.16.0.1","conntracked":"true","port":"49165","procspied":"true","topology":"endpoint"},"adjacency":[";172.16.0.3;4040"],"edges":{";172.16.0.3;4040":{"max_conn_count_tcp":1}}},";172.16.0.1;65530":{"metadata":{"addr":"172.16.0.1","conntracked":"true","port":"65530","procspied":"true","topology":"endpoint"},"adjacency":[";172.16.0.3;4040"],"edges":{";172.16.0.3;4040":{"max_conn_count_tcp":1}}},";172.16.0.1;65531":{"metadata":{"addr":"172.16.0.1","conntracked":"true","port":"65531","procspied":"true","topology":"endpoint"},"adjacency":[";172.16.0.3;40