Skip to content

Instantly share code, notes, and snippets.

@cbednarski
Created January 12, 2016 02:09
Show Gist options
  • Save cbednarski/b734dedbb7d5ffbcf764 to your computer and use it in GitHub Desktop.
Save cbednarski/b734dedbb7d5ffbcf764 to your computer and use it in GitHub Desktop.
vagrant@nomad:/opt/gopath/src/github.com/hashicorp/nomad$ time make test
--> Installing build dependencies
--> Building nomad
--> Running tests
ok github.com/hashicorp/nomad 0.007s coverage: 0.0% of statements
ok github.com/hashicorp/nomad/api 31.762s coverage: 85.0% of statements
ok github.com/hashicorp/nomad/client 24.027s coverage: 43.2% of statements
ok github.com/hashicorp/nomad/client/allocdir 0.007s coverage: 37.7% of statements
ok github.com/hashicorp/nomad/client/config 0.005s coverage: 30.8% of statements
2016/01/11 16:11:05 [DEBUG] driver.docker: using client connection initialized from environment
2016/01/11 16:11:05 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:11:07 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:07 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:07 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:07 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:07 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:07 [DEBUG] driver.docker: binding directories []string{"/tmp/7d74a425-06e0-50db-9325-184767249cc7/alloc:/alloc:rw,z", "/tmp/7d74a425-06e0-50db-9325-184767249cc7/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:07 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:07 [DEBUG] driver.docker: No network interfaces are available
2016/01/11 16:11:07 [DEBUG] driver.docker: setting container startup command to: redis-server -v
2016/01/11 16:11:07 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-1343595547
2016/01/11 16:11:07 [INFO] driver.docker: a container with the name redis-demo-alloc-id-1343595547 already exists; will attempt to purge and re-create
2016/01/11 16:11:07 [INFO] driver.docker: purged container redis-demo-alloc-id-1343595547
2016/01/11 16:11:07 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:07 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:07 [DEBUG] driver.docker: using 250 cpu shares for redis
2016/01/11 16:11:07 [DEBUG] driver.docker: binding directories []string{"/tmp/298e024e-860e-3d09-9044-e27c580c1205/alloc:/alloc:rw,z", "/tmp/298e024e-860e-3d09-9044-e27c580c1205/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:07 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:07 [DEBUG] driver.docker: allocated port 0.0.0.0:12345 -> 12345 (static)
2016/01/11 16:11:07 [DEBUG] driver.docker: exposed port 12345
2016/01/11 16:11:07 [DEBUG] driver.docker: allocated port 0.0.0.0:43330 -> 43330 (mapped)
2016/01/11 16:11:07 [DEBUG] driver.docker: exposed port 43330
2016/01/11 16:11:07 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-618178427
2016/01/11 16:11:07 [INFO] driver.docker: created container 50f07a40ecd2e03ae1df2c7eb3e3a96cf3c2a7fa767a30599c5753a13251b32f
2016/01/11 16:11:07 [INFO] driver.docker: created container 8d7d156462865f237b8e5f26aae7523e26495e144e994348e6b92bd484d92371
2016/01/11 16:11:07 [INFO] driver.docker: started container 50f07a40ecd2e03ae1df2c7eb3e3a96cf3c2a7fa767a30599c5753a13251b32f
2016/01/11 16:11:08 [INFO] driver.docker: started container 8d7d156462865f237b8e5f26aae7523e26495e144e994348e6b92bd484d92371
2016/01/11 16:11:08 [INFO] driver.docker: re-attaching to docker process: DOCKER:{"ImageID":"0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d","ContainerID":"8d7d156462865f237b8e5f26aae7523e26495e144e994348e6b92bd484d92371","KillTimeout":0}
2016/01/11 16:11:08 [ERR] driver.docker: failed to stop container 50f07a40ecd2e03ae1df2c7eb3e3a96cf3c2a7fa767a30599c5753a13251b32f
2016/01/11 16:11:08 [INFO] driver.docker: stopped container 8d7d156462865f237b8e5f26aae7523e26495e144e994348e6b92bd484d92371
2016/01/11 16:11:08 [INFO] driver.docker: removed container 8d7d156462865f237b8e5f26aae7523e26495e144e994348e6b92bd484d92371
2016/01/11 16:11:08 [INFO] driver.docker: image 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d is still in use by 6 container(s)
2016/01/11 16:11:10 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:10 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:10 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:10 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:10 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:10 [DEBUG] driver.docker: binding directories []string{"/tmp/79afc4a5-2ae4-2211-3498-ed04734c5fed/alloc:/alloc:rw,z", "/tmp/79afc4a5-2ae4-2211-3498-ed04734c5fed/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:10 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:10 [DEBUG] driver.docker: No network interfaces are available
2016/01/11 16:11:10 [DEBUG] driver.docker: setting container startup command to: /bin/bash -c sleep 1; echo -n win > /alloc/output.txt
2016/01/11 16:11:10 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-1376516016
2016/01/11 16:11:10 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:10 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:10 [DEBUG] driver.docker: using 250 cpu shares for redis
2016/01/11 16:11:10 [DEBUG] driver.docker: binding directories []string{"/tmp/ca09a0a0-47bb-3371-98b7-04ecf351a286/alloc:/alloc:rw,z", "/tmp/ca09a0a0-47bb-3371-98b7-04ecf351a286/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:10 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:10 [DEBUG] driver.docker: allocated port 0.0.0.0:12345 -> 12345 (static)
2016/01/11 16:11:10 [DEBUG] driver.docker: exposed port 12345
2016/01/11 16:11:10 [DEBUG] driver.docker: allocated port 0.0.0.0:43330 -> 43330 (mapped)
2016/01/11 16:11:10 [DEBUG] driver.docker: exposed port 43330
2016/01/11 16:11:10 [DEBUG] driver.docker: setting container startup command to: /bin/sleep 10
2016/01/11 16:11:10 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-1313291079
2016/01/11 16:11:10 [INFO] driver.docker: created container 663f5a712b374206bb7412a99fe84826da0fda29d715ef64f31d07891577d540
2016/01/11 16:11:10 [INFO] driver.docker: a container with the name redis-demo-alloc-id-1376516016 already exists; will attempt to purge and re-create
2016/01/11 16:11:10 [INFO] driver.docker: purged container redis-demo-alloc-id-1376516016
2016/01/11 16:11:10 [INFO] driver.docker: created container 325a9d6060753d49e66905cd26cdb740b8a24d3bf6c44947f7a45fc36e73f146
2016/01/11 16:11:10 [INFO] driver.docker: started container 325a9d6060753d49e66905cd26cdb740b8a24d3bf6c44947f7a45fc36e73f146
2016/01/11 16:11:10 [INFO] driver.docker: started container 663f5a712b374206bb7412a99fe84826da0fda29d715ef64f31d07891577d540
2016/01/11 16:11:10 [ERR] driver.docker: failed to stop container 663f5a712b374206bb7412a99fe84826da0fda29d715ef64f31d07891577d540
2016/01/11 16:11:10 [INFO] driver.docker: stopped container 663f5a712b374206bb7412a99fe84826da0fda29d715ef64f31d07891577d540
2016/01/11 16:11:10 [INFO] driver.docker: removed container 663f5a712b374206bb7412a99fe84826da0fda29d715ef64f31d07891577d540
2016/01/11 16:11:10 [INFO] driver.docker: image 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d is still in use by 6 container(s)
2016/01/11 16:11:11 [ERR] driver.docker: failed to stop container 325a9d6060753d49e66905cd26cdb740b8a24d3bf6c44947f7a45fc36e73f146
2016/01/11 16:11:12 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:12 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:12 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:12 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:12 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:12 [DEBUG] driver.docker: binding directories []string{"/tmp/1d303e83-7094-0b0e-24d7-8f20abdfcfc3/alloc:/alloc:rw,z", "/tmp/1d303e83-7094-0b0e-24d7-8f20abdfcfc3/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:12 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:12 [DEBUG] driver.docker: allocated port 127.0.0.1:11110 -> 11110 (static)
2016/01/11 16:11:12 [DEBUG] driver.docker: exposed port 11110
2016/01/11 16:11:12 [DEBUG] driver.docker: allocated port 127.0.0.1:43331 -> 43331 (mapped)
2016/01/11 16:11:12 [DEBUG] driver.docker: exposed port 43331
2016/01/11 16:11:12 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-1564121137
2016/01/11 16:11:12 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:12 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:12 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:12 [DEBUG] driver.docker: binding directories []string{"/tmp/4f960123-8cda-e7b6-d5c3-24aac0c9bfce/alloc:/alloc:rw,z", "/tmp/4f960123-8cda-e7b6-d5c3-24aac0c9bfce/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:12 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:12 [DEBUG] driver.docker: allocated port 127.0.0.1:11110 -> 11110 (static)
2016/01/11 16:11:12 [DEBUG] driver.docker: exposed port 11110
2016/01/11 16:11:12 [DEBUG] driver.docker: allocated port 127.0.0.1:43331 -> 43331 (mapped)
2016/01/11 16:11:12 [DEBUG] driver.docker: exposed port 43331
2016/01/11 16:11:12 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-419106909
2016/01/11 16:11:12 [INFO] driver.docker: a container with the name redis-demo-alloc-id-1564121137 already exists; will attempt to purge and re-create
2016/01/11 16:11:12 [INFO] driver.docker: created container f340a100bd09dc7fb02efdeafcbfe2368fc79fefdc32c65f83419f81862ba406
2016/01/11 16:11:12 [INFO] driver.docker: purged container redis-demo-alloc-id-1564121137
2016/01/11 16:11:13 [INFO] driver.docker: created container 78da4803a9e460414472478843860a569173cc380a1a9e4d6f5d8b024de30a33
2016/01/11 16:11:13 [ERR] driver.docker: failed to start container 78da4803a9e460414472478843860a569173cc380a1a9e4d6f5d8b024de30a33: API error (500): Cannot start container 78da4803a9e460414472478843860a569173cc380a1a9e4d6f5d8b024de30a33: failed to create endpoint redis-demo-alloc-id-1564121137 on network bridge: Bind for 127.0.0.1:43331 failed: port is already allocated
2016/01/11 16:11:13 [INFO] driver.docker: started container f340a100bd09dc7fb02efdeafcbfe2368fc79fefdc32c65f83419f81862ba406
2016/01/11 16:11:15 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:15 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:15 [DEBUG] driver.docker: identified image redis:latest as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:15 [DEBUG] driver.docker: using 268435456 bytes memory for redis:latest
2016/01/11 16:11:15 [DEBUG] driver.docker: using 512 cpu shares for redis:latest
2016/01/11 16:11:15 [DEBUG] driver.docker: binding directories []string{"/tmp/8d148536-6e4e-3f15-915f-11c0b17ca147/alloc:/alloc:rw,z", "/tmp/8d148536-6e4e-3f15-915f-11c0b17ca147/redis-demo:/local:rw,Z"} for redis:latest
2016/01/11 16:11:15 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:15 [DEBUG] driver.docker: allocated port 127.0.0.1:22222 -> 22222 (static)
2016/01/11 16:11:15 [DEBUG] driver.docker: exposed port 22222
2016/01/11 16:11:15 [DEBUG] driver.docker: allocated port 127.0.0.1:43332 -> 43332 (mapped)
2016/01/11 16:11:15 [DEBUG] driver.docker: exposed port 43332
2016/01/11 16:11:15 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-1124032277
2016/01/11 16:11:15 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:15 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:15 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:15 [DEBUG] driver.docker: binding directories []string{"/tmp/26b8687c-7dc5-1bd6-baf4-58ae5a673d56/alloc:/alloc:rw,z", "/tmp/26b8687c-7dc5-1bd6-baf4-58ae5a673d56/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:15 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:15 [DEBUG] driver.docker: allocated port 127.0.0.1:22222 -> 22222 (static)
2016/01/11 16:11:15 [DEBUG] driver.docker: exposed port 22222
2016/01/11 16:11:15 [DEBUG] driver.docker: allocated port 127.0.0.1:43332 -> 43332 (mapped)
2016/01/11 16:11:15 [DEBUG] driver.docker: exposed port 43332
2016/01/11 16:11:15 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-1610212070
2016/01/11 16:11:15 [INFO] driver.docker: a container with the name redis-demo-alloc-id-1610212070 already exists; will attempt to purge and re-create
2016/01/11 16:11:15 [INFO] driver.docker: purged container redis-demo-alloc-id-1610212070
2016/01/11 16:11:15 [INFO] driver.docker: created container aa3cbd60d2fe8e74a6b44b77d7a16c31ebcc982ddd1223d01df6444ec9914b4c
2016/01/11 16:11:15 [INFO] driver.docker: created container 8a9039351468622dbfb5be105fa57b3f3322117da255870db313eb0553479d6a
2016/01/11 16:11:16 [ERR] driver.docker: failed to start container 8a9039351468622dbfb5be105fa57b3f3322117da255870db313eb0553479d6a: API error (500): Cannot start container 8a9039351468622dbfb5be105fa57b3f3322117da255870db313eb0553479d6a: failed to create endpoint redis-demo-alloc-id-1610212070 on network bridge: Bind for 127.0.0.1:43332 failed: port is already allocated
2016/01/11 16:11:16 [INFO] driver.docker: started container aa3cbd60d2fe8e74a6b44b77d7a16c31ebcc982ddd1223d01df6444ec9914b4c
2016/01/11 16:11:16 [DEBUG] driver.docker: identified image redis:3.0 as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:16 [DEBUG] driver.docker: using 268435456 bytes memory for redis:3.0
2016/01/11 16:11:16 [DEBUG] driver.docker: using 512 cpu shares for redis:3.0
2016/01/11 16:11:16 [DEBUG] driver.docker: binding directories []string{"/tmp/c6526936-656e-9afc-537f-7b827c1406df/alloc:/alloc:rw,z", "/tmp/c6526936-656e-9afc-537f-7b827c1406df/redis-demo:/local:rw,Z"} for redis:3.0
2016/01/11 16:11:16 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:16 [DEBUG] driver.docker: allocated port 127.0.0.1:33333 -> 33333 (static)
2016/01/11 16:11:16 [DEBUG] driver.docker: exposed port 33333
2016/01/11 16:11:16 [DEBUG] driver.docker: allocated port 127.0.0.1:43333 -> 43333 (mapped)
2016/01/11 16:11:16 [DEBUG] driver.docker: exposed port 43333
2016/01/11 16:11:16 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-1295853842
2016/01/11 16:11:16 [INFO] driver.docker: created container c025d3fa4446031dbfd6eed6e7e6de7e2c92df73bc88351d9921c6c9813d2f30
2016/01/11 16:11:16 [INFO] driver.docker: started container c025d3fa4446031dbfd6eed6e7e6de7e2c92df73bc88351d9921c6c9813d2f30
2016/01/11 16:11:16 [INFO] driver.docker: stopped container f340a100bd09dc7fb02efdeafcbfe2368fc79fefdc32c65f83419f81862ba406
2016/01/11 16:11:16 [INFO] driver.docker: removed container f340a100bd09dc7fb02efdeafcbfe2368fc79fefdc32c65f83419f81862ba406
2016/01/11 16:11:16 [INFO] driver.docker: image 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d is still in use by 8 container(s)
2016/01/11 16:11:17 [INFO] driver.docker: stopped container aa3cbd60d2fe8e74a6b44b77d7a16c31ebcc982ddd1223d01df6444ec9914b4c
2016/01/11 16:11:17 [INFO] driver.docker: removed container aa3cbd60d2fe8e74a6b44b77d7a16c31ebcc982ddd1223d01df6444ec9914b4c
2016/01/11 16:11:17 [INFO] driver.docker: image 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d is still in use by 7 container(s)
2016/01/11 16:11:17 [INFO] driver.docker: stopped container c025d3fa4446031dbfd6eed6e7e6de7e2c92df73bc88351d9921c6c9813d2f30
2016/01/11 16:11:17 [INFO] driver.docker: removed container c025d3fa4446031dbfd6eed6e7e6de7e2c92df73bc88351d9921c6c9813d2f30
2016/01/11 16:11:17 [INFO] driver.docker: image 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d is still in use by 6 container(s)
2016/01/11 16:11:18 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:18 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:18 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:18 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:18 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:18 [DEBUG] driver.docker: binding directories []string{"/tmp/68829467-1679-1343-ffe1-04da5d10dae8/alloc:/alloc:rw,z", "/tmp/68829467-1679-1343-ffe1-04da5d10dae8/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:18 [DEBUG] driver.docker: No network interfaces are available
2016/01/11 16:11:18 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-1966914000
2016/01/11 16:11:18 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:18 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:18 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:18 [DEBUG] driver.docker: binding directories []string{"/tmp/69240385-9ec9-3dd3-d3dd-60b9adea97dc/alloc:/alloc:rw,z", "/tmp/69240385-9ec9-3dd3-d3dd-60b9adea97dc/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:18 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:18 [DEBUG] driver.docker: allocated port 127.0.0.1:33333 -> 33333 (static)
2016/01/11 16:11:18 [DEBUG] driver.docker: exposed port 33333
2016/01/11 16:11:18 [DEBUG] driver.docker: allocated port 127.0.0.1:43333 -> 43333 (mapped)
2016/01/11 16:11:18 [DEBUG] driver.docker: exposed port 43333
2016/01/11 16:11:18 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-149409774
2016/01/11 16:11:18 [INFO] driver.docker: a container with the name redis-demo-alloc-id-149409774 already exists; will attempt to purge and re-create
2016/01/11 16:11:18 [INFO] driver.docker: created container dcfe9ede96ea4f177041a0a70d7edd56afe7dfbde062697890b87387889e734b
2016/01/11 16:11:18 [INFO] driver.docker: purged container redis-demo-alloc-id-149409774
2016/01/11 16:11:18 [INFO] driver.docker: created container 930082775f424a0ec68bd62616fe4d121aa4a6bb9397b50462e37a35bcd48365
2016/01/11 16:11:18 [INFO] driver.docker: started container dcfe9ede96ea4f177041a0a70d7edd56afe7dfbde062697890b87387889e734b
2016/01/11 16:11:18 [INFO] driver.docker: stopped container dcfe9ede96ea4f177041a0a70d7edd56afe7dfbde062697890b87387889e734b
2016/01/11 16:11:18 [INFO] driver.docker: removed container dcfe9ede96ea4f177041a0a70d7edd56afe7dfbde062697890b87387889e734b
2016/01/11 16:11:18 [INFO] driver.docker: started container 930082775f424a0ec68bd62616fe4d121aa4a6bb9397b50462e37a35bcd48365
2016/01/11 16:11:18 [INFO] driver.docker: image 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d is still in use by 6 container(s)
2016/01/11 16:11:19 [INFO] driver.docker: stopped container 930082775f424a0ec68bd62616fe4d121aa4a6bb9397b50462e37a35bcd48365
2016/01/11 16:11:19 [INFO] driver.docker: removed container 930082775f424a0ec68bd62616fe4d121aa4a6bb9397b50462e37a35bcd48365
2016/01/11 16:11:19 [INFO] driver.docker: image 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d is still in use by 5 container(s)
--- FAIL: TestDocker_StartN (8.23s)
docker_test.go:40: Successfully connected to docker daemon running version 1.9.1
docker_test.go:348: ==> Starting 3 tasks
docker_test.go:360: Failed starting task #1: Failed to start container 78da4803a9e460414472478843860a569173cc380a1a9e4d6f5d8b024de30a33: API error (500): Cannot start container 78da4803a9e460414472478843860a569173cc380a1a9e4d6f5d8b024de30a33: failed to create endpoint redis-demo-alloc-id-1564121137 on network bridge: Bind for 127.0.0.1:43331 failed: port is already allocated
docker_test.go:360: Failed starting task #2: Failed to start container 8a9039351468622dbfb5be105fa57b3f3322117da255870db313eb0553479d6a: API error (500): Cannot start container 8a9039351468622dbfb5be105fa57b3f3322117da255870db313eb0553479d6a: failed to create endpoint redis-demo-alloc-id-1610212070 on network bridge: Bind for 127.0.0.1:43332 failed: port is already allocated
docker_test.go:364: ==> All tasks are started. Terminating...
docker_test.go:368: Bad handle for task #1
docker_test.go:368: Bad handle for task #2
docker_test.go:378: ==> Test complete!
2016/01/11 16:11:22 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:22 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:22 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:22 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:22 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:22 [DEBUG] driver.docker: binding directories []string{"/tmp/74408783-165b-4951-5c00-e5c5655e5fb4/alloc:/alloc:rw,z", "/tmp/74408783-165b-4951-5c00-e5c5655e5fb4/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:22 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:22 [DEBUG] driver.docker: allocated port 127.0.0.1:11110 -> 11110 (static)
2016/01/11 16:11:22 [DEBUG] driver.docker: exposed port 11110
2016/01/11 16:11:22 [DEBUG] driver.docker: allocated port 127.0.0.1:43330 -> 43330 (mapped)
2016/01/11 16:11:22 [DEBUG] driver.docker: exposed port 43330
2016/01/11 16:11:22 [DEBUG] driver.docker: applied labels on the container: map[label1:value1 label2:value2]
2016/01/11 16:11:22 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-702622318
2016/01/11 16:11:22 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:22 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:22 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:22 [DEBUG] driver.docker: binding directories []string{"/tmp/770f4129-f432-44ab-6f77-8629259fbf57/alloc:/alloc:rw,z", "/tmp/770f4129-f432-44ab-6f77-8629259fbf57/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:22 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:22 [DEBUG] driver.docker: allocated port 127.0.0.1:11110 -> 11110 (static)
2016/01/11 16:11:22 [DEBUG] driver.docker: exposed port 11110
2016/01/11 16:11:22 [DEBUG] driver.docker: allocated port 127.0.0.1:43330 -> 43330 (mapped)
2016/01/11 16:11:22 [DEBUG] driver.docker: exposed port 43330
2016/01/11 16:11:22 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-505582198
2016/01/11 16:11:22 [INFO] driver.docker: created container 12ef9a70d727433476e3b54560add87484484cb7b31e090db899af5e4d424b0f
2016/01/11 16:11:22 [INFO] driver.docker: created container fb09ecf86fd7624ee07197b8bdcb9d1d9cde78e9a2a33c0ba9ba0406624db215
2016/01/11 16:11:22 [INFO] driver.docker: started container 12ef9a70d727433476e3b54560add87484484cb7b31e090db899af5e4d424b0f
2016/01/11 16:11:22 [ERR] driver.docker: failed to start container fb09ecf86fd7624ee07197b8bdcb9d1d9cde78e9a2a33c0ba9ba0406624db215: API error (500): Cannot start container fb09ecf86fd7624ee07197b8bdcb9d1d9cde78e9a2a33c0ba9ba0406624db215: failed to create endpoint redis-demo-alloc-id-505582198 on network bridge: Bind for 127.0.0.1:43330 failed: port is already allocated
--- FAIL: TestDockerDNS (3.55s)
docker_test.go:40: Successfully connected to docker daemon running version 1.9.1
docker_test.go:106: Failed to start driver: Failed to start container fb09ecf86fd7624ee07197b8bdcb9d1d9cde78e9a2a33c0ba9ba0406624db215: API error (500): Cannot start container fb09ecf86fd7624ee07197b8bdcb9d1d9cde78e9a2a33c0ba9ba0406624db215: failed to create endpoint redis-demo-alloc-id-505582198 on network bridge: Bind for 127.0.0.1:43330 failed: port is already allocated
Stack
/opt/gopath/src/github.com/hashicorp/nomad/client/driver/docker_test.go:106 (0x49ad58)
dockerSetup: t.Fatalf("Failed to start driver: %s\nStack\n%s", err, debug.Stack())
/opt/gopath/src/github.com/hashicorp/nomad/client/driver/docker_test.go:502 (0x4a44c3)
TestDockerDNS: client, handle, cleanup := dockerSetup(t, task)
/usr/local/go/src/testing/testing.go:456 (0x479c28)
/usr/local/go/src/runtime/asm_amd64.s:1721 (0x460bb1)
2016/01/11 16:11:22 [INFO] driver.docker: stopped container 12ef9a70d727433476e3b54560add87484484cb7b31e090db899af5e4d424b0f
2016/01/11 16:11:22 [INFO] driver.docker: removed container 12ef9a70d727433476e3b54560add87484484cb7b31e090db899af5e4d424b0f
2016/01/11 16:11:22 [INFO] driver.docker: image 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d is still in use by 6 container(s)
2016/01/11 16:11:24 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:24 [DEBUG] driver.docker: docker pull redis:latest succeeded
2016/01/11 16:11:24 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:24 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:24 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:24 [DEBUG] driver.docker: binding directories []string{"/tmp/655a0197-0ffd-f762-6267-de37f827e026/alloc:/alloc:rw,z", "/tmp/655a0197-0ffd-f762-6267-de37f827e026/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:24 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:24 [DEBUG] driver.docker: allocated port 127.0.0.1:11110 -> 11110 (static)
2016/01/11 16:11:24 [DEBUG] driver.docker: exposed port 11110
2016/01/11 16:11:24 [DEBUG] driver.docker: allocated port 127.0.0.1:43330 -> 6379 (mapped)
2016/01/11 16:11:24 [DEBUG] driver.docker: exposed port 6379
2016/01/11 16:11:24 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-530885458
2016/01/11 16:11:24 [DEBUG] driver.docker: identified image redis as 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d
2016/01/11 16:11:24 [DEBUG] driver.docker: using 268435456 bytes memory for redis
2016/01/11 16:11:24 [DEBUG] driver.docker: using 512 cpu shares for redis
2016/01/11 16:11:24 [DEBUG] driver.docker: binding directories []string{"/tmp/80fa18d8-65a3-2e4c-5573-ada17b63bc87/alloc:/alloc:rw,z", "/tmp/80fa18d8-65a3-2e4c-5573-ada17b63bc87/redis-demo:/local:rw,Z"} for redis
2016/01/11 16:11:24 [DEBUG] driver.docker: networking mode not specified; defaulting to bridge
2016/01/11 16:11:24 [DEBUG] driver.docker: allocated port 127.0.0.1:11110 -> 11110 (static)
2016/01/11 16:11:24 [DEBUG] driver.docker: exposed port 11110
2016/01/11 16:11:24 [DEBUG] driver.docker: allocated port 127.0.0.1:43330 -> 43330 (mapped)
2016/01/11 16:11:24 [DEBUG] driver.docker: exposed port 43330
2016/01/11 16:11:24 [DEBUG] driver.docker: setting container name to: redis-demo-alloc-id-1262992396
2016/01/11 16:11:24 [INFO] driver.docker: a container with the name redis-demo-alloc-id-1262992396 already exists; will attempt to purge and re-create
2016/01/11 16:11:24 [INFO] driver.docker: purged container redis-demo-alloc-id-1262992396
2016/01/11 16:11:24 [INFO] driver.docker: created container b125c384b88b530fb4725caaa61d9714d27b5dfeb39f965a2a996479908cba56
2016/01/11 16:11:24 [INFO] driver.docker: created container ee3db2262a0e370360871a6f29a6ae0fe5ddb72b3ea35d280eab771478f5864a
2016/01/11 16:11:25 [ERR] driver.docker: failed to start container ee3db2262a0e370360871a6f29a6ae0fe5ddb72b3ea35d280eab771478f5864a: API error (500): Cannot start container ee3db2262a0e370360871a6f29a6ae0fe5ddb72b3ea35d280eab771478f5864a: failed to create endpoint redis-demo-alloc-id-1262992396 on network bridge: Bind for 127.0.0.1:43330 failed: port is already allocated
--- FAIL: TestDockerPortsNoMap (2.58s)
docker_test.go:40: Successfully connected to docker daemon running version 1.9.1
docker_test.go:106: Failed to start driver: Failed to start container ee3db2262a0e370360871a6f29a6ae0fe5ddb72b3ea35d280eab771478f5864a: API error (500): Cannot start container ee3db2262a0e370360871a6f29a6ae0fe5ddb72b3ea35d280eab771478f5864a: failed to create endpoint redis-demo-alloc-id-1262992396 on network bridge: Bind for 127.0.0.1:43330 failed: port is already allocated
Stack
/opt/gopath/src/github.com/hashicorp/nomad/client/driver/docker_test.go:106 (0x49ad58)
dockerSetup: t.Fatalf("Failed to start driver: %s\nStack\n%s", err, debug.Stack())
/opt/gopath/src/github.com/hashicorp/nomad/client/driver/docker_test.go:532 (0x4a52b9)
TestDockerPortsNoMap: client, handle, cleanup := dockerSetup(t, task)
/usr/local/go/src/testing/testing.go:456 (0x479c28)
/usr/local/go/src/runtime/asm_amd64.s:1721 (0x460bb1)
2016/01/11 16:11:25 [INFO] driver.docker: started container b125c384b88b530fb4725caaa61d9714d27b5dfeb39f965a2a996479908cba56
2016/01/11 16:11:25 [DEBUG] client.getter: Applying checksum to Artifact Source URL, new url: https://dl.dropboxusercontent.com/u/47675/jar_thing/linux-0.2.img?checksum=sha256:a5e836985934c3392cbbd9b26db55a7d35a8d7ae1deb7ca559dd9c0159572544
2016/01/11 16:11:25 [INFO] driver.docker: stopped container b125c384b88b530fb4725caaa61d9714d27b5dfeb39f965a2a996479908cba56
2016/01/11 16:11:25 [INFO] driver.docker: removed container b125c384b88b530fb4725caaa61d9714d27b5dfeb39f965a2a996479908cba56
2016/01/11 16:11:25 [INFO] driver.docker: image 0c4334bed751599c3884c227c125de9006e9d1c88d36c6b8c25c075b374b2d2d is still in use by 6 container(s)
2016/01/11 16:11:25 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:11:30 [DEBUG] Starting QemuVM command: "qemu-system-x86_64 -machine type=pc,accel=tcg -name linux-0.2.img -m 512M -drive file=/tmp/a1a01e37-4b5c-ff65-3aa0-2aab4140f89f/linux/local/linux-0.2.img -nodefconfig -nodefaults -nographic -netdev user,id=user.0,hostfwd=udp::22000-:22,hostfwd=tcp::22000-:22,hostfwd=udp::80-:8080,hostfwd=tcp::80-:8080 -device virtio-net,netdev=user.0"
2016/01/11 16:11:30 [INFO] Started new QemuVM: linux-0.2.img
FAIL
coverage: 50.6% of statements
FAIL github.com/hashicorp/nomad/client/driver 25.315s
ok github.com/hashicorp/nomad/client/driver/environment 0.003s coverage: 58.5% of statements
ok github.com/hashicorp/nomad/client/driver/executor 3.595s coverage: 18.8% of statements
ok github.com/hashicorp/nomad/client/driver/spawn 9.080s coverage: 80.2% of statements
? github.com/hashicorp/nomad/client/driver/structs [no test files]
ok github.com/hashicorp/nomad/client/fingerprint 0.020s coverage: 75.1% of statements
ok github.com/hashicorp/nomad/client/getter 5.185s coverage: 86.7% of statements
? github.com/hashicorp/nomad/client/testutil [no test files]
ok github.com/hashicorp/nomad/command 12.744s coverage: 57.1% of statements
2016/01/11 16:12:41 [INFO] serf: EventMemberJoin: Node 17002.global 127.0.0.1
2016/01/11 16:12:41 [INFO] raft: Node at 127.0.0.1:17002 [Leader] entering Leader state
2016/01/11 16:12:41 [INFO] nomad: starting 2 scheduling worker(s) for [system service batch _core]
2016/01/11 16:12:41 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:12:41 [DEBUG] raft: Node 127.0.0.1:17002 updated peer set (2): [127.0.0.1:17002]
2016/01/11 16:12:41 [INFO] client: using state directory /tmp/NomadClient476437166
2016/01/11 16:12:41 [INFO] client: using alloc directory /tmp/NomadClient185771061
2016/01/11 16:12:41 [INFO] nomad: cluster leadership acquired
2016/01/11 16:12:41 [INFO] nomad: adding server Node 17002.global (Addr: 127.0.0.1:17002) (DC: dc1)
2016/01/11 16:12:41 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:12:43 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:12:44 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:12:44 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:12:44 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:12:44 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:12:44 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:12:44 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:12:44 [DEBUG] driver.docker: using client connection initialized from environment
2016/01/11 16:12:44 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:12:44 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:12:44 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:12:44 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:12:44 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:12:44 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:12:44 [DEBUG] client: node registration complete
2016/01/11 16:12:44 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:12:44 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:12:44 [DEBUG] client: state updated to ready
2016/01/11 16:12:44 [DEBUG] http: Shutting down http server
2016/01/11 16:12:44 [INFO] agent: requesting shutdown
2016/01/11 16:12:44 [INFO] client: shutting down
2016/01/11 16:12:44 [INFO] nomad: shutting down server
2016/01/11 16:12:44 [WARN] serf: Shutdown without a Leave
2016/01/11 16:12:44 [INFO] consul: shutting down consul service
2016/01/11 16:12:44 [INFO] agent: shutdown complete
2016/01/11 16:12:44 [INFO] serf: EventMemberJoin: Node 17005.global 127.0.0.1
2016/01/11 16:12:44 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:12:44 [INFO] client: using state directory /tmp/NomadClient164525103
2016/01/11 16:12:44 [INFO] client: using alloc directory /tmp/NomadClient204315586
2016/01/11 16:12:44 [INFO] raft: Node at 127.0.0.1:17005 [Leader] entering Leader state
2016/01/11 16:12:44 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:12:44 [DEBUG] raft: Node 127.0.0.1:17005 updated peer set (2): [127.0.0.1:17005]
2016/01/11 16:12:44 [INFO] nomad: cluster leadership acquired
2016/01/11 16:12:44 [INFO] nomad: adding server Node 17005.global (Addr: 127.0.0.1:17005) (DC: dc1)
2016/01/11 16:12:44 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:12:46 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:12:47 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:12:47 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:12:47 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:12:47 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:12:47 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:12:47 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:12:47 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:12:47 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:12:47 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:12:47 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:12:47 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:12:47 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:12:47 [DEBUG] client: node registration complete
2016/01/11 16:12:47 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:12:47 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:12:47 [DEBUG] client: state updated to ready
2016/01/11 16:12:47 [DEBUG] memberlist: Initiating push/pull sync with: 127.0.0.1:17006
2016/01/11 16:12:47 [DEBUG] memberlist: TCP connection from=127.0.0.1:60424
2016/01/11 16:12:47 [DEBUG] memberlist: Initiating push/pull sync with: 127.0.0.1:17006
2016/01/11 16:12:47 [DEBUG] memberlist: TCP connection from=127.0.0.1:60425
2016/01/11 16:12:47 [DEBUG] http: Shutting down http server
2016/01/11 16:12:47 [INFO] agent: requesting shutdown
2016/01/11 16:12:47 [INFO] client: shutting down
2016/01/11 16:12:47 [INFO] nomad: shutting down server
2016/01/11 16:12:47 [WARN] serf: Shutdown without a Leave
2016/01/11 16:12:47 [INFO] consul: shutting down consul service
2016/01/11 16:12:47 [INFO] agent: shutdown complete
2016/01/11 16:12:47 [INFO] raft: Node at 127.0.0.1:17008 [Leader] entering Leader state
2016/01/11 16:12:47 [INFO] serf: EventMemberJoin: Node 17008.global 127.0.0.1
2016/01/11 16:12:47 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:12:47 [DEBUG] raft: Node 127.0.0.1:17008 updated peer set (2): [127.0.0.1:17008]
2016/01/11 16:12:47 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:12:47 [INFO] client: using state directory /tmp/NomadClient903197764
2016/01/11 16:12:47 [INFO] client: using alloc directory /tmp/NomadClient099603667
2016/01/11 16:12:47 [INFO] nomad: cluster leadership acquired
2016/01/11 16:12:47 [INFO] nomad: adding server Node 17008.global (Addr: 127.0.0.1:17008) (DC: dc1)
2016/01/11 16:12:47 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:12:49 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:12:50 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:12:50 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:12:50 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:12:50 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:12:50 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:12:50 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:12:50 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:12:50 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:12:50 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:12:50 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:12:50 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:12:50 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:12:50 [DEBUG] client: node registration complete
2016/01/11 16:12:50 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:12:50 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:12:50 [DEBUG] client: state updated to ready
2016/01/11 16:12:50 [DEBUG] http: Shutting down http server
2016/01/11 16:12:50 [INFO] agent: requesting shutdown
2016/01/11 16:12:50 [INFO] client: shutting down
2016/01/11 16:12:50 [INFO] nomad: shutting down server
2016/01/11 16:12:50 [WARN] serf: Shutdown without a Leave
2016/01/11 16:12:50 [INFO] consul: shutting down consul service
2016/01/11 16:12:50 [INFO] agent: shutdown complete
2016/01/11 16:12:50 [INFO] serf: EventMemberJoin: Node 17011.global 127.0.0.1
2016/01/11 16:12:50 [INFO] raft: Node at 127.0.0.1:17011 [Leader] entering Leader state
2016/01/11 16:12:50 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:12:50 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:12:50 [DEBUG] raft: Node 127.0.0.1:17011 updated peer set (2): [127.0.0.1:17011]
2016/01/11 16:12:50 [INFO] client: using state directory /tmp/NomadClient671268989
2016/01/11 16:12:50 [INFO] client: using alloc directory /tmp/NomadClient530331064
2016/01/11 16:12:50 [INFO] nomad: cluster leadership acquired
2016/01/11 16:12:50 [INFO] nomad: adding server Node 17011.global (Addr: 127.0.0.1:17011) (DC: dc1)
2016/01/11 16:12:50 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:12:52 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:12:53 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:12:53 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:12:53 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:12:53 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:12:53 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:12:53 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:12:53 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:12:53 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:12:53 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:12:53 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:12:53 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:12:53 [DEBUG] client: available drivers [raw_exec qemu docker]
2016/01/11 16:12:53 [DEBUG] client: node registration complete
2016/01/11 16:12:53 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:12:53 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:12:53 [DEBUG] client: state updated to ready
2016/01/11 16:12:53 [DEBUG] http: Shutting down http server
2016/01/11 16:12:53 [INFO] agent: requesting shutdown
2016/01/11 16:12:53 [INFO] client: shutting down
2016/01/11 16:12:53 [INFO] nomad: shutting down server
2016/01/11 16:12:53 [WARN] serf: Shutdown without a Leave
2016/01/11 16:12:53 [INFO] consul: shutting down consul service
2016/01/11 16:12:53 [INFO] agent: shutdown complete
2016/01/11 16:12:53 [INFO] serf: EventMemberJoin: Node 17014.global 127.0.0.1
2016/01/11 16:12:53 [INFO] raft: Node at 127.0.0.1:17014 [Leader] entering Leader state
2016/01/11 16:12:53 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:12:53 [DEBUG] raft: Node 127.0.0.1:17014 updated peer set (2): [127.0.0.1:17014]
2016/01/11 16:12:53 [INFO] nomad: starting 2 scheduling worker(s) for [batch system service _core]
2016/01/11 16:12:53 [INFO] client: using state directory /tmp/NomadClient834409898
2016/01/11 16:12:53 [INFO] nomad: adding server Node 17014.global (Addr: 127.0.0.1:17014) (DC: dc1)
2016/01/11 16:12:53 [INFO] nomad: cluster leadership acquired
2016/01/11 16:12:53 [INFO] client: using alloc directory /tmp/NomadClient423661313
2016/01/11 16:12:53 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:12:55 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:12:56 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:12:56 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:12:56 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:12:56 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:12:56 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:12:56 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:12:56 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:12:56 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:12:56 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:12:56 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:12:56 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:12:56 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:12:56 [DEBUG] client: node registration complete
2016/01/11 16:12:56 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:12:56 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:12:56 [DEBUG] client: state updated to ready
2016/01/11 16:12:56 [DEBUG] http: Shutting down http server
2016/01/11 16:12:56 [INFO] agent: requesting shutdown
2016/01/11 16:12:56 [INFO] client: shutting down
2016/01/11 16:12:56 [INFO] nomad: shutting down server
2016/01/11 16:12:56 [WARN] serf: Shutdown without a Leave
2016/01/11 16:12:56 [INFO] consul: shutting down consul service
2016/01/11 16:12:56 [INFO] agent: shutdown complete
2016/01/11 16:12:56 [INFO] serf: EventMemberJoin: Node 17017.global 127.0.0.1
2016/01/11 16:12:56 [INFO] raft: Node at 127.0.0.1:17017 [Leader] entering Leader state
2016/01/11 16:12:56 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:12:56 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:12:56 [DEBUG] raft: Node 127.0.0.1:17017 updated peer set (2): [127.0.0.1:17017]
2016/01/11 16:12:56 [INFO] client: using state directory /tmp/NomadClient240474331
2016/01/11 16:12:56 [INFO] client: using alloc directory /tmp/NomadClient151627902
2016/01/11 16:12:56 [INFO] nomad: cluster leadership acquired
2016/01/11 16:12:56 [INFO] nomad: adding server Node 17017.global (Addr: 127.0.0.1:17017) (DC: dc1)
2016/01/11 16:12:56 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:12:58 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:12:59 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:12:59 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:12:59 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:12:59 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:12:59 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:12:59 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:12:59 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:12:59 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:12:59 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:12:59 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:12:59 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:12:59 [DEBUG] client: available drivers [qemu docker raw_exec]
2016/01/11 16:12:59 [INFO] agent: requesting shutdown
2016/01/11 16:12:59 [INFO] client: shutting down
2016/01/11 16:12:59 [INFO] nomad: shutting down server
2016/01/11 16:12:59 [WARN] serf: Shutdown without a Leave
2016/01/11 16:12:59 [INFO] consul: shutting down consul service
2016/01/11 16:12:59 [INFO] agent: shutdown complete
2016/01/11 16:12:59 [INFO] raft: Node at 127.0.0.1:17020 [Leader] entering Leader state
2016/01/11 16:12:59 [INFO] serf: EventMemberJoin: Node 17020.global 127.0.0.1
2016/01/11 16:12:59 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:12:59 [DEBUG] raft: Node 127.0.0.1:17020 updated peer set (2): [127.0.0.1:17020]
2016/01/11 16:12:59 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:12:59 [INFO] client: using state directory /tmp/NomadClient945578080
2016/01/11 16:12:59 [INFO] nomad: cluster leadership acquired
2016/01/11 16:12:59 [INFO] client: using alloc directory /tmp/NomadClient357256767
2016/01/11 16:12:59 [INFO] nomad: adding server Node 17020.global (Addr: 127.0.0.1:17020) (DC: dc1)
2016/01/11 16:12:59 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:01 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:02 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:02 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:02 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:02 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:02 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:02 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:02 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:02 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:02 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:02 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:02 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:02 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:02 [DEBUG] client: node registration complete
2016/01/11 16:13:02 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:02 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:02 [DEBUG] client: state updated to ready
2016/01/11 16:13:02 [DEBUG] http: Shutting down http server
2016/01/11 16:13:02 [INFO] agent: requesting shutdown
2016/01/11 16:13:02 [INFO] client: shutting down
2016/01/11 16:13:02 [INFO] nomad: shutting down server
2016/01/11 16:13:02 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:02 [INFO] consul: shutting down consul service
2016/01/11 16:13:02 [INFO] agent: shutdown complete
2016/01/11 16:13:02 [INFO] serf: EventMemberJoin: Node 17023.global 127.0.0.1
2016/01/11 16:13:02 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:02 [INFO] raft: Node at 127.0.0.1:17023 [Leader] entering Leader state
2016/01/11 16:13:02 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:02 [INFO] client: using state directory /tmp/NomadClient454689993
2016/01/11 16:13:02 [DEBUG] raft: Node 127.0.0.1:17023 updated peer set (2): [127.0.0.1:17023]
2016/01/11 16:13:02 [INFO] client: using alloc directory /tmp/NomadClient751971220
2016/01/11 16:13:02 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:02 [INFO] nomad: adding server Node 17023.global (Addr: 127.0.0.1:17023) (DC: dc1)
2016/01/11 16:13:02 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:04 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:05 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:05 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:05 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:05 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:05 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:05 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:05 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:05 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:05 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:05 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:05 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:05 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:05 [DEBUG] client: node registration complete
2016/01/11 16:13:05 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:05 [DEBUG] client: state updated to ready
2016/01/11 16:13:05 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:05 [DEBUG] http: Shutting down http server
2016/01/11 16:13:05 [INFO] agent: requesting shutdown
2016/01/11 16:13:05 [INFO] client: shutting down
2016/01/11 16:13:05 [INFO] nomad: shutting down server
2016/01/11 16:13:05 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:05 [INFO] consul: shutting down consul service
2016/01/11 16:13:05 [INFO] agent: shutdown complete
2016/01/11 16:13:05 [INFO] raft: Node at 127.0.0.1:17026 [Leader] entering Leader state
2016/01/11 16:13:05 [INFO] serf: EventMemberJoin: Node 17026.global 127.0.0.1
2016/01/11 16:13:05 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:05 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:05 [DEBUG] raft: Node 127.0.0.1:17026 updated peer set (2): [127.0.0.1:17026]
2016/01/11 16:13:05 [INFO] client: using state directory /tmp/NomadClient077450726
2016/01/11 16:13:05 [INFO] client: using alloc directory /tmp/NomadClient153777165
2016/01/11 16:13:05 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:05 [INFO] nomad: adding server Node 17026.global (Addr: 127.0.0.1:17026) (DC: dc1)
2016/01/11 16:13:05 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:07 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:08 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:08 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:08 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:08 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:08 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:08 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:08 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:08 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:08 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:08 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:08 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:08 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:08 [DEBUG] client: node registration complete
2016/01/11 16:13:08 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:08 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:08 [DEBUG] client: state updated to ready
2016/01/11 16:13:08 [DEBUG] http: Shutting down http server
2016/01/11 16:13:08 [INFO] agent: requesting shutdown
2016/01/11 16:13:08 [INFO] client: shutting down
2016/01/11 16:13:08 [INFO] nomad: shutting down server
2016/01/11 16:13:08 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:08 [INFO] consul: shutting down consul service
2016/01/11 16:13:08 [INFO] nomad: cluster leadership lost
2016/01/11 16:13:08 [INFO] agent: shutdown complete
2016/01/11 16:13:08 [INFO] serf: EventMemberJoin: Node 17029.global 127.0.0.1
2016/01/11 16:13:08 [INFO] nomad: starting 2 scheduling worker(s) for [system service batch _core]
2016/01/11 16:13:08 [INFO] raft: Node at 127.0.0.1:17029 [Leader] entering Leader state
2016/01/11 16:13:08 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:08 [INFO] client: using state directory /tmp/NomadClient484596858
2016/01/11 16:13:08 [INFO] client: using alloc directory /tmp/NomadClient884541329
2016/01/11 16:13:08 [DEBUG] raft: Node 127.0.0.1:17029 updated peer set (2): [127.0.0.1:17029]
2016/01/11 16:13:08 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:08 [INFO] nomad: adding server Node 17029.global (Addr: 127.0.0.1:17029) (DC: dc1)
2016/01/11 16:13:08 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:10 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:11 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:11 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:11 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:11 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:11 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:11 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:11 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:11 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:11 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:11 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:11 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:11 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:11 [DEBUG] client: node registration complete
2016/01/11 16:13:11 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:11 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:11 [DEBUG] client: state updated to ready
2016/01/11 16:13:11 [DEBUG] memberlist: TCP connection from=127.0.0.1:57515
2016/01/11 16:13:11 [INFO] serf: EventMemberJoin: "Node 17031".global 127.0.0.1
2016/01/11 16:13:11 [INFO] nomad: adding server "Node 17031".global (Addr: 127.0.0.1:4647) (DC: dc1)
2016/01/11 16:13:11 [DEBUG] raft: Node 127.0.0.1:17029 updated peer set (2): [127.0.0.1:4647 127.0.0.1:17029]
2016/01/11 16:13:11 [INFO] raft: Added peer 127.0.0.1:4647, starting replication
2016/01/11 16:13:11 [WARN] raft: AppendEntries to 127.0.0.1:4647 rejected, sending older logs (next: 1)
2016/01/11 16:13:11 [ERR] raft: Failed to heartbeat to 127.0.0.1:4647: EOF
2016/01/11 16:13:11 [INFO] agent: requesting shutdown
2016/01/11 16:13:11 [INFO] client: shutting down
2016/01/11 16:13:11 [INFO] nomad: shutting down server
2016/01/11 16:13:11 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:11 [INFO] consul: shutting down consul service
2016/01/11 16:13:11 [ERR] raft: Failed to AppendEntries to 127.0.0.1:4647: dial tcp 127.0.0.1:4647: getsockopt: connection refused
2016/01/11 16:13:11 [ERR] nomad: failed to add raft peer: leadership lost while committing log
2016/01/11 16:13:11 [ERR] nomad: failed to reconcile member: {"Node 17031".global 127.0.0.1 4648 map[build: port:4647 role:nomad region:global dc:dc1 vsn:1 vsn_min:1 vsn_max:1] alive 1 3 2 2 4 4}: leadership lost while committing log
2016/01/11 16:13:11 [INFO] agent: shutdown complete
illegal
illegal
illegal
illegal
illegal
illegal
illegal
illegal
2016/01/11 16:13:11 [INFO] raft: Node at 127.0.0.1:17033 [Leader] entering Leader state
2016/01/11 16:13:11 [INFO] serf: EventMemberJoin: Node 17033.global 127.0.0.1
2016/01/11 16:13:11 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:11 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:11 [DEBUG] raft: Node 127.0.0.1:17033 updated peer set (2): [127.0.0.1:17033]
2016/01/11 16:13:11 [INFO] client: using state directory /tmp/NomadClient106761058
2016/01/11 16:13:11 [INFO] client: using alloc directory /tmp/NomadClient105666905
2016/01/11 16:13:11 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:11 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:11 [INFO] nomad: adding server Node 17033.global (Addr: 127.0.0.1:17033) (DC: dc1)
2016/01/11 16:13:13 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:14 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:14 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:14 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:14 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:14 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:14 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:14 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:14 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:14 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:14 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:14 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:14 [DEBUG] client: available drivers [raw_exec qemu docker]
2016/01/11 16:13:14 [DEBUG] client: node registration complete
2016/01/11 16:13:14 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:14 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:14 [DEBUG] client: state updated to ready
2016/01/11 16:13:14 [DEBUG] http: Shutting down http server
2016/01/11 16:13:14 [INFO] agent: requesting shutdown
2016/01/11 16:13:14 [INFO] client: shutting down
2016/01/11 16:13:14 [INFO] nomad: shutting down server
2016/01/11 16:13:14 [INFO] consul: shutting down consul service
2016/01/11 16:13:14 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:14 [INFO] agent: shutdown complete
2016/01/11 16:13:14 [INFO] raft: Node at 127.0.0.1:17036 [Leader] entering Leader state
2016/01/11 16:13:14 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:14 [INFO] serf: EventMemberJoin: Node 17036.global 127.0.0.1
2016/01/11 16:13:14 [DEBUG] raft: Node 127.0.0.1:17036 updated peer set (2): [127.0.0.1:17036]
2016/01/11 16:13:14 [INFO] nomad: starting 2 scheduling worker(s) for [batch system service _core]
2016/01/11 16:13:14 [INFO] client: using state directory /tmp/NomadClient783308531
2016/01/11 16:13:14 [INFO] client: using alloc directory /tmp/NomadClient374018998
2016/01/11 16:13:14 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:14 [INFO] nomad: adding server Node 17036.global (Addr: 127.0.0.1:17036) (DC: dc1)
2016/01/11 16:13:14 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:16 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:17 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:17 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:17 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:17 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:17 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:17 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:17 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:17 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:17 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:17 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:17 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:17 [DEBUG] client: available drivers [raw_exec qemu docker]
2016/01/11 16:13:17 [DEBUG] client: node registration complete
2016/01/11 16:13:17 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:17 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:17 [DEBUG] client: state updated to ready
2016/01/11 16:13:17 [DEBUG] http: Shutting down http server
2016/01/11 16:13:17 [INFO] agent: requesting shutdown
2016/01/11 16:13:17 [INFO] client: shutting down
2016/01/11 16:13:17 [INFO] nomad: shutting down server
2016/01/11 16:13:17 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:17 [INFO] consul: shutting down consul service
2016/01/11 16:13:17 [INFO] agent: shutdown complete
2016/01/11 16:13:17 [INFO] serf: EventMemberJoin: Node 17039.global 127.0.0.1
2016/01/11 16:13:17 [INFO] raft: Node at 127.0.0.1:17039 [Leader] entering Leader state
2016/01/11 16:13:17 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:17 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:17 [DEBUG] raft: Node 127.0.0.1:17039 updated peer set (2): [127.0.0.1:17039]
2016/01/11 16:13:17 [INFO] client: using state directory /tmp/NomadClient555459160
2016/01/11 16:13:17 [INFO] client: using alloc directory /tmp/NomadClient357360599
2016/01/11 16:13:17 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:17 [INFO] nomad: adding server Node 17039.global (Addr: 127.0.0.1:17039) (DC: dc1)
2016/01/11 16:13:17 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:19 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:20 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:20 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:20 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:20 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:20 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:20 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:20 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:20 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:20 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:20 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:20 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:20 [DEBUG] client: available drivers [qemu docker raw_exec]
2016/01/11 16:13:20 [DEBUG] client: node registration complete
2016/01/11 16:13:20 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:20 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:20 [DEBUG] client: state updated to ready
2016/01/11 16:13:20 [DEBUG] http: Shutting down http server
2016/01/11 16:13:20 [INFO] agent: requesting shutdown
2016/01/11 16:13:20 [INFO] client: shutting down
2016/01/11 16:13:20 [INFO] nomad: shutting down server
2016/01/11 16:13:20 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:20 [INFO] consul: shutting down consul service
2016/01/11 16:13:20 [INFO] nomad: cluster leadership lost
2016/01/11 16:13:20 [INFO] agent: shutdown complete
2016/01/11 16:13:20 [INFO] raft: Node at 127.0.0.1:17042 [Leader] entering Leader state
2016/01/11 16:13:20 [INFO] serf: EventMemberJoin: Node 17042.global 127.0.0.1
2016/01/11 16:13:20 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:20 [INFO] nomad: starting 2 scheduling worker(s) for [system service batch _core]
2016/01/11 16:13:20 [DEBUG] raft: Node 127.0.0.1:17042 updated peer set (2): [127.0.0.1:17042]
2016/01/11 16:13:20 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:20 [INFO] client: using state directory /tmp/NomadClient656166945
2016/01/11 16:13:20 [INFO] client: using alloc directory /tmp/NomadClient783658764
2016/01/11 16:13:20 [INFO] nomad: adding server Node 17042.global (Addr: 127.0.0.1:17042) (DC: dc1)
2016/01/11 16:13:20 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:22 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:23 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:23 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:23 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:23 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:23 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:23 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:23 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:23 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:23 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:23 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:23 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:23 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:23 [DEBUG] client: node registration complete
2016/01/11 16:13:23 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:23 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:23 [DEBUG] client: state updated to ready
2016/01/11 16:13:23 [DEBUG] http: Shutting down http server
2016/01/11 16:13:23 [INFO] agent: requesting shutdown
2016/01/11 16:13:23 [INFO] client: shutting down
2016/01/11 16:13:23 [INFO] nomad: shutting down server
2016/01/11 16:13:23 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:23 [INFO] consul: shutting down consul service
2016/01/11 16:13:23 [INFO] agent: shutdown complete
2016/01/11 16:13:23 [INFO] serf: EventMemberJoin: Node 17045.global 127.0.0.1
2016/01/11 16:13:23 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:23 [INFO] client: using state directory /tmp/NomadClient335063582
2016/01/11 16:13:23 [INFO] client: using alloc directory /tmp/NomadClient953045221
2016/01/11 16:13:23 [INFO] raft: Node at 127.0.0.1:17045 [Leader] entering Leader state
2016/01/11 16:13:23 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:23 [DEBUG] raft: Node 127.0.0.1:17045 updated peer set (2): [127.0.0.1:17045]
2016/01/11 16:13:23 [INFO] nomad: adding server Node 17045.global (Addr: 127.0.0.1:17045) (DC: dc1)
2016/01/11 16:13:23 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:23 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:25 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:26 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:26 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:26 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:26 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:26 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:26 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:26 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:26 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:26 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:26 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:26 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:26 [DEBUG] client: available drivers [raw_exec qemu docker]
2016/01/11 16:13:26 [DEBUG] http: Request /v1/kv/key (123.365µs)
2016/01/11 16:13:26 [DEBUG] http: Shutting down http server
2016/01/11 16:13:26 [INFO] agent: requesting shutdown
2016/01/11 16:13:26 [INFO] client: shutting down
2016/01/11 16:13:26 [INFO] nomad: shutting down server
2016/01/11 16:13:26 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:26 [INFO] consul: shutting down consul service
2016/01/11 16:13:26 [INFO] agent: shutdown complete
2016/01/11 16:13:26 [INFO] raft: Node at 127.0.0.1:17048 [Leader] entering Leader state
2016/01/11 16:13:26 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:26 [DEBUG] raft: Node 127.0.0.1:17048 updated peer set (2): [127.0.0.1:17048]
2016/01/11 16:13:26 [INFO] serf: EventMemberJoin: Node 17048.global 127.0.0.1
2016/01/11 16:13:26 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:26 [INFO] client: using state directory /tmp/NomadClient833477727
2016/01/11 16:13:26 [INFO] client: using alloc directory /tmp/NomadClient371354162
2016/01/11 16:13:26 [INFO] nomad: adding server Node 17048.global (Addr: 127.0.0.1:17048) (DC: dc1)
2016/01/11 16:13:26 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:26 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:28 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:29 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:29 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:29 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:29 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:29 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:29 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:29 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:29 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:29 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:29 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:29 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:29 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:29 [DEBUG] http: Request /v1/job/foo?pretty=1 (36.303µs)
2016/01/11 16:13:29 [DEBUG] http: Shutting down http server
2016/01/11 16:13:29 [INFO] agent: requesting shutdown
2016/01/11 16:13:29 [INFO] client: shutting down
2016/01/11 16:13:29 [INFO] nomad: shutting down server
2016/01/11 16:13:29 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:29 [INFO] consul: shutting down consul service
2016/01/11 16:13:29 [INFO] agent: shutdown complete
2016/01/11 16:13:29 [INFO] raft: Node at 127.0.0.1:17051 [Leader] entering Leader state
2016/01/11 16:13:29 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:29 [INFO] serf: EventMemberJoin: Node 17051.global 127.0.0.1
2016/01/11 16:13:29 [DEBUG] raft: Node 127.0.0.1:17051 updated peer set (2): [127.0.0.1:17051]
2016/01/11 16:13:29 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:29 [INFO] client: using state directory /tmp/NomadClient320218676
2016/01/11 16:13:29 [INFO] nomad: adding server Node 17051.global (Addr: 127.0.0.1:17051) (DC: dc1)
2016/01/11 16:13:29 [INFO] client: using alloc directory /tmp/NomadClient808705539
2016/01/11 16:13:29 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:29 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:31 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:32 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:32 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:32 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:32 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:32 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:32 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:32 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:32 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:32 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:32 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:32 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:32 [DEBUG] client: available drivers [qemu docker raw_exec]
2016/01/11 16:13:32 [DEBUG] http: Request /v1/job/foo?pretty (53.713µs)
2016/01/11 16:13:32 [DEBUG] http: Shutting down http server
2016/01/11 16:13:32 [INFO] agent: requesting shutdown
2016/01/11 16:13:32 [INFO] client: shutting down
2016/01/11 16:13:32 [INFO] nomad: shutting down server
2016/01/11 16:13:32 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:32 [INFO] consul: shutting down consul service
2016/01/11 16:13:32 [INFO] nomad: cluster leadership lost
2016/01/11 16:13:32 [INFO] agent: shutdown complete
2016/01/11 16:13:32 [INFO] serf: EventMemberJoin: Node 17054.global 127.0.0.1
2016/01/11 16:13:32 [INFO] nomad: starting 2 scheduling worker(s) for [system service batch _core]
2016/01/11 16:13:32 [INFO] client: using state directory /tmp/NomadClient466172205
2016/01/11 16:13:32 [INFO] client: using alloc directory /tmp/NomadClient115966632
2016/01/11 16:13:32 [INFO] raft: Node at 127.0.0.1:17054 [Leader] entering Leader state
2016/01/11 16:13:32 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:32 [DEBUG] raft: Node 127.0.0.1:17054 updated peer set (2): [127.0.0.1:17054]
2016/01/11 16:13:32 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:32 [INFO] nomad: adding server Node 17054.global (Addr: 127.0.0.1:17054) (DC: dc1)
2016/01/11 16:13:32 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:34 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:35 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:35 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:35 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:35 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:35 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:35 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:35 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:35 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:35 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:35 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:35 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:35 [DEBUG] client: available drivers [raw_exec qemu docker]
2016/01/11 16:13:35 [DEBUG] http: Shutting down http server
2016/01/11 16:13:35 [INFO] agent: requesting shutdown
2016/01/11 16:13:35 [INFO] client: shutting down
2016/01/11 16:13:35 [INFO] nomad: shutting down server
2016/01/11 16:13:35 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:35 [INFO] consul: shutting down consul service
2016/01/11 16:13:35 [ERR] nomad.client: Register failed: raft is already shutdown
2016/01/11 16:13:35 [INFO] agent: shutdown complete
2016/01/11 16:13:35 [INFO] serf: EventMemberJoin: Node 17057.global 127.0.0.1
2016/01/11 16:13:35 [INFO] raft: Node at 127.0.0.1:17057 [Leader] entering Leader state
2016/01/11 16:13:35 [INFO] nomad: starting 2 scheduling worker(s) for [batch system service _core]
2016/01/11 16:13:35 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:35 [DEBUG] raft: Node 127.0.0.1:17057 updated peer set (2): [127.0.0.1:17057]
2016/01/11 16:13:35 [INFO] client: using state directory /tmp/NomadClient566071322
2016/01/11 16:13:35 [INFO] client: using alloc directory /tmp/NomadClient739859121
2016/01/11 16:13:35 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:35 [INFO] nomad: adding server Node 17057.global (Addr: 127.0.0.1:17057) (DC: dc1)
2016/01/11 16:13:35 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:37 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:38 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:38 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:38 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:38 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:38 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:38 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:38 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:38 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:38 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:38 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:38 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:38 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:38 [DEBUG] client: node registration complete
2016/01/11 16:13:38 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:38 [DEBUG] client: state updated to ready
2016/01/11 16:13:38 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:38 [DEBUG] worker: dequeued evaluation e1de2a4f-688f-ede7-a5e2-2c6d5e683d1d
2016/01/11 16:13:38 [DEBUG] sched: <Eval 'e1de2a4f-688f-ede7-a5e2-2c6d5e683d1d' JobID: '4882502b-3218-bedb-e9c3-5a5c50f30295'>: allocs: (place 10) (update 0) (migrate 0) (stop 0) (ignore 0)
2016/01/11 16:13:38 [DEBUG] worker: submitted plan for evaluation e1de2a4f-688f-ede7-a5e2-2c6d5e683d1d
2016/01/11 16:13:38 [DEBUG] sched: <Eval 'e1de2a4f-688f-ede7-a5e2-2c6d5e683d1d' JobID: '4882502b-3218-bedb-e9c3-5a5c50f30295'>: setting status to complete
2016/01/11 16:13:38 [DEBUG] worker: updated evaluation <Eval 'e1de2a4f-688f-ede7-a5e2-2c6d5e683d1d' JobID: '4882502b-3218-bedb-e9c3-5a5c50f30295'>
2016/01/11 16:13:38 [DEBUG] worker: ack for evaluation e1de2a4f-688f-ede7-a5e2-2c6d5e683d1d
2016/01/11 16:13:38 [DEBUG] worker: dequeued evaluation e53b0f40-3020-b150-7fac-5c78c22140a1
2016/01/11 16:13:38 [DEBUG] sched: <Eval 'e53b0f40-3020-b150-7fac-5c78c22140a1' JobID: '88783a55-d9dd-a7ce-e340-364eb40cfbce'>: allocs: (place 10) (update 0) (migrate 0) (stop 0) (ignore 0)
2016/01/11 16:13:38 [DEBUG] worker: submitted plan for evaluation e53b0f40-3020-b150-7fac-5c78c22140a1
2016/01/11 16:13:38 [DEBUG] sched: <Eval 'e53b0f40-3020-b150-7fac-5c78c22140a1' JobID: '88783a55-d9dd-a7ce-e340-364eb40cfbce'>: setting status to complete
2016/01/11 16:13:38 [DEBUG] worker: updated evaluation <Eval 'e53b0f40-3020-b150-7fac-5c78c22140a1' JobID: '88783a55-d9dd-a7ce-e340-364eb40cfbce'>
2016/01/11 16:13:38 [DEBUG] worker: ack for evaluation e53b0f40-3020-b150-7fac-5c78c22140a1
2016/01/11 16:13:38 [DEBUG] worker: dequeued evaluation 9737d946-a132-6a4e-a18e-8cb2e9cb54fb
2016/01/11 16:13:38 [DEBUG] sched: <Eval '9737d946-a132-6a4e-a18e-8cb2e9cb54fb' JobID: 'ba165ecf-b651-fc19-8e32-ffb13a09ec6a'>: allocs: (place 10) (update 0) (migrate 0) (stop 0) (ignore 0)
2016/01/11 16:13:38 [DEBUG] http: Shutting down http server
2016/01/11 16:13:38 [INFO] agent: requesting shutdown
2016/01/11 16:13:38 [INFO] client: shutting down
2016/01/11 16:13:38 [INFO] nomad: shutting down server
2016/01/11 16:13:38 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:38 [ERR] nomad: failed to apply plan: leadership lost while committing log
2016/01/11 16:13:38 [ERR] worker: failed to submit plan for evaluation 9737d946-a132-6a4e-a18e-8cb2e9cb54fb: leadership lost while committing log
2016/01/11 16:13:38 [ERR] worker: failed to nack evaluation '9737d946-a132-6a4e-a18e-8cb2e9cb54fb': No cluster leader
2016/01/11 16:13:38 [INFO] consul: shutting down consul service
2016/01/11 16:13:38 [INFO] agent: shutdown complete
2016/01/11 16:13:38 [INFO] raft: Node at 127.0.0.1:17060 [Leader] entering Leader state
2016/01/11 16:13:38 [INFO] serf: EventMemberJoin: Node 17060.global 127.0.0.1
2016/01/11 16:13:38 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:38 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:38 [DEBUG] raft: Node 127.0.0.1:17060 updated peer set (2): [127.0.0.1:17060]
2016/01/11 16:13:38 [INFO] client: using state directory /tmp/NomadClient747189259
2016/01/11 16:13:38 [INFO] client: using alloc directory /tmp/NomadClient895002606
2016/01/11 16:13:38 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:38 [INFO] nomad: adding server Node 17060.global (Addr: 127.0.0.1:17060) (DC: dc1)
2016/01/11 16:13:38 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:40 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:41 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:41 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:41 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:41 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:41 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:41 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:41 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:41 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:41 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:41 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:41 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:41 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:41 [DEBUG] client: node registration complete
2016/01/11 16:13:41 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:41 [DEBUG] client: state updated to ready
2016/01/11 16:13:41 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:41 [DEBUG] worker: dequeued evaluation c7330d29-df47-8c3c-fdff-72f26b64be31
2016/01/11 16:13:41 [DEBUG] sched: <Eval 'c7330d29-df47-8c3c-fdff-72f26b64be31' JobID: 'aaaaaaaa-e8f7-fd38-c855-ab94ceb89706'>: allocs: (place 10) (update 0) (migrate 0) (stop 0) (ignore 0)
2016/01/11 16:13:41 [DEBUG] worker: submitted plan for evaluation c7330d29-df47-8c3c-fdff-72f26b64be31
2016/01/11 16:13:41 [DEBUG] sched: <Eval 'c7330d29-df47-8c3c-fdff-72f26b64be31' JobID: 'aaaaaaaa-e8f7-fd38-c855-ab94ceb89706'>: setting status to complete
2016/01/11 16:13:41 [DEBUG] worker: updated evaluation <Eval 'c7330d29-df47-8c3c-fdff-72f26b64be31' JobID: 'aaaaaaaa-e8f7-fd38-c855-ab94ceb89706'>
2016/01/11 16:13:41 [DEBUG] worker: ack for evaluation c7330d29-df47-8c3c-fdff-72f26b64be31
2016/01/11 16:13:41 [DEBUG] worker: dequeued evaluation bbc71d99-451f-66bc-188d-f2f4ecd98173
2016/01/11 16:13:41 [DEBUG] sched: <Eval 'bbc71d99-451f-66bc-188d-f2f4ecd98173' JobID: 'aabbbbbb-e8f7-fd38-c855-ab94ceb89706'>: allocs: (place 10) (update 0) (migrate 0) (stop 0) (ignore 0)
2016/01/11 16:13:41 [DEBUG] http: Shutting down http server
2016/01/11 16:13:41 [INFO] agent: requesting shutdown
2016/01/11 16:13:41 [INFO] client: shutting down
2016/01/11 16:13:41 [INFO] nomad: shutting down server
2016/01/11 16:13:41 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:41 [INFO] consul: shutting down consul service
2016/01/11 16:13:41 [DEBUG] worker: submitted plan for evaluation bbc71d99-451f-66bc-188d-f2f4ecd98173
2016/01/11 16:13:41 [DEBUG] sched: <Eval 'bbc71d99-451f-66bc-188d-f2f4ecd98173' JobID: 'aabbbbbb-e8f7-fd38-c855-ab94ceb89706'>: setting status to complete
2016/01/11 16:13:41 [ERR] worker: failed to nack evaluation 'bbc71d99-451f-66bc-188d-f2f4ecd98173': No cluster leader
2016/01/11 16:13:41 [INFO] agent: shutdown complete
2016/01/11 16:13:41 [INFO] serf: EventMemberJoin: Node 17063.global 127.0.0.1
2016/01/11 16:13:41 [INFO] nomad: starting 2 scheduling worker(s) for [batch system service _core]
2016/01/11 16:13:41 [INFO] raft: Node at 127.0.0.1:17063 [Leader] entering Leader state
2016/01/11 16:13:41 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:41 [INFO] client: using state directory /tmp/NomadClient436134736
2016/01/11 16:13:41 [DEBUG] raft: Node 127.0.0.1:17063 updated peer set (2): [127.0.0.1:17063]
2016/01/11 16:13:41 [INFO] client: using alloc directory /tmp/NomadClient546672751
2016/01/11 16:13:41 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:41 [INFO] nomad: adding server Node 17063.global (Addr: 127.0.0.1:17063) (DC: dc1)
2016/01/11 16:13:41 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:43 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:44 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:44 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:44 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:44 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:44 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:44 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:44 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:44 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:44 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:44 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:44 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:44 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:44 [DEBUG] client: node registration complete
2016/01/11 16:13:44 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:44 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:44 [DEBUG] client: state updated to ready
2016/01/11 16:13:44 [DEBUG] http: Shutting down http server
2016/01/11 16:13:44 [INFO] agent: requesting shutdown
2016/01/11 16:13:44 [INFO] client: shutting down
2016/01/11 16:13:44 [INFO] nomad: shutting down server
2016/01/11 16:13:44 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:44 [DEBUG] worker: dequeued evaluation 19035228-76ac-9ddc-174f-6f87531d3cdb
2016/01/11 16:13:44 [DEBUG] worker: nack for evaluation 19035228-76ac-9ddc-174f-6f87531d3cdb
2016/01/11 16:13:44 [INFO] consul: shutting down consul service
2016/01/11 16:13:44 [INFO] agent: shutdown complete
2016/01/11 16:13:44 [INFO] raft: Node at 127.0.0.1:17066 [Leader] entering Leader state
2016/01/11 16:13:44 [INFO] serf: EventMemberJoin: Node 17066.global 127.0.0.1
2016/01/11 16:13:44 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:44 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:44 [DEBUG] raft: Node 127.0.0.1:17066 updated peer set (2): [127.0.0.1:17066]
2016/01/11 16:13:44 [INFO] client: using state directory /tmp/NomadClient858804345
2016/01/11 16:13:44 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:44 [INFO] client: using alloc directory /tmp/NomadClient595703684
2016/01/11 16:13:44 [INFO] nomad: adding server Node 17066.global (Addr: 127.0.0.1:17066) (DC: dc1)
2016/01/11 16:13:44 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:46 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:47 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:47 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:47 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:47 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:47 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:47 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:47 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:47 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:47 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:47 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:47 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:47 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:47 [DEBUG] client: node registration complete
2016/01/11 16:13:47 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:47 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:47 [DEBUG] client: state updated to ready
2016/01/11 16:13:47 [DEBUG] http: Shutting down http server
2016/01/11 16:13:47 [INFO] agent: requesting shutdown
2016/01/11 16:13:47 [INFO] client: shutting down
2016/01/11 16:13:47 [INFO] nomad: shutting down server
2016/01/11 16:13:47 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:47 [DEBUG] worker: dequeued evaluation 573e5ace-0434-0349-a782-1ad94bf66b94
2016/01/11 16:13:47 [ERR] worker: failed to nack evaluation '573e5ace-0434-0349-a782-1ad94bf66b94': No cluster leader
2016/01/11 16:13:47 [INFO] consul: shutting down consul service
2016/01/11 16:13:47 [INFO] agent: shutdown complete
2016/01/11 16:13:47 [INFO] serf: EventMemberJoin: Node 17069.global 127.0.0.1
2016/01/11 16:13:47 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:47 [INFO] client: using state directory /tmp/NomadClient156730710
2016/01/11 16:13:47 [INFO] client: using alloc directory /tmp/NomadClient964474557
2016/01/11 16:13:47 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:47 [INFO] nomad: adding server Node 17069.global (Addr: 127.0.0.1:17069) (DC: dc1)
2016/01/11 16:13:47 [INFO] raft: Node at 127.0.0.1:17069 [Leader] entering Leader state
2016/01/11 16:13:47 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:47 [DEBUG] raft: Node 127.0.0.1:17069 updated peer set (2): [127.0.0.1:17069]
2016/01/11 16:13:47 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:49 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:50 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:50 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:50 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:50 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:50 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:50 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:50 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:50 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:50 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:50 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:50 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:50 [DEBUG] client: available drivers [qemu docker raw_exec]
2016/01/11 16:13:50 [DEBUG] client: node registration complete
2016/01/11 16:13:50 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:50 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:50 [DEBUG] client: state updated to ready
2016/01/11 16:13:50 [DEBUG] http: Shutting down http server
2016/01/11 16:13:50 [INFO] agent: requesting shutdown
2016/01/11 16:13:50 [INFO] client: shutting down
2016/01/11 16:13:50 [INFO] nomad: shutting down server
2016/01/11 16:13:50 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:50 [DEBUG] worker: dequeued evaluation 399b7f8d-f6ce-196e-e0ed-501f856044cd
2016/01/11 16:13:50 [ERR] worker: failed to nack evaluation '399b7f8d-f6ce-196e-e0ed-501f856044cd': No cluster leader
2016/01/11 16:13:50 [INFO] consul: shutting down consul service
2016/01/11 16:13:50 [INFO] agent: shutdown complete
2016/01/11 16:13:50 [INFO] serf: EventMemberJoin: Node 17072.global 127.0.0.1
2016/01/11 16:13:50 [INFO] nomad: starting 2 scheduling worker(s) for [batch system service _core]
2016/01/11 16:13:50 [INFO] client: using state directory /tmp/NomadClient711987703
2016/01/11 16:13:50 [INFO] client: using alloc directory /tmp/NomadClient429320426
2016/01/11 16:13:50 [INFO] raft: Node at 127.0.0.1:17072 [Leader] entering Leader state
2016/01/11 16:13:50 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:50 [DEBUG] raft: Node 127.0.0.1:17072 updated peer set (2): [127.0.0.1:17072]
2016/01/11 16:13:50 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:50 [INFO] nomad: adding server Node 17072.global (Addr: 127.0.0.1:17072) (DC: dc1)
2016/01/11 16:13:50 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:52 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:53 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:53 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:53 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:53 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:53 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:53 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:53 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:53 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:53 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:53 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:53 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:53 [DEBUG] client: available drivers [raw_exec qemu docker]
2016/01/11 16:13:53 [DEBUG] client: node registration complete
2016/01/11 16:13:53 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:53 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:53 [DEBUG] client: state updated to ready
2016/01/11 16:13:53 [DEBUG] worker: dequeued evaluation 5e5c5b8b-90e3-554a-8b69-23aad5bc1b8f
2016/01/11 16:13:53 [DEBUG] sched: <Eval '5e5c5b8b-90e3-554a-8b69-23aad5bc1b8f' JobID: '107a30fc-19cf-0449-3e61-11c2e13873ad'>: allocs: (place 0) (update 0) (migrate 0) (stop 0) (ignore 0)
2016/01/11 16:13:53 [DEBUG] sched: <Eval '5e5c5b8b-90e3-554a-8b69-23aad5bc1b8f' JobID: '107a30fc-19cf-0449-3e61-11c2e13873ad'>: setting status to complete
2016/01/11 16:13:53 [DEBUG] http: Shutting down http server
2016/01/11 16:13:53 [INFO] agent: requesting shutdown
2016/01/11 16:13:53 [INFO] client: shutting down
2016/01/11 16:13:53 [INFO] nomad: shutting down server
2016/01/11 16:13:53 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:53 [INFO] consul: shutting down consul service
2016/01/11 16:13:53 [INFO] nomad: cluster leadership lost
2016/01/11 16:13:53 [DEBUG] worker: updated evaluation <Eval '5e5c5b8b-90e3-554a-8b69-23aad5bc1b8f' JobID: '107a30fc-19cf-0449-3e61-11c2e13873ad'>
2016/01/11 16:13:53 [ERR] worker: failed to ack evaluation '5e5c5b8b-90e3-554a-8b69-23aad5bc1b8f': No cluster leader
2016/01/11 16:13:53 [INFO] agent: shutdown complete
2016/01/11 16:13:53 [INFO] raft: Node at 127.0.0.1:17075 [Leader] entering Leader state
2016/01/11 16:13:53 [INFO] serf: EventMemberJoin: Node 17075.global 127.0.0.1
2016/01/11 16:13:53 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:53 [INFO] client: using state directory /tmp/NomadClient727298988
2016/01/11 16:13:53 [INFO] client: using alloc directory /tmp/NomadClient023617819
2016/01/11 16:13:53 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:53 [DEBUG] raft: Node 127.0.0.1:17075 updated peer set (2): [127.0.0.1:17075]
2016/01/11 16:13:53 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:53 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:53 [INFO] nomad: adding server Node 17075.global (Addr: 127.0.0.1:17075) (DC: dc1)
2016/01/11 16:13:55 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:56 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:56 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:56 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:56 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:56 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:56 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:56 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:56 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:56 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:56 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:56 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:56 [DEBUG] client: available drivers [docker raw_exec qemu]
2016/01/11 16:13:56 [DEBUG] client: node registration complete
2016/01/11 16:13:56 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:56 [DEBUG] client: state updated to ready
2016/01/11 16:13:56 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:56 [DEBUG] worker: dequeued evaluation 63efbee0-6506-7e76-5c66-d49f2375a420
2016/01/11 16:13:56 [DEBUG] sched: <Eval '63efbee0-6506-7e76-5c66-d49f2375a420' JobID: '0ff4c437-e5d8-14bb-8409-b696def156eb'>: allocs: (place 10) (update 0) (migrate 0) (stop 0) (ignore 0)
2016/01/11 16:13:56 [DEBUG] http: Shutting down http server
2016/01/11 16:13:56 [INFO] agent: requesting shutdown
2016/01/11 16:13:56 [INFO] client: shutting down
2016/01/11 16:13:56 [INFO] nomad: shutting down server
2016/01/11 16:13:56 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:56 [ERR] worker: failed to nack evaluation '63efbee0-6506-7e76-5c66-d49f2375a420': No cluster leader
2016/01/11 16:13:56 [INFO] consul: shutting down consul service
2016/01/11 16:13:56 [INFO] agent: shutdown complete
2016/01/11 16:13:56 [INFO] raft: Node at 127.0.0.1:17078 [Leader] entering Leader state
2016/01/11 16:13:56 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:56 [INFO] serf: EventMemberJoin: Node 17078.global 127.0.0.1
2016/01/11 16:13:56 [DEBUG] raft: Node 127.0.0.1:17078 updated peer set (2): [127.0.0.1:17078]
2016/01/11 16:13:56 [INFO] nomad: starting 2 scheduling worker(s) for [service batch system _core]
2016/01/11 16:13:56 [INFO] client: using state directory /tmp/NomadClient661335557
2016/01/11 16:13:56 [INFO] client: using alloc directory /tmp/NomadClient708520864
2016/01/11 16:13:56 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:56 [INFO] nomad: adding server Node 17078.global (Addr: 127.0.0.1:17078) (DC: dc1)
2016/01/11 16:13:56 [DEBUG] client: periodically fingerprinting consul at duration 15s
2016/01/11 16:13:58 [DEBUG] fingerprint.env_aws: Error querying AWS Metadata URL, skipping
2016/01/11 16:13:59 [WARN]: fingerprint.env_gce: Could not read value for attribute "machine-type"
2016/01/11 16:13:59 [DEBUG] fingerprint.env_gce: Error querying GCE Metadata URL, skipping
2016/01/11 16:13:59 [DEBUG] fingerprint.network: Detected interface lo with IP 127.0.0.1 during fingerprinting
2016/01/11 16:13:59 [WARN] fingerprint.network: Unable to read link speed from /sys/class/net/lo/speed
2016/01/11 16:13:59 [DEBUG] fingerprint.network: Unable to read link speed; setting to default 100
2016/01/11 16:13:59 [DEBUG] client: applied fingerprints [arch cpu host memory network storage]
2016/01/11 16:13:59 [DEBUG] driver.java: must run as root user on linux, disabling
2016/01/11 16:13:59 [DEBUG] driver.rkt: must run as root user, disabling
2016/01/11 16:13:59 [DEBUG] driver.docker: privileged containers are disabled
2016/01/11 16:13:59 [DEBUG] driver.exec: must run as root user, disabling
2016/01/11 16:13:59 [WARN] driver.raw_exec: raw exec is enabled. Only enable if needed
2016/01/11 16:13:59 [DEBUG] client: available drivers [qemu docker raw_exec]
2016/01/11 16:13:59 [DEBUG] client: node registration complete
2016/01/11 16:13:59 [DEBUG] client: updated allocations at index 1 (0 allocs)
2016/01/11 16:13:59 [DEBUG] client: allocs: (added 0) (removed 0) (updated 0) (ignore 0)
2016/01/11 16:13:59 [DEBUG] client: state updated to ready
2016/01/11 16:13:59 [DEBUG] http: Shutting down http server
2016/01/11 16:13:59 [INFO] agent: requesting shutdown
2016/01/11 16:13:59 [INFO] client: shutting down
2016/01/11 16:13:59 [INFO] nomad: shutting down server
2016/01/11 16:13:59 [WARN] serf: Shutdown without a Leave
2016/01/11 16:13:59 [DEBUG] worker: dequeued evaluation cf4c364d-934e-9014-1714-bf8ef2ac9751
2016/01/11 16:13:59 [ERR] worker: failed to nack evaluation 'cf4c364d-934e-9014-1714-bf8ef2ac9751': No cluster leader
2016/01/11 16:13:59 [INFO] consul: shutting down consul service
2016/01/11 16:13:59 [INFO] agent: shutdown complete
2016/01/11 16:13:59 [INFO] serf: EventMemberJoin: Node 17081.global 127.0.0.1
2016/01/11 16:13:59 [INFO] nomad: starting 2 scheduling worker(s) for [system service batch _core]
2016/01/11 16:13:59 [INFO] client: using state directory /tmp/NomadClient563291602
2016/01/11 16:13:59 [INFO] client: using alloc directory /tmp/NomadClient340704521
2016/01/11 16:13:59 [INFO] raft: Node at 127.0.0.1:17081 [Leader] entering Leader state
2016/01/11 16:13:59 [INFO] raft: Disabling EnableSingleNode (bootstrap)
2016/01/11 16:13:59 [DEBUG] raft: Node 127.0.0.1:17081 updated peer set (2): [127.0.0.1:17081]
2016/01/11 16:13:59 [INFO] nomad: cluster leadership acquired
2016/01/11 16:13:59 [INFO] nomad: adding server Node 17081.global (Addr: 127.0.0.1:17081) (DC: dc1)
2016/01/11 16:13:59 [DEBUG] client: periodically fingerprinting consul at duration 15s
panic: test timed out after 1m20s
goroutine 2045 [running]:
testing.startAlarm.func1()
/usr/local/go/src/testing/testing.go:703 +0x132
created by time.goFunc
/usr/local/go/src/time/sleep.go:129 +0x3a
goroutine 1 [chan receive]:
testing.RunTests(0xfcf850, 0x14944a0, 0x3d, 0x3d, 0xc8201cc601)
/usr/local/go/src/testing/testing.go:562 +0x8ad
testing.(*M).Run(0xc8205ddef8, 0x14b39e0)
/usr/local/go/src/testing/testing.go:494 +0x70
main.main()
github.com/hashicorp/nomad/command/agent/_test/_testmain.go:250 +0x252
goroutine 17 [syscall, 1 minutes, locked to thread]:
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1721 +0x1
goroutine 18 [syscall, 1 minutes]:
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x37
goroutine 2008 [select]:
github.com/hashicorp/memberlist.(*Memberlist).triggerFunc(0xc8206d7a40, 0x5f5e100, 0xc820648ae0, 0xc820648a20, 0xc8205b92c0)
/opt/gopath/src/github.com/hashicorp/memberlist/state.go:115 +0x156
created by github.com/hashicorp/memberlist.(*Memberlist).schedule
/opt/gopath/src/github.com/hashicorp/memberlist/state.go:93 +0x2d0
goroutine 1135 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc8204dd600, 0xc82023e360)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 485 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc82007a000, 0xc8204abd40)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1496 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc8204dc2c0, 0xc8206e1568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc82002a100, 0xc8200aa050, 0xc8207f1830, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc8206e1b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc8206e1b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820848a80, 0xc820848a00, 0xc8200bfae0, 0xc82084f000, 0xc820309780, 0xd22da0, 0xc8200aa050, 0x16, 0xb2ade0, 0xc8207f1830, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc820848a00, 0x2b8a566aaf30, 0xc8207db940, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc8204dc2c0, 0xe23200, 0xe, 0xd22da0, 0xc820677f90, 0xb2ade0, 0xc8207f1650, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022ca50, 0xe23200, 0xe, 0xd22da0, 0xc820677f90, 0xb2ade0, 0xc8207f1650, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022ca50, 0xc8207d0ea0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 2001 [select]:
github.com/hashicorp/raft.(*Raft).runSnapshots(0xc8202fee00)
/opt/gopath/src/github.com/hashicorp/raft/raft.go:1642 +0x493
github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/raft.runSnapshots)-fm()
/opt/gopath/src/github.com/hashicorp/raft/raft.go:254 +0x20
github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc8202fee00, 0xc8205b8450)
/opt/gopath/src/github.com/hashicorp/raft/state.go:152 +0x44
created by github.com/hashicorp/raft.(*raftState).goFunc
/opt/gopath/src/github.com/hashicorp/raft/state.go:153 +0x4d
goroutine 384 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc820353340, 0xc820539f80)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1539 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc820353a20, 0xc8207cd6e0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 340 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc820352c60, 0xc8204de8a0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1065 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc82013fb80, 0xc820049568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f0250, 0xc8205b5770, 0xc82033d110, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc820049b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc820049b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc82050f400, 0xc82050f2c0, 0xc8206fb570, 0xc8203e8800, 0xc82060daa0, 0xd22da0, 0xc8205b5770, 0x16, 0xb2ade0, 0xc82033d110, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc82050f2c0, 0x2b8a566aaf30, 0xc8203219c0, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc82013fb80, 0xe23200, 0xe, 0xd22da0, 0xc8205b56d0, 0xb2ade0, 0xc82033cf90, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022c870, 0xe23200, 0xe, 0xd22da0, 0xc8205b56d0, 0xb2ade0, 0xc82033cf90, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022c870, 0xc82042cde0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 1933 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc8209af760, 0xc820047568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc82002b388, 0xc8207029b0, 0xc820a3de00, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc820047b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc820047b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820a48ec0, 0xc820a48e40, 0xc8200be350, 0xc820a52500, 0xc8209e05c0, 0xd22da0, 0xc8207029b0, 0x16, 0xb2ade0, 0xc820a3de00, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc820a48e40, 0x2b8a566aaf30, 0xc8209fff80, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc8209af760, 0xe23200, 0xe, 0xd22da0, 0xc820702910, 0xb2ade0, 0xc820a3dc80, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc820295590, 0xe23200, 0xe, 0xd22da0, 0xc820702910, 0xb2ade0, 0xc820a3dc80, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc820295590, 0xc8209fb5c0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 677 [select, 1 minutes, locked to thread]:
runtime.gopark(0xfcff30, 0xc820212f28, 0xe16ce8, 0x6, 0xc820212d18, 0x2)
/usr/local/go/src/runtime/proc.go:185 +0x163
runtime.selectgoImpl(0xc820212f28, 0x0, 0x18)
/usr/local/go/src/runtime/select.go:392 +0xa64
runtime.selectgo(0xc820212f28)
/usr/local/go/src/runtime/select.go:212 +0x12
runtime.ensureSigM.func1()
/usr/local/go/src/runtime/signal1_unix.go:227 +0x353
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1721 +0x1
goroutine 304 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc82013f340, 0xc82025f568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f0470, 0xc8204d8050, 0xc8204d6930, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc82025fb78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc82025fb78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820429840, 0xc8204297c0, 0xc8204c1920, 0xc8203e8d00, 0xc8204d0480, 0xd22da0, 0xc8204d8050, 0x16, 0xb2ade0, 0xc8204d6930, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc8204297c0, 0x2b8a566aaf30, 0xc8204ada00, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc82013f340, 0xe23200, 0xe, 0xd22da0, 0xc82033ff90, 0xb2ade0, 0xc8204d67b0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022c1e0, 0xe23200, 0xe, 0xd22da0, 0xc82033ff90, 0xb2ade0, 0xc8204d67b0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022c1e0, 0xc82031bb00)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 679 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/armon/go-metrics.(*Metrics).collectStats(0xc82028b590)
/opt/gopath/src/github.com/armon/go-metrics/metrics.go:67 +0x25
created by github.com/armon/go-metrics.New
/opt/gopath/src/github.com/armon/go-metrics/start.go:61 +0xdb
goroutine 880 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc82007bb80, 0xc8205df568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f0fc0, 0xc82055e280, 0xc82034bad0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc8205dfb78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc8205dfb78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc8204a5680, 0xc8204a5500, 0xc820501290, 0xc820355e00, 0xc82030d000, 0xd22da0, 0xc82055e280, 0x16, 0xb2ade0, 0xc82034bad0, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc8204a5500, 0x2b8a566aaf30, 0xc82038af80, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc82007bb80, 0xe23200, 0xe, 0xd22da0, 0xc82055e1e0, 0xb2ade0, 0xc82034b7d0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc8202943c0, 0xe23200, 0xe, 0xd22da0, 0xc82055e1e0, 0xb2ade0, 0xc82034b7d0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc8202943c0, 0xc82031e840)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 368 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc820352c60, 0xc82025b568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc82002a808, 0xc82045ba40, 0xc820529290, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc82025bb78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc82025bb78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc8204a4bc0, 0xc8204a4b40, 0xc82051f4e0, 0xc820316800, 0xc820523860, 0xd22da0, 0xc82045ba40, 0x16, 0xb2ade0, 0xc820529290, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc8204a4b40, 0x2b8a566aaf30, 0xc820524980, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc820352c60, 0xe23200, 0xe, 0xd22da0, 0xc82045b9a0, 0xb2ade0, 0xc820529110, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc8202942d0, 0xe23200, 0xe, 0xd22da0, 0xc82045b9a0, 0xb2ade0, 0xc820529110, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc8202942d0, 0xc820538360)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 10 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc82013e580, 0xc82001cc60)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 165 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc82007b760, 0xc82004d568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc82002a2a8, 0xc82028bb30, 0xc82034ab40, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc82004db78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc82004db78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc82026bcc0, 0xc82026bc40, 0xc82032b7b0, 0xc8202be000, 0xc82032d180, 0xd22da0, 0xc82028bb30, 0x16, 0xb2ade0, 0xc82034ab40, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc82026bc40, 0x2b8a566aaf30, 0xc8203234c0, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc82007b760, 0xe23200, 0xe, 0xd22da0, 0xc82028ba90, 0xb2ade0, 0xc82034a9c0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc8202941e0, 0xe23200, 0xe, 0xd22da0, 0xc82028ba90, 0xb2ade0, 0xc82034a9c0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc8202941e0, 0xc82031f860)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 1791 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc8207edce0, 0xc82086b568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f1690, 0xc8206d1540, 0xc8209aac60, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc82086bb78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc82086bb78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc82092ecc0, 0xc82092ec40, 0xc820601b50, 0xc8205ffe80, 0xc82099ed40, 0xd22da0, 0xc8206d1540, 0x16, 0xb2ade0, 0xc8209aac60, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc82092ec40, 0x2b8a566aaf30, 0xc8209a2ac0, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc8207edce0, 0xe23200, 0xe, 0xd22da0, 0xc8206d14a0, 0xb2ade0, 0xc8209aaae0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022cf00, 0xe23200, 0xe, 0xd22da0, 0xc8206d14a0, 0xb2ade0, 0xc8209aaae0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022cf00, 0xc820982660)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 2043 [select]:
github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers.func1(0xc82064ce40, 0xc8207de3c0, 0xc8207de360)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:364 +0xf5
created by github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:372 +0x223
goroutine 2007 [select]:
github.com/hashicorp/memberlist.(*Memberlist).pushPullTrigger(0xc8206d7a40, 0xc820648a20)
/opt/gopath/src/github.com/hashicorp/memberlist/state.go:133 +0x1f3
created by github.com/hashicorp/memberlist.(*Memberlist).schedule
/opt/gopath/src/github.com/hashicorp/memberlist/state.go:87 +0x1fa
goroutine 237 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc82013f080, 0xc820259568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f0310, 0xc82045a0a0, 0xc820458810, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc820259b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc820259b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc8203209c0, 0xc820320940, 0xc820445af0, 0xc820257400, 0xc820450740, 0xd22da0, 0xc82045a0a0, 0x16, 0xb2ade0, 0xc820458810, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc820320940, 0x2b8a566aaf30, 0xc82045c100, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc82013f080, 0xe23200, 0xe, 0xd22da0, 0xc82045a000, 0xb2ade0, 0xc820458690, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022c0f0, 0xe23200, 0xe, 0xd22da0, 0xc82045a000, 0xb2ade0, 0xc820458690, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022c0f0, 0xc820432840)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 241 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc82013f340, 0xc8204333e0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1558 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc820353a20, 0xc8206dd568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f0bd0, 0xc8206ea140, 0xc8201e2a50, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc8206ddb78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc8206ddb78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc82050ea00, 0xc82050e940, 0xc82039f2e0, 0xc820355700, 0xc82066e4a0, 0xd22da0, 0xc8206ea140, 0x16, 0xb2ade0, 0xc8201e2a50, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc82050e940, 0x2b8a566aaf30, 0xc820320040, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc820353a20, 0xe23200, 0xe, 0xd22da0, 0xc8206ea0a0, 0xb2ade0, 0xc8201e26f0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc820294b40, 0xe23200, 0xe, 0xd22da0, 0xc8206ea0a0, 0xb2ade0, 0xc8201e26f0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc820294b40, 0xc82046b500)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 86 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc82013e580, 0xc82004b568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f0118, 0xc82028a370, 0xc8202b4870, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc82004bb78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc82004bb78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc8200e71c0, 0xc8200e7140, 0xc82027dc70, 0xc8200fad80, 0xc820282b80, 0xd22da0, 0xc82028a370, 0x16, 0xb2ade0, 0xc8202b4870, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc8200e7140, 0x2b8a566aaf30, 0xc82026b5c0, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc82013e580, 0xe23200, 0xe, 0xd22da0, 0xc82028a280, 0xb2ade0, 0xc8202b46f0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022c000, 0xe23200, 0xe, 0xd22da0, 0xc82028a280, 0xb2ade0, 0xc8202b46f0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022c000, 0xc82026c720)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 1861 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc8209ae840, 0xc820869568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc82002b0b0, 0xc820686a00, 0xc820a1b290, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc820869b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc820869b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820993f00, 0xc820993e80, 0xc8204c1680, 0xc8209b2800, 0xc820a1c9c0, 0xd22da0, 0xc820686a00, 0x16, 0xb2ade0, 0xc820a1b290, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc820993e80, 0x2b8a566aaf30, 0xc820a0b940, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc8209ae840, 0xe23200, 0xe, 0xd22da0, 0xc820686960, 0xb2ade0, 0xc820a1b110, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc8202952c0, 0xe23200, 0xe, 0xd22da0, 0xc820686960, 0xb2ade0, 0xc820a1b110, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc8202952c0, 0xc820a05740)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 2014 [semacquire]:
sync.runtime_Syncsemacquire(0xc8207e39d0)
/usr/local/go/src/runtime/sema.go:237 +0x201
sync.(*Cond).Wait(0xc8207e39c0)
/usr/local/go/src/sync/cond.go:62 +0x9b
github.com/hashicorp/nomad/nomad.(*Worker).checkPaused(0xc820648b40)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/worker.go:90 +0x48
github.com/hashicorp/nomad/nomad.(*Worker).dequeueEvaluation(0xc820648b40, 0x1dcd6500, 0x0, 0x0, 0x0, 0x180001)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/worker.go:142 +0x15b
github.com/hashicorp/nomad/nomad.(*Worker).run(0xc820648b40)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/worker.go:99 +0x2e
created by github.com/hashicorp/nomad/nomad.NewWorker
/opt/gopath/src/github.com/hashicorp/nomad/nomad/worker.go:72 +0x1a8
goroutine 2004 [IO wait]:
net.runtime_pollWait(0x2b8a56ae54f8, 0x72, 0xc8200101b0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820407f70, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820407f70, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).readFrom(0xc820407f10, 0xc820878000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x2b8a566a2050, 0xc8200101b0)
/usr/local/go/src/net/fd_unix.go:259 +0x2a5
net.(*UDPConn).ReadFromUDP(0xc82002a8e8, 0xc820878000, 0x10000, 0x10000, 0xb6a760, 0x10000, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:61 +0x117
net.(*UDPConn).ReadFrom(0xc82002a8e8, 0xc820878000, 0x10000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:79 +0x116
github.com/hashicorp/memberlist.(*Memberlist).udpListen(0xc8206d7a40)
/opt/gopath/src/github.com/hashicorp/memberlist/net.go:284 +0x305
created by github.com/hashicorp/memberlist.newMemberlist
/opt/gopath/src/github.com/hashicorp/memberlist/memberlist.go:136 +0xfc5
goroutine 2044 [select]:
github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers.func1(0xc82064cea0, 0xc8207de3c0, 0xc8207de360)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:364 +0xf5
created by github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:372 +0x223
goroutine 510 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc82007a000, 0xc820507568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc82002a210, 0xc8200e9f90, 0xc820458180, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc820507b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc820507b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc82050f700, 0xc82050f680, 0xc820461060, 0xc820354480, 0xc8204d14a0, 0xd22da0, 0xc8200e9f90, 0x16, 0xb2ade0, 0xc820458180, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc82050f680, 0x2b8a566aaf30, 0xc8204674c0, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc82007a000, 0xe23200, 0xe, 0xd22da0, 0xc8200e9ef0, 0xb2ade0, 0xc8204d7f50, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022c2d0, 0xe23200, 0xe, 0xd22da0, 0xc8200e9ef0, 0xb2ade0, 0xc8204d7f50, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022c2d0, 0xc82042a240)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 903 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc820352b00, 0xc82031ce40)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 788 [select]:
github.com/armon/go-metrics.(*InmemSignal).run(0xc82050e680)
/opt/gopath/src/github.com/armon/go-metrics/inmem_signal.go:63 +0xf2
created by github.com/armon/go-metrics.NewInmemSignal
/opt/gopath/src/github.com/armon/go-metrics/inmem_signal.go:37 +0x22b
goroutine 2022 [select]:
github.com/hashicorp/nomad/nomad.(*ConnPool).reap(0xc8205b4b40)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/pool.go:380 +0x492
created by github.com/hashicorp/nomad/nomad.NewPool
/opt/gopath/src/github.com/hashicorp/nomad/nomad/pool.go:155 +0x1a1
goroutine 678 [select, 1 minutes]:
github.com/armon/go-metrics.(*InmemSignal).run(0xc8201149c0)
/opt/gopath/src/github.com/armon/go-metrics/inmem_signal.go:63 +0xf2
created by github.com/armon/go-metrics.NewInmemSignal
/opt/gopath/src/github.com/armon/go-metrics/inmem_signal.go:37 +0x22b
goroutine 828 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc82007bb80, 0xc8204df560)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1423 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc8204dc2c0, 0xc820831560)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 2000 [select]:
github.com/hashicorp/raft.(*Raft).runFSM(0xc8202fee00)
/opt/gopath/src/github.com/hashicorp/raft/raft.go:509 +0x10eb
github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/raft.runFSM)-fm()
/opt/gopath/src/github.com/hashicorp/raft/raft.go:253 +0x20
github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc8202fee00, 0xc8205b8440)
/opt/gopath/src/github.com/hashicorp/raft/state.go:152 +0x44
created by github.com/hashicorp/raft.(*raftState).goFunc
/opt/gopath/src/github.com/hashicorp/raft/state.go:153 +0x4d
goroutine 1937 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc820842b00, 0xc8209814a0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1562 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc820842c60, 0xc8202f9440)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 774 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc820352580, 0xc8205a7568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc82002a7d8, 0xc820374ff0, 0xc8205296e0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc8205a7b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc8205a7b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820519680, 0xc820519600, 0xc82048e180, 0xc820424c80, 0xc820517320, 0xd22da0, 0xc820374ff0, 0x16, 0xb2ade0, 0xc8205296e0, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc820519600, 0x2b8a566aaf30, 0xc820518e80, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc820352580, 0xe23200, 0xe, 0xd22da0, 0xc820374f50, 0xb2ade0, 0xc820529560, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022c3c0, 0xe23200, 0xe, 0xd22da0, 0xc820374f50, 0xb2ade0, 0xc820529560, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022c3c0, 0xc82059bd40)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 2011 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0xc8202fefc0, 0xe0edd8, 0x6, 0xc82091cd50)
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:1504 +0x63f
created by github.com/hashicorp/serf/serf.Create
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:397 +0x20a5
goroutine 657 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc8204dc6e0, 0xc8205a5568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f0888, 0xc82028afa0, 0xc82026f320, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc8205a5b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc8205a5b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820310d40, 0xc820310cc0, 0xc8201e4290, 0xc8204a6480, 0xc8202bbd00, 0xd22da0, 0xc82028afa0, 0x16, 0xb2ade0, 0xc82026f320, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc820310cc0, 0x2b8a566aaf30, 0xc82024fb40, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc8204dc6e0, 0xe23200, 0xe, 0xd22da0, 0xc82028af00, 0xb2ade0, 0xc82026f1a0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc8202945a0, 0xe23200, 0xe, 0xd22da0, 0xc82028af00, 0xb2ade0, 0xc82026f1a0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc8202945a0, 0xc820255da0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 2010 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReconnect(0xc8202fefc0)
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:1404 +0x107
created by github.com/hashicorp/serf/serf.Create
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:396 +0x2062
goroutine 1069 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc82007b340, 0xc820388060)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1998 [select]:
github.com/hashicorp/nomad/nomad.(*RaftLayer).Accept(0xc8207e2780, 0x0, 0x0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/raft_rpc.go:57 +0x18f
github.com/hashicorp/raft.(*NetworkTransport).listen(0xc820407ce0)
/opt/gopath/src/github.com/hashicorp/raft/net_transport.go:362 +0x79
created by github.com/hashicorp/raft.NewNetworkTransportWithLogger
/opt/gopath/src/github.com/hashicorp/raft/net_transport.go:154 +0x279
goroutine 136 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc82007b760, 0xc8202f8cc0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 171 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc82013f080, 0xc820389680)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 2029 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc820842f20, 0xc820649e60)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 2017 [select]:
github.com/hashicorp/nomad/nomad.(*Server).serfEventHandler(0xc820842f20)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/serf.go:14 +0x4da
created by github.com/hashicorp/nomad/nomad.NewServer
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:224 +0x14a3
goroutine 2020 [select]:
github.com/hashicorp/nomad/nomad.(*PlanQueue).EmitStats(0xc8200abf90, 0x3b9aca00, 0xc820927b60)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/plan_queue.go:200 +0x196
created by github.com/hashicorp/nomad/nomad.NewServer
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:233 +0x153d
goroutine 2025 [IO wait]:
net.runtime_pollWait(0x2b8a56ae58b8, 0x77, 0x454d90)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc82017c760, 0x77, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitWrite(0xc82017c760, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:82 +0x36
net.(*netFD).connect(0xc82017c700, 0x0, 0x0, 0x2b8a56ae4a50, 0xc8201928a0, 0xece25cbe5, 0x33fce55, 0x14b3b60, 0x0, 0x0)
/usr/local/go/src/net/fd_unix.go:114 +0x1f6
net.(*netFD).dial(0xc82017c700, 0x2b8a56ae4a08, 0x0, 0x2b8a56ae4a08, 0xc82091dce0, 0xece25cbe5, 0x33fce55, 0x14b3b60, 0x0, 0x0)
/usr/local/go/src/net/sock_posix.go:137 +0x351
net.socket(0xe17738, 0x3, 0x2, 0x1, 0x0, 0xc82091dc00, 0x2b8a56ae4a08, 0x0, 0x2b8a56ae4a08, 0xc82091dce0, ...)
/usr/local/go/src/net/sock_posix.go:89 +0x411
net.internetSocket(0xe17738, 0x3, 0x2b8a56ae4a08, 0x0, 0x2b8a56ae4a08, 0xc82091dce0, 0xece25cbe5, 0xc8033fce55, 0x14b3b60, 0x1, ...)
/usr/local/go/src/net/ipsock_posix.go:160 +0x141
net.dialTCP(0xe17738, 0x3, 0x0, 0xc82091dce0, 0xece25cbe5, 0xc8033fce55, 0x14b3b60, 0xc8203041f0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:171 +0x11e
net.dialSingle(0xc8205fe000, 0x2b8a56ae5a38, 0xc82091dce0, 0xece25cbe5, 0x33fce55, 0x14b3b60, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:364 +0x3f5
net.dialSerial.func1(0xece25cbe5, 0x33fce55, 0x14b3b60, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:336 +0x75
net.dial(0xe17738, 0x3, 0x2b8a56ae5a38, 0xc82091dce0, 0xc8205a96e8, 0xece25cbe5, 0x33fce55, 0x14b3b60, 0x0, 0x0, ...)
/usr/local/go/src/net/fd_unix.go:40 +0x60
net.dialSerial(0xc8205fe000, 0xc8203041f0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:338 +0x760
net.(*Dialer).Dial(0xc8205b5270, 0xe17738, 0x3, 0xc820192860, 0x12, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/dial.go:232 +0x50f
net.(*Dialer).Dial-fm(0xe17738, 0x3, 0xc820192860, 0x12, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:38 +0x6e
net/http.(*Transport).dial(0xc82089af30, 0xe17738, 0x3, 0xc820192860, 0x12, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:499 +0x79
net/http.(*Transport).dialConn(0xc82089af30, 0x0, 0xc82091db30, 0x4, 0xc820192860, 0x12, 0xc8209832c0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:596 +0x19a9
net/http.(*Transport).getConn.func4(0xc82089af30, 0x0, 0xc82091db30, 0x4, 0xc820192860, 0x12, 0xc8206495c0)
/usr/local/go/src/net/http/transport.go:549 +0x66
created by net/http.(*Transport).getConn
/usr/local/go/src/net/http/transport.go:551 +0x265
goroutine 718 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc820352580, 0xc82059cde0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 2009 [select]:
github.com/hashicorp/serf/serf.(*Serf).handleReap(0xc8202fefc0)
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:1388 +0x2a9
created by github.com/hashicorp/serf/serf.Create
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:395 +0x203d
goroutine 561 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc82013f600, 0xc820388300)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1200 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc8207ec2c0, 0xc8207d3c80)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 2028 [select]:
github.com/hashicorp/nomad/nomad.(*PeriodicDispatch).run(0xc820927d40)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/periodic.go:305 +0x253
created by github.com/hashicorp/nomad/nomad.(*PeriodicDispatch).Start
/opt/gopath/src/github.com/hashicorp/nomad/nomad/periodic.go:162 +0x74
goroutine 2013 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0xc8202fefc0, 0xe0feb8, 0x5, 0xc82091cdb0)
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:1504 +0x63f
created by github.com/hashicorp/serf/serf.Create
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:399 +0x2131
goroutine 2003 [IO wait]:
net.runtime_pollWait(0x2b8a56ae5738, 0x72, 0xc8200101b0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820407f00, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820407f00, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820407ea0, 0x0, 0x2b8a566a6eb8, 0xc820192900)
/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc82002a8d0, 0xc820981ec0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
github.com/hashicorp/memberlist.(*Memberlist).tcpListen(0xc8206d7a40)
/opt/gopath/src/github.com/hashicorp/memberlist/net.go:188 +0x38
created by github.com/hashicorp/memberlist.newMemberlist
/opt/gopath/src/github.com/hashicorp/memberlist/memberlist.go:135 +0xfa3
goroutine 1996 [select]:
net/http.(*Transport).getConn(0xc82089af30, 0xc820324e00, 0x0, 0xc82091db30, 0x4, 0xc820192860, 0x12, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:554 +0x663
net/http.(*Transport).RoundTrip(0xc82089af30, 0xc820324e00, 0x2, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:228 +0x4ac
net/http.send(0xc820324e00, 0x2b8a566a68e8, 0xc82089af30, 0xc82091dbc0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:220 +0x52c
net/http.(*Client).send(0xc820a2d5c8, 0xc820324e00, 0x2e, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:143 +0x15a
net/http.(*Client).doFollowingRedirects(0xc820a2d5c8, 0xc820324e00, 0xfcfaa8, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:380 +0xbc0
net/http.(*Client).Get(0xc820a2d5c8, 0xc82091db30, 0x2e, 0xe118d0, 0x0, 0x0)
/usr/local/go/src/net/http/client.go:306 +0xaa
github.com/hashicorp/nomad/client/fingerprint.(*EnvAWSFingerprint).isAWS(0xc82002ab40, 0xc820a2d600)
/opt/gopath/src/github.com/hashicorp/nomad/client/fingerprint/env_aws.go:183 +0x176
github.com/hashicorp/nomad/client/fingerprint.(*EnvAWSFingerprint).Fingerprint(0xc82002ab40, 0xc820808280, 0xc8208083c0, 0x2b8a566ab028, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/fingerprint/env_aws.go:83 +0x54
github.com/hashicorp/nomad/client.(*Client).fingerprint(0xc82022cc30, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:491 +0x588
github.com/hashicorp/nomad/client.NewClient(0xc820808280, 0xc820808418, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:127 +0x6aa
github.com/hashicorp/nomad/command/agent.(*Agent).setupClient(0xc8200abef0, 0x0, 0x0)
github.com/hashicorp/nomad/command/agent/_test/_obj_test/agent.go:304 +0xa28
github.com/hashicorp/nomad/command/agent.NewAgent(0xc820612240, 0x2b8a566a6490, 0xc82002a018, 0x1, 0x0, 0x0)
github.com/hashicorp/nomad/command/agent/_test/_obj_test/agent.go:58 +0x277
github.com/hashicorp/nomad/command/agent.makeAgent(0xc82089a5a0, 0x0, 0x0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/command/agent/agent_test.go:64 +0x361
github.com/hashicorp/nomad/command/agent.makeHTTPServer(0xc82089a5a0, 0x0, 0x11)
/opt/gopath/src/github.com/hashicorp/nomad/command/agent/http_test.go:34 +0x4f
github.com/hashicorp/nomad/command/agent.httpTest(0xc82089a5a0, 0x0, 0xc820a2df30)
/opt/gopath/src/github.com/hashicorp/nomad/command/agent/http_test.go:307 +0x2f
github.com/hashicorp/nomad/command/agent.TestHTTP_JobAllocations(0xc82089a5a0)
/opt/gopath/src/github.com/hashicorp/nomad/command/agent/job_endpoint_test.go:444 +0x42
testing.tRunner(0xc82089a5a0, 0x14948c0)
/usr/local/go/src/testing/testing.go:456 +0x98
created by testing.RunTests
/usr/local/go/src/testing/testing.go:561 +0x86d
goroutine 712 [select, 1 minutes]:
github.com/hashicorp/go-checkpoint.CheckInterval.func1(0x4e94914f0000, 0xc8204a7f80, 0xc82027de30, 0xc82059c3c0)
/opt/gopath/src/github.com/hashicorp/go-checkpoint/checkpoint.go:197 +0x130
created by github.com/hashicorp/go-checkpoint.CheckInterval
/opt/gopath/src/github.com/hashicorp/go-checkpoint/checkpoint.go:205 +0xb7
goroutine 446 [IO wait]:
net.runtime_pollWait(0x2b8a56ae5678, 0x72, 0xc8200101b0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc8203863e0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8203863e0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc820386380, 0xc8204be000, 0x1000, 0x1000, 0x0, 0x2b8a566a2050, 0xc8200101b0)
/usr/local/go/src/net/fd_unix.go:232 +0x23a
net.(*conn).Read(0xc8200f01a0, 0xc8204be000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
net/http.noteEOFReader.Read(0x2b8a56ae67a8, 0xc8200f01a0, 0xc8200c2318, 0xc8204be000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:1370 +0x67
net/http.(*noteEOFReader).Read(0xc8205123c0, 0xc8204be000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
<autogenerated>:126 +0xd0
bufio.(*Reader).fill(0xc8204aa8a0)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Peek(0xc8204aa8a0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:132 +0xcc
net/http.(*persistConn).readLoop(0xc8200c22c0)
/usr/local/go/src/net/http/transport.go:876 +0xf7
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:685 +0xc78
goroutine 2005 [select]:
github.com/hashicorp/memberlist.(*Memberlist).udpHandler(0xc8206d7a40)
/opt/gopath/src/github.com/hashicorp/memberlist/net.go:370 +0x465
created by github.com/hashicorp/memberlist.newMemberlist
/opt/gopath/src/github.com/hashicorp/memberlist/memberlist.go:137 +0xfe7
goroutine 2041 [select]:
github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers.func1(0xc82064cd80, 0xc8207de3c0, 0xc8207de360)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:364 +0xf5
created by github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:372 +0x223
goroutine 1353 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc8207ed4a0, 0xc820894fc0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 2027 [select]:
github.com/hashicorp/nomad/nomad.(*PlanQueue).Dequeue(0xc8200abf90, 0x0, 0x0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/plan_queue.go:155 +0x37e
github.com/hashicorp/nomad/nomad.(*Server).planApply(0xc820842f20)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/plan_apply.go:47 +0x84
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:111 +0xd7
goroutine 573 [select, 1 minutes]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc82013f600, 0xc820503568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f05e0, 0xc8203750e0, 0xc8203d1950, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc820503b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc820503b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc82042f200, 0xc82042f180, 0xc8203d3860, 0xc820256080, 0xc8203ce580, 0xd22da0, 0xc8203750e0, 0x16, 0xb2ade0, 0xc8203d1950, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc82042f180, 0x2b8a566aaf30, 0xc820322d80, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc82013f600, 0xe23200, 0xe, 0xd22da0, 0xc820375040, 0xb2ade0, 0xc8203d1740, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc8202944b0, 0xe23200, 0xe, 0xd22da0, 0xc820375040, 0xb2ade0, 0xc8203d1740, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc8202944b0, 0xc82031d200)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 789 [sleep]:
time.Sleep(0x3b9aca00)
/usr/local/go/src/runtime/time.go:59 +0xf9
github.com/armon/go-metrics.(*Metrics).collectStats(0xc82045a780)
/opt/gopath/src/github.com/armon/go-metrics/metrics.go:67 +0x25
created by github.com/armon/go-metrics.New
/opt/gopath/src/github.com/armon/go-metrics/start.go:61 +0xdb
goroutine 447 [select]:
net/http.(*persistConn).writeLoop(0xc8200c22c0)
/usr/local/go/src/net/http/transport.go:1009 +0x40c
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:686 +0xc9d
goroutine 1141 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc82007b340, 0xc8206e3568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc82002a188, 0xc82039d720, 0xc8202b4db0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc8206e3b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc8206e3b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820322340, 0xc8203222c0, 0xc8205b8880, 0xc8200a4f80, 0xc820681540, 0xd22da0, 0xc82039d720, 0x16, 0xb2ade0, 0xc8202b4db0, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc8203222c0, 0x2b8a566aaf30, 0xc8201ebc40, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc82007b340, 0xe23200, 0xe, 0xd22da0, 0xc82039d680, 0xb2ade0, 0xc8202b4b70, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022c960, 0xe23200, 0xe, 0xd22da0, 0xc82039d680, 0xb2ade0, 0xc8202b4b70, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022c960, 0xc820255200)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 983 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc820352b00, 0xc8205a3568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f11d0, 0xc8206ead70, 0xc82050b740, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc8205a3b78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc8205a3b78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820323180, 0xc820322f00, 0xc820704df0, 0xc820081900, 0xc8206e7080, 0xd22da0, 0xc8206ead70, 0x16, 0xb2ade0, 0xc82050b740, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc820322f00, 0x2b8a566aaf30, 0xc820519840, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc820352b00, 0xe23200, 0xe, 0xd22da0, 0xc8206eaa50, 0xb2ade0, 0xc82050b2f0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022c5a0, 0xe23200, 0xe, 0xd22da0, 0xc8206eaa50, 0xb2ade0, 0xc82050b2f0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022c5a0, 0xc82059a7e0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 2030 [select]:
github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers(0xc820407a40, 0xc82088aed8, 0x1, 0x1, 0xc82064d380, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:378 +0x334
github.com/hashicorp/nomad/nomad.(*EvalBroker).Dequeue(0xc820407a40, 0xc82088aed8, 0x1, 0x1, 0x3b9aca00, 0x0, 0x0, 0x0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:243 +0x1df
github.com/hashicorp/nomad/nomad.(*Server).reapFailedEvaluations(0xc820842f20, 0xc820649e60)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:271 +0xff
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:134 +0x213
goroutine 817 [select]:
github.com/hashicorp/go-checkpoint.CheckInterval.func1(0x4e94914f0000, 0xc8203e8380, 0xc8204611a0, 0xc8205105a0)
/opt/gopath/src/github.com/hashicorp/go-checkpoint/checkpoint.go:197 +0x130
created by github.com/hashicorp/go-checkpoint.CheckInterval
/opt/gopath/src/github.com/hashicorp/go-checkpoint/checkpoint.go:205 +0xb7
goroutine 1997 [select]:
github.com/hashicorp/nomad/nomad.(*ConnPool).reap(0xc8205b4000)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/pool.go:380 +0x492
created by github.com/hashicorp/nomad/nomad.NewPool
/opt/gopath/src/github.com/hashicorp/nomad/nomad/pool.go:155 +0x1a1
goroutine 2026 [select]:
github.com/hashicorp/nomad/nomad.(*Server).leaderLoop(0xc820842f20, 0xc820649e60)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:83 +0x37f
created by github.com/hashicorp/nomad/nomad.(*Server).monitorLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:24 +0x10c
goroutine 2019 [select]:
github.com/hashicorp/nomad/nomad.(*EvalBroker).EmitStats(0xc820407a40, 0x3b9aca00, 0xc820927b60)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:561 +0x5e7
created by github.com/hashicorp/nomad/nomad.NewServer
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:230 +0x1501
goroutine 2024 [select]:
github.com/hashicorp/nomad/client.(*Client).fingerprintPeriodic(0xc82022cc30, 0xe125f0, 0x6, 0x2b8a56ae6410, 0xc8206e6d40, 0x37e11d600)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:517 +0x467
created by github.com/hashicorp/nomad/client.(*Client).fingerprint
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:503 +0x6a3
goroutine 1983 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc820842b00, 0xc820a8b568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc82002a448, 0xc8206ea0f0, 0xc8209407e0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc820a8bb78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc820a8bb78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820992000, 0xc820a07f40, 0xc820189270, 0xc820947c00, 0xc8200b9460, 0xd22da0, 0xc8206ea0f0, 0x16, 0xb2ade0, 0xc8209407e0, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc820a07f40, 0x2b8a566aaf30, 0xc8206229c0, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc820842b00, 0xe23200, 0xe, 0xd22da0, 0xc8206ea000, 0xb2ade0, 0xc820940630, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022cb40, 0xe23200, 0xe, 0xd22da0, 0xc8206ea000, 0xb2ade0, 0xc820940630, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022cb40, 0xc8207e05a0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 1892 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc8209af760, 0xc820a45aa0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1719 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc8207ed600, 0xc8205db568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f14c0, 0xc82039cc80, 0xc82091d470, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc8205dbb78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc8205dbb78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc820615300, 0xc820615280, 0xc82066a450, 0xc82061a400, 0xc820250360, 0xd22da0, 0xc82039cc80, 0x16, 0xb2ade0, 0xc82091d470, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc820615280, 0x2b8a566aaf30, 0xc82092e540, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc8207ed600, 0xe23200, 0xe, 0xd22da0, 0xc82039ca00, 0xb2ade0, 0xc82091d2f0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc820294ff0, 0xe23200, 0xe, 0xd22da0, 0xc82039ca00, 0xb2ade0, 0xc82091d2f0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc820294ff0, 0xc8207e0c60)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 2012 [select]:
github.com/hashicorp/serf/serf.(*Serf).checkQueueDepth(0xc8202fefc0, 0xe0e508, 0x5, 0xc82091cd80)
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:1504 +0x63f
created by github.com/hashicorp/serf/serf.Create
/opt/gopath/src/github.com/hashicorp/serf/serf/serf.go:398 +0x20eb
goroutine 1643 [select]:
github.com/hashicorp/nomad/nomad.(*Server).blockingRPC(0xc820842c60, 0xc82086f568, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:341 +0x285
github.com/hashicorp/nomad/nomad.(*Node).GetAllocs(0xc8200f1188, 0xc8205b5f40, 0xc820866540, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/node_endpoint.go:382 +0x427
reflect.Value.call(0xc70440, 0xdba4a0, 0x13, 0xe0dd30, 0x4, 0xc82086fb78, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc70440, 0xdba4a0, 0x13, 0xc82086fb78, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc8200e6280, 0xc8200e60c0, 0xc82068c670, 0xc8208bef00, 0xc820443780, 0xd22da0, 0xc8205b5f40, 0x16, 0xb2ade0, 0xc820866540, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc8200e60c0, 0x2b8a566aaf30, 0xc82085e840, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc820842c60, 0xe23200, 0xe, 0xd22da0, 0xc8205b5ea0, 0xb2ade0, 0xc8208663c0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/client.(*Client).RPC(0xc82022ce10, 0xe23200, 0xe, 0xd22da0, 0xc8205b5ea0, 0xb2ade0, 0xc8208663c0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:250 +0xd0
github.com/hashicorp/nomad/client.(*Client).watchAllocations(0xc82022ce10, 0xc82023e780)
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:709 +0x1a2
created by github.com/hashicorp/nomad/client.(*Client).run
/opt/gopath/src/github.com/hashicorp/nomad/client/client.go:601 +0xe2
goroutine 1647 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc8207ed600, 0xc8208c52c0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 1999 [select]:
github.com/hashicorp/raft.(*Raft).leaderLoop(0xc8202fee00)
/opt/gopath/src/github.com/hashicorp/raft/raft.go:854 +0xcce
github.com/hashicorp/raft.(*Raft).runLeader(0xc8202fee00)
/opt/gopath/src/github.com/hashicorp/raft/raft.go:826 +0x9d0
github.com/hashicorp/raft.(*Raft).run(0xc8202fee00)
/opt/gopath/src/github.com/hashicorp/raft/raft.go:602 +0xbb
github.com/hashicorp/raft.(*Raft).(github.com/hashicorp/raft.run)-fm()
/opt/gopath/src/github.com/hashicorp/raft/raft.go:252 +0x20
github.com/hashicorp/raft.(*raftState).goFunc.func1(0xc8202fee00, 0xc8205b8430)
/opt/gopath/src/github.com/hashicorp/raft/state.go:152 +0x44
created by github.com/hashicorp/raft.(*raftState).goFunc
/opt/gopath/src/github.com/hashicorp/raft/state.go:153 +0x4d
goroutine 2015 [select]:
github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers(0xc820407a40, 0xc8209278c0, 0x4, 0x6, 0xc8207de300, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:378 +0x334
github.com/hashicorp/nomad/nomad.(*EvalBroker).Dequeue(0xc820407a40, 0xc8209278c0, 0x4, 0x6, 0x1dcd6500, 0xece25cbc8, 0x0, 0x0, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:243 +0x1df
github.com/hashicorp/nomad/nomad.(*Eval).Dequeue(0xc82002a6f8, 0xc820620660, 0xc820620690, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_endpoint.go:86 +0x2ea
reflect.Value.call(0xc6f7c0, 0xda5bf0, 0x13, 0xe0dd30, 0x4, 0xc8205d9c90, 0x3, 0x3, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:432 +0x120a
reflect.Value.Call(0xc6f7c0, 0xda5bf0, 0x13, 0xc8205d9c90, 0x3, 0x3, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:300 +0xb1
net/rpc.(*service).call(0xc8207e2680, 0xc8207e2580, 0xc8203c2070, 0xc82093b700, 0xc820192a60, 0xd21de0, 0xc820620660, 0x16, 0xb2aa20, 0xc820620690, ...)
/usr/local/go/src/net/rpc/server.go:383 +0x1c1
net/rpc.(*Server).ServeRequest(0xc8207e2580, 0x2b8a566aaf30, 0xc8208ca640, 0x0, 0x0)
/usr/local/go/src/net/rpc/server.go:498 +0x294
github.com/hashicorp/nomad/nomad.(*Server).RPC(0xc820842f20, 0xe20190, 0xc, 0xd21de0, 0xc82091def0, 0xb2aa20, 0xc82091df20, 0x0, 0x0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:680 +0x109
github.com/hashicorp/nomad/nomad.(*Worker).dequeueEvaluation(0xc820648ba0, 0x1dcd6500, 0x0, 0x0, 0x0, 0xc820926a20)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/worker.go:146 +0x1e3
github.com/hashicorp/nomad/nomad.(*Worker).run(0xc820648ba0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/worker.go:99 +0x2e
created by github.com/hashicorp/nomad/nomad.NewWorker
/opt/gopath/src/github.com/hashicorp/nomad/nomad/worker.go:72 +0x1a8
goroutine 2002 [select]:
github.com/hashicorp/serf/serf.(*serfQueries).stream(0xc82091cb40)
/opt/gopath/src/github.com/hashicorp/serf/serf/internal_query.go:80 +0x294
created by github.com/hashicorp/serf/serf.newSerfQueries
/opt/gopath/src/github.com/hashicorp/serf/serf/internal_query.go:73 +0x110
goroutine 2006 [select]:
github.com/hashicorp/memberlist.(*Memberlist).triggerFunc(0xc8206d7a40, 0x5f5e100, 0xc820648a80, 0xc820648a20, 0xc8205b92b0)
/opt/gopath/src/github.com/hashicorp/memberlist/state.go:115 +0x156
created by github.com/hashicorp/memberlist.(*Memberlist).schedule
/opt/gopath/src/github.com/hashicorp/memberlist/state.go:81 +0x179
goroutine 2042 [select]:
github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers.func1(0xc82064cde0, 0xc8207de3c0, 0xc8207de360)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:364 +0xf5
created by github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:372 +0x223
goroutine 1751 [select]:
github.com/hashicorp/nomad/nomad.(*Server).schedulePeriodic(0xc8207edce0, 0xc82094efc0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:236 +0x307
created by github.com/hashicorp/nomad/nomad.(*Server).establishLeadership
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:131 +0x1e1
goroutine 2021 [select]:
github.com/hashicorp/nomad/nomad.(*Server).heartbeatStats(0xc820842f20)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/heartbeat.go:137 +0x200
created by github.com/hashicorp/nomad/nomad.NewServer
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:236 +0x155f
goroutine 2018 [IO wait]:
net.runtime_pollWait(0x2b8a56ae55b8, 0x72, 0xc8200101b0)
/usr/local/go/src/runtime/netpoll.go:157 +0x60
net.(*pollDesc).Wait(0xc820407c60, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc820407c60, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc820407c00, 0x0, 0x2b8a566a6eb8, 0xc8201930c0)
/usr/local/go/src/net/fd_unix.go:408 +0x27c
net.(*TCPListener).AcceptTCP(0xc82002a788, 0x43df2b, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
net.(*TCPListener).Accept(0xc82002a788, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
github.com/hashicorp/nomad/nomad.(*Server).listen(0xc820842f20)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/rpc.go:71 +0x5f
created by github.com/hashicorp/nomad/nomad.NewServer
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:227 +0x14c5
goroutine 2016 [select]:
github.com/hashicorp/nomad/nomad.(*Server).monitorLeadership(0xc820842f20)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/leader.go:20 +0x1ea
created by github.com/hashicorp/nomad/nomad.NewServer
/opt/gopath/src/github.com/hashicorp/nomad/nomad/server.go:221 +0x1481
goroutine 2036 [select]:
github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers.func1(0xc8208c4a80, 0xc82064d440, 0xc82064d3e0)
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:364 +0xf5
created by github.com/hashicorp/nomad/nomad.(*EvalBroker).waitForSchedulers
/opt/gopath/src/github.com/hashicorp/nomad/nomad/eval_broker.go:372 +0x223
FAIL github.com/hashicorp/nomad/command/agent 80.020s
? github.com/hashicorp/nomad/demo/digitalocean/app [no test files]
ok github.com/hashicorp/nomad/helper/args 0.002s coverage: 90.9% of statements
? github.com/hashicorp/nomad/helper/discover [no test files]
ok github.com/hashicorp/nomad/helper/flag-slice 0.003s coverage: 66.7% of statements
ok github.com/hashicorp/nomad/helper/gated-writer 0.003s coverage: 100.0% of statements
? github.com/hashicorp/nomad/helper/testtask [no test files]
ok github.com/hashicorp/nomad/jobspec 0.021s coverage: 78.8% of statements
ok github.com/hashicorp/nomad/nomad 23.464s coverage: 78.5% of statements
? github.com/hashicorp/nomad/nomad/mock [no test files]
ok github.com/hashicorp/nomad/nomad/state 0.018s coverage: 81.5% of statements
ok github.com/hashicorp/nomad/nomad/structs 0.013s coverage: 59.3% of statements
ok github.com/hashicorp/nomad/nomad/watch 0.002s coverage: 100.0% of statements
ok github.com/hashicorp/nomad/scheduler 0.037s coverage: 88.8% of statements
ok github.com/hashicorp/nomad/testutil 0.005s coverage: 0.0% of statements
make: *** [test] Error 123
real 5m58.850s
user 3m26.588s
sys 0m34.116s
vagrant@nomad:/opt/gopath/src/github.com/hashicorp/nomad$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment