Skip to content

Instantly share code, notes, and snippets.

@simonjohansson
Created September 16, 2014 19:09
Show Gist options
  • Save simonjohansson/cb64088d2f5ca4b4c0c4 to your computer and use it in GitHub Desktop.
Save simonjohansson/cb64088d2f5ca4b4c0c4 to your computer and use it in GitHub Desktop.
DRS lock issue
Director task 35
# Logfile created on 2014-09-16 18:52:04 +0000 by logger.rb/31641
I, [2014-09-16T18:52:04.813669 #1555] INFO -- : Director Version : 1.2710.0
I, [2014-09-16T18:52:04.813704 #1555] INFO -- : Enqueuing task: 35
I, [2014-09-16T18:52:06.999852 #23095] [0x136f078] INFO -- : Looking for task with task id 35
D, [2014-09-16T18:52:07.000884 #23095] [0x136f078] DEBUG -- : (0.000632s) SELECT * FROM "tasks" WHERE "id" = 35
I, [2014-09-16T18:52:07.002730 #23095] [0x136f078] INFO -- : Starting task: 35
I, [2014-09-16T18:52:07.002938 #23095] [task:35] INFO -- : Creating job
D, [2014-09-16T18:52:07.003237 #23095] [task:35] DEBUG -- : (0.000136s) SELECT * FROM "tasks" WHERE "id" = 35
I, [2014-09-16T18:52:07.003525 #23095] [task:35] INFO -- : Performing task: 35
D, [2014-09-16T18:52:07.004081 #23095] [task:35] DEBUG -- : (0.000073s) BEGIN
D, [2014-09-16T18:52:07.005203 #23095] [task:35] DEBUG -- : (0.000214s) UPDATE "tasks" SET "state" = 'processing', "timestamp" = '2014-09-16 18:52:07.003676+0000', "description" = 'run errand smoke_tests from deployment test', "result" = NULL, "output" = '/var/vcap/store/director/tasks/35', "user_id" = NULL, "checkpoint_time" = '2014-09-16 18:52:07.003729+0000', "type" = 'run_errand' WHERE ("id" = 35)
D, [2014-09-16T18:52:07.007299 #23095] [task:35] DEBUG -- : (0.001981s) COMMIT
D, [2014-09-16T18:52:07.008080 #23095] [task:35] DEBUG -- : (0.000380s) SELECT * FROM "deployments" WHERE ("name" = 'test') LIMIT 1
I, [2014-09-16T18:52:07.104201 #23095] [task:35] INFO -- : Acquiring deployment lock on test
D, [2014-09-16T18:52:07.104357 #23095] [task:35] DEBUG -- : Acquiring lock: lock:deployment:test
D, [2014-09-16T18:52:07.104708 #23095] [task:35] DEBUG -- : Acquired lock: lock:deployment:test
D, [2014-09-16T18:52:07.241507 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:08.357053 #23095] [task:35] DEBUG -- : (0.001551s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'vsphere_disk') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
I, [2014-09-16T18:52:08.738674 #23095] [task:35] INFO -- : Starting to prepare for deployment
I, [2014-09-16T18:52:08.738948 #23095] [task:35] INFO -- : Preparing deployment
I, [2014-09-16T18:52:08.739097 #23095] [task:35] INFO -- : Binding deployment
D, [2014-09-16T18:52:08.739336 #23095] [task:35] DEBUG -- : (0.000108s) BEGIN
D, [2014-09-16T18:52:08.739992 #23095] [task:35] DEBUG -- : (0.000310s) SELECT * FROM "deployments" WHERE ("name" = 'test') LIMIT 1
D, [2014-09-16T18:52:08.740181 #23095] [task:35] DEBUG -- : (0.000058s) COMMIT
I, [2014-09-16T18:52:08.740342 #23095] [task:35] INFO -- : Binding releases
I, [2014-09-16T18:52:08.740393 #23095] [task:35] INFO -- : Acquiring release lock: cf
D, [2014-09-16T18:52:08.740464 #23095] [task:35] DEBUG -- : Acquiring lock: lock:release:cf
D, [2014-09-16T18:52:08.740754 #23095] [task:35] DEBUG -- : Acquired lock: lock:release:cf
D, [2014-09-16T18:52:08.741201 #23095] [0x291b250] DEBUG -- : Renewing lock: lock:release:cf
D, [2014-09-16T18:52:08.741570 #23095] [task:35] DEBUG -- : (0.000481s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2014-09-16T18:52:08.742364 #23095] [task:35] DEBUG -- : (0.000187s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 1) AND ("version" = '178')) LIMIT 1
D, [2014-09-16T18:52:08.742476 #23095] [task:35] DEBUG -- : Found release `cf/178'
D, [2014-09-16T18:52:08.743527 #23095] [task:35] DEBUG -- : (0.000241s) SELECT "release_versions".* FROM "release_versions" INNER JOIN "deployments_release_versions" ON (("deployments_release_versions"."release_version_id" = "release_versions"."id") AND ("deployments_release_versions"."deployment_id" = 2))
D, [2014-09-16T18:52:08.743674 #23095] [task:35] DEBUG -- : Deleting lock: lock:release:cf
D, [2014-09-16T18:52:08.743720 #23095] [0x291b250] DEBUG -- : Lock renewal thread exiting
D, [2014-09-16T18:52:08.744252 #23095] [task:35] DEBUG -- : Deleted lock: lock:release:cf
I, [2014-09-16T18:52:08.744386 #23095] [task:35] INFO -- : Binding existing deployment
D, [2014-09-16T18:52:08.745689 #23095] [task:35] DEBUG -- : (0.000950s) SELECT * FROM "vms" WHERE ("vms"."deployment_id" = 2)
D, [2014-09-16T18:52:08.746318 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.746388 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.791216 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.791512 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.791597 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.791672 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.791766 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.791841 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.791916 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.834458 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : Requesting current VM state for: ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de
D, [2014-09-16T18:52:08.835042 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : Requesting current VM state for: a4c02c38-0dea-4a67-939c-18664644058a
D, [2014-09-16T18:52:08.837714 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : (0.002703s) SELECT * FROM "vms" WHERE ("agent_id" = 'ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de') LIMIT 1
D, [2014-09-16T18:52:08.838010 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : (0.000457s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:08.838184 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : (0.000109s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:08.838101 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.838386 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : (0.000149s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:08.838328 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.839840 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : SENT: agent.ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.e714ae33-c41b-44f6-933d-c40ffc3a68eb"}
D, [2014-09-16T18:52:08.840343 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : Requesting current VM state for: f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2
D, [2014-09-16T18:52:08.842202 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : (0.002174s) SELECT * FROM "vms" WHERE ("agent_id" = 'a4c02c38-0dea-4a67-939c-18664644058a') LIMIT 1
D, [2014-09-16T18:52:08.842467 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : SENT: agent.a4c02c38-0dea-4a67-939c-18664644058a {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.311f13db-82e2-46d8-bee7-f0ebc3f6c94e"}
D, [2014-09-16T18:52:08.842624 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : Requesting current VM state for: 9c3bd91a-b08f-4562-a0ef-2f2c12d85880
D, [2014-09-16T18:52:08.842785 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : (0.001459s) SELECT * FROM "vms" WHERE ("agent_id" = 'f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2') LIMIT 1
D, [2014-09-16T18:52:08.843481 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : SENT: agent.f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.01600089-7867-470e-99dc-970da823969d"}
D, [2014-09-16T18:52:08.843568 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : Requesting current VM state for: 2a3b1e89-484c-4c01-ad4e-30dc84f98e02
D, [2014-09-16T18:52:08.843705 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : (0.000408s) SELECT * FROM "vms" WHERE ("agent_id" = '9c3bd91a-b08f-4562-a0ef-2f2c12d85880') LIMIT 1
D, [2014-09-16T18:52:08.844515 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.3f5a29ad-08d8-4a59-91a5-a0cf01bc25bc"}
D, [2014-09-16T18:52:08.844603 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : (0.000613s) SELECT * FROM "vms" WHERE ("agent_id" = '2a3b1e89-484c-4c01-ad4e-30dc84f98e02') LIMIT 1
D, [2014-09-16T18:52:08.844828 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : SENT: agent.2a3b1e89-484c-4c01-ad4e-30dc84f98e02 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.9c2b75f7-7d49-43ae-879b-9a35a0ec841e"}
D, [2014-09-16T18:52:08.845084 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : Requesting current VM state for: e7f81852-8d14-48e3-a8a6-f25bf442a9e9
D, [2014-09-16T18:52:08.845641 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : (0.000279s) SELECT * FROM "vms" WHERE ("agent_id" = 'e7f81852-8d14-48e3-a8a6-f25bf442a9e9') LIMIT 1
D, [2014-09-16T18:52:08.845857 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : SENT: agent.e7f81852-8d14-48e3-a8a6-f25bf442a9e9 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d9a319a8-7649-4b0f-8aa8-69b7e732172c"}
D, [2014-09-16T18:52:08.846269 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.311f13db-82e2-46d8-bee7-f0ebc3f6c94e {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"uaa_z1","release":"","template":"uaa","version":"53fc97e87d698ea515c6da152cd774399dade1d5","sha1":"9dbe8316a42030d0e934db42ed5837453c459705","blobstore_id":"f239fd51-f711-4063-af19-ede24405169a","templates":[{"name":"uaa","version":"53fc97e87d698ea515c6da152cd774399dade1d5","sha1":"9dbe8316a42030d0e934db42ed5837453c459705","blobstore_id":"f239fd51-f711-4063-af19-ede24405169a"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"},"uaa":{"name":"uaa","version":"e95f22b7838e41bde03de3e10ffc5dddbfdfbd9a.1","sha1":"7cb53ded798212522b2510fe021b089ac65ae135","blobstore_id":"ea0ff685-3b33-4571-78a0-c2a36e03afc3"}},"configuration_hash":"949020e64b284083c2c0d4feaa8fb88ab8d8e864","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.uaa-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.127","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"257ef1a924a7ba33c22b9210cac19dcb757c1358","blobstore_id":"2f32860f-cfad-455d-b879-9edb1716ef69"},"agent_id":"a4c02c38-0dea-4a67-939c-18664644058a","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-11ae0d71-7e3d-4dbb-95b3-4d866d5ca406"},"ntp":{"offset":"-0.001943","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:08.846538 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.e714ae33-c41b-44f6-933d-c40ffc3a68eb {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"postgres_z1","release":"","template":"postgres","version":"725ad144cadab31f6694bd47462e378a97f2a669","sha1":"f2a00e4c26585f44905f7d168fc6f742744d32b7","blobstore_id":"b964a637-dccb-461b-9ad7-a13ad43c3291","templates":[{"name":"postgres","version":"725ad144cadab31f6694bd47462e378a97f2a669","sha1":"f2a00e4c26585f44905f7d168fc6f742744d32b7","blobstore_id":"b964a637-dccb-461b-9ad7-a13ad43c3291"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"postgres":{"name":"postgres","version":"b63fe0176a93609bd4ba44751ea490a3ee0f646c.1","sha1":"6f622d1b7f535ad0d526f74bfa1e75a69c708a3b","blobstore_id":"268d3bc1-9652-42f4-59fa-5821d60de09d"}},"configuration_hash":"7eeb7e3e93db3578c299ced7aaf44ef08da1a0ba","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.postgres-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.77","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":4096,"rendered_templates_archive":{"sha1":"f9f86a935926382281794f1b400468b06df3d8d6","blobstore_id":"5e29fa03-159a-488c-b577-e485a61abbe4"},"agent_id":"ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-6b94164e-cb54-40b1-9a66-7a9e81aa5146"},"ntp":{"offset":"0.022224","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:08.852188 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"uaa_z1",
"release"=>"",
"template"=>"uaa",
"version"=>"53fc97e87d698ea515c6da152cd774399dade1d5",
"sha1"=>"9dbe8316a42030d0e934db42ed5837453c459705",
"blobstore_id"=>"f239fd51-f711-4063-af19-ede24405169a",
"templates"=>
[{"name"=>"uaa",
"version"=>"53fc97e87d698ea515c6da152cd774399dade1d5",
"sha1"=>"9dbe8316a42030d0e934db42ed5837453c459705",
"blobstore_id"=>"f239fd51-f711-4063-af19-ede24405169a"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"},
"uaa"=>
{"name"=>"uaa",
"version"=>"e95f22b7838e41bde03de3e10ffc5dddbfdfbd9a.1",
"sha1"=>"7cb53ded798212522b2510fe021b089ac65ae135",
"blobstore_id"=>"ea0ff685-3b33-4571-78a0-c2a36e03afc3"}},
"configuration_hash"=>"949020e64b284083c2c0d4feaa8fb88ab8d8e864",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.uaa-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.127",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"257ef1a924a7ba33c22b9210cac19dcb757c1358",
"blobstore_id"=>"2f32860f-cfad-455d-b879-9edb1716ef69"},
"agent_id"=>"a4c02c38-0dea-4a67-939c-18664644058a",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-11ae0d71-7e3d-4dbb-95b3-4d866d5ca406"},
"ntp"=>{"offset"=>"-0.001943", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:08.844986 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : Requesting current VM state for: 4996b7e5-f1b6-498b-9803-50deace07538
D, [2014-09-16T18:52:08.853048 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : Requesting current VM state for: a0918e49-963f-41ee-8cd7-1a3cb049c750
D, [2014-09-16T18:52:08.852971 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : Requesting current VM state for: 830df3c8-7ed7-423b-b2d8-3eddf0d59005
D, [2014-09-16T18:52:08.853262 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.855445 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : (0.002491s) SELECT * FROM "vms" WHERE ("agent_id" = '4996b7e5-f1b6-498b-9803-50deace07538') LIMIT 1
D, [2014-09-16T18:52:08.855554 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.01600089-7867-470e-99dc-970da823969d {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"loggregator_z1","release":"","template":"loggregator","version":"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4","sha1":"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f","blobstore_id":"f60ce054-9601-4dd8-ab41-8b49d612b5f8","templates":[{"name":"loggregator","version":"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4","sha1":"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f","blobstore_id":"f60ce054-9601-4dd8-ab41-8b49d612b5f8"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"loggregator":{"name":"loggregator","version":"c01225507d5c1ccf9db284965892a6cfffe5aa2d.1","sha1":"e9fc648a9335a07a2542228e99b35634bc3d6b61","blobstore_id":"cb0116d4-1aa8-4598-6393-050274f85b89"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"35aa4c1ef14f7e7dc6f1e6aea8624735458ceb46","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"1.loggregator-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.76","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":1,"persistent_disk":0,"rendered_templates_archive":{"sha1":"f70c7e8761f7e2cb865bc83f40b5e31703c6c5ae","blobstore_id":"1504c5a2-5867-47d6-a446-dc87c3fd5bf0"},"agent_id":"f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-935000a6-3ae5-458b-ab76-c51207d78b92"},"ntp":{"offset":"0.029487","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:08.855860 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : (0.003151s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 39) LIMIT 1
D, [2014-09-16T18:52:08.860403 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"postgres_z1",
"release"=>"",
"template"=>"postgres",
"version"=>"725ad144cadab31f6694bd47462e378a97f2a669",
"sha1"=>"f2a00e4c26585f44905f7d168fc6f742744d32b7",
"blobstore_id"=>"b964a637-dccb-461b-9ad7-a13ad43c3291",
"templates"=>
[{"name"=>"postgres",
"version"=>"725ad144cadab31f6694bd47462e378a97f2a669",
"sha1"=>"f2a00e4c26585f44905f7d168fc6f742744d32b7",
"blobstore_id"=>"b964a637-dccb-461b-9ad7-a13ad43c3291"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"postgres"=>
{"name"=>"postgres",
"version"=>"b63fe0176a93609bd4ba44751ea490a3ee0f646c.1",
"sha1"=>"6f622d1b7f535ad0d526f74bfa1e75a69c708a3b",
"blobstore_id"=>"268d3bc1-9652-42f4-59fa-5821d60de09d"}},
"configuration_hash"=>"7eeb7e3e93db3578c299ced7aaf44ef08da1a0ba",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.postgres-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.77",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>4096,
"rendered_templates_archive"=>
{"sha1"=>"f9f86a935926382281794f1b400468b06df3d8d6",
"blobstore_id"=>"5e29fa03-159a-488c-b577-e485a61abbe4"},
"agent_id"=>"ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-6b94164e-cb54-40b1-9a66-7a9e81aa5146"},
"ntp"=>{"offset"=>"0.022224", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:08.860805 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.860891 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : (0.005583s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:08.861113 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.861431 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : (0.000464s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:08.861522 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.3f5a29ad-08d8-4a59-91a5-a0cf01bc25bc {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":null,"release":"","template":"","version":"","sha1":"","blobstore_id":"","templates":null},"packages":{},"configuration_hash":"","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"gateway":"10.230.16.1","ip":"10.230.18.124","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"name":"small_errand","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":null,"persistent_disk":0,"rendered_templates_archive":{"sha1":"","blobstore_id":""},"agent_id":"9c3bd91a-b08f-4562-a0ef-2f2c12d85880","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234"},"ntp":{"offset":"-0.000993","timestamp":"16 Sep 18:48:25"}}}
D, [2014-09-16T18:52:08.861730 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.861813 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.911382 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"loggregator_z1",
"release"=>"",
"template"=>"loggregator",
"version"=>"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4",
"sha1"=>"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f",
"blobstore_id"=>"f60ce054-9601-4dd8-ab41-8b49d612b5f8",
"templates"=>
[{"name"=>"loggregator",
"version"=>"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4",
"sha1"=>"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f",
"blobstore_id"=>"f60ce054-9601-4dd8-ab41-8b49d612b5f8"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"loggregator"=>
{"name"=>"loggregator",
"version"=>"c01225507d5c1ccf9db284965892a6cfffe5aa2d.1",
"sha1"=>"e9fc648a9335a07a2542228e99b35634bc3d6b61",
"blobstore_id"=>"cb0116d4-1aa8-4598-6393-050274f85b89"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"35aa4c1ef14f7e7dc6f1e6aea8624735458ceb46",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"1.loggregator-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.76",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>1,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"f70c7e8761f7e2cb865bc83f40b5e31703c6c5ae",
"blobstore_id"=>"1504c5a2-5867-47d6-a446-dc87c3fd5bf0"},
"agent_id"=>"f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-935000a6-3ae5-458b-ab76-c51207d78b92"},
"ntp"=>{"offset"=>"0.029487", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:08.912052 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.9c2b75f7-7d49-43ae-879b-9a35a0ec841e {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":null,"release":"","template":"","version":"","sha1":"","blobstore_id":"","templates":null},"packages":{},"configuration_hash":"","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"gateway":"10.230.16.1","ip":"10.230.18.125","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"name":"small_errand","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":null,"persistent_disk":0,"rendered_templates_archive":{"sha1":"","blobstore_id":""},"agent_id":"2a3b1e89-484c-4c01-ad4e-30dc84f98e02","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-6748bb66-d6fb-4f21-8e5f-e777809519fa"},"ntp":{"offset":"-0.001183","timestamp":"16 Sep 18:48:25"}}}
D, [2014-09-16T18:52:08.912307 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : (0.000415s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:08.915621 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>nil,
"release"=>"",
"template"=>"",
"version"=>"",
"sha1"=>"",
"blobstore_id"=>"",
"templates"=>nil},
"packages"=>{},
"configuration_hash"=>"",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.124",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>2048, "ram"=>1024},
"name"=>"small_errand",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>nil,
"persistent_disk"=>0,
"rendered_templates_archive"=>{"sha1"=>"", "blobstore_id"=>""},
"agent_id"=>"9c3bd91a-b08f-4562-a0ef-2f2c12d85880",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234"},
"ntp"=>{"offset"=>"-0.000993", "timestamp"=>"16 Sep 18:48:25"}}
D, [2014-09-16T18:52:08.916126 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.919407 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>nil,
"release"=>"",
"template"=>"",
"version"=>"",
"sha1"=>"",
"blobstore_id"=>"",
"templates"=>nil},
"packages"=>{},
"configuration_hash"=>"",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.125",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>2048, "ram"=>1024},
"name"=>"small_errand",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>nil,
"persistent_disk"=>0,
"rendered_templates_archive"=>{"sha1"=>"", "blobstore_id"=>""},
"agent_id"=>"2a3b1e89-484c-4c01-ad4e-30dc84f98e02",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-6748bb66-d6fb-4f21-8e5f-e777809519fa"},
"ntp"=>{"offset"=>"-0.001183", "timestamp"=>"16 Sep 18:48:25"}}
D, [2014-09-16T18:52:08.919798 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.922463 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d9a319a8-7649-4b0f-8aa8-69b7e732172c {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"login_z2","release":"","template":"login","version":"3aa4eaa4f674615c543444019aa1f21abaeba4df","sha1":"4a816dcfb0a6a14cb76d3e977c00bd2a53fb5762","blobstore_id":"06e26965-7dcd-4e05-9db6-da765f31e500","templates":[{"name":"login","version":"3aa4eaa4f674615c543444019aa1f21abaeba4df","sha1":"4a816dcfb0a6a14cb76d3e977c00bd2a53fb5762","blobstore_id":"06e26965-7dcd-4e05-9db6-da765f31e500"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"git":{"name":"git","version":"889205bef999ca6f078d4ee7b779186b45c1fa63.1","sha1":"8f744f70462ac96ce6515940a7aaa9ba7f677b42","blobstore_id":"8b258e71-3fb5-4fab-466b-f586fe93c5a6"},"login":{"name":"login","version":"807573d35d71fb67eb10eb027b8aec5d07a19222.1","sha1":"b6b513db1111d6ba38bc764f6632ef5b277ffa84","blobstore_id":"2a5fd940-5961-4ba8-7508-3d0a91a61a62"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"a4244163974218ef3e1af03da25b1613550979c3","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.login-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.184","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"551c463b3fc4ae2eaee37c0a1c99ae742b4fd7ff","blobstore_id":"59f5300c-56de-4a56-aecf-9d74345538de"},"agent_id":"e7f81852-8d14-48e3-a8a6-f25bf442a9e9","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-ef3695b4-ef65-4b1d-aff9-3fe4e4562c2d"},"ntp":{"offset":"-0.003766","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:08.922371 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.922545 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : (0.000542s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:08.922666 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.923055 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : Requesting current VM state for: ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6
D, [2014-09-16T18:52:08.923419 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : (0.000425s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:08.923558 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : Requesting current VM state for: 7de92c66-61d5-4de9-bdf5-ad1002af4e35
D, [2014-09-16T18:52:08.923621 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : (0.000087s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:08.923345 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : Requesting current VM state for: 3ab34478-589e-412a-9c9b-86cee4bd8258
D, [2014-09-16T18:52:08.929332 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"login_z2",
"release"=>"",
"template"=>"login",
"version"=>"3aa4eaa4f674615c543444019aa1f21abaeba4df",
"sha1"=>"4a816dcfb0a6a14cb76d3e977c00bd2a53fb5762",
"blobstore_id"=>"06e26965-7dcd-4e05-9db6-da765f31e500",
"templates"=>
[{"name"=>"login",
"version"=>"3aa4eaa4f674615c543444019aa1f21abaeba4df",
"sha1"=>"4a816dcfb0a6a14cb76d3e977c00bd2a53fb5762",
"blobstore_id"=>"06e26965-7dcd-4e05-9db6-da765f31e500"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"git"=>
{"name"=>"git",
"version"=>"889205bef999ca6f078d4ee7b779186b45c1fa63.1",
"sha1"=>"8f744f70462ac96ce6515940a7aaa9ba7f677b42",
"blobstore_id"=>"8b258e71-3fb5-4fab-466b-f586fe93c5a6"},
"login"=>
{"name"=>"login",
"version"=>"807573d35d71fb67eb10eb027b8aec5d07a19222.1",
"sha1"=>"b6b513db1111d6ba38bc764f6632ef5b277ffa84",
"blobstore_id"=>"2a5fd940-5961-4ba8-7508-3d0a91a61a62"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"a4244163974218ef3e1af03da25b1613550979c3",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.login-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.184",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"551c463b3fc4ae2eaee37c0a1c99ae742b4fd7ff",
"blobstore_id"=>"59f5300c-56de-4a56-aecf-9d74345538de"},
"agent_id"=>"e7f81852-8d14-48e3-a8a6-f25bf442a9e9",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-ef3695b4-ef65-4b1d-aff9-3fe4e4562c2d"},
"ntp"=>{"offset"=>"-0.003766", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:08.930004 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : Requesting current VM state for: a810a88b-81e1-40a2-990d-dd0e0d344e73
D, [2014-09-16T18:52:08.930155 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : Requesting current VM state for: 790f8ce0-7ccf-4dc2-b397-18457f0731fb
D, [2014-09-16T18:52:08.930086 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : Requesting current VM state for: 01186556-ec73-4d85-8ffd-dc2902fea9c8
D, [2014-09-16T18:52:08.930917 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : SENT: agent.4996b7e5-f1b6-498b-9803-50deace07538 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.36a03a75-078e-48b9-8950-6817c5a4b152"}
D, [2014-09-16T18:52:08.931026 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : Requesting current VM state for: 9a190e86-cc93-4450-908c-c1988e44cd14
D, [2014-09-16T18:52:08.931156 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : Requesting current VM state for: f8b7f141-8db0-44ac-9fe4-fac74a170731
D, [2014-09-16T18:52:08.931635 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.932023 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.932227 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : Requesting current VM state for: 67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1
D, [2014-09-16T18:52:08.932470 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : Requesting current VM state for: 5e467762-9693-40cc-b0af-167fb6189378
D, [2014-09-16T18:52:08.932714 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:08.933602 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : Requesting current VM state for: 02c07349-62bd-41a3-b538-55847a17383b
D, [2014-09-16T18:52:08.933721 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.981934 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : (0.048346s) SELECT * FROM "vms" WHERE ("agent_id" = '7de92c66-61d5-4de9-bdf5-ad1002af4e35') LIMIT 1
D, [2014-09-16T18:52:08.982050 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : (0.049859s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 55) LIMIT 1
D, [2014-09-16T18:52:08.982197 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : (0.050228s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 37) LIMIT 1
D, [2014-09-16T18:52:08.982267 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : (0.000600s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:08.982393 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.36a03a75-078e-48b9-8950-6817c5a4b152 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"logs_z1","release":"","template":"syslog_aggregator","version":"8236756f59c72ac0b57ea7d19cbfb989b7214d46","sha1":"7757f478da1d98d4fc18a60f7fd66c04ef4f0005","blobstore_id":"b92a547c-fc75-4047-a196-f14a2405de0d","templates":[{"name":"syslog_aggregator","version":"8236756f59c72ac0b57ea7d19cbfb989b7214d46","sha1":"7757f478da1d98d4fc18a60f7fd66c04ef4f0005","blobstore_id":"b92a547c-fc75-4047-a196-f14a2405de0d"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"20d8cd7ee1e664f5a4cd0cc999f8f68cd99b0558","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.logs-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.65","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":8192,"rendered_templates_archive":{"sha1":"c568194fd2f4012a998bb8622550b744c6ee32bc","blobstore_id":"7daa4a5f-604d-4801-87ff-4fa4f8276269"},"agent_id":"4996b7e5-f1b6-498b-9803-50deace07538","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-3597ab6a-c6aa-4b98-a133-02f6f8543254"},"ntp":{"offset":"0.001354","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:08.982690 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : Requesting current VM state for: 39672121-f114-406d-8b2a-39ff67d534fc
D, [2014-09-16T18:52:08.982783 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : (0.049065s) SELECT * FROM "vms" WHERE ("agent_id" = '790f8ce0-7ccf-4dc2-b397-18457f0731fb') LIMIT 1
D, [2014-09-16T18:52:08.983181 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : (0.000841s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:08.988119 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : (0.004872s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:08.988029 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"logs_z1",
"release"=>"",
"template"=>"syslog_aggregator",
"version"=>"8236756f59c72ac0b57ea7d19cbfb989b7214d46",
"sha1"=>"7757f478da1d98d4fc18a60f7fd66c04ef4f0005",
"blobstore_id"=>"b92a547c-fc75-4047-a196-f14a2405de0d",
"templates"=>
[{"name"=>"syslog_aggregator",
"version"=>"8236756f59c72ac0b57ea7d19cbfb989b7214d46",
"sha1"=>"7757f478da1d98d4fc18a60f7fd66c04ef4f0005",
"blobstore_id"=>"b92a547c-fc75-4047-a196-f14a2405de0d"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"20d8cd7ee1e664f5a4cd0cc999f8f68cd99b0558",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.logs-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.65",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>8192,
"rendered_templates_archive"=>
{"sha1"=>"c568194fd2f4012a998bb8622550b744c6ee32bc",
"blobstore_id"=>"7daa4a5f-604d-4801-87ff-4fa4f8276269"},
"agent_id"=>"4996b7e5-f1b6-498b-9803-50deace07538",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-3597ab6a-c6aa-4b98-a133-02f6f8543254"},
"ntp"=>{"offset"=>"0.001354", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:08.990406 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : (0.002209s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 46) LIMIT 1
D, [2014-09-16T18:52:08.990541 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : (0.000575s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:08.990592 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.990330 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : Requesting current VM state for: 2288ff04-6a62-4015-9a0a-c7808346fd5c
D, [2014-09-16T18:52:08.990985 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : (0.000224s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:08.991184 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : (0.000117s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:08.991099 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : Requesting current VM state for: b9c83d1e-dc9d-4230-9922-c0b9a6f31478
D, [2014-09-16T18:52:08.991238 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.991332 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.991423 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.991510 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.991592 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:08.991673 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:09.036247 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:09.036402 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:09.036485 #23095] [task:35] DEBUG -- : All threads are currently busy, queuing action
D, [2014-09-16T18:52:09.036543 #23095] [task:35] DEBUG -- : Waiting for tasks to complete
D, [2014-09-16T18:52:09.036847 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : Requesting current VM state for: 06d02acb-ff72-418a-8570-84eb015195c1
D, [2014-09-16T18:52:09.037462 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : Requesting current VM state for: 278845e0-1108-45cd-8cb7-f2e197a8765d
D, [2014-09-16T18:52:09.037400 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : Requesting current VM state for: 34d8ba59-df8b-4f45-b734-2d0d1e8cb831
D, [2014-09-16T18:52:09.037849 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : Requesting current VM state for: 28dc6eaf-8e09-4a13-af6e-a32994ecfb4c
D, [2014-09-16T18:52:09.037327 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : Requesting current VM state for: db0feb46-c3aa-4e42-8d87-53b557c26365
D, [2014-09-16T18:52:09.040402 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : Requesting current VM state for: 7c1ced6c-4678-4d5c-8b32-f725cd7a576e
D, [2014-09-16T18:52:09.036655 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : Requesting current VM state for: 1c408601-b555-4fc2-b06b-7eed41552c78
D, [2014-09-16T18:52:09.040794 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : Requesting current VM state for: b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f
D, [2014-09-16T18:52:09.040887 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : (0.004095s) SELECT * FROM "vms" WHERE ("agent_id" = 'a0918e49-963f-41ee-8cd7-1a3cb049c750') LIMIT 1
D, [2014-09-16T18:52:09.041044 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : (0.000836s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.041273 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : Requesting current VM state for: e7547b2a-607f-4d49-b87e-aba70951e056
D, [2014-09-16T18:52:09.041614 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : (0.000101s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.041758 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : (0.000082s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.043673 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : (0.001784s) SELECT * FROM "vms" WHERE ("agent_id" = '3ab34478-589e-412a-9c9b-86cee4bd8258') LIMIT 1
D, [2014-09-16T18:52:09.043825 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : (0.000185s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.043962 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : (0.000079s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.044104 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : (0.000077s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.045849 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : (0.001676s) SELECT * FROM "vms" WHERE ("agent_id" = '830df3c8-7ed7-423b-b2d8-3eddf0d59005') LIMIT 1
D, [2014-09-16T18:52:09.045987 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : (0.000160s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.046118 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : (0.000068s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.046249 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : (0.000065s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.048419 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : (0.002091s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 54) LIMIT 1
D, [2014-09-16T18:52:09.048618 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : (0.000214s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.048742 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : (0.000064s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.048863 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : (0.000064s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.049037 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.049185 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.049381 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : Binding VM to resource pool 'small_errand'
D, [2014-09-16T18:52:09.049434 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : Adding VM `vm-6748bb66-d6fb-4f21-8e5f-e777809519fa' to resource pool `small_errand'
I, [2014-09-16T18:52:09.049471 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] INFO -- : ResourcePool `small_errand' - Adding idle VM (index=0)
D, [2014-09-16T18:52:09.049516 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : Using existing `dynamic' network reservation of `182850173' for VM `vm-6748bb66-d6fb-4f21-8e5f-e777809519fa'
D, [2014-09-16T18:52:09.049548 #23095] [bind_existing_deployment(2a3b1e89-484c-4c01-ad4e-30dc84f98e02)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.049591 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : Requesting current VM state for: 31a1913f-5ce4-4e60-b1cc-da6b49a81764
D, [2014-09-16T18:52:09.049932 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.052698 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : (0.002558s) SELECT * FROM "vms" WHERE ("agent_id" = '67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1') LIMIT 1
D, [2014-09-16T18:52:09.052782 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : (0.002617s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 41) LIMIT 1
D, [2014-09-16T18:52:09.052863 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : (0.002809s) SELECT * FROM "vms" WHERE ("agent_id" = 'ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6') LIMIT 1
D, [2014-09-16T18:52:09.053015 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : (0.000365s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.053345 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : (0.000068s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.053469 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : (0.000064s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.053806 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.053920 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.054104 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : Binding VM to resource pool 'small_errand'
D, [2014-09-16T18:52:09.054328 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : SENT: agent.7de92c66-61d5-4de9-bdf5-ad1002af4e35 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.68803d11-2da9-46d7-b175-fc7eb8a4f0f1"}
D, [2014-09-16T18:52:09.054399 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : Adding VM `vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234' to resource pool `small_errand'
I, [2014-09-16T18:52:09.054510 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] INFO -- : ResourcePool `small_errand' - Adding idle VM (index=1)
D, [2014-09-16T18:52:09.054656 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : Using existing `dynamic' network reservation of `182850172' for VM `vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234'
D, [2014-09-16T18:52:09.055031 #23095] [bind_existing_deployment(9c3bd91a-b08f-4562-a0ef-2f2c12d85880)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.055082 #23095] [0x291727c] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.055207 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.055929 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.056138 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : SENT: agent.67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.6496f464-ac9a-46a1-ae17-0ed53c25f6b2"}
D, [2014-09-16T18:52:09.056827 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : SENT: agent.a0918e49-963f-41ee-8cd7-1a3cb049c750 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b4b7d5aa-9a06-4b4a-8898-821f3a56ff05"}
D, [2014-09-16T18:52:09.056926 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : (0.001035s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 41)
D, [2014-09-16T18:52:09.057008 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : (0.001318s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 56)
D, [2014-09-16T18:52:09.057815 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : SENT: agent.3ab34478-589e-412a-9c9b-86cee4bd8258 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.e79194f3-c814-4a39-aa96-b6d77c1d3e5d"}
D, [2014-09-16T18:52:09.057940 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : (0.000305s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 47) LIMIT 1
D, [2014-09-16T18:52:09.058329 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : (0.000410s) SELECT * FROM "vms" WHERE ("agent_id" = 'a810a88b-81e1-40a2-990d-dd0e0d344e73') LIMIT 1
D, [2014-09-16T18:52:09.057649 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : (0.000243s) SELECT * FROM "vms" WHERE ("agent_id" = '06d02acb-ff72-418a-8570-84eb015195c1') LIMIT 1
D, [2014-09-16T18:52:09.058729 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : (0.000627s) SELECT * FROM "vms" WHERE ("agent_id" = 'f8b7f141-8db0-44ac-9fe4-fac74a170731') LIMIT 1
D, [2014-09-16T18:52:09.059002 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : SENT: agent.790f8ce0-7ccf-4dc2-b397-18457f0731fb {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d8290da7-f935-4618-9838-1bae2575e7d3"}
D, [2014-09-16T18:52:09.061044 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b4b7d5aa-9a06-4b4a-8898-821f3a56ff05 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"nats_z2","release":"","template":"nats","version":"25076c951c5e89e145ec8d71e3f75f102e2e29fd","sha1":"a6fd7d7f01d270eac629d601c1dbc5acb287e8ff","blobstore_id":"576b495a-d248-4f06-9d3b-b18ba3fb087e","templates":[{"name":"nats","version":"25076c951c5e89e145ec8d71e3f75f102e2e29fd","sha1":"a6fd7d7f01d270eac629d601c1dbc5acb287e8ff","blobstore_id":"576b495a-d248-4f06-9d3b-b18ba3fb087e"},{"name":"nats_stream_forwarder","version":"c7390bf2ec3e8952b7b8ca05ffb49736ceb97117","sha1":"2d686b0c65c97fba3bc449af2fcfbd94762e2182","blobstore_id":"b1f7efd6-352a-4eb7-9f56-d36b7c6a412a"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"gnatsd":{"name":"gnatsd","version":"3ade99da461f1744ad392da916afb1da5048b223.1","sha1":"339659ce2476b34239da43b357259d7a81513622","blobstore_id":"5e1fdd8f-dae8-40f1-7589-4f43dc3332aa"},"nats":{"name":"nats","version":"cc6bda829a77ab2321c0c216aa9107aca92c3b1a.1","sha1":"8ad70e9b69a12bf2b38ea4e6643e79cb24b4d153","blobstore_id":"81d49036-d06d-41f5-59fd-285d4876ea7d"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"77da8335db870fcbdf590092afdb45b19318ed11","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.nats-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.130","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"588a07d2296006651e3af7a32c3869ecd6188dbe","blobstore_id":"48cbd6bc-bb5f-4a54-a928-fe36150e8825"},"agent_id":"a0918e49-963f-41ee-8cd7-1a3cb049c750","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-f375cfa7-6063-4fc2-8706-d7d72116c2ef"},"ntp":{"offset":"0.035231","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.061329 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : (0.002222s) SELECT * FROM "vms" WHERE ("agent_id" = '31a1913f-5ce4-4e60-b1cc-da6b49a81764') LIMIT 1
D, [2014-09-16T18:52:09.061398 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : (0.000433s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.061510 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.68803d11-2da9-46d7-b175-fc7eb8a4f0f1 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"etcd_z1","release":"","template":"etcd","version":"3632341112f3135c7f993f0c78a8a1cd85df48e0","sha1":"74af64937a481522bc12a1f032c83b846a9d09a3","blobstore_id":"edaa2476-be02-4c46-9bc8-04547598f984","templates":[{"name":"etcd","version":"3632341112f3135c7f993f0c78a8a1cd85df48e0","sha1":"74af64937a481522bc12a1f032c83b846a9d09a3","blobstore_id":"edaa2476-be02-4c46-9bc8-04547598f984"},{"name":"etcd_metrics_server","version":"4ab9127a4519599507149c893a57ae96f7894de4","sha1":"bfabcec3459c5458894015d0962218b9875cb55e","blobstore_id":"a00bcbbd-e767-4d6d-b127-6dc1e24c48c1"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"etcd":{"name":"etcd","version":"0171c102f5b67947021e271601122982607c9d59.1","sha1":"78792bc7cdf843bc1f7354241ed9c21fc0ab1a08","blobstore_id":"006cd46c-aa13-47fb-6b23-efc26dfd58f4"},"etcd_metrics_server":{"name":"etcd_metrics_server","version":"7acf31d168c89d4a28db880d7690b815a027f830.1","sha1":"4063e124142e83205af846006d8b0d11e4018299","blobstore_id":"e71fb614-399e-48dc-7e38-ccc5cd5fd3d8"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"d06d829bb9bd373b82863f060e435374013bfff7","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"1.etcd-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.80","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":1,"persistent_disk":10024,"rendered_templates_archive":{"sha1":"35a2c6dfc4bb44c8c8d7bf09401ad7c5b30211af","blobstore_id":"ed2812fc-6305-4ca4-b566-2f2bfb5655de"},"agent_id":"7de92c66-61d5-4de9-bdf5-ad1002af4e35","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-1e2f458f-295e-4e9c-826c-0deec6a39bff"},"ntp":{"offset":"-0.022657","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.061588 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : (0.000115s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.067742 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"nats_z2",
"release"=>"",
"template"=>"nats",
"version"=>"25076c951c5e89e145ec8d71e3f75f102e2e29fd",
"sha1"=>"a6fd7d7f01d270eac629d601c1dbc5acb287e8ff",
"blobstore_id"=>"576b495a-d248-4f06-9d3b-b18ba3fb087e",
"templates"=>
[{"name"=>"nats",
"version"=>"25076c951c5e89e145ec8d71e3f75f102e2e29fd",
"sha1"=>"a6fd7d7f01d270eac629d601c1dbc5acb287e8ff",
"blobstore_id"=>"576b495a-d248-4f06-9d3b-b18ba3fb087e"},
{"name"=>"nats_stream_forwarder",
"version"=>"c7390bf2ec3e8952b7b8ca05ffb49736ceb97117",
"sha1"=>"2d686b0c65c97fba3bc449af2fcfbd94762e2182",
"blobstore_id"=>"b1f7efd6-352a-4eb7-9f56-d36b7c6a412a"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"gnatsd"=>
{"name"=>"gnatsd",
"version"=>"3ade99da461f1744ad392da916afb1da5048b223.1",
"sha1"=>"339659ce2476b34239da43b357259d7a81513622",
"blobstore_id"=>"5e1fdd8f-dae8-40f1-7589-4f43dc3332aa"},
"nats"=>
{"name"=>"nats",
"version"=>"cc6bda829a77ab2321c0c216aa9107aca92c3b1a.1",
"sha1"=>"8ad70e9b69a12bf2b38ea4e6643e79cb24b4d153",
"blobstore_id"=>"81d49036-d06d-41f5-59fd-285d4876ea7d"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"77da8335db870fcbdf590092afdb45b19318ed11",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.nats-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.130",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"588a07d2296006651e3af7a32c3869ecd6188dbe",
"blobstore_id"=>"48cbd6bc-bb5f-4a54-a928-fe36150e8825"},
"agent_id"=>"a0918e49-963f-41ee-8cd7-1a3cb049c750",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-f375cfa7-6063-4fc2-8706-d7d72116c2ef"},
"ntp"=>{"offset"=>"0.035231", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.068319 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.6496f464-ac9a-46a1-ae17-0ed53c25f6b2 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"api_z2","release":"","template":"cloud_controller_ng","version":"65103aeecccb04701e6dcd3a39882f3f80b28cec","sha1":"04d4c63c9fe818ffbdc2d58cd7dd168821e501db","blobstore_id":"e5517126-a27a-4ab1-8ebb-427019d6c4b9","templates":[{"name":"cloud_controller_ng","version":"65103aeecccb04701e6dcd3a39882f3f80b28cec","sha1":"04d4c63c9fe818ffbdc2d58cd7dd168821e501db","blobstore_id":"e5517126-a27a-4ab1-8ebb-427019d6c4b9"},{"name":"metron_agent","version":"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e","sha1":"827b11ecd1de7c4047b11650c45783f36cecb71e","blobstore_id":"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},"packages":{"buildpack_go":{"name":"buildpack_go","version":"80b345943f3219ed050beb4592a639e0e5a290b0.1","sha1":"37c113c72db74b00664b8716a2881bbdc58ecff2","blobstore_id":"879054e7-102e-494c-4b34-adad3deb315e"},"buildpack_java":{"name":"buildpack_java","version":"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1","sha1":"bd1d7abe04acd364b454691ba915f3b365e37429","blobstore_id":"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},"buildpack_java_offline":{"name":"buildpack_java_offline","version":"546631e74a24465152b8553672ef2e30841afeaa.1","sha1":"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f","blobstore_id":"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},"buildpack_nodejs":{"name":"buildpack_nodejs","version":"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1","sha1":"0eb3a3fc914bb06b31b398140586782dc93e9f20","blobstore_id":"4a6bc012-a7d4-46f3-7843-60685f287832"},"buildpack_php":{"name":"buildpack_php","version":"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1","sha1":"93542149ad5c8f5ea6937719ee808c374cb05dd5","blobstore_id":"94239476-7efd-4cb1-5da6-06775f803881"},"buildpack_python":{"name":"buildpack_python","version":"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1","sha1":"ce56ecb58f75d48012a3b3c43cfff157f4e371c6","blobstore_id":"5b0a9b86-da50-4e7b-5394-532798e37738"},"buildpack_ruby":{"name":"buildpack_ruby","version":"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1","sha1":"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14","blobstore_id":"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},"cloud_controller_ng":{"name":"cloud_controller_ng","version":"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1","sha1":"9b037c9e8f3c9781d238a4e13982ae164840f026","blobstore_id":"e13a6684-a814-401b-7298-cf57f9266fac"},"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"libpq":{"name":"libpq","version":"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1","sha1":"c0d08ce9fb7c753eed178a551b97e78469ea07db","blobstore_id":"d1c018b6-e240-49f7-56cd-29ae300558ff"},"metron_agent":{"name":"metron_agent","version":"42610926a69baa881d4e8df637125738e2ebfbb5.1","sha1":"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e","blobstore_id":"63ea3461-af04-4d23-62dd-effa048f18c6"},"mysqlclient":{"name":"mysqlclient","version":"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1","sha1":"66023ab72ded1905de97a4778bb9deff7518b303","blobstore_id":"71894c8f-140f-429c-6fd5-6396b4d76f58"},"nginx":{"name":"nginx","version":"385ce4eca93c53c163ea82204a28e96d851bb65d.1","sha1":"e1d88d953d63f403a8f6f67f0d30f357955173ea","blobstore_id":"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},"nginx_newrelic_plugin":{"name":"nginx_newrelic_plugin","version":"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1","sha1":"aa2295b608cfcb72b13d200caa8b889b69f03918","blobstore_id":"3f358b5e-3f17-400d-4cdd-487199754916"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"sqlite":{"name":"sqlite","version":"af44d44e58fffd069459cb63f6fcc37c6326e370.1","sha1":"981ff80a252bae58aa813a2fa2730ef930138558","blobstore_id":"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"c9905d0f4d663d2da7748a1646f1aac07e80b592","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.api-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.185","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":16384,"ram":10240},"name":"large_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"8ecad00baf874f95f0b954e99812656fdb316f55","blobstore_id":"caf6ac00-68c3-4a7e-bddc-9371f753eed0"},"agent_id":"67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-461381bc-4c8f-4dbd-8321-0776dcbc3bf4"},"ntp":{"offset":"-0.001549","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.073674 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"etcd_z1",
"release"=>"",
"template"=>"etcd",
"version"=>"3632341112f3135c7f993f0c78a8a1cd85df48e0",
"sha1"=>"74af64937a481522bc12a1f032c83b846a9d09a3",
"blobstore_id"=>"edaa2476-be02-4c46-9bc8-04547598f984",
"templates"=>
[{"name"=>"etcd",
"version"=>"3632341112f3135c7f993f0c78a8a1cd85df48e0",
"sha1"=>"74af64937a481522bc12a1f032c83b846a9d09a3",
"blobstore_id"=>"edaa2476-be02-4c46-9bc8-04547598f984"},
{"name"=>"etcd_metrics_server",
"version"=>"4ab9127a4519599507149c893a57ae96f7894de4",
"sha1"=>"bfabcec3459c5458894015d0962218b9875cb55e",
"blobstore_id"=>"a00bcbbd-e767-4d6d-b127-6dc1e24c48c1"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"etcd"=>
{"name"=>"etcd",
"version"=>"0171c102f5b67947021e271601122982607c9d59.1",
"sha1"=>"78792bc7cdf843bc1f7354241ed9c21fc0ab1a08",
"blobstore_id"=>"006cd46c-aa13-47fb-6b23-efc26dfd58f4"},
"etcd_metrics_server"=>
{"name"=>"etcd_metrics_server",
"version"=>"7acf31d168c89d4a28db880d7690b815a027f830.1",
"sha1"=>"4063e124142e83205af846006d8b0d11e4018299",
"blobstore_id"=>"e71fb614-399e-48dc-7e38-ccc5cd5fd3d8"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"d06d829bb9bd373b82863f060e435374013bfff7",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"1.etcd-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.80",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>1,
"persistent_disk"=>10024,
"rendered_templates_archive"=>
{"sha1"=>"35a2c6dfc4bb44c8c8d7bf09401ad7c5b30211af",
"blobstore_id"=>"ed2812fc-6305-4ca4-b566-2f2bfb5655de"},
"agent_id"=>"7de92c66-61d5-4de9-bdf5-ad1002af4e35",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-1e2f458f-295e-4e9c-826c-0deec6a39bff"},
"ntp"=>{"offset"=>"-0.022657", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.074625 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.e79194f3-c814-4a39-aa96-b6d77c1d3e5d {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"loggregator_z1","release":"","template":"loggregator","version":"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4","sha1":"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f","blobstore_id":"f60ce054-9601-4dd8-ab41-8b49d612b5f8","templates":[{"name":"loggregator","version":"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4","sha1":"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f","blobstore_id":"f60ce054-9601-4dd8-ab41-8b49d612b5f8"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"loggregator":{"name":"loggregator","version":"c01225507d5c1ccf9db284965892a6cfffe5aa2d.1","sha1":"e9fc648a9335a07a2542228e99b35634bc3d6b61","blobstore_id":"cb0116d4-1aa8-4598-6393-050274f85b89"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"220b5a6f6dbd57273c607ab3fee1eacceaf4b645","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.loggregator-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.75","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"3b7848ab2a836071c9dbf6fc06f81708455adbe1","blobstore_id":"af29e4d1-c547-4504-a1fd-3ed563dfb00f"},"agent_id":"3ab34478-589e-412a-9c9b-86cee4bd8258","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-c5595c82-c966-4ddf-aea4-428a9764d417"},"ntp":{"offset":"-0.001200","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.084029 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"api_z2",
"release"=>"",
"template"=>"cloud_controller_ng",
"version"=>"65103aeecccb04701e6dcd3a39882f3f80b28cec",
"sha1"=>"04d4c63c9fe818ffbdc2d58cd7dd168821e501db",
"blobstore_id"=>"e5517126-a27a-4ab1-8ebb-427019d6c4b9",
"templates"=>
[{"name"=>"cloud_controller_ng",
"version"=>"65103aeecccb04701e6dcd3a39882f3f80b28cec",
"sha1"=>"04d4c63c9fe818ffbdc2d58cd7dd168821e501db",
"blobstore_id"=>"e5517126-a27a-4ab1-8ebb-427019d6c4b9"},
{"name"=>"metron_agent",
"version"=>"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e",
"sha1"=>"827b11ecd1de7c4047b11650c45783f36cecb71e",
"blobstore_id"=>"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},
"packages"=>
{"buildpack_go"=>
{"name"=>"buildpack_go",
"version"=>"80b345943f3219ed050beb4592a639e0e5a290b0.1",
"sha1"=>"37c113c72db74b00664b8716a2881bbdc58ecff2",
"blobstore_id"=>"879054e7-102e-494c-4b34-adad3deb315e"},
"buildpack_java"=>
{"name"=>"buildpack_java",
"version"=>"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1",
"sha1"=>"bd1d7abe04acd364b454691ba915f3b365e37429",
"blobstore_id"=>"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},
"buildpack_java_offline"=>
{"name"=>"buildpack_java_offline",
"version"=>"546631e74a24465152b8553672ef2e30841afeaa.1",
"sha1"=>"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f",
"blobstore_id"=>"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},
"buildpack_nodejs"=>
{"name"=>"buildpack_nodejs",
"version"=>"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1",
"sha1"=>"0eb3a3fc914bb06b31b398140586782dc93e9f20",
"blobstore_id"=>"4a6bc012-a7d4-46f3-7843-60685f287832"},
"buildpack_php"=>
{"name"=>"buildpack_php",
"version"=>"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1",
"sha1"=>"93542149ad5c8f5ea6937719ee808c374cb05dd5",
"blobstore_id"=>"94239476-7efd-4cb1-5da6-06775f803881"},
"buildpack_python"=>
{"name"=>"buildpack_python",
"version"=>"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1",
"sha1"=>"ce56ecb58f75d48012a3b3c43cfff157f4e371c6",
"blobstore_id"=>"5b0a9b86-da50-4e7b-5394-532798e37738"},
"buildpack_ruby"=>
{"name"=>"buildpack_ruby",
"version"=>"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1",
"sha1"=>"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14",
"blobstore_id"=>"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},
"cloud_controller_ng"=>
{"name"=>"cloud_controller_ng",
"version"=>"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1",
"sha1"=>"9b037c9e8f3c9781d238a4e13982ae164840f026",
"blobstore_id"=>"e13a6684-a814-401b-7298-cf57f9266fac"},
"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"libpq"=>
{"name"=>"libpq",
"version"=>"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1",
"sha1"=>"c0d08ce9fb7c753eed178a551b97e78469ea07db",
"blobstore_id"=>"d1c018b6-e240-49f7-56cd-29ae300558ff"},
"metron_agent"=>
{"name"=>"metron_agent",
"version"=>"42610926a69baa881d4e8df637125738e2ebfbb5.1",
"sha1"=>"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e",
"blobstore_id"=>"63ea3461-af04-4d23-62dd-effa048f18c6"},
"mysqlclient"=>
{"name"=>"mysqlclient",
"version"=>"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1",
"sha1"=>"66023ab72ded1905de97a4778bb9deff7518b303",
"blobstore_id"=>"71894c8f-140f-429c-6fd5-6396b4d76f58"},
"nginx"=>
{"name"=>"nginx",
"version"=>"385ce4eca93c53c163ea82204a28e96d851bb65d.1",
"sha1"=>"e1d88d953d63f403a8f6f67f0d30f357955173ea",
"blobstore_id"=>"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},
"nginx_newrelic_plugin"=>
{"name"=>"nginx_newrelic_plugin",
"version"=>"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1",
"sha1"=>"aa2295b608cfcb72b13d200caa8b889b69f03918",
"blobstore_id"=>"3f358b5e-3f17-400d-4cdd-487199754916"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"sqlite"=>
{"name"=>"sqlite",
"version"=>"af44d44e58fffd069459cb63f6fcc37c6326e370.1",
"sha1"=>"981ff80a252bae58aa813a2fa2730ef930138558",
"blobstore_id"=>"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"c9905d0f4d663d2da7748a1646f1aac07e80b592",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.api-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.185",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>16384, "ram"=>10240},
"name"=>"large_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"8ecad00baf874f95f0b954e99812656fdb316f55",
"blobstore_id"=>"caf6ac00-68c3-4a7e-bddc-9371f753eed0"},
"agent_id"=>"67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-461381bc-4c8f-4dbd-8321-0776dcbc3bf4"},
"ntp"=>{"offset"=>"-0.001549", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.089363 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"loggregator_z1",
"release"=>"",
"template"=>"loggregator",
"version"=>"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4",
"sha1"=>"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f",
"blobstore_id"=>"f60ce054-9601-4dd8-ab41-8b49d612b5f8",
"templates"=>
[{"name"=>"loggregator",
"version"=>"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4",
"sha1"=>"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f",
"blobstore_id"=>"f60ce054-9601-4dd8-ab41-8b49d612b5f8"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"loggregator"=>
{"name"=>"loggregator",
"version"=>"c01225507d5c1ccf9db284965892a6cfffe5aa2d.1",
"sha1"=>"e9fc648a9335a07a2542228e99b35634bc3d6b61",
"blobstore_id"=>"cb0116d4-1aa8-4598-6393-050274f85b89"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"220b5a6f6dbd57273c607ab3fee1eacceaf4b645",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.loggregator-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.75",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"3b7848ab2a836071c9dbf6fc06f81708455adbe1",
"blobstore_id"=>"af29e4d1-c547-4504-a1fd-3ed563dfb00f"},
"agent_id"=>"3ab34478-589e-412a-9c9b-86cee4bd8258",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-c5595c82-c966-4ddf-aea4-428a9764d417"},
"ntp"=>{"offset"=>"-0.001200", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.084538 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : (0.016327s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.091925 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d8290da7-f935-4618-9838-1bae2575e7d3 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"router_z2","release":"","template":"gorouter","version":"df238f0e790316de32e14e45bb5738def0a18c4f","sha1":"f506c1669335e7d09377d1167c9be2b1545f1594","blobstore_id":"a4d0b906-2b96-4927-97eb-88a6e7d7ec07","templates":[{"name":"gorouter","version":"df238f0e790316de32e14e45bb5738def0a18c4f","sha1":"f506c1669335e7d09377d1167c9be2b1545f1594","blobstore_id":"a4d0b906-2b96-4927-97eb-88a6e7d7ec07"},{"name":"metron_agent","version":"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e","sha1":"827b11ecd1de7c4047b11650c45783f36cecb71e","blobstore_id":"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"golang":{"name":"golang","version":"aa5f90f06ada376085414bfc0c56c8cd67abba9c.1","sha1":"1d311712165119403965b49338b37f686b2ef74c","blobstore_id":"d4dd73b9-9cd7-4192-574a-ef83abc18611"},"gorouter":{"name":"gorouter","version":"626050640d8da78ffa2724b34f1322115442e21d.1","sha1":"008ba00e4ee794a40a887b00e26c8a8c51caf5ff","blobstore_id":"4dff3ed4-face-4588-4d15-4d77e4cada41"},"metron_agent":{"name":"metron_agent","version":"42610926a69baa881d4e8df637125738e2ebfbb5.1","sha1":"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e","blobstore_id":"63ea3461-af04-4d23-62dd-effa048f18c6"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"68e9432414407d4363f725add56920a8ceb14113","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.router-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.134","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"name":"router_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"7db2a80794fd73618f1060096e07fe9ed4376718","blobstore_id":"607ecd6e-5dbf-4d2e-8d4f-e84b8f34de0c"},"agent_id":"790f8ce0-7ccf-4dc2-b397-18457f0731fb","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-77fc89b3-2ecc-4d56-b599-d2116d2a75ba"},"ntp":{"offset":"-0.003627","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.092030 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : (0.002274s) SELECT * FROM "vms" WHERE ("agent_id" = '39672121-f114-406d-8b2a-39ff67d534fc') LIMIT 1
D, [2014-09-16T18:52:09.092181 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : (0.000310s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.092462 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : (0.000219s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.098431 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"router_z2",
"release"=>"",
"template"=>"gorouter",
"version"=>"df238f0e790316de32e14e45bb5738def0a18c4f",
"sha1"=>"f506c1669335e7d09377d1167c9be2b1545f1594",
"blobstore_id"=>"a4d0b906-2b96-4927-97eb-88a6e7d7ec07",
"templates"=>
[{"name"=>"gorouter",
"version"=>"df238f0e790316de32e14e45bb5738def0a18c4f",
"sha1"=>"f506c1669335e7d09377d1167c9be2b1545f1594",
"blobstore_id"=>"a4d0b906-2b96-4927-97eb-88a6e7d7ec07"},
{"name"=>"metron_agent",
"version"=>"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e",
"sha1"=>"827b11ecd1de7c4047b11650c45783f36cecb71e",
"blobstore_id"=>"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"golang"=>
{"name"=>"golang",
"version"=>"aa5f90f06ada376085414bfc0c56c8cd67abba9c.1",
"sha1"=>"1d311712165119403965b49338b37f686b2ef74c",
"blobstore_id"=>"d4dd73b9-9cd7-4192-574a-ef83abc18611"},
"gorouter"=>
{"name"=>"gorouter",
"version"=>"626050640d8da78ffa2724b34f1322115442e21d.1",
"sha1"=>"008ba00e4ee794a40a887b00e26c8a8c51caf5ff",
"blobstore_id"=>"4dff3ed4-face-4588-4d15-4d77e4cada41"},
"metron_agent"=>
{"name"=>"metron_agent",
"version"=>"42610926a69baa881d4e8df637125738e2ebfbb5.1",
"sha1"=>"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e",
"blobstore_id"=>"63ea3461-af04-4d23-62dd-effa048f18c6"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"68e9432414407d4363f725add56920a8ceb14113",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.router-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.134",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>2048, "ram"=>1024},
"name"=>"router_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"7db2a80794fd73618f1060096e07fe9ed4376718",
"blobstore_id"=>"607ecd6e-5dbf-4d2e-8d4f-e84b8f34de0c"},
"agent_id"=>"790f8ce0-7ccf-4dc2-b397-18457f0731fb",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-77fc89b3-2ecc-4d56-b599-d2116d2a75ba"},
"ntp"=>{"offset"=>"-0.003627", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.098844 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : (0.006302s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.099304 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : SENT: agent.ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.f17b82e3-5a9a-4ad7-b15e-71f7c1d983c8"}
D, [2014-09-16T18:52:09.099781 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : (0.000362s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 37)
D, [2014-09-16T18:52:09.100191 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.100848 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.100929 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : (0.000642s) SELECT * FROM "vms" WHERE ("agent_id" = 'b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f') LIMIT 1
D, [2014-09-16T18:52:09.101117 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : Found existing job instance `loggregator_z1/1'
D, [2014-09-16T18:52:09.101210 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : Copying job instance `loggregator_z1/1' network reservation {type=static, ip="10.230.18.76"}
D, [2014-09-16T18:52:09.101387 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : SENT: agent.830df3c8-7ed7-423b-b2d8-3eddf0d59005 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b57812ff-9bcc-41d5-bd85-ff1e54864b91"}
I, [2014-09-16T18:52:09.101599 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.102627 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : Found VM 'vm-935000a6-3ae5-458b-ab76-c51207d78b92' running job instance 'loggregator_z1/1' in resource pool `medium_z1' with reservation '{type=static, ip="10.230.18.76"}'
D, [2014-09-16T18:52:09.102754 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : (0.001018s) SELECT * FROM "vms" WHERE ("agent_id" = '5e467762-9693-40cc-b0af-167fb6189378') LIMIT 1
D, [2014-09-16T18:52:09.102823 #23095] [bind_existing_deployment(f7ffd4ac-92ab-4a89-87fa-8cd4cd0019c2)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.102878 #23095] [0x290d768] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.105489 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : (0.000113s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.105622 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : (0.000067s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.105749 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : (0.000068s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.107648 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : (0.004447s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 38) LIMIT 1
D, [2014-09-16T18:52:09.107725 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : (0.001901s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 27) LIMIT 1
D, [2014-09-16T18:52:09.107802 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : (0.000190s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.108002 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.f17b82e3-5a9a-4ad7-b15e-71f7c1d983c8 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"api_z1","release":"","template":"cloud_controller_ng","version":"65103aeecccb04701e6dcd3a39882f3f80b28cec","sha1":"04d4c63c9fe818ffbdc2d58cd7dd168821e501db","blobstore_id":"e5517126-a27a-4ab1-8ebb-427019d6c4b9","templates":[{"name":"cloud_controller_ng","version":"65103aeecccb04701e6dcd3a39882f3f80b28cec","sha1":"04d4c63c9fe818ffbdc2d58cd7dd168821e501db","blobstore_id":"e5517126-a27a-4ab1-8ebb-427019d6c4b9"},{"name":"metron_agent","version":"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e","sha1":"827b11ecd1de7c4047b11650c45783f36cecb71e","blobstore_id":"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},"packages":{"buildpack_go":{"name":"buildpack_go","version":"80b345943f3219ed050beb4592a639e0e5a290b0.1","sha1":"37c113c72db74b00664b8716a2881bbdc58ecff2","blobstore_id":"879054e7-102e-494c-4b34-adad3deb315e"},"buildpack_java":{"name":"buildpack_java","version":"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1","sha1":"bd1d7abe04acd364b454691ba915f3b365e37429","blobstore_id":"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},"buildpack_java_offline":{"name":"buildpack_java_offline","version":"546631e74a24465152b8553672ef2e30841afeaa.1","sha1":"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f","blobstore_id":"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},"buildpack_nodejs":{"name":"buildpack_nodejs","version":"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1","sha1":"0eb3a3fc914bb06b31b398140586782dc93e9f20","blobstore_id":"4a6bc012-a7d4-46f3-7843-60685f287832"},"buildpack_php":{"name":"buildpack_php","version":"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1","sha1":"93542149ad5c8f5ea6937719ee808c374cb05dd5","blobstore_id":"94239476-7efd-4cb1-5da6-06775f803881"},"buildpack_python":{"name":"buildpack_python","version":"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1","sha1":"ce56ecb58f75d48012a3b3c43cfff157f4e371c6","blobstore_id":"5b0a9b86-da50-4e7b-5394-532798e37738"},"buildpack_ruby":{"name":"buildpack_ruby","version":"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1","sha1":"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14","blobstore_id":"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},"cloud_controller_ng":{"name":"cloud_controller_ng","version":"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1","sha1":"9b037c9e8f3c9781d238a4e13982ae164840f026","blobstore_id":"e13a6684-a814-401b-7298-cf57f9266fac"},"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"libpq":{"name":"libpq","version":"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1","sha1":"c0d08ce9fb7c753eed178a551b97e78469ea07db","blobstore_id":"d1c018b6-e240-49f7-56cd-29ae300558ff"},"metron_agent":{"name":"metron_agent","version":"42610926a69baa881d4e8df637125738e2ebfbb5.1","sha1":"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e","blobstore_id":"63ea3461-af04-4d23-62dd-effa048f18c6"},"mysqlclient":{"name":"mysqlclient","version":"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1","sha1":"66023ab72ded1905de97a4778bb9deff7518b303","blobstore_id":"71894c8f-140f-429c-6fd5-6396b4d76f58"},"nginx":{"name":"nginx","version":"385ce4eca93c53c163ea82204a28e96d851bb65d.1","sha1":"e1d88d953d63f403a8f6f67f0d30f357955173ea","blobstore_id":"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},"nginx_newrelic_plugin":{"name":"nginx_newrelic_plugin","version":"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1","sha1":"aa2295b608cfcb72b13d200caa8b889b69f03918","blobstore_id":"3f358b5e-3f17-400d-4cdd-487199754916"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"sqlite":{"name":"sqlite","version":"af44d44e58fffd069459cb63f6fcc37c6326e370.1","sha1":"981ff80a252bae58aa813a2fa2730ef930138558","blobstore_id":"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"75e5555c3919226fc1f2a18a4148dd50466c4d61","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.api-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.255","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":16384,"ram":10240},"name":"large_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"899fbc437847331bd5573e5ffae434dc63f98ab5","blobstore_id":"8c665071-7ac8-4d82-8083-b5b7a9ff77a0"},"agent_id":"ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-e6ab9d39-559d-4492-b822-ccfe1550e369"},"ntp":{"offset":"0.026383","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.108668 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : (0.000577s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.108766 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b57812ff-9bcc-41d5-bd85-ff1e54864b91 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"logs_z2","release":"","template":"syslog_aggregator","version":"8236756f59c72ac0b57ea7d19cbfb989b7214d46","sha1":"7757f478da1d98d4fc18a60f7fd66c04ef4f0005","blobstore_id":"b92a547c-fc75-4047-a196-f14a2405de0d","templates":[{"name":"syslog_aggregator","version":"8236756f59c72ac0b57ea7d19cbfb989b7214d46","sha1":"7757f478da1d98d4fc18a60f7fd66c04ef4f0005","blobstore_id":"b92a547c-fc75-4047-a196-f14a2405de0d"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"20d8cd7ee1e664f5a4cd0cc999f8f68cd99b0558","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.logs-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.129","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":8192,"rendered_templates_archive":{"sha1":"77fc4cf42e69bbae5437ad14cba1f078efdb0cd5","blobstore_id":"b8714c24-b65e-41e5-87f5-2a0aa7043d8c"},"agent_id":"830df3c8-7ed7-423b-b2d8-3eddf0d59005","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-1a8481a4-c81b-49db-9041-7b56535139a2"},"ntp":{"offset":"-0.003794","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.119389 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"api_z1",
"release"=>"",
"template"=>"cloud_controller_ng",
"version"=>"65103aeecccb04701e6dcd3a39882f3f80b28cec",
"sha1"=>"04d4c63c9fe818ffbdc2d58cd7dd168821e501db",
"blobstore_id"=>"e5517126-a27a-4ab1-8ebb-427019d6c4b9",
"templates"=>
[{"name"=>"cloud_controller_ng",
"version"=>"65103aeecccb04701e6dcd3a39882f3f80b28cec",
"sha1"=>"04d4c63c9fe818ffbdc2d58cd7dd168821e501db",
"blobstore_id"=>"e5517126-a27a-4ab1-8ebb-427019d6c4b9"},
{"name"=>"metron_agent",
"version"=>"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e",
"sha1"=>"827b11ecd1de7c4047b11650c45783f36cecb71e",
"blobstore_id"=>"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},
"packages"=>
{"buildpack_go"=>
{"name"=>"buildpack_go",
"version"=>"80b345943f3219ed050beb4592a639e0e5a290b0.1",
"sha1"=>"37c113c72db74b00664b8716a2881bbdc58ecff2",
"blobstore_id"=>"879054e7-102e-494c-4b34-adad3deb315e"},
"buildpack_java"=>
{"name"=>"buildpack_java",
"version"=>"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1",
"sha1"=>"bd1d7abe04acd364b454691ba915f3b365e37429",
"blobstore_id"=>"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},
"buildpack_java_offline"=>
{"name"=>"buildpack_java_offline",
"version"=>"546631e74a24465152b8553672ef2e30841afeaa.1",
"sha1"=>"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f",
"blobstore_id"=>"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},
"buildpack_nodejs"=>
{"name"=>"buildpack_nodejs",
"version"=>"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1",
"sha1"=>"0eb3a3fc914bb06b31b398140586782dc93e9f20",
"blobstore_id"=>"4a6bc012-a7d4-46f3-7843-60685f287832"},
"buildpack_php"=>
{"name"=>"buildpack_php",
"version"=>"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1",
"sha1"=>"93542149ad5c8f5ea6937719ee808c374cb05dd5",
"blobstore_id"=>"94239476-7efd-4cb1-5da6-06775f803881"},
"buildpack_python"=>
{"name"=>"buildpack_python",
"version"=>"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1",
"sha1"=>"ce56ecb58f75d48012a3b3c43cfff157f4e371c6",
"blobstore_id"=>"5b0a9b86-da50-4e7b-5394-532798e37738"},
"buildpack_ruby"=>
{"name"=>"buildpack_ruby",
"version"=>"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1",
"sha1"=>"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14",
"blobstore_id"=>"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},
"cloud_controller_ng"=>
{"name"=>"cloud_controller_ng",
"version"=>"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1",
"sha1"=>"9b037c9e8f3c9781d238a4e13982ae164840f026",
"blobstore_id"=>"e13a6684-a814-401b-7298-cf57f9266fac"},
"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"libpq"=>
{"name"=>"libpq",
"version"=>"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1",
"sha1"=>"c0d08ce9fb7c753eed178a551b97e78469ea07db",
"blobstore_id"=>"d1c018b6-e240-49f7-56cd-29ae300558ff"},
"metron_agent"=>
{"name"=>"metron_agent",
"version"=>"42610926a69baa881d4e8df637125738e2ebfbb5.1",
"sha1"=>"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e",
"blobstore_id"=>"63ea3461-af04-4d23-62dd-effa048f18c6"},
"mysqlclient"=>
{"name"=>"mysqlclient",
"version"=>"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1",
"sha1"=>"66023ab72ded1905de97a4778bb9deff7518b303",
"blobstore_id"=>"71894c8f-140f-429c-6fd5-6396b4d76f58"},
"nginx"=>
{"name"=>"nginx",
"version"=>"385ce4eca93c53c163ea82204a28e96d851bb65d.1",
"sha1"=>"e1d88d953d63f403a8f6f67f0d30f357955173ea",
"blobstore_id"=>"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},
"nginx_newrelic_plugin"=>
{"name"=>"nginx_newrelic_plugin",
"version"=>"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1",
"sha1"=>"aa2295b608cfcb72b13d200caa8b889b69f03918",
"blobstore_id"=>"3f358b5e-3f17-400d-4cdd-487199754916"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"sqlite"=>
{"name"=>"sqlite",
"version"=>"af44d44e58fffd069459cb63f6fcc37c6326e370.1",
"sha1"=>"981ff80a252bae58aa813a2fa2730ef930138558",
"blobstore_id"=>"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"75e5555c3919226fc1f2a18a4148dd50466c4d61",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.api-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.255",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>16384, "ram"=>10240},
"name"=>"large_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"899fbc437847331bd5573e5ffae434dc63f98ab5",
"blobstore_id"=>"8c665071-7ac8-4d82-8083-b5b7a9ff77a0"},
"agent_id"=>"ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-e6ab9d39-559d-4492-b822-ccfe1550e369"},
"ntp"=>{"offset"=>"0.026383", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.120027 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : (0.011168s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.124600 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"logs_z2",
"release"=>"",
"template"=>"syslog_aggregator",
"version"=>"8236756f59c72ac0b57ea7d19cbfb989b7214d46",
"sha1"=>"7757f478da1d98d4fc18a60f7fd66c04ef4f0005",
"blobstore_id"=>"b92a547c-fc75-4047-a196-f14a2405de0d",
"templates"=>
[{"name"=>"syslog_aggregator",
"version"=>"8236756f59c72ac0b57ea7d19cbfb989b7214d46",
"sha1"=>"7757f478da1d98d4fc18a60f7fd66c04ef4f0005",
"blobstore_id"=>"b92a547c-fc75-4047-a196-f14a2405de0d"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"20d8cd7ee1e664f5a4cd0cc999f8f68cd99b0558",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.logs-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.129",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>8192,
"rendered_templates_archive"=>
{"sha1"=>"77fc4cf42e69bbae5437ad14cba1f078efdb0cd5",
"blobstore_id"=>"b8714c24-b65e-41e5-87f5-2a0aa7043d8c"},
"agent_id"=>"830df3c8-7ed7-423b-b2d8-3eddf0d59005",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-1a8481a4-c81b-49db-9041-7b56535139a2"},
"ntp"=>{"offset"=>"-0.003794", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.125135 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : SENT: agent.39672121-f114-406d-8b2a-39ff67d534fc {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b6b4f710-ef21-4386-861a-631d171bd3da"}
D, [2014-09-16T18:52:09.127409 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : (0.002441s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 42)
D, [2014-09-16T18:52:09.127492 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : (0.002187s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 50) LIMIT 1
D, [2014-09-16T18:52:09.127697 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : (0.000322s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.127870 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : (0.000091s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.128015 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : (0.000086s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.129910 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : (0.001821s) SELECT * FROM "vms" WHERE ("agent_id" = '278845e0-1108-45cd-8cb7-f2e197a8765d') LIMIT 1
D, [2014-09-16T18:52:09.130056 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : (0.000174s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.130190 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : (0.000069s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.130369 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : (0.000120s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.130772 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.131034 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.131144 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.131736 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : Found existing job instance `postgres_z1/0'
D, [2014-09-16T18:52:09.131840 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : Copying job instance `postgres_z1/0' network reservation {type=static, ip="10.230.18.77"}
I, [2014-09-16T18:52:09.131914 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=1)
D, [2014-09-16T18:52:09.132127 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : SENT: agent.a810a88b-81e1-40a2-990d-dd0e0d344e73 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.a7899233-9c06-4f99-b6f9-abf513468be3"}
D, [2014-09-16T18:52:09.132238 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : Found VM 'vm-6b94164e-cb54-40b1-9a66-7a9e81aa5146' running job instance 'postgres_z1/0' in resource pool `medium_z1' with reservation '{type=static, ip="10.230.18.77"}'
D, [2014-09-16T18:52:09.132298 #23095] [bind_existing_deployment(ea1d6198-3c0e-4ad5-b7af-ea2bac6a67de)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.132474 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : (0.000746s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 45)
D, [2014-09-16T18:52:09.132596 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : (0.002049s) SELECT * FROM "vms" WHERE ("agent_id" = '28dc6eaf-8e09-4a13-af6e-a32994ecfb4c') LIMIT 1
D, [2014-09-16T18:52:09.132904 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : SENT: agent.06d02acb-ff72-418a-8570-84eb015195c1 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.0ceef1de-e946-4e4d-94f9-ceda655206a7"}
D, [2014-09-16T18:52:09.133093 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : (0.000700s) SELECT * FROM "vms" WHERE ("agent_id" = '02c07349-62bd-41a3-b538-55847a17383b') LIMIT 1
D, [2014-09-16T18:52:09.133272 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : SENT: agent.31a1913f-5ce4-4e60-b1cc-da6b49a81764 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.fccb0280-a186-4581-93dc-01ad679dfc61"}
D, [2014-09-16T18:52:09.133356 #23095] [0x2647f74] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.133013 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b6b4f710-ef21-4386-861a-631d171bd3da {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"hm9000_z2","release":"","template":"hm9000","version":"c112287c63b43fec7850375901ac2effdb32fe6b","sha1":"53da5186067fa3315732adfcc2f971a5015de42b","blobstore_id":"4dbe89a3-66f8-403d-8536-139cfe481269","templates":[{"name":"hm9000","version":"c112287c63b43fec7850375901ac2effdb32fe6b","sha1":"53da5186067fa3315732adfcc2f971a5015de42b","blobstore_id":"4dbe89a3-66f8-403d-8536-139cfe481269"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"hm9000":{"name":"hm9000","version":"9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159.1","sha1":"6e859f257641a6baf4ea71574472e6fd4e608e95","blobstore_id":"7c1051ee-df92-4720-6f5d-df61d6b9e760"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"f917d890f9ad65865d422b0111f4e10dd5c09101","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.hm9000-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.187","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"1958d4bd14f41a582348900ec86e4f7667db01c1","blobstore_id":"0159a6bb-8cd8-4a8f-9fbb-f2726b413c5a"},"agent_id":"39672121-f114-406d-8b2a-39ff67d534fc","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-c4b7ccae-2aad-4978-9cec-cd55190e7668"},"ntp":{"offset":"0.029035","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.133607 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.133852 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : SENT: agent.5e467762-9693-40cc-b0af-167fb6189378 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.9649e05a-4094-4b3e-ab3e-5380e68cf6cc"}
D, [2014-09-16T18:52:09.134019 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.134130 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : Found existing job instance `logs_z1/0'
D, [2014-09-16T18:52:09.134217 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : Copying job instance `logs_z1/0' network reservation {type=static, ip="10.230.18.65"}
I, [2014-09-16T18:52:09.134287 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=2)
D, [2014-09-16T18:52:09.134366 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : Found VM 'vm-3597ab6a-c6aa-4b98-a133-02f6f8543254' running job instance 'logs_z1/0' in resource pool `medium_z1' with reservation '{type=static, ip="10.230.18.65"}'
D, [2014-09-16T18:52:09.134481 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : (0.000365s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 30) LIMIT 1
D, [2014-09-16T18:52:09.134696 #23095] [bind_existing_deployment(4996b7e5-f1b6-498b-9803-50deace07538)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.134866 #23095] [0x290b5e4] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.135543 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.140624 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.141276 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.fccb0280-a186-4581-93dc-01ad679dfc61 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"ha_proxy_z1","release":"","template":"haproxy","version":"cfe85a8c4f06d073b99faca27ff9e5ba4d6d1899","sha1":"22f0779b3e17d40549096c69e51bd0ba8a3daed8","blobstore_id":"bfc0f56f-69c6-4b34-b197-799dedb08eea","templates":[{"name":"haproxy","version":"cfe85a8c4f06d073b99faca27ff9e5ba4d6d1899","sha1":"22f0779b3e17d40549096c69e51bd0ba8a3daed8","blobstore_id":"bfc0f56f-69c6-4b34-b197-799dedb08eea"}]},"packages":{"haproxy":{"name":"haproxy","version":"917ceeaf9931e5c9e6921f61c5490be20a3051e6.1","sha1":"b97cb8839d88c523ef264d53d3786b9b0e792b4e","blobstore_id":"81be3144-79ae-4a68-4c12-2d203dfc9782"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"2b4694c1e1f9daf8ff0847ecaededd9f11b2f6a4","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.ha-proxy-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.68","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"name":"router_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"2c2d38ddeae6ffc8de816430aa05ff0d8c208355","blobstore_id":"fc872ec0-8540-4b17-8fbf-d3fd08b24c74"},"agent_id":"31a1913f-5ce4-4e60-b1cc-da6b49a81764","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-909fa96a-4d06-4532-9499-e7a9556ca458"},"ntp":{"offset":"0.022558","timestamp":"16 Sep 18:45:10"}}}
D, [2014-09-16T18:52:09.141170 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : (0.006213s) SELECT * FROM "vms" WHERE ("agent_id" = '9a190e86-cc93-4450-908c-c1988e44cd14') LIMIT 1
D, [2014-09-16T18:52:09.140540 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"hm9000_z2",
"release"=>"",
"template"=>"hm9000",
"version"=>"c112287c63b43fec7850375901ac2effdb32fe6b",
"sha1"=>"53da5186067fa3315732adfcc2f971a5015de42b",
"blobstore_id"=>"4dbe89a3-66f8-403d-8536-139cfe481269",
"templates"=>
[{"name"=>"hm9000",
"version"=>"c112287c63b43fec7850375901ac2effdb32fe6b",
"sha1"=>"53da5186067fa3315732adfcc2f971a5015de42b",
"blobstore_id"=>"4dbe89a3-66f8-403d-8536-139cfe481269"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"hm9000"=>
{"name"=>"hm9000",
"version"=>"9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159.1",
"sha1"=>"6e859f257641a6baf4ea71574472e6fd4e608e95",
"blobstore_id"=>"7c1051ee-df92-4720-6f5d-df61d6b9e760"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"f917d890f9ad65865d422b0111f4e10dd5c09101",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.hm9000-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.187",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"1958d4bd14f41a582348900ec86e4f7667db01c1",
"blobstore_id"=>"0159a6bb-8cd8-4a8f-9fbb-f2726b413c5a"},
"agent_id"=>"39672121-f114-406d-8b2a-39ff67d534fc",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-c4b7ccae-2aad-4978-9cec-cd55190e7668"},
"ntp"=>{"offset"=>"0.029035", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.141993 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : (0.000607s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 51) LIMIT 1
D, [2014-09-16T18:52:09.142106 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.a7899233-9c06-4f99-b6f9-abf513468be3 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"stats_z1","release":"","template":"collector","version":"4135c398b95db6bffff373c2bd0db4da7a4b066f","sha1":"2924cbfce34ce80db31fa4cbf3f9ec89ecf04ba9","blobstore_id":"1dac4eb8-c4c1-4812-a168-974cc7a0ec36","templates":[{"name":"collector","version":"4135c398b95db6bffff373c2bd0db4da7a4b066f","sha1":"2924cbfce34ce80db31fa4cbf3f9ec89ecf04ba9","blobstore_id":"1dac4eb8-c4c1-4812-a168-974cc7a0ec36"}]},"packages":{"collector":{"name":"collector","version":"652024d837cb253df05e75ff0f500e4712bee659.1","sha1":"b7017d178f9ca364ef50465ca08ab373247745f6","blobstore_id":"5e65514b-b455-4d65-61a9-ce0c1fdb078b"},"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"02d54c5ecab5099518edfa0a42ee46b6f4574743","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.stats-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.126","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":1024},"name":"small_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"c664fdc37b52e5e6a0c6ca39965c5eaec6c8df17","blobstore_id":"3de21f50-e6ef-4b25-9474-6b7ca1acf28f"},"agent_id":"a810a88b-81e1-40a2-990d-dd0e0d344e73","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-c2571b41-bcbd-4f2a-9694-57cf2cfdea17"},"ntp":{"offset":"0.006061","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.146799 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"ha_proxy_z1",
"release"=>"",
"template"=>"haproxy",
"version"=>"cfe85a8c4f06d073b99faca27ff9e5ba4d6d1899",
"sha1"=>"22f0779b3e17d40549096c69e51bd0ba8a3daed8",
"blobstore_id"=>"bfc0f56f-69c6-4b34-b197-799dedb08eea",
"templates"=>
[{"name"=>"haproxy",
"version"=>"cfe85a8c4f06d073b99faca27ff9e5ba4d6d1899",
"sha1"=>"22f0779b3e17d40549096c69e51bd0ba8a3daed8",
"blobstore_id"=>"bfc0f56f-69c6-4b34-b197-799dedb08eea"}]},
"packages"=>
{"haproxy"=>
{"name"=>"haproxy",
"version"=>"917ceeaf9931e5c9e6921f61c5490be20a3051e6.1",
"sha1"=>"b97cb8839d88c523ef264d53d3786b9b0e792b4e",
"blobstore_id"=>"81be3144-79ae-4a68-4c12-2d203dfc9782"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"2b4694c1e1f9daf8ff0847ecaededd9f11b2f6a4",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.ha-proxy-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.68",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>2048, "ram"=>1024},
"name"=>"router_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"2c2d38ddeae6ffc8de816430aa05ff0d8c208355",
"blobstore_id"=>"fc872ec0-8540-4b17-8fbf-d3fd08b24c74"},
"agent_id"=>"31a1913f-5ce4-4e60-b1cc-da6b49a81764",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-909fa96a-4d06-4532-9499-e7a9556ca458"},
"ntp"=>{"offset"=>"0.022558", "timestamp"=>"16 Sep 18:45:10"}}
D, [2014-09-16T18:52:09.147704 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.9649e05a-4094-4b3e-ab3e-5380e68cf6cc {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"clock_global","release":"","template":"cloud_controller_clock","version":"937fffca03b6deb965e31bef95abdcb229e1c9cd","sha1":"3945a54cd566f19d299d6411400a93ee518eb751","blobstore_id":"74408fc7-bf69-4010-8578-d0d8469c93c2","templates":[{"name":"cloud_controller_clock","version":"937fffca03b6deb965e31bef95abdcb229e1c9cd","sha1":"3945a54cd566f19d299d6411400a93ee518eb751","blobstore_id":"74408fc7-bf69-4010-8578-d0d8469c93c2"},{"name":"metron_agent","version":"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e","sha1":"827b11ecd1de7c4047b11650c45783f36cecb71e","blobstore_id":"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},"packages":{"buildpack_go":{"name":"buildpack_go","version":"80b345943f3219ed050beb4592a639e0e5a290b0.1","sha1":"37c113c72db74b00664b8716a2881bbdc58ecff2","blobstore_id":"879054e7-102e-494c-4b34-adad3deb315e"},"buildpack_java":{"name":"buildpack_java","version":"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1","sha1":"bd1d7abe04acd364b454691ba915f3b365e37429","blobstore_id":"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},"buildpack_java_offline":{"name":"buildpack_java_offline","version":"546631e74a24465152b8553672ef2e30841afeaa.1","sha1":"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f","blobstore_id":"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},"buildpack_nodejs":{"name":"buildpack_nodejs","version":"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1","sha1":"0eb3a3fc914bb06b31b398140586782dc93e9f20","blobstore_id":"4a6bc012-a7d4-46f3-7843-60685f287832"},"buildpack_php":{"name":"buildpack_php","version":"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1","sha1":"93542149ad5c8f5ea6937719ee808c374cb05dd5","blobstore_id":"94239476-7efd-4cb1-5da6-06775f803881"},"buildpack_python":{"name":"buildpack_python","version":"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1","sha1":"ce56ecb58f75d48012a3b3c43cfff157f4e371c6","blobstore_id":"5b0a9b86-da50-4e7b-5394-532798e37738"},"buildpack_ruby":{"name":"buildpack_ruby","version":"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1","sha1":"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14","blobstore_id":"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},"cloud_controller_ng":{"name":"cloud_controller_ng","version":"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1","sha1":"9b037c9e8f3c9781d238a4e13982ae164840f026","blobstore_id":"e13a6684-a814-401b-7298-cf57f9266fac"},"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"libpq":{"name":"libpq","version":"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1","sha1":"c0d08ce9fb7c753eed178a551b97e78469ea07db","blobstore_id":"d1c018b6-e240-49f7-56cd-29ae300558ff"},"metron_agent":{"name":"metron_agent","version":"42610926a69baa881d4e8df637125738e2ebfbb5.1","sha1":"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e","blobstore_id":"63ea3461-af04-4d23-62dd-effa048f18c6"},"mysqlclient":{"name":"mysqlclient","version":"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1","sha1":"66023ab72ded1905de97a4778bb9deff7518b303","blobstore_id":"71894c8f-140f-429c-6fd5-6396b4d76f58"},"nginx":{"name":"nginx","version":"385ce4eca93c53c163ea82204a28e96d851bb65d.1","sha1":"e1d88d953d63f403a8f6f67f0d30f357955173ea","blobstore_id":"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},"nginx_newrelic_plugin":{"name":"nginx_newrelic_plugin","version":"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1","sha1":"aa2295b608cfcb72b13d200caa8b889b69f03918","blobstore_id":"3f358b5e-3f17-400d-4cdd-487199754916"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"sqlite":{"name":"sqlite","version":"af44d44e58fffd069459cb63f6fcc37c6326e370.1","sha1":"981ff80a252bae58aa813a2fa2730ef930138558","blobstore_id":"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"7887658d580d76ef2e6104aa9169b84a8116fa16","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.clock-global.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.19.0","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"b81e7ccbc335747400b37080aa26b3fb1fe0dce7","blobstore_id":"15fa7d33-806a-44e0-bc24-a6cfd25b0129"},"agent_id":"5e467762-9693-40cc-b0af-167fb6189378","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-284fdca8-5656-4051-9cff-e6478e6d6a16"},"ntp":{"offset":"-0.001849","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.147846 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.153016 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"stats_z1",
"release"=>"",
"template"=>"collector",
"version"=>"4135c398b95db6bffff373c2bd0db4da7a4b066f",
"sha1"=>"2924cbfce34ce80db31fa4cbf3f9ec89ecf04ba9",
"blobstore_id"=>"1dac4eb8-c4c1-4812-a168-974cc7a0ec36",
"templates"=>
[{"name"=>"collector",
"version"=>"4135c398b95db6bffff373c2bd0db4da7a4b066f",
"sha1"=>"2924cbfce34ce80db31fa4cbf3f9ec89ecf04ba9",
"blobstore_id"=>"1dac4eb8-c4c1-4812-a168-974cc7a0ec36"}]},
"packages"=>
{"collector"=>
{"name"=>"collector",
"version"=>"652024d837cb253df05e75ff0f500e4712bee659.1",
"sha1"=>"b7017d178f9ca364ef50465ca08ab373247745f6",
"blobstore_id"=>"5e65514b-b455-4d65-61a9-ce0c1fdb078b"},
"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"02d54c5ecab5099518edfa0a42ee46b6f4574743",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.stats-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.126",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>1024},
"name"=>"small_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"c664fdc37b52e5e6a0c6ca39965c5eaec6c8df17",
"blobstore_id"=>"3de21f50-e6ef-4b25-9474-6b7ca1acf28f"},
"agent_id"=>"a810a88b-81e1-40a2-990d-dd0e0d344e73",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-c2571b41-bcbd-4f2a-9694-57cf2cfdea17"},
"ntp"=>{"offset"=>"0.006061", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.153404 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : (0.006198s) SELECT * FROM "vms" WHERE ("agent_id" = 'b9c83d1e-dc9d-4230-9922-c0b9a6f31478') LIMIT 1
D, [2014-09-16T18:52:09.154056 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.0ceef1de-e946-4e4d-94f9-ceda655206a7 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"hm9000_z1","release":"","template":"hm9000","version":"c112287c63b43fec7850375901ac2effdb32fe6b","sha1":"53da5186067fa3315732adfcc2f971a5015de42b","blobstore_id":"4dbe89a3-66f8-403d-8536-139cfe481269","templates":[{"name":"hm9000","version":"c112287c63b43fec7850375901ac2effdb32fe6b","sha1":"53da5186067fa3315732adfcc2f971a5015de42b","blobstore_id":"4dbe89a3-66f8-403d-8536-139cfe481269"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"hm9000":{"name":"hm9000","version":"9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159.1","sha1":"6e859f257641a6baf4ea71574472e6fd4e608e95","blobstore_id":"7c1051ee-df92-4720-6f5d-df61d6b9e760"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"f917d890f9ad65865d422b0111f4e10dd5c09101","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.hm9000-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.119","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"1958d4bd14f41a582348900ec86e4f7667db01c1","blobstore_id":"90813527-b074-4ad2-b2b4-4b2f8d2a8397"},"agent_id":"06d02acb-ff72-418a-8570-84eb015195c1","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-ef166de8-8d54-4d60-9e2d-4207294c6efb"},"ntp":{"offset":"-0.004464","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.154246 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : SENT: agent.278845e0-1108-45cd-8cb7-f2e197a8765d {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.56edabac-8b1a-42a8-9791-ab261e89276b"}
D, [2014-09-16T18:52:09.164305 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"clock_global",
"release"=>"",
"template"=>"cloud_controller_clock",
"version"=>"937fffca03b6deb965e31bef95abdcb229e1c9cd",
"sha1"=>"3945a54cd566f19d299d6411400a93ee518eb751",
"blobstore_id"=>"74408fc7-bf69-4010-8578-d0d8469c93c2",
"templates"=>
[{"name"=>"cloud_controller_clock",
"version"=>"937fffca03b6deb965e31bef95abdcb229e1c9cd",
"sha1"=>"3945a54cd566f19d299d6411400a93ee518eb751",
"blobstore_id"=>"74408fc7-bf69-4010-8578-d0d8469c93c2"},
{"name"=>"metron_agent",
"version"=>"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e",
"sha1"=>"827b11ecd1de7c4047b11650c45783f36cecb71e",
"blobstore_id"=>"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},
"packages"=>
{"buildpack_go"=>
{"name"=>"buildpack_go",
"version"=>"80b345943f3219ed050beb4592a639e0e5a290b0.1",
"sha1"=>"37c113c72db74b00664b8716a2881bbdc58ecff2",
"blobstore_id"=>"879054e7-102e-494c-4b34-adad3deb315e"},
"buildpack_java"=>
{"name"=>"buildpack_java",
"version"=>"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1",
"sha1"=>"bd1d7abe04acd364b454691ba915f3b365e37429",
"blobstore_id"=>"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},
"buildpack_java_offline"=>
{"name"=>"buildpack_java_offline",
"version"=>"546631e74a24465152b8553672ef2e30841afeaa.1",
"sha1"=>"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f",
"blobstore_id"=>"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},
"buildpack_nodejs"=>
{"name"=>"buildpack_nodejs",
"version"=>"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1",
"sha1"=>"0eb3a3fc914bb06b31b398140586782dc93e9f20",
"blobstore_id"=>"4a6bc012-a7d4-46f3-7843-60685f287832"},
"buildpack_php"=>
{"name"=>"buildpack_php",
"version"=>"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1",
"sha1"=>"93542149ad5c8f5ea6937719ee808c374cb05dd5",
"blobstore_id"=>"94239476-7efd-4cb1-5da6-06775f803881"},
"buildpack_python"=>
{"name"=>"buildpack_python",
"version"=>"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1",
"sha1"=>"ce56ecb58f75d48012a3b3c43cfff157f4e371c6",
"blobstore_id"=>"5b0a9b86-da50-4e7b-5394-532798e37738"},
"buildpack_ruby"=>
{"name"=>"buildpack_ruby",
"version"=>"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1",
"sha1"=>"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14",
"blobstore_id"=>"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},
"cloud_controller_ng"=>
{"name"=>"cloud_controller_ng",
"version"=>"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1",
"sha1"=>"9b037c9e8f3c9781d238a4e13982ae164840f026",
"blobstore_id"=>"e13a6684-a814-401b-7298-cf57f9266fac"},
"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"libpq"=>
{"name"=>"libpq",
"version"=>"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1",
"sha1"=>"c0d08ce9fb7c753eed178a551b97e78469ea07db",
"blobstore_id"=>"d1c018b6-e240-49f7-56cd-29ae300558ff"},
"metron_agent"=>
{"name"=>"metron_agent",
"version"=>"42610926a69baa881d4e8df637125738e2ebfbb5.1",
"sha1"=>"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e",
"blobstore_id"=>"63ea3461-af04-4d23-62dd-effa048f18c6"},
"mysqlclient"=>
{"name"=>"mysqlclient",
"version"=>"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1",
"sha1"=>"66023ab72ded1905de97a4778bb9deff7518b303",
"blobstore_id"=>"71894c8f-140f-429c-6fd5-6396b4d76f58"},
"nginx"=>
{"name"=>"nginx",
"version"=>"385ce4eca93c53c163ea82204a28e96d851bb65d.1",
"sha1"=>"e1d88d953d63f403a8f6f67f0d30f357955173ea",
"blobstore_id"=>"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},
"nginx_newrelic_plugin"=>
{"name"=>"nginx_newrelic_plugin",
"version"=>"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1",
"sha1"=>"aa2295b608cfcb72b13d200caa8b889b69f03918",
"blobstore_id"=>"3f358b5e-3f17-400d-4cdd-487199754916"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"sqlite"=>
{"name"=>"sqlite",
"version"=>"af44d44e58fffd069459cb63f6fcc37c6326e370.1",
"sha1"=>"981ff80a252bae58aa813a2fa2730ef930138558",
"blobstore_id"=>"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"7887658d580d76ef2e6104aa9169b84a8116fa16",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.clock-global.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.19.0",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"b81e7ccbc335747400b37080aa26b3fb1fe0dce7",
"blobstore_id"=>"15fa7d33-806a-44e0-bc24-a6cfd25b0129"},
"agent_id"=>"5e467762-9693-40cc-b0af-167fb6189378",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-284fdca8-5656-4051-9cff-e6478e6d6a16"},
"ntp"=>{"offset"=>"-0.001849", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.166567 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : (0.001619s) SELECT * FROM "vms" WHERE ("agent_id" = '7c1ced6c-4678-4d5c-8b32-f725cd7a576e') LIMIT 1
D, [2014-09-16T18:52:09.166780 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : SENT: agent.f8b7f141-8db0-44ac-9fe4-fac74a170731 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.bf20b90f-1722-49fe-9c01-964af513e60f"}
D, [2014-09-16T18:52:09.166866 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : (0.001108s) SELECT * FROM "vms" WHERE ("agent_id" = '01186556-ec73-4d85-8ffd-dc2902fea9c8') LIMIT 1
D, [2014-09-16T18:52:09.172308 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"hm9000_z1",
"release"=>"",
"template"=>"hm9000",
"version"=>"c112287c63b43fec7850375901ac2effdb32fe6b",
"sha1"=>"53da5186067fa3315732adfcc2f971a5015de42b",
"blobstore_id"=>"4dbe89a3-66f8-403d-8536-139cfe481269",
"templates"=>
[{"name"=>"hm9000",
"version"=>"c112287c63b43fec7850375901ac2effdb32fe6b",
"sha1"=>"53da5186067fa3315732adfcc2f971a5015de42b",
"blobstore_id"=>"4dbe89a3-66f8-403d-8536-139cfe481269"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"hm9000"=>
{"name"=>"hm9000",
"version"=>"9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159.1",
"sha1"=>"6e859f257641a6baf4ea71574472e6fd4e608e95",
"blobstore_id"=>"7c1051ee-df92-4720-6f5d-df61d6b9e760"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"f917d890f9ad65865d422b0111f4e10dd5c09101",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.hm9000-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.119",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"1958d4bd14f41a582348900ec86e4f7667db01c1",
"blobstore_id"=>"90813527-b074-4ad2-b2b4-4b2f8d2a8397"},
"agent_id"=>"06d02acb-ff72-418a-8570-84eb015195c1",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-ef166de8-8d54-4d60-9e2d-4207294c6efb"},
"ntp"=>{"offset"=>"-0.004464", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.172754 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.56edabac-8b1a-42a8-9791-ab261e89276b {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"loggregator_z2","release":"","template":"loggregator","version":"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4","sha1":"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f","blobstore_id":"f60ce054-9601-4dd8-ab41-8b49d612b5f8","templates":[{"name":"loggregator","version":"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4","sha1":"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f","blobstore_id":"f60ce054-9601-4dd8-ab41-8b49d612b5f8"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"loggregator":{"name":"loggregator","version":"c01225507d5c1ccf9db284965892a6cfffe5aa2d.1","sha1":"e9fc648a9335a07a2542228e99b35634bc3d6b61","blobstore_id":"cb0116d4-1aa8-4598-6393-050274f85b89"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"53560b564461f0156b4461881f8fc5b768e76857","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"1.loggregator-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.140","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":1,"persistent_disk":0,"rendered_templates_archive":{"sha1":"336e05a15cd0678e932b3dd93eb5aba14e3e72e6","blobstore_id":"50bbb78c-c3e5-4fbb-8e84-c6b5c5a8fdbf"},"agent_id":"278845e0-1108-45cd-8cb7-f2e197a8765d","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-4a29de02-43ba-48d9-884e-b24fbad95ffb"},"ntp":{"offset":"0.012154","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.178039 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"loggregator_z2",
"release"=>"",
"template"=>"loggregator",
"version"=>"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4",
"sha1"=>"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f",
"blobstore_id"=>"f60ce054-9601-4dd8-ab41-8b49d612b5f8",
"templates"=>
[{"name"=>"loggregator",
"version"=>"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4",
"sha1"=>"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f",
"blobstore_id"=>"f60ce054-9601-4dd8-ab41-8b49d612b5f8"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"loggregator"=>
{"name"=>"loggregator",
"version"=>"c01225507d5c1ccf9db284965892a6cfffe5aa2d.1",
"sha1"=>"e9fc648a9335a07a2542228e99b35634bc3d6b61",
"blobstore_id"=>"cb0116d4-1aa8-4598-6393-050274f85b89"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"53560b564461f0156b4461881f8fc5b768e76857",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"1.loggregator-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.140",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>1,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"336e05a15cd0678e932b3dd93eb5aba14e3e72e6",
"blobstore_id"=>"50bbb78c-c3e5-4fbb-8e84-c6b5c5a8fdbf"},
"agent_id"=>"278845e0-1108-45cd-8cb7-f2e197a8765d",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-4a29de02-43ba-48d9-884e-b24fbad95ffb"},
"ntp"=>{"offset"=>"0.012154", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.178162 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : (0.004946s) SELECT * FROM "vms" WHERE ("agent_id" = 'db0feb46-c3aa-4e42-8d87-53b557c26365') LIMIT 1
D, [2014-09-16T18:52:09.178267 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.179776 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : (0.001639s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 45) LIMIT 1
D, [2014-09-16T18:52:09.179870 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.bf20b90f-1722-49fe-9c01-964af513e60f {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"uaa_z2","release":"","template":"uaa","version":"53fc97e87d698ea515c6da152cd774399dade1d5","sha1":"9dbe8316a42030d0e934db42ed5837453c459705","blobstore_id":"f239fd51-f711-4063-af19-ede24405169a","templates":[{"name":"uaa","version":"53fc97e87d698ea515c6da152cd774399dade1d5","sha1":"9dbe8316a42030d0e934db42ed5837453c459705","blobstore_id":"f239fd51-f711-4063-af19-ede24405169a"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"},"uaa":{"name":"uaa","version":"e95f22b7838e41bde03de3e10ffc5dddbfdfbd9a.1","sha1":"7cb53ded798212522b2510fe021b089ac65ae135","blobstore_id":"ea0ff685-3b33-4571-78a0-c2a36e03afc3"}},"configuration_hash":"506ebcead8173ca98b9f935d6d51e64fa60b9a16","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.uaa-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.183","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"a803227b7679539c5c87b33069db3c2a32be9380","blobstore_id":"2b716dc0-4448-46c6-87f9-358c4448c546"},"agent_id":"f8b7f141-8db0-44ac-9fe4-fac74a170731","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-2c8bc28c-38ff-442a-bcf6-0ff677b5ee91"},"ntp":{"offset":"-0.000157","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.180051 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : (0.000311s) SELECT * FROM "vms" WHERE ("agent_id" = '2288ff04-6a62-4015-9a0a-c7808346fd5c') LIMIT 1
D, [2014-09-16T18:52:09.180486 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.180645 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.180705 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : Found existing job instance `uaa_z1/0'
D, [2014-09-16T18:52:09.180785 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : Copying job instance `uaa_z1/0' network reservation {type=dynamic, ip="10.230.18.127"}
D, [2014-09-16T18:52:09.186045 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"uaa_z2",
"release"=>"",
"template"=>"uaa",
"version"=>"53fc97e87d698ea515c6da152cd774399dade1d5",
"sha1"=>"9dbe8316a42030d0e934db42ed5837453c459705",
"blobstore_id"=>"f239fd51-f711-4063-af19-ede24405169a",
"templates"=>
[{"name"=>"uaa",
"version"=>"53fc97e87d698ea515c6da152cd774399dade1d5",
"sha1"=>"9dbe8316a42030d0e934db42ed5837453c459705",
"blobstore_id"=>"f239fd51-f711-4063-af19-ede24405169a"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"},
"uaa"=>
{"name"=>"uaa",
"version"=>"e95f22b7838e41bde03de3e10ffc5dddbfdfbd9a.1",
"sha1"=>"7cb53ded798212522b2510fe021b089ac65ae135",
"blobstore_id"=>"ea0ff685-3b33-4571-78a0-c2a36e03afc3"}},
"configuration_hash"=>"506ebcead8173ca98b9f935d6d51e64fa60b9a16",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.uaa-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.183",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"a803227b7679539c5c87b33069db3c2a32be9380",
"blobstore_id"=>"2b716dc0-4448-46c6-87f9-358c4448c546"},
"agent_id"=>"f8b7f141-8db0-44ac-9fe4-fac74a170731",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-2c8bc28c-38ff-442a-bcf6-0ff677b5ee91"},
"ntp"=>{"offset"=>"-0.000157", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.186131 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : (0.005709s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 35)
I, [2014-09-16T18:52:09.186606 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=3)
D, [2014-09-16T18:52:09.186730 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.186834 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : Found VM 'vm-11ae0d71-7e3d-4dbb-95b3-4d866d5ca406' running job instance 'uaa_z1/0' in resource pool `medium_z1' with reservation '{type=dynamic, ip="10.230.18.127"}'
D, [2014-09-16T18:52:09.187015 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : SENT: agent.b9c83d1e-dc9d-4230-9922-c0b9a6f31478 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.17e2ad1b-6835-4b15-980f-1cec061bb138"}
D, [2014-09-16T18:52:09.188078 #23095] [bind_existing_deployment(a4c02c38-0dea-4a67-939c-18664644058a)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.188135 #23095] [0x2647c40] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.188329 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : (0.002077s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 49) LIMIT 1
D, [2014-09-16T18:52:09.188480 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : (0.000411s) SELECT * FROM "vms" WHERE ("agent_id" = '34d8ba59-df8b-4f45-b734-2d0d1e8cb831') LIMIT 1
D, [2014-09-16T18:52:09.189210 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : (0.000366s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 62)
D, [2014-09-16T18:52:09.189423 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : SENT: agent.b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.453e28b9-2085-4efa-9a92-2002ad805ae5"}
D, [2014-09-16T18:52:09.189616 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : SENT: agent.28dc6eaf-8e09-4a13-af6e-a32994ecfb4c {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.7ddbb35d-d0a9-4afc-bc1c-47c7c9ea0e44"}
D, [2014-09-16T18:52:09.189778 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.189859 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : (0.000667s) SELECT * FROM "vms" WHERE ("agent_id" = '1c408601-b555-4fc2-b06b-7eed41552c78') LIMIT 1
D, [2014-09-16T18:52:09.190220 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.190437 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : SENT: agent.01186556-ec73-4d85-8ffd-dc2902fea9c8 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.047062e0-2245-4038-9a39-3ab0282755ed"}
D, [2014-09-16T18:52:09.191152 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : Found existing job instance `login_z2/0'
D, [2014-09-16T18:52:09.191240 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : Copying job instance `login_z2/0' network reservation {type=dynamic, ip="10.230.18.184"}
I, [2014-09-16T18:52:09.191300 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] INFO -- : ResourcePool `medium_z2' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.191369 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : Found VM 'vm-ef3695b4-ef65-4b1d-aff9-3fe4e4562c2d' running job instance 'login_z2/0' in resource pool `medium_z2' with reservation '{type=dynamic, ip="10.230.18.184"}'
D, [2014-09-16T18:52:09.191405 #23095] [bind_existing_deployment(e7f81852-8d14-48e3-a8a6-f25bf442a9e9)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.191440 #23095] [0x291fd00] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.191939 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : (0.000371s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 33)
D, [2014-09-16T18:52:09.191880 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : (0.001925s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 36) LIMIT 1
D, [2014-09-16T18:52:09.192409 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.192516 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : (0.000334s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 35) LIMIT 1
D, [2014-09-16T18:52:09.192995 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : (0.000914s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 47)
D, [2014-09-16T18:52:09.193306 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : SENT: agent.2288ff04-6a62-4015-9a0a-c7808346fd5c {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.630d329d-9872-4496-b2d4-0ed000f767e0"}
D, [2014-09-16T18:52:09.193504 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : SENT: agent.9a190e86-cc93-4450-908c-c1988e44cd14 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.57f51625-f5c5-4ba1-b8bc-53ac080d696f"}
D, [2014-09-16T18:52:09.193947 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.194034 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : (0.000428s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 48) LIMIT 1
D, [2014-09-16T18:52:09.194276 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : (0.000595s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 34) LIMIT 1
D, [2014-09-16T18:52:09.194526 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : SENT: agent.34d8ba59-df8b-4f45-b734-2d0d1e8cb831 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.5bca7437-37cc-459c-9d39-2d14b295ccad"}
D, [2014-09-16T18:52:09.195186 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.17e2ad1b-6835-4b15-980f-1cec061bb138 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"etcd_z2","release":"","template":"etcd","version":"3632341112f3135c7f993f0c78a8a1cd85df48e0","sha1":"74af64937a481522bc12a1f032c83b846a9d09a3","blobstore_id":"edaa2476-be02-4c46-9bc8-04547598f984","templates":[{"name":"etcd","version":"3632341112f3135c7f993f0c78a8a1cd85df48e0","sha1":"74af64937a481522bc12a1f032c83b846a9d09a3","blobstore_id":"edaa2476-be02-4c46-9bc8-04547598f984"},{"name":"etcd_metrics_server","version":"4ab9127a4519599507149c893a57ae96f7894de4","sha1":"bfabcec3459c5458894015d0962218b9875cb55e","blobstore_id":"a00bcbbd-e767-4d6d-b127-6dc1e24c48c1"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"etcd":{"name":"etcd","version":"0171c102f5b67947021e271601122982607c9d59.1","sha1":"78792bc7cdf843bc1f7354241ed9c21fc0ab1a08","blobstore_id":"006cd46c-aa13-47fb-6b23-efc26dfd58f4"},"etcd_metrics_server":{"name":"etcd_metrics_server","version":"7acf31d168c89d4a28db880d7690b815a027f830.1","sha1":"4063e124142e83205af846006d8b0d11e4018299","blobstore_id":"e71fb614-399e-48dc-7e38-ccc5cd5fd3d8"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"92f02ff965be3242dc307ad8b78365b7fad99a3b","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.etcd-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.142","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":10024,"rendered_templates_archive":{"sha1":"765b0422b1f803264d17ac95310c86633a2f7a5a","blobstore_id":"c1944c85-87c0-442a-97a9-5bc9667bce81"},"agent_id":"b9c83d1e-dc9d-4230-9922-c0b9a6f31478","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-2c6ef068-9f44-4e20-b948-f3fc0f9040a7"},"ntp":{"offset":"0.000151","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.195281 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : (0.000266s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 24) LIMIT 1
D, [2014-09-16T18:52:09.195626 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.195772 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.195830 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : Found existing job instance `router_z2/0'
D, [2014-09-16T18:52:09.195913 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : Copying job instance `router_z2/0' network reservation {type=static, ip="10.230.18.134"}
I, [2014-09-16T18:52:09.195992 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] INFO -- : ResourcePool `router_z2' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.196250 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : Found VM 'vm-77fc89b3-2ecc-4d56-b599-d2116d2a75ba' running job instance 'router_z2/0' in resource pool `router_z2' with reservation '{type=static, ip="10.230.18.134"}'
D, [2014-09-16T18:52:09.196363 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.047062e0-2245-4038-9a39-3ab0282755ed {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"nfs_z1","release":"","template":"debian_nfs_server","version":"6ed26922e03e306337c4c3c8d0ec887c10377831","sha1":"1e2988611261fc70eadff62caaf7be2eb9af5fa4","blobstore_id":"6b201951-cf68-4645-92c1-3aaeb7ab4f4c","templates":[{"name":"debian_nfs_server","version":"6ed26922e03e306337c4c3c8d0ec887c10377831","sha1":"1e2988611261fc70eadff62caaf7be2eb9af5fa4","blobstore_id":"6b201951-cf68-4645-92c1-3aaeb7ab4f4c"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"debian_nfs_server":{"name":"debian_nfs_server","version":"aac05f22582b2f9faa6840da056084ed15772594.1","sha1":"30711a4ef5287d9b96c4db87749aeb8bcbf7ea02","blobstore_id":"d4f936ec-229b-46c0-6b06-cc5c85116b2c"}},"configuration_hash":"596d814b0e116ce9d178daad45142a231bf14597","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.nfs-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.67","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":102400,"rendered_templates_archive":{"sha1":"445d34ab805eaf7fe67689ed3544d23aa6c6c1c2","blobstore_id":"907d3c23-3971-4293-a41e-880b44d6f9f5"},"agent_id":"01186556-ec73-4d85-8ffd-dc2902fea9c8","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-8c26e86c-2134-48e4-a287-befb3fc0a2d0"},"ntp":{"offset":"0.028985","timestamp":"16 Sep 18:45:10"}}}
D, [2014-09-16T18:52:09.202011 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"etcd_z2",
"release"=>"",
"template"=>"etcd",
"version"=>"3632341112f3135c7f993f0c78a8a1cd85df48e0",
"sha1"=>"74af64937a481522bc12a1f032c83b846a9d09a3",
"blobstore_id"=>"edaa2476-be02-4c46-9bc8-04547598f984",
"templates"=>
[{"name"=>"etcd",
"version"=>"3632341112f3135c7f993f0c78a8a1cd85df48e0",
"sha1"=>"74af64937a481522bc12a1f032c83b846a9d09a3",
"blobstore_id"=>"edaa2476-be02-4c46-9bc8-04547598f984"},
{"name"=>"etcd_metrics_server",
"version"=>"4ab9127a4519599507149c893a57ae96f7894de4",
"sha1"=>"bfabcec3459c5458894015d0962218b9875cb55e",
"blobstore_id"=>"a00bcbbd-e767-4d6d-b127-6dc1e24c48c1"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"etcd"=>
{"name"=>"etcd",
"version"=>"0171c102f5b67947021e271601122982607c9d59.1",
"sha1"=>"78792bc7cdf843bc1f7354241ed9c21fc0ab1a08",
"blobstore_id"=>"006cd46c-aa13-47fb-6b23-efc26dfd58f4"},
"etcd_metrics_server"=>
{"name"=>"etcd_metrics_server",
"version"=>"7acf31d168c89d4a28db880d7690b815a027f830.1",
"sha1"=>"4063e124142e83205af846006d8b0d11e4018299",
"blobstore_id"=>"e71fb614-399e-48dc-7e38-ccc5cd5fd3d8"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"92f02ff965be3242dc307ad8b78365b7fad99a3b",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.etcd-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.142",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>10024,
"rendered_templates_archive"=>
{"sha1"=>"765b0422b1f803264d17ac95310c86633a2f7a5a",
"blobstore_id"=>"c1944c85-87c0-442a-97a9-5bc9667bce81"},
"agent_id"=>"b9c83d1e-dc9d-4230-9922-c0b9a6f31478",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-2c6ef068-9f44-4e20-b948-f3fc0f9040a7"},
"ntp"=>{"offset"=>"0.000151", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.202752 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : SENT: agent.02c07349-62bd-41a3-b538-55847a17383b {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.215feaeb-b8df-4971-98ba-86645111c9b6"}
D, [2014-09-16T18:52:09.202904 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.630d329d-9872-4496-b2d4-0ed000f767e0 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"loggregator_z2","release":"","template":"loggregator","version":"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4","sha1":"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f","blobstore_id":"f60ce054-9601-4dd8-ab41-8b49d612b5f8","templates":[{"name":"loggregator","version":"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4","sha1":"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f","blobstore_id":"f60ce054-9601-4dd8-ab41-8b49d612b5f8"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"loggregator":{"name":"loggregator","version":"c01225507d5c1ccf9db284965892a6cfffe5aa2d.1","sha1":"e9fc648a9335a07a2542228e99b35634bc3d6b61","blobstore_id":"cb0116d4-1aa8-4598-6393-050274f85b89"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"fa949f76fcd888cc42165af2a32554eecfa5cc52","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.loggregator-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.139","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"394f1e4589194a1837992437811daf5becb16f30","blobstore_id":"060a8677-d094-46ac-8586-c447b5b9419a"},"agent_id":"2288ff04-6a62-4015-9a0a-c7808346fd5c","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-2bb3fda1-4ff7-47f5-a41c-8d6bd56bfd53"},"ntp":{"offset":"0.006022","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.203099 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : SENT: agent.1c408601-b555-4fc2-b06b-7eed41552c78 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d7a445a6-a304-4649-8bd7-47e2d0c47a78"}
D, [2014-09-16T18:52:09.202542 #23095] [bind_existing_deployment(790f8ce0-7ccf-4dc2-b397-18457f0731fb)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.207763 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"nfs_z1",
"release"=>"",
"template"=>"debian_nfs_server",
"version"=>"6ed26922e03e306337c4c3c8d0ec887c10377831",
"sha1"=>"1e2988611261fc70eadff62caaf7be2eb9af5fa4",
"blobstore_id"=>"6b201951-cf68-4645-92c1-3aaeb7ab4f4c",
"templates"=>
[{"name"=>"debian_nfs_server",
"version"=>"6ed26922e03e306337c4c3c8d0ec887c10377831",
"sha1"=>"1e2988611261fc70eadff62caaf7be2eb9af5fa4",
"blobstore_id"=>"6b201951-cf68-4645-92c1-3aaeb7ab4f4c"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"debian_nfs_server"=>
{"name"=>"debian_nfs_server",
"version"=>"aac05f22582b2f9faa6840da056084ed15772594.1",
"sha1"=>"30711a4ef5287d9b96c4db87749aeb8bcbf7ea02",
"blobstore_id"=>"d4f936ec-229b-46c0-6b06-cc5c85116b2c"}},
"configuration_hash"=>"596d814b0e116ce9d178daad45142a231bf14597",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.nfs-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.67",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>102400,
"rendered_templates_archive"=>
{"sha1"=>"445d34ab805eaf7fe67689ed3544d23aa6c6c1c2",
"blobstore_id"=>"907d3c23-3971-4293-a41e-880b44d6f9f5"},
"agent_id"=>"01186556-ec73-4d85-8ffd-dc2902fea9c8",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-8c26e86c-2134-48e4-a287-befb3fc0a2d0"},
"ntp"=>{"offset"=>"0.028985", "timestamp"=>"16 Sep 18:45:10"}}
D, [2014-09-16T18:52:09.207974 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : SENT: agent.7c1ced6c-4678-4d5c-8b32-f725cd7a576e {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.30cff32d-85b9-4c92-af44-e17cb253d449"}
D, [2014-09-16T18:52:09.203218 #23095] [0x278a5f8] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.208659 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.7ddbb35d-d0a9-4afc-bc1c-47c7c9ea0e44 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"loggregator_trafficcontroller_z2","release":"","template":"loggregator_trafficcontroller","version":"1afb73c32605acd7cc94f6f316bf6f7ed6451108","sha1":"7875a57e6bdc8aab531b17d5d9f586052b96669f","blobstore_id":"e4659b94-7099-4eca-89b0-7056e49792c5","templates":[{"name":"loggregator_trafficcontroller","version":"1afb73c32605acd7cc94f6f316bf6f7ed6451108","sha1":"7875a57e6bdc8aab531b17d5d9f586052b96669f","blobstore_id":"e4659b94-7099-4eca-89b0-7056e49792c5"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"loggregator_trafficcontroller":{"name":"loggregator_trafficcontroller","version":"ee06e487905742ebd73273c0387ac72f5313157b.1","sha1":"fde616e2332400ec775cc30556566ff103dc3efb","blobstore_id":"3fcadaeb-a811-4389-791a-80c3d98174b4"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"43240d41524904f3b8fc42bf94833058ae667267","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.loggregator-trafficcontroller-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.138","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":1024},"name":"small_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"cb825bc67a41e9347312625245d8fc177f1a34c0","blobstore_id":"f48dee37-d9ca-48cc-a396-36eaa1972711"},"agent_id":"28dc6eaf-8e09-4a13-af6e-a32994ecfb4c","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-f1e49770-6df7-41ba-b6da-fbdf0af7fe71"},"ntp":{"offset":"-0.018438","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.213555 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"loggregator_z2",
"release"=>"",
"template"=>"loggregator",
"version"=>"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4",
"sha1"=>"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f",
"blobstore_id"=>"f60ce054-9601-4dd8-ab41-8b49d612b5f8",
"templates"=>
[{"name"=>"loggregator",
"version"=>"6df6f6ba28b6bbb1c7539b3a6f36d43a639d80f4",
"sha1"=>"3e895b1c68b850c02e1ffa91f189ce2aa0d52a5f",
"blobstore_id"=>"f60ce054-9601-4dd8-ab41-8b49d612b5f8"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"loggregator"=>
{"name"=>"loggregator",
"version"=>"c01225507d5c1ccf9db284965892a6cfffe5aa2d.1",
"sha1"=>"e9fc648a9335a07a2542228e99b35634bc3d6b61",
"blobstore_id"=>"cb0116d4-1aa8-4598-6393-050274f85b89"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"fa949f76fcd888cc42165af2a32554eecfa5cc52",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.loggregator-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.139",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"394f1e4589194a1837992437811daf5becb16f30",
"blobstore_id"=>"060a8677-d094-46ac-8586-c447b5b9419a"},
"agent_id"=>"2288ff04-6a62-4015-9a0a-c7808346fd5c",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-2bb3fda1-4ff7-47f5-a41c-8d6bd56bfd53"},
"ntp"=>{"offset"=>"0.006022", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.213648 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : (0.005322s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 53) LIMIT 1
D, [2014-09-16T18:52:09.214357 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : SENT: agent.db0feb46-c3aa-4e42-8d87-53b557c26365 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.e20fc2e6-4f59-4b86-a9f0-442e5379ca4a"}
D, [2014-09-16T18:52:09.208759 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.214470 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.453e28b9-2085-4efa-9a92-2002ad805ae5 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"runner_z2","release":"","template":"dea_next","version":"9f6b5fbab86935a26a49841c02127ea8b2f6257e","sha1":"c3e3bb70e8385f19a9d890400bc96df32ac28400","blobstore_id":"8349913d-5589-4f5a-862f-cfea8c8e07ef","templates":[{"name":"dea_next","version":"9f6b5fbab86935a26a49841c02127ea8b2f6257e","sha1":"c3e3bb70e8385f19a9d890400bc96df32ac28400","blobstore_id":"8349913d-5589-4f5a-862f-cfea8c8e07ef"},{"name":"dea_logging_agent","version":"c61fae56d4f5438e0f6556056f1e490efe047ce0","sha1":"95130a8b26865d31989de0a5e94880730036670d","blobstore_id":"e8f606a2-31b9-4859-9d11-f7585ad433bd"},{"name":"metron_agent","version":"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e","sha1":"827b11ecd1de7c4047b11650c45783f36cecb71e","blobstore_id":"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},"packages":{"buildpack_cache":{"name":"buildpack_cache","version":"4ced0bc62f12dcaa79121718ca3525253ede33b5.1","sha1":"ef8e81876a42c1cfa7c13a1adc4ad5dab32090b8","blobstore_id":"779f8ee7-892c-41e6-695a-af7aa382ff6d"},"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"dea_logging_agent":{"name":"dea_logging_agent","version":"2051268d56c29c3ef321fe3d5f4f2742a045c607.1","sha1":"03e7140d0bd4bed316c0068905a91bc105c0a376","blobstore_id":"c0a465b4-bfd2-4498-5b13-7dd20718c51f"},"dea_next":{"name":"dea_next","version":"d160d6e729916e6de0114b1b5533f982a55f31c5.1","sha1":"ffb9c37b65c8b4b2a56144d70ab0176618a45b8f","blobstore_id":"b0e3624d-8523-4418-4d0d-465848d9b7a1"},"metron_agent":{"name":"metron_agent","version":"42610926a69baa881d4e8df637125738e2ebfbb5.1","sha1":"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e","blobstore_id":"63ea3461-af04-4d23-62dd-effa048f18c6"},"rootfs_lucid64":{"name":"rootfs_lucid64","version":"053c40914ab425794131d7d2c57943588d1e80be.1","sha1":"5778afd2d3f5285c8e87f77ae2f2e934cf0c594d","blobstore_id":"0a334589-e304-4183-5cfc-35d3170f2997"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"},"warden":{"name":"warden","version":"5e6d50d31a878ee58e3fbfe397edd50a3877587b.1","sha1":"e61cb1ace59c3906f66b604a75cadba0e1f76520","blobstore_id":"61c546b7-ca59-4e2d-4c97-c531f1604935"}},"configuration_hash":"bf1cb009ca3b24d8eb8503df078909b2e2269f8e","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.runner-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.188","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":2,"disk":32768,"ram":16384},"name":"runner_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"44deb8a82c6078d5b779337884ea9bf877a98731","blobstore_id":"e0c0597e-69df-47f3-832a-b9154ef34112"},"agent_id":"b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-21604a30-dd1f-430f-888d-117812064a4d"},"ntp":{"offset":"-0.001248","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.214640 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.214765 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.215211 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : Found existing job instance `nats_z2/0'
D, [2014-09-16T18:52:09.215606 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.216069 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : Copying job instance `nats_z2/0' network reservation {type=static, ip="10.230.18.130"}
D, [2014-09-16T18:52:09.216154 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : (0.000848s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 55)
I, [2014-09-16T18:52:09.216295 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] INFO -- : ResourcePool `medium_z2' - Adding allocated VM (index=1)
D, [2014-09-16T18:52:09.221129 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"loggregator_trafficcontroller_z2",
"release"=>"",
"template"=>"loggregator_trafficcontroller",
"version"=>"1afb73c32605acd7cc94f6f316bf6f7ed6451108",
"sha1"=>"7875a57e6bdc8aab531b17d5d9f586052b96669f",
"blobstore_id"=>"e4659b94-7099-4eca-89b0-7056e49792c5",
"templates"=>
[{"name"=>"loggregator_trafficcontroller",
"version"=>"1afb73c32605acd7cc94f6f316bf6f7ed6451108",
"sha1"=>"7875a57e6bdc8aab531b17d5d9f586052b96669f",
"blobstore_id"=>"e4659b94-7099-4eca-89b0-7056e49792c5"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"loggregator_trafficcontroller"=>
{"name"=>"loggregator_trafficcontroller",
"version"=>"ee06e487905742ebd73273c0387ac72f5313157b.1",
"sha1"=>"fde616e2332400ec775cc30556566ff103dc3efb",
"blobstore_id"=>"3fcadaeb-a811-4389-791a-80c3d98174b4"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"43240d41524904f3b8fc42bf94833058ae667267",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>
"0.loggregator-trafficcontroller-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.138",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>1024},
"name"=>"small_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"cb825bc67a41e9347312625245d8fc177f1a34c0",
"blobstore_id"=>"f48dee37-d9ca-48cc-a396-36eaa1972711"},
"agent_id"=>"28dc6eaf-8e09-4a13-af6e-a32994ecfb4c",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-f1e49770-6df7-41ba-b6da-fbdf0af7fe71"},
"ntp"=>{"offset"=>"-0.018438", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.221638 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : Found VM 'vm-f375cfa7-6063-4fc2-8706-d7d72116c2ef' running job instance 'nats_z2/0' in resource pool `medium_z2' with reservation '{type=static, ip="10.230.18.130"}'
D, [2014-09-16T18:52:09.230154 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"runner_z2",
"release"=>"",
"template"=>"dea_next",
"version"=>"9f6b5fbab86935a26a49841c02127ea8b2f6257e",
"sha1"=>"c3e3bb70e8385f19a9d890400bc96df32ac28400",
"blobstore_id"=>"8349913d-5589-4f5a-862f-cfea8c8e07ef",
"templates"=>
[{"name"=>"dea_next",
"version"=>"9f6b5fbab86935a26a49841c02127ea8b2f6257e",
"sha1"=>"c3e3bb70e8385f19a9d890400bc96df32ac28400",
"blobstore_id"=>"8349913d-5589-4f5a-862f-cfea8c8e07ef"},
{"name"=>"dea_logging_agent",
"version"=>"c61fae56d4f5438e0f6556056f1e490efe047ce0",
"sha1"=>"95130a8b26865d31989de0a5e94880730036670d",
"blobstore_id"=>"e8f606a2-31b9-4859-9d11-f7585ad433bd"},
{"name"=>"metron_agent",
"version"=>"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e",
"sha1"=>"827b11ecd1de7c4047b11650c45783f36cecb71e",
"blobstore_id"=>"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},
"packages"=>
{"buildpack_cache"=>
{"name"=>"buildpack_cache",
"version"=>"4ced0bc62f12dcaa79121718ca3525253ede33b5.1",
"sha1"=>"ef8e81876a42c1cfa7c13a1adc4ad5dab32090b8",
"blobstore_id"=>"779f8ee7-892c-41e6-695a-af7aa382ff6d"},
"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"dea_logging_agent"=>
{"name"=>"dea_logging_agent",
"version"=>"2051268d56c29c3ef321fe3d5f4f2742a045c607.1",
"sha1"=>"03e7140d0bd4bed316c0068905a91bc105c0a376",
"blobstore_id"=>"c0a465b4-bfd2-4498-5b13-7dd20718c51f"},
"dea_next"=>
{"name"=>"dea_next",
"version"=>"d160d6e729916e6de0114b1b5533f982a55f31c5.1",
"sha1"=>"ffb9c37b65c8b4b2a56144d70ab0176618a45b8f",
"blobstore_id"=>"b0e3624d-8523-4418-4d0d-465848d9b7a1"},
"metron_agent"=>
{"name"=>"metron_agent",
"version"=>"42610926a69baa881d4e8df637125738e2ebfbb5.1",
"sha1"=>"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e",
"blobstore_id"=>"63ea3461-af04-4d23-62dd-effa048f18c6"},
"rootfs_lucid64"=>
{"name"=>"rootfs_lucid64",
"version"=>"053c40914ab425794131d7d2c57943588d1e80be.1",
"sha1"=>"5778afd2d3f5285c8e87f77ae2f2e934cf0c594d",
"blobstore_id"=>"0a334589-e304-4183-5cfc-35d3170f2997"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"},
"warden"=>
{"name"=>"warden",
"version"=>"5e6d50d31a878ee58e3fbfe397edd50a3877587b.1",
"sha1"=>"e61cb1ace59c3906f66b604a75cadba0e1f76520",
"blobstore_id"=>"61c546b7-ca59-4e2d-4c97-c531f1604935"}},
"configuration_hash"=>"bf1cb009ca3b24d8eb8503df078909b2e2269f8e",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.runner-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.188",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>2, "disk"=>32768, "ram"=>16384},
"name"=>"runner_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"44deb8a82c6078d5b779337884ea9bf877a98731",
"blobstore_id"=>"e0c0597e-69df-47f3-832a-b9154ef34112"},
"agent_id"=>"b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-21604a30-dd1f-430f-888d-117812064a4d"},
"ntp"=>{"offset"=>"-0.001248", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.230225 #23095] [bind_existing_deployment(a0918e49-963f-41ee-8cd7-1a3cb049c750)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.230339 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.30cff32d-85b9-4c92-af44-e17cb253d449 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"router_z1","release":"","template":"gorouter","version":"df238f0e790316de32e14e45bb5738def0a18c4f","sha1":"f506c1669335e7d09377d1167c9be2b1545f1594","blobstore_id":"a4d0b906-2b96-4927-97eb-88a6e7d7ec07","templates":[{"name":"gorouter","version":"df238f0e790316de32e14e45bb5738def0a18c4f","sha1":"f506c1669335e7d09377d1167c9be2b1545f1594","blobstore_id":"a4d0b906-2b96-4927-97eb-88a6e7d7ec07"},{"name":"metron_agent","version":"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e","sha1":"827b11ecd1de7c4047b11650c45783f36cecb71e","blobstore_id":"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"golang":{"name":"golang","version":"aa5f90f06ada376085414bfc0c56c8cd67abba9c.1","sha1":"1d311712165119403965b49338b37f686b2ef74c","blobstore_id":"d4dd73b9-9cd7-4192-574a-ef83abc18611"},"gorouter":{"name":"gorouter","version":"626050640d8da78ffa2724b34f1322115442e21d.1","sha1":"008ba00e4ee794a40a887b00e26c8a8c51caf5ff","blobstore_id":"4dff3ed4-face-4588-4d15-4d77e4cada41"},"metron_agent":{"name":"metron_agent","version":"42610926a69baa881d4e8df637125738e2ebfbb5.1","sha1":"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e","blobstore_id":"63ea3461-af04-4d23-62dd-effa048f18c6"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"547a5273d54dbb819c9d2530007c3e90647ef5f0","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.router-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.70","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"name":"router_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"46b92298b5bd10447cb3d475e3335b487ebee46d","blobstore_id":"510a3fd1-6194-46e3-945d-58513f30b958"},"agent_id":"7c1ced6c-4678-4d5c-8b32-f725cd7a576e","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-b3496739-4e6f-4d23-9b0b-cf632bc1f0d7"},"ntp":{"offset":"0.002547","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.230972 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.231068 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : (0.000370s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 46)
D, [2014-09-16T18:52:09.231159 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.5bca7437-37cc-459c-9d39-2d14b295ccad {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"api_worker_z1","release":"","template":"cloud_controller_worker","version":"8af483f97aa368cb9c493514448ffe71e75a75cf","sha1":"c7f0ebc702c88067ed089970d9657437d682e07a","blobstore_id":"e3ce59f2-21a8-4504-8fe4-0792f4edd80b","templates":[{"name":"cloud_controller_worker","version":"8af483f97aa368cb9c493514448ffe71e75a75cf","sha1":"c7f0ebc702c88067ed089970d9657437d682e07a","blobstore_id":"e3ce59f2-21a8-4504-8fe4-0792f4edd80b"},{"name":"metron_agent","version":"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e","sha1":"827b11ecd1de7c4047b11650c45783f36cecb71e","blobstore_id":"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},"packages":{"buildpack_go":{"name":"buildpack_go","version":"80b345943f3219ed050beb4592a639e0e5a290b0.1","sha1":"37c113c72db74b00664b8716a2881bbdc58ecff2","blobstore_id":"879054e7-102e-494c-4b34-adad3deb315e"},"buildpack_java":{"name":"buildpack_java","version":"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1","sha1":"bd1d7abe04acd364b454691ba915f3b365e37429","blobstore_id":"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},"buildpack_java_offline":{"name":"buildpack_java_offline","version":"546631e74a24465152b8553672ef2e30841afeaa.1","sha1":"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f","blobstore_id":"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},"buildpack_nodejs":{"name":"buildpack_nodejs","version":"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1","sha1":"0eb3a3fc914bb06b31b398140586782dc93e9f20","blobstore_id":"4a6bc012-a7d4-46f3-7843-60685f287832"},"buildpack_php":{"name":"buildpack_php","version":"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1","sha1":"93542149ad5c8f5ea6937719ee808c374cb05dd5","blobstore_id":"94239476-7efd-4cb1-5da6-06775f803881"},"buildpack_python":{"name":"buildpack_python","version":"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1","sha1":"ce56ecb58f75d48012a3b3c43cfff157f4e371c6","blobstore_id":"5b0a9b86-da50-4e7b-5394-532798e37738"},"buildpack_ruby":{"name":"buildpack_ruby","version":"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1","sha1":"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14","blobstore_id":"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},"cloud_controller_ng":{"name":"cloud_controller_ng","version":"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1","sha1":"9b037c9e8f3c9781d238a4e13982ae164840f026","blobstore_id":"e13a6684-a814-401b-7298-cf57f9266fac"},"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"libpq":{"name":"libpq","version":"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1","sha1":"c0d08ce9fb7c753eed178a551b97e78469ea07db","blobstore_id":"d1c018b6-e240-49f7-56cd-29ae300558ff"},"metron_agent":{"name":"metron_agent","version":"42610926a69baa881d4e8df637125738e2ebfbb5.1","sha1":"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e","blobstore_id":"63ea3461-af04-4d23-62dd-effa048f18c6"},"mysqlclient":{"name":"mysqlclient","version":"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1","sha1":"66023ab72ded1905de97a4778bb9deff7518b303","blobstore_id":"71894c8f-140f-429c-6fd5-6396b4d76f58"},"nginx":{"name":"nginx","version":"385ce4eca93c53c163ea82204a28e96d851bb65d.1","sha1":"e1d88d953d63f403a8f6f67f0d30f357955173ea","blobstore_id":"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},"nginx_newrelic_plugin":{"name":"nginx_newrelic_plugin","version":"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1","sha1":"aa2295b608cfcb72b13d200caa8b889b69f03918","blobstore_id":"3f358b5e-3f17-400d-4cdd-487199754916"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"sqlite":{"name":"sqlite","version":"af44d44e58fffd069459cb63f6fcc37c6326e370.1","sha1":"981ff80a252bae58aa813a2fa2730ef930138558","blobstore_id":"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"56356eca7dde6aa6ccc68fa384b4e1e9257696a3","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.api-worker-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.123","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":1024},"name":"small_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"cfa63cb7ec707b5ccf9552a823825d62c6b7aabd","blobstore_id":"67b71bb9-aee7-4393-bb87-538ee669fd6f"},"agent_id":"34d8ba59-df8b-4f45-b734-2d0d1e8cb831","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-5bbaeec3-a9c9-4599-afc5-a4ecada865f4"},"ntp":{"offset":"0.001371","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.231230 #23095] [0x2913884] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.231347 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.232607 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : (0.001291s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 32)
D, [2014-09-16T18:52:09.232693 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.232781 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.e20fc2e6-4f59-4b86-a9f0-442e5379ca4a {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"runner_z1","release":"","template":"dea_next","version":"9f6b5fbab86935a26a49841c02127ea8b2f6257e","sha1":"c3e3bb70e8385f19a9d890400bc96df32ac28400","blobstore_id":"8349913d-5589-4f5a-862f-cfea8c8e07ef","templates":[{"name":"dea_next","version":"9f6b5fbab86935a26a49841c02127ea8b2f6257e","sha1":"c3e3bb70e8385f19a9d890400bc96df32ac28400","blobstore_id":"8349913d-5589-4f5a-862f-cfea8c8e07ef"},{"name":"dea_logging_agent","version":"c61fae56d4f5438e0f6556056f1e490efe047ce0","sha1":"95130a8b26865d31989de0a5e94880730036670d","blobstore_id":"e8f606a2-31b9-4859-9d11-f7585ad433bd"},{"name":"metron_agent","version":"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e","sha1":"827b11ecd1de7c4047b11650c45783f36cecb71e","blobstore_id":"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},"packages":{"buildpack_cache":{"name":"buildpack_cache","version":"4ced0bc62f12dcaa79121718ca3525253ede33b5.1","sha1":"ef8e81876a42c1cfa7c13a1adc4ad5dab32090b8","blobstore_id":"779f8ee7-892c-41e6-695a-af7aa382ff6d"},"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"dea_logging_agent":{"name":"dea_logging_agent","version":"2051268d56c29c3ef321fe3d5f4f2742a045c607.1","sha1":"03e7140d0bd4bed316c0068905a91bc105c0a376","blobstore_id":"c0a465b4-bfd2-4498-5b13-7dd20718c51f"},"dea_next":{"name":"dea_next","version":"d160d6e729916e6de0114b1b5533f982a55f31c5.1","sha1":"ffb9c37b65c8b4b2a56144d70ab0176618a45b8f","blobstore_id":"b0e3624d-8523-4418-4d0d-465848d9b7a1"},"metron_agent":{"name":"metron_agent","version":"42610926a69baa881d4e8df637125738e2ebfbb5.1","sha1":"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e","blobstore_id":"63ea3461-af04-4d23-62dd-effa048f18c6"},"rootfs_lucid64":{"name":"rootfs_lucid64","version":"053c40914ab425794131d7d2c57943588d1e80be.1","sha1":"5778afd2d3f5285c8e87f77ae2f2e934cf0c594d","blobstore_id":"0a334589-e304-4183-5cfc-35d3170f2997"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"},"warden":{"name":"warden","version":"5e6d50d31a878ee58e3fbfe397edd50a3877587b.1","sha1":"e61cb1ace59c3906f66b604a75cadba0e1f76520","blobstore_id":"61c546b7-ca59-4e2d-4c97-c531f1604935"}},"configuration_hash":"d9edf0701f4804e930dc570beed78113bedc5ca7","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.runner-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.118","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":2,"disk":32768,"ram":16384},"name":"runner_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"ee6272c37ddda66458e4fe17b41b2330b6d9b249","blobstore_id":"dbf4059b-8337-4053-835e-132d922f3f57"},"agent_id":"db0feb46-c3aa-4e42-8d87-53b557c26365","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-5e4dba92-af99-492d-bf5b-438f3f65799a"},"ntp":{"offset":"0.034487","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.232937 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.232993 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : Found existing job instance `etcd_z1/1'
D, [2014-09-16T18:52:09.233079 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : Copying job instance `etcd_z1/1' network reservation {type=static, ip="10.230.18.80"}
I, [2014-09-16T18:52:09.233147 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=4)
D, [2014-09-16T18:52:09.233227 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : Found VM 'vm-1e2f458f-295e-4e9c-826c-0deec6a39bff' running job instance 'etcd_z1/1' in resource pool `medium_z1' with reservation '{type=static, ip="10.230.18.80"}'
D, [2014-09-16T18:52:09.233684 #23095] [bind_existing_deployment(7de92c66-61d5-4de9-bdf5-ad1002af4e35)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.233733 #23095] [0x1a3946c] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.292353 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"api_worker_z1",
"release"=>"",
"template"=>"cloud_controller_worker",
"version"=>"8af483f97aa368cb9c493514448ffe71e75a75cf",
"sha1"=>"c7f0ebc702c88067ed089970d9657437d682e07a",
"blobstore_id"=>"e3ce59f2-21a8-4504-8fe4-0792f4edd80b",
"templates"=>
[{"name"=>"cloud_controller_worker",
"version"=>"8af483f97aa368cb9c493514448ffe71e75a75cf",
"sha1"=>"c7f0ebc702c88067ed089970d9657437d682e07a",
"blobstore_id"=>"e3ce59f2-21a8-4504-8fe4-0792f4edd80b"},
{"name"=>"metron_agent",
"version"=>"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e",
"sha1"=>"827b11ecd1de7c4047b11650c45783f36cecb71e",
"blobstore_id"=>"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},
"packages"=>
{"buildpack_go"=>
{"name"=>"buildpack_go",
"version"=>"80b345943f3219ed050beb4592a639e0e5a290b0.1",
"sha1"=>"37c113c72db74b00664b8716a2881bbdc58ecff2",
"blobstore_id"=>"879054e7-102e-494c-4b34-adad3deb315e"},
"buildpack_java"=>
{"name"=>"buildpack_java",
"version"=>"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1",
"sha1"=>"bd1d7abe04acd364b454691ba915f3b365e37429",
"blobstore_id"=>"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},
"buildpack_java_offline"=>
{"name"=>"buildpack_java_offline",
"version"=>"546631e74a24465152b8553672ef2e30841afeaa.1",
"sha1"=>"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f",
"blobstore_id"=>"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},
"buildpack_nodejs"=>
{"name"=>"buildpack_nodejs",
"version"=>"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1",
"sha1"=>"0eb3a3fc914bb06b31b398140586782dc93e9f20",
"blobstore_id"=>"4a6bc012-a7d4-46f3-7843-60685f287832"},
"buildpack_php"=>
{"name"=>"buildpack_php",
"version"=>"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1",
"sha1"=>"93542149ad5c8f5ea6937719ee808c374cb05dd5",
"blobstore_id"=>"94239476-7efd-4cb1-5da6-06775f803881"},
"buildpack_python"=>
{"name"=>"buildpack_python",
"version"=>"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1",
"sha1"=>"ce56ecb58f75d48012a3b3c43cfff157f4e371c6",
"blobstore_id"=>"5b0a9b86-da50-4e7b-5394-532798e37738"},
"buildpack_ruby"=>
{"name"=>"buildpack_ruby",
"version"=>"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1",
"sha1"=>"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14",
"blobstore_id"=>"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},
"cloud_controller_ng"=>
{"name"=>"cloud_controller_ng",
"version"=>"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1",
"sha1"=>"9b037c9e8f3c9781d238a4e13982ae164840f026",
"blobstore_id"=>"e13a6684-a814-401b-7298-cf57f9266fac"},
"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"libpq"=>
{"name"=>"libpq",
"version"=>"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1",
"sha1"=>"c0d08ce9fb7c753eed178a551b97e78469ea07db",
"blobstore_id"=>"d1c018b6-e240-49f7-56cd-29ae300558ff"},
"metron_agent"=>
{"name"=>"metron_agent",
"version"=>"42610926a69baa881d4e8df637125738e2ebfbb5.1",
"sha1"=>"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e",
"blobstore_id"=>"63ea3461-af04-4d23-62dd-effa048f18c6"},
"mysqlclient"=>
{"name"=>"mysqlclient",
"version"=>"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1",
"sha1"=>"66023ab72ded1905de97a4778bb9deff7518b303",
"blobstore_id"=>"71894c8f-140f-429c-6fd5-6396b4d76f58"},
"nginx"=>
{"name"=>"nginx",
"version"=>"385ce4eca93c53c163ea82204a28e96d851bb65d.1",
"sha1"=>"e1d88d953d63f403a8f6f67f0d30f357955173ea",
"blobstore_id"=>"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},
"nginx_newrelic_plugin"=>
{"name"=>"nginx_newrelic_plugin",
"version"=>"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1",
"sha1"=>"aa2295b608cfcb72b13d200caa8b889b69f03918",
"blobstore_id"=>"3f358b5e-3f17-400d-4cdd-487199754916"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"sqlite"=>
{"name"=>"sqlite",
"version"=>"af44d44e58fffd069459cb63f6fcc37c6326e370.1",
"sha1"=>"981ff80a252bae58aa813a2fa2730ef930138558",
"blobstore_id"=>"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"56356eca7dde6aa6ccc68fa384b4e1e9257696a3",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.api-worker-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.123",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>1024},
"name"=>"small_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"cfa63cb7ec707b5ccf9552a823825d62c6b7aabd",
"blobstore_id"=>"67b71bb9-aee7-4393-bb87-538ee669fd6f"},
"agent_id"=>"34d8ba59-df8b-4f45-b734-2d0d1e8cb831",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-5bbaeec3-a9c9-4599-afc5-a4ecada865f4"},
"ntp"=>{"offset"=>"0.001371", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.292804 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.57f51625-f5c5-4ba1-b8bc-53ac080d696f {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"etcd_z1","release":"","template":"etcd","version":"3632341112f3135c7f993f0c78a8a1cd85df48e0","sha1":"74af64937a481522bc12a1f032c83b846a9d09a3","blobstore_id":"edaa2476-be02-4c46-9bc8-04547598f984","templates":[{"name":"etcd","version":"3632341112f3135c7f993f0c78a8a1cd85df48e0","sha1":"74af64937a481522bc12a1f032c83b846a9d09a3","blobstore_id":"edaa2476-be02-4c46-9bc8-04547598f984"},{"name":"etcd_metrics_server","version":"4ab9127a4519599507149c893a57ae96f7894de4","sha1":"bfabcec3459c5458894015d0962218b9875cb55e","blobstore_id":"a00bcbbd-e767-4d6d-b127-6dc1e24c48c1"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"etcd":{"name":"etcd","version":"0171c102f5b67947021e271601122982607c9d59.1","sha1":"78792bc7cdf843bc1f7354241ed9c21fc0ab1a08","blobstore_id":"006cd46c-aa13-47fb-6b23-efc26dfd58f4"},"etcd_metrics_server":{"name":"etcd_metrics_server","version":"7acf31d168c89d4a28db880d7690b815a027f830.1","sha1":"4063e124142e83205af846006d8b0d11e4018299","blobstore_id":"e71fb614-399e-48dc-7e38-ccc5cd5fd3d8"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"71a31370c88a8f1d29e3344229be2fe027b1998a","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.etcd-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.79","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":10024,"rendered_templates_archive":{"sha1":"79497af0283609b3130f9c87b82587b01e579f3c","blobstore_id":"2c4fb98f-4422-47eb-bde2-f500256edf3e"},"agent_id":"9a190e86-cc93-4450-908c-c1988e44cd14","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-a3a4916a-85de-4ea8-861b-24a69f2c8c1b"},"ntp":{"offset":"-0.002542","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.298702 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.298570 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"router_z1",
"release"=>"",
"template"=>"gorouter",
"version"=>"df238f0e790316de32e14e45bb5738def0a18c4f",
"sha1"=>"f506c1669335e7d09377d1167c9be2b1545f1594",
"blobstore_id"=>"a4d0b906-2b96-4927-97eb-88a6e7d7ec07",
"templates"=>
[{"name"=>"gorouter",
"version"=>"df238f0e790316de32e14e45bb5738def0a18c4f",
"sha1"=>"f506c1669335e7d09377d1167c9be2b1545f1594",
"blobstore_id"=>"a4d0b906-2b96-4927-97eb-88a6e7d7ec07"},
{"name"=>"metron_agent",
"version"=>"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e",
"sha1"=>"827b11ecd1de7c4047b11650c45783f36cecb71e",
"blobstore_id"=>"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"golang"=>
{"name"=>"golang",
"version"=>"aa5f90f06ada376085414bfc0c56c8cd67abba9c.1",
"sha1"=>"1d311712165119403965b49338b37f686b2ef74c",
"blobstore_id"=>"d4dd73b9-9cd7-4192-574a-ef83abc18611"},
"gorouter"=>
{"name"=>"gorouter",
"version"=>"626050640d8da78ffa2724b34f1322115442e21d.1",
"sha1"=>"008ba00e4ee794a40a887b00e26c8a8c51caf5ff",
"blobstore_id"=>"4dff3ed4-face-4588-4d15-4d77e4cada41"},
"metron_agent"=>
{"name"=>"metron_agent",
"version"=>"42610926a69baa881d4e8df637125738e2ebfbb5.1",
"sha1"=>"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e",
"blobstore_id"=>"63ea3461-af04-4d23-62dd-effa048f18c6"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"547a5273d54dbb819c9d2530007c3e90647ef5f0",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.router-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.70",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>2048, "ram"=>1024},
"name"=>"router_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"46b92298b5bd10447cb3d475e3335b487ebee46d",
"blobstore_id"=>"510a3fd1-6194-46e3-945d-58513f30b958"},
"agent_id"=>"7c1ced6c-4678-4d5c-8b32-f725cd7a576e",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-b3496739-4e6f-4d23-9b0b-cf632bc1f0d7"},
"ntp"=>{"offset"=>"0.002547", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.298834 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : (0.006276s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 28) LIMIT 1
D, [2014-09-16T18:52:09.299989 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : (0.066457s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 43) LIMIT 1
D, [2014-09-16T18:52:09.300196 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.215feaeb-b8df-4971-98ba-86645111c9b6 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"api_worker_z2","release":"","template":"cloud_controller_worker","version":"8af483f97aa368cb9c493514448ffe71e75a75cf","sha1":"c7f0ebc702c88067ed089970d9657437d682e07a","blobstore_id":"e3ce59f2-21a8-4504-8fe4-0792f4edd80b","templates":[{"name":"cloud_controller_worker","version":"8af483f97aa368cb9c493514448ffe71e75a75cf","sha1":"c7f0ebc702c88067ed089970d9657437d682e07a","blobstore_id":"e3ce59f2-21a8-4504-8fe4-0792f4edd80b"},{"name":"metron_agent","version":"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e","sha1":"827b11ecd1de7c4047b11650c45783f36cecb71e","blobstore_id":"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},"packages":{"buildpack_go":{"name":"buildpack_go","version":"80b345943f3219ed050beb4592a639e0e5a290b0.1","sha1":"37c113c72db74b00664b8716a2881bbdc58ecff2","blobstore_id":"879054e7-102e-494c-4b34-adad3deb315e"},"buildpack_java":{"name":"buildpack_java","version":"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1","sha1":"bd1d7abe04acd364b454691ba915f3b365e37429","blobstore_id":"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},"buildpack_java_offline":{"name":"buildpack_java_offline","version":"546631e74a24465152b8553672ef2e30841afeaa.1","sha1":"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f","blobstore_id":"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},"buildpack_nodejs":{"name":"buildpack_nodejs","version":"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1","sha1":"0eb3a3fc914bb06b31b398140586782dc93e9f20","blobstore_id":"4a6bc012-a7d4-46f3-7843-60685f287832"},"buildpack_php":{"name":"buildpack_php","version":"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1","sha1":"93542149ad5c8f5ea6937719ee808c374cb05dd5","blobstore_id":"94239476-7efd-4cb1-5da6-06775f803881"},"buildpack_python":{"name":"buildpack_python","version":"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1","sha1":"ce56ecb58f75d48012a3b3c43cfff157f4e371c6","blobstore_id":"5b0a9b86-da50-4e7b-5394-532798e37738"},"buildpack_ruby":{"name":"buildpack_ruby","version":"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1","sha1":"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14","blobstore_id":"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},"cloud_controller_ng":{"name":"cloud_controller_ng","version":"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1","sha1":"9b037c9e8f3c9781d238a4e13982ae164840f026","blobstore_id":"e13a6684-a814-401b-7298-cf57f9266fac"},"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"libpq":{"name":"libpq","version":"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1","sha1":"c0d08ce9fb7c753eed178a551b97e78469ea07db","blobstore_id":"d1c018b6-e240-49f7-56cd-29ae300558ff"},"metron_agent":{"name":"metron_agent","version":"42610926a69baa881d4e8df637125738e2ebfbb5.1","sha1":"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e","blobstore_id":"63ea3461-af04-4d23-62dd-effa048f18c6"},"mysqlclient":{"name":"mysqlclient","version":"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1","sha1":"66023ab72ded1905de97a4778bb9deff7518b303","blobstore_id":"71894c8f-140f-429c-6fd5-6396b4d76f58"},"nginx":{"name":"nginx","version":"385ce4eca93c53c163ea82204a28e96d851bb65d.1","sha1":"e1d88d953d63f403a8f6f67f0d30f357955173ea","blobstore_id":"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},"nginx_newrelic_plugin":{"name":"nginx_newrelic_plugin","version":"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1","sha1":"aa2295b608cfcb72b13d200caa8b889b69f03918","blobstore_id":"3f358b5e-3f17-400d-4cdd-487199754916"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"sqlite":{"name":"sqlite","version":"af44d44e58fffd069459cb63f6fcc37c6326e370.1","sha1":"981ff80a252bae58aa813a2fa2730ef930138558","blobstore_id":"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"1d3d8cbdcb0fa1c7c99bc67fa60ccdd9c3e3ea55","networks":{"cf2":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.api-worker-z2.cf2.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.186","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":1024},"name":"small_z2","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"f26d01bc4f7d179f8ee961f4581510ddee7468cd","blobstore_id":"1e5fe1a2-ba96-49ec-b0f3-c91382be3c06"},"agent_id":"02c07349-62bd-41a3-b538-55847a17383b","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-7e62fedb-0485-42dd-b691-81638f7f7b17"},"ntp":{"offset":"0.002448","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.300291 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.300460 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.300539 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : Found existing job instance `api_z2/0'
D, [2014-09-16T18:52:09.300991 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : (0.001855s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 51)
D, [2014-09-16T18:52:09.308513 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"runner_z1",
"release"=>"",
"template"=>"dea_next",
"version"=>"9f6b5fbab86935a26a49841c02127ea8b2f6257e",
"sha1"=>"c3e3bb70e8385f19a9d890400bc96df32ac28400",
"blobstore_id"=>"8349913d-5589-4f5a-862f-cfea8c8e07ef",
"templates"=>
[{"name"=>"dea_next",
"version"=>"9f6b5fbab86935a26a49841c02127ea8b2f6257e",
"sha1"=>"c3e3bb70e8385f19a9d890400bc96df32ac28400",
"blobstore_id"=>"8349913d-5589-4f5a-862f-cfea8c8e07ef"},
{"name"=>"dea_logging_agent",
"version"=>"c61fae56d4f5438e0f6556056f1e490efe047ce0",
"sha1"=>"95130a8b26865d31989de0a5e94880730036670d",
"blobstore_id"=>"e8f606a2-31b9-4859-9d11-f7585ad433bd"},
{"name"=>"metron_agent",
"version"=>"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e",
"sha1"=>"827b11ecd1de7c4047b11650c45783f36cecb71e",
"blobstore_id"=>"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},
"packages"=>
{"buildpack_cache"=>
{"name"=>"buildpack_cache",
"version"=>"4ced0bc62f12dcaa79121718ca3525253ede33b5.1",
"sha1"=>"ef8e81876a42c1cfa7c13a1adc4ad5dab32090b8",
"blobstore_id"=>"779f8ee7-892c-41e6-695a-af7aa382ff6d"},
"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"dea_logging_agent"=>
{"name"=>"dea_logging_agent",
"version"=>"2051268d56c29c3ef321fe3d5f4f2742a045c607.1",
"sha1"=>"03e7140d0bd4bed316c0068905a91bc105c0a376",
"blobstore_id"=>"c0a465b4-bfd2-4498-5b13-7dd20718c51f"},
"dea_next"=>
{"name"=>"dea_next",
"version"=>"d160d6e729916e6de0114b1b5533f982a55f31c5.1",
"sha1"=>"ffb9c37b65c8b4b2a56144d70ab0176618a45b8f",
"blobstore_id"=>"b0e3624d-8523-4418-4d0d-465848d9b7a1"},
"metron_agent"=>
{"name"=>"metron_agent",
"version"=>"42610926a69baa881d4e8df637125738e2ebfbb5.1",
"sha1"=>"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e",
"blobstore_id"=>"63ea3461-af04-4d23-62dd-effa048f18c6"},
"rootfs_lucid64"=>
{"name"=>"rootfs_lucid64",
"version"=>"053c40914ab425794131d7d2c57943588d1e80be.1",
"sha1"=>"5778afd2d3f5285c8e87f77ae2f2e934cf0c594d",
"blobstore_id"=>"0a334589-e304-4183-5cfc-35d3170f2997"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"},
"warden"=>
{"name"=>"warden",
"version"=>"5e6d50d31a878ee58e3fbfe397edd50a3877587b.1",
"sha1"=>"e61cb1ace59c3906f66b604a75cadba0e1f76520",
"blobstore_id"=>"61c546b7-ca59-4e2d-4c97-c531f1604935"}},
"configuration_hash"=>"d9edf0701f4804e930dc570beed78113bedc5ca7",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.runner-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.118",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>2, "disk"=>32768, "ram"=>16384},
"name"=>"runner_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"ee6272c37ddda66458e4fe17b41b2330b6d9b249",
"blobstore_id"=>"dbf4059b-8337-4053-835e-132d922f3f57"},
"agent_id"=>"db0feb46-c3aa-4e42-8d87-53b557c26365",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-5e4dba92-af99-492d-bf5b-438f3f65799a"},
"ntp"=>{"offset"=>"0.034487", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.308714 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : Copying job instance `api_z2/0' network reservation {type=dynamic, ip="10.230.18.185"}
I, [2014-09-16T18:52:09.308802 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] INFO -- : ResourcePool `large_z2' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.308882 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : Found VM 'vm-461381bc-4c8f-4dbd-8321-0776dcbc3bf4' running job instance 'api_z2/0' in resource pool `large_z2' with reservation '{type=dynamic, ip="10.230.18.185"}'
D, [2014-09-16T18:52:09.308926 #23095] [bind_existing_deployment(67a2d5a3-8a28-4133-8ec5-3c7b81a0b0e1)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.314710 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : (0.013821s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 29) LIMIT 1
D, [2014-09-16T18:52:09.314882 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d7a445a6-a304-4649-8bd7-47e2d0c47a78 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"login_z1","release":"","template":"login","version":"3aa4eaa4f674615c543444019aa1f21abaeba4df","sha1":"4a816dcfb0a6a14cb76d3e977c00bd2a53fb5762","blobstore_id":"06e26965-7dcd-4e05-9db6-da765f31e500","templates":[{"name":"login","version":"3aa4eaa4f674615c543444019aa1f21abaeba4df","sha1":"4a816dcfb0a6a14cb76d3e977c00bd2a53fb5762","blobstore_id":"06e26965-7dcd-4e05-9db6-da765f31e500"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"git":{"name":"git","version":"889205bef999ca6f078d4ee7b779186b45c1fa63.1","sha1":"8f744f70462ac96ce6515940a7aaa9ba7f677b42","blobstore_id":"8b258e71-3fb5-4fab-466b-f586fe93c5a6"},"login":{"name":"login","version":"807573d35d71fb67eb10eb027b8aec5d07a19222.1","sha1":"b6b513db1111d6ba38bc764f6632ef5b277ffa84","blobstore_id":"2a5fd940-5961-4ba8-7508-3d0a91a61a62"},"ruby":{"name":"ruby","version":"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1","sha1":"48c51a937fb447e9c8bc2e062eb03be61fc92a3a","blobstore_id":"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"ac46a5c44fc239b972a6b2f97562a6a358aaa5c1","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.login-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.128","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":2048},"name":"medium_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"ce8dfb8a80b1cc82fbd4a67e016bb20f71e91a3b","blobstore_id":"0aa71a19-efcc-459f-962c-840ec4b7eddf"},"agent_id":"1c408601-b555-4fc2-b06b-7eed41552c78","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-830a780b-5087-4aef-bd7a-ad844603a254"},"ntp":{"offset":"0.030694","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.314376 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"etcd_z1",
"release"=>"",
"template"=>"etcd",
"version"=>"3632341112f3135c7f993f0c78a8a1cd85df48e0",
"sha1"=>"74af64937a481522bc12a1f032c83b846a9d09a3",
"blobstore_id"=>"edaa2476-be02-4c46-9bc8-04547598f984",
"templates"=>
[{"name"=>"etcd",
"version"=>"3632341112f3135c7f993f0c78a8a1cd85df48e0",
"sha1"=>"74af64937a481522bc12a1f032c83b846a9d09a3",
"blobstore_id"=>"edaa2476-be02-4c46-9bc8-04547598f984"},
{"name"=>"etcd_metrics_server",
"version"=>"4ab9127a4519599507149c893a57ae96f7894de4",
"sha1"=>"bfabcec3459c5458894015d0962218b9875cb55e",
"blobstore_id"=>"a00bcbbd-e767-4d6d-b127-6dc1e24c48c1"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"etcd"=>
{"name"=>"etcd",
"version"=>"0171c102f5b67947021e271601122982607c9d59.1",
"sha1"=>"78792bc7cdf843bc1f7354241ed9c21fc0ab1a08",
"blobstore_id"=>"006cd46c-aa13-47fb-6b23-efc26dfd58f4"},
"etcd_metrics_server"=>
{"name"=>"etcd_metrics_server",
"version"=>"7acf31d168c89d4a28db880d7690b815a027f830.1",
"sha1"=>"4063e124142e83205af846006d8b0d11e4018299",
"blobstore_id"=>"e71fb614-399e-48dc-7e38-ccc5cd5fd3d8"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"71a31370c88a8f1d29e3344229be2fe027b1998a",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.etcd-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.79",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>10024,
"rendered_templates_archive"=>
{"sha1"=>"79497af0283609b3130f9c87b82587b01e579f3c",
"blobstore_id"=>"2c4fb98f-4422-47eb-bde2-f500256edf3e"},
"agent_id"=>"9a190e86-cc93-4450-908c-c1988e44cd14",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-a3a4916a-85de-4ea8-861b-24a69f2c8c1b"},
"ntp"=>{"offset"=>"-0.002542", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.314972 #23095] [0x2467920] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.325962 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"api_worker_z2",
"release"=>"",
"template"=>"cloud_controller_worker",
"version"=>"8af483f97aa368cb9c493514448ffe71e75a75cf",
"sha1"=>"c7f0ebc702c88067ed089970d9657437d682e07a",
"blobstore_id"=>"e3ce59f2-21a8-4504-8fe4-0792f4edd80b",
"templates"=>
[{"name"=>"cloud_controller_worker",
"version"=>"8af483f97aa368cb9c493514448ffe71e75a75cf",
"sha1"=>"c7f0ebc702c88067ed089970d9657437d682e07a",
"blobstore_id"=>"e3ce59f2-21a8-4504-8fe4-0792f4edd80b"},
{"name"=>"metron_agent",
"version"=>"26a12c7452a6c3f7542aa30ae53aedccb7c3c84e",
"sha1"=>"827b11ecd1de7c4047b11650c45783f36cecb71e",
"blobstore_id"=>"65e66ef5-9e7e-4fb4-9f22-106e09966d4f"}]},
"packages"=>
{"buildpack_go"=>
{"name"=>"buildpack_go",
"version"=>"80b345943f3219ed050beb4592a639e0e5a290b0.1",
"sha1"=>"37c113c72db74b00664b8716a2881bbdc58ecff2",
"blobstore_id"=>"879054e7-102e-494c-4b34-adad3deb315e"},
"buildpack_java"=>
{"name"=>"buildpack_java",
"version"=>"08d7aa96c476559aa088a2e1f1c3fd812c36e2aa.1",
"sha1"=>"bd1d7abe04acd364b454691ba915f3b365e37429",
"blobstore_id"=>"5e8f275c-deac-4481-4eb7-5591ed74f0d5"},
"buildpack_java_offline"=>
{"name"=>"buildpack_java_offline",
"version"=>"546631e74a24465152b8553672ef2e30841afeaa.1",
"sha1"=>"0f46771b1c0f4b9a70b53b9a63c3654fa05a247f",
"blobstore_id"=>"43ca1b72-d3fe-49bd-576a-7fed5cf0c28a"},
"buildpack_nodejs"=>
{"name"=>"buildpack_nodejs",
"version"=>"bb0e4c1bb90effad1ffa50d2aa90e727a55039ff.1",
"sha1"=>"0eb3a3fc914bb06b31b398140586782dc93e9f20",
"blobstore_id"=>"4a6bc012-a7d4-46f3-7843-60685f287832"},
"buildpack_php"=>
{"name"=>"buildpack_php",
"version"=>"7ce5f94b4904cc67d9e5e964ffdab7f1572a7367.1",
"sha1"=>"93542149ad5c8f5ea6937719ee808c374cb05dd5",
"blobstore_id"=>"94239476-7efd-4cb1-5da6-06775f803881"},
"buildpack_python"=>
{"name"=>"buildpack_python",
"version"=>"d568479d7ef2a992f3e78a131e044ffe5a724b7b.1",
"sha1"=>"ce56ecb58f75d48012a3b3c43cfff157f4e371c6",
"blobstore_id"=>"5b0a9b86-da50-4e7b-5394-532798e37738"},
"buildpack_ruby"=>
{"name"=>"buildpack_ruby",
"version"=>"dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866.1",
"sha1"=>"e7efc2d63e02d03ec98c92d9fbee9f101ffe5c14",
"blobstore_id"=>"dec5fa91-747c-4d04-6bbb-e046d27ccadc"},
"cloud_controller_ng"=>
{"name"=>"cloud_controller_ng",
"version"=>"1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba.1",
"sha1"=>"9b037c9e8f3c9781d238a4e13982ae164840f026",
"blobstore_id"=>"e13a6684-a814-401b-7298-cf57f9266fac"},
"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"libpq"=>
{"name"=>"libpq",
"version"=>"49cc7477fcf9a3fef7a1f61e1494b32288587ed8.1",
"sha1"=>"c0d08ce9fb7c753eed178a551b97e78469ea07db",
"blobstore_id"=>"d1c018b6-e240-49f7-56cd-29ae300558ff"},
"metron_agent"=>
{"name"=>"metron_agent",
"version"=>"42610926a69baa881d4e8df637125738e2ebfbb5.1",
"sha1"=>"c76f761c2b4bc1e3b67bfbfcecacb1ed28f9246e",
"blobstore_id"=>"63ea3461-af04-4d23-62dd-effa048f18c6"},
"mysqlclient"=>
{"name"=>"mysqlclient",
"version"=>"8b5d9ce287341048377997a9b3fe4ff3e6a1c68f.1",
"sha1"=>"66023ab72ded1905de97a4778bb9deff7518b303",
"blobstore_id"=>"71894c8f-140f-429c-6fd5-6396b4d76f58"},
"nginx"=>
{"name"=>"nginx",
"version"=>"385ce4eca93c53c163ea82204a28e96d851bb65d.1",
"sha1"=>"e1d88d953d63f403a8f6f67f0d30f357955173ea",
"blobstore_id"=>"1da6ca6d-ff3d-4394-7345-2b0b3c335752"},
"nginx_newrelic_plugin"=>
{"name"=>"nginx_newrelic_plugin",
"version"=>"d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0.1",
"sha1"=>"aa2295b608cfcb72b13d200caa8b889b69f03918",
"blobstore_id"=>"3f358b5e-3f17-400d-4cdd-487199754916"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"sqlite"=>
{"name"=>"sqlite",
"version"=>"af44d44e58fffd069459cb63f6fcc37c6326e370.1",
"sha1"=>"981ff80a252bae58aa813a2fa2730ef930138558",
"blobstore_id"=>"6dc04f1a-e3a9-4cfe-5ff5-b93bd9759b0f"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"1d3d8cbdcb0fa1c7c99bc67fa60ccdd9c3e3ea55",
"networks"=>
{"cf2"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.api-worker-z2.cf2.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.186",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>1024},
"name"=>"small_z2",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"f26d01bc4f7d179f8ee961f4581510ddee7468cd",
"blobstore_id"=>"1e5fe1a2-ba96-49ec-b0f3-c91382be3c06"},
"agent_id"=>"02c07349-62bd-41a3-b538-55847a17383b",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-7e62fedb-0485-42dd-b691-81638f7f7b17"},
"ntp"=>{"offset"=>"0.002448", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.331138 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"login_z1",
"release"=>"",
"template"=>"login",
"version"=>"3aa4eaa4f674615c543444019aa1f21abaeba4df",
"sha1"=>"4a816dcfb0a6a14cb76d3e977c00bd2a53fb5762",
"blobstore_id"=>"06e26965-7dcd-4e05-9db6-da765f31e500",
"templates"=>
[{"name"=>"login",
"version"=>"3aa4eaa4f674615c543444019aa1f21abaeba4df",
"sha1"=>"4a816dcfb0a6a14cb76d3e977c00bd2a53fb5762",
"blobstore_id"=>"06e26965-7dcd-4e05-9db6-da765f31e500"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"git"=>
{"name"=>"git",
"version"=>"889205bef999ca6f078d4ee7b779186b45c1fa63.1",
"sha1"=>"8f744f70462ac96ce6515940a7aaa9ba7f677b42",
"blobstore_id"=>"8b258e71-3fb5-4fab-466b-f586fe93c5a6"},
"login"=>
{"name"=>"login",
"version"=>"807573d35d71fb67eb10eb027b8aec5d07a19222.1",
"sha1"=>"b6b513db1111d6ba38bc764f6632ef5b277ffa84",
"blobstore_id"=>"2a5fd940-5961-4ba8-7508-3d0a91a61a62"},
"ruby"=>
{"name"=>"ruby",
"version"=>"cd102a7fe440fd9eaeee99c6bc460b06884cbda6.1",
"sha1"=>"48c51a937fb447e9c8bc2e062eb03be61fc92a3a",
"blobstore_id"=>"5a4a7e81-a13b-48af-50d8-2a949458e0f5"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"ac46a5c44fc239b972a6b2f97562a6a358aaa5c1",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>"0.login-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.128",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>2048},
"name"=>"medium_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"ce8dfb8a80b1cc82fbd4a67e016bb20f71e91a3b",
"blobstore_id"=>"0aa71a19-efcc-459f-962c-840ec4b7eddf"},
"agent_id"=>"1c408601-b555-4fc2-b06b-7eed41552c78",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-830a780b-5087-4aef-bd7a-ad844603a254"},
"ntp"=>{"offset"=>"0.030694", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.331509 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.331700 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.331932 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : Found existing job instance `loggregator_z1/0'
D, [2014-09-16T18:52:09.332313 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : (0.000407s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 39)
D, [2014-09-16T18:52:09.331797 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : (0.015929s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 40) LIMIT 1
D, [2014-09-16T18:52:09.332542 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : Copying job instance `loggregator_z1/0' network reservation {type=static, ip="10.230.18.75"}
I, [2014-09-16T18:52:09.332614 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=5)
D, [2014-09-16T18:52:09.332691 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : Found VM 'vm-c5595c82-c966-4ddf-aea4-428a9764d417' running job instance 'loggregator_z1/0' in resource pool `medium_z1' with reservation '{type=static, ip="10.230.18.75"}'
D, [2014-09-16T18:52:09.332735 #23095] [bind_existing_deployment(3ab34478-589e-412a-9c9b-86cee4bd8258)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.332779 #23095] [0x1a0647c] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.333404 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.333963 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : (0.001025s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 31) LIMIT 1
D, [2014-09-16T18:52:09.334151 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : (0.000809s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 38)
D, [2014-09-16T18:52:09.334305 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.334392 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.334845 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : (0.001936s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 52)
D, [2014-09-16T18:52:09.334921 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : (0.000801s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 26) LIMIT 1
D, [2014-09-16T18:52:09.335722 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : (0.001782s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 36)
D, [2014-09-16T18:52:09.335804 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : (0.000362s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 52) LIMIT 1
D, [2014-09-16T18:52:09.336174 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.336612 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.336803 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : (0.000474s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 25) LIMIT 1
D, [2014-09-16T18:52:09.336867 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : Found existing job instance `ha_proxy_z1/0'
D, [2014-09-16T18:52:09.336255 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : (0.000365s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 44) LIMIT 1
D, [2014-09-16T18:52:09.337086 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : Copying job instance `ha_proxy_z1/0' network reservation {type=static, ip="10.230.18.68"}
I, [2014-09-16T18:52:09.337225 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] INFO -- : ResourcePool `router_z1' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.337308 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : Found VM 'vm-909fa96a-4d06-4532-9499-e7a9556ca458' running job instance 'ha_proxy_z1/0' in resource pool `router_z1' with reservation '{type=static, ip="10.230.18.68"}'
D, [2014-09-16T18:52:09.337352 #23095] [bind_existing_deployment(31a1913f-5ce4-4e60-b1cc-da6b49a81764)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.337399 #23095] [0x2914ef0] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.337471 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.337596 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.337645 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : Found existing job instance `stats_z1/0'
D, [2014-09-16T18:52:09.337706 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : Copying job instance `stats_z1/0' network reservation {type=dynamic, ip="10.230.18.126"}
I, [2014-09-16T18:52:09.337753 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] INFO -- : ResourcePool `small_z1' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.337814 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : Found VM 'vm-c2571b41-bcbd-4f2a-9694-57cf2cfdea17' running job instance 'stats_z1/0' in resource pool `small_z1' with reservation '{type=dynamic, ip="10.230.18.126"}'
D, [2014-09-16T18:52:09.337848 #23095] [bind_existing_deployment(a810a88b-81e1-40a2-990d-dd0e0d344e73)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.337881 #23095] [0x2732b14] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.337990 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.338144 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.338188 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : Found existing job instance `api_z1/0'
D, [2014-09-16T18:52:09.338248 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : Copying job instance `api_z1/0' network reservation {type=dynamic, ip="10.230.18.255"}
I, [2014-09-16T18:52:09.338294 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] INFO -- : ResourcePool `large_z1' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.338355 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : Found VM 'vm-e6ab9d39-559d-4492-b822-ccfe1550e369' running job instance 'api_z1/0' in resource pool `large_z1' with reservation '{type=dynamic, ip="10.230.18.255"}'
D, [2014-09-16T18:52:09.338388 #23095] [bind_existing_deployment(ef8cc2fb-43b6-4a67-ae90-563ae9eed5d6)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.338421 #23095] [0x2736354] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.338728 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : (0.000172s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 58)
D, [2014-09-16T18:52:09.338829 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.339375 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.339528 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.339585 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : Found existing job instance `hm9000_z1/0'
D, [2014-09-16T18:52:09.339661 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : Copying job instance `hm9000_z1/0' network reservation {type=dynamic, ip="10.230.18.119"}
I, [2014-09-16T18:52:09.339725 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=6)
D, [2014-09-16T18:52:09.339802 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : Found VM 'vm-ef166de8-8d54-4d60-9e2d-4207294c6efb' running job instance 'hm9000_z1/0' in resource pool `medium_z1' with reservation '{type=dynamic, ip="10.230.18.119"}'
D, [2014-09-16T18:52:09.339845 #23095] [bind_existing_deployment(06d02acb-ff72-418a-8570-84eb015195c1)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.339890 #23095] [0x20938d0] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.340013 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.340135 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.340509 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : Found existing job instance `logs_z2/0'
D, [2014-09-16T18:52:09.340592 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : Copying job instance `logs_z2/0' network reservation {type=static, ip="10.230.18.129"}
D, [2014-09-16T18:52:09.340663 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : (0.000432s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 32) LIMIT 1
D, [2014-09-16T18:52:09.340973 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : (0.000155s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 40)
I, [2014-09-16T18:52:09.341118 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] INFO -- : ResourcePool `medium_z2' - Adding allocated VM (index=2)
D, [2014-09-16T18:52:09.341195 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : Found VM 'vm-1a8481a4-c81b-49db-9041-7b56535139a2' running job instance 'logs_z2/0' in resource pool `medium_z2' with reservation '{type=static, ip="10.230.18.129"}'
D, [2014-09-16T18:52:09.341237 #23095] [bind_existing_deployment(830df3c8-7ed7-423b-b2d8-3eddf0d59005)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.341286 #23095] [0x2908e20] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.341415 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.342363 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.342507 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.342554 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : Found existing job instance `nfs_z1/0'
D, [2014-09-16T18:52:09.342620 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : Copying job instance `nfs_z1/0' network reservation {type=static, ip="10.230.18.67"}
I, [2014-09-16T18:52:09.342676 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=7)
D, [2014-09-16T18:52:09.342766 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : Found VM 'vm-8c26e86c-2134-48e4-a287-befb3fc0a2d0' running job instance 'nfs_z1/0' in resource pool `medium_z1' with reservation '{type=static, ip="10.230.18.67"}'
D, [2014-09-16T18:52:09.342872 #23095] [bind_existing_deployment(01186556-ec73-4d85-8ffd-dc2902fea9c8)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.342923 #23095] [0x2547ffc] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.343054 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.343674 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.343776 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.344838 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.344957 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.345747 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : (0.001005s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 50)
D, [2014-09-16T18:52:09.345866 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : (0.003000s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 23) LIMIT 1
D, [2014-09-16T18:52:09.345936 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : Found existing job instance `etcd_z2/0'
D, [2014-09-16T18:52:09.346027 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : Copying job instance `etcd_z2/0' network reservation {type=static, ip="10.230.18.142"}
I, [2014-09-16T18:52:09.346173 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] INFO -- : ResourcePool `medium_z2' - Adding allocated VM (index=3)
D, [2014-09-16T18:52:09.346246 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : Found VM 'vm-2c6ef068-9f44-4e20-b948-f3fc0f9040a7' running job instance 'etcd_z2/0' in resource pool `medium_z2' with reservation '{type=static, ip="10.230.18.142"}'
D, [2014-09-16T18:52:09.346283 #23095] [bind_existing_deployment(b9c83d1e-dc9d-4230-9922-c0b9a6f31478)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.346318 #23095] [0x28f3980] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.346448 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.346678 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : (0.000139s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 57)
D, [2014-09-16T18:52:09.346892 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.346995 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.347065 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : Found existing job instance `loggregator_z2/1'
D, [2014-09-16T18:52:09.347601 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : Copying job instance `loggregator_z2/1' network reservation {type=static, ip="10.230.18.140"}
I, [2014-09-16T18:52:09.347675 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] INFO -- : ResourcePool `medium_z2' - Adding allocated VM (index=4)
D, [2014-09-16T18:52:09.347752 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : Found VM 'vm-4a29de02-43ba-48d9-884e-b24fbad95ffb' running job instance 'loggregator_z2/1' in resource pool `medium_z2' with reservation '{type=static, ip="10.230.18.140"}'
D, [2014-09-16T18:52:09.347844 #23095] [bind_existing_deployment(278845e0-1108-45cd-8cb7-f2e197a8765d)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.347931 #23095] [0x243ab00] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.348044 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : (0.000201s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 42) LIMIT 1
D, [2014-09-16T18:52:09.348156 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.349055 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : (0.001123s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 49)
D, [2014-09-16T18:52:09.349304 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.350244 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : (0.001089s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 43)
D, [2014-09-16T18:52:09.349213 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : (0.000365s) SELECT * FROM "vms" WHERE ("agent_id" = 'e7547b2a-607f-4d49-b87e-aba70951e056') LIMIT 1
D, [2014-09-16T18:52:09.350436 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : (0.000224s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 48)
D, [2014-09-16T18:52:09.350573 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : (0.000242s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 61)
D, [2014-09-16T18:52:09.350694 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : (0.000292s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 53)
D, [2014-09-16T18:52:09.350963 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.351053 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.351703 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : Verified VM state
D, [2014-09-16T18:52:09.351790 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : (0.000629s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 60)
D, [2014-09-16T18:52:09.352091 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : SENT: agent.e7547b2a-607f-4d49-b87e-aba70951e056 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.50ebf448-e529-4dd1-ab7f-b14a235a0e16"}
D, [2014-09-16T18:52:09.352176 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : (0.001274s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 54)
D, [2014-09-16T18:52:09.352892 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.353362 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : Found existing job instance `api_worker_z1/0'
D, [2014-09-16T18:52:09.353443 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : Copying job instance `api_worker_z1/0' network reservation {type=dynamic, ip="10.230.18.123"}
I, [2014-09-16T18:52:09.353505 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] INFO -- : ResourcePool `small_z1' - Adding allocated VM (index=1)
D, [2014-09-16T18:52:09.353582 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : Found VM 'vm-5bbaeec3-a9c9-4599-afc5-a4ecada865f4' running job instance 'api_worker_z1/0' in resource pool `small_z1' with reservation '{type=dynamic, ip="10.230.18.123"}'
D, [2014-09-16T18:52:09.353678 #23095] [bind_existing_deployment(34d8ba59-df8b-4f45-b734-2d0d1e8cb831)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.353874 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.353993 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.354055 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : Found existing job instance `loggregator_z2/0'
D, [2014-09-16T18:52:09.354122 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : Copying job instance `loggregator_z2/0' network reservation {type=static, ip="10.230.18.139"}
I, [2014-09-16T18:52:09.354168 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] INFO -- : ResourcePool `medium_z2' - Adding allocated VM (index=5)
D, [2014-09-16T18:52:09.354226 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : Found VM 'vm-2bb3fda1-4ff7-47f5-a41c-8d6bd56bfd53' running job instance 'loggregator_z2/0' in resource pool `medium_z2' with reservation '{type=static, ip="10.230.18.139"}'
D, [2014-09-16T18:52:09.354258 #23095] [bind_existing_deployment(2288ff04-6a62-4015-9a0a-c7808346fd5c)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.354308 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.354407 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.354447 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : Found existing job instance `api_worker_z2/0'
D, [2014-09-16T18:52:09.354502 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : Copying job instance `api_worker_z2/0' network reservation {type=dynamic, ip="10.230.18.186"}
I, [2014-09-16T18:52:09.354544 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] INFO -- : ResourcePool `small_z2' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.354606 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : Found VM 'vm-7e62fedb-0485-42dd-b691-81638f7f7b17' running job instance 'api_worker_z2/0' in resource pool `small_z2' with reservation '{type=dynamic, ip="10.230.18.186"}'
D, [2014-09-16T18:52:09.354638 #23095] [bind_existing_deployment(02c07349-62bd-41a3-b538-55847a17383b)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.353811 #23095] [0x243a150] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.354743 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.354903 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.354962 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : Found existing job instance `clock_global/0'
D, [2014-09-16T18:52:09.355005 #23095] [0x2740ac0] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.355115 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : Copying job instance `clock_global/0' network reservation {type=dynamic, ip="10.230.19.0"}
I, [2014-09-16T18:52:09.355177 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=8)
D, [2014-09-16T18:52:09.355221 #23095] [0x24643c4] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.355330 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : Found VM 'vm-284fdca8-5656-4051-9cff-e6478e6d6a16' running job instance 'clock_global/0' in resource pool `medium_z1' with reservation '{type=dynamic, ip="10.230.19.0"}'
D, [2014-09-16T18:52:09.355392 #23095] [bind_existing_deployment(5e467762-9693-40cc-b0af-167fb6189378)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.355440 #23095] [0x246b624] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.355483 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.355597 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.355647 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : Found existing job instance `router_z1/0'
D, [2014-09-16T18:52:09.355712 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : Copying job instance `router_z1/0' network reservation {type=static, ip="10.230.18.70"}
I, [2014-09-16T18:52:09.355764 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] INFO -- : ResourcePool `router_z1' - Adding allocated VM (index=1)
D, [2014-09-16T18:52:09.355830 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : Found VM 'vm-b3496739-4e6f-4d23-9b0b-cf632bc1f0d7' running job instance 'router_z1/0' in resource pool `router_z1' with reservation '{type=static, ip="10.230.18.70"}'
D, [2014-09-16T18:52:09.355875 #23095] [bind_existing_deployment(7c1ced6c-4678-4d5c-8b32-f725cd7a576e)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.355929 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.356055 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.356108 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : Found existing job instance `runner_z1/0'
D, [2014-09-16T18:52:09.356177 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : Copying job instance `runner_z1/0' network reservation {type=dynamic, ip="10.230.18.118"}
I, [2014-09-16T18:52:09.356230 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] INFO -- : ResourcePool `runner_z1' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.356299 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : Found VM 'vm-5e4dba92-af99-492d-bf5b-438f3f65799a' running job instance 'runner_z1/0' in resource pool `runner_z1' with reservation '{type=dynamic, ip="10.230.18.118"}'
D, [2014-09-16T18:52:09.356339 #23095] [bind_existing_deployment(db0feb46-c3aa-4e42-8d87-53b557c26365)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.356431 #23095] [0x243b988] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.356483 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.356648 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.356701 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : Found existing job instance `uaa_z2/0'
D, [2014-09-16T18:52:09.356766 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : Copying job instance `uaa_z2/0' network reservation {type=dynamic, ip="10.230.18.183"}
I, [2014-09-16T18:52:09.356817 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] INFO -- : ResourcePool `medium_z2' - Adding allocated VM (index=6)
D, [2014-09-16T18:52:09.356883 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : Found VM 'vm-2c8bc28c-38ff-442a-bcf6-0ff677b5ee91' running job instance 'uaa_z2/0' in resource pool `medium_z2' with reservation '{type=dynamic, ip="10.230.18.183"}'
D, [2014-09-16T18:52:09.356923 #23095] [bind_existing_deployment(f8b7f141-8db0-44ac-9fe4-fac74a170731)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.357037 #23095] [0x2439228] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.357090 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.357259 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.357359 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : Found existing job instance `hm9000_z2/0'
D, [2014-09-16T18:52:09.357431 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : (0.000418s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 34)
D, [2014-09-16T18:52:09.357535 #23095] [0x2732498] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.357676 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : Copying job instance `hm9000_z2/0' network reservation {type=dynamic, ip="10.230.18.187"}
I, [2014-09-16T18:52:09.357766 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] INFO -- : ResourcePool `medium_z2' - Adding allocated VM (index=7)
D, [2014-09-16T18:52:09.357496 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : (0.000145s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 44)
D, [2014-09-16T18:52:09.357981 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : Found VM 'vm-c4b7ccae-2aad-4978-9cec-cd55190e7668' running job instance 'hm9000_z2/0' in resource pool `medium_z2' with reservation '{type=dynamic, ip="10.230.18.187"}'
D, [2014-09-16T18:52:09.358031 #23095] [bind_existing_deployment(39672121-f114-406d-8b2a-39ff67d534fc)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.358089 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.358245 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.358310 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : Found existing job instance `runner_z2/0'
D, [2014-09-16T18:52:09.358376 #23095] [0x274118c] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.358466 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.50ebf448-e529-4dd1-ab7f-b14a235a0e16 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"loggregator_trafficcontroller_z1","release":"","template":"loggregator_trafficcontroller","version":"1afb73c32605acd7cc94f6f316bf6f7ed6451108","sha1":"7875a57e6bdc8aab531b17d5d9f586052b96669f","blobstore_id":"e4659b94-7099-4eca-89b0-7056e49792c5","templates":[{"name":"loggregator_trafficcontroller","version":"1afb73c32605acd7cc94f6f316bf6f7ed6451108","sha1":"7875a57e6bdc8aab531b17d5d9f586052b96669f","blobstore_id":"e4659b94-7099-4eca-89b0-7056e49792c5"}]},"packages":{"common":{"name":"common","version":"51c0a25512aa6e61c321a004e80ece95bf77e145.1","sha1":"2b633049af3d82ba76bef6544fee4c012446be4b","blobstore_id":"2d34c738-bca7-4757-71ce-3ee225c30a3c"},"loggregator_trafficcontroller":{"name":"loggregator_trafficcontroller","version":"ee06e487905742ebd73273c0387ac72f5313157b.1","sha1":"fde616e2332400ec775cc30556566ff103dc3efb","blobstore_id":"3fcadaeb-a811-4389-791a-80c3d98174b4"},"syslog_aggregator":{"name":"syslog_aggregator","version":"4d4111ba19a8e7875184462d178fddb44fa87440.1","sha1":"fbbd0b108296e761e148fd53a2514b4b63f0464b","blobstore_id":"33fba897-fae1-43bf-4272-4346f382c405"}},"configuration_hash":"cedc09b8686237e6a544d617c69d2b471a755dee","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"dns_record_name":"0.loggregator-trafficcontroller-z1.cf1.test.microbosh","gateway":"10.230.16.1","ip":"10.230.18.74","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":8048,"ram":1024},"name":"small_z1","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"63ddfee975cc2beae42ac92457588961d8fd3cf7","blobstore_id":"8a6992d1-4e67-4556-8555-8842af3ce1f5"},"agent_id":"e7547b2a-607f-4d49-b87e-aba70951e056","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-14f62798-5313-481a-89e2-31689ac4785f"},"ntp":{"offset":"-0.002833","timestamp":"16 Sep 18:45:09"}}}
D, [2014-09-16T18:52:09.358578 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : Copying job instance `runner_z2/0' network reservation {type=dynamic, ip="10.230.18.188"}
I, [2014-09-16T18:52:09.358639 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] INFO -- : ResourcePool `runner_z2' - Adding allocated VM (index=0)
D, [2014-09-16T18:52:09.358731 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : Found VM 'vm-21604a30-dd1f-430f-888d-117812064a4d' running job instance 'runner_z2/0' in resource pool `runner_z2' with reservation '{type=dynamic, ip="10.230.18.188"}'
D, [2014-09-16T18:52:09.358784 #23095] [bind_existing_deployment(b078c5bb-c8f6-4ac1-80bf-f4681d6e1a2f)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.358831 #23095] [0x20c62d0] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.359047 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.359196 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.359251 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : Found existing job instance `loggregator_trafficcontroller_z2/0'
D, [2014-09-16T18:52:09.359324 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : Copying job instance `loggregator_trafficcontroller_z2/0' network reservation {type=static, ip="10.230.18.138"}
I, [2014-09-16T18:52:09.359380 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] INFO -- : ResourcePool `small_z2' - Adding allocated VM (index=1)
D, [2014-09-16T18:52:09.359449 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : Found VM 'vm-f1e49770-6df7-41ba-b6da-fbdf0af7fe71' running job instance 'loggregator_trafficcontroller_z2/0' in resource pool `small_z2' with reservation '{type=static, ip="10.230.18.138"}'
D, [2014-09-16T18:52:09.359496 #23095] [bind_existing_deployment(28dc6eaf-8e09-4a13-af6e-a32994ecfb4c)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.359541 #23095] [0x2439a5c] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.364481 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : Received VM state: {"properties"=>{"logging"=>{"max_log_file_size"=>""}},
"job"=>
{"name"=>"loggregator_trafficcontroller_z1",
"release"=>"",
"template"=>"loggregator_trafficcontroller",
"version"=>"1afb73c32605acd7cc94f6f316bf6f7ed6451108",
"sha1"=>"7875a57e6bdc8aab531b17d5d9f586052b96669f",
"blobstore_id"=>"e4659b94-7099-4eca-89b0-7056e49792c5",
"templates"=>
[{"name"=>"loggregator_trafficcontroller",
"version"=>"1afb73c32605acd7cc94f6f316bf6f7ed6451108",
"sha1"=>"7875a57e6bdc8aab531b17d5d9f586052b96669f",
"blobstore_id"=>"e4659b94-7099-4eca-89b0-7056e49792c5"}]},
"packages"=>
{"common"=>
{"name"=>"common",
"version"=>"51c0a25512aa6e61c321a004e80ece95bf77e145.1",
"sha1"=>"2b633049af3d82ba76bef6544fee4c012446be4b",
"blobstore_id"=>"2d34c738-bca7-4757-71ce-3ee225c30a3c"},
"loggregator_trafficcontroller"=>
{"name"=>"loggregator_trafficcontroller",
"version"=>"ee06e487905742ebd73273c0387ac72f5313157b.1",
"sha1"=>"fde616e2332400ec775cc30556566ff103dc3efb",
"blobstore_id"=>"3fcadaeb-a811-4389-791a-80c3d98174b4"},
"syslog_aggregator"=>
{"name"=>"syslog_aggregator",
"version"=>"4d4111ba19a8e7875184462d178fddb44fa87440.1",
"sha1"=>"fbbd0b108296e761e148fd53a2514b4b63f0464b",
"blobstore_id"=>"33fba897-fae1-43bf-4272-4346f382c405"}},
"configuration_hash"=>"cedc09b8686237e6a544d617c69d2b471a755dee",
"networks"=>
{"cf1"=>
{"cloud_properties"=>{"name"=>"CF-qa-dev"},
"default"=>["dns", "gateway"],
"dns"=>["10.230.0.22"],
"dns_record_name"=>
"0.loggregator-trafficcontroller-z1.cf1.test.microbosh",
"gateway"=>"10.230.16.1",
"ip"=>"10.230.18.74",
"netmask"=>"255.255.252.0"}},
"resource_pool"=>
{"cloud_properties"=>{"cpu"=>1, "disk"=>8048, "ram"=>1024},
"name"=>"small_z1",
"stemcell"=>
{"name"=>"bosh-vsphere-esxi-ubuntu-trusty-go_agent", "version"=>"2652"}},
"deployment"=>"test",
"index"=>0,
"persistent_disk"=>0,
"rendered_templates_archive"=>
{"sha1"=>"63ddfee975cc2beae42ac92457588961d8fd3cf7",
"blobstore_id"=>"8a6992d1-4e67-4556-8555-8842af3ce1f5"},
"agent_id"=>"e7547b2a-607f-4d49-b87e-aba70951e056",
"bosh_protocol"=>"1",
"job_state"=>"running",
"vm"=>{"name"=>"vm-14f62798-5313-481a-89e2-31689ac4785f"},
"ntp"=>{"offset"=>"-0.002833", "timestamp"=>"16 Sep 18:45:09"}}
D, [2014-09-16T18:52:09.364858 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.365007 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.365066 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : Found existing job instance `etcd_z1/0'
D, [2014-09-16T18:52:09.365144 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : Copying job instance `etcd_z1/0' network reservation {type=static, ip="10.230.18.79"}
D, [2014-09-16T18:52:09.365221 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : (0.000393s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 33) LIMIT 1
D, [2014-09-16T18:52:09.365366 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : Verified VM state
I, [2014-09-16T18:52:09.365878 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=9)
D, [2014-09-16T18:52:09.366008 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : Found VM 'vm-a3a4916a-85de-4ea8-861b-24a69f2c8c1b' running job instance 'etcd_z1/0' in resource pool `medium_z1' with reservation '{type=static, ip="10.230.18.79"}'
D, [2014-09-16T18:52:09.366055 #23095] [bind_existing_deployment(9a190e86-cc93-4450-908c-c1988e44cd14)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.366124 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : (0.000275s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 59)
D, [2014-09-16T18:52:09.366256 #23095] [0x1ca785c] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.366331 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.366476 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.366524 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : Found existing job instance `login_z1/0'
D, [2014-09-16T18:52:09.366583 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : Copying job instance `login_z1/0' network reservation {type=dynamic, ip="10.230.18.128"}
I, [2014-09-16T18:52:09.366628 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] INFO -- : ResourcePool `medium_z1' - Adding allocated VM (index=10)
D, [2014-09-16T18:52:09.366699 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : Found VM 'vm-830a780b-5087-4aef-bd7a-ad844603a254' running job instance 'login_z1/0' in resource pool `medium_z1' with reservation '{type=dynamic, ip="10.230.18.128"}'
D, [2014-09-16T18:52:09.366746 #23095] [bind_existing_deployment(1c408601-b555-4fc2-b06b-7eed41552c78)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.366787 #23095] [0x243eaac] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.366833 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : Processing VM network reservations
D, [2014-09-16T18:52:09.366956 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : Binding instance VM
D, [2014-09-16T18:52:09.367042 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : Found existing job instance `loggregator_trafficcontroller_z1/0'
D, [2014-09-16T18:52:09.367113 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : Copying job instance `loggregator_trafficcontroller_z1/0' network reservation {type=static, ip="10.230.18.74"}
I, [2014-09-16T18:52:09.367160 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] INFO -- : ResourcePool `small_z1' - Adding allocated VM (index=2)
D, [2014-09-16T18:52:09.367229 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : Found VM 'vm-14f62798-5313-481a-89e2-31689ac4785f' running job instance 'loggregator_trafficcontroller_z1/0' in resource pool `small_z1' with reservation '{type=static, ip="10.230.18.74"}'
D, [2014-09-16T18:52:09.367269 #23095] [bind_existing_deployment(e7547b2a-607f-4d49-b87e-aba70951e056)] DEBUG -- : Finished processing VM network reservations
D, [2014-09-16T18:52:09.367313 #23095] [0x19f4830] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.367420 #23095] [task:35] DEBUG -- : Shutting down pool
I, [2014-09-16T18:52:09.367596 #23095] [task:35] INFO -- : Binding resource pools
I, [2014-09-16T18:52:09.367769 #23095] [task:35] INFO -- : Binding stemcells
D, [2014-09-16T18:52:09.368515 #23095] [task:35] DEBUG -- : (0.000323s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.369959 #23095] [task:35] DEBUG -- : (0.000746s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.370577 #23095] [task:35] DEBUG -- : (0.000157s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.371404 #23095] [task:35] DEBUG -- : (0.000273s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.371940 #23095] [task:35] DEBUG -- : (0.000151s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.372765 #23095] [task:35] DEBUG -- : (0.000278s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.373321 #23095] [task:35] DEBUG -- : (0.000161s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.374118 #23095] [task:35] DEBUG -- : (0.000269s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.374665 #23095] [task:35] DEBUG -- : (0.000150s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.375542 #23095] [task:35] DEBUG -- : (0.000272s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.376089 #23095] [task:35] DEBUG -- : (0.000156s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.376863 #23095] [task:35] DEBUG -- : (0.000268s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.377393 #23095] [task:35] DEBUG -- : (0.000150s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.378171 #23095] [task:35] DEBUG -- : (0.000271s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.378708 #23095] [task:35] DEBUG -- : (0.000157s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.379522 #23095] [task:35] DEBUG -- : (0.000269s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.380053 #23095] [task:35] DEBUG -- : (0.000149s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.380865 #23095] [task:35] DEBUG -- : (0.000268s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.381417 #23095] [task:35] DEBUG -- : (0.000149s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.382215 #23095] [task:35] DEBUG -- : (0.000273s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2014-09-16T18:52:09.382788 #23095] [task:35] DEBUG -- : (0.000163s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-vsphere-esxi-ubuntu-trusty-go_agent') AND ("version" = '2652')) LIMIT 1
D, [2014-09-16T18:52:09.383592 #23095] [task:35] DEBUG -- : (0.000269s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
I, [2014-09-16T18:52:09.383818 #23095] [task:35] INFO -- : Binding templates
D, [2014-09-16T18:52:09.383872 #23095] [task:35] DEBUG -- : Binding template `haproxy'
D, [2014-09-16T18:52:09.385402 #23095] [task:35] DEBUG -- : (0.000984s) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON (("release_versions_templates"."template_id" = "templates"."id") AND ("release_versions_templates"."release_version_id" = 1))
D, [2014-09-16T18:52:09.386988 #23095] [task:35] DEBUG -- : (0.000602s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 1))
D, [2014-09-16T18:52:09.387876 #23095] [task:35] DEBUG -- : Bound template `haproxy'
D, [2014-09-16T18:52:09.387916 #23095] [task:35] DEBUG -- : Binding template `nats'
D, [2014-09-16T18:52:09.387966 #23095] [task:35] DEBUG -- : Bound template `nats'
D, [2014-09-16T18:52:09.388006 #23095] [task:35] DEBUG -- : Binding template `nats_stream_forwarder'
D, [2014-09-16T18:52:09.388053 #23095] [task:35] DEBUG -- : Bound template `nats_stream_forwarder'
D, [2014-09-16T18:52:09.388084 #23095] [task:35] DEBUG -- : Binding template `etcd'
D, [2014-09-16T18:52:09.388125 #23095] [task:35] DEBUG -- : Bound template `etcd'
D, [2014-09-16T18:52:09.388156 #23095] [task:35] DEBUG -- : Binding template `etcd_metrics_server'
D, [2014-09-16T18:52:09.388196 #23095] [task:35] DEBUG -- : Bound template `etcd_metrics_server'
D, [2014-09-16T18:52:09.388227 #23095] [task:35] DEBUG -- : Binding template `syslog_aggregator'
D, [2014-09-16T18:52:09.388267 #23095] [task:35] DEBUG -- : Bound template `syslog_aggregator'
D, [2014-09-16T18:52:09.388297 #23095] [task:35] DEBUG -- : Binding template `collector'
D, [2014-09-16T18:52:09.388340 #23095] [task:35] DEBUG -- : Bound template `collector'
D, [2014-09-16T18:52:09.388370 #23095] [task:35] DEBUG -- : Binding template `debian_nfs_server'
D, [2014-09-16T18:52:09.388409 #23095] [task:35] DEBUG -- : Bound template `debian_nfs_server'
D, [2014-09-16T18:52:09.388439 #23095] [task:35] DEBUG -- : Binding template `postgres'
D, [2014-09-16T18:52:09.388479 #23095] [task:35] DEBUG -- : Bound template `postgres'
D, [2014-09-16T18:52:09.388509 #23095] [task:35] DEBUG -- : Binding template `uaa'
D, [2014-09-16T18:52:09.388551 #23095] [task:35] DEBUG -- : Bound template `uaa'
D, [2014-09-16T18:52:09.388582 #23095] [task:35] DEBUG -- : Binding template `login'
D, [2014-09-16T18:52:09.388626 #23095] [task:35] DEBUG -- : Bound template `login'
D, [2014-09-16T18:52:09.388656 #23095] [task:35] DEBUG -- : Binding template `cloud_controller_ng'
D, [2014-09-16T18:52:09.388716 #23095] [task:35] DEBUG -- : Bound template `cloud_controller_ng'
D, [2014-09-16T18:52:09.388747 #23095] [task:35] DEBUG -- : Binding template `metron_agent'
D, [2014-09-16T18:52:09.388788 #23095] [task:35] DEBUG -- : Bound template `metron_agent'
D, [2014-09-16T18:52:09.388819 #23095] [task:35] DEBUG -- : Binding template `cloud_controller_clock'
D, [2014-09-16T18:52:09.388879 #23095] [task:35] DEBUG -- : Bound template `cloud_controller_clock'
D, [2014-09-16T18:52:09.388910 #23095] [task:35] DEBUG -- : Binding template `cloud_controller_worker'
D, [2014-09-16T18:52:09.388977 #23095] [task:35] DEBUG -- : Bound template `cloud_controller_worker'
D, [2014-09-16T18:52:09.389010 #23095] [task:35] DEBUG -- : Binding template `hm9000'
D, [2014-09-16T18:52:09.389051 #23095] [task:35] DEBUG -- : Bound template `hm9000'
D, [2014-09-16T18:52:09.389082 #23095] [task:35] DEBUG -- : Binding template `dea_next'
D, [2014-09-16T18:52:09.389128 #23095] [task:35] DEBUG -- : Bound template `dea_next'
D, [2014-09-16T18:52:09.389159 #23095] [task:35] DEBUG -- : Binding template `dea_logging_agent'
D, [2014-09-16T18:52:09.389200 #23095] [task:35] DEBUG -- : Bound template `dea_logging_agent'
D, [2014-09-16T18:52:09.389230 #23095] [task:35] DEBUG -- : Binding template `loggregator'
D, [2014-09-16T18:52:09.389270 #23095] [task:35] DEBUG -- : Bound template `loggregator'
D, [2014-09-16T18:52:09.389301 #23095] [task:35] DEBUG -- : Binding template `loggregator_trafficcontroller'
D, [2014-09-16T18:52:09.389343 #23095] [task:35] DEBUG -- : Bound template `loggregator_trafficcontroller'
D, [2014-09-16T18:52:09.389373 #23095] [task:35] DEBUG -- : Binding template `gorouter'
D, [2014-09-16T18:52:09.389415 #23095] [task:35] DEBUG -- : Bound template `gorouter'
D, [2014-09-16T18:52:09.389446 #23095] [task:35] DEBUG -- : Binding template `acceptance-tests'
D, [2014-09-16T18:52:09.389486 #23095] [task:35] DEBUG -- : Bound template `acceptance-tests'
D, [2014-09-16T18:52:09.389517 #23095] [task:35] DEBUG -- : Binding template `smoke-tests'
D, [2014-09-16T18:52:09.389556 #23095] [task:35] DEBUG -- : Bound template `smoke-tests'
I, [2014-09-16T18:52:09.391053 #23095] [task:35] INFO -- : Binding properties
I, [2014-09-16T18:52:09.422320 #23095] [task:35] INFO -- : Binding unallocated VMs
I, [2014-09-16T18:52:09.422686 #23095] [task:35] INFO -- : Binding instance networks
I, [2014-09-16T18:52:09.422929 #23095] [task:35] INFO -- : Generating a list of compile tasks
I, [2014-09-16T18:52:09.423043 #23095] [task:35] INFO -- : Job templates `cf/haproxy' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.423092 #23095] [task:35] INFO -- : Checking whether package `haproxy/917ceeaf9931e5c9e6921f61c5490be20a3051e6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.424011 #23095] [task:35] DEBUG -- : (0.000408s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 18) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.424138 #23095] [task:35] INFO -- : Found compiled version of package `haproxy/917ceeaf9931e5c9e6921f61c5490be20a3051e6' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.424693 #23095] [task:35] DEBUG -- : (0.000141s) SELECT * FROM "packages" WHERE ("packages"."id" = 18) LIMIT 1
I, [2014-09-16T18:52:09.424881 #23095] [task:35] INFO -- : Processing package `haproxy/917ceeaf9931e5c9e6921f61c5490be20a3051e6' dependencies
I, [2014-09-16T18:52:09.424955 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.425512 #23095] [task:35] DEBUG -- : (0.000164s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 29) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby","cd102a7fe440fd9eaeee99c6bc460b06884cbda6"]]')) LIMIT 1
I, [2014-09-16T18:52:09.425636 #23095] [task:35] INFO -- : Found compiled version of package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.426063 #23095] [task:35] DEBUG -- : (0.000153s) SELECT * FROM "packages" WHERE ("packages"."id" = 29) LIMIT 1
I, [2014-09-16T18:52:09.426198 #23095] [task:35] INFO -- : Processing package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' dependencies
I, [2014-09-16T18:52:09.426265 #23095] [task:35] INFO -- : Package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' depends on package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6'
I, [2014-09-16T18:52:09.426304 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.426846 #23095] [task:35] DEBUG -- : (0.000191s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 34) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.426956 #23095] [task:35] INFO -- : Found compiled version of package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.427347 #23095] [task:35] DEBUG -- : (0.000129s) SELECT * FROM "packages" WHERE ("packages"."id" = 34) LIMIT 1
I, [2014-09-16T18:52:09.427482 #23095] [task:35] INFO -- : Processing package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' dependencies
I, [2014-09-16T18:52:09.427576 #23095] [task:35] INFO -- : Job templates `cf/nats', `cf/nats_stream_forwarder' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.427617 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.428118 #23095] [task:35] DEBUG -- : (0.000162s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 10) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.428236 #23095] [task:35] INFO -- : Found compiled version of package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.428628 #23095] [task:35] DEBUG -- : (0.000129s) SELECT * FROM "packages" WHERE ("packages"."id" = 10) LIMIT 1
I, [2014-09-16T18:52:09.428769 #23095] [task:35] INFO -- : Processing package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' dependencies
I, [2014-09-16T18:52:09.428841 #23095] [task:35] INFO -- : Checking whether package `gnatsd/3ade99da461f1744ad392da916afb1da5048b223' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.429358 #23095] [task:35] DEBUG -- : (0.000147s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 12) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.429468 #23095] [task:35] INFO -- : Found compiled version of package `gnatsd/3ade99da461f1744ad392da916afb1da5048b223' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.429857 #23095] [task:35] DEBUG -- : (0.000128s) SELECT * FROM "packages" WHERE ("packages"."id" = 12) LIMIT 1
I, [2014-09-16T18:52:09.429979 #23095] [task:35] INFO -- : Processing package `gnatsd/3ade99da461f1744ad392da916afb1da5048b223' dependencies
I, [2014-09-16T18:52:09.430052 #23095] [task:35] INFO -- : Package `gnatsd/3ade99da461f1744ad392da916afb1da5048b223' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.430098 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.430623 #23095] [task:35] DEBUG -- : (0.000146s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 24) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.430784 #23095] [task:35] INFO -- : Found compiled version of package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.431184 #23095] [task:35] DEBUG -- : (0.000130s) SELECT * FROM "packages" WHERE ("packages"."id" = 24) LIMIT 1
I, [2014-09-16T18:52:09.431304 #23095] [task:35] INFO -- : Processing package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' dependencies
I, [2014-09-16T18:52:09.431376 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.431437 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.431477 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.431525 #23095] [task:35] INFO -- : Checking whether package `nats/cc6bda829a77ab2321c0c216aa9107aca92c3b1a' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.432026 #23095] [task:35] DEBUG -- : (0.000151s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 21) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby","cd102a7fe440fd9eaeee99c6bc460b06884cbda6"]]')) LIMIT 1
I, [2014-09-16T18:52:09.432144 #23095] [task:35] INFO -- : Found compiled version of package `nats/cc6bda829a77ab2321c0c216aa9107aca92c3b1a' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.432555 #23095] [task:35] DEBUG -- : (0.000152s) SELECT * FROM "packages" WHERE ("packages"."id" = 21) LIMIT 1
I, [2014-09-16T18:52:09.432676 #23095] [task:35] INFO -- : Processing package `nats/cc6bda829a77ab2321c0c216aa9107aca92c3b1a' dependencies
I, [2014-09-16T18:52:09.432742 #23095] [task:35] INFO -- : Package `nats/cc6bda829a77ab2321c0c216aa9107aca92c3b1a' depends on package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6'
I, [2014-09-16T18:52:09.432780 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.432834 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.432881 #23095] [task:35] INFO -- : Job templates `cf/nats', `cf/nats_stream_forwarder' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.432917 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.432967 #23095] [task:35] INFO -- : Checking whether package `gnatsd/3ade99da461f1744ad392da916afb1da5048b223' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.433015 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.433063 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.433102 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.433148 #23095] [task:35] INFO -- : Checking whether package `nats/cc6bda829a77ab2321c0c216aa9107aca92c3b1a' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.433194 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.433236 #23095] [task:35] INFO -- : Job templates `cf/etcd', `cf/etcd_metrics_server' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.433270 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.433316 #23095] [task:35] INFO -- : Checking whether package `etcd/0171c102f5b67947021e271601122982607c9d59' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.433837 #23095] [task:35] DEBUG -- : (0.000155s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 40) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["git","889205bef999ca6f078d4ee7b779186b45c1fa63"],["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.433952 #23095] [task:35] INFO -- : Found compiled version of package `etcd/0171c102f5b67947021e271601122982607c9d59' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.434346 #23095] [task:35] DEBUG -- : (0.000130s) SELECT * FROM "packages" WHERE ("packages"."id" = 40) LIMIT 1
I, [2014-09-16T18:52:09.434468 #23095] [task:35] INFO -- : Processing package `etcd/0171c102f5b67947021e271601122982607c9d59' dependencies
I, [2014-09-16T18:52:09.434536 #23095] [task:35] INFO -- : Package `etcd/0171c102f5b67947021e271601122982607c9d59' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.434574 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.434628 #23095] [task:35] INFO -- : Package `etcd/0171c102f5b67947021e271601122982607c9d59' depends on package `git/889205bef999ca6f078d4ee7b779186b45c1fa63'
I, [2014-09-16T18:52:09.434667 #23095] [task:35] INFO -- : Checking whether package `git/889205bef999ca6f078d4ee7b779186b45c1fa63' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.435218 #23095] [task:35] DEBUG -- : (0.000162s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 23) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.435338 #23095] [task:35] INFO -- : Found compiled version of package `git/889205bef999ca6f078d4ee7b779186b45c1fa63' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.435765 #23095] [task:35] DEBUG -- : (0.000140s) SELECT * FROM "packages" WHERE ("packages"."id" = 23) LIMIT 1
I, [2014-09-16T18:52:09.435896 #23095] [task:35] INFO -- : Processing package `git/889205bef999ca6f078d4ee7b779186b45c1fa63' dependencies
I, [2014-09-16T18:52:09.435990 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.436056 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.436101 #23095] [task:35] INFO -- : Checking whether package `etcd_metrics_server/7acf31d168c89d4a28db880d7690b815a027f830' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.436641 #23095] [task:35] DEBUG -- : (0.000161s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 41) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.436768 #23095] [task:35] INFO -- : Found compiled version of package `etcd_metrics_server/7acf31d168c89d4a28db880d7690b815a027f830' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.437202 #23095] [task:35] DEBUG -- : (0.000145s) SELECT * FROM "packages" WHERE ("packages"."id" = 41) LIMIT 1
I, [2014-09-16T18:52:09.437333 #23095] [task:35] INFO -- : Processing package `etcd_metrics_server/7acf31d168c89d4a28db880d7690b815a027f830' dependencies
I, [2014-09-16T18:52:09.437405 #23095] [task:35] INFO -- : Package `etcd_metrics_server/7acf31d168c89d4a28db880d7690b815a027f830' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.437447 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437505 #23095] [task:35] INFO -- : Job templates `cf/etcd', `cf/etcd_metrics_server' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437544 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437599 #23095] [task:35] INFO -- : Checking whether package `etcd/0171c102f5b67947021e271601122982607c9d59' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437651 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437704 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437745 #23095] [task:35] INFO -- : Checking whether package `etcd_metrics_server/7acf31d168c89d4a28db880d7690b815a027f830' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437799 #23095] [task:35] INFO -- : Job templates `cf/syslog_aggregator' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437843 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437896 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437951 #23095] [task:35] INFO -- : Job templates `cf/syslog_aggregator' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.437997 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.438049 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.438111 #23095] [task:35] INFO -- : Job templates `cf/collector' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.438148 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.438199 #23095] [task:35] INFO -- : Checking whether package `collector/652024d837cb253df05e75ff0f500e4712bee659' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.438756 #23095] [task:35] DEBUG -- : (0.000173s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 38) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby","cd102a7fe440fd9eaeee99c6bc460b06884cbda6"]]')) LIMIT 1
I, [2014-09-16T18:52:09.438877 #23095] [task:35] INFO -- : Found compiled version of package `collector/652024d837cb253df05e75ff0f500e4712bee659' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.439312 #23095] [task:35] DEBUG -- : (0.000142s) SELECT * FROM "packages" WHERE ("packages"."id" = 38) LIMIT 1
I, [2014-09-16T18:52:09.439445 #23095] [task:35] INFO -- : Processing package `collector/652024d837cb253df05e75ff0f500e4712bee659' dependencies
I, [2014-09-16T18:52:09.439517 #23095] [task:35] INFO -- : Package `collector/652024d837cb253df05e75ff0f500e4712bee659' depends on package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6'
I, [2014-09-16T18:52:09.439559 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.439623 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.439667 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.439725 #23095] [task:35] INFO -- : Job templates `cf/debian_nfs_server' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.439764 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.439815 #23095] [task:35] INFO -- : Checking whether package `debian_nfs_server/aac05f22582b2f9faa6840da056084ed15772594' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.440356 #23095] [task:35] DEBUG -- : (0.000162s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 35) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.440480 #23095] [task:35] INFO -- : Found compiled version of package `debian_nfs_server/aac05f22582b2f9faa6840da056084ed15772594' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.440910 #23095] [task:35] DEBUG -- : (0.000142s) SELECT * FROM "packages" WHERE ("packages"."id" = 35) LIMIT 1
I, [2014-09-16T18:52:09.441042 #23095] [task:35] INFO -- : Processing package `debian_nfs_server/aac05f22582b2f9faa6840da056084ed15772594' dependencies
I, [2014-09-16T18:52:09.441121 #23095] [task:35] INFO -- : Job templates `cf/postgres' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.441163 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.441224 #23095] [task:35] INFO -- : Checking whether package `postgres/b63fe0176a93609bd4ba44751ea490a3ee0f646c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.441750 #23095] [task:35] DEBUG -- : (0.000160s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 36) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.441868 #23095] [task:35] INFO -- : Found compiled version of package `postgres/b63fe0176a93609bd4ba44751ea490a3ee0f646c' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.442308 #23095] [task:35] DEBUG -- : (0.000142s) SELECT * FROM "packages" WHERE ("packages"."id" = 36) LIMIT 1
I, [2014-09-16T18:52:09.442440 #23095] [task:35] INFO -- : Processing package `postgres/b63fe0176a93609bd4ba44751ea490a3ee0f646c' dependencies
I, [2014-09-16T18:52:09.442518 #23095] [task:35] INFO -- : Job templates `cf/uaa' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.442561 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.442622 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.442676 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.442741 #23095] [task:35] INFO -- : Checking whether package `uaa/e95f22b7838e41bde03de3e10ffc5dddbfdfbd9a' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.443290 #23095] [task:35] DEBUG -- : (0.000162s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 9) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby","cd102a7fe440fd9eaeee99c6bc460b06884cbda6"]]')) LIMIT 1
I, [2014-09-16T18:52:09.443409 #23095] [task:35] INFO -- : Found compiled version of package `uaa/e95f22b7838e41bde03de3e10ffc5dddbfdfbd9a' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.443833 #23095] [task:35] DEBUG -- : (0.000140s) SELECT * FROM "packages" WHERE ("packages"."id" = 9) LIMIT 1
I, [2014-09-16T18:52:09.443965 #23095] [task:35] INFO -- : Processing package `uaa/e95f22b7838e41bde03de3e10ffc5dddbfdfbd9a' dependencies
I, [2014-09-16T18:52:09.444043 #23095] [task:35] INFO -- : Package `uaa/e95f22b7838e41bde03de3e10ffc5dddbfdfbd9a' depends on package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6'
I, [2014-09-16T18:52:09.444085 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444141 #23095] [task:35] INFO -- : Job templates `cf/uaa' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444192 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444250 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444303 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444355 #23095] [task:35] INFO -- : Checking whether package `uaa/e95f22b7838e41bde03de3e10ffc5dddbfdfbd9a' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444410 #23095] [task:35] INFO -- : Job templates `cf/login' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444448 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444500 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444551 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.444603 #23095] [task:35] INFO -- : Checking whether package `login/807573d35d71fb67eb10eb027b8aec5d07a19222' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.445159 #23095] [task:35] DEBUG -- : (0.000163s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 6) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby","cd102a7fe440fd9eaeee99c6bc460b06884cbda6"]]')) LIMIT 1
I, [2014-09-16T18:52:09.445277 #23095] [task:35] INFO -- : Found compiled version of package `login/807573d35d71fb67eb10eb027b8aec5d07a19222' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.445710 #23095] [task:35] DEBUG -- : (0.000140s) SELECT * FROM "packages" WHERE ("packages"."id" = 6) LIMIT 1
I, [2014-09-16T18:52:09.445842 #23095] [task:35] INFO -- : Processing package `login/807573d35d71fb67eb10eb027b8aec5d07a19222' dependencies
I, [2014-09-16T18:52:09.445914 #23095] [task:35] INFO -- : Package `login/807573d35d71fb67eb10eb027b8aec5d07a19222' depends on package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6'
I, [2014-09-16T18:52:09.445990 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446043 #23095] [task:35] INFO -- : Checking whether package `git/889205bef999ca6f078d4ee7b779186b45c1fa63' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446103 #23095] [task:35] INFO -- : Job templates `cf/login' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446143 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446197 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446249 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446308 #23095] [task:35] INFO -- : Checking whether package `login/807573d35d71fb67eb10eb027b8aec5d07a19222' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446361 #23095] [task:35] INFO -- : Checking whether package `git/889205bef999ca6f078d4ee7b779186b45c1fa63' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446418 #23095] [task:35] INFO -- : Job templates `cf/cloud_controller_ng', `cf/metron_agent' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446457 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.446509 #23095] [task:35] INFO -- : Checking whether package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.447133 #23095] [task:35] DEBUG -- : (0.000171s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 1) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["libpq","49cc7477fcf9a3fef7a1f61e1494b32288587ed8"],["mysqlclient","8b5d9ce287341048377997a9b3fe4ff3e6a1c68f"],["ruby","cd102a7fe440fd9eaeee99c6bc460b06884cbda6"],["sqlite","af44d44e58fffd069459cb63f6fcc37c6326e370"]]')) LIMIT 1
I, [2014-09-16T18:52:09.447265 #23095] [task:35] INFO -- : Found compiled version of package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.447682 #23095] [task:35] DEBUG -- : (0.000133s) SELECT * FROM "packages" WHERE ("packages"."id" = 1) LIMIT 1
I, [2014-09-16T18:52:09.447806 #23095] [task:35] INFO -- : Processing package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' dependencies
I, [2014-09-16T18:52:09.447883 #23095] [task:35] INFO -- : Package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' depends on package `libpq/49cc7477fcf9a3fef7a1f61e1494b32288587ed8'
I, [2014-09-16T18:52:09.447923 #23095] [task:35] INFO -- : Checking whether package `libpq/49cc7477fcf9a3fef7a1f61e1494b32288587ed8' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.448436 #23095] [task:35] DEBUG -- : (0.000151s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 13) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.448547 #23095] [task:35] INFO -- : Found compiled version of package `libpq/49cc7477fcf9a3fef7a1f61e1494b32288587ed8' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.448974 #23095] [task:35] DEBUG -- : (0.000137s) SELECT * FROM "packages" WHERE ("packages"."id" = 13) LIMIT 1
I, [2014-09-16T18:52:09.449094 #23095] [task:35] INFO -- : Processing package `libpq/49cc7477fcf9a3fef7a1f61e1494b32288587ed8' dependencies
I, [2014-09-16T18:52:09.449161 #23095] [task:35] INFO -- : Package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' depends on package `mysqlclient/8b5d9ce287341048377997a9b3fe4ff3e6a1c68f'
I, [2014-09-16T18:52:09.449200 #23095] [task:35] INFO -- : Checking whether package `mysqlclient/8b5d9ce287341048377997a9b3fe4ff3e6a1c68f' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.449705 #23095] [task:35] DEBUG -- : (0.000158s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 31) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.449814 #23095] [task:35] INFO -- : Found compiled version of package `mysqlclient/8b5d9ce287341048377997a9b3fe4ff3e6a1c68f' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.450229 #23095] [task:35] DEBUG -- : (0.000154s) SELECT * FROM "packages" WHERE ("packages"."id" = 31) LIMIT 1
I, [2014-09-16T18:52:09.450349 #23095] [task:35] INFO -- : Processing package `mysqlclient/8b5d9ce287341048377997a9b3fe4ff3e6a1c68f' dependencies
I, [2014-09-16T18:52:09.450421 #23095] [task:35] INFO -- : Package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' depends on package `sqlite/af44d44e58fffd069459cb63f6fcc37c6326e370'
I, [2014-09-16T18:52:09.450460 #23095] [task:35] INFO -- : Checking whether package `sqlite/af44d44e58fffd069459cb63f6fcc37c6326e370' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.450978 #23095] [task:35] DEBUG -- : (0.000172s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 42) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.451087 #23095] [task:35] INFO -- : Found compiled version of package `sqlite/af44d44e58fffd069459cb63f6fcc37c6326e370' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.451505 #23095] [task:35] DEBUG -- : (0.000128s) SELECT * FROM "packages" WHERE ("packages"."id" = 42) LIMIT 1
I, [2014-09-16T18:52:09.451626 #23095] [task:35] INFO -- : Processing package `sqlite/af44d44e58fffd069459cb63f6fcc37c6326e370' dependencies
I, [2014-09-16T18:52:09.451693 #23095] [task:35] INFO -- : Package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' depends on package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6'
I, [2014-09-16T18:52:09.451731 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.451790 #23095] [task:35] INFO -- : Checking whether package `nginx/385ce4eca93c53c163ea82204a28e96d851bb65d' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.452320 #23095] [task:35] DEBUG -- : (0.000145s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 7) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.452429 #23095] [task:35] INFO -- : Found compiled version of package `nginx/385ce4eca93c53c163ea82204a28e96d851bb65d' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.452816 #23095] [task:35] DEBUG -- : (0.000128s) SELECT * FROM "packages" WHERE ("packages"."id" = 7) LIMIT 1
I, [2014-09-16T18:52:09.452937 #23095] [task:35] INFO -- : Processing package `nginx/385ce4eca93c53c163ea82204a28e96d851bb65d' dependencies
I, [2014-09-16T18:52:09.453005 #23095] [task:35] INFO -- : Checking whether package `nginx_newrelic_plugin/d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.453502 #23095] [task:35] DEBUG -- : (0.000146s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 4) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby","cd102a7fe440fd9eaeee99c6bc460b06884cbda6"]]')) LIMIT 1
I, [2014-09-16T18:52:09.453612 #23095] [task:35] INFO -- : Found compiled version of package `nginx_newrelic_plugin/d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.453999 #23095] [task:35] DEBUG -- : (0.000128s) SELECT * FROM "packages" WHERE ("packages"."id" = 4) LIMIT 1
I, [2014-09-16T18:52:09.454120 #23095] [task:35] INFO -- : Processing package `nginx_newrelic_plugin/d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0' dependencies
I, [2014-09-16T18:52:09.454186 #23095] [task:35] INFO -- : Package `nginx_newrelic_plugin/d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0' depends on package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6'
I, [2014-09-16T18:52:09.454224 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.454273 #23095] [task:35] INFO -- : Checking whether package `libpq/49cc7477fcf9a3fef7a1f61e1494b32288587ed8' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.454318 #23095] [task:35] INFO -- : Checking whether package `mysqlclient/8b5d9ce287341048377997a9b3fe4ff3e6a1c68f' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.454357 #23095] [task:35] INFO -- : Checking whether package `sqlite/af44d44e58fffd069459cb63f6fcc37c6326e370' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.454393 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.454430 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.454480 #23095] [task:35] INFO -- : Checking whether package `buildpack_java/08d7aa96c476559aa088a2e1f1c3fd812c36e2aa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.454980 #23095] [task:35] DEBUG -- : (0.000151s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 28) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.455090 #23095] [task:35] INFO -- : Found compiled version of package `buildpack_java/08d7aa96c476559aa088a2e1f1c3fd812c36e2aa' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.455479 #23095] [task:35] DEBUG -- : (0.000128s) SELECT * FROM "packages" WHERE ("packages"."id" = 28) LIMIT 1
I, [2014-09-16T18:52:09.455601 #23095] [task:35] INFO -- : Processing package `buildpack_java/08d7aa96c476559aa088a2e1f1c3fd812c36e2aa' dependencies
I, [2014-09-16T18:52:09.455669 #23095] [task:35] INFO -- : Checking whether package `buildpack_java_offline/546631e74a24465152b8553672ef2e30841afeaa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.456174 #23095] [task:35] DEBUG -- : (0.000146s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 17) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.456284 #23095] [task:35] INFO -- : Found compiled version of package `buildpack_java_offline/546631e74a24465152b8553672ef2e30841afeaa' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.456673 #23095] [task:35] DEBUG -- : (0.000128s) SELECT * FROM "packages" WHERE ("packages"."id" = 17) LIMIT 1
I, [2014-09-16T18:52:09.456793 #23095] [task:35] INFO -- : Processing package `buildpack_java_offline/546631e74a24465152b8553672ef2e30841afeaa' dependencies
I, [2014-09-16T18:52:09.456862 #23095] [task:35] INFO -- : Checking whether package `buildpack_ruby/dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.457364 #23095] [task:35] DEBUG -- : (0.000146s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 26) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.457474 #23095] [task:35] INFO -- : Found compiled version of package `buildpack_ruby/dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.457862 #23095] [task:35] DEBUG -- : (0.000127s) SELECT * FROM "packages" WHERE ("packages"."id" = 26) LIMIT 1
I, [2014-09-16T18:52:09.457983 #23095] [task:35] INFO -- : Processing package `buildpack_ruby/dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866' dependencies
I, [2014-09-16T18:52:09.458051 #23095] [task:35] INFO -- : Checking whether package `buildpack_nodejs/bb0e4c1bb90effad1ffa50d2aa90e727a55039ff' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.458540 #23095] [task:35] DEBUG -- : (0.000145s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 5) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.458687 #23095] [task:35] INFO -- : Found compiled version of package `buildpack_nodejs/bb0e4c1bb90effad1ffa50d2aa90e727a55039ff' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.459106 #23095] [task:35] DEBUG -- : (0.000129s) SELECT * FROM "packages" WHERE ("packages"."id" = 5) LIMIT 1
I, [2014-09-16T18:52:09.459226 #23095] [task:35] INFO -- : Processing package `buildpack_nodejs/bb0e4c1bb90effad1ffa50d2aa90e727a55039ff' dependencies
I, [2014-09-16T18:52:09.459295 #23095] [task:35] INFO -- : Checking whether package `buildpack_go/80b345943f3219ed050beb4592a639e0e5a290b0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.459832 #23095] [task:35] DEBUG -- : (0.000149s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 39) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.459945 #23095] [task:35] INFO -- : Found compiled version of package `buildpack_go/80b345943f3219ed050beb4592a639e0e5a290b0' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.460383 #23095] [task:35] DEBUG -- : (0.000138s) SELECT * FROM "packages" WHERE ("packages"."id" = 39) LIMIT 1
I, [2014-09-16T18:52:09.460514 #23095] [task:35] INFO -- : Processing package `buildpack_go/80b345943f3219ed050beb4592a639e0e5a290b0' dependencies
I, [2014-09-16T18:52:09.460589 #23095] [task:35] INFO -- : Checking whether package `buildpack_python/d568479d7ef2a992f3e78a131e044ffe5a724b7b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.461117 #23095] [task:35] DEBUG -- : (0.000158s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 15) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.461236 #23095] [task:35] INFO -- : Found compiled version of package `buildpack_python/d568479d7ef2a992f3e78a131e044ffe5a724b7b' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.461660 #23095] [task:35] DEBUG -- : (0.000140s) SELECT * FROM "packages" WHERE ("packages"."id" = 15) LIMIT 1
I, [2014-09-16T18:52:09.461792 #23095] [task:35] INFO -- : Processing package `buildpack_python/d568479d7ef2a992f3e78a131e044ffe5a724b7b' dependencies
I, [2014-09-16T18:52:09.461876 #23095] [task:35] INFO -- : Checking whether package `buildpack_php/7ce5f94b4904cc67d9e5e964ffdab7f1572a7367' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.462421 #23095] [task:35] DEBUG -- : (0.000164s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 22) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.462556 #23095] [task:35] INFO -- : Found compiled version of package `buildpack_php/7ce5f94b4904cc67d9e5e964ffdab7f1572a7367' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.462997 #23095] [task:35] DEBUG -- : (0.000139s) SELECT * FROM "packages" WHERE ("packages"."id" = 22) LIMIT 1
I, [2014-09-16T18:52:09.463130 #23095] [task:35] INFO -- : Processing package `buildpack_php/7ce5f94b4904cc67d9e5e964ffdab7f1572a7367' dependencies
I, [2014-09-16T18:52:09.463206 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.463258 #23095] [task:35] INFO -- : Checking whether package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.463799 #23095] [task:35] DEBUG -- : (0.000159s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 14) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.463917 #23095] [task:35] INFO -- : Found compiled version of package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.464347 #23095] [task:35] DEBUG -- : (0.000139s) SELECT * FROM "packages" WHERE ("packages"."id" = 14) LIMIT 1
I, [2014-09-16T18:52:09.464481 #23095] [task:35] INFO -- : Processing package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' dependencies
I, [2014-09-16T18:52:09.464553 #23095] [task:35] INFO -- : Package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.464596 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.464661 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.464716 #23095] [task:35] INFO -- : Job templates `cf/cloud_controller_ng', `cf/metron_agent' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.464754 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.464808 #23095] [task:35] INFO -- : Checking whether package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.464860 #23095] [task:35] INFO -- : Checking whether package `nginx/385ce4eca93c53c163ea82204a28e96d851bb65d' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.464912 #23095] [task:35] INFO -- : Checking whether package `nginx_newrelic_plugin/d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.464972 #23095] [task:35] INFO -- : Checking whether package `libpq/49cc7477fcf9a3fef7a1f61e1494b32288587ed8' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465025 #23095] [task:35] INFO -- : Checking whether package `mysqlclient/8b5d9ce287341048377997a9b3fe4ff3e6a1c68f' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465077 #23095] [task:35] INFO -- : Checking whether package `sqlite/af44d44e58fffd069459cb63f6fcc37c6326e370' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465128 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465181 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465234 #23095] [task:35] INFO -- : Checking whether package `buildpack_java/08d7aa96c476559aa088a2e1f1c3fd812c36e2aa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465286 #23095] [task:35] INFO -- : Checking whether package `buildpack_java_offline/546631e74a24465152b8553672ef2e30841afeaa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465337 #23095] [task:35] INFO -- : Checking whether package `buildpack_ruby/dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465388 #23095] [task:35] INFO -- : Checking whether package `buildpack_nodejs/bb0e4c1bb90effad1ffa50d2aa90e727a55039ff' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465439 #23095] [task:35] INFO -- : Checking whether package `buildpack_go/80b345943f3219ed050beb4592a639e0e5a290b0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465497 #23095] [task:35] INFO -- : Checking whether package `buildpack_python/d568479d7ef2a992f3e78a131e044ffe5a724b7b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465550 #23095] [task:35] INFO -- : Checking whether package `buildpack_php/7ce5f94b4904cc67d9e5e964ffdab7f1572a7367' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465601 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465644 #23095] [task:35] INFO -- : Checking whether package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465694 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465743 #23095] [task:35] INFO -- : Job templates `cf/cloud_controller_clock', `cf/metron_agent' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465780 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465832 #23095] [task:35] INFO -- : Checking whether package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465882 #23095] [task:35] INFO -- : Checking whether package `nginx/385ce4eca93c53c163ea82204a28e96d851bb65d' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.465940 #23095] [task:35] INFO -- : Checking whether package `nginx_newrelic_plugin/d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466004 #23095] [task:35] INFO -- : Checking whether package `libpq/49cc7477fcf9a3fef7a1f61e1494b32288587ed8' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466067 #23095] [task:35] INFO -- : Checking whether package `mysqlclient/8b5d9ce287341048377997a9b3fe4ff3e6a1c68f' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466128 #23095] [task:35] INFO -- : Checking whether package `sqlite/af44d44e58fffd069459cb63f6fcc37c6326e370' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466188 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466237 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466285 #23095] [task:35] INFO -- : Checking whether package `buildpack_java/08d7aa96c476559aa088a2e1f1c3fd812c36e2aa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466333 #23095] [task:35] INFO -- : Checking whether package `buildpack_java_offline/546631e74a24465152b8553672ef2e30841afeaa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466380 #23095] [task:35] INFO -- : Checking whether package `buildpack_ruby/dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466433 #23095] [task:35] INFO -- : Checking whether package `buildpack_nodejs/bb0e4c1bb90effad1ffa50d2aa90e727a55039ff' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466481 #23095] [task:35] INFO -- : Checking whether package `buildpack_go/80b345943f3219ed050beb4592a639e0e5a290b0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466529 #23095] [task:35] INFO -- : Checking whether package `buildpack_python/d568479d7ef2a992f3e78a131e044ffe5a724b7b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466577 #23095] [task:35] INFO -- : Checking whether package `buildpack_php/7ce5f94b4904cc67d9e5e964ffdab7f1572a7367' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466625 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466665 #23095] [task:35] INFO -- : Checking whether package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466712 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466771 #23095] [task:35] INFO -- : Job templates `cf/cloud_controller_worker', `cf/metron_agent' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466806 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466855 #23095] [task:35] INFO -- : Checking whether package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466912 #23095] [task:35] INFO -- : Checking whether package `nginx/385ce4eca93c53c163ea82204a28e96d851bb65d' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.466960 #23095] [task:35] INFO -- : Checking whether package `nginx_newrelic_plugin/d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467016 #23095] [task:35] INFO -- : Checking whether package `libpq/49cc7477fcf9a3fef7a1f61e1494b32288587ed8' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467063 #23095] [task:35] INFO -- : Checking whether package `mysqlclient/8b5d9ce287341048377997a9b3fe4ff3e6a1c68f' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467124 #23095] [task:35] INFO -- : Checking whether package `sqlite/af44d44e58fffd069459cb63f6fcc37c6326e370' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467187 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467242 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467295 #23095] [task:35] INFO -- : Checking whether package `buildpack_java/08d7aa96c476559aa088a2e1f1c3fd812c36e2aa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467347 #23095] [task:35] INFO -- : Checking whether package `buildpack_java_offline/546631e74a24465152b8553672ef2e30841afeaa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467406 #23095] [task:35] INFO -- : Checking whether package `buildpack_ruby/dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467495 #23095] [task:35] INFO -- : Checking whether package `buildpack_nodejs/bb0e4c1bb90effad1ffa50d2aa90e727a55039ff' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467594 #23095] [task:35] INFO -- : Checking whether package `buildpack_go/80b345943f3219ed050beb4592a639e0e5a290b0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467707 #23095] [task:35] INFO -- : Checking whether package `buildpack_python/d568479d7ef2a992f3e78a131e044ffe5a724b7b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467778 #23095] [task:35] INFO -- : Checking whether package `buildpack_php/7ce5f94b4904cc67d9e5e964ffdab7f1572a7367' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467859 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.467952 #23095] [task:35] INFO -- : Checking whether package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468066 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468137 #23095] [task:35] INFO -- : Job templates `cf/cloud_controller_worker', `cf/metron_agent' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468195 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468253 #23095] [task:35] INFO -- : Checking whether package `cloud_controller_ng/1c33a52d1e4a80e829a16f40dc0d11fc01ae42ba' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468306 #23095] [task:35] INFO -- : Checking whether package `nginx/385ce4eca93c53c163ea82204a28e96d851bb65d' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468359 #23095] [task:35] INFO -- : Checking whether package `nginx_newrelic_plugin/d3b2bdf36a2c5553e9fefcda0a93d0bed04c71c0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468411 #23095] [task:35] INFO -- : Checking whether package `libpq/49cc7477fcf9a3fef7a1f61e1494b32288587ed8' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468463 #23095] [task:35] INFO -- : Checking whether package `mysqlclient/8b5d9ce287341048377997a9b3fe4ff3e6a1c68f' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468515 #23095] [task:35] INFO -- : Checking whether package `sqlite/af44d44e58fffd069459cb63f6fcc37c6326e370' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468567 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468621 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468680 #23095] [task:35] INFO -- : Checking whether package `buildpack_java/08d7aa96c476559aa088a2e1f1c3fd812c36e2aa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468734 #23095] [task:35] INFO -- : Checking whether package `buildpack_java_offline/546631e74a24465152b8553672ef2e30841afeaa' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468787 #23095] [task:35] INFO -- : Checking whether package `buildpack_ruby/dafbc4b72dfcdf5d19487dbcd5451d8cbe2e8866' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468873 #23095] [task:35] INFO -- : Checking whether package `buildpack_nodejs/bb0e4c1bb90effad1ffa50d2aa90e727a55039ff' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.468975 #23095] [task:35] INFO -- : Checking whether package `buildpack_go/80b345943f3219ed050beb4592a639e0e5a290b0' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.469057 #23095] [task:35] INFO -- : Checking whether package `buildpack_python/d568479d7ef2a992f3e78a131e044ffe5a724b7b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.469135 #23095] [task:35] INFO -- : Checking whether package `buildpack_php/7ce5f94b4904cc67d9e5e964ffdab7f1572a7367' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.469225 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.469271 #23095] [task:35] INFO -- : Checking whether package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.469324 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.469371 #23095] [task:35] INFO -- : Job templates `cf/hm9000' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.469409 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.469472 #23095] [task:35] INFO -- : Checking whether package `hm9000/9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.470068 #23095] [task:35] DEBUG -- : (0.000171s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 37) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["git","889205bef999ca6f078d4ee7b779186b45c1fa63"],["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.470191 #23095] [task:35] INFO -- : Found compiled version of package `hm9000/9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.470630 #23095] [task:35] DEBUG -- : (0.000145s) SELECT * FROM "packages" WHERE ("packages"."id" = 37) LIMIT 1
I, [2014-09-16T18:52:09.470778 #23095] [task:35] INFO -- : Processing package `hm9000/9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159' dependencies
I, [2014-09-16T18:52:09.470858 #23095] [task:35] INFO -- : Package `hm9000/9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.470901 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.470968 #23095] [task:35] INFO -- : Package `hm9000/9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159' depends on package `git/889205bef999ca6f078d4ee7b779186b45c1fa63'
I, [2014-09-16T18:52:09.471008 #23095] [task:35] INFO -- : Checking whether package `git/889205bef999ca6f078d4ee7b779186b45c1fa63' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.471065 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.471127 #23095] [task:35] INFO -- : Job templates `cf/hm9000' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.471168 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.471223 #23095] [task:35] INFO -- : Checking whether package `hm9000/9595c4c0e16a261ccbeaea9b8edf6e87c3eaf159' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.471275 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.471336 #23095] [task:35] INFO -- : Job templates `cf/dea_next', `cf/dea_logging_agent', `cf/metron_agent' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.471376 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.471430 #23095] [task:35] INFO -- : Checking whether package `dea_next/d160d6e729916e6de0114b1b5533f982a55f31c5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.472026 #23095] [task:35] DEBUG -- : (0.000173s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 27) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"],["ruby","cd102a7fe440fd9eaeee99c6bc460b06884cbda6"]]')) LIMIT 1
I, [2014-09-16T18:52:09.472155 #23095] [task:35] INFO -- : Found compiled version of package `dea_next/d160d6e729916e6de0114b1b5533f982a55f31c5' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.472610 #23095] [task:35] DEBUG -- : (0.000146s) SELECT * FROM "packages" WHERE ("packages"."id" = 27) LIMIT 1
I, [2014-09-16T18:52:09.472744 #23095] [task:35] INFO -- : Processing package `dea_next/d160d6e729916e6de0114b1b5533f982a55f31c5' dependencies
I, [2014-09-16T18:52:09.472819 #23095] [task:35] INFO -- : Package `dea_next/d160d6e729916e6de0114b1b5533f982a55f31c5' depends on package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6'
I, [2014-09-16T18:52:09.472861 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.472922 #23095] [task:35] INFO -- : Package `dea_next/d160d6e729916e6de0114b1b5533f982a55f31c5' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.472960 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.473017 #23095] [task:35] INFO -- : Checking whether package `warden/5e6d50d31a878ee58e3fbfe397edd50a3877587b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.473566 #23095] [task:35] DEBUG -- : (0.000163s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 2) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["ruby","cd102a7fe440fd9eaeee99c6bc460b06884cbda6"]]')) LIMIT 1
I, [2014-09-16T18:52:09.473692 #23095] [task:35] INFO -- : Found compiled version of package `warden/5e6d50d31a878ee58e3fbfe397edd50a3877587b' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.474123 #23095] [task:35] DEBUG -- : (0.000142s) SELECT * FROM "packages" WHERE ("packages"."id" = 2) LIMIT 1
I, [2014-09-16T18:52:09.474257 #23095] [task:35] INFO -- : Processing package `warden/5e6d50d31a878ee58e3fbfe397edd50a3877587b' dependencies
I, [2014-09-16T18:52:09.474329 #23095] [task:35] INFO -- : Package `warden/5e6d50d31a878ee58e3fbfe397edd50a3877587b' depends on package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6'
I, [2014-09-16T18:52:09.474371 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.474424 #23095] [task:35] INFO -- : Checking whether package `rootfs_lucid64/053c40914ab425794131d7d2c57943588d1e80be' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.474973 #23095] [task:35] DEBUG -- : (0.000166s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 32) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.475094 #23095] [task:35] INFO -- : Found compiled version of package `rootfs_lucid64/053c40914ab425794131d7d2c57943588d1e80be' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.475521 #23095] [task:35] DEBUG -- : (0.000141s) SELECT * FROM "packages" WHERE ("packages"."id" = 32) LIMIT 1
I, [2014-09-16T18:52:09.475654 #23095] [task:35] INFO -- : Processing package `rootfs_lucid64/053c40914ab425794131d7d2c57943588d1e80be' dependencies
I, [2014-09-16T18:52:09.475730 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.475783 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.475842 #23095] [task:35] INFO -- : Checking whether package `buildpack_cache/4ced0bc62f12dcaa79121718ca3525253ede33b5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.476389 #23095] [task:35] DEBUG -- : (0.000161s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 25) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.476509 #23095] [task:35] INFO -- : Found compiled version of package `buildpack_cache/4ced0bc62f12dcaa79121718ca3525253ede33b5' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.476939 #23095] [task:35] DEBUG -- : (0.000140s) SELECT * FROM "packages" WHERE ("packages"."id" = 25) LIMIT 1
I, [2014-09-16T18:52:09.477081 #23095] [task:35] INFO -- : Processing package `buildpack_cache/4ced0bc62f12dcaa79121718ca3525253ede33b5' dependencies
I, [2014-09-16T18:52:09.477164 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.477218 #23095] [task:35] INFO -- : Checking whether package `dea_logging_agent/2051268d56c29c3ef321fe3d5f4f2742a045c607' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.477766 #23095] [task:35] DEBUG -- : (0.000160s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 33) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.477895 #23095] [task:35] INFO -- : Found compiled version of package `dea_logging_agent/2051268d56c29c3ef321fe3d5f4f2742a045c607' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.478342 #23095] [task:35] DEBUG -- : (0.000140s) SELECT * FROM "packages" WHERE ("packages"."id" = 33) LIMIT 1
I, [2014-09-16T18:52:09.478475 #23095] [task:35] INFO -- : Processing package `dea_logging_agent/2051268d56c29c3ef321fe3d5f4f2742a045c607' dependencies
I, [2014-09-16T18:52:09.478564 #23095] [task:35] INFO -- : Package `dea_logging_agent/2051268d56c29c3ef321fe3d5f4f2742a045c607' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.478606 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.478660 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.478707 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.478768 #23095] [task:35] INFO -- : Checking whether package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.478825 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.478881 #23095] [task:35] INFO -- : Job templates `cf/dea_next', `cf/dea_logging_agent', `cf/metron_agent' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.478921 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.478985 #23095] [task:35] INFO -- : Checking whether package `dea_next/d160d6e729916e6de0114b1b5533f982a55f31c5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479039 #23095] [task:35] INFO -- : Checking whether package `warden/5e6d50d31a878ee58e3fbfe397edd50a3877587b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479091 #23095] [task:35] INFO -- : Checking whether package `rootfs_lucid64/053c40914ab425794131d7d2c57943588d1e80be' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479143 #23095] [task:35] INFO -- : Checking whether package `ruby/cd102a7fe440fd9eaeee99c6bc460b06884cbda6' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479197 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479251 #23095] [task:35] INFO -- : Checking whether package `buildpack_cache/4ced0bc62f12dcaa79121718ca3525253ede33b5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479305 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479351 #23095] [task:35] INFO -- : Checking whether package `dea_logging_agent/2051268d56c29c3ef321fe3d5f4f2742a045c607' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479402 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479447 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479498 #23095] [task:35] INFO -- : Checking whether package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479551 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479608 #23095] [task:35] INFO -- : Job templates `cf/loggregator' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479645 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.479699 #23095] [task:35] INFO -- : Checking whether package `loggregator/c01225507d5c1ccf9db284965892a6cfffe5aa2d' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.480264 #23095] [task:35] DEBUG -- : (0.000165s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 20) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.480387 #23095] [task:35] INFO -- : Found compiled version of package `loggregator/c01225507d5c1ccf9db284965892a6cfffe5aa2d' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.480820 #23095] [task:35] DEBUG -- : (0.000143s) SELECT * FROM "packages" WHERE ("packages"."id" = 20) LIMIT 1
I, [2014-09-16T18:52:09.480954 #23095] [task:35] INFO -- : Processing package `loggregator/c01225507d5c1ccf9db284965892a6cfffe5aa2d' dependencies
I, [2014-09-16T18:52:09.481027 #23095] [task:35] INFO -- : Package `loggregator/c01225507d5c1ccf9db284965892a6cfffe5aa2d' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.481070 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.481136 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.481200 #23095] [task:35] INFO -- : Job templates `cf/loggregator' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.481240 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.481296 #23095] [task:35] INFO -- : Checking whether package `loggregator/c01225507d5c1ccf9db284965892a6cfffe5aa2d' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.481349 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.481409 #23095] [task:35] INFO -- : Job templates `cf/loggregator_trafficcontroller' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.481447 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.481502 #23095] [task:35] INFO -- : Checking whether package `loggregator_trafficcontroller/ee06e487905742ebd73273c0387ac72f5313157b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.482075 #23095] [task:35] DEBUG -- : (0.000181s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 30) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.482198 #23095] [task:35] INFO -- : Found compiled version of package `loggregator_trafficcontroller/ee06e487905742ebd73273c0387ac72f5313157b' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.482618 #23095] [task:35] DEBUG -- : (0.000133s) SELECT * FROM "packages" WHERE ("packages"."id" = 30) LIMIT 1
I, [2014-09-16T18:52:09.482757 #23095] [task:35] INFO -- : Processing package `loggregator_trafficcontroller/ee06e487905742ebd73273c0387ac72f5313157b' dependencies
I, [2014-09-16T18:52:09.482827 #23095] [task:35] INFO -- : Package `loggregator_trafficcontroller/ee06e487905742ebd73273c0387ac72f5313157b' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.482868 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.482930 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.482990 #23095] [task:35] INFO -- : Job templates `cf/loggregator_trafficcontroller' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.483028 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.483080 #23095] [task:35] INFO -- : Checking whether package `loggregator_trafficcontroller/ee06e487905742ebd73273c0387ac72f5313157b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.483138 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.483203 #23095] [task:35] INFO -- : Job templates `cf/gorouter', `cf/metron_agent' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.483240 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.483292 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.483342 #23095] [task:35] INFO -- : Checking whether package `gorouter/626050640d8da78ffa2724b34f1322115442e21d' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.483859 #23095] [task:35] DEBUG -- : (0.000153s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 19) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.483972 #23095] [task:35] INFO -- : Found compiled version of package `gorouter/626050640d8da78ffa2724b34f1322115442e21d' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.484388 #23095] [task:35] DEBUG -- : (0.000144s) SELECT * FROM "packages" WHERE ("packages"."id" = 19) LIMIT 1
I, [2014-09-16T18:52:09.484552 #23095] [task:35] INFO -- : Processing package `gorouter/626050640d8da78ffa2724b34f1322115442e21d' dependencies
I, [2014-09-16T18:52:09.484668 #23095] [task:35] INFO -- : Package `gorouter/626050640d8da78ffa2724b34f1322115442e21d' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.484722 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.484779 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.484838 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.484897 #23095] [task:35] INFO -- : Checking whether package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.484968 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485033 #23095] [task:35] INFO -- : Job templates `cf/gorouter', `cf/metron_agent' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485073 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485129 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485182 #23095] [task:35] INFO -- : Checking whether package `gorouter/626050640d8da78ffa2724b34f1322115442e21d' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485234 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485289 #23095] [task:35] INFO -- : Checking whether package `common/51c0a25512aa6e61c321a004e80ece95bf77e145' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485336 #23095] [task:35] INFO -- : Checking whether package `metron_agent/42610926a69baa881d4e8df637125738e2ebfbb5' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485387 #23095] [task:35] INFO -- : Checking whether package `syslog_aggregator/4d4111ba19a8e7875184462d178fddb44fa87440' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485435 #23095] [task:35] INFO -- : Job templates `cf/acceptance-tests' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485472 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.485524 #23095] [task:35] INFO -- : Checking whether package `cli/ec2ffd170251323e6ee11efbd8f5e61603aa6283' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.486070 #23095] [task:35] DEBUG -- : (0.000173s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 3) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2014-09-16T18:52:09.486190 #23095] [task:35] INFO -- : Found compiled version of package `cli/ec2ffd170251323e6ee11efbd8f5e61603aa6283' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.486617 #23095] [task:35] DEBUG -- : (0.000140s) SELECT * FROM "packages" WHERE ("packages"."id" = 3) LIMIT 1
I, [2014-09-16T18:52:09.486764 #23095] [task:35] INFO -- : Processing package `cli/ec2ffd170251323e6ee11efbd8f5e61603aa6283' dependencies
I, [2014-09-16T18:52:09.486841 #23095] [task:35] INFO -- : Checking whether package `acceptance-tests/c99fc47e228bbd9628f973478376b6b1e5de0a3b' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.487424 #23095] [task:35] DEBUG -- : (0.000162s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 8) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["cli","ec2ffd170251323e6ee11efbd8f5e61603aa6283"],["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.487544 #23095] [task:35] INFO -- : Found compiled version of package `acceptance-tests/c99fc47e228bbd9628f973478376b6b1e5de0a3b' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.487973 #23095] [task:35] DEBUG -- : (0.000141s) SELECT * FROM "packages" WHERE ("packages"."id" = 8) LIMIT 1
I, [2014-09-16T18:52:09.488112 #23095] [task:35] INFO -- : Processing package `acceptance-tests/c99fc47e228bbd9628f973478376b6b1e5de0a3b' dependencies
I, [2014-09-16T18:52:09.488189 #23095] [task:35] INFO -- : Package `acceptance-tests/c99fc47e228bbd9628f973478376b6b1e5de0a3b' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.488232 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.488281 #23095] [task:35] INFO -- : Package `acceptance-tests/c99fc47e228bbd9628f973478376b6b1e5de0a3b' depends on package `cli/ec2ffd170251323e6ee11efbd8f5e61603aa6283'
I, [2014-09-16T18:52:09.488318 #23095] [task:35] INFO -- : Checking whether package `cli/ec2ffd170251323e6ee11efbd8f5e61603aa6283' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.488368 #23095] [task:35] INFO -- : Job templates `cf/smoke-tests' need to run on stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.488407 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.488463 #23095] [task:35] INFO -- : Checking whether package `cli/ec2ffd170251323e6ee11efbd8f5e61603aa6283' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.488516 #23095] [task:35] INFO -- : Checking whether package `smoke-tests/e01d9d4046d95f59c66a7a47f8f0650ca6c5d487' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.489085 #23095] [task:35] DEBUG -- : (0.000169s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 16) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["cli","ec2ffd170251323e6ee11efbd8f5e61603aa6283"],["golang","aa5f90f06ada376085414bfc0c56c8cd67abba9c"]]')) LIMIT 1
I, [2014-09-16T18:52:09.489206 #23095] [task:35] INFO -- : Found compiled version of package `smoke-tests/e01d9d4046d95f59c66a7a47f8f0650ca6c5d487' for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
D, [2014-09-16T18:52:09.489634 #23095] [task:35] DEBUG -- : (0.000141s) SELECT * FROM "packages" WHERE ("packages"."id" = 16) LIMIT 1
I, [2014-09-16T18:52:09.489767 #23095] [task:35] INFO -- : Processing package `smoke-tests/e01d9d4046d95f59c66a7a47f8f0650ca6c5d487' dependencies
I, [2014-09-16T18:52:09.489843 #23095] [task:35] INFO -- : Package `smoke-tests/e01d9d4046d95f59c66a7a47f8f0650ca6c5d487' depends on package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c'
I, [2014-09-16T18:52:09.489886 #23095] [task:35] INFO -- : Checking whether package `golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.489935 #23095] [task:35] INFO -- : Package `smoke-tests/e01d9d4046d95f59c66a7a47f8f0650ca6c5d487' depends on package `cli/ec2ffd170251323e6ee11efbd8f5e61603aa6283'
I, [2014-09-16T18:52:09.489972 #23095] [task:35] INFO -- : Checking whether package `cli/ec2ffd170251323e6ee11efbd8f5e61603aa6283' needs to be compiled for stemcell `bosh-vsphere-esxi-ubuntu-trusty-go_agent/2652'
I, [2014-09-16T18:52:09.490148 #23095] [task:35] INFO -- : All packages are already compiled
D, [2014-09-16T18:52:09.490652 #23095] [task:35] DEBUG -- : (0.000177s) SELECT * FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'smoke_tests') AND ("index" = 0)) LIMIT 1
D, [2014-09-16T18:52:09.492015 #23095] [task:35] DEBUG -- : (0.000251s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'smoke_tests') AND ("index" = 0)) LIMIT 1
D, [2014-09-16T18:52:09.492262 #23095] [task:35] DEBUG -- : (0.000056s) BEGIN
D, [2014-09-16T18:52:09.493116 #23095] [task:35] DEBUG -- : (0.000464s) INSERT INTO "instances" ("deployment_id", "job", "index", "state") VALUES (2, 'smoke_tests', 0, 'started') RETURNING *
D, [2014-09-16T18:52:09.494094 #23095] [task:35] DEBUG -- : (0.000831s) COMMIT
I, [2014-09-16T18:52:09.494221 #23095] [task:35] INFO -- : ResourcePool `small_errand' - Adding allocated VM (index=0)
I, [2014-09-16T18:52:09.494281 #23095] [task:35] INFO -- : Starting to update resource pool
I, [2014-09-16T18:52:09.494370 #23095] [task:35] INFO -- : Deleting 0 extra VMs
D, [2014-09-16T18:52:09.494407 #23095] [task:35] DEBUG -- : Waiting for tasks to complete
I, [2014-09-16T18:52:09.494668 #23095] [task:35] INFO -- : Deleting 0 outdated idle VMs
D, [2014-09-16T18:52:09.494794 #23095] [task:35] DEBUG -- : Waiting for tasks to complete
I, [2014-09-16T18:52:09.494853 #23095] [task:35] INFO -- : Creating 0 missing VMs
D, [2014-09-16T18:52:09.494888 #23095] [task:35] DEBUG -- : Waiting for tasks to complete
D, [2014-09-16T18:52:09.494925 #23095] [task:35] DEBUG -- : Shutting down pool
I, [2014-09-16T18:52:09.494957 #23095] [task:35] INFO -- : Starting to update job instances
D, [2014-09-16T18:52:09.502108 #23095] [task:35] DEBUG -- : (0.000112s) SET standard_conforming_strings = ON
D, [2014-09-16T18:52:09.502272 #23095] [task:35] DEBUG -- : (0.000067s) SET client_min_messages = 'WARNING'
D, [2014-09-16T18:52:09.502396 #23095] [task:35] DEBUG -- : (0.000065s) SET DateStyle = 'ISO'
D, [2014-09-16T18:52:09.506138 #23095] [task:35] DEBUG -- : (0.002897s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'domains') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
D, [2014-09-16T18:52:09.566084 #23095] [task:35] DEBUG -- : (0.001576s) SELECT "pg_attribute"."attname" AS "name", CAST("pg_attribute"."atttypid" AS integer) AS "oid", format_type("pg_type"."oid", "pg_attribute"."atttypmod") AS "db_type", pg_get_expr("pg_attrdef"."adbin", "pg_class"."oid") AS "default", NOT "pg_attribute"."attnotnull" AS "allow_null", COALESCE(("pg_attribute"."attnum" = ANY("pg_index"."indkey")), false) AS "primary_key", "pg_namespace"."nspname" FROM "pg_class" INNER JOIN "pg_attribute" ON ("pg_attribute"."attrelid" = "pg_class"."oid") INNER JOIN "pg_type" ON ("pg_type"."oid" = "pg_attribute"."atttypid") INNER JOIN "pg_namespace" ON ("pg_namespace"."oid" = "pg_class"."relnamespace") LEFT OUTER JOIN "pg_attrdef" ON (("pg_attrdef"."adrelid" = "pg_class"."oid") AND ("pg_attrdef"."adnum" = "pg_attribute"."attnum")) LEFT OUTER JOIN "pg_index" ON (("pg_index"."indrelid" = "pg_class"."oid") AND ("pg_index"."indisprimary" IS TRUE)) WHERE (("pg_attribute"."attisdropped" IS FALSE) AND ("pg_attribute"."attnum" > 0) AND ("pg_class"."relname" = 'records') AND ("pg_namespace"."nspname" !~* 'pg_*|information_schema')) ORDER BY "pg_attribute"."attnum"
D, [2014-09-16T18:52:09.568665 #23095] [task:35] DEBUG -- : (0.000728s) SELECT * FROM "domains" WHERE (("name" = 'microbosh') AND ("type" = 'NATIVE')) LIMIT 1
D, [2014-09-16T18:52:09.569410 #23095] [task:35] DEBUG -- : (0.000345s) SELECT * FROM "records" WHERE (("domain_id" = 1) AND ("name" = 'microbosh') AND ("type" = 'SOA')) LIMIT 1
D, [2014-09-16T18:52:09.569707 #23095] [task:35] DEBUG -- : (0.000056s) BEGIN
D, [2014-09-16T18:52:09.570362 #23095] [task:35] DEBUG -- : (0.000266s) UPDATE "records" SET "name" = 'microbosh', "type" = 'SOA', "content" = 'localhost hostmaster@localhost 0 10800 604800 30', "ttl" = 300, "prio" = NULL, "change_date" = NULL, "domain_id" = 1 WHERE ("id" = 1)
D, [2014-09-16T18:52:09.571570 #23095] [task:35] DEBUG -- : (0.001097s) COMMIT
D, [2014-09-16T18:52:09.572202 #23095] [task:35] DEBUG -- : (0.000213s) SELECT * FROM "records" WHERE (("domain_id" = 1) AND ("name" = 'microbosh') AND ("type" = 'NS') AND ("ttl" = 14400) AND ("content" = 'ns.microbosh')) LIMIT 1
D, [2014-09-16T18:52:09.572846 #23095] [task:35] DEBUG -- : (0.000174s) SELECT * FROM "records" WHERE (("domain_id" = 1) AND ("name" = 'ns.microbosh') AND ("type" = 'A') AND ("ttl" = 14400) AND ("content" IS NULL)) LIMIT 1
D, [2014-09-16T18:52:09.573012 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:52:09.573093 #23095] [task:35] DEBUG -- : Waiting for tasks to complete
I, [2014-09-16T18:52:09.573352 #23095] [0x29a89ac] INFO -- : Applying partial VM state
D, [2014-09-16T18:52:09.573939 #23095] [0x29a89ac] DEBUG -- : (0.000209s) SELECT * FROM "vms" WHERE ("agent_id" = '9c3bd91a-b08f-4562-a0ef-2f2c12d85880') LIMIT 1
D, [2014-09-16T18:52:09.574245 #23095] [0x29a89ac] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"apply","arguments":[{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"smoke_tests","templates":[{"name":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"}],"template":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"},"packages":{},"configuration_hash":"","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"gateway":"10.230.16.1","ip":"10.230.18.124","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"name":"small_errand","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"","blobstore_id":""},"agent_id":"9c3bd91a-b08f-4562-a0ef-2f2c12d85880","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234"},"ntp":{"offset":"-0.000993","timestamp":"16 Sep 18:48:25"}}],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.ae7b41a8-40d7-4b02-96f4-26da569f0f54"}
D, [2014-09-16T18:52:09.576695 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.ae7b41a8-40d7-4b02-96f4-26da569f0f54 {"value":{"agent_task_id":"65998cb1-126d-447f-7baa-56367065dfa6","state":"running"}}
D, [2014-09-16T18:52:09.576987 #23095] [0x29a89ac] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["65998cb1-126d-447f-7baa-56367065dfa6"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.0adee02e-aade-4657-83d7-a2dc0928b7eb"}
D, [2014-09-16T18:52:09.578961 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.0adee02e-aade-4657-83d7-a2dc0928b7eb {"value":"applied"}
D, [2014-09-16T18:52:09.579227 #23095] [0x29a89ac] DEBUG -- : (0.000056s) BEGIN
D, [2014-09-16T18:52:09.580505 #23095] [0x29a89ac] DEBUG -- : (0.000216s) SELECT COUNT(*) AS "count" FROM "vms" WHERE (("agent_id" = '9c3bd91a-b08f-4562-a0ef-2f2c12d85880') AND ("id" != 54)) LIMIT 1
D, [2014-09-16T18:52:09.581086 #23095] [0x29a89ac] DEBUG -- : (0.000223s) UPDATE "vms" SET "apply_spec_json" = '{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"smoke_tests","templates":[{"name":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"}],"template":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"},"packages":{},"configuration_hash":"","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"gateway":"10.230.16.1","ip":"10.230.18.124","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"name":"small_errand","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"","blobstore_id":""},"agent_id":"9c3bd91a-b08f-4562-a0ef-2f2c12d85880","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234"},"ntp":{"offset":"-0.000993","timestamp":"16 Sep 18:48:25"}}' WHERE ("id" = 54)
D, [2014-09-16T18:52:09.582019 #23095] [0x29a89ac] DEBUG -- : (0.000193s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'smoke_tests') AND ("index" = 0) AND ("id" != 94)) LIMIT 1
D, [2014-09-16T18:52:09.582661 #23095] [0x29a89ac] DEBUG -- : (0.000139s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("vm_id" = 54) AND ("id" != 94)) LIMIT 1
D, [2014-09-16T18:52:09.583349 #23095] [0x29a89ac] DEBUG -- : (0.000310s) UPDATE "instances" SET "vm_id" = 54 WHERE ("id" = 94)
D, [2014-09-16T18:52:09.584389 #23095] [0x29a89ac] DEBUG -- : (0.000939s) COMMIT
D, [2014-09-16T18:52:09.584524 #23095] [0x29a89ac] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:52:09.584614 #23095] [task:35] DEBUG -- : Shutting down pool
D, [2014-09-16T18:52:09.585113 #23095] [task:35] DEBUG -- : Downloading template `smoke-tests' (d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1)...
D, [2014-09-16T18:52:09.588549 #23095] [task:35] DEBUG -- : Template `smoke-tests' downloaded to /var/vcap/data/tmp/director/template-d3d47ca5-a1a4-4ace-ad17-537944218ecb (took 0.003378093s)
D, [2014-09-16T18:52:09.601193 #23095] [task:35] DEBUG -- : (0.000583s) SELECT * FROM "rendered_templates_archives" WHERE ("rendered_templates_archives"."instance_id" = 94) ORDER BY "created_at" DESC LIMIT 1
D, [2014-09-16T18:52:09.648295 #23095] [task:35] DEBUG -- : (0.000086s) BEGIN
D, [2014-09-16T18:52:09.649247 #23095] [task:35] DEBUG -- : (0.000443s) INSERT INTO "rendered_templates_archives" ("blobstore_id", "sha1", "content_sha1", "created_at", "instance_id") VALUES ('e68fb78a-0c0f-496b-8301-dac7370d5657', '15477910042a2f47696723674bcd5805f5781168', '3f27deac89e3b720365a2dc46a910fb4a91ec9cf', '2014-09-16 18:52:09.647358+0000', 94) RETURNING *
D, [2014-09-16T18:52:09.650486 #23095] [task:35] DEBUG -- : (0.000963s) COMMIT
I, [2014-09-16T18:52:09.650739 #23095] [task:35] INFO -- : Deleting no longer needed instances
D, [2014-09-16T18:52:09.651652 #23095] [task:35] DEBUG -- : (0.000150s) SELECT * FROM "persistent_disks" WHERE ("persistent_disks"."instance_id" = 94)
D, [2014-09-16T18:52:09.652506 #23095] [task:35] DEBUG -- : (0.000221s) SELECT * FROM "records" WHERE (("name" = '0.smoke-tests.cf1.test.microbosh') AND ("type" = 'A') AND ("content" = '10.230.18.124')) LIMIT 1
I, [2014-09-16T18:52:09.652624 #23095] [task:35] INFO -- : Found 1 instances to update
I, [2014-09-16T18:52:09.652717 #23095] [task:35] INFO -- : Starting canary update num_canaries=1
D, [2014-09-16T18:52:09.652779 #23095] [task:35] DEBUG -- : Creating new thread
I, [2014-09-16T18:52:09.652861 #23095] [task:35] INFO -- : Waiting for canaries to update
D, [2014-09-16T18:52:09.652911 #23095] [task:35] DEBUG -- : Waiting for tasks to complete
D, [2014-09-16T18:52:09.653881 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000192s) SELECT * FROM "vms" WHERE ("agent_id" = '9c3bd91a-b08f-4562-a0ef-2f2c12d85880') LIMIT 1
D, [2014-09-16T18:52:09.655044 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000169s) SELECT * FROM "records" WHERE (("name" = '0.smoke-tests.cf1.test.microbosh') AND ("type" = 'A') AND ("content" = '10.230.18.124')) LIMIT 1
I, [2014-09-16T18:52:09.655165 #23095] [canary_update(smoke_tests/0)] INFO -- : Updating instance smoke_tests/0, changes: packages, configuration, dns
D, [2014-09-16T18:52:09.656128 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000184s) SELECT * FROM "records" WHERE (("name" = '0.smoke-tests.cf1.test.microbosh') AND ("type" = 'A') AND ("content" = '10.230.18.124')) LIMIT 1
D, [2014-09-16T18:52:09.657159 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000167s) SELECT * FROM "records" WHERE (("name" = '0.smoke-tests.cf1.test.microbosh') AND ("type" = 'A') AND ("content" = '10.230.18.124')) LIMIT 1
D, [2014-09-16T18:52:09.657771 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"prepare","arguments":[{"deployment":"test","job":{"name":"smoke_tests","templates":[{"name":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"}],"template":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"},"index":0,"networks":{"cf1":{"ip":"10.230.18.124","netmask":"255.255.252.0","cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"gateway":"10.230.16.1"}},"resource_pool":{"name":"small_errand","cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"packages":{"golang":{"name":"golang","version":"aa5f90f06ada376085414bfc0c56c8cd67abba9c.1","sha1":"1d311712165119403965b49338b37f686b2ef74c","blobstore_id":"d4dd73b9-9cd7-4192-574a-ef83abc18611"},"cli":{"name":"cli","version":"ec2ffd170251323e6ee11efbd8f5e61603aa6283.1","sha1":"7f727b038760949302a1a705c0f748e247b410cc","blobstore_id":"4e497ccd-984a-42ec-5109-d8e279e10b2a"},"smoke-tests":{"name":"smoke-tests","version":"e01d9d4046d95f59c66a7a47f8f0650ca6c5d487.1","sha1":"9eaac40ca16e2d4f4466c3a40add33baac1119de","blobstore_id":"3c7d5142-d452-4b97-41d6-2922ee5f62c9"}},"configuration_hash":"3f27deac89e3b720365a2dc46a910fb4a91ec9cf","properties":{"smoke_tests":{"suite_name":"CF_SMOKE_TESTS","api":"api.test.cf.poo-face-sbm.com","apps_domain":["test.cf.poo-face-sbm.com"],"user":"admin","password":"admin","org":"test","space":"test","use_existing_org":false,"use_existing_space":false,"logging_app":"","runtime_app":"","skip_ssl_validation":true}},"dns_domain_name":"microbosh","persistent_disk":0,"template_hashes":{"smoke-tests":"fc2f7d0b85c9ea6e34ec19ddccf749050000409f"},"rendered_templates_archive":{"blobstore_id":"e68fb78a-0c0f-496b-8301-dac7370d5657","sha1":"15477910042a2f47696723674bcd5805f5781168"}}],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c598d519-be24-4f48-a7d4-1d906e628e24"}
D, [2014-09-16T18:52:09.660857 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c598d519-be24-4f48-a7d4-1d906e628e24 {"value":{"agent_task_id":"9cf6a2c0-108d-4eca-5b69-f7d9f0b30521","state":"running"}}
D, [2014-09-16T18:52:09.661127 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["9cf6a2c0-108d-4eca-5b69-f7d9f0b30521"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.fd4cf23a-072d-4b00-bf08-ebf51d16988e"}
D, [2014-09-16T18:52:09.663354 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.fd4cf23a-072d-4b00-bf08-ebf51d16988e {"value":{"agent_task_id":"9cf6a2c0-108d-4eca-5b69-f7d9f0b30521","state":"running"}}
D, [2014-09-16T18:52:10.663824 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["9cf6a2c0-108d-4eca-5b69-f7d9f0b30521"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.90900b98-c890-4cdc-bbd4-1990f70ee56e"}
D, [2014-09-16T18:52:10.665841 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.90900b98-c890-4cdc-bbd4-1990f70ee56e {"value":{"agent_task_id":"9cf6a2c0-108d-4eca-5b69-f7d9f0b30521","state":"running"}}
D, [2014-09-16T18:52:11.666305 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["9cf6a2c0-108d-4eca-5b69-f7d9f0b30521"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.702d6b50-5116-4969-8817-5bacbb49bf52"}
D, [2014-09-16T18:52:11.668523 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.702d6b50-5116-4969-8817-5bacbb49bf52 {"value":{"agent_task_id":"9cf6a2c0-108d-4eca-5b69-f7d9f0b30521","state":"running"}}
D, [2014-09-16T18:52:12.668983 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["9cf6a2c0-108d-4eca-5b69-f7d9f0b30521"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.5e06df93-e7a0-40ab-b402-292af603dcff"}
D, [2014-09-16T18:52:12.672875 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.5e06df93-e7a0-40ab-b402-292af603dcff {"value":{"agent_task_id":"9cf6a2c0-108d-4eca-5b69-f7d9f0b30521","state":"running"}}
D, [2014-09-16T18:52:13.178987 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:13.673489 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["9cf6a2c0-108d-4eca-5b69-f7d9f0b30521"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.50cfbc94-094f-4399-927b-b4bbb4bab909"}
D, [2014-09-16T18:52:13.675393 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.50cfbc94-094f-4399-927b-b4bbb4bab909 {"value":{"agent_task_id":"9cf6a2c0-108d-4eca-5b69-f7d9f0b30521","state":"running"}}
D, [2014-09-16T18:52:14.675864 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["9cf6a2c0-108d-4eca-5b69-f7d9f0b30521"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.01ea3320-c525-471e-a5c6-aecf50ba7dd4"}
D, [2014-09-16T18:52:14.678088 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.01ea3320-c525-471e-a5c6-aecf50ba7dd4 {"value":{"agent_task_id":"9cf6a2c0-108d-4eca-5b69-f7d9f0b30521","state":"running"}}
D, [2014-09-16T18:52:15.678565 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["9cf6a2c0-108d-4eca-5b69-f7d9f0b30521"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.98578c80-ce32-4aff-8cde-34b01e13d5ca"}
D, [2014-09-16T18:52:15.681935 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.98578c80-ce32-4aff-8cde-34b01e13d5ca {"value":"prepared"}
D, [2014-09-16T18:52:15.683256 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"drain","arguments":["update",{"deployment":"test","job":{"name":"smoke_tests","templates":[{"name":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"}],"template":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"},"index":0,"networks":{"cf1":{"ip":"10.230.18.124","netmask":"255.255.252.0","cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"gateway":"10.230.16.1"}},"resource_pool":{"name":"small_errand","cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"packages":{"golang":{"name":"golang","version":"aa5f90f06ada376085414bfc0c56c8cd67abba9c.1","sha1":"1d311712165119403965b49338b37f686b2ef74c","blobstore_id":"d4dd73b9-9cd7-4192-574a-ef83abc18611"},"cli":{"name":"cli","version":"ec2ffd170251323e6ee11efbd8f5e61603aa6283.1","sha1":"7f727b038760949302a1a705c0f748e247b410cc","blobstore_id":"4e497ccd-984a-42ec-5109-d8e279e10b2a"},"smoke-tests":{"name":"smoke-tests","version":"e01d9d4046d95f59c66a7a47f8f0650ca6c5d487.1","sha1":"9eaac40ca16e2d4f4466c3a40add33baac1119de","blobstore_id":"3c7d5142-d452-4b97-41d6-2922ee5f62c9"}},"configuration_hash":"3f27deac89e3b720365a2dc46a910fb4a91ec9cf","properties":{"smoke_tests":{"suite_name":"CF_SMOKE_TESTS","api":"api.test.cf.poo-face-sbm.com","apps_domain":["test.cf.poo-face-sbm.com"],"user":"admin","password":"admin","org":"test","space":"test","use_existing_org":false,"use_existing_space":false,"logging_app":"","runtime_app":"","skip_ssl_validation":true}},"dns_domain_name":"microbosh","persistent_disk":0,"template_hashes":{"smoke-tests":"fc2f7d0b85c9ea6e34ec19ddccf749050000409f"},"rendered_templates_archive":{"blobstore_id":"e68fb78a-0c0f-496b-8301-dac7370d5657","sha1":"15477910042a2f47696723674bcd5805f5781168"}}],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.1158b52c-394d-4512-bfa1-6feef0870e71"}
D, [2014-09-16T18:52:15.685352 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.1158b52c-394d-4512-bfa1-6feef0870e71 {"value":{"agent_task_id":"f33cf4c1-39a0-4601-5601-6066e849a575","state":"running"}}
D, [2014-09-16T18:52:15.685619 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["f33cf4c1-39a0-4601-5601-6066e849a575"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.f94e3d0d-a76b-40e1-96d9-579af311e98c"}
D, [2014-09-16T18:52:15.688276 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.f94e3d0d-a76b-40e1-96d9-579af311e98c {"value":{"agent_task_id":"f33cf4c1-39a0-4601-5601-6066e849a575","state":"running"}}
D, [2014-09-16T18:52:16.688730 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["f33cf4c1-39a0-4601-5601-6066e849a575"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.3889ecfd-2e59-4a92-b7da-9975bc194da7"}
D, [2014-09-16T18:52:16.691026 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.3889ecfd-2e59-4a92-b7da-9975bc194da7 {"value":0}
D, [2014-09-16T18:52:16.692002 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000690s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:52:16.692475 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"stop","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.9b66d2e3-ceec-4e90-b25d-46f047966d34"}
D, [2014-09-16T18:52:16.694442 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.9b66d2e3-ceec-4e90-b25d-46f047966d34 {"value":{"agent_task_id":"4d4f4bf7-981b-483c-5e25-005137bd2434","state":"running"}}
D, [2014-09-16T18:52:16.694668 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["4d4f4bf7-981b-483c-5e25-005137bd2434"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.717e0573-b1b3-45ea-90e0-1443c04d9d0d"}
D, [2014-09-16T18:52:16.697143 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.717e0573-b1b3-45ea-90e0-1443c04d9d0d {"value":"stopped"}
I, [2014-09-16T18:52:16.697594 #23095] [canary_update(smoke_tests/0)] INFO -- : Snapshots are disabled; skipping
I, [2014-09-16T18:52:16.697968 #23095] [canary_update(smoke_tests/0)] INFO -- : Skipping VM update
I, [2014-09-16T18:52:16.698349 #23095] [canary_update(smoke_tests/0)] INFO -- : Skipping network re-configuration
D, [2014-09-16T18:52:16.699450 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000318s) SELECT * FROM "records" WHERE (("name" = '0.smoke-tests.cf1.test.microbosh') AND ("type" = 'A') AND ("content" = '10.230.18.124')) LIMIT 1
I, [2014-09-16T18:52:16.699706 #23095] [canary_update(smoke_tests/0)] INFO -- : Updating DNS for: 0.smoke-tests.cf1.test.microbosh to 10.230.18.124
D, [2014-09-16T18:52:16.700251 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000189s) SELECT * FROM "records" WHERE (("domain_id" = 1) AND ("name" = '0.smoke-tests.cf1.test.microbosh')) LIMIT 1
D, [2014-09-16T18:52:16.701107 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000058s) BEGIN
D, [2014-09-16T18:52:16.701958 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000474s) INSERT INTO "records" ("domain_id", "name", "type", "ttl", "content", "change_date") VALUES (1, '0.smoke-tests.cf1.test.microbosh', 'A', 300, '10.230.18.124', 1410893536) RETURNING *
D, [2014-09-16T18:52:16.704052 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.001944s) COMMIT
D, [2014-09-16T18:52:16.704671 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000165s) SELECT * FROM "domains" WHERE (("name" = '18.230.10.in-addr.arpa') AND ("type" = 'NATIVE')) LIMIT 1
D, [2014-09-16T18:52:16.705351 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000186s) SELECT * FROM "records" WHERE (("domain_id" = 2) AND ("name" = '18.230.10.in-addr.arpa') AND ("type" = 'SOA') AND ("content" = 'localhost hostmaster@localhost 0 10800 604800 30') AND ("ttl" = 14400)) LIMIT 1
D, [2014-09-16T18:52:16.705991 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000187s) SELECT * FROM "records" WHERE (("domain_id" = 2) AND ("name" = '18.230.10.in-addr.arpa') AND ("type" = 'NS') AND ("ttl" = 14400) AND ("content" = 'ns.microbosh')) LIMIT 1
D, [2014-09-16T18:52:16.706515 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000157s) SELECT * FROM "records" WHERE (("content" = '0.smoke-tests.cf1.test.microbosh') AND ("type" = 'PTR')) LIMIT 1
D, [2014-09-16T18:52:16.706871 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000053s) BEGIN
D, [2014-09-16T18:52:16.707416 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000195s) INSERT INTO "records" ("domain_id", "name", "type", "ttl", "content", "change_date") VALUES (2, '124.18.230.10.in-addr.arpa', 'PTR', 300, '0.smoke-tests.cf1.test.microbosh', 1410893536) RETURNING *
D, [2014-09-16T18:52:16.708562 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.001004s) COMMIT
I, [2014-09-16T18:52:16.708896 #23095] [canary_update(smoke_tests/0)] INFO -- : Skipping attaching missing VM
W, [2014-09-16T18:52:16.725690 #23095] [set_vm_metadata(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234, ...)] WARN -- : Can't set custom fields due to lack of permission: Permission to perform this operation was denied.
D, [2014-09-16T18:52:16.727073 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000214s) SELECT COUNT(*) AS "count" FROM "vms" WHERE (("agent_id" = '9c3bd91a-b08f-4562-a0ef-2f2c12d85880') AND ("id" != 54)) LIMIT 1
D, [2014-09-16T18:52:16.727274 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000053s) BEGIN
D, [2014-09-16T18:52:16.727900 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000278s) UPDATE "vms" SET "apply_spec_json" = '{"deployment":"test","job":{"name":"smoke_tests","templates":[{"name":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"}],"template":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"},"index":0,"networks":{"cf1":{"ip":"10.230.18.124","netmask":"255.255.252.0","cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"gateway":"10.230.16.1"}},"resource_pool":{"name":"small_errand","cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"packages":{"golang":{"name":"golang","version":"aa5f90f06ada376085414bfc0c56c8cd67abba9c.1","sha1":"1d311712165119403965b49338b37f686b2ef74c","blobstore_id":"d4dd73b9-9cd7-4192-574a-ef83abc18611"},"cli":{"name":"cli","version":"ec2ffd170251323e6ee11efbd8f5e61603aa6283.1","sha1":"7f727b038760949302a1a705c0f748e247b410cc","blobstore_id":"4e497ccd-984a-42ec-5109-d8e279e10b2a"},"smoke-tests":{"name":"smoke-tests","version":"e01d9d4046d95f59c66a7a47f8f0650ca6c5d487.1","sha1":"9eaac40ca16e2d4f4466c3a40add33baac1119de","blobstore_id":"3c7d5142-d452-4b97-41d6-2922ee5f62c9"}},"configuration_hash":"3f27deac89e3b720365a2dc46a910fb4a91ec9cf","properties":{"smoke_tests":{"suite_name":"CF_SMOKE_TESTS","api":"api.test.cf.poo-face-sbm.com","apps_domain":["test.cf.poo-face-sbm.com"],"user":"admin","password":"admin","org":"test","space":"test","use_existing_org":false,"use_existing_space":false,"logging_app":"","runtime_app":"","skip_ssl_validation":true}},"dns_domain_name":"microbosh","persistent_disk":0,"template_hashes":{"smoke-tests":"fc2f7d0b85c9ea6e34ec19ddccf749050000409f"},"rendered_templates_archive":{"blobstore_id":"e68fb78a-0c0f-496b-8301-dac7370d5657","sha1":"15477910042a2f47696723674bcd5805f5781168"}}' WHERE ("id" = 54)
D, [2014-09-16T18:52:16.728899 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000857s) COMMIT
D, [2014-09-16T18:52:16.729134 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"apply","arguments":[{"deployment":"test","job":{"name":"smoke_tests","templates":[{"name":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"}],"template":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"},"index":0,"networks":{"cf1":{"ip":"10.230.18.124","netmask":"255.255.252.0","cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"gateway":"10.230.16.1"}},"resource_pool":{"name":"small_errand","cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"packages":{"golang":{"name":"golang","version":"aa5f90f06ada376085414bfc0c56c8cd67abba9c.1","sha1":"1d311712165119403965b49338b37f686b2ef74c","blobstore_id":"d4dd73b9-9cd7-4192-574a-ef83abc18611"},"cli":{"name":"cli","version":"ec2ffd170251323e6ee11efbd8f5e61603aa6283.1","sha1":"7f727b038760949302a1a705c0f748e247b410cc","blobstore_id":"4e497ccd-984a-42ec-5109-d8e279e10b2a"},"smoke-tests":{"name":"smoke-tests","version":"e01d9d4046d95f59c66a7a47f8f0650ca6c5d487.1","sha1":"9eaac40ca16e2d4f4466c3a40add33baac1119de","blobstore_id":"3c7d5142-d452-4b97-41d6-2922ee5f62c9"}},"configuration_hash":"3f27deac89e3b720365a2dc46a910fb4a91ec9cf","properties":{"smoke_tests":{"suite_name":"CF_SMOKE_TESTS","api":"api.test.cf.poo-face-sbm.com","apps_domain":["test.cf.poo-face-sbm.com"],"user":"admin","password":"admin","org":"test","space":"test","use_existing_org":false,"use_existing_space":false,"logging_app":"","runtime_app":"","skip_ssl_validation":true}},"dns_domain_name":"microbosh","persistent_disk":0,"template_hashes":{"smoke-tests":"fc2f7d0b85c9ea6e34ec19ddccf749050000409f"},"rendered_templates_archive":{"blobstore_id":"e68fb78a-0c0f-496b-8301-dac7370d5657","sha1":"15477910042a2f47696723674bcd5805f5781168"}}],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.243f16ba-b92c-4afd-bdc8-9e4058c585f6"}
D, [2014-09-16T18:52:16.731634 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.243f16ba-b92c-4afd-bdc8-9e4058c585f6 {"value":{"agent_task_id":"968a8319-ce3a-4557-5eba-4deebfa286d8","state":"running"}}
D, [2014-09-16T18:52:16.731898 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["968a8319-ce3a-4557-5eba-4deebfa286d8"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.24f0930d-a5bf-487c-85bf-64e2121b77cd"}
D, [2014-09-16T18:52:16.738609 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.24f0930d-a5bf-487c-85bf-64e2121b77cd {"value":{"agent_task_id":"968a8319-ce3a-4557-5eba-4deebfa286d8","state":"running"}}
D, [2014-09-16T18:52:17.739064 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["968a8319-ce3a-4557-5eba-4deebfa286d8"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b372d652-db9c-4cde-98a6-f61965fe163e"}
D, [2014-09-16T18:52:17.741397 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b372d652-db9c-4cde-98a6-f61965fe163e {"value":{"agent_task_id":"968a8319-ce3a-4557-5eba-4deebfa286d8","state":"running"}}
D, [2014-09-16T18:52:18.179893 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:18.741846 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["968a8319-ce3a-4557-5eba-4deebfa286d8"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.81709df3-2880-4827-a686-97acb218c35a"}
D, [2014-09-16T18:52:18.747469 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.81709df3-2880-4827-a686-97acb218c35a {"value":{"agent_task_id":"968a8319-ce3a-4557-5eba-4deebfa286d8","state":"running"}}
D, [2014-09-16T18:52:19.747920 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["968a8319-ce3a-4557-5eba-4deebfa286d8"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.17dafaef-a8a3-4f0f-a2b7-2511bb927f43"}
D, [2014-09-16T18:52:19.754570 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.17dafaef-a8a3-4f0f-a2b7-2511bb927f43 {"value":{"agent_task_id":"968a8319-ce3a-4557-5eba-4deebfa286d8","state":"running"}}
D, [2014-09-16T18:52:20.755071 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["968a8319-ce3a-4557-5eba-4deebfa286d8"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.15cba0c8-c468-4327-b9f3-1b3077d59cb7"}
D, [2014-09-16T18:52:20.758432 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.15cba0c8-c468-4327-b9f3-1b3077d59cb7 {"value":{"agent_task_id":"968a8319-ce3a-4557-5eba-4deebfa286d8","state":"running"}}
D, [2014-09-16T18:52:21.758875 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["968a8319-ce3a-4557-5eba-4deebfa286d8"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.0959c4c6-25e8-4513-b533-7a5e38af3d02"}
D, [2014-09-16T18:52:21.761070 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.0959c4c6-25e8-4513-b533-7a5e38af3d02 {"value":"applied"}
D, [2014-09-16T18:52:21.762318 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000259s) SELECT * FROM "rendered_templates_archives" WHERE ("rendered_templates_archives"."instance_id" = 94) ORDER BY "created_at" DESC LIMIT 1
D, [2014-09-16T18:52:21.762935 #23095] [canary_update(smoke_tests/0)] DEBUG -- : (0.000154s) SELECT * FROM "rendered_templates_archives" WHERE (("rendered_templates_archives"."instance_id" = 94) AND ("id" != 32))
D, [2014-09-16T18:52:21.763194 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"start","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4aeaf95c-52ff-4609-abb6-cf238603c27a"}
D, [2014-09-16T18:52:21.766625 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4aeaf95c-52ff-4609-abb6-cf238603c27a {"value":"started"}
I, [2014-09-16T18:52:21.766797 #23095] [canary_update(smoke_tests/0)] INFO -- : Waiting for 30.0 seconds to check smoke_tests/0 status
D, [2014-09-16T18:52:23.180879 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:28.181701 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:33.182550 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:37.005094 #23095] [task:35-checkpoint] DEBUG -- : (0.000139s) BEGIN
D, [2014-09-16T18:52:37.005990 #23095] [task:35-checkpoint] DEBUG -- : (0.000351s) UPDATE "tasks" SET "checkpoint_time" = '2014-09-16 18:52:37.004151+0000' WHERE ("id" = 35)
D, [2014-09-16T18:52:37.006974 #23095] [task:35-checkpoint] DEBUG -- : (0.000881s) COMMIT
D, [2014-09-16T18:52:38.183567 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:43.184552 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:48.185578 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
I, [2014-09-16T18:52:51.767009 #23095] [canary_update(smoke_tests/0)] INFO -- : Checking if smoke_tests/0 has been updated after 30.0 seconds
D, [2014-09-16T18:52:51.767297 #23095] [canary_update(smoke_tests/0)] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_state","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.6859f22f-d846-4128-a150-8bbe5eb26bc5"}
D, [2014-09-16T18:52:51.772619 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.6859f22f-d846-4128-a150-8bbe5eb26bc5 {"value":{"properties":{"logging":{"max_log_file_size":""}},"job":{"name":"smoke_tests","release":"","template":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1","templates":[{"name":"smoke-tests","version":"8dd29d7d99b6713fe0db0e73702e24969bd14efd","sha1":"f85b396e55cf6154a8606661ebc668ee6035d78d","blobstore_id":"d6d8933c-29ab-49ba-a5cc-3105d9b2e8c1"}]},"packages":{"cli":{"name":"cli","version":"ec2ffd170251323e6ee11efbd8f5e61603aa6283.1","sha1":"7f727b038760949302a1a705c0f748e247b410cc","blobstore_id":"4e497ccd-984a-42ec-5109-d8e279e10b2a"},"golang":{"name":"golang","version":"aa5f90f06ada376085414bfc0c56c8cd67abba9c.1","sha1":"1d311712165119403965b49338b37f686b2ef74c","blobstore_id":"d4dd73b9-9cd7-4192-574a-ef83abc18611"},"smoke-tests":{"name":"smoke-tests","version":"e01d9d4046d95f59c66a7a47f8f0650ca6c5d487.1","sha1":"9eaac40ca16e2d4f4466c3a40add33baac1119de","blobstore_id":"3c7d5142-d452-4b97-41d6-2922ee5f62c9"}},"configuration_hash":"3f27deac89e3b720365a2dc46a910fb4a91ec9cf","networks":{"cf1":{"cloud_properties":{"name":"CF-qa-dev"},"default":["dns","gateway"],"dns":["10.230.0.22"],"gateway":"10.230.16.1","ip":"10.230.18.124","netmask":"255.255.252.0"}},"resource_pool":{"cloud_properties":{"cpu":1,"disk":2048,"ram":1024},"name":"small_errand","stemcell":{"name":"bosh-vsphere-esxi-ubuntu-trusty-go_agent","version":"2652"}},"deployment":"test","index":0,"persistent_disk":0,"rendered_templates_archive":{"sha1":"15477910042a2f47696723674bcd5805f5781168","blobstore_id":"e68fb78a-0c0f-496b-8301-dac7370d5657"},"agent_id":"9c3bd91a-b08f-4562-a0ef-2f2c12d85880","bosh_protocol":"1","job_state":"running","vm":{"name":"vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234"},"ntp":{"offset":"-0.000993","timestamp":"16 Sep 18:48:25"}}}
D, [2014-09-16T18:52:51.773283 #23095] [0x261b6e0] DEBUG -- : Thread is no longer needed, cleaning up
I, [2014-09-16T18:52:51.773475 #23095] [task:35] INFO -- : Finished canary update
I, [2014-09-16T18:52:51.773537 #23095] [task:35] INFO -- : Continuing the rest of the update
D, [2014-09-16T18:52:51.773577 #23095] [task:35] DEBUG -- : Waiting for tasks to complete
D, [2014-09-16T18:52:51.773612 #23095] [task:35] DEBUG -- : Shutting down pool
I, [2014-09-16T18:52:51.773648 #23095] [task:35] INFO -- : Finished the rest of the update
I, [2014-09-16T18:52:51.773697 #23095] [task:35] INFO -- : Starting to run errand
D, [2014-09-16T18:52:51.774571 #23095] [task:35] DEBUG -- : (0.000363s) SELECT * FROM "vms" WHERE ("agent_id" = '9c3bd91a-b08f-4562-a0ef-2f2c12d85880') LIMIT 1
D, [2014-09-16T18:52:51.774874 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"run_errand","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b7b7e72c-abe1-4497-a512-68fa5e52070e"}
D, [2014-09-16T18:52:51.776394 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b7b7e72c-abe1-4497-a512-68fa5e52070e {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:51.776650 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.aa9c0162-099a-48cf-8944-67c146ea3d5a"}
D, [2014-09-16T18:52:51.778179 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.aa9c0162-099a-48cf-8944-67c146ea3d5a {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:51.778555 #23095] [task:35] DEBUG -- : (0.000157s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:52:52.779145 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.af9e76b2-e9bb-4a41-82e2-114b9da5bba5"}
D, [2014-09-16T18:52:52.781017 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.af9e76b2-e9bb-4a41-82e2-114b9da5bba5 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:52.781573 #23095] [task:35] DEBUG -- : (0.000302s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:52:53.186573 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:53.782222 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.74878aa2-4189-461c-8f4e-0e7afddcd6b6"}
D, [2014-09-16T18:52:53.784544 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.74878aa2-4189-461c-8f4e-0e7afddcd6b6 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:53.785181 #23095] [task:35] DEBUG -- : (0.000343s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:52:54.785859 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.32461625-d726-4b59-9dc1-f9fd2f922544"}
D, [2014-09-16T18:52:54.788219 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.32461625-d726-4b59-9dc1-f9fd2f922544 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:54.788807 #23095] [task:35] DEBUG -- : (0.000320s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:52:55.789468 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4d7fe8e6-0ed7-46a8-8a92-302f3e424dd8"}
D, [2014-09-16T18:52:55.791695 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4d7fe8e6-0ed7-46a8-8a92-302f3e424dd8 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:55.792297 #23095] [task:35] DEBUG -- : (0.000318s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:52:56.792950 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.2408af87-98f0-43bb-a932-6aa800bae5d5"}
D, [2014-09-16T18:52:56.795034 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.2408af87-98f0-43bb-a932-6aa800bae5d5 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:56.795584 #23095] [task:35] DEBUG -- : (0.000255s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:52:57.796227 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.9c755214-3d42-4211-8003-c537f5505879"}
D, [2014-09-16T18:52:57.798237 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.9c755214-3d42-4211-8003-c537f5505879 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:57.798825 #23095] [task:35] DEBUG -- : (0.000314s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:52:58.187526 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:52:58.799464 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.a02b356d-8f2c-4811-8b06-6f1835bd1bfd"}
D, [2014-09-16T18:52:58.801250 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.a02b356d-8f2c-4811-8b06-6f1835bd1bfd {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:58.801848 #23095] [task:35] DEBUG -- : (0.000319s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:52:59.802541 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.06e45e39-c876-475d-bf4d-b1400dcf5681"}
D, [2014-09-16T18:52:59.804481 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.06e45e39-c876-475d-bf4d-b1400dcf5681 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:52:59.805038 #23095] [task:35] DEBUG -- : (0.000306s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:00.805694 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.da82da60-2549-44c1-a284-5fe203292a24"}
D, [2014-09-16T18:53:00.807591 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.da82da60-2549-44c1-a284-5fe203292a24 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:00.808124 #23095] [task:35] DEBUG -- : (0.000273s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:01.808819 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.a28fecde-8166-4e66-9b35-57b5907470e3"}
D, [2014-09-16T18:53:01.810901 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.a28fecde-8166-4e66-9b35-57b5907470e3 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:01.811586 #23095] [task:35] DEBUG -- : (0.000315s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:02.812190 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.fc4ce31d-d361-4f92-bf88-9f904c33fd54"}
D, [2014-09-16T18:53:02.813925 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.fc4ce31d-d361-4f92-bf88-9f904c33fd54 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:02.814475 #23095] [task:35] DEBUG -- : (0.000295s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:03.188433 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:03.815160 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.bd597fa1-ed2b-4c0c-9919-b89980f09115"}
D, [2014-09-16T18:53:03.817076 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.bd597fa1-ed2b-4c0c-9919-b89980f09115 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:03.817569 #23095] [task:35] DEBUG -- : (0.000249s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:04.818195 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.7c43f427-7c09-4edd-a787-b0319343bda5"}
D, [2014-09-16T18:53:04.820256 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.7c43f427-7c09-4edd-a787-b0319343bda5 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:04.820721 #23095] [task:35] DEBUG -- : (0.000211s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:05.821375 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.7d68c5dd-ba76-4b7d-a942-4f688265e6d8"}
D, [2014-09-16T18:53:05.825831 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.7d68c5dd-ba76-4b7d-a942-4f688265e6d8 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:05.826397 #23095] [task:35] DEBUG -- : (0.000304s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:06.827145 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.e53db3ff-d647-4886-bba5-9f3474194c74"}
D, [2014-09-16T18:53:06.830414 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.e53db3ff-d647-4886-bba5-9f3474194c74 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:06.831003 #23095] [task:35] DEBUG -- : (0.000332s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:07.007546 #23095] [task:35-checkpoint] DEBUG -- : (0.000102s) BEGIN
D, [2014-09-16T18:53:07.008338 #23095] [task:35-checkpoint] DEBUG -- : (0.000227s) UPDATE "tasks" SET "checkpoint_time" = '2014-09-16 18:53:07.007133+0000' WHERE ("id" = 35)
D, [2014-09-16T18:53:07.009347 #23095] [task:35-checkpoint] DEBUG -- : (0.000906s) COMMIT
D, [2014-09-16T18:53:07.831623 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.7d81e7ce-37a5-4af9-9dce-47f2172ecab0"}
D, [2014-09-16T18:53:07.833706 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.7d81e7ce-37a5-4af9-9dce-47f2172ecab0 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:07.834303 #23095] [task:35] DEBUG -- : (0.000331s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:08.189426 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:08.834885 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d8217851-5e67-4250-9131-7961d3c4c476"}
D, [2014-09-16T18:53:08.837280 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d8217851-5e67-4250-9131-7961d3c4c476 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:08.837860 #23095] [task:35] DEBUG -- : (0.000326s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:09.838513 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.09a9c632-2dca-4383-91bb-477a0fcae846"}
D, [2014-09-16T18:53:09.841593 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.09a9c632-2dca-4383-91bb-477a0fcae846 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:09.842126 #23095] [task:35] DEBUG -- : (0.000280s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:10.842783 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.9792307e-368b-47b5-acb4-fee3e242394d"}
D, [2014-09-16T18:53:10.845262 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.9792307e-368b-47b5-acb4-fee3e242394d {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:10.845748 #23095] [task:35] DEBUG -- : (0.000224s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:11.846396 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.3806a17a-a699-48e5-b002-7b91d40d3c19"}
D, [2014-09-16T18:53:11.849647 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.3806a17a-a699-48e5-b002-7b91d40d3c19 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:11.850252 #23095] [task:35] DEBUG -- : (0.000343s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:12.850866 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c593bcc9-705a-45d4-b21c-893724a6513a"}
D, [2014-09-16T18:53:12.852489 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c593bcc9-705a-45d4-b21c-893724a6513a {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:12.853024 #23095] [task:35] DEBUG -- : (0.000297s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:13.190338 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:13.853686 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.0ecc5c6b-6adf-4107-a29a-ebcdf3708ec1"}
D, [2014-09-16T18:53:13.855974 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.0ecc5c6b-6adf-4107-a29a-ebcdf3708ec1 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:13.856614 #23095] [task:35] DEBUG -- : (0.000366s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:14.857323 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.efe924b7-e231-45a6-9ec7-db682135373a"}
D, [2014-09-16T18:53:14.859827 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.efe924b7-e231-45a6-9ec7-db682135373a {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:14.860410 #23095] [task:35] DEBUG -- : (0.000325s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:15.861119 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.fa9fdfe3-d2bc-4f4f-b1cc-cae6fc903244"}
D, [2014-09-16T18:53:15.863796 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.fa9fdfe3-d2bc-4f4f-b1cc-cae6fc903244 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:15.864403 #23095] [task:35] DEBUG -- : (0.000316s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:16.865043 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.05428642-42b3-4a5a-8d3d-48af5cac5b61"}
D, [2014-09-16T18:53:16.868274 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.05428642-42b3-4a5a-8d3d-48af5cac5b61 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:16.868772 #23095] [task:35] DEBUG -- : (0.000247s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:17.869412 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.506fb530-b107-4ecc-b019-eefd88090c16"}
D, [2014-09-16T18:53:17.871550 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.506fb530-b107-4ecc-b019-eefd88090c16 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:17.872141 #23095] [task:35] DEBUG -- : (0.000348s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:18.191335 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:18.872747 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c05a684c-55a1-4cc8-9403-f58036435c05"}
D, [2014-09-16T18:53:18.874966 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c05a684c-55a1-4cc8-9403-f58036435c05 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:18.875516 #23095] [task:35] DEBUG -- : (0.000301s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:19.876164 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4332e61d-56b9-4567-be05-78003bdc2d7c"}
D, [2014-09-16T18:53:19.883394 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4332e61d-56b9-4567-be05-78003bdc2d7c {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:19.884018 #23095] [task:35] DEBUG -- : (0.000336s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:20.884672 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.540d3500-4a4e-4278-9c1b-9ce4ebad7caa"}
D, [2014-09-16T18:53:20.886648 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.540d3500-4a4e-4278-9c1b-9ce4ebad7caa {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:20.887289 #23095] [task:35] DEBUG -- : (0.000337s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:21.887956 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.7b33afde-6066-462f-8b4c-566b25e7afa7"}
D, [2014-09-16T18:53:21.890400 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.7b33afde-6066-462f-8b4c-566b25e7afa7 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:21.891018 #23095] [task:35] DEBUG -- : (0.000321s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:22.891710 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.05937aae-834d-41a2-9e8c-7a21b0ff8326"}
D, [2014-09-16T18:53:22.893847 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.05937aae-834d-41a2-9e8c-7a21b0ff8326 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:22.894437 #23095] [task:35] DEBUG -- : (0.000317s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:23.192253 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:23.895031 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.a720ce7f-5e0d-4376-9884-140833d1eaf3"}
D, [2014-09-16T18:53:23.897393 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.a720ce7f-5e0d-4376-9884-140833d1eaf3 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:23.897890 #23095] [task:35] DEBUG -- : (0.000221s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:24.898516 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.40cde6e2-3051-4b18-b3b8-29576faef42f"}
D, [2014-09-16T18:53:24.900706 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.40cde6e2-3051-4b18-b3b8-29576faef42f {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:24.901273 #23095] [task:35] DEBUG -- : (0.000306s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:25.901916 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.946352f9-8d4a-4c78-9ef1-a63cede062ed"}
D, [2014-09-16T18:53:25.904622 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.946352f9-8d4a-4c78-9ef1-a63cede062ed {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:25.905172 #23095] [task:35] DEBUG -- : (0.000294s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:26.905784 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.332b455e-cb52-4059-b350-cc8b9a529d29"}
D, [2014-09-16T18:53:26.908468 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.332b455e-cb52-4059-b350-cc8b9a529d29 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:26.909041 #23095] [task:35] DEBUG -- : (0.000310s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:27.909668 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.ee12c1d1-2ac6-4fc6-a2e9-dcfa7c57eb02"}
D, [2014-09-16T18:53:27.911353 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.ee12c1d1-2ac6-4fc6-a2e9-dcfa7c57eb02 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:27.911849 #23095] [task:35] DEBUG -- : (0.000234s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:28.193103 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:28.912467 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c8350943-ed2d-436a-854f-bef181768d69"}
D, [2014-09-16T18:53:28.914834 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c8350943-ed2d-436a-854f-bef181768d69 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:28.915289 #23095] [task:35] DEBUG -- : (0.000207s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:29.915875 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.56954b5d-ffc1-4f55-a40d-bda74a9ee993"}
D, [2014-09-16T18:53:29.918628 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.56954b5d-ffc1-4f55-a40d-bda74a9ee993 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:29.919256 #23095] [task:35] DEBUG -- : (0.000326s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:30.919880 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d2836c37-328e-468f-9433-56c55b7eb0dd"}
D, [2014-09-16T18:53:30.921777 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d2836c37-328e-468f-9433-56c55b7eb0dd {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:30.922347 #23095] [task:35] DEBUG -- : (0.000311s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:31.922987 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.5de9250b-748f-4b18-889c-903b5416a618"}
D, [2014-09-16T18:53:31.925982 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.5de9250b-748f-4b18-889c-903b5416a618 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:31.926598 #23095] [task:35] DEBUG -- : (0.000331s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:32.927257 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b09c6a2f-8692-4247-bfe7-88da78fd3050"}
D, [2014-09-16T18:53:32.929527 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b09c6a2f-8692-4247-bfe7-88da78fd3050 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:32.930039 #23095] [task:35] DEBUG -- : (0.000263s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:33.194095 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:33.930612 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.f1b0e3eb-326c-442c-9b61-fab63a6b2083"}
D, [2014-09-16T18:53:33.932769 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.f1b0e3eb-326c-442c-9b61-fab63a6b2083 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:33.933277 #23095] [task:35] DEBUG -- : (0.000231s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:34.933877 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.68eb6a07-a762-4a0b-9fe2-0d1e73277d54"}
D, [2014-09-16T18:53:34.936077 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.68eb6a07-a762-4a0b-9fe2-0d1e73277d54 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:34.936668 #23095] [task:35] DEBUG -- : (0.000307s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:35.937330 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.72751248-4363-4255-81fa-d78d07e10ae6"}
D, [2014-09-16T18:53:35.939684 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.72751248-4363-4255-81fa-d78d07e10ae6 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:35.940258 #23095] [task:35] DEBUG -- : (0.000311s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:36.940919 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.2ebc41c8-a05e-48bc-a72e-b7efdf0e8f36"}
D, [2014-09-16T18:53:36.944417 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.2ebc41c8-a05e-48bc-a72e-b7efdf0e8f36 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:36.945036 #23095] [task:35] DEBUG -- : (0.000334s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:37.009922 #23095] [task:35-checkpoint] DEBUG -- : (0.000138s) BEGIN
D, [2014-09-16T18:53:37.010651 #23095] [task:35-checkpoint] DEBUG -- : (0.000231s) UPDATE "tasks" SET "checkpoint_time" = '2014-09-16 18:53:37.009502+0000' WHERE ("id" = 35)
D, [2014-09-16T18:53:37.011617 #23095] [task:35-checkpoint] DEBUG -- : (0.000846s) COMMIT
D, [2014-09-16T18:53:37.945704 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.5c90de35-5cd2-468a-83a7-bd78e6e5eb75"}
D, [2014-09-16T18:53:37.947711 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.5c90de35-5cd2-468a-83a7-bd78e6e5eb75 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:37.948268 #23095] [task:35] DEBUG -- : (0.000306s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:38.194976 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:38.948879 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d19b92e8-d6fe-42db-aadf-a1007488a4c1"}
D, [2014-09-16T18:53:38.950979 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d19b92e8-d6fe-42db-aadf-a1007488a4c1 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:38.951571 #23095] [task:35] DEBUG -- : (0.000317s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:39.952233 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.263f43c4-bf09-4292-bffa-246e5f1d4d15"}
D, [2014-09-16T18:53:39.954412 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.263f43c4-bf09-4292-bffa-246e5f1d4d15 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:39.954997 #23095] [task:35] DEBUG -- : (0.000326s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:40.955633 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.96aaf0b1-cc9f-4a3e-8918-dbe6fc281c3e"}
D, [2014-09-16T18:53:40.957589 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.96aaf0b1-cc9f-4a3e-8918-dbe6fc281c3e {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:40.958163 #23095] [task:35] DEBUG -- : (0.000304s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:41.958808 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.7e2553d7-af63-4189-bf90-e7c01b761f5c"}
D, [2014-09-16T18:53:41.962246 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.7e2553d7-af63-4189-bf90-e7c01b761f5c {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:41.962769 #23095] [task:35] DEBUG -- : (0.000249s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:42.963431 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.e77741ca-f5c2-4cdb-b44c-2b85a96cc183"}
D, [2014-09-16T18:53:42.965777 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.e77741ca-f5c2-4cdb-b44c-2b85a96cc183 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:42.966404 #23095] [task:35] DEBUG -- : (0.000348s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:43.195844 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:43.967049 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c68dae93-f93b-4c25-987d-ab5d28431b5f"}
D, [2014-09-16T18:53:43.968771 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c68dae93-f93b-4c25-987d-ab5d28431b5f {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:43.969338 #23095] [task:35] DEBUG -- : (0.000301s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:44.969983 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b31b4a24-8589-4cd2-9562-b61d09756f50"}
D, [2014-09-16T18:53:44.972128 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b31b4a24-8589-4cd2-9562-b61d09756f50 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:44.972701 #23095] [task:35] DEBUG -- : (0.000311s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:45.973348 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.fc1429ae-f92e-47fa-ac1a-04f42baa4045"}
D, [2014-09-16T18:53:45.975540 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.fc1429ae-f92e-47fa-ac1a-04f42baa4045 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:45.976130 #23095] [task:35] DEBUG -- : (0.000331s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:46.976761 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.1427d394-f91a-472c-8cfd-29710ed54a9f"}
D, [2014-09-16T18:53:46.979894 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.1427d394-f91a-472c-8cfd-29710ed54a9f {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:46.980453 #23095] [task:35] DEBUG -- : (0.000294s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:47.981087 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.204908ee-003e-46da-9d23-b4bc88cac4e1"}
D, [2014-09-16T18:53:47.984203 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.204908ee-003e-46da-9d23-b4bc88cac4e1 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:47.984735 #23095] [task:35] DEBUG -- : (0.000268s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:48.196727 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:48.985392 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.030cc973-6d2d-4a24-8dc7-dd0fa38823a5"}
D, [2014-09-16T18:53:48.987699 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.030cc973-6d2d-4a24-8dc7-dd0fa38823a5 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:48.988204 #23095] [task:35] DEBUG -- : (0.000233s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:49.988845 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.220eea4c-70cd-40ff-a888-2b017a4dc2c7"}
D, [2014-09-16T18:53:49.992150 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.220eea4c-70cd-40ff-a888-2b017a4dc2c7 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:49.992763 #23095] [task:35] DEBUG -- : (0.000326s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:50.993429 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d5fdc784-ad3d-43f7-b22e-261790f7d9a0"}
D, [2014-09-16T18:53:50.995736 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d5fdc784-ad3d-43f7-b22e-261790f7d9a0 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:50.996340 #23095] [task:35] DEBUG -- : (0.000326s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:51.997023 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c05dcde7-7e91-480c-a44f-dc1af853627a"}
D, [2014-09-16T18:53:52.004433 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c05dcde7-7e91-480c-a44f-dc1af853627a {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:52.005053 #23095] [task:35] DEBUG -- : (0.000343s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:53.005678 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.046fce33-a59f-476b-8e71-78ba8624d1a0"}
D, [2014-09-16T18:53:53.011600 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.046fce33-a59f-476b-8e71-78ba8624d1a0 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:53.012150 #23095] [task:35] DEBUG -- : (0.000308s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:53.197653 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:54.012775 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.2661c0ae-04f9-4e45-9bc8-e2b64e71d154"}
D, [2014-09-16T18:53:54.014875 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.2661c0ae-04f9-4e45-9bc8-e2b64e71d154 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:54.015618 #23095] [task:35] DEBUG -- : (0.000464s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:55.016271 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.03d380b2-c7f5-4804-b621-45fb7fd7e280"}
D, [2014-09-16T18:53:55.018379 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.03d380b2-c7f5-4804-b621-45fb7fd7e280 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:55.018886 #23095] [task:35] DEBUG -- : (0.000236s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:56.019507 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.95f9e93c-4aea-43c9-958e-e1afaa995d1e"}
D, [2014-09-16T18:53:56.056566 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.95f9e93c-4aea-43c9-958e-e1afaa995d1e {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:56.057199 #23095] [task:35] DEBUG -- : (0.000356s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:57.057855 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.ff74a650-4f22-493a-ad93-c5038a1e0231"}
D, [2014-09-16T18:53:57.060623 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.ff74a650-4f22-493a-ad93-c5038a1e0231 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:57.061195 #23095] [task:35] DEBUG -- : (0.000306s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:58.061803 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.1ff6ebb0-92c6-4de1-b8a5-27ee680edcd4"}
D, [2014-09-16T18:53:58.063902 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.1ff6ebb0-92c6-4de1-b8a5-27ee680edcd4 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:58.064462 #23095] [task:35] DEBUG -- : (0.000277s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:53:58.198539 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:53:59.065087 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.545ce41d-2a74-4af9-b081-cead067da0a3"}
D, [2014-09-16T18:53:59.067254 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.545ce41d-2a74-4af9-b081-cead067da0a3 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:53:59.067886 #23095] [task:35] DEBUG -- : (0.000328s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:00.068596 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.302bcf4e-9b2f-40c9-a1ea-6f62c0e1b95e"}
D, [2014-09-16T18:54:00.070437 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.302bcf4e-9b2f-40c9-a1ea-6f62c0e1b95e {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:00.071027 #23095] [task:35] DEBUG -- : (0.000329s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:01.071673 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.a3f84efd-05f5-4302-9913-57e2e84f155d"}
D, [2014-09-16T18:54:01.073777 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.a3f84efd-05f5-4302-9913-57e2e84f155d {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:01.074332 #23095] [task:35] DEBUG -- : (0.000276s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:02.074921 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.9de259c6-36be-419f-80ee-12cb379240bb"}
D, [2014-09-16T18:54:02.077965 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.9de259c6-36be-419f-80ee-12cb379240bb {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:02.078431 #23095] [task:35] DEBUG -- : (0.000211s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:03.079034 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.78b094c9-61d9-4c60-aaab-17fbd044f7a9"}
D, [2014-09-16T18:54:03.081215 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.78b094c9-61d9-4c60-aaab-17fbd044f7a9 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:03.081826 #23095] [task:35] DEBUG -- : (0.000329s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:03.199415 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:04.082460 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4b5b3221-7846-40ff-a8b3-d8ae446e7278"}
D, [2014-09-16T18:54:04.084462 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4b5b3221-7846-40ff-a8b3-d8ae446e7278 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:04.085048 #23095] [task:35] DEBUG -- : (0.000330s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:05.085698 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.41a52ef2-01ae-4cc1-b0ea-36fecaee6c9d"}
D, [2014-09-16T18:54:05.087933 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.41a52ef2-01ae-4cc1-b0ea-36fecaee6c9d {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:05.088550 #23095] [task:35] DEBUG -- : (0.000335s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:06.089241 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.408b395b-9461-40a1-b42b-384dbea9ddf4"}
D, [2014-09-16T18:54:06.091087 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.408b395b-9461-40a1-b42b-384dbea9ddf4 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:06.091698 #23095] [task:35] DEBUG -- : (0.000331s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:07.012246 #23095] [task:35-checkpoint] DEBUG -- : (0.000118s) BEGIN
D, [2014-09-16T18:54:07.013046 #23095] [task:35-checkpoint] DEBUG -- : (0.000256s) UPDATE "tasks" SET "checkpoint_time" = '2014-09-16 18:54:07.011789+0000' WHERE ("id" = 35)
D, [2014-09-16T18:54:07.014104 #23095] [task:35-checkpoint] DEBUG -- : (0.000952s) COMMIT
D, [2014-09-16T18:54:07.092283 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.284a31b6-e2e5-4a42-8c74-3fe83338ea91"}
D, [2014-09-16T18:54:07.095399 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.284a31b6-e2e5-4a42-8c74-3fe83338ea91 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:07.095774 #23095] [task:35] DEBUG -- : (0.000162s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:08.096350 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.a56f4c8d-3dbb-498e-bfa2-f55397d1af08"}
D, [2014-09-16T18:54:08.098384 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.a56f4c8d-3dbb-498e-bfa2-f55397d1af08 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:08.098881 #23095] [task:35] DEBUG -- : (0.000237s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:08.200313 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:09.099491 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4a7f6d1d-9520-4121-b6ec-f7af2b6a3ba6"}
D, [2014-09-16T18:54:09.101675 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4a7f6d1d-9520-4121-b6ec-f7af2b6a3ba6 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:09.102261 #23095] [task:35] DEBUG -- : (0.000320s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:10.102930 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.e934ecaf-8eb9-4eb5-8a3c-9464f72d2783"}
D, [2014-09-16T18:54:10.105189 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.e934ecaf-8eb9-4eb5-8a3c-9464f72d2783 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:10.105831 #23095] [task:35] DEBUG -- : (0.000344s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:11.106540 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4c46616a-eb5e-40fc-8bfe-c497a2e5537c"}
D, [2014-09-16T18:54:11.108960 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4c46616a-eb5e-40fc-8bfe-c497a2e5537c {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:11.109533 #23095] [task:35] DEBUG -- : (0.000311s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:12.110207 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.42923d9c-be71-44ae-84a7-e3b29c51131a"}
D, [2014-09-16T18:54:12.113217 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.42923d9c-be71-44ae-84a7-e3b29c51131a {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:12.113798 #23095] [task:35] DEBUG -- : (0.000313s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:13.114430 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4a3f8df1-7573-4b94-82d8-574b728f2a1f"}
D, [2014-09-16T18:54:13.116882 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4a3f8df1-7573-4b94-82d8-574b728f2a1f {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:13.117508 #23095] [task:35] DEBUG -- : (0.000347s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:13.201087 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:14.118319 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.f51466ef-5590-4bc8-a09b-7421d67214cf"}
D, [2014-09-16T18:54:14.120568 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.f51466ef-5590-4bc8-a09b-7421d67214cf {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:14.121151 #23095] [task:35] DEBUG -- : (0.000269s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:15.121819 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.73728432-8b4d-4eb1-aa89-52ce960ef9a1"}
D, [2014-09-16T18:54:15.124159 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.73728432-8b4d-4eb1-aa89-52ce960ef9a1 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:15.124684 #23095] [task:35] DEBUG -- : (0.000236s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:16.125364 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.5f348f2b-d05a-473e-a0c6-066ce117030d"}
D, [2014-09-16T18:54:16.127626 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.5f348f2b-d05a-473e-a0c6-066ce117030d {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:16.128216 #23095] [task:35] DEBUG -- : (0.000330s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:17.128862 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.52d6d0d2-4cca-4118-88a1-5b15d28ef6b6"}
D, [2014-09-16T18:54:17.132306 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.52d6d0d2-4cca-4118-88a1-5b15d28ef6b6 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:17.132913 #23095] [task:35] DEBUG -- : (0.000308s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:18.133513 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c09fc902-aa69-440a-9186-70412b108c84"}
D, [2014-09-16T18:54:18.135459 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c09fc902-aa69-440a-9186-70412b108c84 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:18.136081 #23095] [task:35] DEBUG -- : (0.000338s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:18.201930 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:19.136731 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.8de142b9-2ddf-414f-84e9-0ffc9b1c47be"}
D, [2014-09-16T18:54:19.139040 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.8de142b9-2ddf-414f-84e9-0ffc9b1c47be {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:19.139625 #23095] [task:35] DEBUG -- : (0.000314s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:20.140256 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c3f03a69-30d5-496f-bc70-4961e049cbc9"}
D, [2014-09-16T18:54:20.142457 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c3f03a69-30d5-496f-bc70-4961e049cbc9 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:20.143019 #23095] [task:35] DEBUG -- : (0.000306s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:21.143634 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.53a51b73-8dbf-4aff-bf60-523064388c6d"}
D, [2014-09-16T18:54:21.145928 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.53a51b73-8dbf-4aff-bf60-523064388c6d {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:21.146441 #23095] [task:35] DEBUG -- : (0.000235s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:22.147077 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d3a2fbfd-50a1-4a3f-a735-3e3a8b862caa"}
D, [2014-09-16T18:54:22.149229 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d3a2fbfd-50a1-4a3f-a735-3e3a8b862caa {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:22.152270 #23095] [task:35] DEBUG -- : (0.000318s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:23.152945 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c04dceb3-aa36-429a-acc7-d3b28c190639"}
D, [2014-09-16T18:54:23.155061 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c04dceb3-aa36-429a-acc7-d3b28c190639 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:23.155648 #23095] [task:35] DEBUG -- : (0.000320s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:23.202897 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:24.156302 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.65bd43bc-8d92-4b31-88dc-0476e99bad3c"}
D, [2014-09-16T18:54:24.158412 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.65bd43bc-8d92-4b31-88dc-0476e99bad3c {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:24.159075 #23095] [task:35] DEBUG -- : (0.000350s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:25.159698 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.612045dd-a355-4279-902f-50812dd371c3"}
D, [2014-09-16T18:54:25.161738 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.612045dd-a355-4279-902f-50812dd371c3 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:25.162314 #23095] [task:35] DEBUG -- : (0.000312s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:26.162949 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4b90716a-36fc-4c7d-9fe3-86e19a143657"}
D, [2014-09-16T18:54:26.164823 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4b90716a-36fc-4c7d-9fe3-86e19a143657 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:26.165402 #23095] [task:35] DEBUG -- : (0.000329s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:27.166051 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c36daa13-8a28-4c0f-92d3-526ef94cc5a1"}
D, [2014-09-16T18:54:27.169101 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c36daa13-8a28-4c0f-92d3-526ef94cc5a1 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:27.169677 #23095] [task:35] DEBUG -- : (0.000292s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:28.170277 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.7b92d67f-39ab-4d66-aa89-e9862a76412c"}
D, [2014-09-16T18:54:28.172596 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.7b92d67f-39ab-4d66-aa89-e9862a76412c {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:28.173075 #23095] [task:35] DEBUG -- : (0.000209s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:28.203781 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:29.173753 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.1f2b70e6-f655-4f77-82b9-2de07faffc50"}
D, [2014-09-16T18:54:29.176140 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.1f2b70e6-f655-4f77-82b9-2de07faffc50 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:29.176742 #23095] [task:35] DEBUG -- : (0.000321s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:30.177408 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.ebfac219-4709-4171-a6d7-bfcd91e80aa1"}
D, [2014-09-16T18:54:30.179460 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.ebfac219-4709-4171-a6d7-bfcd91e80aa1 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:30.180061 #23095] [task:35] DEBUG -- : (0.000316s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:31.180738 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.20b28bb4-ee01-4ca5-87a3-a27ce0ffa1f1"}
D, [2014-09-16T18:54:31.183089 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.20b28bb4-ee01-4ca5-87a3-a27ce0ffa1f1 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:31.183688 #23095] [task:35] DEBUG -- : (0.000315s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:32.184324 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.ee7e96e8-18ca-453a-8911-8a32fdd9a186"}
D, [2014-09-16T18:54:32.187415 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.ee7e96e8-18ca-453a-8911-8a32fdd9a186 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:32.187966 #23095] [task:35] DEBUG -- : (0.000299s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:33.188627 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.61209433-466c-41e2-a914-e1c9199d1b19"}
D, [2014-09-16T18:54:33.190770 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.61209433-466c-41e2-a914-e1c9199d1b19 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:33.191359 #23095] [task:35] DEBUG -- : (0.000332s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:33.204508 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:34.191979 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d1f19abc-e157-4f23-9cbc-475da1c67345"}
D, [2014-09-16T18:54:34.194140 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d1f19abc-e157-4f23-9cbc-475da1c67345 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:34.194669 #23095] [task:35] DEBUG -- : (0.000258s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:35.195313 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.267cb6ae-29e2-42f2-af5e-b1cfaa226de6"}
D, [2014-09-16T18:54:35.197241 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.267cb6ae-29e2-42f2-af5e-b1cfaa226de6 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:35.197825 #23095] [task:35] DEBUG -- : (0.000310s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:36.198478 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.817b3eed-68d4-4079-96b9-225d5ad8b536"}
D, [2014-09-16T18:54:36.200837 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.817b3eed-68d4-4079-96b9-225d5ad8b536 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:36.201445 #23095] [task:35] DEBUG -- : (0.000325s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:37.014814 #23095] [task:35-checkpoint] DEBUG -- : (0.000138s) BEGIN
D, [2014-09-16T18:54:37.015634 #23095] [task:35-checkpoint] DEBUG -- : (0.000261s) UPDATE "tasks" SET "checkpoint_time" = '2014-09-16 18:54:37.014278+0000' WHERE ("id" = 35)
D, [2014-09-16T18:54:37.016679 #23095] [task:35-checkpoint] DEBUG -- : (0.000940s) COMMIT
D, [2014-09-16T18:54:37.202079 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.493a2f75-44a1-4d65-8446-1a134817e94c"}
D, [2014-09-16T18:54:37.206736 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.493a2f75-44a1-4d65-8446-1a134817e94c {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:37.207358 #23095] [task:35] DEBUG -- : (0.000312s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:38.205300 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:38.207953 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.11c06255-f711-47c9-bc4e-83ae5a6d09ce"}
D, [2014-09-16T18:54:38.209979 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.11c06255-f711-47c9-bc4e-83ae5a6d09ce {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:38.210545 #23095] [task:35] DEBUG -- : (0.000310s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:39.211245 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c448f538-bf52-4872-b7e1-593305b3862b"}
D, [2014-09-16T18:54:39.213112 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c448f538-bf52-4872-b7e1-593305b3862b {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:39.213682 #23095] [task:35] DEBUG -- : (0.000297s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:40.214322 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.651200e4-8dca-402e-b6a5-6455054ad76c"}
D, [2014-09-16T18:54:40.216224 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.651200e4-8dca-402e-b6a5-6455054ad76c {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:40.216767 #23095] [task:35] DEBUG -- : (0.000267s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:41.217353 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b0195de9-37f0-47a0-be19-c2301883d3f1"}
D, [2014-09-16T18:54:41.219615 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b0195de9-37f0-47a0-be19-c2301883d3f1 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:41.220138 #23095] [task:35] DEBUG -- : (0.000257s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:42.220786 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.50cb41dc-6f14-4bc9-bece-236eef476985"}
D, [2014-09-16T18:54:42.224025 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.50cb41dc-6f14-4bc9-bece-236eef476985 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:42.224658 #23095] [task:35] DEBUG -- : (0.000342s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:43.206206 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:43.225259 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.1c0d812c-5ffd-4f94-abc3-bf4f2328b771"}
D, [2014-09-16T18:54:43.227499 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.1c0d812c-5ffd-4f94-abc3-bf4f2328b771 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:43.228094 #23095] [task:35] DEBUG -- : (0.000322s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:44.228732 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.26455552-c91b-4862-95d2-697ad787d9ea"}
D, [2014-09-16T18:54:44.230807 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.26455552-c91b-4862-95d2-697ad787d9ea {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:44.231440 #23095] [task:35] DEBUG -- : (0.000360s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:45.232121 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.ae4303c9-f80e-4741-b1a6-9671c4be71d7"}
D, [2014-09-16T18:54:45.273145 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.ae4303c9-f80e-4741-b1a6-9671c4be71d7 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:45.273724 #23095] [task:35] DEBUG -- : (0.000305s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:46.274390 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.95592c11-9dc7-4443-8ee8-fad89326973d"}
D, [2014-09-16T18:54:46.276704 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.95592c11-9dc7-4443-8ee8-fad89326973d {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:46.277314 #23095] [task:35] DEBUG -- : (0.000320s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:47.277927 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.dd8f1b71-9cb6-4e72-928e-d626fdc4d98f"}
D, [2014-09-16T18:54:47.279932 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.dd8f1b71-9cb6-4e72-928e-d626fdc4d98f {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:47.280427 #23095] [task:35] DEBUG -- : (0.000226s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:48.207114 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:48.281096 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.1d464c4e-80c5-4acc-997d-403209c1ac22"}
D, [2014-09-16T18:54:48.283433 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.1d464c4e-80c5-4acc-997d-403209c1ac22 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:48.284033 #23095] [task:35] DEBUG -- : (0.000339s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:49.284682 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.cafb68df-3c60-4fa5-ac35-71ca692f5417"}
D, [2014-09-16T18:54:49.289373 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.cafb68df-3c60-4fa5-ac35-71ca692f5417 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:49.289929 #23095] [task:35] DEBUG -- : (0.000295s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:50.290593 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.9621a2fe-8751-4283-8fe1-0adcf26039a6"}
D, [2014-09-16T18:54:50.293023 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.9621a2fe-8751-4283-8fe1-0adcf26039a6 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:50.293648 #23095] [task:35] DEBUG -- : (0.000339s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:51.294314 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b4d610f8-1d95-4b77-b44c-3cf771ea1134"}
D, [2014-09-16T18:54:51.296670 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b4d610f8-1d95-4b77-b44c-3cf771ea1134 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:51.297242 #23095] [task:35] DEBUG -- : (0.000308s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:52.297917 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.57b5651b-0d32-4c35-b268-d0055458361c"}
D, [2014-09-16T18:54:52.299857 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.57b5651b-0d32-4c35-b268-d0055458361c {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:52.300489 #23095] [task:35] DEBUG -- : (0.000325s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:53.207976 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:53.301205 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.df903cd7-dc4f-45e5-bea8-0218b1c0f417"}
D, [2014-09-16T18:54:53.303403 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.df903cd7-dc4f-45e5-bea8-0218b1c0f417 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:53.304035 #23095] [task:35] DEBUG -- : (0.000365s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:54.304676 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.fa85085c-f556-40b6-a970-f7bfe69b6a46"}
D, [2014-09-16T18:54:54.307180 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.fa85085c-f556-40b6-a970-f7bfe69b6a46 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:54.307770 #23095] [task:35] DEBUG -- : (0.000305s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:55.308401 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.8ee0de49-033a-4378-bba1-63dea758c8d8"}
D, [2014-09-16T18:54:55.313497 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.8ee0de49-033a-4378-bba1-63dea758c8d8 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:55.314080 #23095] [task:35] DEBUG -- : (0.000295s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:56.314757 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.fc02bcf4-dbf8-44bc-b247-91cf34b25116"}
D, [2014-09-16T18:54:56.316983 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.fc02bcf4-dbf8-44bc-b247-91cf34b25116 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:56.317576 #23095] [task:35] DEBUG -- : (0.000323s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:57.318229 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.704bea96-6344-42d0-a6c8-07a02012d0f0"}
D, [2014-09-16T18:54:57.320049 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.704bea96-6344-42d0-a6c8-07a02012d0f0 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:57.320615 #23095] [task:35] DEBUG -- : (0.000312s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:58.208870 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:54:58.321263 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.b1469400-927d-4517-bdc1-853f775250a0"}
D, [2014-09-16T18:54:58.323508 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.b1469400-927d-4517-bdc1-853f775250a0 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:58.324116 #23095] [task:35] DEBUG -- : (0.000335s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:54:59.324780 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.6e1d8fe6-f0eb-4524-957a-8d2349af2b78"}
D, [2014-09-16T18:54:59.327128 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.6e1d8fe6-f0eb-4524-957a-8d2349af2b78 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:54:59.327696 #23095] [task:35] DEBUG -- : (0.000304s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:00.328338 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c79c0d4b-57c1-472a-8bc7-15ea1d463862"}
D, [2014-09-16T18:55:00.334684 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c79c0d4b-57c1-472a-8bc7-15ea1d463862 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:00.335326 #23095] [task:35] DEBUG -- : (0.000358s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:01.336008 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.1734e558-c669-43d8-a1a4-aaed27c1786d"}
D, [2014-09-16T18:55:01.338068 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.1734e558-c669-43d8-a1a4-aaed27c1786d {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:01.338656 #23095] [task:35] DEBUG -- : (0.000317s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:02.339315 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.1ce1eda8-a62e-48e1-8ec1-70d638bec914"}
D, [2014-09-16T18:55:02.355287 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.1ce1eda8-a62e-48e1-8ec1-70d638bec914 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:02.355865 #23095] [task:35] DEBUG -- : (0.000314s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:03.209858 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:03.356572 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.adfa4112-764f-4c2f-9a0e-1018826765f9"}
D, [2014-09-16T18:55:03.358551 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.adfa4112-764f-4c2f-9a0e-1018826765f9 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:03.359153 #23095] [task:35] DEBUG -- : (0.000321s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:04.359765 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.eb8f7ae6-98af-4214-9c10-25c5c7314c64"}
D, [2014-09-16T18:55:04.362203 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.eb8f7ae6-98af-4214-9c10-25c5c7314c64 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:04.362797 #23095] [task:35] DEBUG -- : (0.000325s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:05.363523 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4da2e4f1-f7e2-464a-890e-a92daecbd82b"}
D, [2014-09-16T18:55:05.366230 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4da2e4f1-f7e2-464a-890e-a92daecbd82b {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:05.367033 #23095] [task:35] DEBUG -- : (0.000423s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:06.367824 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.7e6f01fa-7bdd-4236-8ed1-dc855a3d8bfc"}
D, [2014-09-16T18:55:06.369677 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.7e6f01fa-7bdd-4236-8ed1-dc855a3d8bfc {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:06.370250 #23095] [task:35] DEBUG -- : (0.000309s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:07.017270 #23095] [task:35-checkpoint] DEBUG -- : (0.000125s) BEGIN
D, [2014-09-16T18:55:07.018154 #23095] [task:35-checkpoint] DEBUG -- : (0.000345s) UPDATE "tasks" SET "checkpoint_time" = '2014-09-16 18:55:07.016835+0000' WHERE ("id" = 35)
D, [2014-09-16T18:55:07.019567 #23095] [task:35-checkpoint] DEBUG -- : (0.001302s) COMMIT
D, [2014-09-16T18:55:07.370880 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.126df529-5b5a-48a4-afb2-7f8993be5bb6"}
D, [2014-09-16T18:55:07.372759 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.126df529-5b5a-48a4-afb2-7f8993be5bb6 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:07.373258 #23095] [task:35] DEBUG -- : (0.000232s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:08.210811 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:08.373885 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4f36e6b9-13b4-4c09-8c0f-cd13c085ef35"}
D, [2014-09-16T18:55:08.376576 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4f36e6b9-13b4-4c09-8c0f-cd13c085ef35 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:08.377133 #23095] [task:35] DEBUG -- : (0.000297s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:09.377742 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.7307663b-fe97-4029-853f-43ba0520f2ba"}
D, [2014-09-16T18:55:09.379765 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.7307663b-fe97-4029-853f-43ba0520f2ba {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:09.380399 #23095] [task:35] DEBUG -- : (0.000316s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:10.381055 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.232450dc-b369-47df-9daa-7b7d581ab04c"}
D, [2014-09-16T18:55:10.383400 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.232450dc-b369-47df-9daa-7b7d581ab04c {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:10.383982 #23095] [task:35] DEBUG -- : (0.000309s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:11.384628 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.ce9bf922-408c-4b9e-9250-024ecc088900"}
D, [2014-09-16T18:55:11.387410 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.ce9bf922-408c-4b9e-9250-024ecc088900 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:11.388028 #23095] [task:35] DEBUG -- : (0.000337s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:12.388706 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.c06b1714-4bae-4f6b-9fea-a1f36cbe8839"}
D, [2014-09-16T18:55:12.391331 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.c06b1714-4bae-4f6b-9fea-a1f36cbe8839 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:12.391941 #23095] [task:35] DEBUG -- : (0.000341s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:13.211739 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:13.392610 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.950f3d47-f1a0-494e-a77f-e5b95b48d23b"}
D, [2014-09-16T18:55:13.394990 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.950f3d47-f1a0-494e-a77f-e5b95b48d23b {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:13.395489 #23095] [task:35] DEBUG -- : (0.000236s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:14.396337 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.e662f91d-fd94-4962-a54b-226296895708"}
D, [2014-09-16T18:55:14.398913 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.e662f91d-fd94-4962-a54b-226296895708 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:14.399602 #23095] [task:35] DEBUG -- : (0.000381s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:15.400304 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.93495478-81bb-4825-a970-91fc29f88bf2"}
D, [2014-09-16T18:55:15.403457 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.93495478-81bb-4825-a970-91fc29f88bf2 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:15.404041 #23095] [task:35] DEBUG -- : (0.000308s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:16.404795 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.025943b1-d5db-4248-9b0b-d599ce5b64df"}
D, [2014-09-16T18:55:16.407168 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.025943b1-d5db-4248-9b0b-d599ce5b64df {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:16.407752 #23095] [task:35] DEBUG -- : (0.000310s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:17.408524 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.67cc45fc-0446-4d0c-b215-c017a399cdf3"}
D, [2014-09-16T18:55:17.411086 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.67cc45fc-0446-4d0c-b215-c017a399cdf3 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:17.411904 #23095] [task:35] DEBUG -- : (0.000444s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:18.212698 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:18.412832 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.9301d967-98d2-45e3-b470-8f10a0c44867"}
D, [2014-09-16T18:55:18.415406 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.9301d967-98d2-45e3-b470-8f10a0c44867 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:18.416016 #23095] [task:35] DEBUG -- : (0.000318s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:19.416596 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.92a1b29c-2956-4185-9675-59ab6552e376"}
D, [2014-09-16T18:55:19.418929 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.92a1b29c-2956-4185-9675-59ab6552e376 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:19.419390 #23095] [task:35] DEBUG -- : (0.000215s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:20.419985 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.1cda536e-f1da-4611-ba4c-de7dd3d2741e"}
D, [2014-09-16T18:55:20.422683 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.1cda536e-f1da-4611-ba4c-de7dd3d2741e {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:20.423240 #23095] [task:35] DEBUG -- : (0.000262s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:21.423966 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.872dc776-4f0c-4cf7-85e6-295b7ab78330"}
D, [2014-09-16T18:55:21.426265 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.872dc776-4f0c-4cf7-85e6-295b7ab78330 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:21.426888 #23095] [task:35] DEBUG -- : (0.000347s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:22.427541 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.982bd3f9-5a26-4908-8366-f71549150d17"}
D, [2014-09-16T18:55:22.441873 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.982bd3f9-5a26-4908-8366-f71549150d17 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:22.442480 #23095] [task:35] DEBUG -- : (0.000339s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:23.213726 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:23.443125 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.494c0593-c60a-4ccc-b6d2-4ce755ca6eb0"}
D, [2014-09-16T18:55:23.445400 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.494c0593-c60a-4ccc-b6d2-4ce755ca6eb0 {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:23.445992 #23095] [task:35] DEBUG -- : (0.000330s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:24.446653 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.289f734e-59ee-4b0b-b038-ed7713c628be"}
D, [2014-09-16T18:55:24.449248 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.289f734e-59ee-4b0b-b038-ed7713c628be {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:24.449825 #23095] [task:35] DEBUG -- : (0.000305s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:25.450481 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.a6c72580-946b-4835-b4f2-fc6165cb363e"}
D, [2014-09-16T18:55:25.452571 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.a6c72580-946b-4835-b4f2-fc6165cb363e {"value":{"agent_task_id":"ef17b21b-17f3-44e6-42f2-a58a8bf8d803","state":"running"}}
D, [2014-09-16T18:55:25.453221 #23095] [task:35] DEBUG -- : (0.000337s) SELECT * FROM "tasks" WHERE "id" = 35
D, [2014-09-16T18:55:26.453831 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["ef17b21b-17f3-44e6-42f2-a58a8bf8d803"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.9be43129-57f3-4d09-a93d-49ec5c811528"}
D, [2014-09-16T18:55:26.462524 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.9be43129-57f3-4d09-a93d-49ec5c811528 {"value":{"stdout":"################################################################################################################\ngo version go1.2.1 linux/amd64\nCONFIG=/var/vcap/jobs/smoke-tests/bin/config.json\n{\n \"suite_name\" : \"CF_SMOKE_TESTS\",\n \"api\" : \"api.test.cf.poo-face-sbm.com\",\n \"apps_domain\" : \"test.cf.poo-face-sbm.com\",\n \"user\" : \"admin\",\n \"password\" : \"admin\",\n \"org\" : \"test\",\n \"space\" : \"test\",\n \"use_existing_org\" : false,\n \"use_existing_space\" : false,\n \"logging_app\" : \"\",\n \"runtime_app\" : \"\",\n \"skip_ssl_validation\": true\n}CONFIG=/var/vcap/jobs/smoke-tests/bin/config.json\nGOPATH=/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/Godeps/_workspace:/var/vcap/packages/smoke-tests\nGOROOT=/var/vcap/data/packages/golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c.1-1d311712165119403965b49338b37f686b2ef74c\nOLDPWD=/var/vcap/bosh\nPATH=/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/Godeps/_workspace/bin:/var/vcap/packages/smoke-tests/bin:/var/vcap/packages/cli/bin:/var/vcap/data/packages/golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c.1-1d311712165119403965b49338b37f686b2ef74c/bin:/var/vcap/packages/git/bin:/usr/sbin:/usr/bin:/sbin:/bin\nPWD=/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests\nSHLVL=1\nTMPDIR=/var/vcap/data/tmp\n_=/usr/bin/env\n################################################################################################################\nRunning smoke tests...\n/var/vcap/data/packages/golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c.1-1d311712165119403965b49338b37f686b2ef74c/bin/go\nRunning Suite: CF-Smoke-Tests\n=============================\nRandom Seed: \u001b[1m1410893573\u001b[0m\nWill run \u001b[1m2\u001b[0m of \u001b[1m2\u001b[0m specs\n\n\u001b[0mRuntime:\u001b[0m \n \u001b[1mcan be pushed, scaled and deleted\u001b[0m\n \u001b[37m/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/smoke/runtime_test.go:62\u001b[0m\n\n\u001b[32m\u003e cf api api.test.cf.poo-face-sbm.com --skip-ssl-validation \u001b[0m\nSetting api endpoint to api.test.cf.poo-face-sbm.com...\nWarning: Insecure http API endpoint detected: secure https API endpoints are recommended\n\nOK\n\n \nAPI endpoint: http://api.test.cf.poo-face-sbm.com (API version: 2.8.0) \nNot logged in. Use 'cf login' to log in.\n\n\u001b[32m\u003e cf auth admin admin \u001b[0m\nAPI endpoint: http://api.test.cf.poo-face-sbm.com\nAuthenticating...\nOK\nUse 'cf target' to view or set your target org and space\n\n\u001b[32m\u003e cf create-quota test_QUOTA -m 10G -r 10 -s 2 \u001b[0m\nCreating quota test_QUOTA as admin...\nOK\n\n\u001b[32m\u003e cf create-org test \u001b[0m\nCreating org test as admin...\nOK\n\nTIP: Use 'cf target -o test' to target new org\n\n\u001b[32m\u003e cf set-quota test test_QUOTA \u001b[0m\nSetting quota test_QUOTA to org test as admin...\nOK\n\n\u001b[32m\u003e cf target -o test \u001b[0m\n \nAPI endpoint: http://api.test.cf.poo-face-sbm.com (API version: 2.8.0) \nUser: admin \nOrg: test \nSpace: No space targeted, use 'cf target -s SPACE' \n\n\u001b[32m\u003e cf create-space -o test test \u001b[0m\nCreating space test in org test as admin...\nOK\nAssigning role SpaceManager to user admin in org test / space test as admin...\nOK\nAssigning role SpaceDeveloper to user admin in org test / space test as admin...\nOK\n\nTIP: Use 'cf target -o test -s test' to target new space\n\n\u001b[32m\u003e cf target -s test \u001b[0m\n \nAPI endpoint: http://api.test.cf.poo-face-sbm.com (API version: 2.8.0) \nUser: admin \nOrg: test \nSpace: test \n\n\u001b[32m\u003e cf push ca25d472-c962-47b2-53ed-5b7146a144a6 -p ../assets/ruby_simple \u001b[0m\nCreating app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n\nCreating route ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com...\nOK\n\nBinding ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com to ca25d472-c962-47b2-53ed-5b7146a144a6...\nOK\n\nUploading ca25d472-c962-47b2-53ed-5b7146a144a6...\nUploading app files from: ../assets/ruby_simple\nUploading 596K, 10 files\nOK\n\nStarting app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n-----\u003e Downloaded app package (588K)\n\u0000\u0000\u0000\u0000/var/vcap/data/dea_next/admin_buildpacks/e9e4b1c7-c0d4-4545-b03b-6d42e00b06cc_c75cbf3fad7b749654847f2668cc5154482547a8/lib/cloud_foundry/language_pack/fetcher.rb:1: warning: already initialized constant DEPENDENCIES_PATH\n/var/vcap/data/dea_next/admin_buildpacks/e9e4b1c7-c0d4-4545-b03b-6d42e00b06cc_c75cbf3fad7b749654847f2668cc5154482547a8/lib/cloud_foundry/language_pack/helpers/plugins_installer.rb:1: warning: already initialized constant DEPENDENCIES_PATH\n\u0000\u0000\u0000\u0000-----\u003e Compiling Ruby/Rack\n-----\u003e Using Ruby version: ruby-1.9.3\n-----\u003e Installing dependencies using 1.6.3\n Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment\n Using bundler 1.6.3\n Installing tilt 1.4.1\n Installing rack 1.5.2\n Installing rack-protection 1.5.0\n Installing sinatra 1.4.3\n Your bundle is complete!\n Gems in the groups development and test were not installed.\n It was installed into ./vendor/bundle\n Bundle completed (0.46s)\n Cleaning up the bundler cache.\n-----\u003e WARNINGS:\n No Procfile detected, using the default web server (webrick)\n https://devcenter.heroku.com/articles/ruby-default-web-server\n-----\u003e Uploading droplet (12M)\n\n1 of 1 instances running\n\nApp started\n\nShowing health and status for app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n\nrequested state: started\ninstances: 1/1\nusage: 1G x 1 instances\nurls: ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\n\n state since cpu memory disk \n#0 running 2014-09-16 06:53:22 PM 0.0% 33.1M of 1G 42M of 1G \n\n\u001b[32m\u003e curl -s http://ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com \u001b[0m\nHealthy\nIt just needed to be restarted!\nMy application metadata: {\"limits\":{\"mem\":1024,\"disk\":1024,\"fds\":16384},\"application_version\":\"94b60ef2-d0aa-4322-960d-4e32148d7263\",\"application_name\":\"ca25d472-c962-47b2-53ed-5b7146a144a6\",\"application_uris\":[\"ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\"],\"version\":\"94b60ef2-d0aa-4322-960d-4e32148d7263\",\"name\":\"ca25d472-c962-47b2-53ed-5b7146a144a6\",\"space_name\":\"test\",\"space_id\":\"a96a71e6-5cfe-4c72-a57d-81058440131c\",\"uris\":[\"ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\"],\"users\":null,\"application_id\":\"625740d5-712a-4bf1-8fcd-72500b6a419d\",\"instance_id\":\"0713bac4a0064f7b8a08309df7524a2c\",\"instance_index\":0,\"host\":\"0.0.0.0\",\"port\":61002,\"started_at\":\"2014-09-16 18:53:20 +0000\",\"started_at_timestamp\":1410893600,\"start\":\"2014-09-16 18:53:20 +0000\",\"state_timestamp\":1410893600}\nMy port: 61002\nMy custom env variable: \n\n\u001b[32m\u003e cf scale ca25d472-c962-47b2-53ed-5b7146a144a6 -i 2 \u001b[0m\nScaling app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n\n\u001b[32m\u003e cf app ca25d472-c962-47b2-53ed-5b7146a144a6 \u001b[0m\nShowing health and status for app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n\nrequested state: started\ninstances: 1/2\nusage: 1G x 2 instances\nurls: ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\n\n state since cpu memory disk \n#0 running 2014-09-16 06:53:22 PM 0.0% 33.1M of 1G 42M of 1G \n#1 starting 2014-09-16 06:53:24 PM 0.0% 0 of 0 0 of 0 \n\n\u001b[32m\u003e cf app ca25d472-c962-47b2-53ed-5b7146a144a6 \u001b[0m\nShowing health and status for app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n\nrequested state: started\ninstances: 1/2\nusage: 1G x 2 instances\nurls: ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\n\n state since cpu memory disk \n#0 running 2014-09-16 06:53:22 PM 0.0% 33.1M of 1G 42M of 1G \n#1 starting 2014-09-16 06:53:24 PM 0.0% 0 of 1G 0 of 1G \n\n\u001b[32m\u003e cf app ca25d472-c962-47b2-53ed-5b7146a144a6 \u001b[0m\nShowing health and status for app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n\nrequested state: started\ninstances: 1/2\nusage: 1G x 2 instances\nurls: ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\n\n state since cpu memory disk \n#0 running 2014-09-16 06:53:22 PM 0.0% 33.1M of 1G 42M of 1G \n#1 running 2014-09-16 06:53:27 PM 0.0% 33.5M of 1G 42M of 1G \n\n\u001b[32m\u003e cf app ca25d472-c962-47b2-53ed-5b7146a144a6 \u001b[0m\nShowing health and status for app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n\nrequested state: started\ninstances: 1/2\nusage: 1G x 2 instances\nurls: ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\n\n state since cpu memory disk \n#0 running 2014-09-16 06:53:22 PM 0.0% 33.1M of 1G 42M of 1G \n#1 running 2014-09-16 06:53:27 PM 0.0% 33.5M of 1G 42M of 1G \n\n\u001b[32m\u003e cf app ca25d472-c962-47b2-53ed-5b7146a144a6 \u001b[0m\nShowing health and status for app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n\nrequested state: started\ninstances: 2/2\nusage: 1G x 2 instances\nurls: ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\n\n state since cpu memory disk \n#0 running 2014-09-16 06:53:22 PM 0.0% 33.1M of 1G 42M of 1G \n#1 running 2014-09-16 06:53:27 PM 0.0% 33.5M of 1G 42M of 1G \n\n\u001b[32m\u003e curl -s http://ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com \u001b[0m\nHealthy\nIt just needed to be restarted!\nMy application metadata: {\"limits\":{\"mem\":1024,\"disk\":1024,\"fds\":16384},\"application_version\":\"94b60ef2-d0aa-4322-960d-4e32148d7263\",\"application_name\":\"ca25d472-c962-47b2-53ed-5b7146a144a6\",\"application_uris\":[\"ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\"],\"version\":\"94b60ef2-d0aa-4322-960d-4e32148d7263\",\"name\":\"ca25d472-c962-47b2-53ed-5b7146a144a6\",\"space_name\":\"test\",\"space_id\":\"a96a71e6-5cfe-4c72-a57d-81058440131c\",\"uris\":[\"ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\"],\"users\":null,\"application_id\":\"625740d5-712a-4bf1-8fcd-72500b6a419d\",\"instance_id\":\"0713bac4a0064f7b8a08309df7524a2c\",\"instance_index\":0,\"host\":\"0.0.0.0\",\"port\":61002,\"started_at\":\"2014-09-16 18:53:20 +0000\",\"started_at_timestamp\":1410893600,\"start\":\"2014-09-16 18:53:20 +0000\",\"state_timestamp\":1410893600}\nMy port: 61002\nMy custom env variable: \n\n\u001b[32m\u003e curl -s http://ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com \u001b[0m\nHealthy\nIt just needed to be restarted!\nMy application metadata: {\"limits\":{\"mem\":1024,\"disk\":1024,\"fds\":16384},\"application_version\":\"94b60ef2-d0aa-4322-960d-4e32148d7263\",\"application_name\":\"ca25d472-c962-47b2-53ed-5b7146a144a6\",\"application_uris\":[\"ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\"],\"version\":\"94b60ef2-d0aa-4322-960d-4e32148d7263\",\"name\":\"ca25d472-c962-47b2-53ed-5b7146a144a6\",\"space_name\":\"test\",\"space_id\":\"a96a71e6-5cfe-4c72-a57d-81058440131c\",\"uris\":[\"ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\"],\"users\":null,\"application_id\":\"625740d5-712a-4bf1-8fcd-72500b6a419d\",\"instance_id\":\"0713bac4a0064f7b8a08309df7524a2c\",\"instance_index\":0,\"host\":\"0.0.0.0\",\"port\":61002,\"started_at\":\"2014-09-16 18:53:20 +0000\",\"started_at_timestamp\":1410893600,\"start\":\"2014-09-16 18:53:20 +0000\",\"state_timestamp\":1410893600}\nMy port: 61002\nMy custom env variable: \n\n\u001b[32m\u003e curl -s http://ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com \u001b[0m\nHealthy\nIt just needed to be restarted!\nMy application metadata: {\"limits\":{\"mem\":1024,\"disk\":1024,\"fds\":16384},\"application_version\":\"94b60ef2-d0aa-4322-960d-4e32148d7263\",\"application_name\":\"ca25d472-c962-47b2-53ed-5b7146a144a6\",\"application_uris\":[\"ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\"],\"version\":\"94b60ef2-d0aa-4322-960d-4e32148d7263\",\"name\":\"ca25d472-c962-47b2-53ed-5b7146a144a6\",\"space_name\":\"test\",\"space_id\":\"a96a71e6-5cfe-4c72-a57d-81058440131c\",\"uris\":[\"ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com\"],\"users\":null,\"application_id\":\"625740d5-712a-4bf1-8fcd-72500b6a419d\",\"instance_id\":\"a27ed90ed723490e8ed3ca14911f222b\",\"instance_index\":1,\"host\":\"0.0.0.0\",\"port\":61001,\"started_at\":\"2014-09-16 18:53:24 +0000\",\"started_at_timestamp\":1410893604,\"start\":\"2014-09-16 18:53:24 +0000\",\"state_timestamp\":1410893604}\nMy port: 61001\nMy custom env variable: \n\n\u001b[32m\u003e cf delete ca25d472-c962-47b2-53ed-5b7146a144a6 -f \u001b[0m\nDeleting app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\n\n\u001b[32m\u003e cf app ca25d472-c962-47b2-53ed-5b7146a144a6 \u001b[0m\nFAILED\nApp ca25d472-c962-47b2-53ed-5b7146a144a6 not found\n\n\u001b[32m\u003e curl -s http://ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com \u001b[0m\n404 Not Found: Requested route ('ca25d472-c962-47b2-53ed-5b7146a144a6.test.cf.poo-face-sbm.com') does not exist.\n\n\u001b[32m\u003e cf delete ca25d472-c962-47b2-53ed-5b7146a144a6 -f \u001b[0m\nDeleting app ca25d472-c962-47b2-53ed-5b7146a144a6 in org test / space test as admin...\nOK\nApp ca25d472-c962-47b2-53ed-5b7146a144a6 does not exist.\n\n\u001b[32m\u003e cf delete-space test -f \u001b[0m\nDeleting space test in org test as admin...\nOK\nTIP: No space targeted, use 'cf target -s' to target a space\n\n\u001b[32m\u003e cf delete-org test -f \u001b[0m\nDeleting org test as admin...\nOK\n\n\u001b[32m\u003e cf delete-quota test_QUOTA -f \u001b[0m\nDeleting quota test_QUOTA as admin...\nOK\n\n\u001b[32m\u003e cf logout \u001b[0m\nLogging out...\nOK\n\u001b[32m•\u001b[0m\n\u001b[90m------------------------------\u001b[0m\n\u001b[0mLoggregator:\u001b[0m \n \u001b[1mcan see app messages in the logs\u001b[0m\n \u001b[37m/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/smoke/loggregator_test.go:37\u001b[0m\n\n\u001b[32m\u003e cf api api.test.cf.poo-face-sbm.com --skip-ssl-validation \u001b[0m\nSetting api endpoint to api.test.cf.poo-face-sbm.com...\nWarning: Insecure http API endpoint detected: secure https API endpoints are recommended\n\nOK\n\n \nAPI endpoint: http://api.test.cf.poo-face-sbm.com (API version: 2.8.0) \nNot logged in. Use 'cf login' to log in.\n\n\u001b[32m\u003e cf auth admin admin \u001b[0m\nAPI endpoint: http://api.test.cf.poo-face-sbm.com\nAuthenticating...\nOK\nUse 'cf target' to view or set your target org and space\n\n\u001b[32m\u003e cf create-quota test_QUOTA -m 10G -r 10 -s 2 \u001b[0m\nCreating quota test_QUOTA as admin...\nOK\n\n\u001b[32m\u003e cf create-org test \u001b[0m\nCreating org test as admin...\nOK\n\nTIP: Use 'cf target -o test' to target new org\n\n\u001b[32m\u003e cf set-quota test test_QUOTA \u001b[0m\nSetting quota test_QUOTA to org test as admin...\nOK\n\n\u001b[32m\u003e cf target -o test \u001b[0m\n \nAPI endpoint: http://api.test.cf.poo-face-sbm.com (API version: 2.8.0) \nUser: admin \nOrg: test \nSpace: No space targeted, use 'cf target -s SPACE' \n\n\u001b[32m\u003e cf create-space -o test test \u001b[0m\nCreating space test in org test as admin...\nOK\nAssigning role SpaceManager to user admin in org test / space test as admin...\nOK\nAssigning role SpaceDeveloper to user admin in org test / space test as admin...\nOK\n\nTIP: Use 'cf target -o test -s test' to target new space\n\n\u001b[32m\u003e cf target -s test \u001b[0m\n \nAPI endpoint: http://api.test.cf.poo-face-sbm.com (API version: 2.8.0) \nUser: admin \nOrg: test \nSpace: test \n\n\u001b[32m\u003e cf push 7b217a04-01a6-4a15-59f9-d745738e991f -p ../assets/ruby_simple \u001b[0m\nCreating app 7b217a04-01a6-4a15-59f9-d745738e991f in org test / space test as admin...\nOK\n\nCreating route 7b217a04-01a6-4a15-59f9-d745738e991f.test.cf.poo-face-sbm.com...\nOK\n\nBinding 7b217a04-01a6-4a15-59f9-d745738e991f.test.cf.poo-face-sbm.com to 7b217a04-01a6-4a15-59f9-d745738e991f...\nOK\n\nUploading 7b217a04-01a6-4a15-59f9-d745738e991f...\nUploading app files from: ../assets/ruby_simple\nUploading 596K, 10 files\nOK\n\nStarting app 7b217a04-01a6-4a15-59f9-d745738e991f in org test / space test as admin...\nOK\n-----\u003e Downloaded app package (588K)\n\u0000\u0000\u0000\u0000/var/vcap/data/dea_next/admin_buildpacks/e9e4b1c7-c0d4-4545-b03b-6d42e00b06cc_c75cbf3fad7b749654847f2668cc5154482547a8/lib/cloud_foundry/language_pack/fetcher.rb:1: warning: already initialized constant DEPENDENCIES_PATH\n/var/vcap/data/dea_next/admin_buildpacks/e9e4b1c7-c0d4-4545-b03b-6d42e00b06cc_c75cbf3fad7b749654847f2668cc5154482547a8/lib/cloud_foundry/language_pack/helpers/plugins_installer.rb:1: warning: already initialized constant DEPENDENCIES_PATH\n\u0000\u0000\u0000\u0000-----\u003e Compiling Ruby/Rack\n-----\u003e Using Ruby version: ruby-1.9.3\n-----\u003e Installing dependencies using 1.6.3\n Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment\n Using bundler 1.6.3\n Installing tilt 1.4.1\n Installing rack 1.5.2\n Installing rack-protection 1.5.0\n Installing sinatra 1.4.3\n Your bundle is complete!\n Gems in the groups development and test were not installed.\n It was installed into ./vendor/bundle\n Bundle completed (0.56s)\n Cleaning up the bundler cache.\n-----\u003e WARNINGS:\n No Procfile detected, using the default web server (webrick)\n https://devcenter.heroku.com/articles/ruby-default-web-server\n-----\u003e Uploading droplet (12M)\n\n0 of 1 instances running, 1 starting\n1 of 1 instances running\n\nApp started\n\nShowing health and status for app 7b217a04-01a6-4a15-59f9-d745738e991f in org test / space test as admin...\nOK\n\nrequested state: started\ninstances: 1/1\nusage: 1G x 1 instances\nurls: 7b217a04-01a6-4a15-59f9-d745738e991f.test.cf.poo-face-sbm.com\n\n state since cpu memory disk \n#0 running 2014-09-16 06:55:04 PM 0.0% 32.2M of 1G 42M of 1G \n\n\u001b[32m\u003e cf logs --recent 7b217a04-01a6-4a15-59f9-d745738e991f \u001b[0m\nConnected, dumping recent logs for app 7b217a04-01a6-4a15-59f9-d745738e991f in org test / space test as admin...\n\n2014-09-16T18:53:45.89+0000 [API] OUT Created app with guid 2eb1a47e-da61-4d41-9d85-db4f9a4b0b81\n2014-09-16T18:53:46.03+0000 [API] OUT Updated app with guid 2eb1a47e-da61-4d41-9d85-db4f9a4b0b81 ({\"route\"=\u003e\"2e1ccf18-0b0c-4418-a399-e71bb57c67db\"})\n2014-09-16T18:53:51.39+0000 [DEA] OUT Got staging request for app with id 2eb1a47e-da61-4d41-9d85-db4f9a4b0b81\n2014-09-16T18:54:44.91+0000 [API] OUT Updated app with guid 2eb1a47e-da61-4d41-9d85-db4f9a4b0b81 ({\"state\"=\u003e\"STARTED\"})\n2014-09-16T18:54:44.99+0000 [STG] OUT -----\u003e Downloaded app package (588K)\n2014-09-16T18:54:45.54+0000 [STG] ERR \u0000\u0000\u0000\u0000/var/vcap/data/dea_next/admin_buildpacks/e9e4b1c7-c0d4-4545-b03b-6d42e00b06cc_c75cbf3fad7b749654847f2668cc5154482547a8/lib/cloud_foundry/language_pack/fetcher.rb:1: warning: already initialized constant DEPENDENCIES_PATH\n2014-09-16T18:54:45.54+0000 [STG] ERR /var/vcap/data/dea_next/admin_buildpacks/e9e4b1c7-c0d4-4545-b03b-6d42e00b06cc_c75cbf3fad7b749654847f2668cc5154482547a8/lib/cloud_foundry/language_pack/helpers/plugins_installer.rb:1: warning: already initialized constant DEPENDENCIES_PATH\n2014-09-16T18:54:45.74+0000 [STG] OUT \u0000\u0000\u0000\u0000-----\u003e Compiling Ruby/Rack\n2014-09-16T18:54:46.38+0000 [STG] OUT -----\u003e Using Ruby version: ruby-1.9.3\n2014-09-16T18:54:46.43+0000 [STG] OUT -----\u003e Installing dependencies using 1.6.3\n2014-09-16T18:54:46.57+0000 [STG] OUT Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment\n2014-09-16T18:54:46.94+0000 [STG] OUT Using bundler 1.6.3\n2014-09-16T18:54:46.96+0000 [STG] OUT Installing tilt 1.4.1\n2014-09-16T18:54:47.01+0000 [STG] OUT Installing rack 1.5.2\n2014-09-16T18:54:47.03+0000 [STG] OUT Installing rack-protection 1.5.0\n2014-09-16T18:54:47.10+0000 [STG] OUT Installing sinatra 1.4.3\n2014-09-16T18:54:47.12+0000 [STG] OUT Your bundle is complete!\n2014-09-16T18:54:47.12+0000 [STG] OUT Gems in the groups development and test were not installed.\n2014-09-16T18:54:47.12+0000 [STG] OUT It was installed into ./vendor/bundle\n2014-09-16T18:54:47.14+0000 [STG] OUT Bundle completed (0.56s)\n2014-09-16T18:54:47.14+0000 [STG] OUT Cleaning up the bundler cache.\n2014-09-16T18:54:47.46+0000 [STG] OUT -----\u003e WARNINGS:\n2014-09-16T18:54:47.46+0000 [STG] OUT No Procfile detected, using the default web server (webrick)\n2014-09-16T18:54:47.46+0000 [STG] OUT https://devcenter.heroku.com/articles/ruby-default-web-server\n2014-09-16T18:54:52.68+0000 [STG] OUT -----\u003e Uploading droplet (12M)\n2014-09-16T18:54:57.98+0000 [DEA] OUT Starting app instance (index 0) with guid 2eb1a47e-da61-4d41-9d85-db4f9a4b0b81\n2014-09-16T18:55:04.63+0000 [App/0] OUT \u0000\u0000\u0000\u0000Tick: 1410893704\n2014-09-16T18:55:04.67+0000 [App/0] ERR \u0000\u0000\u0000\u0000[2014-09-16 18:55:04] INFO WEBrick 1.3.1\n2014-09-16T18:55:04.67+0000 [App/0] ERR [2014-09-16 18:55:04] INFO ruby 1.9.3 (2014-05-14) [x86_64-linux]\n2014-09-16T18:55:04.67+0000 [App/0] ERR [2014-09-16 18:55:04] INFO WEBrick::HTTPServer#start: pid=33 port=61002\n2014-09-16T18:55:05.63+0000 [App/0] OUT Tick: 1410893705\n2014-09-16T18:55:06.63+0000 [App/0] OUT Tick: 1410893706\n2014-09-16T18:55:07.63+0000 [App/0] OUT Tick: 1410893707\n2014-09-16T18:55:08.63+0000 [App/0] OUT Tick: 1410893708\n2014-09-16T18:55:09.63+0000 [App/0] OUT Tick: 1410893709\n\n\u001b[32m\u003e cf delete 7b217a04-01a6-4a15-59f9-d745738e991f -f \u001b[0m\nDeleting app 7b217a04-01a6-4a15-59f9-d745738e991f in org test / space test as admin...\nOK\n\n\u001b[32m\u003e cf delete-space test -f \u001b[0m\nDeleting space test in org test as admin...\nOK\nTIP: No space targeted, use 'cf target -s' to target a space\n\n\u001b[32m\u003e cf delete-org test -f \u001b[0m\nDeleting org test as admin...\nOK\n\n\u001b[32m\u003e cf delete-quota test_QUOTA -f \u001b[0m\nDeleting quota test_QUOTA as admin...\nOK\n\n\u001b[32m\u003e cf logout \u001b[0m\nLogging out...\nOK\n\u001b[32m•\u001b[0m\n\u001b[1m\u001b[32mRan 2 of 2 Specs in 141.651 seconds\u001b[0m\n\u001b[1m\u001b[32mSUCCESS!\u001b[0m -- \u001b[32m\u001b[1m2 Passed\u001b[0m | \u001b[91m\u001b[1m0 Failed\u001b[0m | \u001b[33m\u001b[1m0 Pending\u001b[0m | \u001b[36m\u001b[1m0 Skipped\u001b[0m PASS\n\nGinkgo ran 1 suite in 2m32.266125521s\nTest Suite Passed\nSmoke Tests Complete; exit status: 0\n","stderr":"+ which go\n+ local_gopath=/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/Godeps/_workspace\n+ mkdir -p /var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/Godeps/_workspace/bin\n+ export GOPATH=/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/Godeps/_workspace:/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/Godeps/_workspace:/var/vcap/packages/smoke-tests\n+ export PATH=/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/Godeps/_workspace/bin:/var/vcap/packages/smoke-tests/src/github.com/cloudfoundry-incubator/cf-smoke-tests/Godeps/_workspace/bin:/var/vcap/packages/smoke-tests/bin:/var/vcap/packages/cli/bin:/var/vcap/data/packages/golang/aa5f90f06ada376085414bfc0c56c8cd67abba9c.1-1d311712165119403965b49338b37f686b2ef74c/bin:/var/vcap/packages/git/bin:/usr/sbin:/usr/bin:/sbin:/bin\n+ go install -v github.com/onsi/ginkgo/ginkgo\ngithub.com/onsi/ginkgo/config\ngithub.com/onsi/ginkgo/ginkgo/convert\ngithub.com/onsi/ginkgo/ginkgo/nodot\ngithub.com/onsi/ginkgo/ginkgo/testsuite\ngithub.com/onsi/ginkgo/types\ngithub.com/onsi/ginkgo/reporters/stenographer\ngithub.com/onsi/ginkgo/reporters\ngithub.com/onsi/ginkgo/internal/remote\ngithub.com/onsi/ginkgo/ginkgo/testrunner\ngithub.com/onsi/ginkgo/ginkgo/watch\ngithub.com/onsi/ginkgo/ginkgo\n+ ginkgo -r -v -slowSpecThreshold=300\n","exit_code":0}}
I, [2014-09-16T18:55:26.463247 #23095] [task:35] INFO -- : Fetching logs from agent with log_type=job filters=
D, [2014-09-16T18:55:26.465143 #23095] [task:35] DEBUG -- : (0.001163s) SELECT COUNT(*) AS "count" FROM "log_bundles" WHERE (timestamp <= '2014-09-06 18:55:26.463295+0000') LIMIT 1
I, [2014-09-16T18:55:26.465257 #23095] [task:35] INFO -- : Deleting 0 old log bundle(s) before 2014-09-06 18:55:26 +0000
D, [2014-09-16T18:55:26.465556 #23095] [task:35] DEBUG -- : (0.000132s) SELECT * FROM "log_bundles" WHERE (timestamp <= '2014-09-06 18:55:26.463295+0000')
D, [2014-09-16T18:55:26.466119 #23095] [task:35] DEBUG -- : (0.000195s) SELECT * FROM "vms" WHERE ("agent_id" = '9c3bd91a-b08f-4562-a0ef-2f2c12d85880') LIMIT 1
D, [2014-09-16T18:55:26.466509 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"fetch_logs","arguments":["job",null],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.6eef16a2-7c08-431e-a452-adc62db62e82"}
D, [2014-09-16T18:55:26.468399 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.6eef16a2-7c08-431e-a452-adc62db62e82 {"value":{"agent_task_id":"228b4649-b5e0-4cb4-782d-258edecd752b","state":"running"}}
D, [2014-09-16T18:55:26.468621 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["228b4649-b5e0-4cb4-782d-258edecd752b"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.35292518-9c88-4f94-ae70-43249a954290"}
D, [2014-09-16T18:55:26.470623 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.35292518-9c88-4f94-ae70-43249a954290 {"value":{"agent_task_id":"228b4649-b5e0-4cb4-782d-258edecd752b","state":"running"}}
D, [2014-09-16T18:55:27.471067 #23095] [task:35] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["228b4649-b5e0-4cb4-782d-258edecd752b"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.34bedc77-5530-450b-98b9-f5cd9f710610"}
D, [2014-09-16T18:55:27.473312 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.34bedc77-5530-450b-98b9-f5cd9f710610 {"value":{"blobstore_id":"8aee9568-34e3-429e-7739-512891bc9b36"}}
I, [2014-09-16T18:55:27.473559 #23095] [task:35] INFO -- : Registering log bundle with blobstore id 8aee9568-34e3-429e-7739-512891bc9b36
D, [2014-09-16T18:55:27.475424 #23095] [task:35] DEBUG -- : (0.000718s) SELECT COUNT(*) AS "count" FROM "log_bundles" WHERE ("blobstore_id" = '8aee9568-34e3-429e-7739-512891bc9b36') LIMIT 1
D, [2014-09-16T18:55:27.475661 #23095] [task:35] DEBUG -- : (0.000057s) BEGIN
D, [2014-09-16T18:55:27.482639 #23095] [task:35] DEBUG -- : (0.006572s) INSERT INTO "log_bundles" ("blobstore_id", "timestamp") VALUES ('8aee9568-34e3-429e-7739-512891bc9b36', '2014-09-16 18:55:27.473599+0000') RETURNING *
D, [2014-09-16T18:55:27.483764 #23095] [task:35] DEBUG -- : (0.000877s) COMMIT
I, [2014-09-16T18:55:27.484176 #23095] [task:35] INFO -- : Starting to delete job instances
I, [2014-09-16T18:55:27.484235 #23095] [task:35] INFO -- : Deleting errand instances
D, [2014-09-16T18:55:27.484346 #23095] [task:35] DEBUG -- : Creating new thread
D, [2014-09-16T18:55:27.484434 #23095] [task:35] DEBUG -- : Waiting for tasks to complete
I, [2014-09-16T18:55:27.484531 #23095] [0x2b54300] INFO -- : Delete unneeded instance: vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234
D, [2014-09-16T18:55:27.485103 #23095] [0x2b54300] DEBUG -- : (0.000180s) SELECT * FROM "vms" WHERE ("agent_id" = '9c3bd91a-b08f-4562-a0ef-2f2c12d85880') LIMIT 1
D, [2014-09-16T18:55:27.485351 #23095] [0x2b54300] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"drain","arguments":["shutdown"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.d878769d-ef4f-4578-806d-1f7e8c3624d0"}
D, [2014-09-16T18:55:27.487209 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.d878769d-ef4f-4578-806d-1f7e8c3624d0 {"value":{"agent_task_id":"e3187dab-7718-450b-56b7-6d1617a8bcc5","state":"running"}}
D, [2014-09-16T18:55:27.487456 #23095] [0x2b54300] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["e3187dab-7718-450b-56b7-6d1617a8bcc5"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.f5764a1d-c810-42f7-9b38-c6a426626a88"}
D, [2014-09-16T18:55:27.489788 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.f5764a1d-c810-42f7-9b38-c6a426626a88 {"value":{"agent_task_id":"e3187dab-7718-450b-56b7-6d1617a8bcc5","state":"running"}}
D, [2014-09-16T18:55:28.214708 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:28.490276 #23095] [0x2b54300] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["e3187dab-7718-450b-56b7-6d1617a8bcc5"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.cbf0eefe-da6b-4383-a122-94765b5668d4"}
D, [2014-09-16T18:55:28.492214 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.cbf0eefe-da6b-4383-a122-94765b5668d4 {"value":0}
D, [2014-09-16T18:55:28.492530 #23095] [0x2b54300] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"stop","arguments":[],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.cac67027-648f-4a1b-95c4-a1dd6dcf17e5"}
D, [2014-09-16T18:55:28.494348 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.cac67027-648f-4a1b-95c4-a1dd6dcf17e5 {"value":{"agent_task_id":"a8cf1f79-9aef-4de3-6dd9-aad3c357f8fb","state":"running"}}
D, [2014-09-16T18:55:28.494572 #23095] [0x2b54300] DEBUG -- : SENT: agent.9c3bd91a-b08f-4562-a0ef-2f2c12d85880 {"method":"get_task","arguments":["a8cf1f79-9aef-4de3-6dd9-aad3c357f8fb"],"reply_to":"director.abf304f6-3242-40e6-9779-a80d93a8b440.4d8f8ce3-db98-4dce-81db-519e4e2230ab"}
D, [2014-09-16T18:55:28.499629 #23095] [0x21ea6d4] DEBUG -- : RECEIVED: director.abf304f6-3242-40e6-9779-a80d93a8b440.4d8f8ce3-db98-4dce-81db-519e4e2230ab {"value":"stopped"}
I, [2014-09-16T18:55:28.499778 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] INFO -- : Deleting vm: vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234
D, [2014-09-16T18:55:28.508635 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Search for folder Online_live/boshTestVM/26e51b0a-773b-407d-bf3b-71a64c62ff44
D, [2014-09-16T18:55:28.570518 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Found folder Online_live/boshTestVM/26e51b0a-773b-407d-bf3b-71a64c62ff44: <[Vim.Folder] group-v31265>
I, [2014-09-16T18:55:28.610291 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] INFO -- : Powering off vm: vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234
I, [2014-09-16T18:55:31.660665 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] INFO -- : Deleted vm: vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234
D, [2014-09-16T18:55:32.693934 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:33.197160 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:33.215678 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:33.700901 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:34.204573 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:34.708453 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:35.211971 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:35.715713 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:36.220405 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:36.724168 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:37.020134 #23095] [task:35-checkpoint] DEBUG -- : (0.000088s) BEGIN
D, [2014-09-16T18:55:37.020819 #23095] [task:35-checkpoint] DEBUG -- : (0.000209s) UPDATE "tasks" SET "checkpoint_time" = '2014-09-16 18:55:37.019742+0000' WHERE ("id" = 35)
D, [2014-09-16T18:55:37.022071 #23095] [task:35-checkpoint] DEBUG -- : (0.001152s) COMMIT
D, [2014-09-16T18:55:37.227789 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:37.731461 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:38.216424 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:38.235177 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:38.738974 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:39.242819 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:39.746859 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:40.250773 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:40.754772 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:41.260396 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:41.764303 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:42.268505 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:42.772232 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:43.217120 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:43.276190 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:43.780197 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:44.284213 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:44.788124 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:45.292190 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:45.796153 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:46.303441 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:46.807486 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:47.311470 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:47.815413 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:48.217881 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:48.319372 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:48.823162 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:49.327306 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:49.831110 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:50.386154 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:50.891411 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:51.396228 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:51.900158 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:52.403924 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:52.907686 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:53.218638 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:53.411467 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:53.915458 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:54.419594 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:54.923320 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:55.427112 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:55.931190 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:56.436205 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:56.940574 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:57.444653 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:57.948642 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:58.219427 #23095] [0x2516358] DEBUG -- : Renewing lock: lock:deployment:test
D, [2014-09-16T18:55:58.452245 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:58.955917 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:59.459890 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:55:59.964578 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:56:00.468685 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:56:00.972925 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:56:01.478329 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:56:01.982604 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:56:02.486768 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Creating DRS rule attribute: drs_lock
D, [2014-09-16T18:56:02.491278 #23095] [delete_vm(vm-ad8ff33b-bab7-47f5-9d1c-7b058ba9b234)] DEBUG -- : Failed to acquire drs lock
D, [2014-09-16T18:56:02.491539 #23095] [0x2b54300] DEBUG -- : Worker thread raised exception: Failed to acquire DRS lock - /var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/drs_rules/drs_lock.rb:37:in `rescue in acquire_lock'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/drs_rules/drs_lock.rb:32:in `acquire_lock'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/drs_rules/drs_lock.rb:18:in `with_drs_lock'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/drs_rules/drs_rule_cleaner.rb:20:in `clean'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/cloud.rb:269:in `block in delete_vm'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_formatter.rb:46:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/cloud.rb:207:in `delete_vm'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/instance_deleter.rb:35:in `block in delete_instance'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/event_log.rb:83:in `call'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/event_log.rb:83:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/instance_deleter.rb:33:in `delete_instance'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/instance_deleter.rb:21:in `block (3 levels) in delete_instances'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_pool.rb:63:in `block in create_thread'
D, [2014-09-16T18:56:02.491591 #23095] [0x2b54300] DEBUG -- : Thread is no longer needed, cleaning up
D, [2014-09-16T18:56:02.491708 #23095] [task:35] DEBUG -- : Shutting down pool
D, [2014-09-16T18:56:02.491860 #23095] [0x2516358] DEBUG -- : Lock renewal thread exiting
D, [2014-09-16T18:56:02.491815 #23095] [task:35] DEBUG -- : Deleting lock: lock:deployment:test
D, [2014-09-16T18:56:02.493244 #23095] [task:35] DEBUG -- : Deleted lock: lock:deployment:test
E, [2014-09-16T18:56:02.493386 #23095] [task:35] ERROR -- : Failed to acquire DRS lock
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/drs_rules/drs_lock.rb:37:in `rescue in acquire_lock'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/drs_rules/drs_lock.rb:32:in `acquire_lock'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/drs_rules/drs_lock.rb:18:in `with_drs_lock'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/drs_rules/drs_rule_cleaner.rb:20:in `clean'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/cloud.rb:269:in `block in delete_vm'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_formatter.rb:46:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_vsphere_cpi-1.2710.0/lib/cloud/vsphere/cloud.rb:207:in `delete_vm'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/instance_deleter.rb:35:in `block in delete_instance'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/event_log.rb:83:in `call'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/event_log.rb:83:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/instance_deleter.rb:33:in `delete_instance'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh-director-1.2710.0/lib/bosh/director/instance_deleter.rb:21:in `block (3 levels) in delete_instances'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/1.9.1/gems/bosh_common-1.2710.0/lib/common/thread_pool.rb:63:in `block in create_thread'
D, [2014-09-16T18:56:02.493809 #23095] [task:35] DEBUG -- : (0.000118s) BEGIN
D, [2014-09-16T18:56:02.494831 #23095] [task:35] DEBUG -- : (0.000404s) UPDATE "tasks" SET "state" = 'error', "timestamp" = '2014-09-16 18:56:02.493497+0000', "description" = 'run errand smoke_tests from deployment test', "result" = 'Failed to acquire DRS lock', "output" = '/var/vcap/store/director/tasks/35', "user_id" = NULL, "checkpoint_time" = '2014-09-16 18:55:37.019742+0000', "type" = 'run_errand' WHERE ("id" = 35)
D, [2014-09-16T18:56:02.498057 #23095] [task:35] DEBUG -- : (0.003122s) COMMIT
I, [2014-09-16T18:56:02.498171 #23095] [0x136f078] INFO -- : Task took 3 minutes 55.49521675400001 seconds to process.
Task 35 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment