Skip to content

Instantly share code, notes, and snippets.

@shalako
Created June 26, 2015 17:42
Show Gist options
  • Save shalako/8ab6016f97aa1dc71da7 to your computer and use it in GitHub Desktop.
Save shalako/8ab6016f97aa1dc71da7 to your computer and use it in GitHub Desktop.
$ bosh deploy
Processing deployment manifest
------------------------------
Getting deployment properties from director...
Unable to get properties list from director, trying without it...
Compiling deployment manifest...
Cannot get current deployment information from director, possibly a new deployment
Please review all changes carefully
Deploying
---------
Deployment name: `diego.yml'
Director name: `Bosh Lite Director'
Are you sure you want to deploy? (type 'yes' to continue): yes
Director task 6
Started preparing deployment
Started preparing deployment > Binding deployment. Done (00:00:00)
Started preparing deployment > Binding releases. Done (00:00:00)
Started preparing deployment > Binding existing deployment. Done (00:00:00)
Started preparing deployment > Binding resource pools. Done (00:00:00)
Started preparing deployment > Binding stemcells. Done (00:00:00)
Started preparing deployment > Binding templates. Done (00:00:00)
Started preparing deployment > Binding properties. Done (00:00:00)
Started preparing deployment > Binding unallocated VMs. Done (00:00:00)
Started preparing deployment > Binding instance networks. Done (00:00:00)
Done preparing deployment (00:00:00)
Started preparing package compilation > Finding packages to compile. Done (00:00:01)
Started compiling packages
Started compiling packages > windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a
Started compiling packages > docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41
Started compiling packages > shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285
Started compiling packages > iptables/7226d311e90f49b05287e79f339581a1de9ea82e
Started compiling packages > rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876
Started compiling packages > golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7. Failed: Could not reserve network for package compilation: capacity (00:00:00)
Done compiling packages > docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41 (00:00:04)
Done compiling packages > windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a (00:00:04)
Done compiling packages > iptables/7226d311e90f49b05287e79f339581a1de9ea82e (00:00:22)
Done compiling packages > shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285 (00:00:33)
Done compiling packages > rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876 (00:00:54)
Error 430001: Could not reserve network for package compilation: capacity
Task 6 error
For a more detailed error report, run: bosh task 6 --debug
$ bosh task 6 --debug
Director task 6
I, [2015-06-26T17:13:27.034120 #1686] [0x3f98ad7bb314] INFO -- TaskHelper: Director Version: 1.2922.0
I, [2015-06-26T17:13:27.034153 #1686] [0x3f98ad7bb314] INFO -- TaskHelper: Enqueuing task: 6
I, [2015-06-26 17:13:27 #17286] [] INFO -- DirectorJobRunner: Looking for task with task id 6
D, [2015-06-26 17:13:27 #17286] [] DEBUG -- DirectorJobRunner: (0.001305s) SELECT * FROM "tasks" WHERE "id" = 6
I, [2015-06-26 17:13:27 #17286] [] INFO -- DirectorJobRunner: Starting task: 6
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Creating job
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Reading deployment manifest
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Manifest:
---
compilation:
cloud_properties: {}
network: diego1
reuse_compilation_vms: true
workers: 6
director_uuid: 1814d7a5-6a04-4201-adb1-d6e38cb4fb14
jobs:
- instances: 1
name: etcd_z1
networks:
- name: diego1
persistent_disk: 1024
properties:
consul:
agent:
services:
etcd: {}
resource_pool: etcd_z1
templates:
- name: etcd
release: diego
- name: consul_agent
release: cf
update:
max_in_flight: 1
serial: true
- instances: 0
name: etcd_z2
networks:
- name: diego2
persistent_disk: 1024
properties:
consul:
agent:
services:
etcd: {}
resource_pool: etcd_z2
templates:
- name: etcd
release: diego
- name: consul_agent
release: cf
update:
max_in_flight: 1
serial: true
- instances: 0
name: etcd_z3
networks:
- name: diego3
persistent_disk: 1024
properties:
consul:
agent:
services:
etcd: {}
resource_pool: etcd_z3
templates:
- name: etcd
release: diego
- name: consul_agent
release: cf
update:
max_in_flight: 1
serial: true
- instances: 1
name: brain_z1
networks:
- name: diego1
properties:
metron_agent:
zone: z1
resource_pool: brain_z1
templates:
- name: consul_agent
release: cf
- name: auctioneer
release: diego
- name: converger
release: diego
- name: runtime_metrics_server
release: diego
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: true
- instances: 1
name: cell_z1
networks:
- name: diego1
properties:
diego:
rep:
zone: z1
metron_agent:
zone: z1
resource_pool: cell_z1
templates:
- name: rep
release: diego
- name: consul_agent
release: cf
- name: garden-linux
release: diego
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: false
- instances: 1
name: cc_bridge_z1
networks:
- name: diego1
properties:
consul:
agent:
services:
file_server: {}
nsync: {}
stager: {}
tps: {}
metron_agent:
zone: z1
resource_pool: cc_bridge_z1
templates:
- name: stager
release: diego
- name: nsync
release: diego
- name: tps
release: diego
- name: file_server
release: diego
- name: consul_agent
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: false
- instances: 1
name: route_emitter_z1
networks:
- name: diego1
properties:
metron_agent:
zone: z1
resource_pool: route_emitter_z1
templates:
- name: route_emitter
release: diego
- name: consul_agent
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: false
- instances: 1
name: access_z1
networks:
- name: diego1
static_ips:
- 10.244.16.46
properties:
consul:
agent:
services:
receptor: {}
ssh_proxy: {}
metron_agent:
zone: z1
resource_pool: access_z1
templates:
- name: ssh_proxy
release: diego
- name: consul_agent
release: cf
- name: metron_agent
release: cf
- name: receptor
release: diego
update:
max_in_flight: 1
serial: false
- instances: 0
name: brain_z2
networks:
- name: diego2
properties:
metron_agent:
zone: z2
resource_pool: brain_z2
templates:
- name: consul_agent
release: cf
- name: auctioneer
release: diego
- name: converger
release: diego
- name: runtime_metrics_server
release: diego
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: true
- instances: 0
name: cell_z2
networks:
- name: diego2
properties:
diego:
rep:
zone: z2
metron_agent:
zone: z2
resource_pool: cell_z2
templates:
- name: rep
release: diego
- name: consul_agent
release: cf
- name: garden-linux
release: diego
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: false
- instances: 0
name: cc_bridge_z2
networks:
- name: diego2
properties:
consul:
agent:
services:
file_server: {}
nsync: {}
stager: {}
tps: {}
metron_agent:
zone: z2
resource_pool: cc_bridge_z2
templates:
- name: stager
release: diego
- name: nsync
release: diego
- name: tps
release: diego
- name: file_server
release: diego
- name: consul_agent
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: false
- instances: 0
name: route_emitter_z2
networks:
- name: diego2
properties:
metron_agent:
zone: z2
resource_pool: route_emitter_z2
templates:
- name: route_emitter
release: diego
- name: consul_agent
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: false
- instances: 0
name: access_z2
networks:
- name: diego2
static_ips: []
properties:
consul:
agent:
services:
receptor: {}
ssh_proxy: {}
metron_agent:
zone: z2
resource_pool: access_z2
templates:
- name: ssh_proxy
release: diego
- name: consul_agent
release: cf
- name: metron_agent
release: cf
- name: receptor
release: diego
update:
max_in_flight: 1
serial: false
- instances: 0
name: brain_z3
networks:
- name: diego3
properties:
metron_agent:
zone: z3
resource_pool: brain_z3
templates:
- name: consul_agent
release: cf
- name: auctioneer
release: diego
- name: converger
release: diego
- name: runtime_metrics_server
release: diego
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: true
- instances: 0
name: cell_z3
networks:
- name: diego3
properties:
diego:
rep:
zone: z3
metron_agent:
zone: z3
resource_pool: cell_z3
templates:
- name: rep
release: diego
- name: consul_agent
release: cf
- name: garden-linux
release: diego
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: false
- instances: 0
name: cc_bridge_z3
networks:
- name: diego3
properties:
consul:
agent:
services:
file_server: {}
nsync: {}
stager: {}
tps: {}
metron_agent:
zone: z3
resource_pool: cc_bridge_z3
templates:
- name: stager
release: diego
- name: nsync
release: diego
- name: tps
release: diego
- name: file_server
release: diego
- name: consul_agent
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: false
- instances: 0
name: route_emitter_z3
networks:
- name: diego3
properties:
metron_agent:
zone: z3
resource_pool: route_emitter_z3
templates:
- name: route_emitter
release: diego
- name: consul_agent
release: cf
- name: metron_agent
release: cf
update:
max_in_flight: 1
serial: false
- instances: 0
name: access_z3
networks:
- name: diego3
static_ips: []
properties:
consul:
agent:
services:
receptor: {}
ssh_proxy: {}
metron_agent:
zone: z3
resource_pool: access_z3
templates:
- name: ssh_proxy
release: diego
- name: consul_agent
release: cf
- name: metron_agent
release: cf
- name: receptor
release: diego
update:
max_in_flight: 1
serial: false
name: cf-warden-diego
networks:
- name: diego1
subnets:
- cloud_properties: {}
range: 10.244.16.0/30
reserved:
- 10.244.16.1
static:
- 10.244.16.2
- cloud_properties: {}
range: 10.244.16.4/30
reserved:
- 10.244.16.5
static: []
- cloud_properties: {}
range: 10.244.16.8/30
reserved:
- 10.244.16.9
static: []
- cloud_properties: {}
range: 10.244.16.12/30
reserved:
- 10.244.16.13
static: []
- cloud_properties: {}
range: 10.244.16.16/30
reserved:
- 10.244.16.17
static: []
- cloud_properties: {}
range: 10.244.16.20/30
reserved:
- 10.244.16.21
static: []
- cloud_properties: {}
range: 10.244.16.24/30
reserved:
- 10.244.16.25
static: []
- cloud_properties: {}
range: 10.244.16.28/30
reserved:
- 10.244.16.29
static: []
- cloud_properties: {}
range: 10.244.16.32/30
reserved:
- 10.244.16.33
static: []
- cloud_properties: {}
range: 10.244.16.36/30
reserved:
- 10.244.16.37
static: []
- cloud_properties: {}
range: 10.244.16.40/30
reserved:
- 10.244.16.41
static: []
- cloud_properties: {}
range: 10.244.16.44/30
reserved:
- 10.244.16.45
static:
- 10.244.16.46
- cloud_properties: {}
range: 10.244.16.48/30
reserved:
- 10.244.16.49
static:
- 10.244.16.50
- cloud_properties: {}
range: 10.244.16.52/30
reserved:
- 10.244.16.53
static:
- 10.244.16.54
- cloud_properties: {}
range: 10.244.16.56/30
reserved:
- 10.244.16.57
static:
- 10.244.16.58
- cloud_properties: {}
range: 10.244.16.60/30
reserved:
- 10.244.16.61
static:
- 10.244.16.62
- cloud_properties: {}
range: 10.244.16.64/30
reserved:
- 10.244.16.65
static:
- 10.244.16.66
- cloud_properties: {}
range: 10.244.16.68/30
reserved:
- 10.244.16.69
static:
- 10.244.16.70
- cloud_properties: {}
range: 10.244.16.72/30
reserved:
- 10.244.16.73
static:
- 10.244.16.74
- cloud_properties: {}
range: 10.244.16.76/30
reserved:
- 10.244.16.77
static:
- 10.244.16.78
- cloud_properties: {}
range: 10.244.16.80/30
reserved:
- 10.244.16.81
static:
- 10.244.16.82
type: manual
- name: diego2
subnets:
- cloud_properties: {}
range: 10.244.18.0/30
reserved:
- 10.244.18.1
static:
- 10.244.18.2
- cloud_properties: {}
range: 10.244.18.4/30
reserved:
- 10.244.18.5
static: []
- cloud_properties: {}
range: 10.244.18.8/30
reserved:
- 10.244.18.9
static: []
- cloud_properties: {}
range: 10.244.18.12/30
reserved:
- 10.244.18.13
static: []
- cloud_properties: {}
range: 10.244.18.16/30
reserved:
- 10.244.18.17
static: []
- cloud_properties: {}
range: 10.244.18.20/30
reserved:
- 10.244.18.21
static: []
- cloud_properties: {}
range: 10.244.18.24/30
reserved:
- 10.244.18.25
static: []
- cloud_properties: {}
range: 10.244.18.28/30
reserved:
- 10.244.18.29
static: []
- cloud_properties: {}
range: 10.244.18.32/30
reserved:
- 10.244.18.33
static: []
- cloud_properties: {}
range: 10.244.18.36/30
reserved:
- 10.244.18.37
static: []
- cloud_properties: {}
range: 10.244.18.40/30
reserved:
- 10.244.18.41
static: []
- cloud_properties: {}
range: 10.244.18.44/30
reserved:
- 10.244.18.45
static:
- 10.244.18.46
- cloud_properties: {}
range: 10.244.18.48/30
reserved:
- 10.244.18.49
static:
- 10.244.18.50
- cloud_properties: {}
range: 10.244.18.52/30
reserved:
- 10.244.18.53
static:
- 10.244.18.54
- cloud_properties: {}
range: 10.244.18.56/30
reserved:
- 10.244.18.57
static:
- 10.244.18.58
- cloud_properties: {}
range: 10.244.18.60/30
reserved:
- 10.244.18.61
static:
- 10.244.18.62
- cloud_properties: {}
range: 10.244.18.64/30
reserved:
- 10.244.18.65
static:
- 10.244.18.66
- cloud_properties: {}
range: 10.244.18.68/30
reserved:
- 10.244.18.69
static:
- 10.244.18.70
- cloud_properties: {}
range: 10.244.18.72/30
reserved:
- 10.244.18.73
static:
- 10.244.18.74
- cloud_properties: {}
range: 10.244.18.76/30
reserved:
- 10.244.18.77
static:
- 10.244.18.78
- cloud_properties: {}
range: 10.244.18.80/30
reserved:
- 10.244.18.81
static:
- 10.244.18.82
type: manual
- name: diego3
subnets:
- cloud_properties: {}
range: 10.244.20.0/30
reserved:
- 10.244.20.1
static:
- 10.244.20.2
- cloud_properties: {}
range: 10.244.20.4/30
reserved:
- 10.244.20.5
static: []
- cloud_properties: {}
range: 10.244.20.8/30
reserved:
- 10.244.20.9
static: []
- cloud_properties: {}
range: 10.244.20.12/30
reserved:
- 10.244.20.13
static: []
- cloud_properties: {}
range: 10.244.20.16/30
reserved:
- 10.244.20.17
static: []
- cloud_properties: {}
range: 10.244.20.20/30
reserved:
- 10.244.20.21
static: []
- cloud_properties: {}
range: 10.244.20.24/30
reserved:
- 10.244.20.25
static: []
- cloud_properties: {}
range: 10.244.20.28/30
reserved:
- 10.244.20.29
static: []
- cloud_properties: {}
range: 10.244.20.32/30
reserved:
- 10.244.20.33
static: []
- cloud_properties: {}
range: 10.244.20.36/30
reserved:
- 10.244.20.37
static: []
- cloud_properties: {}
range: 10.244.20.40/30
reserved:
- 10.244.20.41
static: []
- cloud_properties: {}
range: 10.244.20.44/30
reserved:
- 10.244.20.45
static:
- 10.244.20.46
- cloud_properties: {}
range: 10.244.20.48/30
reserved:
- 10.244.20.49
static:
- 10.244.20.50
- cloud_properties: {}
range: 10.244.20.52/30
reserved:
- 10.244.20.53
static:
- 10.244.20.54
- cloud_properties: {}
range: 10.244.20.56/30
reserved:
- 10.244.20.57
static:
- 10.244.20.58
- cloud_properties: {}
range: 10.244.20.60/30
reserved:
- 10.244.20.61
static:
- 10.244.20.62
- cloud_properties: {}
range: 10.244.20.64/30
reserved:
- 10.244.20.65
static:
- 10.244.20.66
- cloud_properties: {}
range: 10.244.20.68/30
reserved:
- 10.244.20.69
static:
- 10.244.20.70
- cloud_properties: {}
range: 10.244.20.72/30
reserved:
- 10.244.20.73
static:
- 10.244.20.74
- cloud_properties: {}
range: 10.244.20.76/30
reserved:
- 10.244.20.77
static:
- 10.244.20.78
- cloud_properties: {}
range: 10.244.20.80/30
reserved:
- 10.244.20.81
static:
- 10.244.20.82
type: manual
properties:
consul:
agent:
log_level:
servers:
lan:
- 10.244.0.54
diego:
auctioneer:
etcd:
machines:
- etcd.service.consul
log_level:
converger:
etcd:
machines:
- etcd.service.consul
log_level: debug
etcd:
ca_cert: |
-----BEGIN CERTIFICATE-----
MIIFAzCCAu2gAwIBAgIBATALBgkqhkiG9w0BAQswEzERMA8GA1UEAxMIRGllZ28g
Q0EwHhcNMTUwNjE3MjMzNTA4WhcNMjUwNjE3MjMzNTE1WjATMREwDwYDVQQDEwhE
aWVnbyBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANvpYi7CswSg
/E6P4ZHGDdkf+EolMFW1tS9Yqmh0yIXbs+EJJbLzqy8EM3sd22ozo81pm5zTqe8i
AS5t/pq00S1SwtJg4H4sirB7crf4L2vGMR5bTQ9a0STJWhvv4IPf5EuYUYzcDDd4
sr5MrfqH5xwrgw83kxTm9FTOrSZiiiBMhrCiIS/9KnCwXqfCdY8obHIezWUeGme8
s3a1ig3K/dwUoyzy5eCy8H4vbUwNDFhbKZHFfV030SAMwWwb8UhtXP7f6qK7S0VI
j5Bf8vlhLRFfvz2wVJQZWmOLSrr9Pjs+ovp3BHaWvZT8/RvYVfpcoL+iFJlcgyso
1oNMDO2tf0HsKuX6kms0HzTNr+owTPiyI5NZ1jlToqlBEv7NozeQlPOT3OkGxLqU
BBi1c45bU4wlj7cPmCkLboS7nzj7pHHnKRAVlLMSYmzj3gRGKzRbS81yMthsuHdi
2v96JqVfP5oIi5SI7rzYOnIug18FW2nyWJl7F0STOl06q5tWSLpLLlnDSF5sei+H
g+p5JgKGz4d0tx1vdFMaVqbq9B81iEU31X13XSGQ/3eYS0B8mM2XQldaoXlhdl3O
eebM3JTun8GOeG9n6qu9MOrlGNVAUTN0d5K8xAW8WCy614azokjZVplE9UJqgVDa
1g8e3bBasXqJhqUTA9QJ3AHg9IZARx11AgMBAAGjZjBkMA4GA1UdDwEB/wQEAwIA
BjASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBTkLMA9bov/O5olS6nEUZPy
D6ouUjAfBgNVHSMEGDAWgBTkLMA9bov/O5olS6nEUZPyD6ouUjALBgkqhkiG9w0B
AQsDggIBAEg3m0syJeRg9Wh/5tJOJIRQPN+2pb75X/EKlfw6tKccA6TyCjvho4FS
PyprMwt03Cpza28deR3/A64En//rVDwvTqaMbV5gdKCu7zbIjDPZcvU2M3KDK4qh
4NKtMjSVHWgXZj7DZ9Bwo4Q3B7QV0ThFJXYae7gjZDt+iHqZRjUdBu7Oi9AZA2IN
zNKYgzgExWXt5iZLV8L7LGVdSdhM8wF62SiE1l9qtcQRlYcCfLBsHKov/lY+IpxE
G+Fc1gceLlxw9ZG+IxH6OZBi/E36C7qoDK+QiH6i9wYQ3lBiocEbVkDNBR8pVNJY
/Uc+0UnxsY150mlZfzxW6J0Y6ZoSGRWFtyHP/0G4ePA/y/rvca1rWRnpDK01Q3Mk
flWLFa6WdxB1lOcVbwadcrXmoW5NtQmACTVi2+gtpz0C8fuRiXiHgZn+X1c2C46G
00sKVxUgb8JLg3ih0nelzkuweuPQk3K8otjnppWFu+7sFBea9nClRyKaqfBeGj4w
RqSBE7hWifEhBB3ZfJ6EGv0T1oUWUcrv83zBjNxtcX1brEXXyEYxWc7qPXMN0Egt
HdGkcEa1aPnWwWN54//H75d4blKnZw14U7NIrheNlO92zpsHZIBCbQk4eeBkZh+0
7qyaN9fHjkiDlMRZkKf0o4RalSgMaLY2CN/jW/xg8T/1GnGbQXMy
-----END CERTIFICATE-----
client_cert: |
-----BEGIN CERTIFICATE-----
MIIEJjCCAhCgAwIBAgIQWvYy/xzeSPeLnpSPn0iVnzALBgkqhkiG9w0BAQswEzER
MA8GA1UEAxMIRGllZ28gQ0EwHhcNMTUwNjE3MjMzNzM1WhcNMTcwNjE3MjMzNzM2
WjAcMRowGAYDVQQDExFEaWVnbyBFdGNkIENsaWVudDCCASIwDQYJKoZIhvcNAQEB
BQADggEPADCCAQoCggEBAMWXhjuJQV/C8BsjMA2G89CDgtaxUtprLpT3pz44xgfw
woNES83ZXO+NPFZ9FkxN+v0HK3Y3F0zUBaTBQ9pONdv02VP9SMYovsAowJ7mHjv2
CZJ2C8Vp8bPElF0HoyzTT+B6ssDvjvSXX+cV3IaUGBjPPYF7h9wiFLRfYr4py8+1
37HanODfD24lm/77Sf4mHFCFoDWFF75RAPxs0hI45Dip7qcaWRvC1Irr84DMiHNl
x7fIi7n0HxenJ6vC0JN+Gut1ssCrRyoY+EJtLnluLsa4P8I/ZtEGoYjawYMFZhmI
WTc2IbjIXIBOe3AOg3BbDv2T7WqIXU9p8szlpnNEJpUCAwEAAaNxMG8wDgYDVR0P
AQH/BAQDAgC4MB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4E
FgQU1JjXHQsMHIWegrkbB3leeBPStE8wHwYDVR0jBBgwFoAU5CzAPW6L/zuaJUup
xFGT8g+qLlIwCwYJKoZIhvcNAQELA4ICAQAJXfphZgcH80Q0UIM//INrK1RPBeRY
yTrE0JYQcPr100hkRWgPQCV7VBVScpSHhc7PDdJdCL8Rtx6xws19ZaMH1Kgk64kF
yMa5SNO16CsWJy4kQsSPKBUS91/JW0ZesBbCojX8BBBHMWlI4nCkbRx8upt70E7k
FOCwg2LdCqMC1j5hPf9s5r0zd5atiyqgVTBDs8gDLeIA2BkJcl6Zo02Bj3uwRoWZ
f0FjC5DBl0i8g86vxTMJTgFPNb8D98rlheWDUZZFpDj+8gd/BWamzeq8p8n1GfQK
WA4sz1NfrTq2CDvCSsB5Qq40UJMXRy1Y+vPlXF1b57rbkNNENoMH7U+haHbj94Mb
BfPc0gJ9q337Wm2kC2q6DnNCL5ZJIxHl26THXw/Vm3f4sQHD+i29/5zIBKlT6dc7
pVyi8nNHOgdWyffI+Jvh18Xw8tIzzyEmGaxb3IzTYENql3X+kvBif0/x5MX99G2O
MON70pRg10Z5oym4H9kQtXOwp3BVaG4ek8i8xi2xiFtpWQrgVr3mc5wswYmenji/
Z8B2xlshNSIvfB8RoIASxSUKeyOE8XUlHfhZF9T+1Kt7cMbeihdmaQvijMNzOtC5
MiVdAGZ/RESF5KR2fUg9wRJq5P3w9Pw2r4m6avEl/zfV+zGOLTZl9jjP/p3DHIW0
HEZJ2FIfSlsiUg==
-----END CERTIFICATE-----
client_key: |
-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEAxZeGO4lBX8LwGyMwDYbz0IOC1rFS2msulPenPjjGB/DCg0RL
zdlc7408Vn0WTE36/QcrdjcXTNQFpMFD2k412/TZU/1Ixii+wCjAnuYeO/YJknYL
xWnxs8SUXQejLNNP4HqywO+O9Jdf5xXchpQYGM89gXuH3CIUtF9ivinLz7Xfsdqc
4N8PbiWb/vtJ/iYcUIWgNYUXvlEA/GzSEjjkOKnupxpZG8LUiuvzgMyIc2XHt8iL
ufQfF6cnq8LQk34a63WywKtHKhj4Qm0ueW4uxrg/wj9m0QahiNrBgwVmGYhZNzYh
uMhcgE57cA6DcFsO/ZPtaohdT2nyzOWmc0QmlQIDAQABAoIBAHjEfA63fXWCOC7d
+ujJqwuu1bFTAEjvabEzDM1C9ga0aK7Cd3KBgAQKVu6l1ZMdtmIgl7fRRDR5AloI
pegwFUszBAIJtQkori3UuqZkD+amIoOaEue+MTSm2ediW6FyJkgVtlumD8H/I2ai
Pf8jVPcU84rIbelmCzGTe06vTRrOAeKyfrjVJsTJmiYk0JikabLipdJJ7QYzJopS
oTEJ2PFw2kjWr6ELFjdBU16IhwUObyXcdtkUwQeWMwzWgR2Q8Q46S0Vm/NgSw+Oi
GxgJWEWcbLRLzHEWl/jMBPCQXPpDsOsbm1I/Awwm83eljxJ5KEpCkBn/2JX6pPUm
hWzRDAECgYEA/VCTE7qjq+avfdj+FuxWwZWBPNFleFxu7Mmf7nKufTrIWUeGipkb
UjqGHtahSuMsFcNZqUU1Rl1o0Zg+OU1AnYiwC7w4LZlDsEJQsS7odHkOjkMBYYP0
GBLZAAuxyqWsngzYQV/n1W+bE8ZUktEeIRkMMXLXr9mSbL89Z+j+kiECgYEAx6+7
yu4rpM7IfhEiojAY3LQWR1dX0S4+B1SJogCDBvOXyAfizA7Uwy5ZY8YpkaJKO98x
F2O/clc2chNAmmsXNBKu/jF6tCIKU8UsS9YTGIorPOttQjcEQ+4iFVasOn8NGc/X
KbrtLHIJWq9yNwaRK9an+y8qMXzggOQENTairfUCgYEAijdfuOEakx4w3Rr8MSfN
gpz/wl6C3jSZNcwh3qpmeOANF2HGkHNQDALw0XzMzx67HDjWAF1J31XyboKCWSPE
wPAnFpAhmwfIfjEA9Fyi64JuJcN7ymiEVGpcSwEWhnr1f9uEV89roPLfi9+on99I
cEjJdWWzODkgAwQqDjt8Q+ECgYAuCHD+QxGEmLbXeRPG19ejaVCJebUg38wk3HQu
CHgsLhObZVX/PJwHsrOgsJn8nLEIRFeI0NHdhgVjHtURxAZBVt1IdBeZVw+SaC3h
/aPBUHjPPmadkRlGn6rzyFtD0O4wOR2c3R631EIbyb5GuRjWRlHLMgBEEEmg7O+b
ZNDz0QKBgGIQZA6XlC6dNAbrYx6Qqn1P2G6EK2jMl3hTVYGzcwSEgV61FQ2lO9Cv
+nSZbgunQqLekKSVXDd0Ke056DBeCikyu1OMz+sPrFs0vOO24sguZk13H25xshkn
QJklpBCNBdJuTp9SQnxFoVvGL1QLWSZKFnSaBAYLdG7LXO/mlSx6
-----END RSA PRIVATE KEY-----
cluster:
- instances: 1
name: etcd_z1
- instances: 0
name: etcd_z2
- instances: 0
name: etcd_z3
machines:
- etcd.service.consul
require_ssl: false
server_cert: |
-----BEGIN CERTIFICATE-----
MIIEYTCCAkugAwIBAgIQRKGwElEY9j4KXG4T9bbMQDALBgkqhkiG9w0BAQswEzER
MA8GA1UEAxMIRGllZ28gQ0EwHhcNMTUwNjE4MTkzODQ4WhcNMTcwNjE4MTkzODQ5
WjAeMRwwGgYDVQQDExNldGNkLnNlcnZpY2UuY29uc3VsMIIBIjANBgkqhkiG9w0B
AQEFAAOCAQ8AMIIBCgKCAQEAsYSpy58ZgTVvHlWTLWH67RriRL0Vc6PxL7L++AmK
mnfqURN94rJD3CopoPuoyVrMmyFGWdQIAHrgzXxsIuu1OED7qH5p4kR6XG2u65VE
YFQ1cKV/SPtdnnEFWapH6xgUB+ug+rxxhbONNHqPgEQWmJkGbfHWmRVSPh2gu39c
gcWmhq2U482N+ndgjZY/gU4CDOkePVVKHsOb9QjTeYo1GZbdQ7cx5az0pUF6ajMK
flCsPvlCcFcELU5XSta+s8XMffsTP5btUXr/jUdVWsSSw9AX7SyyAR1BEwxA51eI
J7nhfyqQmA7KDmuyZoufAVGTb/10nsBXtx/QdWn9KCLH8QIDAQABo4GpMIGmMA4G
A1UdDwEB/wQEAwIAuDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwHQYD
VR0OBBYEFMrhNusOqjem3NZ0zwS+AwuyxcXOMB8GA1UdIwQYMBaAFOQswD1ui/87
miVLqcRRk/IPqi5SMDUGA1UdEQQuMCyCE2V0Y2Quc2VydmljZS5jb25zdWyCFSou
ZXRjZC5zZXJ2aWNlLmNvbnN1bDALBgkqhkiG9w0BAQsDggIBAISYfKt9p++zodRA
tQosUiRbuzHrIB7dAtLNBRRdt1/7v7NW5Z/zf3NdHc747TL5gLHLU9elyMyxqEFm
Vsxg2UM15um0qT/4kE4SPv/JhHOfDmq9zP8oq1A8Bcj/FItAHogZ/WTbCWsPul7n
gxLaY6xayXOrWBjzFGr+0lnpwerJfiplimx8MoTlBpBx+VjrSXzKdeA1ZYXl6DCi
vEtJw1IYuNOQYhmoQi2TLVHr/1DAbh+FmLa6biokAUpFvnFBOiz4WrSiu2kx0CiY
KijNNVTElmeVv0R9vEdYJyOOn3dOpTfEd2Hhq/stwxd8Cg1TuW6muBhQRE9CbN2i
K5UkhxPghvZzws+MRYeLU35yJYMD9zPXGUtKhwjOZN8D50g99BARAugvTsvJoIYE
khP6+K5bxHRAY6RTgipxkCAG29w3M4I/UbvT5OEUGmJsSXNS5hNHGB2Cn4qkOClk
O/CqyJmf6u7x1ldgXeMWU0/HrTCA0i7uD08hcw7BUZSaIvgLfh8c4lPxaPNI1FPT
RcW04v4Vvq9oF3eu9A2/gHzpGsvpj0E4nggJMdK4ZvN5cJcLxNWL1JfNTcdsZu9z
c0X/mGkqcEq6iZzvA2O2bvclm5wqt+qfrmAlRV/HMNDMf8fUZc7j+u2hbZFfufPz
lhFZpCT/1A65eP+ycs2paTt917e+
-----END CERTIFICATE-----
server_key: |
-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEAsYSpy58ZgTVvHlWTLWH67RriRL0Vc6PxL7L++AmKmnfqURN9
4rJD3CopoPuoyVrMmyFGWdQIAHrgzXxsIuu1OED7qH5p4kR6XG2u65VEYFQ1cKV/
SPtdnnEFWapH6xgUB+ug+rxxhbONNHqPgEQWmJkGbfHWmRVSPh2gu39cgcWmhq2U
482N+ndgjZY/gU4CDOkePVVKHsOb9QjTeYo1GZbdQ7cx5az0pUF6ajMKflCsPvlC
cFcELU5XSta+s8XMffsTP5btUXr/jUdVWsSSw9AX7SyyAR1BEwxA51eIJ7nhfyqQ
mA7KDmuyZoufAVGTb/10nsBXtx/QdWn9KCLH8QIDAQABAoIBAQCowiSlJfAaLJEh
dlr/Vtk0VU1r6ZGeKOmd3f2UEYYJiRxhzTTssWnfwNloaDYyjbZbd8uok/CzfB2A
W9t1az0RaH2V1e+VImJswfz7iyDAru1K1Jpn6Ec829cpQb8zGOXaDcAw/bqyT1pa
3HTVjGUq1rcNCE5po6JW2NW3ycFIv+Z3Z8+ZW6HfFp8fdEhAG1TasEgL4QGXeFCM
2S85VijtEeUGwiYTi29h14kzsjOmuBvzFygFWR+nWvlbwWpmemMmZhepR/VuRvKw
XReXRqQVGQ+p4zivdOumv5hOjehQRrVdbZnzSo0rUW84QY0I23F027Oh1WaBL9mi
nQh7MDiRAoGBAOOuLqvqN1GABFta3mb0xyVoX55frY6vw/VskbgJ6sf8ylzCpJEq
S6qm6yLLHqHArEjCyAI/skDqCptfOjmrWk0sHgvQFuTqaXsW14mYmMzr+6ekPzHk
W5MC136jeV4G4daTXQbnKAiGD9xtnesvGsCWuXrjCnuuZmXHOIetETn1AoGBAMeZ
Nm+07v0YQ42GS/Iv68UJZiOQ2Kr3kXgKJAg3YLsTJcwcPhObb1iXaqYF+oFAQitq
7AoC7DaaaKRPuhhiaj/vm/Fo9+zMNntQmSglkMkrFbbilRs35daYaac1AT9RQWfm
6dKDsEPqES6kBagLEEruermsKGpqQL3dQBHoWOyNAoGAVtdoG9BxGxfuEX4+WBzD
HMSLvBeYVlU6NBEeH4lA0NjdwrXHGUt9ovCZvSKmY2HfFL2eliT/c30RYKPYzIhM
ICVUrILJSLUUWIuk2Gmo1nin+xBNvlTwjMlHspjdwPx1BWgd0nU2stGXmScCVeMY
nB6hTnrs07H4gpeTO0TKzkUCgYAkcYcM8l5Ie+uppYGsYK+NtF+f0sycusMmxcM6
dNIGlkJqeCWlctXruQnR8nmAq/jo8IbUdSAoAB1nEt+JoD6CGf/BHkdWRxsTfO3Z
9LHw6Rr333sWEyi1+/Ieg4EMzItCq1i6BS1j2RL2DyCxRAPfipeB2zst4uSbRhBy
tJe36QKBgHKpkqlEJFugjGU2UkYpfT/YL75w9chaKewwED6d1kXSjePuO2HGRPKM
RDy2gfx+VK8G6Hg5ggNcuUUyqZGHagAN6T/pWEFbVm6eSBG3lXTf9WbyOKC1yzXQ
r/qDXk9wKWMFR1YM9gPkzu22TY9t7VJ+/ZHneOU/qUmnl9ikNlMw
-----END RSA PRIVATE KEY-----
executor:
allow_privileged:
drain_timeout_in_seconds: 0
garden:
address: 127.0.0.1:7777
network: tcp
log_level: debug
file_server:
cc:
base_url: https://api.10.244.0.34.xip.io
basic_auth_password: internal-password
external_port: 9022
staging_upload_password: upload-password
staging_upload_user: upload-user
log_level:
garden-linux:
allow_networks:
disk_quota_enabled: false
insecure_docker_registry_list:
kernel_network_tuning_enabled: false
listen_address: 0.0.0.0:7777
listen_network: tcp
mtu:
nsync:
cc:
base_url: https://api.10.244.0.34.xip.io
basic_auth_password: internal-password
external_port: 9022
staging_upload_password: upload-password
staging_upload_user: upload-user
diego_api_url: http://:@receptor.service.consul:8888
etcd:
machines:
- etcd.service.consul
log_level: debug
receptor:
cors_enabled:
domain_names:
- receptor.10.244.0.34.xip.io
etcd:
machines:
- etcd.service.consul
log_level: debug
nats:
machines:
- 10.244.0.6
password: nats
port: 4222
username: nats
password: ''
register_with_router: true
username: ''
rep:
etcd:
machines:
- etcd.service.consul
log_level: debug
route_emitter:
diego_api_url: http://:@receptor.service.consul:8888
log_level: debug
nats:
machines:
- 10.244.0.6
password: nats
port: 4222
username: nats
runtime_metrics_server:
diego_api_url: http://:@receptor.service.consul:8888
etcd:
machines:
- etcd.service.consul
log_level:
nats:
machines:
- 10.244.0.6
password: nats
port: 4222
username: nats
ssh_proxy:
cc:
external_port: 9022
diego_api_url: http://:@receptor.service.consul:8888
enable_cf_auth: true
enable_diego_auth: true
host_key: |
-----BEGIN RSA PRIVATE KEY-----
MIIEhgIBAAKB/DMF5qOW+fh608KhX7qBLNHHmfzCfOONd176Oaf8rGht5KdnoNge
TYSGqBFuYB1r1RbYEVhWAkH/8mW14XRVNmQ4C9eQDFqeWmmaOoSBG5GdP5GUfhI/
z5vprQw+rnV4gt4InCA7QaR86pLj5sMiUij5OE/CW0dw29+z5E0p5WnQX5+utRmw
ioQJD8jUDvzFrvzKIdE0HVOEl0agbeXq8U2e9E1de4iR+NiDc1zeiQmDNCIhFJb4
FL7WqqokL+49SwSWGmOFKAlpj4Dlhx5dDwJWpcDe0XBXCkfcXn8xXNOT+4YBxJUG
idNMPpLKpDUphZRj8CNBSMkjehIKVwIDAQABAoH8MiCAAQQYvXfeh36HT/IMmGSi
8mIY1G5tclAfSNzCfS5Jz/XNXcYXnjW09LsdjoocJX9NOx30xeawvCA+SU5WS4uM
htEscfLVHJ67EubMsPhuNZZPbZpnWuPucPM77ojg+UY4LKpKyVE4G+vvEJKtaTe/
jQyDJOLKATL4/p5DtbDH7hVZcJVHU94csiE9a9OtyAvSwZLmNxGIBHshFntjcI+/
hmQSFl3d1iduYGx7oeq3wX0sQ1mk/QksUTHRrlLfSQhLi5ZmH9Hnn/Qw2WeXKVdk
BvXAUBiHG7Y0qGHXl5FOkB1BSlmk/EOkBk6gWl1a1Kx4A6oyNL4+HsuBAn572PqW
IDutj4shf8ysI5fLJnvGCygZmk8LPZIlZZqLpDGo+l4iF3VCsd8CU2jKfWqel8+Q
axdmu/BrQ7xyuWpxoHtKICv+CitI1ivzeYQwRCmjIN84jeGP9Pty4AJzhySegf/h
n3irIp07wEzdedoj4A3RWWObX+AeubyUqfcCfml3scNb2oBK24RDVGYaUSWkSHBe
OEU0QlOaJXZ2kCK2rIK/IVI7cD12WpkWTGY782VBmipEXwtMTprQzMrnK25shS+z
AjCDGXtqr0GjxJh73WRurs1dVk6sqslSp1M/R9fmjGU4vdYL2JfMczEH4+57aOpR
sW+H0FEYDayKoQJ+Eo8gdjDcYJT7N4jsRfuLesEImVQArV2HbNrMNNh2AWkYnAbw
5lD3nIgFMFcJhBapTJzZWP4DYrzVOW3MJrEMd3yiHSiXDxm9BMw7h9/05DrCtpRt
fw8b9zOyHrPdCiz9WteGXexE6/hi8ZpOqn3hJ7EiwPWRTK5gappQ3UJfAn4Tr0t2
cwZtO4uNPCPcirzqkacTkgJeqEpY4ERtv+NXF1FLdfD6MC3ayuRN/mN0EWx0UbI8
gVZb/XoOWzpeBJeOnKKfLIIUG+P9rQPY9IAVFclUnXPy0KDzPjcCLHMejokSOu2p
VtXXxY4/huFZHWflcxM56NV9Q5QWDq8+rQECfjQTbNbd4ehbC/Q5EZ1SIzeaSLrn
0ICmiRajnISbje5vPntqPXjBkbiVGx31qOaZ+DlGGLOyzW/GP5X4NOUwza2bYh3q
nnzwBhoGLZfvoes5Nw06leOdVqcvIjLIDhb+XbiiEeAnONUp+BAKzDYOIp7K+LPe
1rHeshh0P/QfCQ==
-----END RSA PRIVATE KEY-----
servers:
- 10.244.16.46
ssl:
skip_cert_verify: true
stager:
cc:
base_url: https://api.10.244.0.34.xip.io
basic_auth_password: internal-password
external_port: 9022
staging_upload_password: upload-password
staging_upload_user: upload-user
diego_api_url: http://:@receptor.service.consul:8888
insecure_docker_registry: false
log_level:
tps:
cc:
base_url: https://api.10.244.0.34.xip.io
basic_auth_password: internal-password
external_port: 9022
staging_upload_password: upload-password
staging_upload_user: upload-user
diego_api_url: http://:@receptor.service.consul:8888
log_level:
traffic_controller_url: wss://doppler.10.244.0.34.xip.io:443
etcd:
machines:
- 10.244.0.42
loggregator_endpoint:
shared_secret: loggregator-secret
metron_agent:
deployment: cf-warden-diego
nats:
machines:
- 10.244.0.6
password: nats
port: 4222
user: nats
syslog_daemon_config:
address:
port:
releases:
- name: diego
version: 0.1319.0
- name: cf
version: 212+dev.4
resource_pools:
- cloud_properties: {}
name: access_z1
network: diego1
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: access_z2
network: diego2
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: access_z3
network: diego3
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: brain_z1
network: diego1
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: brain_z2
network: diego2
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: brain_z3
network: diego3
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: cc_bridge_z1
network: diego1
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: cc_bridge_z2
network: diego2
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: cc_bridge_z3
network: diego3
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: cell_z1
network: diego1
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: cell_z2
network: diego2
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: cell_z3
network: diego3
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: etcd_z1
network: diego1
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: etcd_z2
network: diego2
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: etcd_z3
network: diego3
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: route_emitter_z1
network: diego1
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: route_emitter_z2
network: diego2
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
- cloud_properties: {}
name: route_emitter_z3
network: diego3
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: 2776
update:
canaries: 1
canary_watch_time: 5000-120000
max_in_flight: 1
serial: false
update_watch_time: 5000-120000
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "cloud_configs" WHERE ("id" IS NULL) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Cloud Config:
nil
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Creating deployment plan
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Deployment plan options: {}
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Created deployment plan
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000512s) SELECT * FROM "tasks" WHERE "id" = 6
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Performing task: 6
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000222s) BEGIN
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000298s) UPDATE "tasks" SET "state" = 'processing', "timestamp" = '2015-06-26 17:13:27.894330+0000', "description" = 'create deployment', "result" = NULL, "output" = '/var/vcap/store/director/tasks/6', "checkpoint_time" = '2015-06-26 17:13:27.894398+0000', "type" = 'update_deployment', "username" = 'admin' WHERE ("id" = 6)
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000549s) COMMIT
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Acquiring deployment lock on cf-warden-diego
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Acquiring lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Acquired lock: lock:deployment:cf-warden-diego
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Preparing deployment
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: sending update deployment start event
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: SENT: hm.director.alert {"id":"aac0fbca-75d7-4fde-95e4-80534d9c7f8c","severity":4,"title":"director - begin update deployment","summary":"Begin update deployment for cf-warden-diego against Director 1814d7a5-6a04-4201-adb1-d6e38cb4fb14","created_at":1435338807}
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Preparing deployment
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Binding deployment
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.001961s) BEGIN
D, [2015-06-26 17:13:27 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.001259s) SELECT * FROM "deployments" WHERE ("name" = 'cf-warden-diego') LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.001050s) SELECT * FROM "deployments"
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000237s) SELECT COUNT(*) AS "count" FROM "deployments" WHERE ("name" = 'cf-warden-diego') LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000255s) INSERT INTO "deployments" ("name") VALUES ('cf-warden-diego') RETURNING *
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000663s) COMMIT
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Binding releases
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Acquiring release lock: cf
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Acquiring release lock: diego
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Acquiring lock: lock:release:cf
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Acquired lock: lock:release:cf
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Acquiring lock: lock:release:diego
D, [2015-06-26 17:13:27 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:release:cf
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Acquired lock: lock:release:diego
D, [2015-06-26 17:13:27 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:release:diego
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000338s) SELECT * FROM "releases" WHERE ("name" = 'diego') LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.001361s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 2) AND ("version" = '0.1319.0')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Found release `diego/0.1319.0'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000409s) 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, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding release `diego/0.1319.0' to deployment `cf-warden-diego'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000727s) SELECT pg_attribute.attname AS pk FROM pg_class, pg_attribute, pg_index, pg_namespace WHERE pg_class.oid = pg_attribute.attrelid AND pg_class.relnamespace = pg_namespace.oid AND pg_class.oid = pg_index.indrelid AND pg_index.indkey[0] = pg_attribute.attnum AND pg_index.indisprimary = 't' AND pg_class.relname = 'deployments_release_versions'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000916s) INSERT INTO "deployments_release_versions" ("deployment_id", "release_version_id") VALUES (2, 2) RETURNING "id"
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000424s) SELECT * FROM "releases" WHERE ("name" = 'cf') LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000260s) SELECT * FROM "release_versions" WHERE (("release_versions"."release_id" = 1) AND ("version" = '212+dev.4')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Found release `cf/212+dev.4'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding release `cf/212+dev.4' to deployment `cf-warden-diego'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000811s) INSERT INTO "deployments_release_versions" ("deployment_id", "release_version_id") VALUES (2, 1) RETURNING "id"
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Deleting lock: lock:release:diego
D, [2015-06-26 17:13:27 #17286] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Deleted lock: lock:release:diego
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Deleting lock: lock:release:cf
D, [2015-06-26 17:13:27 #17286] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Deleted lock: lock:release:cf
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Binding existing deployment
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000612s) SELECT * FROM "vms" WHERE ("vms"."deployment_id" = 2)
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Waiting for tasks to complete
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Shutting down pool
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Binding resource pools
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Binding stemcells
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000258s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000484s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000560s) SELECT pg_attribute.attname AS pk FROM pg_class, pg_attribute, pg_index, pg_namespace WHERE pg_class.oid = pg_attribute.attrelid AND pg_class.relnamespace = pg_namespace.oid AND pg_class.oid = pg_index.indrelid AND pg_index.indkey[0] = pg_attribute.attnum AND pg_index.indisprimary = 't' AND pg_class.relname = 'deployments_stemcells'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000625s) INSERT INTO "deployments_stemcells" ("stemcell_id", "deployment_id") VALUES (1, 2) RETURNING "id"
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000246s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000384s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000371s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000297s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000377s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000263s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000373s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000246s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000379s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000368s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000380s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000259s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000378s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000237s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000378s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000484s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000369s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000509s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000265s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000369s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000368s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000262s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000368s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000242s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000500s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000479s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000726s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000232s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000375s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000252s) SELECT * FROM "stemcells" WHERE (("name" = 'bosh-warden-boshlite-ubuntu-trusty-go_agent') AND ("version" = '2776')) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000495s) SELECT "deployments".* FROM "deployments" INNER JOIN "deployments_stemcells" ON (("deployments_stemcells"."deployment_id" = "deployments"."id") AND ("deployments_stemcells"."stemcell_id" = 1))
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Binding templates
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `etcd'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000561s) SELECT "templates".* FROM "templates" INNER JOIN "release_versions_templates" ON (("release_versions_templates"."template_id" = "templates"."id") AND ("release_versions_templates"."release_version_id" = 2))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000491s) SELECT "packages".* FROM "packages" INNER JOIN "packages_release_versions" ON (("packages_release_versions"."package_id" = "packages"."id") AND ("packages_release_versions"."release_version_id" = 2))
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `etcd'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `auctioneer'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `auctioneer'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `converger'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `converger'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `runtime_metrics_server'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `runtime_metrics_server'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `rep'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `rep'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `garden-linux'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `garden-linux'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `stager'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `stager'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `nsync'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `nsync'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `tps'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `tps'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `file_server'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `file_server'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `route_emitter'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `route_emitter'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `ssh_proxy'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `ssh_proxy'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `receptor'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `receptor'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `consul_agent'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000886s) 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, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000342s) 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, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `consul_agent'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Binding template `metron_agent'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: Bound template `metron_agent'
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Binding properties
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Binding unallocated VMs
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000342s) SELECT * FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'etcd_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000256s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'etcd_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000180s) BEGIN
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000305s) INSERT INTO "instances" ("deployment_id", "job", "index", "state") VALUES (2, 'etcd_z1', 0, 'started') RETURNING *
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000569s) COMMIT
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: ResourcePool `etcd_z1' - Adding allocated VM (index=0)
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000246s) SELECT * FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'brain_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000268s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'brain_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000230s) BEGIN
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000259s) INSERT INTO "instances" ("deployment_id", "job", "index", "state") VALUES (2, 'brain_z1', 0, 'started') RETURNING *
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000474s) COMMIT
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: ResourcePool `brain_z1' - Adding allocated VM (index=0)
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000243s) SELECT * FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'cell_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000256s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'cell_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000284s) BEGIN
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000250s) INSERT INTO "instances" ("deployment_id", "job", "index", "state") VALUES (2, 'cell_z1', 0, 'started') RETURNING *
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000463s) COMMIT
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: ResourcePool `cell_z1' - Adding allocated VM (index=0)
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000271s) SELECT * FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'cc_bridge_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000342s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'cc_bridge_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000171s) BEGIN
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000251s) INSERT INTO "instances" ("deployment_id", "job", "index", "state") VALUES (2, 'cc_bridge_z1', 0, 'started') RETURNING *
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000719s) COMMIT
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: ResourcePool `cc_bridge_z1' - Adding allocated VM (index=0)
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'route_emitter_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000242s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'route_emitter_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000176s) BEGIN
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000254s) INSERT INTO "instances" ("deployment_id", "job", "index", "state") VALUES (2, 'route_emitter_z1', 0, 'started') RETURNING *
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000611s) COMMIT
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: ResourcePool `route_emitter_z1' - Adding allocated VM (index=0)
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000238s) SELECT * FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'access_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000272s) SELECT COUNT(*) AS "count" FROM "instances" WHERE (("deployment_id" = 2) AND ("job" = 'access_z1') AND ("index" = 0)) LIMIT 1
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000164s) BEGIN
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000244s) INSERT INTO "instances" ("deployment_id", "job", "index", "state") VALUES (2, 'access_z1', 0, 'started') RETURNING *
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000703s) COMMIT
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: ResourcePool `access_z1' - Adding allocated VM (index=0)
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Binding instance networks
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Compiling and binding packages
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Generating a list of compile tasks
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/etcd', `cf/consul_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:27 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:27 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000260s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 66) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `etcd/7f8c8adf8cbe00fd65d9dbedf2bcc212229725dc' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000374s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 58) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `etcd/7f8c8adf8cbe00fd65d9dbedf2bcc212229725dc' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `etcd/7f8c8adf8cbe00fd65d9dbedf2bcc212229725dc' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `etcd/7f8c8adf8cbe00fd65d9dbedf2bcc212229725dc' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000217s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 72) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000224s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 15) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Found compiled version of package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000220s) SELECT * FROM "packages" WHERE ("packages"."id" = 15) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/etcd', `cf/consul_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `etcd/7f8c8adf8cbe00fd65d9dbedf2bcc212229725dc' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/etcd', `cf/consul_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `etcd/7f8c8adf8cbe00fd65d9dbedf2bcc212229725dc' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `cf/consul_agent', `diego/auctioneer', `diego/converger', `diego/runtime_metrics_server', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `auctioneer/7bf78b9e06248969d309fb55c16b7c19502e14db' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000296s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 47) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `auctioneer/7bf78b9e06248969d309fb55c16b7c19502e14db' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `auctioneer/7bf78b9e06248969d309fb55c16b7c19502e14db' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `auctioneer/7bf78b9e06248969d309fb55c16b7c19502e14db' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `converger/4126b0fc3f8c74b97661d90e0d3e44affb15d415' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000237s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 54) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `converger/4126b0fc3f8c74b97661d90e0d3e44affb15d415' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `converger/4126b0fc3f8c74b97661d90e0d3e44affb15d415' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `converger/4126b0fc3f8c74b97661d90e0d3e44affb15d415' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `runtime_metrics_server/55b07d7a47824a4939f5bf59d584287a615f6590' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000300s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 63) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `runtime_metrics_server/55b07d7a47824a4939f5bf59d584287a615f6590' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `runtime_metrics_server/55b07d7a47824a4939f5bf59d584287a615f6590' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `runtime_metrics_server/55b07d7a47824a4939f5bf59d584287a615f6590' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000303s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 14) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Found compiled version of package `common/99c756b71550530632e393f5189220f170a69647' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000258s) SELECT * FROM "packages" WHERE ("packages"."id" = 14) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `common/99c756b71550530632e393f5189220f170a69647' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000269s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 31) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Found compiled version of package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000254s) SELECT * FROM "packages" WHERE ("packages"."id" = 31) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' depends on package `golang1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000271s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 24) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Found compiled version of package `golang1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000251s) SELECT * FROM "packages" WHERE ("packages"."id" = 24) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `golang1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/rep', `cf/consul_agent', `diego/garden-linux', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `rep/305554baed6769214cbcdb39730b968d3b488dec' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000318s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 57) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `rep/305554baed6769214cbcdb39730b968d3b488dec' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `rep/305554baed6769214cbcdb39730b968d3b488dec' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `rep/305554baed6769214cbcdb39730b968d3b488dec' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `iptables/7226d311e90f49b05287e79f339581a1de9ea82e' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000221s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 56) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `iptables/7226d311e90f49b05287e79f339581a1de9ea82e' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `iptables/7226d311e90f49b05287e79f339581a1de9ea82e' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `garden-linux/c7d4cfc63dc0ad0c130d3c8fc9e7a5a4d0d4dcc1' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000425s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 48) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `garden-linux/c7d4cfc63dc0ad0c130d3c8fc9e7a5a4d0d4dcc1' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `garden-linux/c7d4cfc63dc0ad0c130d3c8fc9e7a5a4d0d4dcc1' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `garden-linux/c7d4cfc63dc0ad0c130d3c8fc9e7a5a4d0d4dcc1' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000329s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 55) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000369s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 64) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/stager', `diego/nsync', `diego/tps', `diego/file_server', `cf/consul_agent', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `stager/c14cb8da01e0b879df449b1c56eb50c5a63daeab' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000313s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 70) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `stager/c14cb8da01e0b879df449b1c56eb50c5a63daeab' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `stager/c14cb8da01e0b879df449b1c56eb50c5a63daeab' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `stager/c14cb8da01e0b879df449b1c56eb50c5a63daeab' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `nsync/fdeba45cc83e74e4d3b883c9dd87855fcfb881d6' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000199s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 61) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `nsync/fdeba45cc83e74e4d3b883c9dd87855fcfb881d6' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `nsync/fdeba45cc83e74e4d3b883c9dd87855fcfb881d6' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `nsync/fdeba45cc83e74e4d3b883c9dd87855fcfb881d6' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `tps/26e795b3c46439183ef1947cc4ed2ce169aa0c24' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000397s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 50) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `tps/26e795b3c46439183ef1947cc4ed2ce169aa0c24' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `tps/26e795b3c46439183ef1947cc4ed2ce169aa0c24' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `tps/26e795b3c46439183ef1947cc4ed2ce169aa0c24' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `file_server/9ce92eb1006c4e9393845a15e7755166e8ecf31f' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000301s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 60) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `file_server/9ce92eb1006c4e9393845a15e7755166e8ecf31f' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `file_server/9ce92eb1006c4e9393845a15e7755166e8ecf31f' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `file_server/9ce92eb1006c4e9393845a15e7755166e8ecf31f' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `buildpack_app_lifecycle/03e3dd38a1ea85bfb16f2d00c638d1879b7da5b5' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000241s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 69) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["diego-sshd","6e8da24e16b36def829d98122fb53eed0499df6c"],["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `buildpack_app_lifecycle/03e3dd38a1ea85bfb16f2d00c638d1879b7da5b5' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `buildpack_app_lifecycle/03e3dd38a1ea85bfb16f2d00c638d1879b7da5b5' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `buildpack_app_lifecycle/03e3dd38a1ea85bfb16f2d00c638d1879b7da5b5' depends on package `diego-sshd/6e8da24e16b36def829d98122fb53eed0499df6c'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `diego-sshd/6e8da24e16b36def829d98122fb53eed0499df6c' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000182s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 49) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `diego-sshd/6e8da24e16b36def829d98122fb53eed0499df6c' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `diego-sshd/6e8da24e16b36def829d98122fb53eed0499df6c' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `diego-sshd/6e8da24e16b36def829d98122fb53eed0499df6c' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `buildpack_app_lifecycle/03e3dd38a1ea85bfb16f2d00c638d1879b7da5b5' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `docker_app_lifecycle/1f6b046ada4c4368dda2b4e4915d5828c9ac7b4c' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000419s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 62) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["diego-sshd","6e8da24e16b36def829d98122fb53eed0499df6c"],["docker","f425e2da16a2c6b48cef52b081b4d9af9f0d3a41"],["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `docker_app_lifecycle/1f6b046ada4c4368dda2b4e4915d5828c9ac7b4c' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `docker_app_lifecycle/1f6b046ada4c4368dda2b4e4915d5828c9ac7b4c' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `docker_app_lifecycle/1f6b046ada4c4368dda2b4e4915d5828c9ac7b4c' depends on package `diego-sshd/6e8da24e16b36def829d98122fb53eed0499df6c'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `diego-sshd/6e8da24e16b36def829d98122fb53eed0499df6c' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `docker_app_lifecycle/1f6b046ada4c4368dda2b4e4915d5828c9ac7b4c' depends on package `docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000266s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 65) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `docker_app_lifecycle/1f6b046ada4c4368dda2b4e4915d5828c9ac7b4c' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000400s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 73) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/route_emitter', `cf/consul_agent', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `route_emitter/20b3dddd87e3b36d7e3738d6f7410a40da274c89' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000374s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 51) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `route_emitter/20b3dddd87e3b36d7e3738d6f7410a40da274c89' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `route_emitter/20b3dddd87e3b36d7e3738d6f7410a40da274c89' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `route_emitter/20b3dddd87e3b36d7e3738d6f7410a40da274c89' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/ssh_proxy', `cf/consul_agent', `cf/metron_agent', `diego/receptor' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `ssh_proxy/49a077c54d166316a6579a26677e994f6150043f' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000463s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 71) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `ssh_proxy/49a077c54d166316a6579a26677e994f6150043f' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `ssh_proxy/49a077c54d166316a6579a26677e994f6150043f' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `ssh_proxy/49a077c54d166316a6579a26677e994f6150043f' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `receptor/922b3c9fcaa0a5359d90a450724b57431b68d0f4' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000322s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 52) AND ("stemcell_id" = 1) AND ("dependency_key" = '[["golang_1.4","f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7"]]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `receptor/922b3c9fcaa0a5359d90a450724b57431b68d0f4' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Processing package `receptor/922b3c9fcaa0a5359d90a450724b57431b68d0f4' dependencies
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `receptor/922b3c9fcaa0a5359d90a450724b57431b68d0f4' depends on package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `cf/consul_agent', `diego/auctioneer', `diego/converger', `diego/runtime_metrics_server', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `auctioneer/7bf78b9e06248969d309fb55c16b7c19502e14db' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `converger/4126b0fc3f8c74b97661d90e0d3e44affb15d415' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `runtime_metrics_server/55b07d7a47824a4939f5bf59d584287a615f6590' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/rep', `cf/consul_agent', `diego/garden-linux', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `rep/305554baed6769214cbcdb39730b968d3b488dec' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `iptables/7226d311e90f49b05287e79f339581a1de9ea82e' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `garden-linux/c7d4cfc63dc0ad0c130d3c8fc9e7a5a4d0d4dcc1' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/stager', `diego/nsync', `diego/tps', `diego/file_server', `cf/consul_agent', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `stager/c14cb8da01e0b879df449b1c56eb50c5a63daeab' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `nsync/fdeba45cc83e74e4d3b883c9dd87855fcfb881d6' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `tps/26e795b3c46439183ef1947cc4ed2ce169aa0c24' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `file_server/9ce92eb1006c4e9393845a15e7755166e8ecf31f' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `buildpack_app_lifecycle/03e3dd38a1ea85bfb16f2d00c638d1879b7da5b5' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `docker_app_lifecycle/1f6b046ada4c4368dda2b4e4915d5828c9ac7b4c' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/route_emitter', `cf/consul_agent', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `route_emitter/20b3dddd87e3b36d7e3738d6f7410a40da274c89' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/ssh_proxy', `cf/consul_agent', `cf/metron_agent', `diego/receptor' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `ssh_proxy/49a077c54d166316a6579a26677e994f6150043f' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `receptor/922b3c9fcaa0a5359d90a450724b57431b68d0f4' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `cf/consul_agent', `diego/auctioneer', `diego/converger', `diego/runtime_metrics_server', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `auctioneer/7bf78b9e06248969d309fb55c16b7c19502e14db' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `converger/4126b0fc3f8c74b97661d90e0d3e44affb15d415' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `runtime_metrics_server/55b07d7a47824a4939f5bf59d584287a615f6590' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/rep', `cf/consul_agent', `diego/garden-linux', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `rep/305554baed6769214cbcdb39730b968d3b488dec' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `iptables/7226d311e90f49b05287e79f339581a1de9ea82e' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `garden-linux/c7d4cfc63dc0ad0c130d3c8fc9e7a5a4d0d4dcc1' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/stager', `diego/nsync', `diego/tps', `diego/file_server', `cf/consul_agent', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `stager/c14cb8da01e0b879df449b1c56eb50c5a63daeab' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `nsync/fdeba45cc83e74e4d3b883c9dd87855fcfb881d6' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `tps/26e795b3c46439183ef1947cc4ed2ce169aa0c24' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `file_server/9ce92eb1006c4e9393845a15e7755166e8ecf31f' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `buildpack_app_lifecycle/03e3dd38a1ea85bfb16f2d00c638d1879b7da5b5' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `docker_app_lifecycle/1f6b046ada4c4368dda2b4e4915d5828c9ac7b4c' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/route_emitter', `cf/consul_agent', `cf/metron_agent' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `route_emitter/20b3dddd87e3b36d7e3738d6f7410a40da274c89' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Job templates `diego/ssh_proxy', `cf/consul_agent', `cf/metron_agent', `diego/receptor' need to run on stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `ssh_proxy/49a077c54d166316a6579a26677e994f6150043f' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `consul/14b83378b30a2b55a25e641e835af3e5c87a0d41' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `common/99c756b71550530632e393f5189220f170a69647' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `metron_agent/ee964fee64c1c2910077a28bc7a6c89919a557eb' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Checking whether package `receptor/922b3c9fcaa0a5359d90a450724b57431b68d0f4' needs to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `pid_utils/81f185e4c02f2e4cb7b73a8f243d1918c6408e50' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `iptables/7226d311e90f49b05287e79f339581a1de9ea82e' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [task:6] INFO -- DirectorJobRunner: Package `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a' is ready to be compiled for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000254s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.002743s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000566s) SET standard_conforming_strings = ON
D, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000221s) SET client_min_messages = 'WARNING'
D, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000217s) SET DateStyle = 'ISO'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.001806s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.002596s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000796s) SET standard_conforming_strings = ON
D, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000183s) SET client_min_messages = 'WARNING'
D, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000186s) SET DateStyle = 'ISO'
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
I, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Compiling package `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Acquiring compile lock on 73 1
D, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:73:1
D, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001578s) SELECT * FROM "tasks" WHERE "id" = 6
I, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Compiling package `docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Acquiring compile lock on 65 1
D, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:65:1
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.001112s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000728s) SELECT * FROM "tasks" WHERE "id" = 6
I, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Compiling package `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Acquiring compile lock on 64 1
D, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:64:1
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.001278s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001794s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000288s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.002823s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.002720s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:64:1
D, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:73:1
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001919s) SET standard_conforming_strings = ON
D, [2015-06-26 17:13:28 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:64:1
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000209s) SET client_min_messages = 'WARNING'
D, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:65:1
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001886s) SET DateStyle = 'ISO'
I, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Compiling package `iptables/7226d311e90f49b05287e79f339581a1de9ea82e' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Acquiring compile lock on 56 1
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:56:1
D, [2015-06-26 17:13:28 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:65:1
D, [2015-06-26 17:13:28 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:73:1
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.002222s) SELECT * FROM "tasks" WHERE "id" = 6
I, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Compiling package `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Acquiring compile lock on 55 1
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:55:1
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: All threads are currently busy, queuing action
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:56:1
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:55:1
D, [2015-06-26 17:13:28 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:13:28 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:56:1
I, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Compiling package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Acquiring compile lock on 72 1
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquiring lock: lock:compile:72:1
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Acquired lock: lock:compile:72:1
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000703s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 56) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:13:28 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:72:1
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000538s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000752s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 55) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.002114s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 64) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000247s) SET standard_conforming_strings = ON
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000308s) SET client_min_messages = 'WARNING'
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000259s) SET DateStyle = 'ISO'
I, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Package `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001761s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 73) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Package `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Package `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Package `iptables/7226d311e90f49b05287e79f339581a1de9ea82e' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001837s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 55) AND ("stemcell_id" = 1)) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"create_vm","arguments":["836a6c6a-0f75-4cae-8b57-716df8ab45dd","f8c602b4-fdcf-42ef-6da6-d0f939a5149a",{},{"diego1":{"ip":"10.244.16.26","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}},null,{}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.003446s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 73) AND ("stemcell_id" = 1)) LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.003684s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 56) AND ("stemcell_id" = 1)) LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.004678s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 65) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000443s) SELECT * FROM "compiled_packages" WHERE (("package_id" = 72) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.005114s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 64) AND ("stemcell_id" = 1)) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"create_vm","arguments":["e2911a36-c74a-44c0-b848-ed0e096bb92c","f8c602b4-fdcf-42ef-6da6-d0f939a5149a",{},{"diego1":{"ip":"10.244.16.30","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}},null,{}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
I, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"create_vm","arguments":["d3c86414-eb22-4714-9e0e-72a754236cff","f8c602b4-fdcf-42ef-6da6-d0f939a5149a",{},{"diego1":{"ip":"10.244.16.34","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}},null,{}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
I, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Package `docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Package `golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7' needs to be compiled on `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"create_vm","arguments":["2ffa7ed7-3240-4823-ac85-89e3c05a45a4","f8c602b4-fdcf-42ef-6da6-d0f939a5149a",{},{"diego1":{"ip":"10.244.16.38","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}},null,{}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000474s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 65) AND ("stemcell_id" = 1)) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"create_vm","arguments":["a78d4302-46b4-4e10-9591-b6eea2304391","f8c602b4-fdcf-42ef-6da6-d0f939a5149a",{},{"diego1":{"ip":"10.244.16.42","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}},null,{}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.005626s) SELECT max("build") FROM "compiled_packages" WHERE (("package_id" = 72) AND ("stemcell_id" = 1)) LIMIT 1
I, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Creating compilation VM for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:72:1
D, [2015-06-26 17:13:28 #17286] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-06-26 17:13:28 #17286] [compile_package(golang_1.4/f57ddbc8d55d7a0f08775bf76bb6a27dc98c7ea7, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:72:1
D, [2015-06-26 17:13:28 #17286] [] DEBUG -- DirectorJobRunner: Worker thread raised exception: Could not reserve network for package compilation: capacity - /var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:228:in `reserve_network'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:147:in `prepare_vm'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:80:in `block in compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/lock_helper.rb:89:in `block in with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/lock.rb:56:in `lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/lock_helper.rb:89:in `with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:73:in `compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:300:in `block (2 levels) in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/event_log.rb:97:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/event_log.rb:97:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/event_log.rb:50:in `track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:298:in `block in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_formatter.rb:49:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:294:in `process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:254:in `block (4 levels) in compile_packages'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_pool.rb:63:in `block in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `block in create_with_logging_context'
D, [2015-06-26 17:13:28 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.002193s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000465s) SELECT * FROM "tasks" WHERE "id" = 6
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: Waiting for tasks to complete
D, [2015-06-26 17:13:28 #17286] [task:6] DEBUG -- DirectorJobRunner: Shutting down pool
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":"d5077bda-f3a3-4eab-7e7c-a0393b5c40d0","error":null,"log":""}, err: , exit_status: pid 17342 exit 0
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000966s) SELECT COUNT(*) AS "count" FROM "vms" WHERE ("agent_id" = 'd3c86414-eb22-4714-9e0e-72a754236cff') LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000307s) BEGIN
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000776s) INSERT INTO "vms" ("deployment_id", "agent_id", "env_json", "cid") VALUES (2, 'd3c86414-eb22-4714-9e0e-72a754236cff', '{}', 'd5077bda-f3a3-4eab-7e7c-a0393b5c40d0') RETURNING *
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001340s) COMMIT
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000334s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 18) LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["d5077bda-f3a3-4eab-7e7c-a0393b5c40d0",{"director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":"7ddacb07-4890-4226-5430-c6fe31c53280","error":null,"log":""}, err: , exit_status: pid 17319 exit 0
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 17996 exit 0
I, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Configuring compilation VM: d5077bda-f3a3-4eab-7e7c-a0393b5c40d0
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000494s) SELECT * FROM "vms" WHERE ("agent_id" = 'd3c86414-eb22-4714-9e0e-72a754236cff') LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.f7eb254d-e567-4477-a112-e568deba17c0"}
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.002548s) SELECT COUNT(*) AS "count" FROM "vms" WHERE ("agent_id" = '836a6c6a-0f75-4cae-8b57-716df8ab45dd') LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000232s) BEGIN
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001572s) INSERT INTO "vms" ("deployment_id", "agent_id", "env_json", "cid") VALUES (2, '836a6c6a-0f75-4cae-8b57-716df8ab45dd', '{}', '7ddacb07-4890-4226-5430-c6fe31c53280') RETURNING *
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001566s) COMMIT
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000307s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 19) LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["7ddacb07-4890-4226-5430-c6fe31c53280",{"director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 18021 exit 0
I, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Configuring compilation VM: 7ddacb07-4890-4226-5430-c6fe31c53280
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000570s) SELECT * FROM "vms" WHERE ("agent_id" = '836a6c6a-0f75-4cae-8b57-716df8ab45dd') LIMIT 1
D, [2015-06-26 17:13:28 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.9baff06c-5270-4d19-98cf-d62c01884478"}
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":"5c489651-0233-40e4-6fab-b23e0742d8b9","error":null,"log":""}, err: , exit_status: pid 17355 exit 0
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000435s) SELECT COUNT(*) AS "count" FROM "vms" WHERE ("agent_id" = 'a78d4302-46b4-4e10-9591-b6eea2304391') LIMIT 1
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000069s) BEGIN
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000192s) INSERT INTO "vms" ("deployment_id", "agent_id", "env_json", "cid") VALUES (2, 'a78d4302-46b4-4e10-9591-b6eea2304391', '{}', '5c489651-0233-40e4-6fab-b23e0742d8b9') RETURNING *
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000476s) COMMIT
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000257s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 20) LIMIT 1
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["5c489651-0233-40e4-6fab-b23e0742d8b9",{"director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 18208 exit 0
I, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Configuring compilation VM: 5c489651-0233-40e4-6fab-b23e0742d8b9
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000469s) SELECT * FROM "vms" WHERE ("agent_id" = 'a78d4302-46b4-4e10-9591-b6eea2304391') LIMIT 1
D, [2015-06-26 17:13:29 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.a78d4302-46b4-4e10-9591-b6eea2304391 {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.6d504af0-bef8-473c-9ca7-8a77f8a7e6d6"}
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.fb5a68ce-c1cf-425e-9d5f-ca34a3f01f60"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.fb5a68ce-c1cf-425e-9d5f-ca34a3f01f60 {"value":"pong"}
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000397s) SELECT COUNT(*) AS "count" FROM "vms" WHERE (("agent_id" = 'd3c86414-eb22-4714-9e0e-72a754236cff') AND ("id" != 18)) LIMIT 1
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000173s) BEGIN
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000274s) UPDATE "vms" SET "apply_spec_json" = '{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.34","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}' WHERE ("id" = 18)
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000647s) COMMIT
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"apply","arguments":[{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.34","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.4d20abfe-d489-420f-a1ac-dd4e5f744e97"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.4d20abfe-d489-420f-a1ac-dd4e5f744e97 {"value":{"agent_task_id":"fe9c925f-5fde-466f-4e33-5070589c77df","state":"running"}}
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["fe9c925f-5fde-466f-4e33-5070589c77df"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.2ef53e81-600d-42bb-9d57-62378f5a5fb2"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.2ef53e81-600d-42bb-9d57-62378f5a5fb2 {"value":"applied"}
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["d5077bda-f3a3-4eab-7e7c-a0393b5c40d0",{"compiling":"iptables","director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 18239 exit 0
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"compile_package","arguments":["d6da257f-5f6e-4ad0-b14c-2148431710ac","5b0ffba010b23dd21ef21e7c0385d468a5daa3b3","iptables","7226d311e90f49b05287e79f339581a1de9ea82e.1",{}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.9bab8e75-093e-4986-a343-40474e52cf1a"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.9bab8e75-093e-4986-a343-40474e52cf1a {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:29 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.71216058-c6d5-4b5e-be60-3b8ea22cab89"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.71216058-c6d5-4b5e-be60-3b8ea22cab89 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.ec3e1da4-afc4-4661-8366-54d2f5ec774b"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.ec3e1da4-afc4-4661-8366-54d2f5ec774b {"value":"pong"}
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000709s) SELECT COUNT(*) AS "count" FROM "vms" WHERE (("agent_id" = '836a6c6a-0f75-4cae-8b57-716df8ab45dd') AND ("id" != 19)) LIMIT 1
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000177s) BEGIN
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000259s) UPDATE "vms" SET "apply_spec_json" = '{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.26","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}' WHERE ("id" = 19)
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000641s) COMMIT
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"apply","arguments":[{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.26","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.ba1d9bfe-77ca-4134-af0c-950e7b208d75"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.ba1d9bfe-77ca-4134-af0c-950e7b208d75 {"value":{"agent_task_id":"3f49e70f-f54a-4742-4c25-83abb82956b1","state":"running"}}
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["3f49e70f-f54a-4742-4c25-83abb82956b1"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.c55fe1e2-8186-45f6-bbc8-13b277df6c82"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.c55fe1e2-8186-45f6-bbc8-13b277df6c82 {"value":"applied"}
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["7ddacb07-4890-4226-5430-c6fe31c53280",{"compiling":"rootfs_cflinuxfs2","director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 18249 exit 0
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"compile_package","arguments":["5e314dad-319a-45a0-a05c-f7e1cf18eab2","23af61890dae0544d01402f13dfc43a4be450ff6","rootfs_cflinuxfs2","ad9137a86fe9c4a29ee4b277ba940a6b4734f876.1",{}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.bdb9766a-4273-4525-823b-06a3c3677581"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.bdb9766a-4273-4525-823b-06a3c3677581 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:29 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.af3be077-1640-46cd-bf22-cc0af018624d"}
D, [2015-06-26 17:13:29 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.af3be077-1640-46cd-bf22-cc0af018624d {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.a78d4302-46b4-4e10-9591-b6eea2304391 {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.626b643c-d573-4645-b0ab-17bcb1b5e4cf"}
D, [2015-06-26 17:13:30 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.626b643c-d573-4645-b0ab-17bcb1b5e4cf {"value":"pong"}
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000352s) SELECT COUNT(*) AS "count" FROM "vms" WHERE (("agent_id" = 'a78d4302-46b4-4e10-9591-b6eea2304391') AND ("id" != 20)) LIMIT 1
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000101s) BEGIN
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000358s) UPDATE "vms" SET "apply_spec_json" = '{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.42","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}' WHERE ("id" = 20)
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000666s) COMMIT
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.a78d4302-46b4-4e10-9591-b6eea2304391 {"method":"apply","arguments":[{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.42","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.cface16e-8f1e-41be-bc65-8a63b2d23364"}
D, [2015-06-26 17:13:30 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.cface16e-8f1e-41be-bc65-8a63b2d23364 {"value":{"agent_task_id":"d5092964-099b-40ee-5719-7d7550d8b3c3","state":"running"}}
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.a78d4302-46b4-4e10-9591-b6eea2304391 {"method":"get_task","arguments":["d5092964-099b-40ee-5719-7d7550d8b3c3"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.5ba5f953-8962-4f54-b9a3-64bd6ea12026"}
D, [2015-06-26 17:13:30 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.5ba5f953-8962-4f54-b9a3-64bd6ea12026 {"value":"applied"}
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["5c489651-0233-40e4-6fab-b23e0742d8b9",{"compiling":"docker","director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 18529 exit 0
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.a78d4302-46b4-4e10-9591-b6eea2304391 {"method":"compile_package","arguments":["8a72a7be-59e1-4039-93ff-c71a702a6f33","9c455699b22564d36d53e79875484bab4e3675ea","docker","f425e2da16a2c6b48cef52b081b4d9af9f0d3a41.1",{}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.6305986d-344b-4c0e-99f2-9b846ac51c84"}
D, [2015-06-26 17:13:30 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.6305986d-344b-4c0e-99f2-9b846ac51c84 {"value":{"agent_task_id":"ad746606-f143-44b7-57ef-c41d4754efe4","state":"running"}}
D, [2015-06-26 17:13:30 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.a78d4302-46b4-4e10-9591-b6eea2304391 {"method":"get_task","arguments":["ad746606-f143-44b7-57ef-c41d4754efe4"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.fa63df51-80d4-4647-9c56-4702d6e59d64"}
D, [2015-06-26 17:13:30 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.fa63df51-80d4-4647-9c56-4702d6e59d64 {"value":{"agent_task_id":"ad746606-f143-44b7-57ef-c41d4754efe4","state":"running"}}
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":"6a7b1bed-3379-4bfd-71a2-a0beefad4d7d","error":null,"log":""}, err: , exit_status: pid 17323 exit 0
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001519s) SELECT COUNT(*) AS "count" FROM "vms" WHERE ("agent_id" = 'e2911a36-c74a-44c0-b848-ed0e096bb92c') LIMIT 1
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000128s) BEGIN
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000237s) INSERT INTO "vms" ("deployment_id", "agent_id", "env_json", "cid") VALUES (2, 'e2911a36-c74a-44c0-b848-ed0e096bb92c', '{}', '6a7b1bed-3379-4bfd-71a2-a0beefad4d7d') RETURNING *
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000558s) COMMIT
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000251s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 21) LIMIT 1
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["6a7b1bed-3379-4bfd-71a2-a0beefad4d7d",{"director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 18562 exit 0
I, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Configuring compilation VM: 6a7b1bed-3379-4bfd-71a2-a0beefad4d7d
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000375s) SELECT * FROM "vms" WHERE ("agent_id" = 'e2911a36-c74a-44c0-b848-ed0e096bb92c') LIMIT 1
D, [2015-06-26 17:13:30 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.e2911a36-c74a-44c0-b848-ed0e096bb92c {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.c1e46f23-67e6-4605-b8b2-38e081a1f711"}
D, [2015-06-26 17:13:30 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.a1c9374b-8054-4759-a838-dc1b44900d0d"}
D, [2015-06-26 17:13:30 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.a1c9374b-8054-4759-a838-dc1b44900d0d {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:30 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.59631034-4a9a-4b9e-977a-26c7bd1c880a"}
D, [2015-06-26 17:13:30 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.59631034-4a9a-4b9e-977a-26c7bd1c880a {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:31 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.a78d4302-46b4-4e10-9591-b6eea2304391 {"method":"get_task","arguments":["ad746606-f143-44b7-57ef-c41d4754efe4"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.459fb31c-36e4-4a2b-8b3f-a14683ffa84a"}
D, [2015-06-26 17:13:31 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.459fb31c-36e4-4a2b-8b3f-a14683ffa84a {"value":{"agent_task_id":"ad746606-f143-44b7-57ef-c41d4754efe4","state":"running"}}
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.e2911a36-c74a-44c0-b848-ed0e096bb92c {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.feba5728-90d7-4a38-8b27-ff90c5349354"}
D, [2015-06-26 17:13:31 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.feba5728-90d7-4a38-8b27-ff90c5349354 {"value":"pong"}
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000696s) SELECT COUNT(*) AS "count" FROM "vms" WHERE (("agent_id" = 'e2911a36-c74a-44c0-b848-ed0e096bb92c') AND ("id" != 21)) LIMIT 1
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":"2b347eb8-d751-4538-6a91-f6ca9da53654","error":null,"log":""}, err: , exit_status: pid 17349 exit 0
D, [2015-06-26 17:13:31 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.c521e94c-efce-4404-9d40-3d01e80761c1"}
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000635s) SELECT COUNT(*) AS "count" FROM "vms" WHERE ("agent_id" = '2ffa7ed7-3240-4823-ac85-89e3c05a45a4') LIMIT 1
D, [2015-06-26 17:13:31 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.c521e94c-efce-4404-9d40-3d01e80761c1 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000282s) BEGIN
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000244s) BEGIN
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000712s) INSERT INTO "vms" ("deployment_id", "agent_id", "env_json", "cid") VALUES (2, '2ffa7ed7-3240-4823-ac85-89e3c05a45a4', '{}', '2b347eb8-d751-4538-6a91-f6ca9da53654') RETURNING *
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000372s) UPDATE "vms" SET "apply_spec_json" = '{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.30","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}' WHERE ("id" = 21)
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000596s) COMMIT
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.001230s) COMMIT
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.e2911a36-c74a-44c0-b848-ed0e096bb92c {"method":"apply","arguments":[{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.30","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.18481a32-b0a6-4ce0-b98a-a8d1e87b5f40"}
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000750s) SELECT * FROM "instances" WHERE ("instances"."vm_id" = 22) LIMIT 1
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["2b347eb8-d751-4538-6a91-f6ca9da53654",{"director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:31 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.18481a32-b0a6-4ce0-b98a-a8d1e87b5f40 {"value":{"agent_task_id":"d69fc76b-6dba-4541-5687-38c494675ef5","state":"running"}}
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.e2911a36-c74a-44c0-b848-ed0e096bb92c {"method":"get_task","arguments":["d69fc76b-6dba-4541-5687-38c494675ef5"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.7db01f4f-f6c9-47df-97c0-439f123c0465"}
D, [2015-06-26 17:13:31 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.7db01f4f-f6c9-47df-97c0-439f123c0465 {"value":"applied"}
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["6a7b1bed-3379-4bfd-71a2-a0beefad4d7d",{"compiling":"windows_app_lifecycle","director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:31 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.95662a75-ebef-439f-931a-3c62e91d5159"}
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 19017 exit 0
I, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Configuring compilation VM: 2b347eb8-d751-4538-6a91-f6ca9da53654
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000379s) SELECT * FROM "vms" WHERE ("agent_id" = '2ffa7ed7-3240-4823-ac85-89e3c05a45a4') LIMIT 1
D, [2015-06-26 17:13:31 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.439ce531-ae14-4517-823b-00e77cff848b"}
D, [2015-06-26 17:13:31 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.95662a75-ebef-439f-931a-3c62e91d5159 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 19030 exit 0
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.e2911a36-c74a-44c0-b848-ed0e096bb92c {"method":"compile_package","arguments":["78886083-27df-4e3a-8e62-abed72a263b6","0b259127b33f671c547a5c70843811db4c9ec554","windows_app_lifecycle","4605f6e88cdd589c5d24e763a76170b72da92f1a.1",{}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.bfd40923-75f8-438f-a359-5a26b9a30388"}
D, [2015-06-26 17:13:31 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.bfd40923-75f8-438f-a359-5a26b9a30388 {"value":{"agent_task_id":"0372f6a9-7cbe-4948-5c76-3fd4dfa23926","state":"running"}}
D, [2015-06-26 17:13:31 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.e2911a36-c74a-44c0-b848-ed0e096bb92c {"method":"get_task","arguments":["0372f6a9-7cbe-4948-5c76-3fd4dfa23926"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.50a7f210-6efc-4a98-a8ff-4d5389bc3fec"}
D, [2015-06-26 17:13:31 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.50a7f210-6efc-4a98-a8ff-4d5389bc3fec {"value":{"agent_task_id":"0372f6a9-7cbe-4948-5c76-3fd4dfa23926","state":"running"}}
D, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.a78d4302-46b4-4e10-9591-b6eea2304391 {"method":"get_task","arguments":["ad746606-f143-44b7-57ef-c41d4754efe4"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.fcc406b2-cef3-4c7a-82bf-a0184025c575"}
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.fcc406b2-cef3-4c7a-82bf-a0184025c575 {"value":{"result":{"blobstore_id":"42e0f0cb-b909-47b7-7fb0-02d8cf596ee1","sha1":"1ea11b04720a0a3b750f2ea794a9e1233218ea13"}}}
D, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000512s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 65) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000367s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 65) AND ("stemcell_id" = 1) AND ("build" = 1)) LIMIT 1
D, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000213s) BEGIN
D, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000850s) INSERT INTO "compiled_packages" ("package_id", "stemcell_id", "sha1", "build", "blobstore_id", "dependency_key", "dependency_key_sha1") VALUES (65, 1, '1ea11b04720a0a3b750f2ea794a9e1233218ea13', 1, '42e0f0cb-b909-47b7-7fb0-02d8cf596ee1', '[]', '97d170e1550eee4afc0af065b78cda302a97674c') RETURNING *
D, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000697s) COMMIT
I, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Uploading to global package cache
D, [2015-06-26 17:13:32 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.49864382-a1c4-4a51-ab3b-772469f430d8"}
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.49864382-a1c4-4a51-ab3b-772469f430d8 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"ping","arguments":[],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.09cf8299-09e7-428d-934b-c1936aded6ca"}
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.09cf8299-09e7-428d-934b-c1936aded6ca {"value":"pong"}
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000422s) SELECT COUNT(*) AS "count" FROM "vms" WHERE (("agent_id" = '2ffa7ed7-3240-4823-ac85-89e3c05a45a4') AND ("id" != 22)) LIMIT 1
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000108s) BEGIN
D, [2015-06-26 17:13:32 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.a62471d3-004b-426b-bc0e-392ae8a9d808"}
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000661s) UPDATE "vms" SET "apply_spec_json" = '{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.38","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}' WHERE ("id" = 22)
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000638s) COMMIT
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"apply","arguments":[{"deployment":"cf-warden-diego","resource_pool":"package_compiler","networks":{"diego1":{"ip":"10.244.16.38","netmask":"255.255.255.252","cloud_properties":{},"default":["dns","gateway"]}}}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.bf6759fa-2590-4e3e-9f5a-94c943bcf06d"}
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.a62471d3-004b-426b-bc0e-392ae8a9d808 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.bf6759fa-2590-4e3e-9f5a-94c943bcf06d {"value":{"agent_task_id":"5d0660d4-2132-4542-688d-223c0a9050b8","state":"running"}}
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["5d0660d4-2132-4542-688d-223c0a9050b8"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.de8963d1-d415-46a2-a2d6-76fba6618171"}
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.de8963d1-d415-46a2-a2d6-76fba6618171 {"value":"applied"}
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"set_vm_metadata","arguments":["2b347eb8-d751-4538-6a91-f6ca9da53654",{"compiling":"shadow","director":"Bosh Lite Director","deployment":"cf-warden-diego"}],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.e2911a36-c74a-44c0-b848-ed0e096bb92c {"method":"get_task","arguments":["0372f6a9-7cbe-4948-5c76-3fd4dfa23926"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.3057d69b-299a-472d-9d22-14b5491cbe38"}
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.3057d69b-299a-472d-9d22-14b5491cbe38 {"value":{"result":{"blobstore_id":"e15d0ebe-d859-47d4-5196-5e661a296ae6","sha1":"13eb79178739571b7fbc3f562ab9a05683b11123"}}}
D, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000596s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 73) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000449s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 73) AND ("stemcell_id" = 1) AND ("build" = 1)) LIMIT 1
D, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000449s) BEGIN
D, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000438s) INSERT INTO "compiled_packages" ("package_id", "stemcell_id", "sha1", "build", "blobstore_id", "dependency_key", "dependency_key_sha1") VALUES (73, 1, '13eb79178739571b7fbc3f562ab9a05683b11123', 1, 'e15d0ebe-d859-47d4-5196-5e661a296ae6', '[]', '97d170e1550eee4afc0af065b78cda302a97674c') RETURNING *
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 19748 exit 0
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"compile_package","arguments":["41557948-e30b-4c46-916c-2e628c1b6974","151206667fb4243153b50806e97b1fb7de9a94cf","shadow","ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285.1",{}],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.3de02b9f-aa54-437b-80ed-b3caaaa63ab5"}
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.3de02b9f-aa54-437b-80ed-b3caaaa63ab5 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:32 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.db008b19-2b62-45ae-b0d8-876b4a2122fa"}
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.db008b19-2b62-45ae-b0d8-876b4a2122fa {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.056962s) COMMIT
I, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Uploading to global package cache
D, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:65:1
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:65:1
I, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Finished compiling package `docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:32 #17286] [compile_package(docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Unblocking dependents of `docker/f425e2da16a2c6b48cef52b081b4d9af9f0d3a41` for `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776`
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:73:1
D, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:73:1
I, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Finished compiling package `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:32 #17286] [compile_package(windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Unblocking dependents of `windows_app_lifecycle/4605f6e88cdd589c5d24e763a76170b72da92f1a` for `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776`
D, [2015-06-26 17:13:32 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:13:33 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:64:1
D, [2015-06-26 17:13:33 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:13:33 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:56:1
D, [2015-06-26 17:13:33 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.56b7e996-9799-4595-8fb7-8958c43eafaa"}
D, [2015-06-26 17:13:33 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.56b7e996-9799-4595-8fb7-8958c43eafaa {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:33 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.e33a7270-9e18-445a-b958-12d97cd128fc"}
D, [2015-06-26 17:13:33 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.e33a7270-9e18-445a-b958-12d97cd128fc {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:33 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.ea8ff772-c9c5-4c55-ba88-e1f1ba04c57a"}
D, [2015-06-26 17:13:33 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.ea8ff772-c9c5-4c55-ba88-e1f1ba04c57a {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:34 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.4dfa405a-e33c-499f-8087-be4862ebcf7d"}
D, [2015-06-26 17:13:34 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.4dfa405a-e33c-499f-8087-be4862ebcf7d {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:34 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.a8231ddc-4c34-4491-98fe-9d223689ba87"}
D, [2015-06-26 17:13:34 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.a8231ddc-4c34-4491-98fe-9d223689ba87 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:34 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.307ccd3b-ea99-4925-a96b-b7b7b6a2c829"}
D, [2015-06-26 17:13:34 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.307ccd3b-ea99-4925-a96b-b7b7b6a2c829 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:35 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.8df131e5-2b77-4e16-9429-c8b502459f49"}
D, [2015-06-26 17:13:35 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.8df131e5-2b77-4e16-9429-c8b502459f49 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:35 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.e282fb66-51da-45ef-b6ba-8270c9b7829a"}
D, [2015-06-26 17:13:35 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.e282fb66-51da-45ef-b6ba-8270c9b7829a {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:35 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.d0f8befd-fbf5-42ab-9041-8480a41320f6"}
D, [2015-06-26 17:13:35 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.d0f8befd-fbf5-42ab-9041-8480a41320f6 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:36 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.027d8772-cc28-43bb-b229-ff757c872a4e"}
D, [2015-06-26 17:13:36 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.027d8772-cc28-43bb-b229-ff757c872a4e {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:36 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.bd2d6e89-63fe-41d1-8140-59cd8f5d910a"}
D, [2015-06-26 17:13:36 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.bd2d6e89-63fe-41d1-8140-59cd8f5d910a {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:36 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.191baf63-e60b-4eb1-80bc-8f8dff6a6d72"}
D, [2015-06-26 17:13:36 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.191baf63-e60b-4eb1-80bc-8f8dff6a6d72 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:37 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.be40a9bc-b780-4769-bc39-8248d572a5c6"}
D, [2015-06-26 17:13:37 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.be40a9bc-b780-4769-bc39-8248d572a5c6 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:37 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.3b834e6b-732a-44de-afaf-788e5434c614"}
D, [2015-06-26 17:13:37 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.3b834e6b-732a-44de-afaf-788e5434c614 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:37 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.2949f5d8-4bbc-4c82-b1d9-e38753d9e0d5"}
D, [2015-06-26 17:13:37 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.2949f5d8-4bbc-4c82-b1d9-e38753d9e0d5 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:37 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:13:38 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:64:1
D, [2015-06-26 17:13:38 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:13:38 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:56:1
D, [2015-06-26 17:13:38 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.6218d760-772e-4610-86ba-7840577a35f1"}
D, [2015-06-26 17:13:38 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.6218d760-772e-4610-86ba-7840577a35f1 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:38 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.5ed4f107-e646-46b8-afb5-7d7e5221286a"}
D, [2015-06-26 17:13:38 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.5ed4f107-e646-46b8-afb5-7d7e5221286a {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:38 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.ad5e8e35-0df2-49c3-848c-a9243e9bf4da"}
D, [2015-06-26 17:13:38 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.ad5e8e35-0df2-49c3-848c-a9243e9bf4da {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:39 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.49ebdcf7-564c-4bb3-bbbe-90f0d06299f9"}
D, [2015-06-26 17:13:39 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.49ebdcf7-564c-4bb3-bbbe-90f0d06299f9 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:39 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.44816636-a99e-4ac3-b69c-ca5372ed519c"}
D, [2015-06-26 17:13:39 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.44816636-a99e-4ac3-b69c-ca5372ed519c {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:39 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.418ad5dd-6664-4d4a-9cb0-34ae39a9eac2"}
D, [2015-06-26 17:13:39 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.418ad5dd-6664-4d4a-9cb0-34ae39a9eac2 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:40 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.0dbb30dc-b4c2-4508-84e6-dc6ad853d600"}
D, [2015-06-26 17:13:40 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.0dbb30dc-b4c2-4508-84e6-dc6ad853d600 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:40 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.e87f0ba8-ea4e-4152-af2d-1431d3d26d26"}
D, [2015-06-26 17:13:40 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.e87f0ba8-ea4e-4152-af2d-1431d3d26d26 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:40 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.75cc741e-3abc-4c72-bb31-69b6f10d6cb5"}
D, [2015-06-26 17:13:40 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.75cc741e-3abc-4c72-bb31-69b6f10d6cb5 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:41 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.358413b8-61da-4211-bb1b-fb84bca44794"}
D, [2015-06-26 17:13:41 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.358413b8-61da-4211-bb1b-fb84bca44794 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:41 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.b2db70cc-8ea7-4077-9a2a-b126165f0de8"}
D, [2015-06-26 17:13:41 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.b2db70cc-8ea7-4077-9a2a-b126165f0de8 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:41 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.3561bd9b-d9b9-4e76-bb69-463bcef851d4"}
D, [2015-06-26 17:13:41 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.3561bd9b-d9b9-4e76-bb69-463bcef851d4 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:42 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.cc7f132f-335a-4195-b6f1-e6556e5c7f0f"}
D, [2015-06-26 17:13:42 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.cc7f132f-335a-4195-b6f1-e6556e5c7f0f {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:42 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.04fd5d7f-2e0a-4ad4-a4c8-d5e2dabc0ce4"}
D, [2015-06-26 17:13:42 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.04fd5d7f-2e0a-4ad4-a4c8-d5e2dabc0ce4 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:42 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.c7076a7d-d1c5-4350-ba33-e7d1e2ba77e2"}
D, [2015-06-26 17:13:42 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.c7076a7d-d1c5-4350-ba33-e7d1e2ba77e2 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:42 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:13:43 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:64:1
D, [2015-06-26 17:13:43 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:13:43 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:56:1
D, [2015-06-26 17:13:43 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.31a0b776-2eae-41e6-9e77-e8913d22f20b"}
D, [2015-06-26 17:13:43 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.31a0b776-2eae-41e6-9e77-e8913d22f20b {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:43 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.f498c077-7017-4106-a814-7eedf69c7221"}
D, [2015-06-26 17:13:43 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.f498c077-7017-4106-a814-7eedf69c7221 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:43 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.b7a8f0fe-7eec-474c-b95b-012eac3591f7"}
D, [2015-06-26 17:13:43 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.b7a8f0fe-7eec-474c-b95b-012eac3591f7 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:44 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.339e91d3-e370-4a10-8d14-6a1bc14a8a82"}
D, [2015-06-26 17:13:44 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.339e91d3-e370-4a10-8d14-6a1bc14a8a82 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:44 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.e92a2739-9f80-47ea-b929-7de7a8027604"}
D, [2015-06-26 17:13:44 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.e92a2739-9f80-47ea-b929-7de7a8027604 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:44 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.f20fa7c2-f357-4448-b656-c261c8c6e8c2"}
D, [2015-06-26 17:13:44 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.f20fa7c2-f357-4448-b656-c261c8c6e8c2 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:45 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.70ed2e8c-22b0-4406-9f5a-a236a9faf35a"}
D, [2015-06-26 17:13:45 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.70ed2e8c-22b0-4406-9f5a-a236a9faf35a {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:45 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.ef682350-195b-47b3-9db6-4a9fa4b04258"}
D, [2015-06-26 17:13:45 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.ef682350-195b-47b3-9db6-4a9fa4b04258 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:45 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.863f8d45-f174-48a0-9ae3-728396aec154"}
D, [2015-06-26 17:13:45 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.863f8d45-f174-48a0-9ae3-728396aec154 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:46 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.c9482fb1-86af-410c-84eb-b14fe64f7f1b"}
D, [2015-06-26 17:13:46 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.c9482fb1-86af-410c-84eb-b14fe64f7f1b {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:46 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.47bf94cd-f300-4c5c-8fce-54537b93fc2f"}
D, [2015-06-26 17:13:46 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.47bf94cd-f300-4c5c-8fce-54537b93fc2f {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:46 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.4a44fdea-760d-4193-86cf-2f4016d164f0"}
D, [2015-06-26 17:13:46 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.4a44fdea-760d-4193-86cf-2f4016d164f0 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:47 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.8ab6898e-26e1-43d3-afb0-32e6ab588b82"}
D, [2015-06-26 17:13:47 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.8ab6898e-26e1-43d3-afb0-32e6ab588b82 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:47 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.60768210-3890-4f37-b36d-0ca675cbdc3d"}
D, [2015-06-26 17:13:47 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.60768210-3890-4f37-b36d-0ca675cbdc3d {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:47 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.677d5aa2-c331-4853-9d92-d828af58d0ce"}
D, [2015-06-26 17:13:47 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.677d5aa2-c331-4853-9d92-d828af58d0ce {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:47 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:13:48 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:64:1
D, [2015-06-26 17:13:48 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:13:48 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:56:1
D, [2015-06-26 17:13:48 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.f4c5f7ed-bc05-4551-b5bc-7d596a7f4201"}
D, [2015-06-26 17:13:48 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.f4c5f7ed-bc05-4551-b5bc-7d596a7f4201 {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:48 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.9b67e239-a9bd-4d62-a8d8-218df5cec1c6"}
D, [2015-06-26 17:13:48 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.9b67e239-a9bd-4d62-a8d8-218df5cec1c6 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:48 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.d850e492-60ba-4912-ad6f-3f78ee0c65d9"}
D, [2015-06-26 17:13:48 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.d850e492-60ba-4912-ad6f-3f78ee0c65d9 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:49 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.35e657f6-6c03-47e9-9c32-a04d50d52d8c"}
D, [2015-06-26 17:13:49 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.35e657f6-6c03-47e9-9c32-a04d50d52d8c {"value":{"agent_task_id":"712483e2-b3d4-40a0-55d2-04e1ddb08b9a","state":"running"}}
D, [2015-06-26 17:13:49 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.3d98b6ae-5afb-4bba-93ac-925d146ace0b"}
D, [2015-06-26 17:13:49 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.3d98b6ae-5afb-4bba-93ac-925d146ace0b {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:49 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.3d1d4102-d3cd-4a9a-81be-688cb418f1f3"}
D, [2015-06-26 17:13:49 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.3d1d4102-d3cd-4a9a-81be-688cb418f1f3 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.d3c86414-eb22-4714-9e0e-72a754236cff {"method":"get_task","arguments":["712483e2-b3d4-40a0-55d2-04e1ddb08b9a"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.976d90f1-8d15-42c9-afb9-4113743d266e"}
D, [2015-06-26 17:13:50 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.976d90f1-8d15-42c9-afb9-4113743d266e {"value":{"result":{"blobstore_id":"2f87299d-63b8-4340-415f-122821336af2","sha1":"fdb957ce684e68a29585f1d1d21cd7d0ee4cf407"}}}
D, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000711s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 56) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000359s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 56) AND ("stemcell_id" = 1) AND ("build" = 1)) LIMIT 1
D, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000149s) BEGIN
D, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000355s) INSERT INTO "compiled_packages" ("package_id", "stemcell_id", "sha1", "build", "blobstore_id", "dependency_key", "dependency_key_sha1") VALUES (56, 1, 'fdb957ce684e68a29585f1d1d21cd7d0ee4cf407', 1, '2f87299d-63b8-4340-415f-122821336af2', '[]', '97d170e1550eee4afc0af065b78cda302a97674c') RETURNING *
D, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000714s) COMMIT
I, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Uploading to global package cache
D, [2015-06-26 17:13:50 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.5f0552ec-e076-49c8-b8e7-a1f9c0107c23"}
D, [2015-06-26 17:13:50 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.5f0552ec-e076-49c8-b8e7-a1f9c0107c23 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:56:1
D, [2015-06-26 17:13:50 #17286] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:56:1
I, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Finished compiling package `iptables/7226d311e90f49b05287e79f339581a1de9ea82e' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:13:50 #17286] [compile_package(iptables/7226d311e90f49b05287e79f339581a1de9ea82e, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Unblocking dependents of `iptables/7226d311e90f49b05287e79f339581a1de9ea82e` for `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776`
D, [2015-06-26 17:13:50 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:13:50 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.85f14671-cc23-408a-829e-5b737b064e8d"}
D, [2015-06-26 17:13:50 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.85f14671-cc23-408a-829e-5b737b064e8d {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:51 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.75a6ce47-48ab-4720-97ac-02220abae44d"}
D, [2015-06-26 17:13:51 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.75a6ce47-48ab-4720-97ac-02220abae44d {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:51 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.3c8d9e72-1199-4492-85f9-beff09d0e3b4"}
D, [2015-06-26 17:13:51 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.3c8d9e72-1199-4492-85f9-beff09d0e3b4 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:52 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.b64e76a1-c472-497e-9182-2f75da312158"}
D, [2015-06-26 17:13:52 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.b64e76a1-c472-497e-9182-2f75da312158 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:52 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.2a2d7ddf-bc8d-40c5-aebf-64b2ba5b7798"}
D, [2015-06-26 17:13:52 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.2a2d7ddf-bc8d-40c5-aebf-64b2ba5b7798 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:52 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:13:53 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:64:1
D, [2015-06-26 17:13:53 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:13:53 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.12711dc6-920e-4e60-b10a-cb210ff7d1c2"}
D, [2015-06-26 17:13:53 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.12711dc6-920e-4e60-b10a-cb210ff7d1c2 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:53 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.4027a589-1e2b-468f-b482-361f0c13d96b"}
D, [2015-06-26 17:13:53 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.4027a589-1e2b-468f-b482-361f0c13d96b {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:54 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.4bfe5dde-77c6-40ae-8e68-be8dc3cee9c0"}
D, [2015-06-26 17:13:54 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.4bfe5dde-77c6-40ae-8e68-be8dc3cee9c0 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:54 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.11ff7769-a534-4e86-a8cc-5efea463cafb"}
D, [2015-06-26 17:13:54 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.11ff7769-a534-4e86-a8cc-5efea463cafb {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:55 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.dd35998f-53fa-4e48-acf2-038fe8a80abf"}
D, [2015-06-26 17:13:55 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.4fa11406-f9ea-44ac-ace2-4bd4f8913e18"}
D, [2015-06-26 17:13:55 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.dd35998f-53fa-4e48-acf2-038fe8a80abf {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:55 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.4fa11406-f9ea-44ac-ace2-4bd4f8913e18 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:56 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.cc5ad8a0-184f-42d8-97bf-5f25e5340e17"}
D, [2015-06-26 17:13:56 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.413db515-0aca-4101-aacb-7fa660a51705"}
D, [2015-06-26 17:13:56 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.cc5ad8a0-184f-42d8-97bf-5f25e5340e17 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:56 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.413db515-0aca-4101-aacb-7fa660a51705 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:57 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.e02ff49b-b66c-4e6e-b9d8-f759239f34f3"}
D, [2015-06-26 17:13:57 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.5752ce2e-55ce-43cc-88b2-615aedf017e8"}
D, [2015-06-26 17:13:57 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.e02ff49b-b66c-4e6e-b9d8-f759239f34f3 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:57 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.5752ce2e-55ce-43cc-88b2-615aedf017e8 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:57 #17286] [task:6-checkpoint] DEBUG -- DirectorJobRunner: (0.000266s) BEGIN
D, [2015-06-26 17:13:57 #17286] [task:6-checkpoint] DEBUG -- DirectorJobRunner: (0.000680s) UPDATE "tasks" SET "checkpoint_time" = '2015-06-26 17:13:57.894947+0000' WHERE ("id" = 6)
D, [2015-06-26 17:13:57 #17286] [task:6-checkpoint] DEBUG -- DirectorJobRunner: (0.000723s) COMMIT
D, [2015-06-26 17:13:57 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:13:58 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:64:1
D, [2015-06-26 17:13:58 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:13:58 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.8251f01f-2458-42ee-8e0a-e63240cb8f0b"}
D, [2015-06-26 17:13:58 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.bba20262-3c75-49e8-8b51-70a3b7989486"}
D, [2015-06-26 17:13:58 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.bba20262-3c75-49e8-8b51-70a3b7989486 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:13:58 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.8251f01f-2458-42ee-8e0a-e63240cb8f0b {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:59 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.2fd061c6-f755-40f4-8a89-c3dd5cf9585e"}
D, [2015-06-26 17:13:59 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.7c81e951-61fe-4899-bd44-40c24bf9296b"}
D, [2015-06-26 17:13:59 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.2fd061c6-f755-40f4-8a89-c3dd5cf9585e {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:13:59 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.7c81e951-61fe-4899-bd44-40c24bf9296b {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:14:00 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.bdb9cefa-55ec-4fc5-b8f8-83fa9f6f7044"}
D, [2015-06-26 17:14:00 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.e37491f1-f348-4e81-bb78-d21b061c0984"}
D, [2015-06-26 17:14:00 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.bdb9cefa-55ec-4fc5-b8f8-83fa9f6f7044 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:00 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.e37491f1-f348-4e81-bb78-d21b061c0984 {"value":{"agent_task_id":"cb14a6d2-2179-40e1-481f-ccecca90406f","state":"running"}}
D, [2015-06-26 17:14:01 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.e804f994-25c1-4bbd-b2dc-57ac7133e0d1"}
D, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.2ffa7ed7-3240-4823-ac85-89e3c05a45a4 {"method":"get_task","arguments":["cb14a6d2-2179-40e1-481f-ccecca90406f"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.e646e0fb-47a8-4a80-a769-630cfc41952a"}
D, [2015-06-26 17:14:01 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.e804f994-25c1-4bbd-b2dc-57ac7133e0d1 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:01 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.e646e0fb-47a8-4a80-a769-630cfc41952a {"value":{"result":{"blobstore_id":"119eea68-1415-4e64-41f1-cae96efa9a7e","sha1":"abb130ff9143fc39b0a3821d0da71d9e64577a09"}}}
D, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000485s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 64) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000287s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 64) AND ("stemcell_id" = 1) AND ("build" = 1)) LIMIT 1
D, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000241s) BEGIN
D, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000388s) INSERT INTO "compiled_packages" ("package_id", "stemcell_id", "sha1", "build", "blobstore_id", "dependency_key", "dependency_key_sha1") VALUES (64, 1, 'abb130ff9143fc39b0a3821d0da71d9e64577a09', 1, '119eea68-1415-4e64-41f1-cae96efa9a7e', '[]', '97d170e1550eee4afc0af065b78cda302a97674c') RETURNING *
D, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000741s) COMMIT
I, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Uploading to global package cache
D, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:64:1
D, [2015-06-26 17:14:01 #17286] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:64:1
I, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Finished compiling package `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:14:01 #17286] [compile_package(shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Unblocking dependents of `shadow/ffd1741bd9e0a176e67c61ef70cd0ed76b0ec285` for `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776`
D, [2015-06-26 17:14:01 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:14:02 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.508404fc-8e10-4817-a02b-fa6af9917ff4"}
D, [2015-06-26 17:14:02 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.508404fc-8e10-4817-a02b-fa6af9917ff4 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:02 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:14:03 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:14:03 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.ddcbb1d1-7dd5-414a-9c8f-2e1ce352bbf2"}
D, [2015-06-26 17:14:03 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.ddcbb1d1-7dd5-414a-9c8f-2e1ce352bbf2 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:04 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.044cfa50-0b49-44c0-8234-1ac33b0474f3"}
D, [2015-06-26 17:14:04 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.044cfa50-0b49-44c0-8234-1ac33b0474f3 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:05 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.8eb1b272-70f0-4e58-b5c0-ef1f66144240"}
D, [2015-06-26 17:14:05 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.8eb1b272-70f0-4e58-b5c0-ef1f66144240 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:06 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.bb9260a4-69d2-4adf-bd5c-019bce58cdea"}
D, [2015-06-26 17:14:06 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.bb9260a4-69d2-4adf-bd5c-019bce58cdea {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:07 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.27d819d6-a128-4388-a83d-2a83dc613baa"}
D, [2015-06-26 17:14:07 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.27d819d6-a128-4388-a83d-2a83dc613baa {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:07 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:14:08 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:14:08 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.ef7c3da5-f79c-4a48-9987-e51926f1b06a"}
D, [2015-06-26 17:14:08 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.ef7c3da5-f79c-4a48-9987-e51926f1b06a {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:09 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.8d7a83a8-273b-4ebf-b033-cf6f610d8a73"}
D, [2015-06-26 17:14:09 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.8d7a83a8-273b-4ebf-b033-cf6f610d8a73 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:10 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.f7c7d2b5-3310-4bf7-990b-cb95dd3c1d3b"}
D, [2015-06-26 17:14:10 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.f7c7d2b5-3310-4bf7-990b-cb95dd3c1d3b {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:11 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.db7c8435-f325-4b00-b95d-c347afdbac13"}
D, [2015-06-26 17:14:11 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.db7c8435-f325-4b00-b95d-c347afdbac13 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:12 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.74fcf5f3-a7fc-400b-97f2-9982f8463178"}
D, [2015-06-26 17:14:12 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.74fcf5f3-a7fc-400b-97f2-9982f8463178 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:12 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:14:13 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:14:13 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.dfb373d0-5456-46f4-b320-8f7f127d19b1"}
D, [2015-06-26 17:14:13 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.dfb373d0-5456-46f4-b320-8f7f127d19b1 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:14 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.ae76deab-ee67-493b-98c4-6057ed26a76f"}
D, [2015-06-26 17:14:14 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.ae76deab-ee67-493b-98c4-6057ed26a76f {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:15 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.f1ebcae9-107c-4c3a-872b-85368d25b256"}
D, [2015-06-26 17:14:15 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.f1ebcae9-107c-4c3a-872b-85368d25b256 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:16 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.23feb935-ac77-41b8-9b56-f1c58503bd34"}
D, [2015-06-26 17:14:16 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.23feb935-ac77-41b8-9b56-f1c58503bd34 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:17 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.cdb00e5e-4627-44f8-9ea4-82aaaf403824"}
D, [2015-06-26 17:14:17 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:14:17 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.cdb00e5e-4627-44f8-9ea4-82aaaf403824 {"value":{"agent_task_id":"cb70b595-e9c7-4930-525b-2722844435ae","state":"running"}}
D, [2015-06-26 17:14:18 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:compile:55:1
D, [2015-06-26 17:14:18 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: SENT: agent.836a6c6a-0f75-4cae-8b57-716df8ab45dd {"method":"get_task","arguments":["cb70b595-e9c7-4930-525b-2722844435ae"],"reply_to":"director.870d4808-72c1-4128-9f86-adc190a28bf9.14488383-151f-45b0-ab82-ec9c89e63495"}
D, [2015-06-26 17:14:18 #17286] [] DEBUG -- DirectorJobRunner: RECEIVED: director.870d4808-72c1-4128-9f86-adc190a28bf9.14488383-151f-45b0-ab82-ec9c89e63495 {"value":{"result":{"blobstore_id":"292caeed-8bd5-4639-673d-59b6fd3ead82","sha1":"5b33d5475437c6aba564b3e507946eeb5a350e28"}}}
D, [2015-06-26 17:14:18 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000589s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 55) AND ("stemcell_id" = 1) AND ("dependency_key" = '[]')) LIMIT 1
D, [2015-06-26 17:14:18 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000250s) SELECT COUNT(*) AS "count" FROM "compiled_packages" WHERE (("package_id" = 55) AND ("stemcell_id" = 1) AND ("build" = 1)) LIMIT 1
D, [2015-06-26 17:14:18 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000173s) BEGIN
D, [2015-06-26 17:14:18 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000369s) INSERT INTO "compiled_packages" ("package_id", "stemcell_id", "sha1", "build", "blobstore_id", "dependency_key", "dependency_key_sha1") VALUES (55, 1, '5b33d5475437c6aba564b3e507946eeb5a350e28', 1, '292caeed-8bd5-4639-673d-59b6fd3ead82', '[]', '97d170e1550eee4afc0af065b78cda302a97674c') RETURNING *
D, [2015-06-26 17:14:18 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: (0.000609s) COMMIT
I, [2015-06-26 17:14:18 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Uploading to global package cache
D, [2015-06-26 17:14:22 #17286] [] DEBUG -- DirectorJobRunner: Renewing lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:14:22 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleting lock: lock:compile:55:1
D, [2015-06-26 17:14:22 #17286] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-06-26 17:14:22 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] DEBUG -- DirectorJobRunner: Deleted lock: lock:compile:55:1
I, [2015-06-26 17:14:22 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Finished compiling package `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876' for stemcell `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776'
I, [2015-06-26 17:14:22 #17286] [compile_package(rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876, bosh-warden-boshlite-ubuntu-trusty-go_agent/2776)] INFO -- DirectorJobRunner: Unblocking dependents of `rootfs_cflinuxfs2/ad9137a86fe9c4a29ee4b277ba940a6b4734f876` for `bosh-warden-boshlite-ubuntu-trusty-go_agent/2776`
D, [2015-06-26 17:14:22 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:14:22 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:14:22 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:14:22 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:14:22 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:14:22 #17286] [task:6] DEBUG -- DirectorJobRunner: Creating new thread
D, [2015-06-26 17:14:22 #17286] [task:6] DEBUG -- DirectorJobRunner: Waiting for tasks to complete
D, [2015-06-26 17:14:22 #17286] [] DEBUG -- DirectorJobRunner: (0.000996s) SELECT 1 FROM "vms" WHERE ("id" = 18) LIMIT 1
I, [2015-06-26 17:14:22 #17286] [] INFO -- DirectorJobRunner: Deleting compilation VM: d5077bda-f3a3-4eab-7e7c-a0393b5c40d0
D, [2015-06-26 17:14:22 #17286] [] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"delete_vm","arguments":["d5077bda-f3a3-4eab-7e7c-a0393b5c40d0"],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:14:22 #17286] [] DEBUG -- DirectorJobRunner: (0.008692s) SELECT 1 FROM "vms" WHERE ("id" = 19) LIMIT 1
I, [2015-06-26 17:14:22 #17286] [] INFO -- DirectorJobRunner: Deleting compilation VM: 7ddacb07-4890-4226-5430-c6fe31c53280
D, [2015-06-26 17:14:22 #17286] [] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"delete_vm","arguments":["7ddacb07-4890-4226-5430-c6fe31c53280"],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:14:22 #17286] [] DEBUG -- DirectorJobRunner: (0.018228s) SELECT 1 FROM "vms" WHERE ("id" = 20) LIMIT 1
I, [2015-06-26 17:14:22 #17286] [] INFO -- DirectorJobRunner: Deleting compilation VM: 5c489651-0233-40e4-6fab-b23e0742d8b9
D, [2015-06-26 17:14:22 #17286] [] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"delete_vm","arguments":["5c489651-0233-40e4-6fab-b23e0742d8b9"],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: (0.000246s) SELECT 1 FROM "vms" WHERE ("id" = 22) LIMIT 1
I, [2015-06-26 17:14:23 #17286] [] INFO -- DirectorJobRunner: Deleting compilation VM: 2b347eb8-d751-4538-6a91-f6ca9da53654
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"delete_vm","arguments":["2b347eb8-d751-4538-6a91-f6ca9da53654"],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: (0.000519s) SELECT 1 FROM "vms" WHERE ("id" = 21) LIMIT 1
I, [2015-06-26 17:14:23 #17286] [] INFO -- DirectorJobRunner: Deleting compilation VM: 6a7b1bed-3379-4bfd-71a2-a0beefad4d7d
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: External CPI sending request: {"method":"delete_vm","arguments":["6a7b1bed-3379-4bfd-71a2-a0beefad4d7d"],"context":{"director_uuid":"1814d7a5-6a04-4201-adb1-d6e38cb4fb14"}} with command: /var/vcap/jobs/cpi/bin/cpi
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 16397 exit 0
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: (0.000329s) BEGIN
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: (0.000672s) DELETE FROM "vms" WHERE "id" = 19
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: (0.000824s) COMMIT
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 16411 exit 0
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: (0.000232s) BEGIN
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: (0.000454s) DELETE FROM "vms" WHERE "id" = 22
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: (0.000806s) COMMIT
D, [2015-06-26 17:14:23 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 16429 exit 0
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: (0.000274s) BEGIN
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: (0.000316s) DELETE FROM "vms" WHERE "id" = 21
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: (0.000624s) COMMIT
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 16403 exit 0
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: (0.000224s) BEGIN
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: (0.000325s) DELETE FROM "vms" WHERE "id" = 20
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: (0.000702s) COMMIT
D, [2015-06-26 17:14:24 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:14:25 #17286] [] DEBUG -- DirectorJobRunner: External CPI got response: {"result":null,"error":null,"log":""}, err: , exit_status: pid 16395 exit 0
D, [2015-06-26 17:14:25 #17286] [] DEBUG -- DirectorJobRunner: (0.000290s) BEGIN
D, [2015-06-26 17:14:25 #17286] [] DEBUG -- DirectorJobRunner: (0.000327s) DELETE FROM "vms" WHERE "id" = 18
D, [2015-06-26 17:14:25 #17286] [] DEBUG -- DirectorJobRunner: (0.000619s) COMMIT
D, [2015-06-26 17:14:25 #17286] [] DEBUG -- DirectorJobRunner: Thread is no longer needed, cleaning up
D, [2015-06-26 17:14:25 #17286] [task:6] DEBUG -- DirectorJobRunner: Shutting down pool
D, [2015-06-26 17:14:25 #17286] [task:6] DEBUG -- DirectorJobRunner: Deleting lock: lock:deployment:cf-warden-diego
D, [2015-06-26 17:14:25 #17286] [] DEBUG -- DirectorJobRunner: Lock renewal thread exiting
D, [2015-06-26 17:14:25 #17286] [task:6] DEBUG -- DirectorJobRunner: Deleted lock: lock:deployment:cf-warden-diego
I, [2015-06-26 17:14:25 #17286] [task:6] INFO -- DirectorJobRunner: sending update deployment error event
D, [2015-06-26 17:14:25 #17286] [task:6] DEBUG -- DirectorJobRunner: SENT: hm.director.alert {"id":"78ad2e35-d7fb-4d79-a197-2a17619bee57","severity":3,"title":"director - error during update deployment","summary":"Error during update deployment for cf-warden-diego against Director 1814d7a5-6a04-4201-adb1-d6e38cb4fb14: #<Bosh::Director::PackageCompilationNetworkNotReserved: Could not reserve network for package compilation: capacity>","created_at":1435338865}
E, [2015-06-26 17:14:25 #17286] [task:6] ERROR -- DirectorJobRunner: Could not reserve network for package compilation: capacity
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:228:in `reserve_network'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:147:in `prepare_vm'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:80:in `block in compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/lock_helper.rb:89:in `block in with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/lock.rb:56:in `lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/lock_helper.rb:89:in `with_compile_lock'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:73:in `compile_package'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:300:in `block (2 levels) in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/event_log.rb:97:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/event_log.rb:97:in `advance_and_track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/event_log.rb:50:in `track'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:298:in `block in process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_formatter.rb:49:in `with_thread_name'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:294:in `process_task'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh-director-1.2922.0/lib/bosh/director/package_compiler.rb:254:in `block (4 levels) in compile_packages'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_pool.rb:77:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_pool.rb:77:in `block (2 levels) in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_pool.rb:63:in `loop'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/bosh_common-1.2922.0/lib/common/thread_pool.rb:63:in `block in create_thread'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `call'
/var/vcap/packages/director/gem_home/ruby/2.1.0/gems/logging-1.8.2/lib/logging/diagnostic_context.rb:323:in `block in create_with_logging_context'
D, [2015-06-26 17:14:25 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000328s) BEGIN
D, [2015-06-26 17:14:25 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000404s) UPDATE "tasks" SET "state" = 'error', "timestamp" = '2015-06-26 17:14:25.251915+0000', "description" = 'create deployment', "result" = 'Could not reserve network for package compilation: capacity', "output" = '/var/vcap/store/director/tasks/6', "checkpoint_time" = '2015-06-26 17:13:57.894947+0000', "type" = 'update_deployment', "username" = 'admin' WHERE ("id" = 6)
D, [2015-06-26 17:14:25 #17286] [task:6] DEBUG -- DirectorJobRunner: (0.000683s) COMMIT
I, [2015-06-26 17:14:25 #17286] [] INFO -- DirectorJobRunner: Task took 57.421941066 seconds to process.
Task 6 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment